*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

body {
    font-family: 'Jost', sans-serif !important;
}

:root{
    --primary:#082041;
    --secondary:#9c6b3f;
    --light:#f5f2ef;
    --dark:#222;
}

.container{
    width:90%;
    max-width:1300px;
    margin:auto;
}

/* Top */

/* .top-bar{
    background: var(--primary);
    color:#fff;
    text-align:center;
    padding:8px;
    font-size:15px;
} */

/* Header */
/* 
.main-header{
    background:#ede7e4;
    position:sticky;
    top:0;
    z-index:999;
} */
/* 
.main-header .container{
    display:flex;
    justify-content:space-between;
    align-items:center;
    height:90px;
} */

.logo img{
    height:60px;
}

.desktop-menu ul{
    display:flex;
    list-style:none;
    gap:40px;
}

.desktop-menu a{
    text-decoration:none;
    color:#222;
    font-weight:600;
}

.desktop-menu a:hover{
    color:#9c6b3f;
}

.header-right{
    display:flex;
    align-items:center;
    gap:20px;
}

.search-box{
    display:flex;
    background:#fff;
    border-radius:30px;
    overflow:hidden;
}

.search-box input{
    border:none;
    padding:12px 18px;
    width:220px;
    outline:none;
}

.search-box button{
    border:none;
    background:#fff;
    cursor:pointer;
    padding:0 15px;
}

.cart{
    position:relative;
}

.cart span{
    position:absolute;
    top:-8px;
    right:-10px;
    width:20px;
    height:20px;
    border-radius:50%;
    background:#8d5b36;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:12px;
}

/* Mobile */

.mobile-menu-btn{
    display:none;
    font-size:30px;
    cursor:pointer;
}

/* Overlay */

#overlay{
    position:fixed;
    inset:0;
    background:rgba(0,0,0,.5);
    display:none;
    z-index:999;
}

#overlay.active{
    display:block;
}

/* Sidebar */

.sidebar{
    position:fixed;
    left:-100%;
    top:0;
    width:330px;
    max-width:85%;
    height:100%;
    background:#fff;
    z-index:999999;
    transition:.35s;
}

.sidebar.active{
    left:0;
}

.sidebar-header{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:25px;
    border-bottom:1px solid #eee;
}

.sidebar-header img{
    height:55px;
}

.sidebar-header button{
    border:none;
    background:none;
    font-size:28px;
    cursor:pointer;
}

.sidebar ul{
    list-style:none;
}

.sidebar li{
    border-bottom:1px solid #eee;
}

.sidebar li a{
    display:flex;
    justify-content:space-between;
    padding:18px 25px;
    text-decoration:none;
    color:#222;
}

@media(max-width:992px){

.desktop-menu{
display:none;
}

.search-box{
display:none;
}

.mobile-menu-btn{
display:block;
}

.main-header .container{
height:70px;
}

.logo img{
height:45px;
}

}

.icon-btn {
    font-size: 22px;
    color: #222;
    text-decoration: none;
    transition: .3s;
    position: relative;
}

.icon-btn:hover {
    color: #9c6b3f;
}

.mobile-menu-btn {
    font-size: 28px;
    cursor: pointer;
    color: #222;
}

.search-box button {
    border: none;
    background: transparent;
    padding: 0 18px;
    cursor: pointer;
    font-size: 18px;
    color: #333;
}

.search-box button:hover {
    color: #9c6b3f;
}

.dropdown i,
.sidebar i.fa-angle-right {
    font-size: 13px;
    margin-left: 8px;
}

.cart span {
    position: absolute;
    top: -8px;
    right: -10px;
    width: 20px;
    height: 20px;
    background: #8b5a2b;
    color: #fff;
    border-radius: 50%;
    font-size: 11px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
}


/* =========================================
   TOP BAR - NOT STICKY
========================================= */

.top-bar {
    background: var(--primary);
    color: #fff;
    text-align: center;
    padding: 8px;
    font-size: 15px;

    position: relative;
    z-index: 998;
}


/* =========================================
   MAIN HEADER - STICKY
========================================= */

.main-header {
    background: #ede7e4;

    position: sticky;
    top: 0;

    z-index: 9999;

    width: 100%;
}


/* Main header container */

.main-header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 90px;
}


/* Logo */

.logo img {
    height: 60px;
    width: auto;
    display: block;
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 992px) {

    .main-header .container {
        height: 70px;
    }

    .logo img {
        height: 45px;
    }

}


/* hero section  */

.hero-slider{
    width:100%;
    background:#fff;
}

.heroSwiper{
    width:100%;
    height:700px;
}

.hero-content{
    display:flex;
    align-items:center;
    height:700px;
}

/* .hero-left{
    width:38%;
    padding:80px;
    background:#faf9f7;
    display:flex;
    flex-direction:column;
    justify-content:center;
} */

.hero-left h1{
    font-size:95px;
    line-height:0.9;
    color:#c89441;
    font-family:Georgia,serif;
    font-weight:400;
    text-transform:uppercase;
}

.hero-left p{
    margin:25px 0;
    color:#666;
    font-size:18px;
}

.hero-btn{
    display:inline-block;
    width:170px;
    padding:15px;
    background:#b8863b;
    color:#fff;
    text-align:center;
    text-decoration:none;
    border-radius:50px;
    transition:.3s;
}

.hero-btn:hover{
    background:#000;
}

.hero-right{
    width:100%;
    height:100%;
}

.hero-right img{
    width:100%;
    height:100%;
    object-fit:cover;
}

/* Swiper */

.swiper-button-next,
.swiper-button-prev{
    color:#b8863b;
}

.swiper-pagination-bullet-active{
    background:#b8863b;
}

/* Tablet */

@media(max-width:991px){

.heroSwiper,
.hero-content{
    height:600px;
}

.hero-left{
    width:45%;
    padding:50px;
}

.hero-right{
    width:55%;
}

.hero-left h1{
    font-size:60px;
}

}

/* Mobile */

@media(max-width:768px){

.heroSwiper,
.hero-content{
    height:auto;
}

.hero-content{
    flex-direction:column;
}

.hero-left{
    width:100%;
    order:2;
    padding:35px 25px;
    text-align:center;
}

.hero-right{
    width:100%;
    order:1;
    height:320px;
}

.hero-left h1{
    font-size:45px;
}

.hero-left p{
    font-size:16px;
}

.hero-btn{
    margin:auto;
}

.swiper-button-next,
.swiper-button-prev{
    display:none;
}

}


/* runner text  */


.top-offer-bar{
    width:100%;
    background:#a57b5b;
    overflow:hidden;
    white-space:nowrap;
    padding:14px 0;
}

.offer-track{
    display:flex;
    width:max-content;
    animation: marquee 22s linear infinite;
}

.offer-item{
    display:flex;
    align-items:center;
    gap:12px;
    color:#fff;
    font-size:18px;
    font-weight:500;
    margin-right:80px;
}

.offer-item i{
    width:26px;
    height:26px;
    border-radius:50%;
    background:#fff;
    color:#a57b5b;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:14px;
}

@keyframes marquee{
    from{
        transform:translateX(0);
    }
    to{
        transform:translateX(-50%);
    }
}

/* Mobile */

@media(max-width:768px){

.offer-item{
    font-size:14px;
    margin-right:50px;
}

.offer-item i{
    width:22px;
    height:22px;
    font-size:12px;
}

}


/* category section  */


.category-section{

    padding:60px 0;

    background:#fff;

}

.section-heading{

    text-align:center;

    margin-bottom:70px;

}

.section-heading h2{

    font-family:'Cormorant Garamond',serif;

    font-size:30px;

    font-weight:600;

    color:#222;

    letter-spacing:1px;

    text-transform:uppercase;

}

.line{

    width:90px;

    height:2px;

    background:#444;

    display:block;

    margin:18px auto 22px;

}

.section-heading p{

    font-family:'Cormorant Garamond',serif;

    font-size:20px;

    font-style:italic;

    color:#888;

}

.category-slider-wrapper{

    position:relative;

}

.category-card{

    position:relative;

    display:block;

    height:350px;

    overflow:hidden;

    border-radius:34px;

    text-decoration:none;

}

.category-card img{

    width:100%;

    height:100%;

    object-fit:cover;

    transition:1s;

}

.category-card:hover img{

    transform:scale(1.08);

}

.overlay{

    position:absolute;

    inset:0;

    background:linear-gradient(

        to top,

        rgba(0,0,0,.45),

        rgba(0,0,0,.12),

        transparent

    );

}

.category-card h3{

    position:absolute;

    left:0;

    bottom:35px;

    width:100%;

    text-align:center;

    color:#fff;

    font-size:22px;

    /* font-family:'Cormorant Garamond',serif; */

    font-weight:600;

    z-index:5;

    letter-spacing:1px;

}

.categoryPrev,

.categoryNext{

    width:62px;

    height:62px;

    background:#fff;

    border-radius:50%;

    box-shadow:0 10px 25px rgba(0,0,0,.15);

    color:#000;

}

.categoryPrev{

    left:-30px;

}

.categoryNext{

    right:-30px;

}

.categoryPrev:after,

.categoryNext:after{

    font-size:20px;

    font-weight:bold;

}

.swiper-button-disabled{

    opacity:.35;

    cursor:not-allowed;

}

@media(max-width:1200px){

.category-card{

height:470px;

}

}

@media(max-width:992px){

.section-heading h2{

font-size:52px;

}

.section-heading p{

font-size:22px;

}

.category-card{

height:420px;

}

.category-card h3{

font-size:34px;

}

.categoryPrev,
    .categoryNext{
        display:flex;
        width:45px;
        height:45px;
        z-index:10;
    }

    .categoryPrev{
        left:5px;
    }

    .categoryNext{
        right:5px;
    }

    .categoryPrev::after,
    .categoryNext::after{
        font-size:16px;
    }

}

@media(max-width:768px){

.category-section{

padding:60px 0;

}

.section-heading{

margin-bottom:40px;

}

.section-heading h2{

font-size:40px;

}

.section-heading p{

font-size:18px;

}

.category-card{

height:330px;

border-radius:24px;

}

.category-card h3{

font-size:26px;

bottom:22px;

}

}


