@import url('https://fonts.googleapis.com/css2?family=Miniver&family=Poppins:ital,wght@0,400;0,500;0,600;0,700;1,400;1,600&display=swap');

* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: Arial, sans-serif;
}

/*تنسيق الناف بار */
        .navbar {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 20px 5%;
            background-color: white;
            border-bottom: 1px solid #ddd; 
        }


        
        .nav-logo .logo-text {
            font-size: 32px;
            font-weight: 900; 
            color: black;
            text-transform: uppercase;
        
        }

        
        .nav-menu {
            list-style: none;
            display: flex;
            gap: 20px;
        }

        .nav-link {
            text-decoration: none;
            color: black;
            font-size: 16px;
            font-weight: 500;
        }
        

        .fa-chevron-down {
            font-size: 12px;
            margin-left: 5px;
        }

        
        .search-box {
            display: flex;
            align-items: center;
            background-color: #F0F0F0; 
            padding: 12px 22px;
            border-radius: 60px; 
            width: 40%; 
        }

        .search-box i {
            color: #999;
            margin-right: 10px;
        }

        .search-box input {
            border: none;
            background: transparent;
            outline: none;
            width: 100%;
            font-size: 16px;
        }

        
        .nav-icons {
            display: flex;
            gap: 20px;
        }

        .nav-icons i {
            font-size: 22px;
            color: black;
            cursor: pointer;
        }
/* Hero section*/

        .hero-section {
    background-color: #F2F0F1; 
    padding-top: 50px;
    display: flex;
    justify-content: center;
}

.hero-container {
    display: flex;
    justify-content: space-between;
    align-items: center; 
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
    flex-wrap: wrap; 
}


.hero-details {
    flex: 1; 
    padding-right: 20px;
}

.hero-details .title {
    font-size: 64px; 
    font-weight: 900; 
    line-height: 1; 
    text-transform: uppercase;
    color: black;
    margin-bottom: 20px;
    font-family: 'Arial Black', sans-serif; 
}

.hero-details .description {
    color: #666; 
    font-size: 16px;
    margin-bottom: 30px;
    max-width: 80%; 
    line-height: 1.6;
}


.shop-btn {
    display: inline-block;
    background-color: black;
    color: white;
    padding: 15px 50px;
    border-radius: 62px; 
    text-decoration: none;
    font-weight: bold;
    margin-bottom: 40px;
    transition: 0.3s;
}

.shop-btn:hover {
    background-color: #333; 
}


.stats-container {
    display: flex;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
}

.stat-item h3 {
    font-size: 32px;
    font-weight: bold;
    color: black;
}

.stat-item p {
    font-size: 14px;
    color: #666;
}


.stat-separator {
    width: 1px;
    height: 40px;
    background-color: #ddd;
}


.hero-image-wrapper {
    flex: 1; 
    position: relative; 
    display: flex;
    justify-content: flex-end;
}

.hero-image {
    max-width: 100%;
    height: auto;
    object-fit: cover; 
}


.star-decoration {
    position: absolute;
    color: black;
    font-size: 30px;
    animation: sparkle 2s infinite alternate; 
}

.star-1 {
    top: 10%;
    right: 10%;
    font-size: 40px; 
}

.star-2 {
    top: 40%;
    left: 10%;
    font-size: 25px; 
}

.mezo{
    display: flex;
     align-items: center;
            justify-content: space-between;
            padding: 20px 5%;
            background-color: rgb(11, 10, 10);
            border-bottom: 1px solid #ddd; 
            width: 100%;
}
.container{
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}
.mezo-c{
     list-style: none;
            display: flex;
            gap: 40px;
            margin: 0 auto;
            padding: 0 50px;
            align-items: center;
            justify-content: space-between;
            flex-wrap: nowrap;
            width: 100%;
            
}

.mezo-link{
     text-decoration: none;
            color: rgb(255, 253, 253);
            font-size: 30px;
            font-weight: 900;
            text-transform: uppercase;
            gap: 20px;
            font-family: 'Times New Roman', Times, serif;
            font-family: Arial, Helvetica, sans-serif;
            
}
body, .menu-section {
    background-color: #fff !important; 
    color: #000;
    margin: 0;
}
.menu-section{
    padding: 40px 20px ;
    background-color: rgb(255, 255, 255);
}
.sectionn-content{
   display: flex;
    flex-direction: column; 
    align-items: center;    
    width: 100%;
}

