.add-cart-btn {
    background: #000;
}

.buy-now-btn {
    background: #c89b3c;
}

.add-cart-btn:hover,
.buy-now-btn:hover {
    opacity: .9;
    color: #fff;
}

/* Mobile */
@media (max-width: 767px) {

    .product-img {
        padding-bottom: 60px;
    }

    .product-action-btns {
        gap: 5px;
        left: 5px;
        right: 5px;
    }

    .product-action-btns a {
        font-size: 12px;
        padding: 10px 5px;
    }
}


.ltn__product-item {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.product-info {
    flex-grow: 1;
}

.product-ratting i {
    color: #ffc107;
    font-size: 14px;
}

.product-ratting i.icon-star {
    color: #ffc107 !important;
}


.banner-title {
    display: block;
    color: #c5a46d;
    font-size: 28px;
    font-weight: 700;
    margin-top: 12px;
}

.bannerSwiper {
    padding: 10px 35px;
}

.bannerSwiper img {
    width: 100%;
    border-radius: 10px;
}



.fk-product-wrap {
    background: #f1f3f6;
    padding: 25px 0;
}

.fk-product-box {
    background: #fff;
    border-radius: 4px;
    padding: 20px;
}

.fk-gallery {
    border-right: 1px solid #eee;
}

.product-main-slider {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 4px;
}

.product-main-slider img {
    width: 100%;
    height: 520px;
    object-fit: contain;
    padding: 20px;
}

.product-thumb-slider img {
    width: 100%;
    height: 80px;
    object-fit: contain;
    border: 1px solid #ddd;
    padding: 5px;
    cursor: pointer;
}

.fk-title {
    font-size: 24px;
    font-weight: 600;
    color: #212121;
    margin-bottom: 8px;
}

.fk-rating {
    display: inline-block;
    background: #388e3c;
    color: #fff;
    padding: 3px 8px;
    border-radius: 3px;
    font-size: 13px;
    margin-bottom: 15px;
}

.fk-price {
    font-size: 30px;
    font-weight: 600;
    color: #212121;
}

.fk-mrp {
    color: #878787;
    margin-left: 10px;
    font-size: 18px;
}

.fk-discount {
    color: #388e3c;
    font-weight: 600;
    margin-left: 10px;
}

.fk-stock {
    margin: 15px 0;
    font-weight: 600;
}

.fk-actions {
    display: flex;
    gap: 12px;
    margin: 20px 0;
}

.fk-cart-btn,
.fk-buy-btn {
    border: none;
    height: 55px;
    padding: 0 35px;
    color: #fff;
    font-weight: 600;
    border-radius: 3px;
    min-width: 180px;
}

.fk-cart-btn {
    background: #ff9f00;
}

.fk-buy-btn {
    background: #fb641b;
}

.fk-qty {
    width: 90px;
    height: 55px;
    border: 1px solid #ddd;
    text-align: center;
    font-size: 18px;
}

.fk-section {
    background: #fff;
    margin-top: 20px;
    padding: 20px;
    border-radius: 4px;
}

.fk-section h4 {
    border-bottom: 1px solid #eee;
    padding-bottom: 12px;
    margin-bottom: 15px;
}

.fk-feature-list div {
    margin-bottom: 8px;
    color: #555;
}

@media(max-width:991px) {
    .fk-gallery {
        border-right: 0;
    }

    .product-main-slider img {
        height: auto;
    }

    .fk-actions {
        flex-direction: column;
    }

    .fk-cart-btn,
    .fk-buy-btn {
        width: 100%;
    }
}

/* PRODUCT CARD FIX */
.ltn__product-item {
    background: #fff !important;
    border-radius: 14px !important;
    overflow: hidden !important;
    border: 1px solid #eee !important;
    height: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.04);
}

.product-img {
    position: relative !important;
    height: 340px !important;
    background: #fff !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: hidden !important;
    border-bottom: 1px solid #eee !important;
    padding: 0 !important;
}

.product-img>a {
    width: 100% !important;
    height: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.product-img img {
    max-width: 82% !important;
    max-height: 82% !important;
    width: auto !important;
    height: auto !important;
    object-fit: contain !important;
    display: block !important;
    opacity: 1 !important;
    padding: 0 !important;
}

.wishlist-heart {
    position: absolute !important;
    top: 14px !important;
    right: 14px !important;
    width: 42px !important;
    height: 42px !important;
    min-width: 42px !important;
    min-height: 42px !important;
    max-width: 42px !important;
    max-height: 42px !important;
    border-radius: 50% !important;
    background: #fff !important;
    color: #c59d5f !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 20px !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .15) !important;
    z-index: 20 !important;
}

.wishlist-heart i {
    font-size: 20px !important;
    line-height: 1 !important;
}

.wishlist-heart:hover {
    background: #c59d5f !important;
    color: #fff !important;
}

.product-badge {
    position: absolute !important;
    top: 14px !important;
    left: 14px !important;
    z-index: 10 !important;
}

.product-info {
    padding: 18px 18px 10px !important;
    min-height: 175px !important;
    text-align: center !important;
    flex: 1 !important;
}

.product-ratting {
    margin-bottom: 10px !important;
}

.product-ratting i {
    color: #ffb400 !important;
    font-size: 14px !important;
}

.product-title {
    min-height: 54px !important;
    font-size: 20px !important;
    line-height: 27px !important;
    font-weight: 700 !important;
    margin-bottom: 12px !important;
    overflow: hidden !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
}

.product-price {
    min-height: 38px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
    font-size: 18px !important;
    font-weight: 700 !important;
}

.product-price del {
    color: #999 !important;
    font-size: 15px !important;
    font-weight: 500 !important;
}

.product-action-btns {
    position: static !important;
    display: flex !important;
    gap: 10px !important;
    padding: 0 18px 22px !important;
}

.product-action-btns a {
    flex: 1 !important;
    height: 48px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 7px !important;
    font-weight: 700 !important;
    color: #fff !important;
    font-size: 15px !important;
}

.add-cart-btn {
    background: #000 !important;
}

.buy-now-btn {
    background: #c89b3c !important;
}

@media(max-width:767px) {
    .product-img {
        height: 280px !important;
    }

    .product-action-btns {
        padding: 0 12px 18px !important;
        gap: 8px !important;
    }

    .product-action-btns a {
        font-size: 13px !important;
    }
}




.search-filter-box {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 25px;
}

.search-filter-box .form-control {
    height: 48px;
}

.search-filter-box .btn {
    height: 48px;
}














/* //Products Details  */

.detail-action-row {
    margin: 20px 0;
}

.detail-wishlist-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #fff;
    border: 2px solid #c59d5f;
    color: #c59d5f;
    padding: 12px 24px;
    border-radius: 50px;
    font-weight: 700;
    transition: .3s;
}

.detail-wishlist-btn i {
    font-size: 18px;
}

.detail-wishlist-btn:hover {
    background: #c59d5f;
    color: #fff;
    transform: translateY(-2px);
}

.detail-wishlist-btn.added {
    background: #c59d5f;
    color: #fff;
}


.mobile-cart-bar {
    gap: 10px;
}

.mobile-cart-bar .wishlistBtn {
    width: 55px;
    min-width: 55px;
    background: #fff;
    border: 1px solid #ddd;
    color: #c59d5f;
    font-size: 22px;
}


.fk-related-card {
    position: relative;
}

.related-wishlist-btn {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: none;
    background: #fff;
    color: #c59d5f;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .15);
    z-index: 10;
}

.related-wishlist-btn:hover,
.related-wishlist-btn.added {
    background: #c59d5f;
    color: #fff;
}


.detail-compare-btn,
.fk-compare-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #111;
    color: #fff;
    padding: 10px 18px;
    border-radius: 30px;
    font-weight: 800;
    margin-top: 10px;
}

.detail-compare-btn:hover,
.fk-compare-btn:hover {
    background: #c59d5f;
    color: #fff;
}



.header-compare a {
    font-size: 20px;
    color: #333;
    transition: .3s;
}

.header-compare a:hover {
    color: #c59d5f;
}


.retry-payment-btn {
    display: block;
    width: 100%;
    height: 52px;
    line-height: 52px;
    text-align: center;
    border-radius: 8px;
    font-weight: 800;
    margin-top: 15px;
    background: #c0392b;
    color: #fff;
}

.retry-payment-btn:hover {
    background: #111;
    color: #fff;
}



.verified-review-badge {
    display: inline-block;
    background: #e8f7ee;
    color: #198754;
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 800;
    margin-left: 8px;
}


.review-image img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 10px;
    border: 1px solid #eee;
}


.admin-review-reply {
    background: #faf8f4;
    border-left: 4px solid #c59d5f;
    padding: 12px 15px;
    margin-top: 10px;
    border-radius: 8px;
}

.admin-review-reply strong {
    color: #111;
    font-weight: 800;
}

.admin-review-reply p {
    margin: 6px 0 0;
    color: #555;
}



.back-stock-box {
    background: #faf8f4;
    border: 1px solid #eee;
    padding: 18px;
    border-radius: 12px;
    margin-top: 15px;
}

.back-stock-box h5 {
    font-weight: 800;
    margin-bottom: 12px;
}

.back-stock-box .form-control {
    height: 46px;
    border-radius: 8px;
}

.back-stock-box button {
    height: 46px;
    border-radius: 8px;
    font-weight: 800;
    background: #111;
    color: #fff;
}