.new-arrivals-section{
    padding:60px 0;
    background:#f3f3f3;
    overflow:hidden;
}

.na-heading{
    text-align:center;
    margin-bottom:55px;
}

.na-heading h2{
    font-family:"Times New Roman", serif;
    font-size:30px;
    font-weight:600;
    letter-spacing:2px;
    margin-bottom:18px;
    color:#1f1f1f;
}

.na-heading span{
    width:95px;
    height:1px;
    background:#222;
    display:block;
    margin:auto;
}

.na-slider-wrapper{
    width:min(1650px, calc(100% - 80px));
    margin:auto;
    position:relative;
}

.na-product-card{
    text-align:center;
}

.na-product-image{
    position:relative;
    overflow:hidden;
    background:#ddd;
    aspect-ratio:1 / 1;
}

.na-product-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
    transition:transform .45s ease;
}

.na-product-card:hover .na-product-image img{
    transform:scale(1.05);
}

.na-sale-badge{
    position:absolute;
    top:18px;
    left:18px;
    background:#fff;
    padding:8px 14px;
    font-size:13px;
    font-weight:600;
    border-radius:4px;
    z-index:2;
    box-shadow:0 2px 8px rgba(0,0,0,.08);
}

.na-hover-icons{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    display:flex;
    gap:14px;
    opacity:0;
    visibility:hidden;
    transition:.3s ease;
    z-index:2;
}

.na-product-card:hover .na-hover-icons{
    opacity:1;
    visibility:visible;
}

.na-hover-icons a{
    width:54px;
    height:54px;
    background:#fff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    color:#111;
    font-size:22px;
    box-shadow:0 6px 18px rgba(0,0,0,.12);
    transition:.25s ease;
}

.na-hover-icons a:hover{
    background:#111;
    color:#fff;
    transform:translateY(-3px);
}

.na-product-info{
    padding-top:24px;
}

.na-product-info h3{
    font-size:16px;
    font-weight:500;
    text-transform:uppercase;
    line-height:1.5;
    margin-bottom:10px;
    color:#222;
}

.na-price{
    font-size:17px;
    font-weight:600;
    color:#222;
}

.na-old-price{
    color:#8c8c8c;
    text-decoration:line-through;
    margin-right:8px;
    font-weight:400;
}

.na-prev,
.na-next{
    width:58px !important;
    height:58px !important;
    border-radius:50%;
    background:#fff;
    box-shadow:0 6px 20px rgba(0,0,0,.08);
    color:#222 !important;
    transition:.25s ease;
}

.na-prev::after,
.na-next::after{
    font-size:20px !important;
    font-weight:500;
}

.na-prev:hover,
.na-next:hover{
    background:#111;
    color:#fff !important;
}

.na-prev{
    left:-28px !important;
}

.na-next{
    right:-28px !important;
}

@media(max-width:1200px){
    .na-heading h2{
        font-size:30px;
    }
}

@media(max-width:992px){
    .na-slider-wrapper{
        width:calc(100% - 50px);
    }

    .na-prev,
    .na-next{
        width:50px !important;
        height:50px !important;
    }
}

@media(max-width:768px){
    .new-arrivals-section{
        padding:60px 0;
    }

    .na-heading h2{
        font-size:28px;
    }

    .na-slider-wrapper{
        width:calc(100% - 70px);
    }

    .na-prev,
    .na-next{
        display:flex !important;
        width:42px !important;
        height:42px !important;
        z-index:10;
        top:50%;
        transform:translateY(-50%);
    }

    .na-prev{
        left:-48px !important;
    }

    .na-next{
        right:-48px !important;
    }

    .na-prev::after,
    .na-next::after{
        font-size:16px !important;
    }

    .na-hover-icons a{
        width:46px;
        height:46px;
        font-size:20px;
    }
}


/* footer section  */


.lux-footer{
    background:#141517;
    color:#f5f1ec;
    width:100%;
    overflow:hidden;
}

/* =======================
   TOP AREA
======================= */
.lux-footer-top{
    padding:70px 0 60px;
}

/* =========================================
   FOOTER GRID
========================================= */

.lux-footer-grid {
    width: min(1680px, calc(100% - 80px));

    margin: auto;

    display: grid;

    grid-template-columns: repeat(4, 1fr);

    gap: 55px;

    align-items: start;

    justify-content: center;
}


/* =========================================
   COMPANY / LOGO
========================================= */

.lux-footer-company {
    width: 100%;
}

.lux-footer-logo {
    display: inline-flex;

    align-items: center;

    margin-bottom: 22px;

    text-decoration: none;
}

.lux-footer-logo img {
    width: 150px;

    height: auto;

    display: block;

    object-fit: contain;
}

.lux-company-text {
    max-width: 300px;

    margin: 0 0 25px;

    font-size: 14px;

    line-height: 1.7;

    color: #fff;
}


/* =========================================
   COMPANY CONTACT
========================================= */

.lux-company-contact {
    display: flex;

    flex-direction: column;

    gap: 12px;
}

.lux-company-contact p {
    display: flex;

    align-items: flex-start;

    gap: 10px;

    margin: 0;

    font-size: 14px;

    line-height: 1.5;

    color: #fff;
}

.lux-company-contact i {
    width: 18px;

    margin-top: 3px;

    font-size: 14px;

    color: #fff;

    flex-shrink: 0;
}

.lux-company-contact a {
    color: inherit;

    text-decoration: none;
}

.lux-company-contact a:hover {
    color: var(--secondary);
}


/* =========================================
   FOOTER HEADINGS
========================================= */

