.home-section-gutter {
            padding-left: 2.5rem;
            padding-right: 2.5rem;
        }

        .home-section-gutter > .row {
            margin-left: 0;
            margin-right: 0;
        }

        .home-section-gutter > .row > [class*='col-'] {
            padding-left: 0;
            padding-right: 0;
        }

        .home-section-gutter .featured-products-shell > .container-fluid {
            padding-left: 0;
            padding-right: 0;
        }

        .home-section-gutter .featured-products-shell {
            padding: 1.5rem;
            border-radius: 18px;
            overflow: hidden;
        }

        .home-section-gutter .featured-products-header {
            padding-left: 0;
            padding-right: 0;
        }

        .home-section-gutter .feature-product {
            padding-left: 0;
            padding-right: 0;
        }
     .featured-products-shell {
        background: #ffffff;
        /* border: 1px solid #f0f1f4; */
        /* border-radius: 10px; */
        /* box-shadow: 0 6px 20px rgba(15, 23, 42, 0.04); */
        padding: 18px 0 14px;
     }

     .featured-products-shell .feature-product-title {
        margin: 0;
        font-size: 21px;
        line-height: 1.2;
        font-weight: 800;
        color: #171717;
        text-transform: uppercase;
        letter-spacing: 0;
     }

     .featured-products-shell .featured-products-header {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        gap: 14px;
        margin-bottom: 16px;
     }

     .featured-products-shell .featured-products-timer {
        display: inline-flex;
        align-items: flex-start;
        gap: 8px;
        margin-left: auto;
        margin-right: auto;
     }

     .featured-products-shell .featured-products-timer.is-expired {
        opacity: .6;
     }

     .featured-products-shell .timer-box {
        min-width: 48px;
        text-align: center;
     }

     .featured-products-shell .timer-value {
        display: block;
        padding: 7px 8px;
        border-radius: 4px;
        background: #c81e2b;
        color: #ffffff;
        font-size: 16px;
        line-height: 1;
        font-weight: 800;
        box-shadow: 0 4px 12px rgba(200, 30, 43, 0.12);
     }

     .featured-products-shell .timer-label {
        display: block;
        margin-top: 4px;
        color: #6b7280;
        font-size: 9px;
        font-weight: 700;
        letter-spacing: .08em;
        text-transform: uppercase;
     }

     .featured-products-shell .featured-products-link {
        color: #d12b38;
        font-size: 13px;
        font-weight: 800;
        text-transform: uppercase;
        white-space: nowrap;
        letter-spacing: .02em;
     }

     .featured-products-shell .featured-products-link:hover {
        color: #b41d29;
        text-decoration: none;
     }

     .featured-products-shell .feature-product {
        padding: 0 6px;
        overflow: hidden;
     }

     .featured-products-shell .owl-stage {
        display: flex;
     }

     .featured-products-shell .owl-item {
        display: flex;
        height: auto;
     }

     .featured-products-shell .owl-item > div {
        width: 100%;
     }

     .featured-products-shell .owl-nav {
        display: none;
     }

     .featured-products-shell .featured-product-card {
        height: 100%;
        border: none;
        border-radius: 8px;
        background: #ffffff;
        box-shadow: 0 1px 4px rgba(17, 24, 39, 0.04);
        overflow: hidden;
        transition: transform .2s ease, box-shadow .2s ease;
     }

     .featured-products-shell .featured-product-card:hover {
        transform: translateY(-2px);
        box-shadow: 0 8px 20px rgba(17, 24, 39, 0.08);
     }

     .featured-products-shell .featured-product-card .single-product-details,
     .featured-products-shell .featured-product-card:hover .single-product-details {
        transform: none;
     }

     .featured-products-shell .featured-product-card .quick-view {
        display: none !important;
     }

     .featured-products-shell .featured-product-media {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 178px;
        padding: 10px;
        background: #fbfbfb;
        border-bottom: none;
     }

     .featured-products-shell .featured-product-media img {
        width: 100%;
        height: 100%;
        object-fit: contain;
     }

     .featured-products-shell .featured-product-discount {
        position: absolute;
        top: 10px;
        left: 10px;
        display: inline-flex;
        align-items: center;
        padding: 5px 9px;
        border-radius: 5px;
        background: #e53935;
        color: #ffffff;
        font-size: 11px;
        font-weight: 700;
        line-height: 1;
        z-index: 1;
     }

     html[dir="rtl"] .featured-products-shell .featured-product-discount {
        right: 10px;
        left: auto;
     }

     .featured-products-shell .featured-product-discount.is-hidden {
        display: none;
     }

     .featured-products-shell .featured-product-body {
        padding: 12px;
     }

     .featured-products-shell .featured-product-name {
        min-height: 36px;
        margin-bottom: 7px;
     }

     .featured-products-shell .featured-product-name a {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
        color: #2b2b2b;
        font-size: 13px;
        line-height: 1.4;
        font-weight: 600;
        text-align: left;
        text-decoration: none;
     }

     html[dir="rtl"] .featured-products-shell .featured-product-name a {
        text-align: right;
     }

     .featured-products-shell .featured-product-price {
        display: flex;
        align-items: baseline;
        gap: 8px;
        margin-bottom: 7px;
        flex-wrap: wrap;
     }

     .featured-products-shell .featured-product-price .current-price {
        color: #d62828;
        font-size: 15px;
        font-weight: 800;
        line-height: 1;
     }

     .featured-products-shell .featured-product-price .old-price {
        color: #7a7f89;
        font-size: 12px;
        text-decoration: line-through;
     }

     .featured-products-shell .featured-product-rating {
        display: flex;
        align-items: center;
        gap: 5px;
        color: #4b5563;
        font-size: 12px;
        font-weight: 600;
     }

     .featured-products-shell .featured-product-rating .rating-value {
        color: #2f3747;
        font-weight: 700;
     }

     .featured-products-shell .featured-product-rating .rating-icon {
        color: #ffbf00;
        font-size: 12px;
     }

     .deal-showcase-section {
        position: relative;
        width: 100%;
        margin: 0;
        padding: 44px 24px 48px;
        overflow: hidden;
        border-top: 1px solid rgba(125, 91, 60, .16);
        border-bottom: 1px solid rgba(125, 91, 60, .16);
        background:
            radial-gradient(circle at 8% 15%, rgba(183, 137, 91, .10), transparent 25%),
            radial-gradient(circle at 92% 84%, rgba(199, 36, 46, .07), transparent 24%),
            linear-gradient(135deg, #fbfaf8 0%, #f6f1eb 50%, #fffafa 100%);
     }

     .deal-showcase-inner {
        width: 100%;
        max-width: 1300px;
        margin: 0 auto;
     }

     .deal-showcase-section .featured-products-shell {
        padding: 30px 32px 34px;
        overflow: hidden;
        border: 1px solid rgba(111, 82, 56, .11);
        border-radius: 22px;
        background: rgba(255, 255, 255, .90);
        box-shadow: 0 18px 48px rgba(61, 45, 34, .09);
        animation: dealShowcaseReveal .7s cubic-bezier(.22, 1, .36, 1) both;
     }

     .deal-showcase-section .featured-products-header {
        display: grid;
        grid-template-columns: minmax(220px, 1fr) auto minmax(220px, 1fr);
        align-items: center;
        column-gap: 28px;
        margin-bottom: 26px;
        padding: 0 2px 22px;
        border-bottom: 1px solid rgba(116, 91, 68, .12);
     }

     .deal-showcase-heading {
        min-width: 220px;
     }

     .deal-showcase-eyebrow {
        display: block;
        margin-bottom: 6px;
        color: #a16b42;
        font-size: 10px;
        font-weight: 800;
        letter-spacing: .16em;
        text-transform: uppercase;
     }

     .deal-showcase-section .feature-product-title {
        font-family: Georgia, "Times New Roman", serif;
        font-size: clamp(24px, 2vw, 31px);
        font-weight: 700;
        letter-spacing: -.02em;
        text-transform: none;
     }

     .deal-showcase-section .featured-products-timer {
        margin-right: 0;
        margin-left: 0;
        gap: 10px;
     }

     .deal-showcase-section .timer-box {
        min-width: 56px;
     }

     .deal-showcase-section .timer-value {
        padding: 9px 10px;
        border-radius: 9px;
        background: linear-gradient(145deg, #b41f2b, #d52d39);
        box-shadow: 0 8px 18px rgba(180, 31, 43, .18);
     }

     .deal-showcase-section .timer-label {
        margin-top: 6px;
        color: #88766b;
     }

     .deal-showcase-section .featured-products-link {
        display: inline-flex;
        align-items: center;
        justify-self: end;
        gap: 4px;
        padding: 10px 14px;
        border-radius: 999px;
        background: #fff3f2;
        transition: transform .25s ease, background-color .25s ease;
     }

     .deal-showcase-section .featured-products-link:hover {
        background: #ffe8e6;
        transform: translateX(3px);
     }

     .deal-showcase-section #featured_products_list .featured-product-media {
        height: 220px;
     }

     .deal-showcase-section .owl-nav {
        display: flex !important;
        align-items: center;
        justify-content: center;
        gap: 12px;
        margin-top: 24px;
     }

     .deal-showcase-section .owl-nav button.owl-prev,
     .deal-showcase-section .owl-nav button.owl-next {
        display: inline-flex;
        width: 42px;
        height: 42px;
        align-items: center;
        justify-content: center;
        margin: 0;
        border: 1px solid rgba(180, 31, 43, .12) !important;
        border-radius: 50% !important;
        background: #fff3f2 !important;
        color: #b41f2b !important;
        box-shadow: 0 8px 18px rgba(91, 55, 38, .10);
        transition: transform .22s ease, background-color .22s ease, color .22s ease, box-shadow .22s ease;
     }

     .deal-showcase-section .owl-nav button.owl-prev:hover,
     .deal-showcase-section .owl-nav button.owl-next:hover {
        background: #b41f2b !important;
        color: #ffffff !important;
        box-shadow: 0 10px 22px rgba(180, 31, 43, .22);
        transform: translateY(-2px);
     }

     .deal-showcase-section .owl-nav button.disabled {
        cursor: default;
        opacity: .35;
        transform: none;
     }

     .deal-product-grid {
        display: grid;
        gap: 20px;
        align-items: stretch;
     }

     .deal-product-grid--single {
        grid-template-columns: minmax(560px, 760px);
        justify-content: center;
        padding: 4px 0 2px;
     }

     .deal-product-grid .featured-product-card {
        min-height: 365px;
        border: 1px solid rgba(111, 82, 56, .10);
        border-radius: 15px;
        box-shadow: 0 12px 28px rgba(48, 38, 30, .09);
     }

     .deal-product-grid .featured-product-media {
        height: 230px;
        background: linear-gradient(180deg, #faf8f5 0%, #f5f1ed 100%);
     }

     .deal-product-grid--single .featured-product-card {
        min-height: 300px;
     }

     .deal-product-grid--single .featured-product-card > .overflow-hidden {
        display: grid;
        grid-template-columns: minmax(0, 55%) minmax(0, 45%);
        align-items: stretch;
     }

     .deal-product-grid--single .featured-product-media {
        height: 300px;
        border-right: 1px solid rgba(111, 82, 56, .10);
     }

     .deal-product-grid--single .featured-product-body {
        display: flex;
        flex-direction: column;
        justify-content: center;
        min-height: 300px;
        padding: 30px 28px;
     }

     .deal-product-grid--single .featured-product-name {
        min-height: auto;
        margin-bottom: 15px;
     }

     .deal-product-grid--single .featured-product-name a {
        -webkit-line-clamp: 2;
        font-family: Georgia, "Times New Roman", serif;
        font-size: 20px;
        line-height: 1.35;
     }

     .deal-product-grid--single .featured-product-price {
        margin-bottom: 12px;
     }

     .deal-product-grid--single .featured-product-price .current-price {
        font-size: 20px;
     }

     @keyframes dealShowcaseReveal {
        from {
            opacity: 0;
            transform: translateY(22px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
     }

     @media (max-width: 767px) {
        .deal-showcase-section {
            padding: 30px 14px 34px;
        }

        .deal-showcase-section .featured-products-shell {
            padding: 22px 16px 24px;
            border-radius: 17px;
        }

        .deal-showcase-section .featured-products-header {
            display: flex;
            flex-direction: column;
            align-items: stretch;
            gap: 16px;
            padding-bottom: 18px;
        }

        .deal-showcase-heading {
            min-width: 0;
        }

        .deal-showcase-section .featured-products-link {
            justify-self: auto;
            align-self: flex-start;
        }

        .deal-showcase-section #featured_products_list .featured-product-media {
            height: 230px;
        }

        .deal-product-grid--single {
            grid-template-columns: minmax(0, 320px);
        }

        .deal-product-grid--single .featured-product-card {
            min-height: 365px;
        }

        .deal-product-grid--single .featured-product-card > .overflow-hidden {
            display: block;
        }

        .deal-product-grid--single .featured-product-media {
            height: 230px;
            border-right: 0;
        }

        .deal-product-grid--single .featured-product-body {
            display: block;
            min-height: 0;
            padding: 14px;
        }

        .deal-product-grid--single .featured-product-name {
            margin-bottom: 7px;
        }

        .deal-product-grid--single .featured-product-name a {
            -webkit-line-clamp: 1;
            font-family: inherit;
            font-size: 13px;
        }

        .deal-product-grid--single .featured-product-price {
            margin-bottom: 7px;
        }

        .deal-product-grid--single .featured-product-price .current-price {
            font-size: 15px;
        }
     }

     @media (prefers-reduced-motion: reduce) {
        .deal-showcase-section .featured-products-shell {
            animation: none;
        }
     }

     .showcase-split-section {
        padding: 8px 0 0;
     }

     .skart-home-fullwidth {
        padding-left: 0;
        padding-right: 0;
     }

     #category-slider,
     #top-seller-slider {
        padding-left: 24px;
        padding-right: 24px;
     }

     .categories-title,
     .categories-view-all,
     .seller-list-title,
     .seller-list-view-all {
        padding-left: 24px;
        padding-right: 24px;
        box-sizing: border-box;
     }

     .skart-home-fullwidth .row {
        margin-left: 0;
        margin-right: 0;
     }

     .showcase-panel {
        height: 100%;
        border: 1px solid #eef1f5;
        border-radius: 14px;
        background: #ffffff;
        box-shadow: 0 10px 24px rgba(15, 23, 42, 0.04);
        overflow: hidden;
     }

     .showcase-panel-body {
        padding: 18px 18px 16px;
     }

     .showcase-panel-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        margin-bottom: 14px;
     }

     .showcase-panel-heading {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        color: #171717;
        font-size: 18px;
        font-weight: 900;
        text-transform: uppercase;
        line-height: 1.2;
     }

     .showcase-panel-heading img {
        width: 24px;
        height: 24px;
        object-fit: contain;
     }

     .showcase-panel-link {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        color: #e33a44 !important;
        font-size: 13px;
        font-weight: 800;
        text-transform: uppercase;
        white-space: nowrap;
     }

     .showcase-panel-link:hover {
        text-decoration: none;
        color: #c92c36 !important;
     }

     .showcase-panel-grid {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 14px;
     }

     .mini-showcase-card {
        position: relative;
        display: block;
        border: 1px solid #eceef2;
        border-radius: 10px;
        overflow: hidden;
        background: #ffffff;
        box-shadow: 0 2px 8px rgba(15, 23, 42, 0.04);
        transition: transform .2s ease, box-shadow .2s ease;
     }

     .mini-showcase-card:hover {
        text-decoration: none;
        transform: translateY(-2px);
        box-shadow: 0 12px 22px rgba(15, 23, 42, 0.08);
     }

     .mini-showcase-badge {
        position: absolute;
        top: 10px;
        left: 10px;
        z-index: 2;
        padding: 4px 8px;
        border-radius: 5px;
        background: #2ab7b0;
        color: #ffffff;
        font-size: 10px;
        line-height: 1;
        font-weight: 800;
        text-transform: uppercase;
     }

     html[dir="rtl"] .mini-showcase-badge {
        left: auto;
        right: 10px;
     }

     .mini-showcase-media {
        height: 140px;
        background: #fafafa;
        border-bottom: 1px solid #f0f2f5;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 10px;
     }

     .mini-showcase-media img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        display: block;
     }

     .mini-showcase-body {
        padding: 12px 12px 14px;
     }

     .mini-showcase-title {
        margin: 0 0 8px;
        color: #232323;
        font-size: 13px;
        line-height: 1.35;
        font-weight: 700;
        min-height: 34px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
     }

     .mini-showcase-price {
        color: #202223;
        font-size: 15px;
        line-height: 1;
        font-weight: 800;
        margin-bottom: 8px;
     }

     .mini-showcase-rating {
        display: inline-flex;
        align-items: center;
        gap: 5px;
        color: #5f6c7b;
        font-size: 12px;
        line-height: 1;
        font-weight: 700;
     }

     .mini-showcase-rating i {
        color: #ffb703;
        font-size: 12px;
     }

     @media (max-width: 767px) {
        #category-slider,
        #top-seller-slider {
            padding-left: 16px;
            padding-right: 16px;
        }

        .categories-title,
        .categories-view-all,
        .seller-list-title,
        .seller-list-view-all {
            padding-left: 16px;
            padding-right: 16px;
        }

        .featured-products-shell {
            padding: 16px 0 12px;
            border-radius: 8px;
        }

        .featured-products-shell .featured-products-header {
            flex-direction: column;
            align-items: flex-start;
            margin-bottom: 14px;
        }

        .featured-products-shell .featured-products-timer {
            margin-left: 0;
            margin-right: 0;
        }

        .featured-products-shell .feature-product {
            padding: 0 4px;
        }

        .featured-products-shell .feature-product-title {
            font-size: 19px;
        }

        .featured-products-shell .featured-product-media {
            height: 170px;
        }

        .showcase-panel-body {
            padding: 16px 14px 14px;
        }

        .showcase-panel-heading {
            font-size: 16px;
        }

        .showcase-panel-grid {
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 12px;
        }

        .mini-showcase-media {
            height: 128px;
        }
     }

     @media (max-width: 575px) {
        .showcase-panel-grid {
            grid-template-columns: 1fr;
        }
     }

     /* Refined editorial treatment for Deal of the Day */
     .deal-showcase-section {
        padding: 0 0 60px;
        border: 0;
        background: #f7f8fa;
     }

     .deal-showcase-section > .deal-showcase-inner > .row {
        background: transparent !important;
        box-shadow: none !important;
     }

     .deal-showcase-inner {
        max-width: none;
     }

     .deal-showcase-section .featured-products-shell {
        position: relative;
        padding: 0 0 40px;
        border: 0;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
     }

     .deal-showcase-section .featured-products-shell > .container-fluid {
        padding-right: 0;
        padding-left: 0;
     }

     .deal-showcase-section .featured-products-shell::after {
        display: none;
     }

     .deal-showcase-section .featured-products-header {
        position: relative;
        z-index: 2;
        grid-template-columns: minmax(290px, 1fr) auto minmax(190px, 1fr);
        width: 100%;
        margin: 0 0 34px;
        padding: 30px max(24px, calc((100vw - 1300px) / 2));
        border: 0;
        border-radius: 0;
        color: #fffaf4;
        background: #FE2A1C;
        box-shadow: 0 16px 38px rgba(254, 42, 28, .18);
        font-family: inherit;
        overflow: hidden;
     }

     .deal-showcase-section .featured-products-header::after {
        position: absolute;
        top: -80px;
        right: 18%;
        width: 220px;
        height: 220px;
        border: 1px solid rgba(255, 255, 255, .18);
        border-radius: 50%;
        box-shadow: 0 0 0 34px rgba(255, 255, 255, .06);
        content: "";
        pointer-events: none;
     }

     .deal-showcase-section .deal-showcase-heading,
     .deal-showcase-section .featured-products-timer,
     .deal-showcase-section .featured-products-link {
        position: relative;
        z-index: 1;
     }

     .deal-showcase-section .deal-showcase-heading,
     .deal-showcase-section .feature-product-title,
     .deal-showcase-section .deal-showcase-note {
        text-align: left !important;
        font-family: inherit !important;
     }

     .deal-showcase-section .deal-showcase-eyebrow {
        margin-bottom: 7px;
        color: rgba(255, 255, 255, .88);
        font-family: inherit !important;
        font-size: 10px;
        letter-spacing: .23em;
     }

     .deal-showcase-section .feature-product-title {
        color: #ffffff;
        font-size: clamp(29px, 2.4vw, 39px);
        font-weight: 500;
        line-height: 1.08;
     }

     .deal-showcase-note {
        max-width: 360px;
        margin: 9px 0 0;
        color: rgba(255, 255, 255, .82);
        font-size: 12px;
        line-height: 1.5;
        letter-spacing: .02em;
     }

     .deal-showcase-section .featured-products-timer {
        align-items: center;
        gap: 8px;
        padding: 8px 11px;
        border: 1px solid rgba(255, 255, 255, .28);
        border-radius: 16px;
        background: rgba(255, 255, 255, .075);
        backdrop-filter: blur(8px);
     }

     .deal-showcase-section .timer-box {
        min-width: 58px;
     }

     .deal-showcase-section .timer-value {
        padding: 4px 6px 2px;
        border-radius: 0;
        color: #ffffff;
        background: transparent;
        font-family: inherit !important;
        font-size: 23px;
        font-weight: 600;
        box-shadow: none;
     }

     .deal-showcase-section .timer-label {
        margin-top: 2px;
        color: rgba(255, 255, 255, .82);
        font-family: inherit !important;
        font-size: 8px;
        letter-spacing: .16em;
     }

     .deal-showcase-section .featured-products-link {
        gap: 9px;
        justify-self: end;
        padding: 12px 18px;
        border: 1px solid rgba(255, 255, 255, .62);
        border-radius: 999px;
        color: #ffffff;
        background: rgba(255, 255, 255, .07);
        font-family: inherit !important;
        font-size: 11px;
        letter-spacing: .10em;
     }

     .deal-showcase-section .featured-products-link .czi-arrow-right {
        color: #ffffff;
        background: transparent;
     }

     .deal-showcase-section .featured-products-link:hover {
        color: #FE2A1C;
        background: #ffffff;
        transform: translateX(3px);
     }

     .deal-showcase-section .featured-products-link:hover .czi-arrow-right {
        color: #FE2A1C;
     }

     .deal-showcase-section .feature-product {
        position: relative;
        z-index: 1;
        width: 100%;
        max-width: 1300px;
        margin-right: auto;
        margin-left: auto;
        padding: 2px 6px 0;
     }

     .deal-showcase-section .featured-product-card {
        border: 1px solid rgba(99, 65, 48, .12);
        border-radius: 20px;
        background: transparent;
        box-shadow: 0 12px 30px rgba(64, 42, 31, .075);
        transition: transform .35s cubic-bezier(.22, 1, .36, 1), border-color .3s ease, box-shadow .3s ease;
     }

     .deal-showcase-section .featured-product-card:hover {
        border-color: rgba(166, 38, 47, .24);
        box-shadow: 0 24px 46px rgba(69, 40, 30, .14);
        transform: translateY(-8px);
     }

     .deal-showcase-section #featured_products_list .featured-product-media {
        height: 246px;
        padding: 18px;
        background: transparent;
        border-bottom: 1px solid rgba(99, 65, 48, .08);
     }

     .deal-showcase-section .featured-product-media::after {
        position: absolute;
        right: 14px;
        bottom: 12px;
        color: rgba(119, 77, 55, .45);
        font-family: Georgia, "Times New Roman", serif;
        font-size: 9px;
        font-style: italic;
        letter-spacing: .12em;
        text-transform: uppercase;
        content: "Skart edit";
     }

     .deal-showcase-section .featured-product-media img {
        max-width: 88%;
        transition: transform .5s cubic-bezier(.22, 1, .36, 1);
     }

     .deal-showcase-section .featured-product-card:hover .featured-product-media img {
        transform: scale(1.055);
     }

     .deal-showcase-section .featured-product-discount {
        top: 14px;
        left: 14px;
        padding: 7px 10px;
        border-radius: 999px;
        background: #81232d;
        font-size: 9px;
        letter-spacing: .08em;
        text-transform: uppercase;
        box-shadow: 0 8px 18px rgba(90, 26, 33, .18);
     }

     .deal-showcase-section .featured-product-body {
        padding: 18px 18px 17px;
        background: transparent;
     }

     .deal-showcase-section .featured-product-body::before {
        display: block;
        margin-bottom: 7px;
        color: #a7774d;
        font-size: 8px;
        font-weight: 800;
        letter-spacing: .18em;
        text-transform: uppercase;
        content: "Limited edition";
     }

     .deal-showcase-section .featured-product-name {
        min-height: 42px;
        margin-bottom: 9px;
     }

     .deal-showcase-section .featured-product-name a {
        -webkit-line-clamp: 2;
        color: #2f211d;
        font-family: Georgia, "Times New Roman", serif;
        font-size: 15px;
        font-weight: 600;
        line-height: 1.38;
     }

     .deal-showcase-section .featured-product-price {
        margin-bottom: 8px;
     }

     .deal-showcase-section .featured-product-price .current-price {
        color: #9d2632;
        font-family: Georgia, "Times New Roman", serif;
        font-size: 19px;
     }

     .deal-showcase-section .featured-product-rating {
        color: #897b74;
        font-size: 11px;
     }

     .deal-showcase-section .featured-product-rating .rating-icon {
        color: #c79450;
     }

     .deal-product-action {
        display: none;
     }

     .deal-showcase-section .deal-product-action {
        display: inline-flex;
        align-items: center;
        gap: 7px;
        margin-top: 13px;
        color: #7e222b;
        font-size: 9px;
        font-weight: 800;
        letter-spacing: .14em;
        text-decoration: none;
        text-transform: uppercase;
     }

     .deal-showcase-section .deal-product-action::after {
        font-size: 14px;
        line-height: 1;
        content: "â†’";
        transition: transform .25s ease;
     }

     .deal-showcase-section .deal-product-action:hover {
        color: #b12b38;
        text-decoration: none;
     }

     .deal-showcase-section .deal-product-action:hover::after {
        transform: translateX(4px);
     }

     .deal-showcase-section .owl-nav {
        gap: 10px;
        margin-top: 26px;
     }

     .deal-showcase-section .owl-nav button.owl-prev,
     .deal-showcase-section .owl-nav button.owl-next {
        width: 46px;
        height: 46px;
        border-color: rgba(105, 59, 40, .14) !important;
        color: #81232d !important;
        background: #fffaf4 !important;
        box-shadow: 0 8px 20px rgba(69, 43, 31, .09);
     }

     .deal-showcase-section .owl-nav button.owl-prev:hover,
     .deal-showcase-section .owl-nav button.owl-next:hover {
        background: #81232d !important;
        box-shadow: 0 12px 25px rgba(98, 28, 37, .22);
     }

     @media (max-width: 991px) {
        .deal-showcase-section .featured-products-header {
            grid-template-columns: 1fr auto;
        }

        .deal-showcase-section .featured-products-timer {
            justify-self: end;
        }

        .deal-showcase-section .featured-products-link {
            justify-self: start;
        }
     }

     @media (max-width: 767px) {
        .deal-showcase-section {
            padding: 0 0 42px;
        }

        .deal-showcase-section .featured-products-shell {
            padding: 0 0 24px;
            border-radius: 0;
        }

        .deal-showcase-section .featured-products-header {
            display: flex;
            margin: 0 0 22px;
            padding: 25px 20px;
            border-radius: 0;
        }

        .deal-showcase-note {
            max-width: 300px;
        }

        .deal-showcase-section .featured-products-timer {
            align-self: flex-start;
        }

        .deal-showcase-section #featured_products_list .featured-product-media {
            height: 250px;
        }

        .deal-showcase-section .feature-product {
            padding-right: 14px;
            padding-left: 14px;
        }

        .deal-showcase-section .featured-products-link {
            align-self: flex-start;
        }
     }

     /* Keep Deal of the Day cards visually consistent with category listings. */
     .deal-showcase-section .deal-category-product {
        height: 100%;
     }

     .deal-showcase-section .skart-catalog-card {
        width: 100%;
        height: auto !important;
        min-height: 100%;
        overflow: hidden;
        border: 1px solid #e1e3e7;
        border-radius: 8px;
        background: #fff;
        box-shadow: none;
        transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
     }

     .deal-showcase-section .skart-catalog-card > .h-100 {
        height: auto !important;
        min-height: 100%;
     }

     .deal-showcase-section .skart-catalog-card:hover {
        transform: translateY(-3px);
        border-color: #d2d5da;
        box-shadow: 0 10px 24px rgba(17, 24, 39, .08);
     }

     .deal-showcase-section .product-single-hover--plain:hover .single-product-details {
        transform: none !important;
     }

     .deal-showcase-section .product-single-hover--plain:hover .inline_product img {
        transform: none !important;
     }

     .deal-showcase-section .skart-catalog-media {
        min-height: 0;
        padding: 0;
        background: #f4f4f4;
     }

     .deal-showcase-section .skart-catalog-media .inline_product {
        min-height: 0;
        height: auto !important;
        aspect-ratio: 3 / 4 !important;
        align-items: stretch;
        border-radius: 7px 7px 0 0 !important;
        background: #f4f4f4 !important;
     }

     .deal-showcase-section .skart-catalog-media .inline_product > .d-block,
     .deal-showcase-section .skart-catalog-media .inline_product > .d-block > a {
        display: block !important;
        width: 100%;
        height: 100%;
     }

     .deal-showcase-section .skart-catalog-media img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center top;
     }

     .deal-showcase-section .skart-catalog-details {
        display: flex;
        flex: 0 0 auto;
        flex-direction: column;
        height: auto !important;
        padding: 12px 13px 14px;
        background: #fff;
     }

     .deal-showcase-section .skart-catalog-title,
     .deal-showcase-section .skart-catalog-title a {
        height: auto !important;
        min-height: 0 !important;
        max-height: none !important;
        overflow: visible !important;
     }

     .deal-showcase-section .skart-catalog-title a {
        display: -webkit-box !important;
        height: 39px !important;
        min-height: 39px !important;
        max-height: 39px !important;
        color: #242936;
        font-size: 13px;
        font-weight: 600;
        line-height: 1.4;
        white-space: normal !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        word-break: break-word;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
     }

     .deal-showcase-section .skart-catalog-rating,
     .deal-showcase-section .skart-catalog-price,
     .deal-showcase-section .skart-catalog-price .product-price {
        text-align: left !important;
     }

     .deal-showcase-section .skart-catalog-rating {
        margin-top: 7px;
     }

     .deal-showcase-section .skart-catalog-price {
        margin-top: 6px;
     }

     .deal-showcase-section .skart-catalog-price strike {
        display: inline;
        margin-right: 6px;
        margin-bottom: 0;
     }

     .deal-showcase-section .skart-catalog-price strike + br {
        display: none;
     }

     .deal-showcase-section .skart-catalog-price .text-accent {
        font-size: 16px;
     }

     .deal-showcase-section .skart-catalog-actions {
        padding-top: 10px;
     }

     .deal-showcase-section .skart-catalog-button {
        min-height: 38px;
        border-radius: 6px;
        border-color: #d9dde3;
        background: #fff;
        color: #252a35 !important;
        font-size: 12px;
     }

     .deal-showcase-section .skart-catalog-button:hover,
     .deal-showcase-section .skart-catalog-button:focus,
     .deal-showcase-section .skart-catalog-button:active {
        border-color: #FE2A1C;
        background: #FE2A1C;
        color: #fff !important;
     }

     .deal-showcase-section .deal-cart-form {
        padding-top: 11px;
     }

     .deal-showcase-section .deal-add-to-cart {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        min-height: 40px;
        padding: 9px 12px;
        border: 1px solid #FE2A1C;
        border-radius: 6px;
        background: #FE2A1C;
        color: #fff;
        font-size: 12px;
        font-weight: 700;
        transition: background-color .2s ease, border-color .2s ease;
     }

     .deal-showcase-section .deal-add-to-cart:hover,
     .deal-showcase-section .deal-add-to-cart:focus {
        border-color: #df1d12;
        background: #df1d12;
        color: #fff;
     }

     .deal-showcase-section .deal-add-to-cart:disabled {
        cursor: not-allowed;
        border-color: #a9adb5;
        background: #a9adb5;
     }

     .deal-showcase-section #featured_products_list .owl-stage {
        display: flex;
     }

     .deal-showcase-section #featured_products_list .owl-item {
        display: flex;
        float: none;
     }

     .whatsapp-float-btn {
        position: fixed;
        left: 1.25rem;
        bottom: 1.25rem;
        z-index: 1029;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 56px;
        height: 56px;
        border-radius: 50%;
        background: #25d366;
        color: #ffffff;
        font-size: 30px;
        box-shadow: 0 6px 18px rgba(37, 211, 102, 0.45);
        transition: transform .2s ease, box-shadow .2s ease;
     }

     .whatsapp-float-btn:hover,
     .whatsapp-float-btn:focus {
        color: #ffffff;
        text-decoration: none;
        transform: translateY(-3px);
        box-shadow: 0 10px 24px rgba(37, 211, 102, 0.55);
     }

     .whatsapp-float-btn::before {
        content: '';
        position: absolute;
        inset: 0;
        border-radius: 50%;
        background: rgba(37, 211, 102, 0.55);
        animation: whatsapp-pulse 2.2s infinite;
        z-index: -1;
     }

     @keyframes whatsapp-pulse {
        0% { transform: scale(1); opacity: .7; }
        70% { transform: scale(1.7); opacity: 0; }
        100% { transform: scale(1.7); opacity: 0; }
     }

     @media (max-width: 575px) {
        .whatsapp-float-btn {
            left: .85rem;
            bottom: .85rem;
            width: 48px;
            height: 48px;
            font-size: 26px;
        }
     }
