html{
	margin:0px;
	padding:auto;
	font-family: 'Inter', sans-serif;
}



#flash-timer {
    font-size: 14px;
    font-weight: bold;
    color: #FD545B;
    display: flex;
    gap: 5px;
	float: right;
    align-items: center;
}

#flash-timer span {
	min-width: 30px;
    text-align: center;
    background: #fff3ed;
    border-radius: 4px;
    padding: 7px 5px;
    color: #1c1c1c;
}

#flash-timer label {
    color: #333;
    font-weight: normal;
}



#flashList {
    display: flex;
    overflow-x: hidden; /* scroll bar gizli */
    scroll-behavior: smooth; /* tatlı kaydırma */
    gap: 10px; /* ürünler arası boşluk */
}



.site-header {
    background: #ffffff;
    border-bottom: 1px solid #eee;
    font-family: 'Inter', sans-serif;
}

.header-container {
    max-width: 1200px;
    margin: auto;
    padding: 12px 20px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.logo img {
    width: 80%;
}

.header-search {
    flex: 1;
}

.header-search form {
    display: flex;
    border-radius: 10px;
    overflow: hidden;
    width: 80%;
}

.header-search input {
    flex: 1;
    padding: 10px 12px;
    background-color: #f5f5f5;
    font-size: 13px;
    font-weight: 500;
    border: 2px solid #f5f5f5;
    outline: none;
	border-radius: 10px;
}
.header-search input:focus {
	border: 2px solid #ff6000;
}

.header-search button {
    background: #ff6000;
    border: none;
    padding: 0 16px;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}

/* ACTIONS */
.header-actions {
    display: flex;
    gap: 20px;
}

.header-btn {
    font-size: 12px;
    color: #333;
    text-decoration: none;
}

.header-btn i {
    font-size: 18px;
    float: left;
    margin-right: 7px;
    margin-bottom: 0px;
}
.header-btn span {
    font-size: 14px;
    float: left;
	font-weight:500;
    text-decoration: none;
}

.header-btn:hover {
    color: #ff6000;
}
.header-btn span:hover {
	color: #ff6000;
}

/* MOBILE */
.mobile-menu-btn {
    display: none;
    font-size: 22px;
    cursor: pointer;
}


.footer {
    background: #1f1f1f;
    color: #cfcfcf;
    font-family: 'Inter', sans-serif;
    margin-top: 60px;
}

.footer-container {
    max-width: 1200px;
    margin: auto;
    padding: 50px 20px 20px;
}

.footer-mobile-logo {
    display: none;
    text-align: center;
    margin-bottom: 30px;
}

.footer-mobile-logo img {
    max-width: 160px;
}

.footer-columns {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.footer-col h4 {
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: default;
}

.footer-col h4 i {
    display: none;
    font-size: 12px;
}

.footer-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-list li {
    margin-bottom: 10px;
}

.footer-list a {
    color: #b5b5b5;
    font-size: 14px;
    text-decoration: none;
}

.footer-list a:hover {
    color: #ff6000;
}

.footer-social .social-icons a {
    display: inline-block;
    margin-right: 12px;
    font-size: 18px;
    color: #b5b5b5;
}

.footer-social .social-icons a:hover {
    color: #ff6000;
}

.footer-bottom {
    border-top: 1px solid #333;
    margin-top: 40px;
    padding-top: 15px;
    text-align: center;
    font-size: 13px;
    color: #999;
}

.story-menu-wrapper {
    background: #fff;
    padding: 15px 0;
    border-bottom: 1px solid #eee;
}

.story-menu {
    display: flex;
    gap: 15px;
    padding: 0 15px;
    overflow-x: auto;
    scroll-behavior: smooth;
}

.story-menu::-webkit-scrollbar {
    display: none;
}

.story-item {
    flex: 0 0 auto;
    width: 8%;
    text-align: center;
    text-decoration: none;
    color: #333;
	font-family: 'Inter', sans-serif;
}

.story-img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    padding: 3px;
    background:#fff;
	border:2px solid #ff6000;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.story-img img {
    width: 80%;
    height: 80%;
    border-radius: 50%;
    object-fit: cover;
    background: #fff;
}

.story-title {
    display: block;
    font-size: 12px;
    margin-top: 6px;
    line-height: 1.2;
}



.category-bar {
    background: #ffffff;
    border-bottom: 1px solid #eee;
    overflow-x: auto;
    white-space: nowrap;
	margin: auto;
    width: 1200px;
}

.category-bar-inner {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 0px;
    height: 40px;
}

.category-link {
    display: inline-flex;
    align-items: center;
    padding-right: 15px;
    font-size: 13px;
	font-weight:600;
    color: #333;
    text-decoration: none;
    transition: all 0.2s ease;
    white-space: nowrap;
}

.category-bar::-webkit-scrollbar {
    display: none;
}



.best-seller-wrapper {
    background: #f9f9f9;
    padding: 15px;
    border-radius: 5px;
    position: relative;
    max-width: 1200px;
    margin: 15px auto;
}

.best-seller-wrapper h3 {
    margin: 23px 6px;
    font-size: 19px;
    color: #333;
    font-weight: 600;
}

.best-seller-list {
    display: flex;
    gap: 15px;
    overflow-x: auto;
    padding-bottom: 10px;
}

.best-seller-item {
    background: #fff;
    border-radius: 10px;
    padding: 12px;
    min-width: 180px;
    max-width: 190px;
    flex-shrink: 0;
    position: relative;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    text-align: center;
}

.best-seller-item img {
    width: 100%;
    border-radius: 8px;
}

.best-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #ff6000;
    color: #fff;
    font-size: 11px;
    padding: 4px 8px;
    border-radius: 12px;
}