.lux-footer-col h4,
.lux-footer-newsletter h3 {
    margin-top: 0;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 1100px) {

    .lux-footer-grid {
        width: calc(100% - 50px);

        grid-template-columns: repeat(2, 1fr);

        gap: 45px 35px;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 600px) {

    .lux-footer-grid {
        width: calc(100% - 30px);

        grid-template-columns: 1fr;

        gap: 35px;
    }

    .lux-footer-company {
        width: 100%;
    }

    .lux-footer-logo img {
        width: 135px;
    }

    .lux-company-text {
        max-width: 100%;
    }

}

.lux-footer-col h4{
    font-family:"Times New Roman", serif;
    font-size:18px;
    font-weight:400;
    letter-spacing:1px;
    margin-bottom:28px;
    color:#fff;
}

.lux-footer-col ul{
    list-style:none;
    padding:0;
    margin:0;
}

.lux-footer-col ul li{
    margin-bottom:18px;
}

.lux-footer-col ul li a{
    color:#d8d0c8;
    text-decoration:none;
    font-size:14px;
    letter-spacing:.4px;
    transition:all .25s ease;
}

.lux-footer-col ul li a:hover{
    color:#fff;
    padding-left:3px;
}

/* =======================
   NEWSLETTER
======================= */
.lux-footer-newsletter{
    padding-left:55px;
    border-left:1px solid rgba(255,255,255,.08);
}

.lux-footer-newsletter h3{
    font-size:24px;
    line-height:1.35;
    font-weight:400;
    letter-spacing:1px;
    text-transform:uppercase;
    color:#fff;
    margin-bottom:32px;
}

.lux-newsletter-form{
    display:flex;
    background:#efefef;
    height:74px;
    overflow:hidden;
}

.lux-newsletter-form input{
    flex:1;
    border:none;
    outline:none;
    background:transparent;
    padding:0 34px;
    font-size:16px;
    color:#222;
}

.lux-newsletter-form input::placeholder{
    color:#7c7c7c;
}

.lux-newsletter-form button{
    border:none;
    background:transparent;
    padding:0 34px;
    font-size:15px;
    font-weight:700;
    color:#111;
    letter-spacing:.5px;
    cursor:pointer;
    transition:all .25s ease;
    white-space:nowrap;
}

.lux-newsletter-form button:hover{
    background:#111;
    color:#fff;
}

.lux-note{
    margin-top:24px;
    font-size:14px;
    color:#a9a29b;
    letter-spacing:.3px;
}

.lux-socials{
    display:flex;
    gap:12px;
    margin-top:28px;
}

.lux-socials a{
    width:44px;
    height:44px;
    background:#f3f1ef;
    color:#111;
    display:flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    border-radius:4px;
    font-size:20px;
    transition:all .25s ease;
}

.lux-socials a:hover{
    background:#fff;
    transform:translateY(-2px);
}

/* =======================
   BOTTOM AREA
======================= */
.lux-footer-bottom{
    background:#ebe7e4;
    border-top:1px solid rgba(0,0,0,.06);
}

.lux-bottom-inner{
    width:min(1680px, calc(100% - 80px));
    margin:auto;
    padding:18px 0;
    display:grid;
    grid-template-columns: 1fr 1.3fr;
    gap:40px;
    align-items:start;
}

.lux-copy{
    font-size:14px;
    color:#111;
    line-height:1.7;
}

.lux-disclaimer{
    font-size:14px;
    line-height:1.9;
    color:#111;
}

/* =======================
   LARGE TABLET
======================= */
@media (max-width:1200px){

    .lux-footer-grid{
        grid-template-columns: repeat(2, 1fr);
        gap:45px;
    }

    .lux-footer-newsletter{
        grid-column:1 / -1;
        border-left:none;
        border-top:1px solid rgba(255,255,255,.08);
        padding-left:0;
        padding-top:40px;
    }

    .lux-bottom-inner{
        grid-template-columns:1fr;
        gap:16px;
    }
}

/* =======================
   TABLET
======================= */
@media (max-width:768px){

    .lux-footer-top{
        padding:55px 0 45px;
    }

    .lux-footer-grid,
    .lux-bottom-inner{
        width:calc(100% - 40px);
    }

    .lux-footer-grid{
        grid-template-columns:1fr 1fr;
        gap:36px 28px;
    }

    .lux-footer-newsletter h3{
        font-size:22px;
    }

    .lux-newsletter-form{
        height:auto;
        flex-direction:column;
        background:transparent;
        gap:12px;
    }

    .lux-newsletter-form input{
        background:#efefef;
        height:58px;
        padding:0 20px;
    }

    .lux-newsletter-form button{
        background:#efefef;
        height:58px;
        width:100%;
    }
}

/* =======================
   MOBILE
======================= */
@media (max-width:576px){

    .lux-footer-grid{
        grid-template-columns:1fr;
        gap:34px;
    }

    .lux-footer-col h4{
        margin-bottom:22px;
    }

    .lux-footer-newsletter{
        padding-top:34px;
    }

    .lux-footer-newsletter h3{
        font-size:20px;
        line-height:1.5;
    }

    .lux-socials{
        justify-content:flex-start;
    }

    .lux-copy,
    .lux-disclaimer{
        font-size:13px;
    }
}


.google-review-section{
    background:#fff;
    padding:80px 0;
    overflow:hidden;
}

.gr-heading{
    text-align:center;
    margin-bottom:50px;
}

.gr-heading h2{
    font-family:"Times New Roman", serif;
    font-size:30px;
    font-weight:600;
    color:#1f1f1f;
    letter-spacing:2px;
    margin-bottom:18px;
}

.gr-heading span{
    width:120px;
    height:1px;
    background:#1f1f1f;
    display:block;
    margin:auto;
}

.gr-wrapper{
    width:min(1700px, calc(100% - 60px));
    margin:auto;
    display:grid;
    grid-template-columns:300px 1fr;
    gap:30px;
    align-items:start;
}

/* LEFT BOX */
.gr-company-box{
    background:#fff;
    border-radius:24px;
    padding:30px;
    box-shadow:0 4px 18px rgba(0,0,0,.05);
}

.gr-company-box img{
    /* width:80px; */
    height:80px;
    object-fit:cover;
    /* border-radius:12px; */
    margin-bottom:16px;
}

.gr-company-box h3{
    font-size:26px;
    line-height:1.3;
    margin-bottom:12px;
    font-weight:700;
    color:#111;
}

.gr-stars{
    display:flex;
    gap:4px;
    margin-bottom:10px;
}

.gr-stars i{
    color:#fbbc04;
    font-size:20px;
}

.gr-company-box p{
    color:#555;
    margin-bottom:22px;
}

.gr-review-btn{
    display:flex;
    align-items:center;
    justify-content:center;
    height:50px;
    border:1px solid #d2d2d2;
    border-radius:12px;
    text-decoration:none;
    color:#111;
    font-weight:600;
    transition:.3s ease;
}

.gr-review-btn:hover{
    background:#111;
    color:#fff;
}

/* SLIDER */
.gr-slider-area{
    position:relative;
    min-width:0;
}

.hdReviewsSwiper{
    overflow:visible;
}

.hdReviewsSwiper .swiper-slide{
    height:auto;
}

.gr-card{
    background:#fff;
    border-radius:24px;
    padding:28px;
    height:100%;
    min-height:260px;
    box-shadow:0 4px 18px rgba(0,0,0,.05);
    display:flex;
    flex-direction:column;
}

.gr-card-top{
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
    margin-bottom:18px;
}

.gr-user{
    display:flex;
    align-items:center;
    gap:14px;
}

.gr-user img{
    width:56px;
    height:56px;
    border-radius:50%;
}

.gr-user h4{
    margin:0 0 4px;
    font-size:20px;
    font-weight:700;
    color:#111;
}

.gr-user span{
    color:#777;
    font-size:14px;
}

.gr-google-icon{
    width:28px;
    height:28px;
}

.gr-stars-row{
    display:flex;
    gap:4px;
    margin-bottom:18px;
}

.gr-stars-row i{
    color:#fbbc04;
    font-size:16px;
}

.gr-card p{
    font-size:16px;
    line-height:1.8;
    color:#222;
    margin:0;
}

/* NAVIGATION */
.gr-prev,
.gr-next{
    width:56px !important;
    height:56px !important;
    border-radius:50%;
    background:#fff;
    box-shadow:0 6px 18px rgba(0,0,0,.10);
    color:#222 !important;
}

.gr-prev::after,
.gr-next::after{
    font-size:18px !important;
    font-weight:700;
}

.gr-prev{
    left:-22px !important;
}

.gr-next{
    right:-22px !important;
}

/* RESPONSIVE */
@media(max-width:1200px){

    .gr-wrapper{
        grid-template-columns:1fr;
    }

    .gr-heading h2{
        font-size:28px;
    }
}

@media(max-width:768px){

    .google-review-section{
        padding:60px 0;
    }

    .gr-heading h2{
        font-size:30px;
        line-height:1.3;
    }

    .gr-wrapper{
        width:calc(100% - 30px);
    }

    .gr-slider-area {
        position: relative;
        overflow: visible;
    }

     .hdReviewsSwiper {
        width: 100%;
    }

    .gr-prev,
    .gr-next {
        display: flex !important;
        align-items: center;
        justify-content: center;

        width: 38px !important;
        height: 38px !important;

        position: absolute;
        top: 50% !important;
        transform: translateY(-50%);

        z-index: 20;

        background: #fff;
        color: #222 !important;

        border: 1px solid #ddd;
        border-radius: 50%;

        box-shadow: 0 4px 12px rgba(0,0,0,.15);
    }

    .gr-prev {
        left: -5px !important;
    }

    .gr-next {
        right: -5px !important;
    }

    .gr-prev::after,
    .gr-next::after {
        font-size: 15px !important;
        font-weight: 700;
    }

    .gr-card{
        min-height:auto;
    }
}


/* Main wrapper */
.gr-wrapper{
    width:min(1700px, calc(100% - 60px));
    margin:auto;
    display:grid;
    grid-template-columns:280px minmax(0, 1fr);
    gap:40px;
    align-items:start;
}

/* Company card */
.gr-company-box{
    position:relative;
    z-index:2;
}

/* Slider area */
.gr-slider-area{
    position:relative;
    min-width:0;
    overflow:hidden; /* IMPORTANT */
}

/* Swiper */
.hdReviewsSwiper{
    width:100%;
    overflow:hidden;
}

/* Slides */
.hdReviewsSwiper .swiper-slide{
    height:auto;
    display:flex;
}

/* Review card */
.gr-card{
    width:100%;
    background:#fff;
    border-radius:24px;
    padding:28px;
    min-height:320px;
    box-shadow:0 4px 18px rgba(0,0,0,.05);
}

/* Navigation arrows */
.gr-prev,
.gr-next{
    width:56px !important;
    height:56px !important;
    border-radius:50%;
    background:#fff;
    box-shadow:0 6px 18px rgba(0,0,0,.10);
    color:#222 !important;
}

.gr-prev::after,
.gr-next::after{
    font-size:18px !important;
    font-weight:700;
}

/* Keep arrows INSIDE slider area */
.gr-prev{
    left:10px !important;
}

.gr-next{
    right:10px !important;
}

/* Responsive */
@media(max-width:1200px){

    .gr-wrapper {
        grid-template-columns: 1fr;
    }

    .gr-slider-area {
        width: 100%;
        position: relative;
        overflow: visible !important;
    }

    .gr-prev,
    .gr-next {
        display: flex !important;
    }
}


/* Slider area */
.gr-slider-area{
    position: relative;
    min-width: 0;
    overflow: visible; /* allow buttons to show outside */
}

/* Small circular navigation buttons */
.gr-prev,
.gr-next{
    width: 35px !important;
    height: 35px !important;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #ececec;
    box-shadow: 0 4px 12px rgba(0,0,0,.08);
    color: #222 !important;
    top: 50% !important;
    transform: translateY(-50%);
    transition: all .25s ease;
}

/* Arrow icon */
.gr-prev::after,
.gr-next::after{
    font-size: 16px !important;
    font-weight: 700;
}

/* Half outside - half inside */
.gr-prev{
    left: -18px !important;   /* half of 48px */
}

.gr-next{
    right: -18px !important;  /* half of 48px */
}

/* Hover effect */
.gr-prev:hover,
.gr-next:hover{
    background: #111;
    color: #fff !important;
    border-color: #111;
}

/* Mobile hide */
@media(max-width:768px){

    .google-review-section {
        padding: 50px 0;
        overflow: hidden;
    }

    .gr-wrapper {
        width: calc(100% - 30px);
        display: block;
    }

    .gr-slider-area {
        width: 100%;
        position: relative;
        overflow: visible !important;
        margin-top: 20px;
    }

    .hdReviewsSwiper {
        width: 100%;
        overflow: hidden;
    }

    .gr-prev,
    .gr-next {
        display: flex !important;

        width: 38px !important;
        height: 38px !important;

        top: 50% !important;
        transform: translateY(-50%);

        z-index: 100;
    }

    /* Keep buttons INSIDE mobile screen */
    .gr-prev {
        left: 5px !important;
    }

    .gr-next {
        right: 5px !important;
    }

    .gr-prev::after,
    .gr-next::after {
        font-size: 14px !important;
    }
}




.about-hero-section{
    position:relative;
    width:100%;
    min-height:90vh;
    overflow:hidden;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#e7ddd3;
}

/* Background */
.about-hero-bg{
    position:absolute;
    inset:0;
    z-index:1;
}

.about-hero-bg img{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center;
    display:block;
}

/* Soft overlay */
.about-hero-overlay{
    position:absolute;
    inset:0;
    background:rgba(255,248,242,.08);
    z-index:2;
}

/* Content */
.about-hero-content{
    position:relative;
    z-index:3;
    text-align:center;
    max-width:900px;
    padding:40px 20px;
    margin-top:40px;
}

/* Heading */
.about-hero-content h1{
    font-size:40px;
    line-height:1.05;
    font-weight:600;
    color:#000;
    margin-bottom:26px;
    letter-spacing:-2px;
    font-family:Arial, Helvetica, sans-serif;
}

/* Subtitle */
.about-hero-content p{
    font-size:20px;
    line-height:1.6;
    color:#111;
    margin-bottom:44px;
    font-weight:400;
    font-family:Arial, Helvetica, sans-serif;
}

/* Button */
.about-hero-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-width:300px;
    height:72px;
    padding:0 42px;
    background:#b88f6c;
    color:#fff;
    text-decoration:none;
    border-radius:999px;
    font-size:18px;
    font-weight:700;
    letter-spacing:2px;
    text-transform:uppercase;
    transition:all .3s ease;
    box-shadow:0 10px 30px rgba(184,143,108,.25);
}