/* 
.ssl-celebrity-video-section{
    padding:80px 0;
    background:linear-gradient(135deg,#090806,#1b1209 55%,#070707);
    position:relative;
    overflow:hidden;
}

.ssl-luxury-subtitle{
    color:#C8A96A;
    letter-spacing:3px;
    text-transform:uppercase;
    font-size:13px;
    margin-bottom:10px;
}

.ssl-luxury-title{
    color:#fff;
    font-size:42px;
    margin-bottom:12px;
}

.ssl-luxury-text{
    color:#d7c7a7;
    max-width:650px;
    margin:0 auto 35px;
}

.ssl-video-card{
    position:relative;
    border-radius:22px;
    overflow:hidden;
    background:#111;
    box-shadow:0 20px 50px rgba(0,0,0,.45);
    border:1px solid rgba(200,169,106,.35);
}

.ssl-video-card video{
    width:100%;
    height:420px;
    object-fit:cover;
    display:block;
}

.ssl-video-card:after{
    content:'';
    position:absolute;
    inset:0;
    background:linear-gradient(to top,rgba(0,0,0,.75),rgba(0,0,0,.05));
    pointer-events:none;
}

.ssl-video-content{
    position:absolute;
    left:22px;
    right:22px;
    bottom:22px;
    z-index:2;
}

.ssl-video-content span{
    color:#C8A96A;
    font-size:13px;
    letter-spacing:1px;
}

.ssl-video-content h4{
    color:#fff;
    font-size:22px;
    margin:6px 0 0;
}

.celebrity-next,
.celebrity-prev{
    color:#C8A96A;
}

@media(max-width:767px){
    .ssl-celebrity-video-section{
        padding:55px 0;
    }

    .ssl-luxury-title{
        font-size:28px;
    }

    .ssl-video-card video{
        height:360px;
    }
} */


.ssl-creator-section {
    padding: 90px 0;
    background: radial-gradient(circle at top, #3b260d 0%, #0c0b09 42%, #050505 100%);
    overflow: hidden;
}

.ssl-creator-heading span {
    color: #C8A96A;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 13px;
    font-weight: 600;
}

.ssl-creator-heading h2 {
    color: #fff;
    font-size: 44px;
    margin: 12px 0 12px;
    font-weight: 700;
}

.ssl-creator-heading p {
    color: #d8c7a5;
    max-width: 680px;
    margin: 0 auto 40px;
}

.ssl-creator-card {
    position: relative;
    border-radius: 28px;
    overflow: hidden;
    height: 470px;
    background: #111;
    border: 1px solid rgba(200, 169, 106, 0.38);
    box-shadow: 0 25px 60px rgba(0, 0, 0, .45);
}

.ssl-creator-card video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transform: scale(1.02);
}

.ssl-creator-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, .88), rgba(0, 0, 0, .12), rgba(0, 0, 0, .15));
}

.ssl-play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    width: 58px;
    height: 58px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: rgba(200, 169, 106, .9);
    color: #111;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.ssl-creator-overlay {
    position: absolute;
    left: 22px;
    right: 22px;
    bottom: 22px;
    z-index: 4;
}

.ssl-creator-profile {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
}

.ssl-profile-dot {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: linear-gradient(135deg, #C8A96A, #fff1bd);
    border: 2px solid rgba(255, 255, 255, .7);
}

.ssl-creator-profile h5 {
    color: #fff;
    margin: 0;
    font-size: 16px;
}

.ssl-creator-profile h5 i {
    color: #4da3ff;
    font-size: 13px;
}

.ssl-creator-profile small {
    color: #C8A96A;
}

.ssl-creator-overlay h4 {
    color: #fff;
    font-size: 23px;
    line-height: 1.3;
    margin: 0;
}

.ssl-creator-next,
.ssl-creator-prev {
    color: #C8A96A;
}

@media (max-width: 767px) {
    .ssl-creator-section {
        padding: 60px 0;
    }

    .ssl-creator-heading h2 {
        font-size: 28px;
    }

    .ssl-creator-heading p {
        font-size: 14px;
        padding: 0 12px;
    }

    .ssl-creator-card {
        height: 430px;
        border-radius: 22px;
    }
}













.creator-video iframe {
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: 0;
}

.creatorVideoSwiper {
    padding: 10px 45px;
}


.creator-video video,
.creator-video iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
    object-fit: cover;
}










.creator-luxury-section {
    background: #faf8f4;
    padding: 80px 0 60px;
}

.creator-head span {
    color: #c59d5f;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.creator-head h2 {
    font-size: 42px;
    font-weight: 900;
    margin: 10px 0;
}

.creator-head p {
    color: #777;
    max-width: 650px;
    margin: 0 auto 45px;
}

.creator-card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 12px 35px rgba(0, 0, 0, .06);
    transition: .3s;
}

.creator-card:hover {
    transform: translateY(-6px);
}

.creator-video {
    position: relative;
    height: 360px;
    background: #111;
}

.creator-video img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.play-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 68px;
    height: 68px;
    border-radius: 50%;
    background: #c59d5f;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}

.creator-info {
    padding: 24px;
    text-align: center;
}

.creator-info h4 {
    font-weight: 900;
    margin-bottom: 8px;
}

.creator-info p {
    color: #777;
    margin: 0;
}

@media(max-width:767px) {
    .creator-luxury-section {
        padding: 55px 0 35px;
    }

    .creator-head h2 {
        font-size: 30px;
    }

    .creator-video {
        height: 300px;
    }
}



/* Home Stats Sectrion  */
.luxury-stats-section {
    background: #111;
    padding: 75px 0 50px;
}

.lux-stat-box {
    background: linear-gradient(145deg, #191919, #0b0b0b);
    border: 1px solid rgba(197, 157, 95, .35);
    border-radius: 20px;
    text-align: center;
    padding: 35px 15px;
    height: 100%;
    box-shadow: 0 12px 35px rgba(0, 0, 0, .25);
}

.lux-stat-icon {
    width: 66px;
    height: 66px;
    margin: 0 auto 18px;
    border-radius: 50%;
    background: #c59d5f;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
}

.lux-stat-box h2 {
    color: #fff;
    font-size: 42px;
    font-weight: 900;
    margin-bottom: 6px;
}

.lux-stat-box p {
    color: #d9d9d9;
    margin: 0;
    font-weight: 700;
}

@media(max-width:767px) {
    .luxury-stats-section {
        padding: 50px 0 30px;
    }

    .lux-stat-box {
        padding: 25px 10px;
    }

    .lux-stat-box h2 {
        font-size: 30px;
    }

    .lux-stat-icon {
        width: 54px;
        height: 54px;
        font-size: 22px;
    }
}









/* UGC Gallery  */

.ugc-luxury-section {
    background: #faf8f4;
    padding: 80px 0 60px;
}

.ugc-head span {
    color: #c59d5f;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.ugc-head h2 {
    font-size: 42px;
    font-weight: 900;
    margin: 10px 0;
}

.ugc-head p {
    color: #777;
    margin-bottom: 45px;
}

.ugcGallerySwiper {
    padding: 10px 45px;
}

.ugc-card {
    height: 360px;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 12px 35px rgba(0, 0, 0, .08);
}

.ugc-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .4s;
}

.ugc-card:hover img {
    transform: scale(1.08);
}

.ugc-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, .75), rgba(0, 0, 0, .05));
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    text-align: center;
    padding: 25px;
    opacity: 0;
    transition: .3s;
}

.ugc-card:hover .ugc-overlay {
    opacity: 1;
}

.ugc-overlay i {
    font-size: 32px;
    color: #c59d5f;
    margin-bottom: 10px;
}

.ugc-overlay h4 {
    color: #fff;
    font-weight: 900;
}

@media(max-width:767px) {
    .ugc-luxury-section {
        padding: 55px 0 35px;
    }

    .ugc-head h2 {
        font-size: 30px;
    }

    .ugc-card {
        height: 300px;
    }
}









.luxury-promise-section {
    background: #fff;
    padding: 80px 0 55px;
}

.luxury-promise-head span {
    color: #c59d5f;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.luxury-promise-head h2 {
    font-size: 42px;
    font-weight: 900;
    margin: 10px 0;
}

.luxury-promise-head p {
    color: #777;
    margin-bottom: 45px;
}

.promise-card {
    background: #faf8f4;
    border: 1px solid #eee;
    border-radius: 22px;
    padding: 38px 25px;
    text-align: center;
    height: 100%;
    transition: .3s;
}

.promise-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 35px rgba(0, 0, 0, .07);
}

.promise-icon {
    width: 72px;
    height: 72px;
    margin: 0 auto 20px;
    border-radius: 50%;
    background: #111;
    color: #c59d5f;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
}

.promise-card h4 {
    font-weight: 900;
    margin-bottom: 12px;
}

.promise-card p {
    color: #777;
    margin: 0;
}

@media(max-width:767px) {
    .luxury-promise-section {
        padding: 55px 0 35px;
    }

    .luxury-promise-head h2 {
        font-size: 30px;
    }
}






.brand-story-section {
    padding: 90px 0;
    background: #faf8f4;
}

.brand-story-image {
    overflow: hidden;
    border-radius: 25px;
}

.brand-story-image img {
    width: 100%;
    height: 600px;
    object-fit: cover;
    border-radius: 25px;
}

.brand-story-content span {
    color: #c59d5f;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 800;
}

.brand-story-content h2 {
    font-size: 48px;
    font-weight: 900;
    line-height: 1.2;
    margin: 15px 0 25px;
    color: #111;
}

.brand-story-content p {
    color: #666;
    font-size: 16px;
    line-height: 1.9;
    margin-bottom: 18px;
}

.brand-story-btn {
    display: inline-block;
    background: #111;
    color: #fff;
    padding: 14px 34px;
    border-radius: 50px;
    font-weight: 700;
    margin-top: 10px;
    transition: .3s;
}

.brand-story-btn:hover {
    background: #c59d5f;
    color: #fff;
}

@media(max-width:991px) {

    .brand-story-section {
        padding: 60px 0;
    }

    .brand-story-image img {
        height: 350px;
    }

    .brand-story-content h2 {
        font-size: 34px;
    }
}

