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

body{
    font-family:Poppins,sans-serif;
    background:#f5f1e8;
}


/* ================= FOOTER ================= */

.luxury-footer{
    width:100%;
    background:#18392B;
    padding:10px 7% 25px;
    color:#E8D8B0;
    margin-top:40px;
}

/* LOGO */

.footer-logo{
    text-align:center;
    margin-bottom:10px;
}

.footer-logo img{
    width:500px;
    max-width:100%;
}

/* FOOTER CONTENT */

.footer-content{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:25px;
    align-items:flex-start;
}

/* COLUMN */

.footer-column{
    padding:0 18px;
    border-right:1px solid rgba(232,216,176,0.25);
}

.footer-column:last-child{
    border-right:none;
}

/* HEADINGS */

.footer-column h2{
    font-size:28px;
    margin-bottom:18px;
    font-family:serif;
    font-weight:500;
    color:#E8D8B0;
}

/* LINKS */

.footer-column a{
    display:block;
    text-decoration:none;
    color:#E8D8B0;
    margin-bottom:12px;
    font-size:16px;
    transition:0.3s;
    font-family:serif;
}

.footer-column a:hover{
    padding-left:5px;
}

/* QR */

.qr-section{
    text-align:center;
}

.qr-section img{
    width:140px;
    margin-bottom:10px;
}

.qr-section p{
    font-size:18px;
    line-height:1.4;
    color:#E8D8B0;
    font-family:serif;
}

/* SOCIAL */

.footer-social{
    display:flex;
    gap:12px;
    margin-bottom:18px;
}

.footer-social i{
    width:42px;
    height:42px;
    border-radius:50%;
    background:#E8D8B0;
    color:#18392B;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:18px;
    cursor:pointer;
}

.footer-column h3{
    font-size:22px;
    font-family:serif;
    font-weight:400;
    color:#E8D8B0;
}

/* COPYRIGHT */

.footer-bottom{
    text-align:center;
    margin-top:35px;
}

.footer-bottom p{
    font-size:16px;
    font-family:serif;
    color:#E8D8B0;
}
/* ================= NAVBAR ================= */

header{
    width:100%;
    padding:18px 7%;
}