.about-hero-btn:hover{
    background:#a97f5c;
    transform:translateY(-3px);
    box-shadow:0 14px 36px rgba(184,143,108,.35);
}

/* Large screens */
@media(max-width:1400px){

    .about-hero-content h1{
        font-size:74px;
    }

    .about-hero-content p{
        font-size:26px;
    }
}

/* Tablet */
@media(max-width:992px){

    .about-hero-section{
        min-height:85vh;
    }

    .about-hero-content{
        margin-top:20px;
    }

    .about-hero-content h1{
        font-size:56px;
        letter-spacing:-1px;
    }

    .about-hero-content p{
        font-size:22px;
        margin-bottom:34px;
    }

    .about-hero-btn{
        min-width:250px;
        height:64px;
        font-size:17px;
        padding:0 34px;
    }
}

/* Mobile */
@media(max-width:576px){

    .about-hero-section{
        min-height:75vh;
    }

    .about-hero-content{
        padding:20px 18px;
    }

    .about-hero-content h1{
        font-size:40px;
        line-height:1.15;
        margin-bottom:18px;
    }

    .about-hero-content p{
        font-size:18px;
        line-height:1.6;
        margin-bottom:28px;
    }

    .about-hero-btn{
        width:100%;
        max-width:320px;
        min-width:auto;
        height:58px;
        font-size:15px;
        letter-spacing:1.5px;
    }
}


/* =====================================================
   HDPA CRAFT INDIA - PREMIUM CRAFT SECTION
===================================================== */

.hdpa-craft-section {
    width: 100%;
    background: #f8eeee;
    overflow: hidden;
}

.hdpa-craft-content {
    width: 100%;
    min-height: 760px;

    display: grid;
    grid-template-columns: 50% 50%;
}

/* =====================================================
   LEFT CONTENT
===================================================== */

.hdpa-craft-text {
    padding: 55px 7.5% 60px 8%;

    display: flex;
    flex-direction: column;
    justify-content: center;

    box-sizing: border-box;
}

.hdpa-craft-text h2 {
    margin: 0 0 32px;

    font-family: Georgia, "Times New Roman", serif;
    font-size: 46px;
    line-height: 1.15;
    font-weight: 500;

    color: #17242d;
    letter-spacing: -1px;
}

.hdpa-craft-text h2 span {
    display: block;
}

.hdpa-craft-text p {
    margin: 0 0 30px;

    font-family: "Lato", "Open Sans", Arial, sans-serif;
    font-size: 17px;
    line-height: 1.9;

    color: #171717;
}

.hdpa-intro {
    max-width: 760px;
}

/* =====================================================
   FEATURE LIST
===================================================== */

.hdpa-feature-list {
    margin: -5px 0 34px;
    padding: 0;

    list-style: none;
}

.hdpa-feature-list li {
    position: relative;

    margin-bottom: 8px;
    padding-left: 22px;

    font-family: "Lato", "Open Sans", Arial, sans-serif;
    font-size: 17px;
    line-height: 1.65;

    color: #171717;
}

.hdpa-feature-list li::before {
    content: "–";

    position: absolute;
    left: 0;
    top: 0;

    color: #8c6a35;
    font-weight: 600;
}

/* =====================================================
   DESCRIPTION
===================================================== */

.hdpa-description {
    max-width: 750px;
}

/* =====================================================
   HIGHLIGHT TEXT
===================================================== */

.hdpa-highlight {
    margin-top: 5px !important;
    margin-bottom: 0 !important;

    font-family: Georgia, "Times New Roman", serif !important;
    font-size: 21px !important;
    line-height: 1.6 !important;

    color: #8c6a35 !important;
}

/* =====================================================
   RIGHT IMAGE
===================================================== */

.hdpa-craft-image {
    width: 100%;
    height: 100%;
    min-height: 760px;

    overflow: hidden;
}

.hdpa-craft-image img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;
    object-position: center;

    transition: transform 0.6s ease;
}

.hdpa-craft-image:hover img {
    transform: scale(1.03);
}

/* =====================================================
   TABLET
===================================================== */

@media (max-width: 991px) {

    .hdpa-craft-content {
        grid-template-columns: 1fr;
    }

    .hdpa-craft-text {
        padding: 70px 8%;
    }

    .hdpa-craft-text h2 {
        font-size: 40px;
    }

    .hdpa-craft-image {
        min-height: 600px;
        height: 600px;
    }
}

/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 767px) {

    .hdpa-craft-text {
        padding: 55px 25px;
    }

    .hdpa-craft-text h2 {
        margin-bottom: 25px;

        font-size: 34px;
        line-height: 1.2;
        letter-spacing: -0.5px;
    }

    .hdpa-craft-text p {
        margin-bottom: 24px;

        font-size: 15.5px;
        line-height: 1.75;
    }

    .hdpa-feature-list {
        margin-bottom: 25px;
    }

    .hdpa-feature-list li {
        font-size: 15.5px;
        margin-bottom: 5px;
    }

    .hdpa-highlight {
        font-size: 19px !important;
    }

    .hdpa-craft-image {
        height: 450px;
        min-height: 450px;
    }
}

/* =====================================================
   SMALL MOBILE
===================================================== */

@media (max-width: 480px) {

    .hdpa-craft-text {
        padding: 45px 20px;
    }

    .hdpa-craft-text h2 {
        font-size: 30px;
    }

    .hdpa-craft-image {
        height: 380px;
        min-height: 380px;
    }
}


/* =====================================================
   HDPA CRAFT INDIA - CONTACT PAGE
===================================================== */

.hdpa-contact-section {
    width: 100%;
    background: #f8f1e8;
    padding: 100px 0;
    overflow: hidden;
}

.hdpa-contact-container {
    width: 90%;
    max-width: 1380px;
    margin: 0 auto;

    display: grid;
    grid-template-columns: 0.85fr 1.15fr;
    gap: 80px;
    align-items: stretch;
}


/* =====================================================
   LEFT CONTACT INFORMATION
===================================================== */

.hdpa-contact-info {
    padding: 20px 0;
}

.hdpa-contact-subtitle {
    display: inline-block;

    margin-bottom: 18px;

    font-family: "Lato", Arial, sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 3px;

    color: #9b7437;
}

.hdpa-contact-title {
    margin: 0 0 25px;

    font-family: Georgia, "Times New Roman", serif;
    font-size: 50px;
    line-height: 1.15;
    font-weight: 500;

    color: #1c252c;
    letter-spacing: -1px;
}

.hdpa-contact-title span {
    display: block;
    color: #9b7437;
}

.hdpa-contact-text {
    max-width: 560px;

    margin: 0 0 45px;

    font-family: "Lato", "Open Sans", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.8;

    color: #555;
}


/* =====================================================
   CONTACT ITEMS
===================================================== */

.hdpa-contact-item {
    display: flex;
    align-items: flex-start;

    gap: 20px;

    margin-bottom: 28px;
}

.hdpa-contact-icon {
    flex: 0 0 48px;

    width: 48px;
    height: 48px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #9b7437;
    color: #fff;

    border-radius: 50%;

    font-size: 17px;
}

.hdpa-contact-item-content h4 {
    margin: 0 0 6px;

    font-family: "Lato", Arial, sans-serif;
    font-size: 15px;
    font-weight: 700;

    color: #1c252c;
}

.hdpa-contact-item-content p,
.hdpa-contact-item-content a {
    margin: 0;

    font-family: "Lato", Arial, sans-serif;
    font-size: 15px;
    line-height: 1.7;

    color: #555;
    text-decoration: none;
}

.hdpa-contact-item-content a {
    transition: 0.3s ease;
}

.hdpa-contact-item-content a:hover {
    color: #9b7437;
}


/* =====================================================
   SOCIAL LINKS
===================================================== */

.hdpa-social-wrapper {
    margin-top: 40px;
}

.hdpa-social-wrapper h4 {
    margin: 0 0 15px;

    font-family: "Lato", Arial, sans-serif;
    font-size: 15px;
    font-weight: 700;

    color: #1c252c;
}

.hdpa-social-links {
    display: flex;
    gap: 10px;
}

.hdpa-social-links a {
    width: 42px;
    height: 42px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 1px solid #c9b38e;
    border-radius: 50%;

    color: #9b7437;
    text-decoration: none;

    transition: all 0.3s ease;
}

.hdpa-social-links a:hover {
    background: #9b7437;
    border-color: #9b7437;
    color: #fff;

    transform: translateY(-3px);
}


/* =====================================================
   RIGHT FORM
===================================================== */

.hdpa-contact-form-wrapper {
    background: #fff;

    padding: 55px 55px 60px;

    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.07);
}

.hdpa-form-heading {
    margin-bottom: 35px;
}

.hdpa-form-heading span {
    display: block;

    margin-bottom: 10px;

    font-family: "Lato", Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2.5px;

    color: #9b7437;
}

.hdpa-form-heading h2 {
    margin: 0 0 12px;

    font-family: Georgia, "Times New Roman", serif;
    font-size: 38px;
    line-height: 1.2;
    font-weight: 500;

    color: #1c252c;
}

.hdpa-form-heading p {
    margin: 0;

    font-family: "Lato", Arial, sans-serif;
    font-size: 15px;
    line-height: 1.7;

    color: #666;
}


/* =====================================================
   FORM
===================================================== */

.hdpa-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px;

    margin-bottom: 22px;
}

.hdpa-form-group {
    display: flex;
    flex-direction: column;
}

.hdpa-form-group label {
    margin-bottom: 9px;

    font-family: "Lato", Arial, sans-serif;
    font-size: 13px;
    font-weight: 700;

    color: #303030;
}

.hdpa-form-group input,
.hdpa-form-group textarea {
    width: 100%;

    padding: 15px 17px;

    box-sizing: border-box;

    border: 1px solid #ddd4c7;
    outline: none;

    background: #fcfaf7;

    font-family: "Lato", Arial, sans-serif;
    font-size: 14px;

    color: #222;

    transition: all 0.3s ease;
}

.hdpa-form-group input {
    height: 52px;
}

.hdpa-form-group textarea {
    resize: vertical;
    min-height: 145px;
}