.best-seller-item h4 {
    font-size: 12px;
    margin: 8px 0;
    color: #333;
    line-height: 1.6em;
    font-weight: 400;
    height: 61px;
    overflow: hidden;
}
.slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: none;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    cursor: pointer;
    z-index: 10;
}

.slider-btn.left {
    left: -10px;
}

.slider-btn.right {
    right: -10px;
}

.slider-btn i {
    color: #333;
    font-size: 14px;
}

.slider-btn:hover {
    background: #ff6000;
}

.slider-btn:hover i {
    color: #fff;
}

.viewing {
    font-size: 12px;
    color: #888;
    margin-bottom: 6px;
}

.price {
    font-size: 14px;
}

.price .old {
    text-decoration: line-through;
    color: #999;
    margin-right: 6px;
}

.price .new {
    color: #ff6000;
    font-weight: 600;
}

/* Scrollbar gizle */
.best-seller-list::-webkit-scrollbar {
    display: none;
}


.image-row {
    max-width: 1232px;
    margin: 30px auto;
    display: flex;
    gap: 15px;
}

.image-box {
    width: 25%;
}

.image-box img {
    width: 100%;
    height: auto;
    display: block;
}

.image-rowx {
    max-width: 1232px;
    margin: 30px auto;
    display: flex;
    gap: 15px;
}

.image-boxx {
    width: 25%;
}

.image-boxx img {
    width: 100%;
    height: 180px;
    display: block;
}


.all-products-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
}

.all-product-item {
    border: 1px solid #eee;
    padding: 10px;
    text-align: center;
}

.all-product-item img {
    width: 100%;
    height: auto;
}



/* Tablet */
@media (max-width: 992px) {
    .image-box {
        width: 50%;
    }

    .image-row {
        flex-wrap: wrap;
    }
	.image-boxx {
        width: 50%;
    }

    .image-rowx {
        flex-wrap: wrap;
    }
	.special-item {
        min-width: 50%;
    }
}

/* Mobil */
@media (max-width: 576px) {
    .image-box {
        width: 100%;
    }
	.image-boxx {
        width: 100%;
    }
	 .slider-arrow {
        font-size: 22px;
        width: 32px;
        height: 32px;
    }
	
}




@media (min-width: 1024px) {
    .story-menu {
        justify-content: center;
        overflow-x: hidden;
    }
}



@media (max-width: 768px) {
	
	.best-seller-item {
    max-width: 235px;
	}
	
	.slider-btn {
        display: block;
    }
	.slider-btn.right {
    right: 0px;
}
	.slider-btn.left {
    left: 0px;
}
	
	.category-bar {width:90%;}
	
    .header-container {
        flex-wrap: wrap;
    }

    .header-search {
        order: 3;
        width: 100%;
    }

    .header-actions {
        order: 2;
        margin: auto;
    }

    .mobile-menu-btn {
        display: block;
        order: 1;
    }
	
	.footer-mobile-logo {
        display: block;
    }

    .footer-columns {
        grid-template-columns: 1fr;
    }

    .footer-col h4 {
        cursor: pointer;
    }

    .footer-col h4 i {
        display: block;
    }

    .footer-list {
        display: none;
        margin-top: 10px;
    }

    .footer-col.active .footer-list {
        display: block;
    }
	
	.logo img {
    max-height: 65px;
    width: 100%;
	}
	
	.header-search form {
    	width: 100%;
	}
	.header-search input {
    	border-radius:0px;
		margin-left:5px;
	}
	.story-img {
    width: 60px;
    height: 60px;
	}
	
	.story-item {width:25%;}
}