.navbar{
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.logo h1{
    color:#0d6b2f;
    font-size:42px;
    font-weight:700;
}

nav{
    display:flex;
    gap:30px;
}

nav a{
    text-decoration:none;
    color:#0d6b2f;
    font-size:15px;
    font-weight:500;
}

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

.nav-icons i{
    font-size:18px;
    color:#0d6b2f;
    cursor:pointer;
}


/* PRODUCT */

.product-section{
    padding:40px 8%;
    background:#f4efe3;
}

.product-container{
    max-width:1400px;
    margin:auto;
    display:flex;
    gap:60px;
    align-items:flex-start;
}
.gallery{
    display:flex;
    gap:18px;
}

.thumbnails{
    display:flex;
    flex-direction:column;
    gap:12px;
}

.thumb{
    width:65px;
    height:85px;
    border:1px solid #ddd;
    border-radius:4px;
    padding:3px;
    background:#fff;
}

.thumb.active{
    border:2px solid #1b6d42;
}

.main-image img{
    width:520px;
    height:680px;
    object-fit:cover;
}


.product-info{
    flex:1;
    position:relative;
}

.product-info h1{
    font-size:42px;
    font-family:Georgia,serif;
    font-weight:600;
    color:#222;
    margin-bottom:10px;
}

.description{
    color:#666;
    line-height:1.8;
    margin-bottom:20px;
}

.price{
    margin-bottom:25px;
}

.sale{
    font-size:42px;
    color:#222;
    font-weight:700;
}

.regular{
    font-size:22px;
    margin-left:10px;
}

.variant-block{
    margin-bottom:25px;
}

.variant-block h4{
    margin-bottom:12px;
}

.colors{
    display:flex;
    gap:12px;
}

.color-btn{
    width:35px;
    height:35px;
    border-radius:50%;
    border:none;
    cursor:pointer;
}

.sizes{
    display:flex;
    gap:12px;
}

.size-btn{
    width:50px;
    height:45px;
    border:1px solid #ccc;
    background:white;
    cursor:pointer;
}

.stock{
    margin-bottom:20px;
}

.in-stock{
    color:green;
    font-weight:600;
}

.out-stock{
    color:red;
    font-weight:600;
}
.quantity-wrapper{
    margin:25px 0;
}

.quantity-wrapper label{
    display:block;
    margin-bottom:10px;
    font-weight:600;
}

.quantity-box{
    display:flex;
    align-items:center;
    width:130px;
    height:45px;
    background:#fff;
    border:1px solid #d8d8d8;
    border-radius:4px;
    overflow:hidden;
}

.quantity-box button{
    width:40px;
    height:100%;
    border:none;
    background:#fff;
    cursor:pointer;
    font-size:20px;
    transition:.2s;
}

.quantity-box button:hover{
    background:#f2f2f2;
}

.quantity-box input{
    width:50px;
    border:none;
    text-align:center;
    font-size:15px;
    font-weight:600;
    background:white;
}

.quantity-box input:focus{
    outline:none;
}

.action-buttons{
    display:flex;
    flex-direction:column;
    gap:18px;
    margin-top:25px;
}

.cart-btn{
    width:100%;
    height:55px;

    display:flex;
    justify-content:center;
    align-items:center;

    background:#176c3d;
    color:white;

    text-decoration:none;

    font-size:16px;
    font-weight:600;

    border-radius:8px;

    transition:all .3s ease;

    box-shadow:0 4px 12px rgba(0,0,0,.12);
}

.cart-btn:hover{
    background:#12552f;
    transform:translateY(-2px);
}

.extra-tools{
    display:flex;
    gap:30px;
    margin-top:25px;
    color:#1d5f37;
}

.extra-tools span{
    cursor:pointer;
}
.delivery-box{
    margin-top:30px;
    padding-top:20px;
    border-top:1px solid #ddd;
}

.delivery-box p{
    margin-bottom:12px;
    color:#444;
}
.wishlist-btn{
    width:55px;
    border:none;
    background:white;
    cursor:pointer;
}

.wishlist-top{
    position:absolute;
    top:0;
    right:0;
    font-size:24px;
    color:#1d5f37;
    cursor:pointer;
}
/* FEATURES */

.features{
    background:white;
    padding:30px;
    display:grid;
    grid-template-columns:repeat(4,1fr);
    text-align:center;
}

.feature{
    display:flex;
    flex-direction:column;
    gap:10px;
}

/* RELATED */

.related{
    padding:60px 8%;
}

.related h2{
    margin-bottom:30px;
}

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

.product-card{
    background:white;
    padding:15px;
}

.product-card img{
    width:100%;
    height:320px;
    object-fit:cover;
}

.product-card h4{
    margin:15px 0 10px;
    color:#222;
}

.product-card p{
    color:#1d5f37;
    font-weight:600;
}

.product-card a{
    text-decoration:none;
}

@media(max-width:992px){

    .product-container{
        flex-direction:column;
    }

    .main-image img{
        width:100%;
        height:auto;
    }

    .related-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .features{
        grid-template-columns:repeat(2,1fr);
        gap:20px;
    }
}
.rating-row{
    display:flex;
    align-items:center;
    gap:10px;
    margin-bottom:25px;
}

.stars{
    color:#111;
    font-size:14px;
}
.variant-section{
    margin:35px 0;
}

.variant-images{
    display:flex;
    gap:12px;
}

.variant-thumb{
    width:75px;
    height:90px;
    overflow:hidden;
    border:2px solid #ddd;
    cursor:pointer;
}

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

.variant-thumb.active{
    border-color:#1d5f37;
}
.sizes{
    display:flex;
    gap:12px;
    margin-top:10px;
}

.size-btn{
    width:52px;
    height:42px;
    border:none;
    background:#f2f2f2;
    font-size:16px;
}

.size-btn.active{
    background:black;
    color:white;
}
.material-box{
    margin:25px 0;
}

.material-box h4{
    margin-bottom:8px;
}

.material-box p{
    color:#555;
}
.variant-list{
    display:flex;
    gap:12px;
    margin-top:12px;
}

.variant-card{
    width:70px;
    height:90px;
    border:2px solid #ddd;
    cursor:pointer;
    overflow:hidden;
    border-radius:4px;
}

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

.variant-card.active{
    border-color:#1d5f37;
}
.wishlist-btn{
    background:none;
    border:none;
    cursor:pointer;
}

.wishlist-btn i{
    font-size:28px;
    color:#1d6b36;
}

.wishlist-btn i.liked{
    color:red;
}
.active-heart{
    color:red;
}

.wishlist-btn{
    text-decoration:none;
}

.wishlist-btn i{
    font-size:28px;
}
.main-image{
    width:520px;
    height:680px;
    overflow:hidden;
    cursor:zoom-in;
    border-radius:8px;
}

.main-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:transform .15s ease;
}
.breadcrumb{
    margin-bottom:25px;
    font-size:14px;
}