.hdpa-form-group input::placeholder,
.hdpa-form-group textarea::placeholder {
    color: #999;
}

.hdpa-form-group input:focus,
.hdpa-form-group textarea:focus {
    border-color: #9b7437;
    background: #fff;

    box-shadow: 0 0 0 2px rgba(155, 116, 55, 0.08);
}

.hdpa-message-group {
    margin-bottom: 25px;
}


/* =====================================================
   SUBMIT BUTTON
===================================================== */

.hdpa-submit-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    gap: 15px;

    min-width: 180px;
    padding: 16px 28px;

    border: 1px solid #9b7437;

    background: #9b7437;
    color: #fff;

    font-family: "Lato", Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.5px;

    cursor: pointer;

    transition: all 0.35s ease;
}

.hdpa-submit-btn i {
    transition: transform 0.3s ease;
}

.hdpa-submit-btn:hover {
    background: #1c252c;
    border-color: #1c252c;
}

.hdpa-submit-btn:hover i {
    transform: translateX(5px);
}


/* =====================================================
   FULL WIDTH MAP
===================================================== */

.hdpa-map-section {
    width: 100%;
    padding: 0;
    margin: 0;

    background: #fff;
}

.hdpa-map-wrapper {
    width: 100%;
    line-height: 0;
}

.hdpa-map-wrapper iframe {
    width: 100%;
    height: 500px;

    display: block;

    border: 0;
}


/* =====================================================
   TABLET
===================================================== */

@media (max-width: 991px) {

    .hdpa-contact-section {
        padding: 75px 0;
    }

    .hdpa-contact-container {
        width: 88%;

        grid-template-columns: 1fr;
        gap: 50px;
    }

    .hdpa-contact-title {
        font-size: 44px;
    }

    .hdpa-contact-form-wrapper {
        padding: 45px;
    }
}


/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 767px) {

    .hdpa-contact-section {
        padding: 55px 0;
    }

    .hdpa-contact-container {
        width: 90%;
        gap: 40px;
    }

    .hdpa-contact-title {
        font-size: 35px;
    }

    .hdpa-contact-text {
        font-size: 15px;
        margin-bottom: 35px;
    }

    .hdpa-contact-form-wrapper {
        padding: 35px 22px;
    }

    .hdpa-form-heading h2 {
        font-size: 31px;
    }

    .hdpa-form-row {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-bottom: 20px;
    }

    .hdpa-map-wrapper iframe {
        height: 400px;
    }
}


/* =====================================================
   SMALL MOBILE
===================================================== */

@media (max-width: 480px) {

    .hdpa-contact-section {
        padding: 45px 0;
    }

    .hdpa-contact-title {
        font-size: 31px;
    }

    .hdpa-contact-form-wrapper {
        padding: 30px 18px;
    }

    .hdpa-form-heading h2 {
        font-size: 28px;
    }

    .hdpa-map-wrapper iframe {
        height: 350px;
    }
}



/* =========================================
   BULK GIFTING HERO
========================================= */

.bg-bulk-gifting-hero {
    position: relative;
    width: 100%;
    min-height: 620px;

    background-image: url('/assets/images/hero/hero2.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    display: flex;
    align-items: center;
    justify-content: center;

    overflow: hidden;
}

/* Black Overlay */
.bg-bulk-gifting-overlay {
    position: absolute;
    inset: 0;

    background: rgba(0, 0, 0, 0.48);

    z-index: 1;
}

/* Center Content */
.bg-bulk-gifting-content {
    position: relative;
    z-index: 2;

    width: 100%;
    padding: 40px;

    display: flex;
    align-items: center;
    justify-content: center;

    text-align: center;
}

.bg-bulk-gifting-content h1 {
    margin: 0;

    color: #fff;

    font-family: Georgia, "Times New Roman", serif;

    font-size: 40px;

    font-weight: 500;

    line-height: 1.1;

    letter-spacing: 1px;

    text-transform: capitalize;

    text-shadow: 0 3px 15px rgba(0, 0, 0, 0.4);
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 991px) {

    .bg-bulk-gifting-hero {
        min-height: 520px;
        background-position: center;
    }

    .bg-bulk-gifting-content h1 {
        font-size: 40px;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 768px) {

    .bg-bulk-gifting-hero {
        min-height: 400px;

        background-position: center center;
    }

    .bg-bulk-gifting-overlay {
        background: rgba(0, 0, 0, 0.50);
    }

    .bg-bulk-gifting-content {
        padding: 20px;
    }

    .bg-bulk-gifting-content h1 {
        font-size: 35px;
        letter-spacing: 0.5px;
    }

}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 480px) {

    .bg-bulk-gifting-hero {
        min-height: 330px;
    }

    .bg-bulk-gifting-content h1 {
        font-size: 35px;
    }

}


/* =========================================
   PACKAGING SECTIONS
========================================= */

.bg-packaging-section {
    /* width: 100%; */
    /* padding: 40px 0 0; */
    background: #fff;
    overflow: hidden;
}

.bg-packaging-content {
    /* width: 100%;
    min-height: 450px; */

    display: grid;
    grid-template-columns: 50% 50%;

    align-items: stretch;
}


/* =========================================
   TEXT AREA
========================================= */

.bg-packaging-text {
    /* padding: 70px 8%; */

    display: flex;
    flex-direction: column;
    justify-content: center;

    background: #fff;
}

.bg-packaging-text h2 {
    margin: 0 0 28px;

    font-family: Georgia, "Times New Roman", serif;

    font-size: 35px;
    line-height: 1.15;

    font-weight: 500;

    color: #111;

    letter-spacing: 0.5px;
}

.bg-packaging-text p {
    max-width: 650px;

    margin: 0 0 22px;

    font-family: "Lato", "Open Sans", Arial, sans-serif;

    font-size: 16px;
    line-height: 1.8;

    color: #555;
}

.bg-packaging-text p:last-child {
    margin-bottom: 0;
}


/* =========================================
   IMAGE
========================================= */

.bg-packaging-image {
    width: 100%;
    height: 100%;

    max-height: 450px; 

    overflow: hidden;
}

.bg-packaging-image img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;
    object-position: center;

    transition: transform 0.6s ease;
}

.bg-packaging-image:hover img {
    transform: scale(1.03);
}


/* =========================================
   RIGID BOX
========================================= */

.bg-packaging-rigid .bg-packaging-image img {
    object-position: center;
}


/* =========================================
   CORPORATE
========================================= */

.bg-packaging-corporate .bg-packaging-image img {
    object-position: center;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 991px) {

    .bg-packaging-content {
        min-height: auto;
        grid-template-columns: 1fr 1fr;
    }

    .bg-packaging-text {
        padding: 50px 7%;
    }

    .bg-packaging-text h2 {
        font-size: 34px;
        margin-bottom: 22px;
    }

    .bg-packaging-text p {
        font-size: 15px;
        line-height: 1.7;
    }

    .bg-packaging-image {
        min-height: 500px;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

    .bg-packaging-content {
        display: flex;
        flex-direction: column;

        min-height: auto;
    }

    /* Text first */
    .bg-packaging-text {
        order: 1;

        padding: 55px 25px 45px;

        text-align: left;
    }

    /* Image second */
    .bg-packaging-image {
        order: 2;

        width: 100%;
        height: 400px;
        min-height: 400px;
    }

    .bg-packaging-text h2 {
        font-size: 32px;
        line-height: 1.2;

        margin-bottom: 22px;
    }

    .bg-packaging-text p {
        font-size: 15px;
        line-height: 1.75;

        margin-bottom: 18px;
    }


    /* Corporate mobile:
       image first, text second
    */

    .bg-packaging-corporate .bg-packaging-image {
        order: 1;
    }

    .bg-packaging-corporate .bg-packaging-text {
        order: 2;
    }

}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 480px) {

    .bg-packaging-text {
        padding: 45px 20px 40px;
    }

    .bg-packaging-text h2 {
        font-size: 28px;
    }

    .bg-packaging-text p {
        font-size: 14.5px;
        line-height: 1.7;
    }

    .bg-packaging-image {
        height: 340px;
        min-height: 340px;
    }

}


/* =========================================
   MOBILE - IMAGE ALWAYS FIRST
========================================= */

@media (max-width: 767px) {

    .bg-packaging-content {
        display: flex;
        flex-direction: column;
        min-height: auto;
    }

    /* IMAGE ALWAYS FIRST */
    .bg-packaging-image {
        order: 1 !important;

        width: 100%;
        height: 400px;
        min-height: 400px;
    }

    /* CONTENT ALWAYS SECOND */
    .bg-packaging-text {
        order: 2 !important;

        width: 100%;
        padding: 50px 25px 45px;

        text-align: left;
    }

    .bg-packaging-text h2 {
        font-size: 32px;
        line-height: 1.2;
        margin-bottom: 22px;
    }

    .bg-packaging-text p {
        font-size: 15px;
        line-height: 1.75;
        margin-bottom: 18px;
    }

}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 480px) {

    .bg-packaging-image {
        order: 1 !important;
        height: 340px;
        min-height: 340px;
    }

    .bg-packaging-text {
        order: 2 !important;
        padding: 42px 20px 40px;
    }

    .bg-packaging-text h2 {
        font-size: 28px;
    }

    .bg-packaging-text p {
        font-size: 14.5px;
        line-height: 1.7;
    }

}


/* =========================================
   CONTACT SECTION
========================================= */

.bg-contact-section {
    width: 100%;
    padding: 90px 0;
    background: #fff;
    overflow: hidden;
}

.bg-contact-container {
    width: 90%;
    max-width: 1300px;
    margin: 0 auto;

    display: grid;
    grid-template-columns: 0.9fr 1.1fr;

    gap: 70px;

    align-items: start;
}


/* =========================================
   LEFT CONTENT
========================================= */

.bg-contact-info {
    width: 100%;
}

.bg-contact-heading h2 {
    margin: 0 0 28px;

    font-family: Georgia, "Times New Roman", serif;

    font-size: 42px;
    line-height: 1.2;

    font-weight: 500;

    color: #222;
}

.bg-contact-heading span {
    display: block;

    width: 138px;
    height: 3px;

    background: #111;

    margin-bottom: 60px;
}