@media(max-width:767px) {

    .brand-story-content h2 {
        font-size: 28px;
    }

    .brand-story-image img {
        height: 280px;
    }
}







.luxury-newsletter-section {
    position: relative;
    padding: 120px 0;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.luxury-newsletter-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg,
            rgba(0, 0, 0, .88),
            rgba(20, 20, 20, .72));
}

.luxury-newsletter-box {
    position: relative;
    z-index: 2;
    max-width: 850px;
    margin: auto;
    text-align: center;
    color: #fff;
}

.newsletter-tag {
    display: inline-block;
    color: #c59d5f;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 18px;
}

.luxury-newsletter-box h2 {
    font-size: 56px;
    font-weight: 900;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #fff;
}

.luxury-newsletter-box p {
    max-width: 700px;
    margin: auto auto 35px;
    color: #d6d6d6;
    font-size: 17px;
    line-height: 1.9;
}

.luxury-newsletter-form {
    display: flex;
    gap: 15px;
    max-width: 700px;
    margin: auto;
}

.luxury-newsletter-form input {
    flex: 1;
    height: 64px;
    border: none;
    border-radius: 60px;
    padding: 0 28px;
    font-size: 15px;
}

.luxury-newsletter-form button {
    height: 64px;
    border: none;
    border-radius: 60px;
    background: #c59d5f;
    color: #fff;
    padding: 0 38px;
    font-weight: 800;
    transition: .3s;
}

.luxury-newsletter-form button:hover {
    background: #fff;
    color: #111;
}

.newsletter-benefits {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 30px;
    flex-wrap: wrap;
}

.newsletter-benefits span {
    color: #e9e9e9;
    font-weight: 600;
}

/* @media(max-width:767px){

    .luxury-newsletter-section{
        padding:70px 0;
    }

    .luxury-newsletter-box h2{
        font-size:32px;
    }

    .luxury-newsletter-form{
        flex-direction:column;
    }

    .luxury-newsletter-form button,
    .luxury-newsletter-form input{
        width:100%;
    }

    .newsletter-benefits{
        gap:15px;
        flex-direction:column;
    }
} */
@media(max-width:767px) {

    .luxury-newsletter-section {
        padding: 65px 14px;
    }

    .luxury-newsletter-box {
        padding: 0 5px;
    }

    .luxury-newsletter-box h2 {
        font-size: 28px;
        line-height: 1.3;
        margin-bottom: 15px;
    }

    .luxury-newsletter-box p {
        font-size: 15px;
        line-height: 1.8;
        margin-bottom: 25px;
    }

    .luxury-newsletter-form {
        display: flex;
        flex-direction: column;
        gap: 14px;
        width: 100%;
        max-width: 100%;
        background: transparent;
        padding: 0;
    }

    .luxury-newsletter-form input {
        width: 100% !important;
        height: 56px !important;
        min-height: 56px !important;
        border-radius: 14px !important;
        padding: 0 20px !important;
        border: none !important;
        font-size: 15px !important;
        line-height: 56px !important;
        background: #fff !important;
    }

    .luxury-newsletter-form button {
        width: 100% !important;
        height: 56px !important;
        min-height: 56px !important;
        border-radius: 14px !important;
        font-size: 16px !important;
        font-weight: 800;
    }

    .newsletter-benefits {
        margin-top: 22px;
        gap: 12px;
    }

    .newsletter-benefits span {
        font-size: 15px;
    }


}

.brand-story-image img {
    width: 100%;
    height: 650px;
    object-fit: contain;
    background: #fff;
    padding: 25px;
    border-radius: 25px;
}

@media(max-width:767px) {

    .brand-story-image img {
        height: auto !important;
        max-height: none !important;
        padding: 10px;
        object-fit: contain;
    }

}




/* Trust Section  */




.trust-section {
    padding: 50px 0 60px;
    background: linear-gradient(135deg,
            #faf8f4,
            #f2e7d3);
}

/* .trust-section{
    padding:80px 0;
    background:linear-gradient(
        135deg,
        #faf8f4,
        #f2e7d3
    );
} */

.trust-head span {
    color: #c59d5f;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 800;
}

.trust-head h2 {
    color: #111;
    font-size: 42px;
    font-weight: 900;
    margin: 10px 0 45px;
}

.trust-box {
    text-align: center;
    padding: 30px 15px;
}

.trust-box h3 {
    /* color:#c59d5f; */
    color: #c59d5f;
    font-size: 42px;
    font-weight: 900;
}

.trust-box p {
    /* color:#ddd; */
    color: #666;
    margin: 0;
}

.trust-box {
    background: #fff;
    padding: 30px;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .05);
}


.trust-section .row {
    row-gap: 25px;
}



.brand-story-section {
    padding: 90px 0;
}

.brand-story-image {
    margin-bottom: 0;
}







.home-testimonial-section {
    padding: 90px 0;
    background: #111;
}

