.live-rate-widget,
.luxury-section-title,
.section-title3 {
    position: relative;
}
.footer,
.rate {
    cursor: pointer;
}
.mobile-menu,
.page-title,
.site-footer,
.slideable-menu {
    background: linear-gradient(180deg, #fffdf9 0, #fbf7f1 45%, #f3e8d7 100%);
}
.live-rate-trigger {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 4px 18px;
    min-width: 290px;
    border-radius: 50px;
    background: linear-gradient(135deg, #6b2317, #8c3b1c);
    border: 1px solid rgba(212, 175, 55, 0.35);
    color: #fff !important;
    text-decoration: none;
}
.live-dot {
    width: 10px;
    height: 10px;
    background: #2ecc71;
    border-radius: 50%;
    box-shadow: 0 0 10px #2ecc71;
}
.rate-icon {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: linear-gradient(135deg, #ffe79a, #d4af37);
    color: #5a1e16;
}
.rate-info.offer-item.active {display: contents;}
.rate-info {
    flex-direction: column;
    line-height: 1.2;
}
.rate-info small {
    color: #f4d97c;
    font-size: 10px;
    letter-spacing: 1px;
}
.rate-info strong {
    font-size: 11px;
    color: #fff;
}
.rate-change {
    margin-left: auto;
    color: #3bd46a;
    font-size: 13px;
    font-weight: 600;
    text-align: right;
}
.rate-change.negative {
    color: #ff8080;
}
.gold-rate-dropdown {
    width: 350px;
    padding: 0;
    border: none;
    border-radius: 20px;
    background: #fffdf8;
    overflow: hidden;
}
.t-h-dropdown{z-index: 10;}
.t-h-dropdown .t-h-dropdown-menu.gold-rate-dropdown {
    box-shadow:
        inset 0 2px 2px rgba(255, 255, 255, 0.05),
        inset 0 -5px 10px rgba(0, 0, 0, 0.45);
}
.live {
    background: #18c964;
    padding: 8px 18px;
    border-radius: 30px;
    font-size: 13px;
    letter-spacing: 1px;
}
.section {
    padding: 18px;
    border-bottom: 1px solid #eee;
}
.title {
    align-items: center;
    gap: 12px;
    font-size: 18px;
}
.title .icon {
    width: 18px;
    height: 18px;
    border-radius: 50%;
}
.gold {
    background: linear-gradient(135deg, #f9df67, #b88b0b);
    box-shadow: 0 0 10px rgba(212, 166, 0, 0.4);
}
.silver {
    background: #d8d8d8;
}
.platinum {
    background: #d5c6f6;
}
.rate {
    justify-content: space-between;
    align-items: center;
    padding: 2px 18px;
    margin-top: 10px;
    border-radius: 16px;
    transition: 0.35s;
}
.gold-rate {
    background: linear-gradient(90deg, #fff9e8, #fff);
}
.silver-rate {
    background: #fafafa;
}
.platinum-rate {
    background: #fbf8ff;
}
.rate:hover {
    transform: translateX(8px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}
.left {
    flex-direction: column;
}
.karat {
    font-size: 16px;
    color: #333;
}
.small {
    font-size: 12px;
    color: #888;
    margin-top: 2px;
}
.price {
    font-size: 24px;
    font-weight: 700;
    color: #6b2b13;
}
.footer {
    padding: 18px;
    background: #faf6ef;
    text-align: center;
    font-weight: 600;
    font-size: 17px;
    color: #6b2b13;
    transition: 0.3s;
}
.footer:hover {
    background: #f2e5d2;
    letter-spacing: 1px;
}
@media (max-width: 768px) {
    .gold-rate-dropdown {
        width: 320px;
        right: -40px;
    }
    .live-rate-trigger {
        min-width: 250px;
        padding: 4px;
    }
    .rate-info strong {
        font-size: 14px;
    }
}
.flash-sell-area {
    background: linear-gradient(180deg, #fffdf9 0, #fbf8f2 55%, #f6f0e7 100%);
}
.section-title3 {
    text-align: center;
    background: 0 0;
}
.section-title3:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(212, 175, 55, 0.45), transparent);
}
.section-title3 .h3 {
    position: relative;
    display: inline-block;
    padding: 15px 45px;
    border-radius: 60px;
    background: #fffdf9;
    border: 1px solid #e6d3b5;
    color: #5a1e16;
    font-family: "Cormorant Garamond", serif;
    font-size: 40px;
    font-weight: 700;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.05);
}
.product-card {
    position: relative;
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid #efe5d8;
    transition: 0.4s;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
}
.product-card:hover {
    transform: translateY(-8px);
    border-color: #d4af37;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.1);
}
.product-thumb {
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: radial-gradient(circle, #fffdfb, #f9f2e8);
    padding: 25px;
}
.product-thumb img {
    max-height: 180px;
    width: auto;
    transition: 0.4s;
}
.product-card:hover img {
    transform: scale(1.08);
}
.product-badge {
    left: 15px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 600;
    background: linear-gradient(135deg, #d4af37, #b8860b) !important;
}
.product-badge2 {
    right: 15px;
    left: auto;
    background: linear-gradient(135deg, #7a2c1c, #5a1e16) !important;
}
.product-card-body {
    padding: 22px;
}
.product-category {
    margin-bottom: 10px;
}
.product-category a {
    color: #b8860b;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.product-title {
    margin-bottom: 14px;
}
.product-title a {
    color: #3a281c;
    font-size: 19px;
    line-height: 28px;
    font-weight: 600;
}
.rating-stars {
    margin-bottom: 15px;
}
.luxury-tabs .links a i,
.rating-stars i,
.section-tag i {
    color: #d4af37;
}
.product-price {
    margin-top: 10px;
    font-size: 26px;
    font-weight: 700;
    color: #5a1e16;
}
.product-price del {
    color: #999;
    font-size: 15px;
    margin-right: 8px;
}
.product-button-group {
    position: absolute;
    top: 18px;
    right: 18px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.offer-item,
.t-m-s-a {
    display: flex;
    align-items: center;
}
.product-button {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
    transition: 0.3s;
}
.product-button:hover {
    background: #d4af37;
    color: #fff;
}
.owl-nav button {
    width: 46px;
    height: 46px;
    border-radius: 50% !important;
    background: #fff !important;
    border: 1px solid #e6d4b8 !important;
    color: #5a1e16 !important;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
}
.owl-nav button:hover {
    background: #d4af37 !important;
    color: #fff !important;
}
.t-m-s-a {
    gap: 15px;
}
.offer-switcher {
    position: relative;
    flex: 1;
    height: 36px;
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(12px);
}
.offer-item {
    position: absolute;
    inset: 0;
    justify-content: center;
    gap: 8px;
    padding: 0 18px;
    opacity: 0;
    transform: translateY(25px) scale(0.96);
    transition:
        opacity 0.6s,
        transform 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    white-space: nowrap;
}
.offer-item.active {
    opacity: 1;
    transform: translateY(0) scale(1);
}
.offer-item i {
    color: #d4af37;
    font-size: 14px;
}
.track-order-link {
    white-space: nowrap;
    font-weight: 600;
}
.h3-category:hover {
    display: block;
    position: relative;
    overflow: visible;
    z-index: 6;
}
.h3-category:hover img {
    border-radius: 10px;
}
@media (max-width: 1400px) {
    .product-thumb {
        height: 220px;
    }
    .product-thumb img {
        max-height: 165px;
    }
    .product-card-body {
        padding: 18px;
    }
    .product-title a {
        font-size: 18px;
        line-height: 26px;
    }
    .product-price {
        font-size: 24px;
    }
}
@media (max-width: 1199px) {
    .product-thumb {
        height: 210px;
        padding: 20px;
    }
    .product-thumb img {
        max-height: 155px;
    }
    .product-card-body {
        padding: 18px;
    }
    .product-title a {
        font-size: 17px;
        line-height: 24px;
    }
    .product-price {
        font-size: 22px;
    }
    .product-button {
        width: 38px;
        height: 38px;
    }
    .product-button-group {
        right: 14px;
        top: 14px;
    }
}
.section-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 16px;
    background: #fff;
    border: 1px solid rgba(212, 175, 55, 0.35);
    border-radius: 40px;
    color: #b8860b;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 18px;
}
.luxury-section-title h2 {
    font-size: 42px;
    font-weight: 700;
    color: #2e1c15;
    margin-bottom: 14px;
    line-height: 1.15;
    font-family: "Cormorant Garamond", serif;
}
.luxury-section-title p {
    max-width: 520px;
    color: #8a7568;
    font-size: 15px;
    line-height: 1.8;
    margin: 0;
}
.luxury-tabs {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
}
.luxury-tabs .links {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 14px;
}
.luxury-tabs .links a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 22px;
    border-radius: 50px;
    background: #fff;
    border: 1px solid #e9ded0;
    color: #4a372e;
    font-size: 14px;
    font-weight: 600;
    transition: 0.35s;
}
.luxury-tabs .links a:hover {
    background: #5a1e16;
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 12px 28px rgba(90, 30, 22, 0.18);
}
.luxury-tabs .links a.active i,
.luxury-tabs .links a:hover i {
    color: #ffd86a;
}
.luxury-tabs .links a.active {
    background: linear-gradient(135deg, #5a1e16, #8a2e18);
    color: #fff;
    border-color: #5a1e16;
    box-shadow: 0 14px 35px rgba(90, 30, 22, 0.22);
}
.cart-page {
    background: #fbf8f3;
    padding: 60px 0;
}
.cart-page .cart-table {
    background: #fff;
    border: 1px solid #efe5d8;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 15px 45px rgba(34, 24, 18, 0.05);
}
.cart-page .cart-table table {
    width: 100%;
    margin: 0;
    border-collapse: collapse;
}
.cart-page .cart-table thead {
    background: #f9f4ec;
}
.cart-page .cart-table thead th {
    padding: 20px;
    border: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 13px;
    color: #8a6e4f;
    font-weight: 600;
}
.cart-page .cart-table tbody td {
    padding: 24px 20px;
    border-top: 1px solid #f3ece3;
    vertical-align: middle;
}
.cart-page .cart-table tbody tr {
    transition: 0.35s;
}
.cart-page .cart-table tbody tr:hover {
    background: #fffdf9;
}
.cart-page .product-item {
    display: flex;
    align-items: center;
    gap: 20px;
}
.cart-page .product-thumb {
    width: 110px;
    height: 110px;
    border-radius: 18px;
    background: #fff;
    border: 1px solid #eee3d4;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    transition: 0.35s;
}
.cart-page .product-thumb img {
    width: 88%;
    transition: 0.35s;
}
.cart-page .product-item:hover .product-thumb {
    border-color: #d4af37;
    box-shadow: 0 10px 30px rgba(212, 175, 55, 0.15);
}
.cart-page .product-item:hover img {
    transform: scale(1.06);
}
.cart-page .product-title {
    margin: 0 0 8px;
}
.cart-page .product-title a {
    color: #2f241c;
    text-decoration: none;
    font-size: 20px;
    font-weight: 600;
}
.cart-page .product-title a:hover {
    color: #7a2c1d;
}
.cart-page .text-lg {
    color: #5a1e16;
    font-weight: 700;
    font-size: 20px;
}
.cart-page .qtyValue,
.header h2,
.karat,
.live,
.title {
    font-weight: 600;
}
.cart-page .qtySelector {
    display: inline-flex;
    align-items: center;
    border: 1px solid #e6daca;
    border-radius: 50px;
    overflow: hidden;
    background: #fffdf8;
}
.cart-page .qtySelector span {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #5a1e16;
    transition: 0.3s;
}
.cart-page .qtySelector span:hover {
    background: #5a1e16;
    color: #fff;
}
.cart-page .qtyValue {
    width: 48px;
    border: 0;
    background: 0 0;
    text-align: center;
    font-size: 17px;
}
.cart-page .remove-from-cart {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #fff1f1;
    color: #c74747;
    transition: 0.35s;
    text-decoration: none;
}
.cart-page .remove-from-cart:hover {
    background: #c74747;
    color: #fff;
    transform: rotate(90deg);
}
.cart-page .cart-summary {
    background: #fff;
    border: 1px solid #efe5d8;
    border-radius: 22px;
    padding: 30px;
    box-shadow: 0 15px 45px rgba(34, 24, 18, 0.05);
}
.cart-page .cart-summary h4 {
    color: #2f241c;
    margin-bottom: 20px;
}
.cart-page .checkout-btn {
    width: 100%;
    padding: 16px;
    border-radius: 50px;
    border: none;
    background: linear-gradient(135deg, #5a1e16, #8b311c);
    color: #fff;
    font-weight: 600;
    transition: 0.35s;
}
.cart-page .checkout-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 30px rgba(90, 30, 22, 0.25);
}
@media (max-width: 991px) {
    .cart-page .cart-table thead,
    .offer-switcher,
    .owl-nav {
        display: none;
    }
    .slider-item {
        padding: 8px;
    }
    .product-card {
        border-radius: 16px;
    }
    .product-thumb {
        height: 200px;
        padding: 18px;
    }
    .product-thumb img {
        max-height: 145px;
    }
    .product-card-body {
        padding: 16px;
    }
    .product-category a {
        font-size: 11px;
    }
    .product-title,
    .rating-stars {
        margin-bottom: 10px;
    }
    .product-title a {
        font-size: 16px;
        line-height: 22px;
    }
    .product-price {
        font-size: 20px;
    }
    .product-button i,
    .product-price del {
        font-size: 13px;
    }
    .product-button {
        width: 36px;
        height: 36px;
    }
    .product-button-group {
        top: 12px;
        right: 12px;
        gap: 8px;
    }
    .product-badge {
        padding: 4px 10px;
        font-size: 10px;
        left: 12px;
        top: 12px;
    }
    .product-badge2 {
        right: 12px;
    }
    .luxury-section-title {
        text-align: center;
        margin-bottom: 30px;
    }
    .luxury-section-title p {
        margin: auto;
    }
    .luxury-tabs,
    .luxury-tabs .links {
        justify-content: center;
    }
    .cart-page .cart-table,
    .cart-page .cart-table tbody,
    .cart-page .cart-table td,
    .cart-page .cart-table tr {
        display: block;
        width: 100%;
    }
    .cart-page .cart-table tbody tr {
        margin-bottom: 20px;
        border: 1px solid #efe5d8;
        border-radius: 18px;
        overflow: hidden;
    }
    .cart-page .product-item {
        align-items: flex-start;
    }
    .cart-page .product-thumb {
        width: 90px;
        height: 90px;
    }
}
.header,
.left,
.popular-category.theme3,
.rate,
.title {
    display: flex;
}
@media (max-width: 576px) {
    .luxury-section-title h2 {
        font-size: 32px;
    }
    .luxury-tabs .links {
        gap: 10px;
    }
    .luxury-tabs .links a {
        padding: 10px 18px;
        font-size: 13px;
    }
    .cart-page {
        padding: 30px 0;
    }
    .cart-page .product-item {
        flex-direction: column;
        text-align: center;
    }
    .cart-page .product-title a {
        font-size: 17px;
    }
}
.flash-sell-area,
.selected-product-section {
    overflow: hidden;
    isolation: isolate;
}
.selected-product-section {
    position: relative;
    width: 100%;
    background: url("https://demo.vishnucmo.com/core/public/storage/images/product-section_bg_pattern.png") center
        center/cover no-repeat #fdf8f1;
}
.selected-product-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(rgba(255, 252, 247, 0.58), rgba(255, 252, 247, 0.58));
    z-index: 1;
}
.selected-product-section::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(
        ellipse at center,
        rgba(255, 255, 255, 0.18) 0,
        rgba(255, 255, 255, 0.52) 55%,
        rgba(255, 255, 255, 0.78) 100%
    );
    z-index: 2;
    pointer-events: none;
}
.flash-sell-area > .container,
.flash-sell-area > .container-fluid,
.selected-product-section .container {
    position: relative;
    z-index: 5;
}
.selected-product-section .container::before {
    content: "";
    position: absolute;
    inset: -40px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.12));
    z-index: -1;
}
.popular-category.theme3 {
    justify-content: center;
}
.popular-category.theme3 .links {
    display: flex;
    align-items: center;
    gap: 48px;
    position: relative;
}
.popular-category.theme3 .links a {
    position: relative;
    color: #5e4b40;
    font-size: 17px;
    font-weight: 500;
    text-decoration: none;
    transition: 0.35s;
    padding: 10px 0;
    letter-spacing: 0.3px;
}
.popular-category.theme3 .links a::before {
    content: "✦";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -14px;
    color: #d4af37;
    font-size: 10px;
    opacity: 0;
    transition: 0.35s;
}
.popular-category.theme3 .links a::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    height: 2px;
    background: #d4af37;
    transform: translateX(-50%);
    transition: 0.35s;
}
.popular-category.theme3 .links a:hover {
    color: #5a1e16;
}
.popular-category.theme3 .links a:hover::after {
    width: 70%;
}
.popular-category.theme3 .links a.active {
    color: #5a1e16;
    font-weight: 700;
}
.popular-category.theme3 .links a.active::before {
    opacity: 1;
}
.popular-category.theme3 .links a.active::after {
    width: 70%;
    height: 3px;
}
@media (max-width: 1400px) {
    .popular-category.theme3 {
        margin: 30px 0 50px;
    }
    .popular-category.theme3 .links {
        gap: 36px;
    }
    .popular-category.theme3 .links a {
        font-size: 16px;
    }
}
@media (max-width: 1199px) {
    .popular-category.theme3 {
        margin: 28px 0 45px;
    }
    .popular-category.theme3 .links {
        gap: 28px;
    }
    .popular-category.theme3 .links a {
        font-size: 15px;
        padding: 8px 0;
    }
}
@media (max-width: 991px) {
    .popular-category.theme3 {
        margin: 25px 0 40px;
        overflow: hidden;
    }
    .popular-category.theme3 .links {
        gap: 22px;
        justify-content: center;
        flex-wrap: wrap;
    }
    .popular-category.theme3 .links a {
        font-size: 15px;
    }
}
@media (max-width: 767px) {
    .features-slider {
        padding: 0 5px;
    }
    .slider-item {
        padding: 6px;
    }
    .product-card {
        border-radius: 14px;
    }
    .product-thumb {
        height: 180px;
        padding: 16px;
    }
    .product-thumb img {
        max-height: 130px;
        width: auto;
    }
    .product-card-body {
        padding: 14px;
    }
    .product-category,
    .product-title,
    .rating-stars {
        margin-bottom: 8px;
    }
    .product-category a {
        font-size: 10px;
        letter-spacing: 0.8px;
    }
    .product-title a {
        font-size: 15px;
        line-height: 21px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .rating-stars i {
        font-size: 12px;
    }
    .product-price {
        font-size: 18px;
    }
    .product-price del {
        display: block;
        margin: 0 0 4px;
        font-size: 12px;
    }
    .product-button {
        width: 34px;
        height: 34px;
    }
    .product-button-group {
        top: 10px;
        right: 10px;
        gap: 6px;
    }
    .product-badge {
        left: 10px;
        top: 10px;
        padding: 3px 9px;
        font-size: 10px;
    }
    .product-badge2 {
        right: 10px;
    }
    .popular-category.theme3 {
        margin: 20px 0 30px;
    }
    .popular-category.theme3 .links {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        justify-content: flex-start;
        gap: 18px;
        padding-bottom: 6px;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }
    .popular-category.theme3 .links::-webkit-scrollbar {
        display: none;
    }
    .popular-category.theme3 .links a {
        flex: none;
        white-space: nowrap;
        font-size: 14px;
        padding: 8px 0;
    }
    .popular-category.theme3 .links a::before {
        top: -10px;
        font-size: 8px;
    }
}
@media (max-width: 575px) {
    .features-slider {
        padding: 0;
    }
    .product-card {
        border-radius: 12px;
    }
    .product-thumb {
        height: 165px;
        padding: 14px;
    }
    .product-thumb img {
        max-height: 120px;
    }
    .product-card-body {
        padding: 12px;
    }
    .product-title a {
        font-size: 14px;
        line-height: 20px;
    }
    .product-price {
        font-size: 17px;
    }
    .product-category a {
        font-size: 9px;
    }
    .product-button {
        width: 32px;
        height: 32px;
    }
    .product-button i {
        font-size: 12px;
    }
    .product-button-group {
        right: 8px;
        top: 8px;
    }
    .product-badge {
        left: 8px;
        top: 8px;
    }
    .popular-category.theme3 {
        margin: 18px 0 25px;
    }
    .popular-category.theme3 .links {
        gap: 16px;
        padding: 0 8px 6px;
    }
    .popular-category.theme3 .links a {
        font-size: 13px;
        letter-spacing: 0;
    }
    .popular-category.theme3 .links a::after {
        height: 2px;
    }
}
@media (max-width: 400px) {
    .product-thumb {
        height: 150px;
    }
    .product-thumb img {
        max-height: 110px;
    }
    .product-title a {
        font-size: 13px;
        line-height: 18px;
    }
    .product-price {
        font-size: 16px;
    }
    .product-price del {
        font-size: 11px;
    }
    .product-card-body {
        padding: 10px;
    }
    .popular-category.theme3 .links {
        gap: 14px;
    }
    .popular-category.theme3 .links a {
        font-size: 12px;
    }
    .popular-category.theme3 .links a::before {
        display: none;
    }
}
.flash-sell-area {
    position: relative;
    background-color: #fdf8f1;
    background-image: url("https://demo.vishnucmo.com/core/public/storage/images/flash-sell-area-bg.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.flash-sell-area::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(rgba(255, 252, 248, 0.35), rgba(255, 252, 248, 0.35));
    z-index: 1;
}
.flash-sell-area::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(
        ellipse at center,
        rgba(255, 255, 255, 0.05) 0,
        rgba(255, 255, 255, 0.45) 55%,
        rgba(255, 255, 255, 0.78) 100%
    );
    z-index: 2;
    pointer-events: none;
}
.header {
    background: linear-gradient(135deg, #5b220d, #8f4a1c);
    padding: 5px 18px;
    justify-content: space-between;
    align-items: center;
    color: #fff;
}
.header h2 {
    font-size: 28px;
}
/* =========================================
   1. BASE / DESKTOP STYLES
========================================= */
.carousel-container {
  width: 100%;
  padding: 16px 0;
  box-sizing: border-box;
  /* On desktop, you might want a normal scrollbar instead of auto-scroll */
  overflow-x: auto; 
}

.carousel-track {
  display: flex;
  gap: 16px;
}

.slide {
  flex: 0 0 auto;
  /* Standard desktop sizing */
  width: 400px; 
  height: 250px; 
  border-radius: 12px;
  overflow: hidden;
}

.slide img {
  width: 100%;
  height: 100%;
  object-fit: cover; 
  display: block;
}
@media (max-width: 768px) {
  
  .carousel-container {
    overflow: hidden; /* Hides the manual scrollbar on mobile */
  }

  .carousel-track {
    width: max-content; /* Lets track expand for animation */
    animation: scroll-left 20s linear infinite;
  }

  /* Pause on touch */
  .carousel-container:active .carousel-track {
    animation-play-state: paused;
  }

  .slide {
    /* Mobile sizing override: applies the landscape fix */
    width: 85vw; 
    height: auto; /* Overrides the desktop height */
    aspect-ratio: 16 / 9; 
  }
}

/* =========================================
   3. ANIMATION KEYFRAMES (Safe outside media query)
========================================= */
@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-50% - 8px));
  }
}