/* =========================================
   STORE INFORMATION
========================================= */

.bg-store-info h3 {
    margin: 0 0 55px;

    font-family: Georgia, "Times New Roman", serif;

    font-size: 34px;
    line-height: 1.2;

    font-weight: 500;

    color: #222;
}

.bg-store-info p {
    margin: 0 0 28px;

    max-width: 580px;

    font-family: "Lato", "Open Sans", Arial, sans-serif;

    font-size: 18px;
    line-height: 1.7;

    color: #333;
}


/* =========================================
   FORM WRAPPER
========================================= */

.bg-contact-form-wrapper {
    width: 100%;

    background: #fff;

    padding: 35px 30px 40px;

    border: 1px solid #e2e2e2;

    border-radius: 4px;

    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);

    box-sizing: border-box;
}


/* =========================================
   FORM
========================================= */

.bg-contact-form {
    width: 100%;
}

.bg-form-group {
    width: 100%;
    margin-bottom: 25px;
}

.bg-input-wrapper,
.bg-textarea-wrapper {
    position: relative;
    width: 100%;
}


/* =========================================
   INPUTS
========================================= */

.bg-input-wrapper input {
    width: 100%;
    height: 52px;

    padding: 0 45px 0 16px;

    box-sizing: border-box;

    border: 1px solid #d5d5d5;

    outline: none;

    background: #fff;

    color: #222;

    font-family: "Lato", "Open Sans", Arial, sans-serif;

    font-size: 15px;

    transition: .25s ease;
}

.bg-input-wrapper input::placeholder {
    color: #999;
}

.bg-input-wrapper input:focus {
    border-color: #9b7437;

    box-shadow: 0 0 0 2px rgba(155, 116, 55, .08);
}


/* =========================================
   TEXTAREA
========================================= */

.bg-textarea-wrapper textarea {
    width: 100%;
    min-height: 145px;

    padding: 15px 16px;

    box-sizing: border-box;

    resize: vertical;

    border: 1px solid #d5d5d5;

    outline: none;

    background: #fff;

    color: #222;

    font-family: "Lato", "Open Sans", Arial, sans-serif;

    font-size: 15px;

    transition: .25s ease;
}

.bg-textarea-wrapper textarea::placeholder {
    color: #aaa;
}

.bg-textarea-wrapper textarea:focus {
    border-color: #9b7437;

    box-shadow: 0 0 0 2px rgba(155, 116, 55, .08);
}


/* =========================================
   REQUIRED STAR
========================================= */

.bg-required {
    position: absolute;

    top: -12px;
    right: -5px;

    color: red;

    font-size: 22px;

    font-weight: 600;

    line-height: 1;
}


/* =========================================
   INPUT ICON
========================================= */

.bg-input-icon {
    position: absolute;

    right: 18px;
    top: 50%;

    transform: translateY(-50%);

    color: #222;

    font-size: 17px;

    pointer-events: none;
}


/* =========================================
   SUBMIT BUTTON
========================================= */

.bg-submit-btn {
    width: 100%;

    min-height: 54px;

    border: none;

    background: #ed9878;

    color: #fff;

    font-family: "Lato", "Open Sans", Arial, sans-serif;

    font-size: 17px;

    font-weight: 700;

    cursor: pointer;

    transition: .3s ease;
}

.bg-submit-btn:hover {
    background: #9b7437;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 991px) {

    .bg-contact-section {
        padding: 70px 0;
    }

    .bg-contact-container {
        width: 88%;

        grid-template-columns: 1fr;

        gap: 50px;
    }

    .bg-contact-heading h2 {
        font-size: 38px;
    }

    .bg-contact-heading span {
        margin-bottom: 45px;
    }

    .bg-store-info h3 {
        margin-bottom: 35px;
        font-size: 30px;
    }

    .bg-store-info p {
        font-size: 17px;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

    .bg-contact-section {
        padding: 55px 0;
    }

    .bg-contact-container {
        width: calc(100% - 30px);

        display: flex;
        flex-direction: column;

        gap: 35px;
    }

    .bg-contact-info {
        width: 100%;
    }

    .bg-contact-heading h2 {
        font-size: 32px;
        line-height: 1.2;

        margin-bottom: 20px;
    }

    .bg-contact-heading span {
        width: 100px;
        height: 2px;

        margin-bottom: 38px;
    }

    .bg-store-info h3 {
        font-size: 28px;
        margin-bottom: 28px;
    }

    .bg-store-info p {
        font-size: 16px;
        line-height: 1.7;

        margin-bottom: 20px;
    }


    /* FORM */

    .bg-contact-form-wrapper {
        width: 100%;

        padding: 25px 18px 30px;
    }

    .bg-form-group {
        margin-bottom: 18px;
    }

    .bg-input-wrapper input {
        height: 50px;

        font-size: 14px;

        padding-left: 14px;
        padding-right: 42px;
    }

    .bg-textarea-wrapper textarea {
        min-height: 125px;

        font-size: 14px;

        padding: 13px 14px;
    }

    .bg-submit-btn {
        min-height: 50px;

        font-size: 15px;
    }

}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 480px) {

    .bg-contact-section {
        padding: 45px 0;
    }

    .bg-contact-container {
        width: calc(100% - 24px);

        gap: 30px;
    }

    .bg-contact-heading h2 {
        font-size: 28px;
    }

    .bg-store-info h3 {
        font-size: 25px;
    }

    .bg-store-info p {
        font-size: 15px;
        line-height: 1.65;
    }

    .bg-contact-form-wrapper {
        padding: 22px 14px 25px;
    }

    .bg-input-wrapper input {
        height: 48px;
        font-size: 14px;
    }

    .bg-textarea-wrapper textarea {
        min-height: 115px;
        font-size: 14px;
    }

    .bg-required {
        font-size: 19px;
    }

    .bg-input-icon {
        right: 14px;
        font-size: 15px;
    }

    .bg-submit-btn {
        min-height: 48px;
        font-size: 14px;
    }

}


/* =========================================
   COLLECTIONS HERO
========================================= */

.coll-hero {
    position: relative;

    width: 100%;
    height: 520px;

    background-image: url('/assets/images/hero/hero2.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    display: flex;
    align-items: center;
    justify-content: center;

    overflow: hidden;
}


/* =========================================
   DARK OVERLAY
========================================= */

.coll-overlay {
    position: absolute;
    inset: 0;

    background: rgba(0, 0, 0, 0.48);

    z-index: 1;
}


/* =========================================
   HERO CONTENT
========================================= */

.coll-content {
    position: relative;

    z-index: 2;

    width: 100%;
    padding: 20px;

    display: flex;
    align-items: center;
    justify-content: center;

    text-align: center;
}

.coll-content h1 {
    margin: 0;

    color: #fff;

    font-family: Georgia, "Times New Roman", serif;

    font-size: 40px;

    font-weight: 500;

    line-height: 1.1;

    letter-spacing: 1px;

    text-shadow: 0 3px 12px rgba(0, 0, 0, 0.55);
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 991px) {

    .coll-hero {
        height: 450px;
    }

    .coll-overlay {
        background: rgba(0, 0, 0, 0.50);
    }

    .coll-content h1 {
        font-size: 38px;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

    .coll-hero {
        height: 380px;
        min-height: 380px;

        background-position: center center;
    }

    .coll-overlay {
        background: rgba(0, 0, 0, 0.53);
    }

    .coll-content {
        padding: 20px;
    }

    .coll-content h1 {
        font-size: 35px;
        line-height: 1.15;
        letter-spacing: 0.5px;
    }

}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 480px) {

    .coll-hero {
        height: 320px;
        min-height: 320px;
    }

    .coll-content h1 {
        font-size: 34px;
    }

}


/* =========================================
   COLLECTION CARDS SECTION
========================================= */

.coll-cards-section {
    width: 100%;
    padding: 70px 0 90px;
    background: #fff;
}

.coll-cards-container {
    width: 90%;
    max-width: 1450px;

    margin: 0 auto;

    display: grid;
    grid-template-columns: repeat(4, 1fr);

    column-gap: 38px;
    row-gap: 70px;
}


/* =========================================
   CARD
========================================= */

.coll-card {
    position: relative;

    display: block;

    width: 100%;

    text-decoration: none;

    color: inherit;

    overflow: visible;
}


/* =========================================
   IMAGE
========================================= */

.coll-card-image {
    position: relative;

    width: 100%;

    height: 350px;

    overflow: hidden;

    background: #f5f5f5;
}

.coll-card-image img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;

    transition: transform 0.5s ease;
}


/* Image hover */

.coll-card:hover .coll-card-image img {
    transform: scale(1.05);
}


/* =========================================
   TITLE LABEL
========================================= */

.coll-card-title {
    position: relative;

    width: 72%;

    min-height: 58px;

    margin: -30px auto 0;

    padding: 12px 15px;

    box-sizing: border-box;

    display: flex;

    align-items: center;
    justify-content: center;

    text-align: center;

    background: #f5eee7;

    color: #555;

    font-family: Georgia, "Times New Roman", serif;

    font-size: 20px;

    line-height: 1.3;

    z-index: 2;

    transition:
        background 0.3s ease,
        color 0.3s ease,
        transform 0.3s ease;

}


/* Different subtle label colours */

.coll-card:nth-child(2) .coll-card-title {
    background: #e8f3f1;
}

.coll-card:nth-child(3) .coll-card-title {
    background: #e9e9f7;
}

.coll-card:nth-child(4) .coll-card-title {
    background: #f6f0df;
}

.coll-card:nth-child(5) .coll-card-title {
    background: #f1e8df;
}

.coll-card:nth-child(6) .coll-card-title {
    background: #e9f1ed;
}

.coll-card:nth-child(7) .coll-card-title {
    background: #eee9f4;
}

.coll-card:nth-child(8) .coll-card-title {
    background: #f5e9df;
}


/* Hover */

.coll-card:hover .coll-card-title {
    background: #9b795f;

    color: #fff;

    transform: translateY(-3px);
}


/* =========================================
   LARGE TABLET
========================================= */

@media (max-width: 1200px) {

    .coll-cards-container {
        width: 92%;

        grid-template-columns: repeat(3, 1fr);

        column-gap: 28px;
        row-gap: 60px;
    }

    .coll-card-image {
        height: 320px;
    }

}