.mezo-o{
    text-align: center;
    font-size: 42px;
    font-weight: 900;
    margin-bottom: 50px;
    text-transform: uppercase;
    color: #000;
}

.menu-list{
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0 auto;
    justify-content: center;
    gap: 42px;
   
 }
 .name{
    text-transform: capitalize;
    color: #000;
    margin: 0;
    font-size: 20px;
    font-weight:700 ;
 }
 .rating-box{
    margin: 4px 0;
    display: flex;
    align-items: center;
 }
 .stars{
    font-size: 18px;
    letter-spacing: 2px;
    color: #f7b10d;
 }
 .rate-num{
    font-size: 14px;
    margin-left: 8px;
    color: #000;
 }
.price-box{
    margin-top: 5px;
    font-weight: 900;
    font-size: 24px;
    color: #000;
}
.menu-details{
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    gap: 5px;
}

 .menu-image{
    display: block;
    height: 300px;
    width: 100%;
    background-color: #F0EEED; 
    padding: 40px;
    box-sizing: border-box;
    border-radius: 20px;
    object-fit: contain;
 }
 .menu-item{
  width: 22%; 
    min-width: 250px;
    margin-bottom: 30px;
 }
 view-all-container {
    width: 100%;             
    display: flex;
    text-align: center;
    width: 100%;
    margin-top: 50px;   
    padding-bottom: 40px;
    justify-content: center;
}

.view-btn {
    text-decoration: none;
    color: #000;
    border: 1px solid #0000001a; 
    padding: 12px 60px;
    border-radius: 60px; 
    font-size: 16px;
    font-weight: 500;
    transition: 0.3s;
}

.view-btn:hover {
    background-color: #000;
    color: #fff;
}

/*tesrminiolas*/

/* إعدادات القسم */
.testimonials-section {
    background-color: #fff;
    padding: 60px 20px;
    text-align: center;
}

.mezo-o {
    font-size: 40px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 50px;
    color: #000;
}

.slider-containerswiper {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
    min-height: 350px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 60px;
}



.centershow {
    display: none;
    width: 100%;
}


.centershow.active {

    display: flex ; 
    flex-direction: column ;
    align-items: center ;
    text-align: center;
}


.user-image {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 20px; 
    border: 4px solid #f5f5f5;
    display: block; 
}


.name {
    font-size: 24px;
    font-weight: bold;
    color: #000;
    margin: 0 0 15px 0; 
}


.feedback {
    font-size: 18px;
    color: #555;
    font-style: italic;
    line-height: 1.6;
    max-width: 600px;
    margin: 0 auto; 
}

.testi-prev, .testi-next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background-color: rgba(0, 0, 0, 0.1);
    color: #000 !important;
    font-weight: bold;
    font-size: 30px;
    border-radius: 50%;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    user-select: none;
    text-decoration: none;
}



.testi-prev {
    left: 10px; 
}

.testi-next {
    right: 10px; 
}
.testi-prev:hover, .testi-next:hover {
    background-color: #000;
    color: #fff !important;
}

/* تنسيق السكشن العام */
.gallery-section {
    padding: 60px 20px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
}


.mezo {
    font-size: 48px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 50px;
    text-align: center;
    font-family: 'Arial Black', sans-serif;
}


.section-content.browse-container {
    background-color: #F0F0F0;
    border-radius: 40px;       
    padding: 60px;
    width: 100%;
    max-width: 1200px;         
    margin: 0 auto;
}


.gallery-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr); 
    gap: 20px; 
}


.gallery-item {
    background-color: #fff; 
    border-radius: 20px;
    height: 280px;          
    position: relative;
    overflow: hidden;
    padding: 25px;
    transition: transform 0.3s;
    cursor: pointer;
}

.gallery-item:hover {
    transform: scale(0.98);
}


.gallery-item:nth-child(1) {
    grid-column: span 1;
}


.gallery-item:nth-child(2) {
    grid-column: span 2;
}


.gallery-item:nth-child(3) {
    grid-column: span 2;
}


.gallery-item:nth-child(4) {
    grid-column: span 1;
}


.category-name {
    font-size: 36px;
    font-weight: bold;
    color: #000;
    margin: 0;
    position: relative;
    z-index: 2; 
}
.gallery-image {
    position: absolute;
    top: 0;
    right: 0;      
    height: 100%; 
    width: auto;   
    object-fit: cover; 
    
}

