/* Product Heading */

.product-category{
    display:inline-block;
    padding:6px 18px;
    background:#f8f3e6;
    color:#b08d2a;
    border-radius:30px;
    font-size:12px;
    font-weight:700;
    letter-spacing:2px;
    text-transform:uppercase;
    margin-bottom:15px;
}

.product-title{
    font-size:52px;
    font-weight:800;
    color:#1d2b3a;
    margin-bottom:20px;
    line-height:1.2;
}

.product-model{
    display:inline-flex;
    align-items:center;
    gap:8px;
    padding:10px 18px;
    background:#f8f8f8;
    border-left:4px solid #b08d2a;
    border-radius:8px;
    margin-bottom:25px;
    font-size:16px;
    color:#555;
}

.product-model i{
    color:#b08d2a;
    font-size:18px;
}

.product-model span{
    color:#777;
    font-weight:600;
}

.product-model strong{
    color:#222;
    font-weight:700;
}

.lead-text{
    font-size:17px;
    line-height:1.9;
    color:#666;
}
.product-features{
    max-width:700px;
    margin:30px auto 0;
    padding-left:20px;
    text-align:left;
}

.product-features li{
    font-size:18px;
    color:#555;
    line-height:1.9;
    margin-bottom:10px;
}

.product-features li::marker{
    color:#b08d2a;
}

    /* Product Image gallery code */

/*=========================
Product Gallery
=========================*/

.product-image-card{
    display: flex;
    flex-direction: column;
    width: 100%;
}

/* Main Image */

.main-image{
    position: relative;
    width: 100%;
    height: 420px;
    border: 1px solid #ddd;
    border-radius: 10px;
    background: #fff;
    overflow: hidden;

    display: flex;
    justify-content: center;
    align-items: center;

    margin-bottom: 15px;
}


.main-image img{
    max-width: 90%;
    max-height: 90%;
    object-fit: contain;
}

/* Zoom only on hover */

.main-image:hover img{
    transform:scale(1.15);
}

/*=========================
Arrow
=========================*/

.gallery-btn{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    width:42px;
    height:42px;
    border:none;
    border-radius:50%;
    background:rgba(0,0,0,.55);
    color:#fff;
    cursor:pointer;
    z-index:99;
}

.prev{
    left:10px;
}

.next{
    right:10px;
}

.gallery-btn:hover{
    background:#b8860b;
}

/*=========================
Thumbnail Gallery
=========================*/

.thumbnail-gallery{

    display:flex !important;

    flex-direction:row !important;

    justify-content:center;

    align-items:center;

    gap:12px;

    width:100%;

    margin-top:15px;

    clear:both;
}

.thumbnail-gallery img{

    width:80px !important;

    height:80px !important;

    object-fit:cover;

    border:2px solid #ddd;

    border-radius:8px;

    cursor:pointer;
}

.thumbnail-gallery img.active{

    border-color:#c89b3c;
}

/* Mobile */

@media(max-width:768px){

.main-image{
    height:300px;
}

.thumbnail-gallery .thumb{
    width:65px;
    height:65px;
}

}

/* ===== Gallery Fix Override ===== */
.product-image-card{display:block!important;width:100%!important}
.main-image{position:relative;display:flex!important;justify-content:center;align-items:center;
height:420px;margin-bottom:15px;border:1px solid #ddd;border-radius:10px;overflow:hidden;background:#fff}
.main-image img{max-width:90%;max-height:90%;object-fit:contain;transition:.3s}
.main-image:hover img{transform:scale(1.15)}
.thumbnail-gallery{display:flex!important;flex-direction:row!important;justify-content:center!important;
align-items:center!important;gap:12px!important;width:100%!important;margin-top:15px!important}
.thumbnail-gallery .thumb{width:80px!important;height:80px!important;object-fit:cover;
border:2px solid #ddd;border-radius:8px;cursor:pointer}
.thumbnail-gallery .thumb.active{border-color:#b8860b}




    /*==========================
MAGNIFIER PAGE css Start
==========================*/

.back-top{
    margin:20px 0 20px;
}

.btn-back{
    display:inline-flex;
    align-items:center;
    gap:10px;
    padding:10px 22px;
    border:1px solid #d8d8d8;
    border-radius:40px;
    background:#fff;
    color:#222;
    font-weight:600;
    text-decoration:none;
    transition:.3s;
    box-shadow:0 5px 15px rgba(0,0,0,.06);
}

.btn-back:hover{
    background:#b08d2a;
    color:#fff;
    border-color:#b08d2a;
    transform:translateY(-2px);
}


.product-content{
    max-width:900px;
    margin:0 auto 70px;
}

.product-badge{
    display:inline-block;
    background:#f8f3e6;
    color:#b08d2a;
    padding:7px 20px;
    border-radius:30px;
    font-size:13px;
    font-weight:700;
    letter-spacing:2px;
    text-transform:uppercase;
    margin-bottom:20px;
}
.product-content h2{
    font-size:37px;
    font-weight:800;
    color:#222;
    text-transform:uppercase;
    letter-spacing:2px;
    margin-bottom:18px;
    position:relative;
    display:inline-block;
}

.product-content h2::after{
    content:"";
    width:80px;
    height:4px;
    background:#b08d2a;
    position:absolute;
    left:50%;
    bottom:-12px;
    transform:translateX(-50%);
    border-radius:5px;
}

.lead-text{
    /*margin-top:35px;*/
    font-size:20px;
    line-height:1.9;
    color:#666;
}

.product-content p{
    font-size:17px;
    line-height:1.9;
    color:#666;
}

.variant-section{
    margin-top:20px;
}

.variant-title{
    text-align:center;
    font-size:30px;
    font-weight:700;
    margin-bottom:45px;
}

.variant-box{

    display:block;

    background:#fff;

    border-radius:14px;

    overflow:hidden;

    text-decoration:none;

    box-shadow:0 8px 25px rgba(0,0,0,.08);

    transition:.35s;
}

.variant-box:hover{

    transform:translateY(-8px);

    box-shadow:0 18px 45px rgba(0,0,0,.18);

}

.variant-box img{

    width:100%;

    height:330px;

    object-fit:contain;

    background:#fff;

    padding:25px;

}

.variant-box h4{

    color:#111;

    text-align:center;

    margin-top:15px;

    font-weight:700;

}

.variant-box span{

    display:block;

    text-align:center;

    padding:18px;

    color:#b08d2a;

    font-weight:600;

}

.variant-box:hover span{
    letter-spacing:1px;
}


/*==========================
Responsive
==========================*/

@media(max-width:768px){

.product-content h2{
    font-size:42px;
    letter-spacing:2px;
}

.lead-text{
    font-size:17px;
}

.btn-back{
    padding:9px 18px;
}

}

@media(max-width:576px){

.product-content h2{
    font-size:34px;
}

.product-badge{
    font-size:11px;
}

.lead-text{
    font-size:16px;
}

}

.product-features{
    max-width:700px;
    margin:30px auto 0;
    padding-left:20px;
    text-align:left;
}

.product-features li{
    font-size:18px;
    color:#555;
    line-height:1.9;
    margin-bottom:10px;
}

.product-features li::marker{
    color:#b08d2a;
}



    /*==========================
MAGNIFIER PAGE css end
==========================*/