/* =========================================
   TABLET
========================================= */

@media (max-width: 900px) {

    .coll-cards-section {
        padding: 55px 0 70px;
    }

    .coll-cards-container {
        width: 90%;

        grid-template-columns: repeat(2, 1fr);

        column-gap: 25px;
        row-gap: 55px;
    }

    .coll-card-image {
        height: 330px;
    }

    .coll-card-title {
        width: 75%;

        min-height: 55px;

        font-size: 18px;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 600px) {

    .coll-cards-section {
        padding: 40px 0 55px;
    }

    .coll-cards-container {
        width: calc(100% - 30px);

        grid-template-columns: 1fr;

        gap: 55px;
    }

    .coll-card-image {
        height: 390px;
    }

    .coll-card-title {
        width: 75%;

        min-height: 58px;

        margin-top: -29px;

        padding: 12px;

        font-size: 20px;
    }

}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 400px) {

    .coll-cards-container {
        width: calc(100% - 24px);
    }

    .coll-card-image {
        height: 330px;
    }

    .coll-card-title {
        width: 80%;

        min-height: 54px;

        font-size: 18px;
    }

}



/* =========================================
   PRODUCT DETAIL
========================================= */

.product-detail-section {
    width: 100%;
    padding: 0 0 100px;
}

.product-detail-section .container {
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 40px;
}


/* =========================================
   MAIN LAYOUT
========================================= */

.product-detail-layout {
    display: grid;
    grid-template-columns: minmax(0, 2fr) minmax(400px, 1fr);
    gap: 40px;
    align-items: start;
}


/* =========================================
   LEFT GALLERY
========================================= */

.product-gallery {
    width: 100%;
}

.product-main-image {
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}

.product-main-image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}


/* =========================================
   SECONDARY IMAGES
========================================= */

.product-image-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.product-gallery-image {
    width: 100%;
    overflow: hidden;
}

.product-gallery-image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.product-gallery-image:hover img {
    transform: scale(1.03);
}


/* =========================================
   RIGHT PRODUCT INFO
========================================= */

.product-info-wrapper {
    position: relative;
}

.product-info {
    position: sticky;
    top: 30px;
    padding: 10px 20px 30px 0;
}


/* =========================================
   TITLE
========================================= */

.product-title {
    margin: 0 0 8px;

    font-family: Georgia, "Times New Roman", serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 1.25;

    color: #292929;
}


/* =========================================
   PRICE
========================================= */

.product-price {
    font-size: 27px;
    font-weight: 600;
    color: #765039;
    margin-bottom: 42px;
}


/* =========================================
   STOCK
========================================= */

.stock-status {
    display: inline-block;

    padding: 10px 14px;

    background: #f2f9f4;
    color: #168744;

    font-size: 13px;
    margin-bottom: 20px;
}


/* =========================================
   CART ROW
========================================= */

.product-cart-row {
    display: flex;
    align-items: center;
    gap: 15px;
}


/* =========================================
   QUANTITY
========================================= */

.quantity-box {
    width: 120px;
    height: 50px;

    display: flex;
    align-items: center;
    justify-content: space-around;

    border: 1px solid #999;
}

.quantity-box button {
    border: none;
    background: transparent;

    font-size: 20px;
    cursor: pointer;

    width: 35px;
    height: 100%;
}

.quantity-box span {
    font-size: 15px;
}


/* =========================================
   ADD CART
========================================= */

.add-cart-btn {
    height: 50px;

    min-width: 170px;

    padding: 0 25px;

    border: none;

    background: #765039;
    color: #fff;

    font-size: 13px;
    font-weight: 600;

    cursor: pointer;

    transition: all 0.3s ease;
}

.add-cart-btn:hover {
    background: #553724;
}


/* =========================================
   WISHLIST
========================================= */

.wishlist {
    display: flex;
    align-items: center;
    gap: 12px;

    margin: 30px 0 55px;

    font-size: 15px;
    color: #333;

    cursor: pointer;
}

.wishlist-icon {
    font-size: 34px;
    line-height: 1;
}


/* =========================================
   ACCORDION
========================================= */

.product-accordion {
    border-bottom: 1px solid #ddd;
}

.product-accordion:first-of-type {
    border-top: 1px solid #ddd;
}

.accordion-header {
    min-height: 70px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    cursor: pointer;

    font-size: 15px;
    font-weight: 600;
}

.accordion-header span:last-child {
    font-size: 22px;
    font-weight: 300;
}

.accordion-content {
    display: none;

    padding: 0 0 25px;

    color: #666;
    font-size: 14px;
    line-height: 1.7;
}

.product-accordion.active .accordion-content {
    display: block;
}


/* =========================================
   PRODUCT META
========================================= */

.product-meta {
    padding-top: 35px;
}

.meta-row {
    display: grid;
    grid-template-columns: 100px 1fr;

    gap: 8px;

    margin-bottom: 15px;

    font-size: 14px;
}

.meta-row span {
    color: #777;
}

.meta-row strong {
    font-weight: 400;
    color: #333;
}


/* =========================================
   SHARE
========================================= */

.share-section {
    margin-top: 30px;
}

.share-title {
    font-size: 13px;
    font-weight: 600;

    margin-bottom: 15px;
}

.social-links {
    display: flex;
    flex-wrap: wrap;
    gap: 22px;
}

.social-links a {
    color: #333;
    text-decoration: none;
    font-size: 13px;
}

.social-links a:hover {
    color: #765039;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 991px) {

    .product-detail-section .container {
        padding: 0 25px;
    }

    .product-detail-layout {
        grid-template-columns: minmax(0, 1.5fr) minmax(320px, 1fr);
        gap: 25px;
    }

    .product-info {
        top: 20px;
        padding-right: 0;
    }

    .product-title {
        font-size: 25px;
    }

    .product-price {
        font-size: 23px;
        margin-bottom: 30px;
    }

    .add-cart-btn {
        min-width: 145px;
    }
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

    .product-detail-section .container {
        padding: 0 15px;
    }

    .product-detail-layout {
        display: block;
    }

    /*
       Remove sticky behavior on mobile
    */
    .product-info {
        position: static;
        padding: 30px 0;
    }

    /*
       Main image remains full width
    */
    .product-main-image {
        margin-bottom: 10px;
    }

    /*
       Other images remain 2 columns
    */
    .product-image-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .product-title {
        font-size: 24px;
    }

    .product-price {
        font-size: 22px;
        margin-bottom: 25px;
    }

    .product-cart-row {
        width: 100%;
    }

    .quantity-box {
        width: 110px;
        flex-shrink: 0;
    }

    .add-cart-btn {
        flex: 1;
        min-width: 0;
    }

    .wishlist {
        margin-bottom: 35px;
    }
}



/* =========================================================
   MAIN SECTION
========================================================= */

.custom-product-page {
    width: 100%;
    background: #ffffff;
    padding: 60px 0 100px;
}


.custom-product-container {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 40px;
}


/* =========================================================
   TWO COLUMN LAYOUT
========================================================= */

.custom-product-layout {

    display: grid;

    grid-template-columns:
        minmax(0, 2fr)
        minmax(380px, 1fr);

    gap: 50px;

    align-items: start;
}


/* =========================================================
   LEFT GALLERY
========================================================= */

.custom-product-gallery {
    width: 100%;
    min-width: 0;
}


/* =========================================================
   MAIN IMAGE
========================================================= */

.custom-product-main-image {

    width: 100%;

    background: #f6f6f6;

    overflow: hidden;
}


.custom-product-main-image img {

    width: 100%;
    height: auto;
    max-height: 500px;
    display: block;

    object-fit: cover;

    transition: opacity 0.25s ease;
}


/* =========================================================
   THUMBNAILS
========================================================= */

.custom-product-thumbnails {

    display: flex;

    align-items: center;

    gap: 12px;

    margin-top: 15px;

    width: 100%;

    overflow-x: auto;

    padding-bottom: 5px;

    scrollbar-width: thin;
}


/* =========================================================
   THUMBNAIL
========================================================= */

.custom-product-thumb {

    flex: 0 0 100px;

    width: 100px;
    height: 100px;

    padding: 0;

    border: 1px solid #dddddd;

    background: #ffffff;

    cursor: pointer;

    overflow: hidden;

    transition: border-color 0.3s ease;
}


.custom-product-thumb img {

    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;

    transition: transform 0.3s ease;
}


.custom-product-thumb:hover {

    border-color: #765039;
}


.custom-product-thumb:hover img {

    transform: scale(1.05);
}


/* ACTIVE THUMBNAIL */

.custom-product-thumb.active {

    border: 2px solid #765039;
}



/* =========================================================
   RIGHT CONTENT WRAPPER
========================================================= */

.custom-product-content-wrapper {

    width: 100%;

    min-width: 0;

    align-self: start;
}


/* =========================================================
   RIGHT PRODUCT CONTENT
========================================================= */

.custom-product-content {

    position: sticky;

    top: 30px;

    padding: 5px 15px 40px 0;
}


/*
IMPORTANT:

DO NOT ADD:

overflow-y: auto;
max-height;
position: fixed;

The content should NOT have its own scrollbar.
*/


/* =========================================================
   LABEL
========================================================= */

.custom-product-label {

    display: inline-block;

    font-size: 11px;

    letter-spacing: 1.5px;

    font-weight: 600;

    color: #765039;

    margin-bottom: 15px;
}


/* =========================================================
   TITLE
========================================================= */

.custom-product-title {

    margin: 0;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 38px;

    line-height: 1.2;

    font-weight: 400;

    color: #292929;
}


/* =========================================================
   PRICE
========================================================= */

.custom-product-price {

    margin-top: 18px;

    font-size: 26px;

    font-weight: 600;

    color: #765039;
}


/* =========================================================
   DESCRIPTION
========================================================= */

.custom-product-short-description {

    margin-top: 25px;

    color: #666666;

    font-size: 14px;

    line-height: 1.8;
}


.custom-product-short-description p {

    margin: 0;
}


/* =========================================================
   STOCK
========================================================= */