/* التجاوب مع الموبايل */
@media (max-width: 768px) {
    .section-content.browse-container {
        padding: 20px; 
    }

    .gallery-list {
        grid-template-columns: 1fr; 
    }

    
    .gallery-item:nth-child(1),
    .gallery-item:nth-child(2),
    .gallery-item:nth-child(3),
    .gallery-item:nth-child(4) {
        grid-column: span 1;
        height: 200px; 
    }
    
    .mezo {
        font-size: 32px;
    }
}


/* footer*/
.footer {
    position: relative;
    margin-top: 120px; 
    background-color: #F0F0F0; 
    padding-top: 100px; 
    padding-bottom: 30px;
}


.newsletter-box {
    background-color: #000;
    border-radius: 20px;
    padding: 30px 60px;
    width: 90%;
    max-width: 1240px;
    margin: 0 auto;
    
    
    position: absolute;
    top: -80px; 
    left: 50%;
    transform: translateX(-50%); 
    
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.newsletter-text h2 {
    color: #fff;
    font-size: 32px;
    font-weight: 900;
    max-width: 500px;
    margin: 0;
    font-family: 'Arial Black', sans-serif;
    line-height: 1.2;
}

.newsletter-form {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 350px;
}

.input-group {
    background-color: #fff;
    border-radius: 60px;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.input-group i {
    color: #999;
    font-size: 18px;
}

.input-group input {
    border: none;
    outline: none;
    width: 100%;
    font-size: 14px;
}

.subscribe-btn {
    background-color: #fff;
    color: #000;
    border: none;
    padding: 12px;
    border-radius: 60px;
    font-weight: bold;
    cursor: pointer;
    transition: 0.3s;
}

.subscribe-btn:hover {
    background-color: #ddd;
}


.footer-container {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
}

.footer-row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 40px;
    margin-bottom: 50px;
}

.footer-mezo {
    display: flex;
    flex-direction: column;
    gap: 15px;
}


.brand-col {
    max-width: 250px;
}

.footer-logo {
    font-size: 30px;
    font-weight: 900;
    color: #000;
    margin: 0;
}

.footer-desc {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
}

.social-icons {
    display: flex;
    gap: 15px;
    margin-top: 10px;
}

.social-icons a {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    text-decoration: none;
    transition: 0.3s;
}

.social-icons a:hover {
    background-color: #000;
    color: #fff;
    border-color: #000;
}


.footer-mezo h3 {
    font-size: 16px;
    font-weight: 700;
    color: #000;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.footer-mezo ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.footer-mezo ul li a {
    text-decoration: none;
    color: #666;
    font-size: 14px;
    transition: 0.3s;
}

.footer-mezo ul li a:hover {
    color: #000;
}


.footer-bottom {
    border-top: 1px solid #ddd;
    padding-top: 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.footer-bottom p {
    font-size: 14px;
    color: #666;
}

.payment-icons {
    display: flex;
    gap: 15px;
    font-size: 24px;
    color: #000;
}

/* إعدادات عامة للسكشن */
.product-details-section {
    padding: 40px 0;
    background-color: #fff;
    font-family: Arial, sans-serif;
}

.container {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
}


.breadcrumbs {
    color: #666;
    margin-bottom: 30px;
    font-size: 14px;
}
.breadcrumbs a {
    text-decoration: none;
    color: #666;
}
.breadcrumbs span {
    color: #000;
}

/* الحاوية الرئيسية (فليكس لتقسيم الصفحة) */
.product-wrapper {
    display: flex;
    gap: 40px;
}

/* --- القسم الأيسر: الصور --- */
.product-gallery {
    flex: 1; 
    display: flex;
    gap: 20px;
}


.thumbnails {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 150px;
}

.thumb-img {
    width: 100%;
    height: 160px; 
    border-radius: 20px;
    overflow: hidden;
    cursor: pointer;
    background-color: #F0EEED; 
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
}

.thumb-img.active {
    border-color: #000; 
}

.thumb-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.main-image {
    flex: 1;
    background-color: #F0EEED;
    border-radius: 20px;
    overflow: hidden;
    height: 530px; 
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*  القسم الأيمن التفاصيل  */
.product-info {
    flex: 1; 
}

.product-title {
    font-size: 40px;
    font-weight: 900;
    text-transform: uppercase;
    margin: 0 0 15px 0;
    font-family: 'Arial Black', sans-serif;
    line-height: 1;
}


.rating-container {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    gap: 10px;
}
.stars { color: #FFC633; letter-spacing: 2px; }
.rating-value { color: #666; font-size: 14px; }


.price-container {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
    font-size: 32px;
}

.current-price { font-weight: bold; color: #000; }
.old-price { color: #999; text-decoration: line-through; }
.discount-badge {
    background-color: #FF33331A; 
    color: #FF3333;
    font-size: 16px;
    padding: 6px 14px;
    border-radius: 60px;
    font-weight: bold;
}

.product-description {
    color: #666;
    line-height: 1.6;
    margin-bottom: 25px;
}

.divider {
    border: 0;
    border-top: 1px solid #0000001a; 
    margin: 25px 0;
}


.selector-title {
    color: #666;
    font-size: 16px;
    margin-bottom: 15px;
}

/* الألوان */
.colors-options {
    display: flex;
    gap: 15px;
}

.color-circle {
    width: 37px;
    height: 37px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
}

.color-circle i { display: none; }
.color-circle.active i { display: block; }

/* المقاسات */
.size-options {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.size-btn {
    border: none;
    background-color: #F0F0F0;
    color: #666;
    padding: 12px 24px;
    border-radius: 60px; 
    cursor: pointer;
    font-size: 16px;
    transition: 0.3s;
}

.size-btn.active {
    background-color: #000;
    color: #fff;
}

.size-btn:hover {
    background-color: #ddd;
}


.action-buttons {
    display: flex;
    gap: 20px;
    margin-top: 20px;
}

.quantity-selector {
    background-color: #F0F0F0;
    border-radius: 60px;
    padding: 12px 20px;
    display: flex;
    align-items: center;
    gap: 20px;
    width: 170px;
    justify-content: space-between;
}

.qty-btn {
    border: none;
    background: none;
    font-size: 24px;
    cursor: pointer;
    width: 30px;
}

.qty-value {
    font-weight: bold;
    font-size: 18px;
}

.add-to-cart-btn {
    background-color: #000;
    color: #fff;
    border: none;
    border-radius: 60px;
    padding: 15px 0;
    width: 100%; 
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: 0.3s;
}

.add-to-cart-btn:hover {
    background-color: #333;
}

/* إعدادات عامة للقسم */
.category-section {
    padding: 40px 0;
    background-color: #fff;
    font-family: 'Arial', sans-serif;
}

.container {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
}


.main-layout {
    display: flex;
    gap: 30px;
    align-items: flex-start; 
}

/* --- تنسيق السايد بار (Sidebar) --- */
.sidebar {
    width: 295px;
    border: 1px solid #F0EEED;
    border-radius: 20px;
    padding: 24px;
    flex-shrink: 0; 
}

.filter-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.filter-header h3 {
    font-size: 20px;
    font-weight: bold;
    margin: 0;
}

.divider {
    border: 0;
    border-top: 1px solid #F0EEED;
    margin: 20px 0;
}

/* القوائم الجانبية */
.filter-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.filter-list li {
    margin-bottom: 12px;
}

.filter-list li a {
    text-decoration: none;
    color: #00000099; 
    display: flex;
    justify-content: space-between;
    font-size: 16px;
}

.filter-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* (Price Slider Visual) */
.price-slider-visual {
    position: relative;
    height: 6px;
    background: #F0F0F0;
    border-radius: 10px;
    margin: 30px 0 15px 0;
}

.slider-range {
    position: absolute;
    left: 20%;
    right: 20%;
    height: 100%;
    background: #000;
    border-radius: 10px;
}

.slider-handle {
    width: 20px;
    height: 20px;
    background: #000;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.slider-handle.left { left: 20%; }
.slider-handle.right { right: 20%; }

.price-values {
    display: flex;
    justify-content: space-between;
    font-weight: bold;
    font-size: 14px;
}

/* شبكة الألوان */
.colors-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.color-option {
    width: 37px;
    height: 37px;
    border-radius: 50%;
    cursor: pointer;
    border: 1px solid rgba(0,0,0,0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
}

.color-option.active {
    
}

.size-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.size-tag {
    background-color: #F0F0F0;
    border: none;
    padding: 10px 20px;
    border-radius: 60px;
    color: #00000099;
    font-size: 14px;
    cursor: pointer;
    transition: 0.3s;
}

.size-tag.active {
    background-color: #000;
    color: #fff;
}

.size-tag:hover {
    background-color: #e0e0e0;
}

.apply-btn {
    width: 100%;
    background-color: #000;
    color: #fff;
    padding: 16px;
    border-radius: 62px;
    border: none;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    margin-top: 10px;
}

/* --- تنسيق المحتوى الرئيسي (المنتجات) --- */
.products-content {
    flex: 1; 
}

.products-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.products-header h2 {
    font-size: 32px;
    font-weight: bold;
    margin: 0;
}

.showing-text {
    color: #00000099;
    font-size: 16px;
    margin-right: 20px;
}

.sort-by {
    font-size: 16px;
    cursor: pointer;
}


.products-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr)
    
}

/* كارت المنتج */
.product-card {
    cursor: pointer;
    transition: 0.3s;
    gap: 40;
}

.product-card:hover {
    transform: translateY(-5px);
}

.card-img-wrapper {
    background-color: #F0EEED; 
    border-radius: 20px;
    height: 290px;
    width: 100%;
    overflow: hidden;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-img-wrapper img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}

.card-title {
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 8px 0;
    text-transform: capitalize;
}

.card-rating {
    margin-bottom: 8px;
    font-size: 14px;
}

.stars { color: #FFC633; letter-spacing: 2px;}
.rate-val { color: #00000099; margin-left: 5px; }

.card-price {
    font-size: 24px;
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 10px;
}

.old-price {
    font-size: 20px;
    color: #00000066;
    text-decoration: line-through;
}

.discount {
    background-color: #FF33331A;
    color: #FF3333;
    font-size: 12px;
    padding: 6px 14px;
    border-radius: 62px;
}

/* --- ترقيم الصفحات (Pagination) --- */
.pagination {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 10px;
}

.page-btn {
    background: #fff;
    border: 1px solid #0000001A;
    padding: 8px 14px;
    border-radius: 8px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 8px;
}

.page-numbers {
    display: flex;
    gap: 5px;
}

.page-num {
    width: 40px;
    height: 40px;
    border: none;
    background: none;
    border-radius: 8px;
    cursor: pointer;
    color: #00000080;
    font-size: 14px;
}

.page-num.active {
    background-color: #0000000F; 
    color: #000;
    font-weight: bold;
}

.page-num:hover {
    background-color: #f0f0f0;
}


/* إعدادات عامة */
.cart-section {
    padding: 40px 0;
    font-family: 'Arial', sans-serif;
    background-color: #fff;
}

.cart-title {
    font-size: 40px;
    font-weight: 900;
    text-transform: uppercase;
    margin: 20px 0;
    font-family: 'Arial Black', sans-serif;
}

/* تخطيط الصفحة (Layout) */
.cart-wrapper {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

/*  العمود الأيسر: المنتجات  */
.cart-items-container {
    flex: 1.5; 
    border: 1px solid #0000001A;
    border-radius: 20px;
    padding: 20px 24px;
}

.cart-item {
    display: flex;
    gap: 20px;
    padding: 24px 0;
    border-bottom: 1px solid #0000001A;
}

.cart-item:last-child {
    border-bottom: none;
}

.cart-img-box {
    width: 124px;
    height: 124px;
    background-color: #F0EEED;
    border-radius: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.cart-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cart-details {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.cart-header-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.product-name {
    font-size: 20px;
    font-weight: bold;
    margin: 0;
}

.delete-icon {
    color: #FF3333; 
    font-size: 20px;
    cursor: pointer;
}

.product-meta {
    font-size: 14px;
    color: #000;
    margin: 2px 0;
}

.meta-val {
    color: #00000099; 
}

.cart-footer-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.product-price {
    font-size: 24px;
    font-weight: bold;
}


.qty-selector-cart {
    background-color: #F0F0F0;
    border-radius: 62px;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.qty-btn-c {
    border: none;
    background: none;
    font-size: 20px;
    cursor: pointer;
    font-weight: bold;
}

.qty-num {
    font-size: 16px;
    font-weight: 500;
}


.order-summary-box {
    flex: 1;
    border: 1px solid #0000001A;
    border-radius: 20px;
    padding: 24px;
}

.summary-title {
    font-size: 24px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 24px;
}

.summary-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    font-size: 20px;
    color: #00000099;
}

.summary-value {
    color: #000;
    font-weight: bold;
}

.discount-text {
    color: #FF3333; 
}

.total-row {
    color: #000;
    font-size: 24px;
    font-weight: bold;
    margin-top: 20px;
}


.promo-box {
    display: flex;
    gap: 12px;
    margin-bottom: 24px;
}

.input-with-icon {
    flex: 1;
    background-color: #F0F0F0;
    border-radius: 62px;
    padding: 12px 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.input-with-icon i { color: #00000066; }

.input-with-icon input {
    border: none;
    background: transparent;
    outline: none;
    width: 100%;
    font-size: 16px;
}

.apply-btn-c {
    background-color: #000;
    color: #fff;
    border: none;
    border-radius: 62px;
    padding: 12px 30px;
    cursor: pointer;
    font-weight: 500;
}

.checkout-btn {
    width: 100%;
    background-color: #000;
    color: #fff;
    border: none;
    border-radius: 62px;
    padding: 18px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    display: flex;
    justify-content: center;
    gap: 10px;
    transition: 0.3s;
}

.checkout-btn:hover {
    background-color: #333;
}


*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}


@media screen and (max-width: 991px) {
    
    /* --- Layout Containers --- */
    .container, 
    .hero-container, 
    .footer-container, 
    .section-content {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    /* --- Navigation --- */
    .navbar {
        flex-direction: column;
        gap: 15px;
        padding: 15px;
    }

    .nav-menu {
        flex-direction: column;
        width: 100%;
        text-align: center;
        gap: 10px;
        display: none; /* Hidden for mobile menu toggle */
    }

    .search-box {
        width: 100%;
        margin: 10px 0;
    }

    .nav-icons {
        justify-content: center;
        width: 100%;
        gap: 30px;
    }

    /* --- Hero Section --- */
    .hero-section {
        padding-top: 20px;
        height: auto;
    }

    .hero-details {
        text-align: center;
        padding-right: 0;
        margin-bottom: 30px;
    }

    .hero-details .title {
        font-size: 34px;
        line-height: 1.2;
    }

    .hero-details .description {
        margin: 0 auto 20px auto;
    }

    .hero-image-wrapper {
        justify-content: center;
        margin-top: 20px;
    }

    .stats-container {
        justify-content: center;
        gap: 15px;
    }

    .stat-separator {
        display: none;
    }

    
    .mezo-c {
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
        padding: 0;
    }

    .mezo-link {
        font-size: 24px;
    }


    .sectionn-content {
        padding: 0 15px;
    }

    .menu-list {
        flex-direction: column;
        align-items: center;
        width: 100%;
    }

    .menu-item {
        width: 100%;
        max-width: 350px;
        margin-bottom: 30px;
    }

    .menu-image {
        height: 250px;
    }

    
    .gallery-list {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    .gallery-item {
        width: 100%;
        height: 200px;
    }
    

    .gallery-item:nth-child(1),
    .gallery-item:nth-child(2),
    .gallery-item:nth-child(3),
    .gallery-item:nth-child(4) {
        grid-column: unset;
    }

    .mezo, .mezo-o {
        font-size: 30px;
    }

    
    .slider-containerswiper {
        padding: 0 10px;
    }
    
    .testi-prev, 
    .testi-next {
        top: auto; 
        bottom: -40px; 
    }
    
    .testi-prev { left: 30%; }
    .testi-next { right: 30%; }
    
    .testimonials-section { 
        padding-bottom: 80px; 
    }

    
    .newsletter-box {
        position: relative;
        top: 0;
        left: 0;
        transform: none;
        width: 100%;
        margin: -50px auto 30px auto;
        flex-direction: column;
        text-align: center;
        padding: 30px 20px;
    }

    .newsletter-form {
        width: 100%;
    }

    .footer {
        margin-top: 50px;
        padding-top: 50px;
    }

    .footer-row {
        flex-direction: column;
        gap: 30px;
        text-align: center;
    }

    .footer-col, 
    .footer-mezo {
        align-items: center;
    }

    .social-icons {
        justify-content: center;
    }

    .footer-bottom {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
}


@media screen and (max-width: 768px) {
    
    
    .navbar {
        flex-direction: row ;
        flex-wrap: wrap ;
        padding: 15px 10px ;
        gap: 10px ;
        justify-content: space-between ;
        align-items: center ;
    }

    .nav-logo {
        flex: 1;
        order: 1;
    }
    
    .nav-logo .logo-text { 
        font-size: 22px ; 
    }

    .nav-icons {
        flex: 0 auto;
        order: 2;
        gap: 15px ;
        width: auto ;
        margin: 0 ;
    }

    .search-box {
        order: 3;
        width: 100% ;
        margin-top: 5px ;
        padding: 10px ;
    }

    .nav-menu { 
        display: none ; 
    }

    
    .main-layout {
        flex-direction: column ;
        padding: 0 10px;
        gap: 20px ;
    }

    
    .sidebar {
        display: none ;
    }

    
    .products-grid {
        display: grid ;
        grid-template-columns: repeat(2, 1fr) ;
        gap: 10px ;
        width: 100% ;
    }

    .product-card {
        width: 100% ;
        margin: 0 ;
    }

    .card-img-wrapper {
        height: 160px ;
        border-radius: 12px;
    }

    .card-title { 
        font-size: 14px ; 
        margin-top: 5px ; 
    }
    
    .card-price { 
        font-size: 16px ; 
    }
    
    .stars { 
        font-size: 11px ; 
        letter-spacing: 0 ; 
    }

    
    .products-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        margin-bottom: 20px;
    }

    .products-header h2 {
        font-size: 24px;
    }

    .sort-options {
        font-size: 12px;
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

    
    .menu-list, 
    .gallery-list {
        flex-direction: row ;
        flex-wrap: wrap ;
        justify-content: space-between ;
    }
    
    .menu-item { 
        width: 48% ; 
        max-width: none ; 
        margin: 0 0 15px 0 ; 
    }

    
    .cart-section { 
        padding: 20px 0 ; 
    }
    
    .cart-wrapper {
        flex-direction: column ;
        gap: 30px ;
    }

    .cart-items-container, 
    .order-summary-box {
        width: 100% ;
        border: none ;
        padding: 0 ;
    }

    .cart-item {
        gap: 15px ;
        padding: 15px 0 ;
        position: relative;
    }

    .cart-img-box {
        width: 80px ;
        height: 80px ;
        flex-shrink: 0;
    }

    .cart-header-row {
        flex-direction: column ;
        align-items: flex-start ;
        gap: 5px ;
    }

    .delete-icon {
        position: absolute ;
        right: 0;
        top: 15px;
    }
    
    .cart-details { 
        position: relative; 
        padding-right: 30px;
    }

    .cart-footer-row {
        margin-top: 10px ;
    }

    .qty-selector-cart {
        padding: 5px 10px ;
        gap: 10px ;
        height: 35px ;
    }
    
    .qty-btn-c { 
        font-size: 16px ; 
    }

    
    h1, 
    .hero-details .title, 
    .cart-title { 
        font-size: 28px ; 
        text-align: center; 
    }
    
    h2, 
    .mezo-o { 
        font-size: 24px ; 
        text-align: center; 
    }
    
    .container {
        padding-left: 15px ;
        padding-right: 15px !;
        width: 100% ;
        max-width: 100% ;
    }
    
    
    .newsletter-box {
        position: relative ;
        top: 0 ;
        left: 0 ;
        transform: none;
        margin-top: -50px;
        margin-bottom: 30px;
        width: 100% ;
    }
    
    .footer { 
        padding-top: 0 ; 
        margin-top: 50px ; 
    }
}


@media screen and (max-width: 480px) {
    
    .nav-logo .logo-text { 
        font-size: 20px ; 
    }
    
    .shop-btn { 
        width: 100%; 
        text-align: center; 
    }
    
    .stats-container { 
        flex-direction: column; 
        gap: 10px; 
    }
    
    .products-grid {
        gap: 8px ;
    }
    
    .card-img-wrapper {
        height: 140px ;
    }
    
    .card-title {
        font-size: 13px ;
    }
    
    .card-price {
        font-size: 14px ;
    }
}


.hide-mobile {
    display: none ;
}

@media screen and (min-width: 769px) {
    .hide-mobile {
        display: block ;
    }
    
    .hide-desktop {
        display: none ;
    }
}


.navbar, 
.menu-item, 
.product-card, 
.gallery-item {
    transition: all 0.3s ease;
}