.breadcrumb a{
    text-decoration:none;
    color:#666;
}

.breadcrumb span{
    margin:0 5px;
}
#toast{
    position:fixed;
    top:20px;
    right:20px;
    background:#176c3d;
    color:#fff;
    padding:14px 22px;
    border-radius:8px;
    font-weight:600;
    opacity:0;
    visibility:hidden;
    transition:.3s;
    z-index:9999;
}

#toast.show{
    opacity:1;
    visibility:visible;
}
/* ==========================================
   OFFER / SALE PRICE
========================================== */

.price-section{
    margin:25px 0 30px;
}


/* OFFER BADGE */

.offer-badge{
    display:inline-flex;
    align-items:center;
    gap:7px;

    background:#18392B;
    color:#E8D8B0;

    padding:7px 14px;

    border-radius:4px;

    font-size:13px;
    font-weight:600;

    margin-bottom:12px;

    letter-spacing:.3px;
}


/* PRICE ROW */

.price-row{
    display:flex;
    align-items:center;
    gap:14px;
}


/* ORIGINAL PRICE */

.original-price{
    font-size:21px;
    color:#888;

    text-decoration:line-through;

    font-weight:400;
}


/* OFFER PRICE */

.offer-price{
    font-size:36px;
    color:#18392B;

    font-weight:700;

    letter-spacing:.3px;
}


/* OFFER INFORMATION */

.offer-info{
    display:flex;
    align-items:center;
    gap:15px;

    margin-top:12px;

    font-size:14px;

    color:#555;
}


.offer-label{
    display:inline-flex;
    align-items:center;
    gap:6px;

    color:#176c3d;

    font-weight:600;
}


.offer-label i{
    font-size:13px;
}


/* VALIDITY */

.offer-validity{
    display:flex;
    align-items:center;
    gap:7px;

    margin-top:10px;

    font-size:13px;

    color:#777;
}


.offer-validity i{
    color:#176c3d;
}
/* ==========================================
   OFFER BOX
========================================== */

.offer-box{
    margin-top:15px;

    padding:14px 16px;

    border:1px dashed #1d6b42;

    background:#f7faf5;

    border-radius:7px;

    max-width:430px;
}


.offer-box-title{
    display:flex;
    align-items:center;

    gap:9px;

    color:#18392B;

    font-size:14px;
}


.offer-box-title i{
    color:#176c3d;
}


.offer-box-title span{
    margin-left:auto;

    background:#18392B;

    color:#fff;

    padding:4px 8px;

    border-radius:3px;

    font-size:12px;

    font-weight:600;
}


.offer-saving{
    margin-top:7px;

    font-size:13px;

    color:#555;
}


.offer-saving span{
    color:#176c3d;

    font-weight:700;
}