.testimonial-head span {
    color: #c59d5f;
    font-weight: 800;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.testimonial-head h2 {
    color: #fff;
    font-size: 42px;
    font-weight: 900;
    margin: 10px 0 50px;
}

.testimonial-card {
    background: #1b1b1b;
    border: 1px solid rgba(197, 157, 95, .25);
    border-radius: 20px;
    padding: 35px;
    height: 100%;
}

.testimonial-card .stars {
    color: #c59d5f;
    font-size: 20px;
    margin-bottom: 15px;
}

.testimonial-card p {
    color: #ddd;
    line-height: 1.9;
    min-height: 120px;
}

.testimonial-card h4 {
    color: #fff;
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 0;
}

@media(max-width:767px) {

    .home-testimonial-section {
        padding: 60px 0;
    }

    .testimonial-head h2 {
        font-size: 30px;
    }

}









.home-recent-section {
    background: #faf8f4;
    padding: 80px 0;
}

.recent-head span {
    color: #c59d5f;
    font-weight: 800;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.recent-head h2 {
    font-size: 42px;
    font-weight: 900;
    margin: 10px 0 45px;
}

.recent-card {
    background: #fff;
    border-radius: 18px;
    padding: 20px;
    text-align: center;
    border: 1px solid #eee;
}

.recent-card img {
    height: 220px;
    width: 100%;
    object-fit: contain;
}

.recent-card h4 {
    font-size: 18px;
    font-weight: 900;
    margin: 15px 0 8px;
}

.recent-card h4 a {
    color: #111;
}

.recent-card p {
    color: #c59d5f;
    font-weight: 900;
}






.best-seller-section {
    background: #fff;
    padding: 80px 0;
}

.best-head span {
    color: #c59d5f;
    font-weight: 800;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.best-head h2 {
    font-size: 42px;
    font-weight: 900;
    margin: 10px 0 45px;
}

.best-card {
    background: #faf8f4;
    border: 1px solid #eee;
    border-radius: 18px;
    padding: 20px;
    text-align: center;
    height: 100%;
}

.best-card img {
    height: 230px;
    width: 100%;
    object-fit: contain;
}

.best-card h4 {
    font-size: 18px;
    font-weight: 900;
    margin: 15px 0 8px;
}

.best-card h4 a {
    color: #111;
}

.best-card p {
    color: #c59d5f;
    font-weight: 900;
}










.fragrance-mood-section {
    background: #faf8f4;
    padding: 80px 0 55px;
}

.mood-head span {
    color: #c59d5f;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.mood-head h2 {
    font-size: 42px;
    font-weight: 900;
    margin: 10px 0;
}

.mood-head p {
    color: #777;
    margin-bottom: 45px;
}

.mood-card {
    display: block;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 22px;
    padding: 35px 24px;
    height: 100%;
    text-align: center;
    color: #111;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .04);
    transition: .3s;
}

.mood-card:hover {
    transform: translateY(-6px);
    color: #111;
    box-shadow: 0 16px 40px rgba(0, 0, 0, .08);
}

.mood-icon {
    width: 72px;
    height: 72px;
    margin: 0 auto 20px;
    border-radius: 50%;
    background: #111;
    color: #c59d5f;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
}

.mood-card h4 {
    font-weight: 900;
    margin-bottom: 12px;
}

.mood-card p {
    color: #777;
    margin: 0;
}

@media(max-width:767px) {
    .fragrance-mood-section {
        padding: 55px 0 35px;
    }

    .mood-head h2 {
        font-size: 30px;
    }
}








.luxury-faq-section {
    padding: 90px 0;
    background: #fff;
}

.faq-head span {
    color: #c59d5f;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.faq-head h2 {
    font-size: 42px;
    font-weight: 900;
    margin: 10px 0;
}

.faq-head p {
    color: #777;
    margin-bottom: 50px;
}

.faq-wrapper {
    max-width: 900px;
    margin: auto;
}

.faq-item {
    background: #faf8f4;
    border: 1px solid #eee;
    border-radius: 18px;
    margin-bottom: 15px;
    overflow: hidden;
}

.faq-question {
    padding: 22px 25px;
    font-size: 18px;
    font-weight: 800;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faq-question span {
    color: #c59d5f;
    font-size: 24px;
}

.faq-answer {
    display: none;
    padding: 0 25px 22px;
    color: #666;
    line-height: 1.9;
}

.faq-item.active .faq-answer {
    display: block;
}

.faq-item.active .faq-question span {
    transform: rotate(45deg);
}

@media(max-width:767px) {

    .luxury-faq-section {
        padding: 60px 0;
    }

    .faq-head h2 {
        font-size: 30px;
    }

    .faq-question {
        font-size: 16px;
        padding: 18px;
    }
}






/* Brand Logo Section */
.ltn__brand-logo-area {
    background: #f7f7f7;
}

.ltn__brand-logo-item {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.ltn__brand-logo-item img {
    max-height: 80px;
    /* pehle 150-200px lag raha hoga */
    width: auto;
    max-width: 100%;
    object-fit: contain;
    opacity: 0.9;
    transition: 0.3s;
}

.ltn__brand-logo-item img:hover {
    opacity: 1;
    transform: scale(1.03);
}

/* Tablet */
@media (max-width:991px) {
    .ltn__brand-logo-item img {
        max-height: 65px;
    }
}

/* Mobile */
@media (max-width:767px) {
    .ltn__brand-logo-item img {
        max-height: 50px;
    }

    .ltn__brand-logo-area {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }
}


.ltn__brand-logo-item img {
    max-height: 60px;
    width: auto;
}













.ss-product-img {
    position: relative;
}

.ss-quick-view {
    position: absolute;
    left: 50%;
    bottom: 15px;
    transform: translateX(-50%);
    background: #111;
    color: #fff;
    border: none;
    padding: 10px 22px;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 700;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    z-index: 10;
}

.ss-product-card:hover .ss-quick-view {
    opacity: 1;
    visibility: visible;
}


@media(max-width:767px) {

    .ss-quick-view {
        opacity: 1;
        visibility: visible;
        bottom: 10px;
        padding: 8px 15px;
        font-size: 12px;
    }

}















/* //Quick View Model  */


.ss-qv-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .65);
    z-index: 9998;
    display: none;
}

.ss-qv-modal {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(.95);
    width: 900px;
    max-width: 92%;
    background: #fff;
    border-radius: 20px;
    z-index: 9999;
    display: none;
    padding: 30px;
}

.ss-qv-overlay.active,
.ss-qv-modal.active {
    display: block;
}

.ss-qv-modal.active {
    transform: translate(-50%, -50%) scale(1);
}

.ss-qv-close {
    position: absolute;
    right: 18px;
    top: 15px;
    width: 36px;
    height: 36px;
    border: none;
    border-radius: 50%;
    background: #111;
    color: #fff;
    font-size: 24px;
}

.ss-qv-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    align-items: center;
}

.ss-qv-img {
    background: #faf8f4;
    border-radius: 16px;
    padding: 25px;
    text-align: center;
}

.ss-qv-img img {
    width: 100%;
    height: 420px;
    object-fit: contain;
}

.ss-qv-info span {
    color: #c59d5f;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.ss-qv-info h2 {
    font-size: 34px;
    font-weight: 900;
    margin: 10px 0;
}

.ss-qv-price {
    display: flex;
    gap: 12px;
    align-items: center;
    margin-bottom: 15px;
}

.ss-qv-price strong {
    font-size: 26px;
    color: #111;
}

.ss-qv-price del {
    color: #888;
}

.ss-qv-info p {
    color: #666;
    line-height: 1.7;
}

.ss-qv-notes {
    background: #faf8f4;
    padding: 15px;
    border-radius: 12px;
    margin: 18px 0;
}

.ss-qv-notes p {
    margin-bottom: 7px;
}

.ss-qv-actions {
    display: flex;
    gap: 12px;
}

.ss-qv-actions button,
.ss-qv-actions a {
    flex: 1;
    height: 50px;
    border: none;
    border-radius: 8px;
    background: #111;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
}

.ss-qv-actions a {
    background: #c59d5f;
}

@media(max-width:767px) {
    .ss-qv-modal {
        padding: 20px;
        max-height: 90vh;
        overflow-y: auto;
    }

    .ss-qv-content {
        grid-template-columns: 1fr;
    }

    .ss-qv-img img {
        height: 260px;
    }

    .ss-qv-info h2 {
        font-size: 24px;
    }
}

.ss-qv-desc {
    margin-bottom: 8px;
    line-height: 1.8;
    color: #666;
}

.ss-qv-desc.collapsed {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.ss-read-more {
    color: #c59d5f;
    font-weight: 800;
    text-decoration: none;
    cursor: pointer;
}

.ss-read-more:hover {
    color: #111;
}












.ssl-home-products {
    background: #fff;
    padding: 55px 0 45px;
}

.ssl-home-container {
    max-width: 1540px;
    margin: auto;
    padding-left: 24px !important;
    padding-right: 24px !important;
}

.ssl-product-grid {
    display: flex;
    flex-wrap: wrap;
    row-gap: 46px;
    margin-left: -17px;
    margin-right: -17px;
}

.ssl-product-col {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 17px;
    padding-right: 17px;
}

.ssl-product-card {
    width: 100%;
    height: 100%;
    background: #fff;
}

.ssl-product-img-wrap {
    position: relative;
    background: #f4f4f4;
    border-radius: 5px;
    height: 355px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.ssl-product-img-wrap a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ssl-product-img-wrap img {
    max-width: 86%;
    max-height: 86%;
    width: auto;
    height: auto;
    object-fit: contain;
    transition: .35s ease;
}

.ssl-product-card:hover .ssl-product-img-wrap img {
    transform: scale(1.045);
}

.ssl-badge-best {
    position: absolute;
    top: 13px;
    left: 13px;
    background: #dda46f;
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    padding: 6px 10px;
    border-radius: 2px;
    line-height: 1;
    text-transform: uppercase;
    z-index: 3;
}

.ssl-badge-off {
    position: absolute;
    left: 13px;
    bottom: 13px;
    background: #73c1ad;
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    padding: 6px 11px;
    border-radius: 2px;
    line-height: 1;
    z-index: 3;
}

.ss-quick-view {
    position: absolute;
    left: 50%;
    bottom: 58px;
    transform: translateX(-50%) translateY(15px);
    opacity: 0;
    visibility: hidden;
    border: none;
    background: #fff;
    color: #111;
    height: 38px;
    padding: 0 22px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 800;
    box-shadow: 0 8px 25px rgba(0, 0, 0, .18);
    transition: .3s ease;
    z-index: 4;
}

.ssl-product-card:hover .ss-quick-view {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}

.ssl-product-info {
    padding-top: 24px;
}

.ssl-category {
    color: #333;
    font-size: 12px;
    letter-spacing: 1.7px;
    text-transform: uppercase;
    margin-bottom: 5px;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ssl-title {
    font-size: 19px;
    font-weight: 500;
    line-height: 1.25;
    margin: 0 0 12px;
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ssl-title a {
    color: #000;
    text-decoration: none;
}

.ssl-rating {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 15px;
    color: #111;
    margin-bottom: 14px;
}

.ssl-rating .star {
    color: #ffb000;
    font-size: 18px;
}

.ssl-rating .verify {
    color: #006ee6;
    font-size: 14px;
}

.ssl-price {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 14px;
}

.ssl-price .new-price {
    font-size: 20px;
    color: #000;
    font-weight: 700;
}

.ssl-price del {
    color: #777;
    font-size: 17px;
}

.ssl-cart-btn {
    width: 100%;
    height: 50px;
    background: #151515;
    color: #fff !important;
    border: none;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: .6px;
    text-transform: uppercase;
    text-decoration: none !important;
}

.ssl-cart-btn:hover {
    background: #000;
    color: #fff !important;
}

.ssl-cart-btn.disabled {
    background: #999;
    pointer-events: none;
}

/* Tablet */
@media(max-width:1199px) {
    .ssl-product-col {
        flex: 0 0 33.333%;
        max-width: 33.333%;
    }

    .ssl-product-img-wrap {
        height: 330px;
    }
}

/* Mobile */
@media(max-width:767px) {
    .ssl-home-products {
        padding: 35px 0 30px;
    }

    .ssl-home-container {
        padding-left: 12px !important;
        padding-right: 12px !important;
    }

    .ssl-product-grid {
        row-gap: 30px;
        margin-left: -7px;
        margin-right: -7px;
    }

    .ssl-product-col {
        flex: 0 0 50%;
        max-width: 50%;
        padding-left: 7px;
        padding-right: 7px;
    }

    .ssl-product-img-wrap {
        height: 230px;
    }

    .ssl-product-img-wrap img {
        max-width: 88%;
        max-height: 88%;
    }

    .ssl-badge-best {
        font-size: 9px;
        padding: 5px 7px;
        top: 10px;
        left: 10px;
    }

    .ssl-badge-off {
        font-size: 10px;
        padding: 5px 7px;
        left: 10px;
        bottom: 10px;
    }

    .ss-quick-view {
        display: none;
    }

    .ssl-product-info {
        padding-top: 13px;
    }

    .ssl-category {
        font-size: 9px;
        letter-spacing: 1px;
    }

    .ssl-title {
        font-size: 14px;
        margin-bottom: 8px;
    }

    .ssl-rating {
        font-size: 11px;
        gap: 3px;
        margin-bottom: 9px;
        flex-wrap: wrap;
    }

    .ssl-rating .star {
        font-size: 14px;
    }

    .ssl-price {
        gap: 6px;
        margin-bottom: 10px;
    }

    .ssl-price .new-price {
        font-size: 15px;
    }

    .ssl-price del {
        font-size: 12px;
    }

    .ssl-cart-btn {
        height: 42px;
        font-size: 11px;
        border-radius: 4px;
    }
}







/* //Mini cart Side Bar ke liye   */

/* PREMIUM RIGHT MINI CART */
/*  */

















/* header mini cart  */

.ssl-cart-drawer {
    width: 430px !important;
    max-width: 94vw !important;
    right: -440px !important;
    left: auto !important;
    background: #fff !important;
    box-shadow: -12px 0 40px rgba(0, 0, 0, .16);
    z-index: 99999 !important;
}

.ssl-cart-drawer.ltn__utilize-open {
    right: 0 !important
}

.ssl-cart-inner {
    padding: 0 !important;
    height: 100vh;
    display: flex;
    flex-direction: column
}

.ssl-cart-head {
    padding: 28px 28px 18px;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.ssl-cart-head h3 {
    margin: 0;
    font-size: 22px;
    letter-spacing: 7px;
    font-weight: 600;
    color: #111
}

.ssl-cart-close {
    border: 0 !important;
    background: #f3f3f3 !important;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    font-size: 32px !important;
    color: #111 !important;
    line-height: 1 !important
}

.ssl-cart-offer {
    text-align: center;
    color: #e85b20;
    font-weight: 800;
    letter-spacing: 1px;
    font-size: 14px;
    padding: 13px 15px 5px
}

#miniCartArea {
    padding: 5px 28px;
    overflow-y: auto;
    flex: 1
}

.mini-cart-item {
    display: grid !important;
    grid-template-columns: 86px 1fr 22px;
    gap: 14px;
    align-items: center;
    padding: 20px 0 !important;
    margin: 0 !important;
    border-bottom: 1px solid #e8e8e8;
    position: relative
}

.mini-cart-img {
    width: 86px !important;
    height: 86px !important;
    background: #f7f7f7;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center
}

.mini-cart-img img {
    width: 76px !important;
    height: 76px !important;
    object-fit: contain
}

.mini-cart-info {
    padding: 0 !important
}

.mini-cart-info h6 {
    margin: 0 0 10px !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    line-height: 1.4;
    color: #111
}

.mini-cart-info h6 a {
    color: #111 !important
}

.mini-cart-quantity {
    font-size: 14px;
    color: #333
}

.mini-cart-item-delete {
    background: transparent !important;
    border: 0 !important;
    color: #111 !important;
    font-size: 20px;
    line-height: 1;
    box-shadow: none !important;
    padding: 0 !important
}

.ssl-cart-footer {
    padding: 18px 28px 26px !important;
    border-top: 1px solid #eee;
    background: #fff
}

.ssl-tax-line {
    font-size: 12px;
    color: #333;
    margin-bottom: 12px
}

.mini-cart-sub-total h5 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 16px !important;
    font-size: 17px !important;
    font-weight: 500
}

.mini-cart-sub-total strong {
    font-size: 18px;
    color: #111;
    font-weight: 800
}

.ssl-cart-footer .btn-wrapper {
    display: block !important
}

.ssl-cart-footer .btn-wrapper a {
    width: 100%;
    height: 52px;
    line-height: 52px !important;
    margin: 0 0 10px !important;
    padding: 0 !important;
    border-radius: 5px;
    text-align: center;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 4px;
    text-transform: uppercase
}

.ssl-cart-footer .theme-btn-1 {
    background: #fafafa !important;
    color: #111 !important;
    border: 1px solid #d8d8d8 !important
}

.ssl-cart-footer .theme-btn-1:hover {
    background: #f1f1f1 !important;
    color: #111 !important;
    border-color: #cfcfcf !important
}

.ssl-cart-footer .theme-btn-2 {
    background: #1f1f1f !important;
    /* color: #fff !important; */
    border: 1px solid #1f1f1f !important
}

.ssl-cart-footer .theme-btn-2:hover {
    background: #353535 !important;
    /* color: #fff !important; */
    border-color: #353535 !important
}

#scrollUp {
    z-index: 999 !important
}

/* @media(max-width:575px){
    .ssl-cart-drawer{width:100%!important;max-width:100%!important;right:-100%!important}
    .ssl-cart-drawer.ltn__utilize-open{right:0!important}
    .ssl-cart-head,#miniCartArea,.ssl-cart-footer{padding-left:18px!important;padding-right:18px!important}
} */

@media(max-width:575px) {

    .ltn__utilize-overlay {
        background: rgba(0, 0, 0, .45) !important;
    }

    .ssl-cart-drawer {
        width: 92% !important;
        max-width: 92% !important;
        height: calc(100vh - 28px) !important;
        top: 14px !important;
        right: -100% !important;
        left: auto !important;
        border-radius: 0 !important;
        box-shadow: 0 18px 50px rgba(0, 0, 0, .22);
    }

    .ssl-cart-drawer.ltn__utilize-open {
        right: 4% !important;
    }

    .ssl-cart-inner {
        height: 100% !important;
    }

    .ssl-cart-head {
        padding: 26px 28px 18px !important;
    }

    .ssl-cart-head h3 {
        font-size: 23px;
        letter-spacing: 8px;
    }

    .ssl-cart-close {
        width: 42px;
        height: 42px;
        background: #f5f5f5 !important;
        border-radius: 50%;
    }

    .ssl-cart-offer {
        padding: 14px 15px 8px;
        font-size: 13px;
        letter-spacing: 1.5px;
    }

    #miniCartArea {
        padding: 0 28px !important;
        max-height: 260px !important;
        overflow-y: auto !important;
        flex: none !important;
    }

    .mini-cart-item {
        grid-template-columns: 86px 1fr 20px;
        padding: 17px 0 !important;
        gap: 14px;
    }

    .mini-cart-img {
        width: 82px !important;
        height: 82px !important;
    }

    .mini-cart-img img {
        width: 72px !important;
        height: 72px !important;
    }

    .mini-cart-info h6 {
        font-size: 15px !important;
    }

    .mini-cart-quantity {
        font-size: 14px;
    }

    .ssl-cart-footer {
        margin-top: auto;
        padding: 18px 28px 26px !important;
    }

    .ssl-tax-line {
        font-size: 12px;
        margin-bottom: 14px;
    }

    .mini-cart-sub-total h5 {
        padding-top: 18px;
        border-top: 1px solid #eee;
        font-size: 17px !important;
    }

    .mini-cart-sub-total h5 span {
        color: #e94b70;
    }

    .mini-cart-sub-total strong {
        font-size: 20px;
    }

    .ssl-cart-footer .btn-wrapper a {
        height: 50px;
        line-height: 50px !important;
        font-size: 13px;
    }
}




















.luxury-policy-section{
    padding:80px 0;
    background:#faf7ef;
}

.policy-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:25px;
    margin-top:40px;
}

.policy-card{
    background:#fff;
    padding:35px 25px;
    border-radius:20px;
    text-align:center;
    box-shadow:0 10px 35px rgba(0,0,0,.06);
    transition:.3s;
}

.policy-card:hover{
    transform:translateY(-6px);
}

.policy-card i{
    font-size:42px;
    color:#D6B25E;
    margin-bottom:15px;
}

.policy-card h4{
    font-size:18px;
    margin-bottom:12px;
    color:#111;
}

.policy-card p{
    color:#666;
    line-height:1.8;
}

@media(max-width:991px){
    .policy-grid{
        grid-template-columns:repeat(2,1fr);
    }
}

@media(max-width:575px){
    .policy-grid{
        grid-template-columns:1fr;
    }
}










/* HEADER STICKY FIX */
.header-wrapper{
    position:relative !important;
    top:auto !important;
    z-index:99999 !important;
    background:#fff !important;
}

.ssl-top-coupon-bar{
    width:100%;
    height:21px;
    background:#111;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:13px;
    font-weight:600;
    position:sticky !important;
    top:0 !important;
    z-index:999999 !important;
}

.ssl-top-coupon-bar strong{
    color:#D6B25E;
    margin:0 4px;
}

.ltn__header-area,
.ltn__header-middle-area{
    position:relative !important;
    top:auto !important;
    z-index:auto !important;
    background:#fff !important;
}

@media(max-width:575px){
    .ssl-top-coupon-bar{
        height:32px;
        font-size:12px;
        padding:0 8px;
        text-align:center;
    }
}





.ssl-product-size{
    font-size:12px;
    color:#8a6d3b;
    font-weight:800;
    margin-bottom:8px;
    letter-spacing:.4px;
    text-transform:uppercase;
    line-height:1.4;
}

@media(max-width:767px){
    .ssl-product-size{
        font-size:10px;
        line-height:1.35;
        margin-bottom:6px;
        min-height:28px;
    }
}

.product-size{
    font-size:12px;
    color:#8a6d3b;
    font-weight:800;
    margin-bottom:8px;
    text-transform:uppercase;
}







.discovery-slide{
    background-image:url('../../../uploads/slider/discovery-set.webp') !important;
}

.signature-slide{
    background-image:url('../../../uploads/slider/signature-product.webp') !important;
}

.hiness-slide{
    background-image:url('../../../uploads/slider/hiness-product.webp') !important;
}

.proton-slide{
    background-image:url('../../../uploads/slider/proton-product.webp') !important;
}

.trailblazer-slide{
    background-image:url('../../../uploads/slider/trailblazer-product.webp') !important;
}

.heritage-slide{
    background-image:url('../../../uploads/slider/heritage-product.webp') !important;
}

.ltn__slider-area{
    overflow:hidden !important;
    background:#1b130b !important;
}

.ltn__slide-item{
    position:relative;
  
height:auto !important;
    min-height:0 !important;
    aspect-ratio:3000 / 1312 !important;
    background-size:cover !important;
        background-position:center right !important;
    background-repeat:no-repeat !important;
    background-color:#1b130b !important;
}

.ltn__slide-item::before{
    content:'';
    position:absolute;
    inset:0;
    background:linear-gradient(
        90deg,
        rgba(0,0,0,.68) 0%,
        rgba(0,0,0,.45) 34%,
        rgba(0,0,0,.08) 72%,
        rgba(0,0,0,.02) 100%
    );
    z-index:1;
}

.ltn__slide-item-inner{
      position:absolute;
    inset:0;
    height:100% !important;
    min-height:0 !important;
    display:flex;
    align-items:center !important;
    position:relative;
    z-index:2;
}

.slide-item-info-inner{
    max-width:500px;
    padding-left:70px;
    transform:translateY(-28px);
    margin:0 !important;
    padding-top:0 !important;
   
}

.slide-title{
    font-size:40px !important;
    line-height:1.08 !important;
    font-weight:800 !important;
    color:#fff !important;
    margin-bottom:12px !important;
}

.slide-sub-title{
    font-size:19px !important;
    line-height:1.25 !important;
    color:#D6B25E !important;
    margin-bottom:13px !important;
}

.slide-brief{
    margin-bottom:18px !important;
}

.slide-brief p{
    font-size:14px !important;
    line-height:1.65 !important;
    color:#fff !important;
    margin-bottom:0 !important;
}

.btn-wrapper{
    margin-top:0 !important;
}

.btn-wrapper .theme-btn-1{
    padding:11px 30px !important;
    font-size:14px !important;
    border-radius:5px !important;
}

/* Laptop */
@media(max-width:1366px){
   
    .slide-item-info-inner{
        padding-left:58px;
        max-width:450px;
        transform:translateY(-22px);
    }

    .slide-title{
        font-size:35px !important;
    }

    .slide-sub-title{
        font-size:17px !important;
    }

    .slide-brief p{
        font-size:13px !important;
    }
}

/* Tablet */
@media(max-width:991px){
    .ltn__slide-item,
    .ltn__slide-item-inner{
        height:500px !important;
        min-height:500px !important;
    }

    .slide-item-info-inner{
        padding-left:28px;
        max-width:390px;
        transform:translateY(-15px);
    }

    .slide-title{
        font-size:30px !important;
    }
}

/* Mobile */
@media(max-width:767px){

    .header-wrapper,
    .ltn__header-area,
    .ltn__header-middle-area{
        position:relative !important;
        top:auto !important;
    }

    .ltn__slide-item{
        height:auto !important;
        min-height:0 !important;
        aspect-ratio:3000 / 1312 !important;
        background-size:contain !important;
        background-position:center center !important;
        background-repeat:no-repeat !important;
        background-color:#120c07 !important;
    }

    .ltn__slide-item-inner{
        position:absolute !important;
        inset:0 !important;
        height:100% !important;
        min-height:0 !important;
        display:flex !important;
        align-items:center !important;
        padding-bottom:0 !important;
    }

    .ltn__slide-item::before{
        background:linear-gradient(
            90deg,
            rgba(0,0,0,.65) 0%,
            rgba(0,0,0,.42) 45%,
            rgba(0,0,0,.08) 100%
        ) !important;
    }

    .slide-item-info-inner{
        max-width:48% !important;
        padding-left:16px !important;
        padding-right:0 !important;
        transform:translateY(-4px) !important;
        top:auto !important;
    }

    .slide-title{
        font-size:16px !important;
        line-height:1.12 !important;
        margin-bottom:4px !important;
    }

    .slide-sub-title{
        font-size:9px !important;
        line-height:1.2 !important;
        margin-bottom:5px !important;
    }

    .slide-brief{
        margin-bottom:7px !important;
    }

    .slide-brief p{
        font-size:8px !important;
        line-height:1.35 !important;
        margin-bottom:0 !important;
    }

    .btn-wrapper .theme-btn-1{
        padding:6px 12px !important;
        font-size:8px !important;
        border-radius:30px !important;
    }

    .slick-dots{
        bottom:6px !important;
    }
}

@media(max-width:767px){

    .discovery-slide .slide-item-info-inner{
        max-width:46% !important;
        padding-left:14px !important;
        transform:translateY(4px) !important;
    }

    .discovery-slide .slide-title{
        font-size:15px !important;
        line-height:1.08 !important;
        margin-bottom:3px !important;
    }

    .discovery-slide .slide-sub-title{
        font-size:8px !important;
        margin-bottom:4px !important;
    }

    .discovery-slide .slide-brief{
        margin-bottom:5px !important;
    }

    .discovery-slide .slide-brief p{
        font-size:7px !important;
        line-height:1.25 !important;
    }

    .discovery-slide .theme-btn-1{
        padding:5px 10px !important;
        font-size:7px !important;
    }
}












.ssl-notes-section{
    padding:70px 0 45px;
    background:#fff;
}

.ssl-notes-container{
    max-width:1540px;
    margin:auto;
    padding-left:28px !important;
    padding-right:28px !important;
}

.ssl-section-head{
    margin-bottom:35px;
}

.ssl-section-head span{
    color:#c59d5f;
    font-size:13px;
    font-weight:800;
    letter-spacing:3px;
    text-transform:uppercase;
}

.ssl-section-head h2{
    font-size:38px;
    font-weight:900;
    color:#111;
    margin:10px 0;
}

.ssl-section-head p{
    color:#777;
    max-width:620px;
    margin:auto;
}

.ssl-notes-swiper{
    padding:5px 45px 25px;
}

.ssl-note-card{
    display:block;
    text-align:center;
    text-decoration:none;
    color:#111;
}

.ssl-note-card img{
    width:100%;
    /* height:235px; */
    object-fit:cover;
    border-radius:16px;
    box-shadow:0 12px 35px rgba(0,0,0,.08);
    transition:.35s ease;
}

.ssl-note-card:hover img{
    transform:translateY(-5px);
    box-shadow:0 18px 45px rgba(0,0,0,.14);
}

.ssl-note-card h3{
    font-size:26px;
    font-weight:900;
    color:#c59d5f;
    margin:20px 0 0;
}

.banner-next,
.banner-prev{
    color:#c59d5f !important;
}

.banner-next:after,
.banner-prev:after{
    font-size:24px !important;
}

@media(max-width:767px){
    .ssl-notes-section{
        padding:45px 0 25px;
    }

    .ssl-notes-container{
        padding-left:12px !important;
        padding-right:12px !important;
    }

    .ssl-section-head{
        margin-bottom:22px;
    }

    .ssl-section-head h2{
        font-size:26px;
    }

    .ssl-section-head p{
        font-size:13px;
        line-height:1.6;
    }

    .ssl-notes-swiper{
        padding:0 18px 22px;
    }

   @media(max-width:767px){
    .ssl-note-card img{
        width:100%;
        height:auto;
        object-fit:contain;
    }
}

    .ssl-note-card h3{
        font-size:22px;
        margin-top:14px;
    }

    .banner-next:after,
    .banner-prev:after{
        font-size:18px !important;
    }
}








.ssl-featured-products{
    background:linear-gradient(180deg,#fff 0%,#faf8f4 100%);
    padding:75px 0 65px;
}

.ssl-featured-container{
    max-width:1540px;
    margin:auto;
    padding-left:28px !important;
    padding-right:28px !important;
}

.ssl-featured-row{
    row-gap:32px;
}

.ssl-feature-card{
    height:100%;
    background:#fff;
    border:1px solid #eee;
    border-radius:18px;
    overflow:hidden;
    box-shadow:0 12px 35px rgba(0,0,0,.06);
    transition:.35s ease;
    display:flex;
    flex-direction:column;
}

.ssl-feature-card:hover{
    transform:translateY(-6px);
    box-shadow:0 18px 48px rgba(0,0,0,.12);
}

.ssl-feature-img{
    height:310px;
    background:#fff;
    position:relative;
    display:flex;
    align-items:center;
    justify-content:center;
    border-bottom:1px solid #eee;
    overflow:hidden;
}

.ssl-feature-img a{
    width:100%;
    height:100%;
    display:flex;
    align-items:center;
    justify-content:center;
}

.ssl-feature-img img{
    max-width:82%;
    max-height:82%;
    width:auto;
    height:auto;
    object-fit:contain;
    transition:.35s ease;
}

.ssl-feature-card:hover .ssl-feature-img img{
    transform:scale(1.05);
}

.ssl-feature-off{
    position:absolute;
    top:16px;
    left:16px;
    background:#8bc34a;
    color:#fff;
    font-size:13px;
    font-weight:800;
    padding:7px 12px;
    border-radius:4px;
    z-index:3;
}

.ssl-feature-wishlist{
    position:absolute;
    top:16px;
    right:16px;
    width:46px;
    height:46px;
    border-radius:50%;
    border:none;
    background:#fff;
    color:#c59d5f;
    box-shadow:0 8px 24px rgba(0,0,0,.16);
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:21px;
    z-index:3;
}

.ssl-feature-info{
    padding:24px 20px 22px;
    text-align:center;
    display:flex;
    flex-direction:column;
    flex:1;
}

.ssl-feature-rating{
    color:#ffb400;
    font-size:15px;
    margin-bottom:13px;
}

.ssl-feature-info h3{
    font-size:16px;
    line-height:1.35;
    font-weight:600;
    min-height:52px;
    margin:0 0 14px;
    text-transform:uppercase;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden;
}

.ssl-feature-info h3 a{
    color:#111;
    text-decoration:none;
}

.ssl-feature-size{
    border-top:1px solid #eee;
    padding-top:14px;
    margin-bottom:15px;
    color:#8a6d3b;
    font-weight:900;
    font-size:13px;
    text-transform:uppercase;
}

.ssl-feature-price{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    margin-bottom:18px;
}

.ssl-feature-price strong{
    color:#555;
    font-size:16px;
    font-weight:600;
}

.ssl-feature-price del{
    color:#aaa;
    font-size:15px;
}

.ssl-feature-actions{
    display:flex;
    gap:10px;
    margin-top:auto;
}

.ssl-feature-actions a{
    flex:1;
    height:48px;
    border-radius:8px;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff !important;
    font-size:14px;
    font-weight:900;
    text-decoration:none;
}

.ssl-add-btn{
    background:#000;
}

.ssl-buy-btn{
    background:#c89b3c;
}

.ssl-add-btn.disabled{
    background:#999;
    pointer-events:none;
}

@media(max-width:767px){
    .ssl-featured-products{
        padding:45px 0 35px;
    }

    .ssl-featured-container{
        padding-left:12px !important;
        padding-right:12px !important;
    }

    .ssl-section-head h2{
        font-size:26px;
    }

    .ssl-section-head p{
        font-size:13px;
        line-height:1.6;
    }

    .ssl-featured-row{
        row-gap:18px;
        margin-left:-6px;
        margin-right:-6px;
    }

    .ssl-featured-row > div{
        padding-left:6px;
        padding-right:6px;
    }

    .ssl-feature-card{
        border-radius:14px;
    }

    .ssl-feature-img{
        height:205px;
    }

    .ssl-feature-img img{
        max-width:88%;
        max-height:88%;
    }

    .ssl-feature-off{
        top:10px;
        left:10px;
        font-size:10px;
        padding:5px 8px;
    }

    .ssl-feature-wishlist{
        top:10px;
        right:10px;
        width:38px;
        height:38px;
        font-size:17px;
    }

    .ssl-feature-info{
        padding:16px 12px 14px;
    }

    .ssl-feature-rating{
        font-size:12px;
        margin-bottom:9px;
    }

    .ssl-feature-info h3{
        font-size:14px;
        line-height:1.35;
        min-height:40px;
        margin-bottom:10px;
    }

    .ssl-feature-size{
        font-size:10px;
        padding-top:10px;
        margin-bottom:10px;
    }

    .ssl-feature-price{
        gap:6px;
        margin-bottom:12px;
    }

    .ssl-feature-price strong{
        font-size:16px;
    }

    .ssl-feature-price del{
        font-size:11px;
    }

    .ssl-feature-actions{
        gap:7px;
    }

    .ssl-feature-actions a{
        height:40px;
        font-size:11px;
        border-radius:7px;
    }
}




.ssl-home-products{
    background:#fff;
    padding:70px 0 55px;
}

.ssl-product-card{
    background:#fff;
    border:1px solid #eee;
    border-radius:18px;
    overflow:hidden;
    height:100%;
    box-shadow:0 10px 30px rgba(0,0,0,.06);
    transition:.35s ease;
    display:flex;
    flex-direction:column;
}

.ssl-product-card:hover{
    transform:translateY(-6px);
    box-shadow:0 18px 45px rgba(0,0,0,.12);
}

.ssl-product-img-wrap{
    height:330px;
    background:#fff;
    border-bottom:1px solid #eee;
}

.ssl-product-info{
    padding:22px 20px 20px;
    text-align:center;
    flex:1;
    display:flex;
    flex-direction:column;
}

.ssl-title{
    font-size:16px;
    font-weight:600;
    line-height:1.35;
    min-height:52px;
    white-space:normal;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
}

.ssl-product-size{
    border-top:1px solid #eee;
    padding-top:12px;
    color:#8a6d3b;
    font-weight:900;
}

.ssl-price{
    justify-content:center;
}

.ssl-card-actions{
    display:flex;
    gap:10px;
    margin-top:auto;
}

.ssl-cart-btn,
.ssl-buy-btn{
    flex:1;
    height:48px;
    border-radius:8px;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff !important;
    font-weight:900;
    text-decoration:none !important;
}

.ssl-buy-btn{
    background:#c89b3c;
}

@media(max-width:767px){
    .ssl-home-products{
        padding:45px 0 35px;
    }

    .ssl-product-img-wrap{
        height:205px;
    }

    .ssl-product-info{
        padding:14px 12px;
    }

    .ssl-title{
        font-size:14px;
        min-height:40px;
    }

    .ssl-product-size{
        font-size:10px;
        padding-top:9px;
        min-height:auto;
    }

    .ssl-card-actions{
        gap:7px;
    }

    .ssl-cart-btn,
    .ssl-buy-btn{
        height:40px;
        font-size:11px;
    }
}


.ssl-home-products{
    background: linear-gradient(
        180deg,
        #faf8f4 0%,
        #f4efe7 100%
    );
    padding: 90px 0 70px;
    position: relative;
}

.ssl-home-products::before{
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:1px;
    background:linear-gradient(
        90deg,
        transparent,
        #c59d5f,
        transparent
    );
}

.ssl-home-products::after{
    content:'';
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    height:1px;
    background:linear-gradient(
        90deg,
        transparent,
        #c59d5f,
        transparent
    );
}

/* HOME PRODUCT SECTION - BELLAVITA STYLE */
.ssl-home-products{
    background:#f8f5ee !important;
    padding:70px 0 55px !important;
}

.ssl-home-container{
    max-width:1540px;
    margin:auto;
    padding-left:24px !important;
    padding-right:24px !important;
}

.ssl-product-grid{
    display:flex;
    flex-wrap:wrap;
    row-gap:38px;
    margin-left:-17px;
    margin-right:-17px;
}

.ssl-product-col{
    flex:0 0 25%;
    max-width:25%;
    padding-left:17px;
    padding-right:17px;
}

.ssl-product-card{
    background:#fff !important;
    border-radius:14px !important;
    overflow:hidden;
    height:100%;
    box-shadow:0 8px 26px rgba(0,0,0,.05);
    border:1px solid #eee;
    display:flex;
    flex-direction:column;
}

.ssl-product-img-wrap{
    position:relative;
    height:360px;
    background:#f3f3f3;
    display:flex;
    align-items:center;
    justify-content:center;
    overflow:hidden;
}

.ssl-product-img-wrap a{
    width:100%;
    height:100%;
    display:flex;
    align-items:center;
    justify-content:center;
}

.ssl-product-img-wrap img{
    max-width:86%;
    max-height:86%;
    width:auto;
    height:auto;
    object-fit:contain;
}

.ssl-product-info{
    padding:24px 22px 22px;
    flex:1;
    display:flex;
    flex-direction:column;
}

.ssl-category{
    color:#666;
    font-size:12px;
    letter-spacing:3px;
    text-transform:uppercase;
    margin-bottom:10px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}

/* .ssl-title{
    font-size:21px;
    line-height:1.22;
    font-weight:800;
    margin:0 0 13px;
    color:#000;
    min-height:52px;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden;
} */

.ssl-title a{
    color:#000;
    text-decoration:none;
}

.ssl-product-size{
    font-size:13px;
    color:#8a6d3b;
    font-weight:900;
    margin-bottom:12px;
    text-transform:uppercase;
}

.ssl-rating{
    display:flex;
    align-items:center;
    gap:5px;
    font-size:15px;
    color:#111;
    margin-bottom:16px;
}

.ssl-rating .star{
    color:#ffb000;
    font-size:18px;
}

.ssl-rating .verify{
    color:#006ee6;
    font-size:14px;
}

.ssl-price{
    display:flex;
    align-items:center;
    gap:10px;
    margin-bottom:16px;
}

.ssl-price .new-price{
    font-size:16px;
    color:#000;
    font-weight:600;
}

.ssl-price del{
    color:#777;
    font-size:16px;
}

.ssl-card-actions{
    margin-top:auto;
}

.ssl-buy-btn{
    display:none !important;
}

.ssl-cart-btn{
    width:100%;
    height:54px;
    background:#151515;
    color:#fff !important;
    border-radius:7px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:15px;
    font-weight:900;
    letter-spacing:.8px;
    text-transform:uppercase;
    text-decoration:none !important;
}

.ssl-cart-btn:hover{
    background:#000;
    color:#fff !important;
}

.ssl-badge-best{
    position:absolute;
    top:14px;
    left:14px;
    background:#dda46f;
    color:#fff;
    font-size:13px;
    font-weight:900;
    padding:7px 12px;
    border-radius:3px;
    letter-spacing:.8px;
    z-index:3;
}

.ssl-badge-off{
    position:absolute;
    left:14px;
    bottom:14px;
    background:#73c1ad;
    color:#fff;
    font-size:14px;
    font-weight:900;
    padding:8px 13px;
    border-radius:3px;
    z-index:3;
}

@media(max-width:1199px){
    .ssl-product-col{
        flex:0 0 33.333%;
        max-width:33.333%;
    }
}

@media(max-width:767px){
    .ssl-home-products{
        padding:40px 0 32px !important;
    }

    .ssl-home-container{
        padding-left:12px !important;
        padding-right:12px !important;
    }

    .ssl-product-grid{
        row-gap:20px;
        margin-left:-7px;
        margin-right:-7px;
    }

    .ssl-product-col{
        flex:0 0 50%;
        max-width:50%;
        padding-left:7px;
        padding-right:7px;
    }

    .ssl-product-img-wrap{
        height:220px;
    }

    .ssl-product-info{
        padding:14px 12px 14px;
    }

    .ssl-category{
        font-size:9px;
        letter-spacing:1.4px;
    }

    .ssl-title{
        font-size:14px;
        min-height:38px;
    }

    .ssl-product-size{
        font-size:10px;
        margin-bottom:8px;
    }

    .ssl-rating{
        font-size:11px;
        margin-bottom:10px;
    }

    .ssl-price .new-price{
        font-size:16px;
    }

    .ssl-price del{
        font-size:12px;
    }

    .ssl-cart-btn{
        height:42px;
        font-size:11px;
    }
}










@media(max-width:767px){

    .trust-section{
        padding:42px 0 38px !important;
    }

    .trust-head h2{
        font-size:32px !important;
        line-height:1.2 !important;
        margin-bottom:28px !important;
    }

    .trust-box{
        padding:22px 10px !important;
        border-radius:18px !important;
        min-height:150px;
    }

    .trust-box h3{
        font-size:34px !important;
        line-height:1 !important;
        margin-bottom:14px !important;
        white-space:nowrap;
    }

    .trust-box p{
        font-size:14px !important;
        line-height:1.5 !important;
    }

    .trust-section .row{
        row-gap:18px !important;
    }
}











/* ===== SAFFRON SILK MINI CART FINAL CLEAN ===== */

.ssl-bella-cart-drawer{
    width:960px !important;
    max-width:960px !important;
    right:-970px !important;
    left:auto !important;
    background:#fff !important;
    z-index:999999 !important;
    box-shadow:-8px 0 30px rgba(0,0,0,.16);
}

.ssl-bella-cart-drawer.ltn__utilize-open{
    right:0 !important;
}

.ssl-bella-cart-wrap{
    display:grid !important;
    grid-template-columns:36% 64% !important;
    grid-template-rows:1fr auto !important;
    height:100vh !important;
    background:#fff !important;
}

.ssl-bella-mobile-scroll{
    display:contents !important;
}

/* .ssl-bella-recommend{
    grid-column:1 !important;
    grid-row:1 / span 2 !important;
    height:100vh !important;
    padding:16px 18px !important;
    border-right:1px solid #ddd !important;
    overflow-y:auto !important;
} */

.ssl-bella-cart{
    grid-column:2 !important;
    grid-row:1 !important;
    height:auto !important;
    padding:16px 18px 0 !important;
    overflow:hidden !important;
}

.ssl-bella-cart-items{
    height:100% !important;
    overflow-y:auto !important;
    padding-right:6px !important;
    padding-bottom:16px !important;
}

.ssl-bella-cart-footer{
    grid-column:2 !important;
    grid-row:2 !important;
    background:#fff !important;
    padding:12px 18px 34px !important;
    border-top:1px solid #eee !important;
    z-index:50 !important;
}

.ssl-bella-cart-head{
    display:flex !important;
    align-items:center !important;
    justify-content:space-between !important;
    margin-bottom:20px !important;
}

.ssl-bella-cart-head h3,
.ssl-bella-recommend h4{
    font-size:15px !important;
    letter-spacing:4px !important;
    font-weight:700 !important;
    margin:0 0 22px !important;
    color:#111 !important;
}

.ssl-bella-close{
    width:46px !important;
    height:46px !important;
    border:0 !important;
    border-radius:50% !important;
    background:#f2f2f2 !important;
    color:#111 !important;
    font-size:34px !important;
    line-height:42px !important;
    padding:0 !important;
}

.ssl-bella-offer{
    text-align:center !important;
    color:#ee5b22 !important;
    font-size:13px !important;
    letter-spacing:1.5px !important;
    font-weight:700 !important;
    margin:0 0 18px !important;
}

.ssl-bella-cart-item,
.ssl-bella-rec-item{
    display:grid !important;
    grid-template-columns:70px 1fr !important;
    gap:14px !important;
    padding:0 0 14px !important;
    margin-bottom:14px !important;
    border-bottom:1px solid #ddd !important;
}

.ssl-bella-cart-img img,
.ssl-bella-rec-item img{
    width:70px !important;
    height:70px !important;
    object-fit:contain !important;
    background:#f7f7f7 !important;
    border-radius:4px !important;
}

.ssl-bella-cart-title-row{
    display:flex !important;
    justify-content:space-between !important;
    gap:12px !important;
}

.ssl-bella-cart-title-row h5,
.ssl-bella-rec-info h5{
    font-size:14px !important;
    line-height:1.35 !important;
    font-weight:400 !important;
    margin:0 0 8px !important;
    color:#111 !important;
}

.ssl-bella-cart-title-row h5 a{
    color:#111 !important;
}

.ssl-bella-remove{
    border:0 !important;
    background:transparent !important;
    font-size:20px !important;
    color:#111 !important;
    padding:0 !important;
    line-height:1 !important;
}

.ssl-bella-qty-price{
    display:flex !important;
    align-items:center !important;
    justify-content:space-between !important;
    gap:15px !important;
}

.ssl-bella-qty{
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    border:1px solid #ddd !important;
    min-width:110px !important;
    height:36px !important;
    background:#fff !important;
    overflow:hidden !important;
}

.ssl-bella-qty button{
    width:36px !important;
    height:34px !important;
    border:0 !important;
    background:#fff !important;
    font-size:18px !important;
    font-weight:700 !important;
    color:#111 !important;
    cursor:pointer !important;
}

.ssl-bella-qty span{
    width:38px !important;
    height:34px !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    font-size:15px !important;
    font-weight:600 !important;
}

.ssl-bella-qty-price strong,
.ssl-bella-rec-price strong{
    font-size:14px !important;
    font-weight:700 !important;
    color:#111 !important;
    white-space:nowrap !important;
}

.ssl-bella-rec-price{
    display:flex !important;
    gap:7px !important;
    margin-bottom:11px !important;
}

.ssl-bella-rec-price del{
    font-size:12px !important;
    color:#888 !important;
}

.ssl-bella-add{
    width:100% !important;
    background:transparent !important;
    border:0 !important;
    border-bottom:1px solid #cfcfcf !important;
    padding:0 0 7px !important;
    color:#111 !important;
    text-align:left !important;
    font-size:11px !important;
    letter-spacing:3px !important;
    font-weight:700 !important;
}

.ssl-bella-add span{
    float:right !important;
    font-size:20px !important;
}

.ssl-bella-cart-footer p{
    margin:0 0 8px !important;
    font-size:12px !important;
    color:#333 !important;
}

.ssl-bella-checkout{
    width:100% !important;
    height:56px !important;
    background:#111 !important;
    color:#fff !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    gap:24px !important;
    border-radius:4px !important;
    font-size:13px !important;
    letter-spacing:4px !important;
    font-weight:800 !important;
    overflow:hidden !important;
}

.ssl-bella-checkout strong{
    color:#fff !important;
    font-size:15px !important;
    letter-spacing:1px !important;
}

/* ===== MOBILE ===== */
@media(max-width:991px){

    .ssl-bella-cart-drawer{
        position:fixed !important;
        top:0 !important;
        right:-100% !important;
        left:auto !important;
        width:100% !important;
        max-width:100% !important;
        height:100vh !important;
        background:rgba(0,0,0,.45) !important;
        box-shadow:none !important;
        overflow:hidden !important;
        z-index:999999 !important;
    }

    .ssl-bella-cart-drawer.ltn__utilize-open{
        right:0 !important;
    }

    .ssl-bella-cart-wrap{
        width:92vw !important;
        max-width:420px !important;
        /* height:calc(100vh - 26px) !important; */
        margin:13px auto !important;
        background:#fff !important;
        display:flex !important;
        flex-direction:column !important;
        /* overflow:hidden !important; */
        box-shadow:0 15px 45px rgba(0,0,0,.25) !important;
    }

    .ssl-bella-mobile-scroll{
        display:block !important;
        flex:1 1 auto !important;
        min-height:0 !important;
        overflow-y:auto !important;
        overflow-x:hidden !important;
        -webkit-overflow-scrolling:touch !important;
    }

    .ssl-bella-cart{
        height:auto !important;
        max-height:none !important;
        overflow:visible !important;
        padding:16px 18px 0 !important;
        display:block !important;
    }

    .ssl-bella-cart-items{
        height:auto !important;
        max-height:none !important;
        overflow:visible !important;
        display:block !important;
        padding:0 !important;
    }

    .ssl-bella-cart-head{
        margin-bottom:10px !important;
    }

    .ssl-bella-cart-head h3{
        font-size:18px !important;
        letter-spacing:5px !important;
        margin-bottom:0 !important;
    }

    .ssl-bella-close{
        width:42px !important;
        height:42px !important;
        font-size:30px !important;
        line-height:38px !important;
    }

    .ssl-bella-offer{
        font-size:12px !important;
        letter-spacing:.7px !important;
        margin:0 0 10px !important;
    }

    .ssl-bella-cart-item{
        grid-template-columns:78px 1fr !important;
        gap:12px !important;
        padding:12px 0 !important;
        margin:0 !important;
        border-bottom:1px solid #ddd !important;
    }

    .ssl-bella-cart-img img{
        width:78px !important;
        height:78px !important;
    }

    .ssl-bella-qty{
        min-width:90px !important;
        height:30px !important;
    }

    .ssl-bella-qty button{
        width:28px !important;
        height:28px !important;
        font-size:15px !important;
    }

    .ssl-bella-qty span{
        width:32px !important;
        height:28px !important;
        font-size:13px !important;
    }

    .ssl-bella-recommend{
        height:auto !important;
        max-height:none !important;
        overflow:visible !important;
        padding:16px 18px 12px !important;
        border-top:1px solid #ddd !important;
        border-right:0 !important;
    }

    .ssl-bella-recommend h4{
        font-size:16px !important;
        letter-spacing:1px !important;
        margin:0 0 10px !important;
    }

    .ssl-bella-recommend-list{
        display:flex !important;
        gap:10px !important;
        overflow-x:auto !important;
        overflow-y:hidden !important;
        padding-bottom:10px !important;
    }

    .ssl-bella-rec-item{
        min-width:135px !important;
        max-width:135px !important;
        display:block !important;
        border-bottom:0 !important;
        padding:0 !important;
        margin:0 !important;
    }

    .ssl-bella-rec-item img{
        width:135px !important;
        height:135px !important;
        margin-bottom:8px !important;
    }

    .ssl-bella-rec-info h5{
        font-size:13px !important;
        white-space:nowrap !important;
        overflow:hidden !important;
        text-overflow:ellipsis !important;
    }

    .ssl-bella-add{
        height:34px !important;
        border:1px solid #ddd !important;
        border-radius:4px !important;
        text-align:center !important;
        padding:0 !important;
        letter-spacing:2px !important;
    }

    .ssl-bella-add span{
        display:none !important;
    }

    .ssl-bella-cart-footer{
        flex:0 0 auto !important;
        margin-top:0 !important;
        background:#fff !important;
        padding:10px 18px 18px !important;
        border-top:1px solid #eee !important;
        z-index:100 !important;
    }

    .ssl-bella-checkout{
        height:56px !important;
        font-size:12px !important;
        letter-spacing:3px !important;
        gap:14px !important;
    }

    .ssl-bella-checkout strong{
        font-size:14px !important;
    }
}