.custom-product-stock {

    display: flex;

    align-items: center;

    gap: 8px;

    margin-top: 20px;

    font-size: 13px;

    color: #168744;
}


.custom-stock-dot {

    width: 8px;
    height: 8px;

    background: #168744;

    border-radius: 50%;
}


/* =========================================================
   OPTION
========================================================= */

.custom-product-option {

    margin-top: 25px;
}


.custom-product-option label {

    display: block;

    margin-bottom: 9px;

    font-size: 13px;

    font-weight: 600;
}


.custom-product-option select {

    width: 100%;

    height: 48px;

    padding: 0 14px;

    border: 1px solid #cccccc;

    background: #ffffff;

    outline: none;

    font-size: 14px;
}


/* =========================================================
   CART ROW
========================================================= */

.custom-product-cart-row {

    display: flex;

    gap: 12px;

    margin-top: 20px;
}


/* =========================================================
   QUANTITY
========================================================= */

.custom-product-quantity {

    width: 120px;

    height: 52px;

    display: flex;

    align-items: center;

    justify-content: space-between;

    border: 1px solid #cccccc;

    flex-shrink: 0;
}


.custom-product-quantity button {

    width: 38px;
    height: 100%;

    border: 0;

    background: transparent;

    font-size: 20px;

    cursor: pointer;
}


.custom-product-quantity input {

    width: 35px;

    border: 0;

    background: transparent;

    text-align: center;

    font-size: 14px;

    outline: none;
}


/* =========================================================
   ADD TO CART
========================================================= */

.custom-add-cart {

    flex: 1;

    height: 52px;

    border: 0;

    background: #765039;

    color: #ffffff;

    font-size: 13px;

    font-weight: 600;

    letter-spacing: 0.5px;

    cursor: pointer;

    transition: background 0.3s ease;
}


.custom-add-cart:hover {

    background: #553724;
}


/* =========================================================
   BUY NOW
========================================================= */

.custom-buy-now {

    width: 100%;

    height: 52px;

    margin-top: 12px;

    border: 1px solid #765039;

    background: #ffffff;

    color: #765039;

    font-size: 13px;

    font-weight: 600;

    cursor: pointer;

    transition: all 0.3s ease;
}


.custom-buy-now:hover {

    background: #765039;

    color: #ffffff;
}


/* =========================================================
   WISHLIST
========================================================= */

.custom-wishlist {

    display: flex;

    align-items: center;

    gap: 10px;

    margin-top: 22px;

    padding: 0;

    border: 0;

    background: transparent;

    cursor: pointer;

    font-size: 14px;

    color: #333333;
}


.custom-wishlist-icon {

    font-size: 28px;

    line-height: 1;
}


/* =========================================================
   ACCORDION
========================================================= */

.custom-product-accordion {

    margin-top: 40px;

    border-top: 1px solid #dddddd;
}


.custom-accordion-item {

    border-bottom: 1px solid #dddddd;
}


.custom-accordion-header {

    width: 100%;

    min-height: 65px;

    display: flex;

    align-items: center;

    justify-content: space-between;

    padding: 0;

    border: 0;

    background: transparent;

    cursor: pointer;

    font-size: 14px;

    font-weight: 600;

    color: #292929;

    text-align: left;
}


.custom-accordion-icon {

    font-size: 20px;

    font-weight: 300;

    transition: transform 0.3s ease;
}


.custom-accordion-body {

    display: none;

    padding: 0 0 22px;

    color: #666666;

    font-size: 14px;

    line-height: 1.8;
}


.custom-accordion-body p {

    margin: 0;
}


.custom-accordion-body ul {

    margin: 0;

    padding-left: 18px;
}


.custom-accordion-item.active
.custom-accordion-body {

    display: block;
}


.custom-accordion-item.active
.custom-accordion-icon {

    transform: rotate(45deg);
}


/* =========================================================
   META
========================================================= */

.custom-product-meta {

    margin-top: 30px;

    padding-top: 5px;
}


.custom-meta-row {

    display: grid;

    grid-template-columns: 100px 1fr;

    gap: 10px;

    margin-bottom: 13px;

    font-size: 13px;

    line-height: 1.5;
}


.custom-meta-row span {

    color: #888888;
}


.custom-meta-row strong {

    color: #333333;

    font-weight: 400;
}


/* =========================================================
   SHARE
========================================================= */

.custom-product-share {

    display: flex;

    flex-wrap: wrap;

    align-items: center;

    gap: 18px;

    margin-top: 30px;

    padding-top: 15px;

    /* border-top: 1px solid #dddddd; */
}


.custom-product-share > span {

    font-size: 11px;

    font-weight: 600;

    letter-spacing: 1px;
}


.custom-product-share a {

    color: #555555;

    text-decoration: none;

    font-size: 12px;

    transition: color 0.3s ease;
}


.custom-product-share a:hover {

    color: #765039;
}



/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    .custom-product-container {

        padding: 0 25px;
    }


    .custom-product-layout {

        grid-template-columns:
            minmax(0, 1.5fr)
            minmax(300px, 1fr);

        gap: 25px;
    }


    .custom-product-title {

        font-size: 30px;
    }


    .custom-product-price {

        font-size: 23px;
    }


    .custom-product-content {

        top: 20px;
    }


    .custom-product-thumb {

        flex-basis: 80px;

        width: 80px;
        height: 80px;
    }

}



/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .custom-product-page {

        padding: 35px 0 70px;
    }


    .custom-product-container {

        padding: 0 15px;
    }


    /*
    TWO COLUMNS BECOME ONE
    */

    .custom-product-layout {

        display: block;
    }


    /*
    RIGHT SIDE IS NO LONGER STICKY
    */

    .custom-product-content {

        position: static;

        padding: 35px 0 20px;
    }


    .custom-product-title {

        font-size: 28px;
    }


    .custom-product-price {

        font-size: 22px;
    }


    /*
    THUMBNAILS
    */

    .custom-product-thumbnails {

        gap: 8px;
    }


    .custom-product-thumb {

        flex: 0 0 75px;

        width: 75px;

        height: 75px;
    }


    /*
    CART
    */

    .custom-product-cart-row {

        gap: 8px;
    }


    .custom-product-quantity {

        width: 105px;
    }


    .custom-add-cart {

        min-width: 0;
    }

}



/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    .custom-product-title {

        font-size: 24px;
    }


    .custom-product-thumb {

        flex: 0 0 65px;

        width: 65px;

        height: 65px;
    }


    .custom-meta-row {

        grid-template-columns: 85px 1fr;
    }

}


/* =========================================
   RELATED PACKAGING
========================================= */

.related-packaging-section {
    width: 100%;
    padding: 70px 0 90px;
    background: #fff;
}


/* =========================================
   HEADING
========================================= */

.related-packaging-heading {
    margin-bottom: 55px;
}

.related-packaging-heading h2 {
    margin: 0;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 36px;
    line-height: 1.2;
    font-weight: 400;

    color: #162b3d;
}


/* =========================================
   SWIPER
========================================= */

.related-packaging-swiper {
    position: relative;
    width: 100%;
    padding-bottom: 55px;
}


/* =========================================
   SLIDE
========================================= */

.related-packaging-swiper .swiper-slide {
    height: auto;
}


/* =========================================
   CARD
========================================= */

.related-packaging-card {
    width: 100%;
}


/* =========================================
   IMAGE
========================================= */

.related-packaging-image {
    position: relative;

    width: 100%;
    height: 385px;

    overflow: hidden;

    background: #f5f5f5;
}


.related-packaging-image img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;

    transition: transform 0.5s ease;
}


.related-packaging-card:hover
.related-packaging-image img {
    transform: scale(1.03);
}


/* =========================================
   PLUS BUTTON
========================================= */

.related-packaging-plus {
    position: absolute;

    top: 14px;
    right: 14px;

    width: 45px;
    height: 45px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #fff;
    color: #222;

    text-decoration: none;

    font-size: 25px;
    font-weight: 300;

    line-height: 1;

    box-shadow:
        0 2px 8px rgba(0, 0, 0, 0.08);

    transition: all 0.3s ease;
}


.related-packaging-plus:hover {
    background: #765039;
    color: #fff;
}


/* =========================================
   PRODUCT INFO
========================================= */

.related-packaging-info {
    padding-top: 25px;

    text-align: center;
}


.related-packaging-info h3 {
    margin: 0;

    font-family: Arial, sans-serif;

    font-size: 16px;
    line-height: 1.5;

    font-weight: 500;

    color: #292929;
}


.related-packaging-info p {
    margin: 8px 0 0;

    font-size: 14px;

    line-height: 1.5;

    color: #666;
}


/* =========================================
   SWIPER ARROWS
========================================= */

.related-packaging-prev,
.related-packaging-next {
    width: 48px;
    height: 48px;

    background: #fff;

    color: #222;

    box-shadow:
        0 2px 10px rgba(0, 0, 0, 0.08);

    transition: all 0.3s ease;
}


.related-packaging-prev:hover,
.related-packaging-next:hover {
    background: #765039;
    color: #fff;
}


/* Remove default arrow size */
.related-packaging-prev::after,
.related-packaging-next::after {
    font-size: 18px;
}


/* =========================================
   PAGINATION
========================================= */

.related-packaging-pagination {
    bottom: 0 !important;
}


.related-packaging-pagination
.swiper-pagination-bullet {
    width: 8px;
    height: 8px;

    opacity: 0.4;
}


.related-packaging-pagination
.swiper-pagination-bullet-active {
    opacity: 1;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 1199px) {

    .related-packaging-image {
        height: 340px;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

    .related-packaging-section {
        padding: 50px 0 60px;
    }


    .related-packaging-heading {
        margin-bottom: 35px;
    }


    .related-packaging-heading h2 {
        font-size: 28px;
    }


    .related-packaging-image {
        height: 330px;
    }


    .related-packaging-info {
        padding-top: 18px;
    }


    .related-packaging-info h3 {
        font-size: 14px;
    }


    .related-packaging-info p {
        font-size: 13px;
    }


    .related-packaging-prev,
    .related-packaging-next {
        width: 40px;
        height: 40px;
    }

}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 480px) {

    .related-packaging-image {
        height: 300px;
    }

}