.hero-slider-section {
        margin-top: 0;
        padding-top: 0;
        padding-bottom: 0.5rem;
        overflow: hidden;
    }

    .hero-slider-section .custom-container {
        width: 100%;
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .hero-slider-shell {
        position: relative;
        padding: 0;
        border-radius: 0;
        background: none;
        box-shadow: none;
        overflow: hidden;
    }

    .hero-slider-shell .home-slider-container {
        border-radius: 0;
    }

    .hero-slider-shell::before {
        display: none;
    }

    .hero-home-slider {
        position: relative;
        border-radius: 0;
        overflow: hidden;
        background: #0f1722;
    }

    .hero-home-slider .owl-stage-outer {
        border-radius: 0;
    }

    .hero-home-slider .owl-stage,
    .hero-home-slider .owl-item {
        border-radius: 0;
    }

    .hero-home-slider .owl-dots {
        position: absolute;
        left: 50%;
        bottom: 18px;
        transform: translateX(-50%);
        display: flex;
        align-items: center;
        gap: 8px;
        margin-top: 0;
        z-index: 5;
    }

    .hero-home-slider .owl-dots .owl-dot span {
        width: 10px;
        height: 10px;
        margin: 0;
        border-radius: 0;
        background: rgba(255, 255, 255, 0.45);
        transition: all 0.25s ease;
    }

    .hero-home-slider .owl-dots .owl-dot.active span {
        width: 34px;
        background: #ffffff;
    }

    .hero-home-slider .owl-prev,
    .hero-home-slider .owl-next {
        width: 52px;
        height: 52px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 0;
        background: rgba(255, 255, 255, 0.16) !important;
        border: 1px solid rgba(255, 255, 255, 0.2) !important;
        backdrop-filter: blur(12px);
        opacity: 1;
        visibility: hidden;
        transition: all 0.25s ease;
    }

    .hero-home-slider .owl-prev {
        left: 24px;
        top: 50%;
        transform: translateY(-50%);
    }

    .hero-home-slider .owl-next {
        right: 24px;
        top: 50%;
        transform: translateY(-50%);
    }

    .hero-slider-shell:hover .hero-home-slider .owl-prev,
    .hero-slider-shell:hover .hero-home-slider .owl-next {
        opacity: 1;
        visibility: visible;
    }

    .hero-home-slider .owl-prev i,
    .hero-home-slider .owl-next i {
        color: #fff;
        font-size: 1rem;
        line-height: 1;
    }

    .hero-home-slider .owl-prev:hover,
    .hero-home-slider .owl-next:hover {
        background: rgba(255, 255, 255, 0.28) !important;
        transform: translateY(-50%) scale(1.05);
    }

    .slider-item {
        position: relative;
        min-height: clamp(320px, 42vw, 560px);
        width: 100%;
        height: 100%;
        border-radius: 0;
        overflow: hidden;
        isolation: isolate;
    }

    .slider-item img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
    }

    .slider-item::before {
        content: "";
        position: absolute;
        inset: 0;
        background: transparent;
        z-index: 1;
    }

    .slider-item::after {
        display: none;
    }

    @media (max-width: 991.98px) {
        .hero-slider-shell {
            padding: 0;
            border-radius: 0;
        }

        .hero-home-slider,
        .hero-home-slider .owl-stage-outer {
            border-radius: 0;
        }

        .hero-home-slider .owl-prev,
        .hero-home-slider .owl-next {
            opacity: 1;
            visibility: visible;
            width: 44px;
            height: 44px;
        }
    }

    @media (max-width: 767.98px) {
        .hero-slider-section {
            padding-bottom: 0.25rem;
        }

        .hero-slider-shell,
        .hero-home-slider,
        .hero-home-slider .owl-stage-outer,
        .hero-home-slider .owl-stage,
        .hero-home-slider .owl-item {
            border-radius: 0 !important;
        }

        .slider-item {
            min-height: unset;
            height: clamp(220px, 68vw, 340px);
        }

        .hero-home-slider .owl-dots {
            bottom: 10px;
            gap: 6px;
        }

        .hero-home-slider .owl-dots .owl-dot span {
            width: 8px;
            height: 8px;
        }
    }

    @media (max-width: 575.98px) {
        .hero-slider-shell {
            padding: 0;
            border-radius: 0;
        }

        .hero-home-slider .owl-prev,
        .hero-home-slider .owl-next {
            display: none !important;
        }

        .slider-item {
            height: clamp(210px, 72vw, 300px);
        }
    }

.features-section {
        display: flex;
        justify-content: space-between;
        align-items: center;
        background: #f7f9f7;
        padding: 20px 40px;
        border-radius: 8px;
        gap: 30px;
        text-align: center;
        flex-wrap: wrap;
        /* mobile responsive */
    }

    .feature-item {
        flex: 1;
        min-width: 200px;
        text-align: center;
    }

    .feature-item h4 {
        font-size: 16px;
        margin: 8px 0 4px;
        font-weight: 600;
        color: #333;
        text-transform: uppercase;
    }

    .feature-item p {
        margin: 0;
        color: #666;
        font-size: 14px;
    }

    .icon {
        width: 50px;
        height: 50px;
        border: 2px solid #6cc24a;
        color: #6cc24a;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto 10px;
        font-size: 20px;
    }

    .custom-container {
        max-width: 1520px;
        margin: 0 auto;
        padding-left: 15px;
        padding-right: 15px;
    }

    .marketing-banner-section {
        padding: clamp(1rem, 2vw, 1.75rem) 0;
    }

    .marketing-banner-card {
        display: block;
        aspect-ratio: 2 / 1;
        border-radius: 4px;
        overflow: hidden;
        background: transparent;
        border: 0;
        box-shadow: none;
    }

    .marketing-banner-card img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
        border-radius: 4px;
    }


    @keyframes marketingCardIn {
        from {
            opacity: 0;
            transform: translateY(16px);
        }

        to {
            opacity: 1;
            transform: translateY(0);
        }
    }


    @media (max-width: 575.98px) {
        .marketing-banner-section {
            padding: 0.75rem 0 1.25rem;
        }

        .marketing-banner-card,
        .marketing-banner-card img {
            border-radius: 4px;
        }
    }

    .featured-category-section {
        padding: 0.75rem 0 2.8rem;
        background: var(--theme-section-bg);
    }

    .featured-category-shell {
        position: relative;
        padding: 0;
        border-radius: 0;
        background: transparent;
        border: 0;
        box-shadow: none;
        overflow: visible;
    }

    .featured-category-head {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 1rem;
        margin-bottom: 1.4rem;
    }

    .featured-category-kicker {
        display: none;
    }

    .featured-category-title {
        margin: 0;
        color: var(--theme-text);
        font-size: clamp(1.25rem, 2.2vw, 1.8rem);
        line-height: 1.1;
        letter-spacing: -0.02em;
        font-weight: 700;
    }

    .featured-category-sub {
        display: none;
    }

    .featured-category-slider .item {
        height: 100%;
    }

    .featured-category-card {
        display: block;
        height: 100%;
        border-radius: 12px;
        overflow: hidden;
        background: var(--theme-surface);
        border: 1px solid rgba(148, 163, 184, 0.12);
        box-shadow: none;
        transition: transform 0.2s ease, border-color 0.2s ease;
    }

    .featured-category-card:hover {
        transform: translateY(-2px);
        border-color: rgba(15, 23, 42, 0.2);
        box-shadow: none;
    }

    .featured-category-media {
        position: relative;
        aspect-ratio: 4 / 5;
        overflow: hidden;
        isolation: isolate;
        background: var(--theme-section-bg);
    }

    .featured-category-media::before {
        content: "";
        position: absolute;
        inset: 0;
        background: transparent;
        z-index: 1;
    }

    .featured-category-media img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.5s ease;
    }

    .featured-category-card:hover .featured-category-media img {
        transform: scale(1.07);
    }

    .featured-category-pill,
    .featured-category-badge {
        display: none;
    }

    .featured-category-foot {
        padding: 0.55rem 0.5rem 0.65rem;
        text-align: center;
        background: var(--theme-surface);
    }

    .featured-category-name {
        margin: 0;
        color: var(--theme-text);
        font-size: 0.95rem;
        line-height: 1.35;
        font-weight: 600;
        letter-spacing: -0.01em;
    }

    @media (max-width: 991.98px) {
        .featured-category-head {
            align-items: flex-start;
            flex-direction: column;
            margin-bottom: 1.1rem;
        }

        .featured-category-sub {
            max-width: 100%;
        }
    }

    @media (max-width: 575.98px) {
        .featured-category-section {
            padding: 0.7rem 0 2.2rem;
        }

        .featured-category-shell {
            padding: 0.9rem;
            border-radius: 18px;
        }

        .featured-category-card {
            border-radius: 14px;
        }

        .featured-category-pill {
            right: 10px;
            top: 10px;
            font-size: 0.68rem;
            padding: 0.42rem 0.62rem;
        }

        .featured-category-foot {
            padding: 0.72rem 0.75rem 0.8rem;
        }

        .featured-category-name {
            font-size: 0.9rem;
        }
    }

    .showcase-product-section {
        padding: 0.65rem 0 2.2rem;
    }

    .showcase-product-shell {
        position: relative;
        padding: clamp(0.95rem, 2vw, 1.55rem);
        border-radius: 24px;
        background:
            radial-gradient(circle at 11% 12%, rgba(125, 211, 252, 0.14), transparent 24%),
            linear-gradient(135deg, #f8fafc 0%, #ffffff 58%, #fff8ec 100%);
        border: 1px solid rgba(148, 163, 184, 0.2);
        box-shadow: 0 18px 42px rgba(15, 23, 42, 0.08);
    }

    .showcase-product-section:not(.featured-shell) .showcase-product-shell {
        background: transparent;
        border: 0;
        box-shadow: none;
        padding: 0;
    }

    .showcase-product-shell.featured-shell {
        background:
            radial-gradient(circle at 90% 18%, rgba(251, 191, 36, 0.14), transparent 24%),
            linear-gradient(135deg, #ffffff 0%, #f8fbff 58%, #f1f5f9 100%);
    }

    .best-selling-simple {
        padding: 0.35rem 0 1.6rem;
        background: transparent;
    }

    .best-selling-simple .showcase-product-shell {
        background: transparent;
        border: 0;
        box-shadow: none;
        padding: 0;
    }

    .best-selling-simple .showcase-product-head {
        margin-bottom: 0.75rem;
    }

    .best-selling-simple .showcase-product-slider {
        background: transparent;
    }

    .best-selling-simple .best_seller_slider,
    .best-selling-simple .best_seller_slider .owl-stage-outer,
    .best-selling-simple .best_seller_slider .owl-stage,
    .best-selling-simple .best_seller_slider .owl-item,
    .best-selling-simple .best_seller_slider .item {
        background: transparent !important;
        box-shadow: none !important;
    }

    .showcase-product-head {
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
        gap: 1rem;
        margin-bottom: 1rem;
    }

    .showcase-product-kicker {
        display: inline-flex;
        align-items: center;
        gap: 7px;
        padding: 0.45rem 0.75rem;
        border-radius: 999px;
        font-size: 0.72rem;
        font-weight: 700;
        letter-spacing: 0.12em;
        text-transform: uppercase;
        color: #ffffff;
        background: #0f172a;
        margin-bottom: 0.75rem;
    }

    .showcase-product-title {
        margin: 0;
        color: var(--theme-text);
        font-size: clamp(1.25rem, 2vw, 1.95rem);
        line-height: 1.1;
        font-weight: 800;
        letter-spacing: -0.02em;
    }

    .showcase-product-link {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        text-decoration: none;
        font-size: 0.84rem;
        font-weight: 700;
        color: var(--theme-text);
        padding: 0.62rem 0.9rem;
        border-radius: 11px;
        border: 1px solid rgba(148, 163, 184, 0.28);
        background: var(--theme-surface);
        transition: transform 0.25s ease, box-shadow 0.25s ease;
        white-space: nowrap;
    }

    .showcase-product-link:hover {
        transform: translateY(-2px);
        box-shadow: 0 12px 24px rgba(15, 23, 42, 0.1);
        color: #0f172a;
    }

    .showcase-product-slider .item {
        height: 100%;
    }

    .showcase-product-slider .owl-stage {
        display: flex;
    }

    .showcase-product-slider .owl-item {
        display: flex;
    }

    .showcase-product-slider .owl-nav {
        position: absolute;
        top: -54px;
        right: 0;
        display: none;
        gap: 8px;
    }

    .showcase-product-slider .owl-nav button {
        width: 34px;
        height: 34px;
        border: 1px solid rgba(148, 163, 184, 0.35) !important;
        background: #ffffff !important;
        color: #0f172a !important;
        border-radius: 10px !important;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        transition: all 0.25s ease;
    }

    .showcase-product-slider .owl-nav button:hover {
        background: #0f172a !important;
        color: #ffffff !important;
    }

    .showcase-product-slider .owl-dots {
        margin-top: 12px;
        display: flex;
        justify-content: center;
        gap: 6px;
    }

    .showcase-product-slider .owl-dot span {
        width: 8px !important;
        height: 8px !important;
        margin: 0 !important;
        border-radius: 999px;
        background: #cbd5e1 !important;
        transition: all 0.25s ease;
    }

    .showcase-product-slider .owl-dot.active span {
        width: 22px !important;
        background: #0f172a !important;
    }

    .showcase-product-card {
        display: flex;
        flex-direction: column;
        height: 100%;
        border-radius: calc(var(--card-radius, 12) * 1px);
        overflow: hidden;
        background: var(--card-bg);
        border: 1px solid var(--card-border);
        box-shadow: 0 14px 30px rgb(15 23 42 / var(--card-shadow-opacity, 0.12));
        transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
    }

    .showcase-product-card:hover {
        transform: translateY(-6px);
        border-color: rgba(59, 130, 246, 0.35);
        box-shadow: 0 24px 42px rgba(15, 23, 42, 0.18);
    }

    .showcase-product-media {
        position: relative;
        aspect-ratio: 1 / 1.02;
        overflow: hidden;
        background: var(--card-image-bg);
    }

    .showcase-product-media img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.5s ease;
    }

    .showcase-product-card:hover .showcase-product-media img {
        transform: scale(1.06);
    }

    .showcase-discount-badge {
        position: absolute;
        top: 10px;
        left: 10px;
        z-index: 2;
        padding: 0.32rem 0.56rem;
        border-radius: 9px;
        color: #ffffff;
        font-size: 0.7rem;
        font-weight: 700;
        background: linear-gradient(135deg, #dc2626 0%, #f97316 100%);
        box-shadow: 0 8px 20px rgba(239, 68, 68, 0.32);
    }

    .showcase-product-body {
        padding: calc(var(--card-body-padding, 12) * 1px);
        display: grid;
        gap: 0.5rem;
    }

    .showcase-product-name {
        color: var(--card-title);
        text-decoration: none;
        font-size: 0.95rem;
        font-weight: 700;
        line-height: 1.4;
        min-height: 2.7em;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .showcase-product-name:hover {
        color: var(--theme-primary);
    }

    .showcase-product-price {
        margin: 0;
        font-size: 1rem;
        color: var(--product-card-price-color);
        font-weight: 800;
        display: flex;
        align-items: center;
        gap: 0.45rem;
        flex-wrap: wrap;
    }

    .showcase-product-price del {
        color: var(--card-old-price);
        font-size: 0.8rem;
        font-weight: 500;
    }

    .showcase-best-badge {
        position: absolute;
        top: 10px;
        right: 10px;
        padding: 0.28rem 0.55rem;
        border-radius: 999px;
        font-size: 0.65rem;
        font-weight: 800;
        letter-spacing: 0.08em;
        text-transform: uppercase;
        color: var(--theme-text);
        background: color-mix(in srgb, var(--theme-surface) 90%, transparent);
        border: 1px solid rgba(148, 163, 184, 0.35);
    }

    .showcase-product-meta {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 0.6rem;
        font-size: 0.78rem;
        color: var(--theme-muted);
        flex-wrap: wrap;
    }

    .showcase-product-rating {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        font-weight: 700;
        color: var(--theme-accent);
    }

    .showcase-product-rating i {
        font-size: 0.78rem;
    }

    .showcase-product-sold,
    .showcase-product-stock {
        font-weight: 600;
    }

    .showcase-product-tag {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        padding: 0.18rem 0.55rem;
        border-radius: 999px;
        font-size: 0.68rem;
        font-weight: 700;
        letter-spacing: 0.04em;
        text-transform: uppercase;
        color: var(--theme-text);
        background: color-mix(in srgb, var(--theme-section-bg) 85%, transparent);
        border: 1px solid rgba(148, 163, 184, 0.35);
    }

    .showcase-product-cta {
        margin-top: 0.2rem;
        display: inline-flex;
        align-items: center;
        justify-content: space-between;
        gap: 8px;
        width: 100%;
        padding: 0.6rem 0.75rem;
        border-radius: 10px;
        text-decoration: none;
        font-size: 0.82rem;
        font-weight: 700;
        color: var(--theme-view-details-color);
        border: 1px solid rgba(148, 163, 184, 0.3);
        background: var(--theme-view-details-bg);
        transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
    }

    .showcase-product-cta:hover {
        color: var(--theme-view-details-color);
        transform: translateY(-2px);
        box-shadow: 0 12px 20px rgba(15, 23, 42, 0.18);
        filter: brightness(0.92);
    }

    .hide-view-details .showcase-product-cta {
        display: none;
    }

    @media (max-width: 991.98px) {
        .showcase-product-head {
            align-items: flex-start;
        }
    }

    @media (max-width: 575.98px) {
        .showcase-product-section {
            padding: 0.55rem 0 1.85rem;
        }

        .showcase-product-shell {
            padding: 0.82rem;
            border-radius: 16px;
        }

        .showcase-product-head {
            margin-bottom: 0.75rem;
            gap: 0.6rem;
            flex-direction: column;
            align-items: flex-start;
        }

        .showcase-product-title {
            font-size: 1.1rem;
        }

        .showcase-product-kicker {
            font-size: 0.66rem;
            letter-spacing: 0.1em;
            padding: 0.38rem 0.62rem;
            margin-bottom: 0.55rem;
        }

        .showcase-product-link {
            padding: 0.45rem 0.6rem;
            font-size: 0.72rem;
            border-radius: 9px;
            align-self: flex-start;
        }

        .showcase-product-card {
            border-radius: 12px;
        }

        .showcase-product-body {
            padding: 0.6rem 0.65rem 0.7rem;
        }

        .showcase-product-name {
            font-size: 0.82rem;
            min-height: 2.4em;
        }

        .showcase-product-price {
            font-size: 0.82rem;
        }

        .showcase-product-slider .owl-nav {
            display: none;
        }

        .showcase-product-meta {
            font-size: 0.72rem;
        }

        .showcase-product-cta {
            font-size: 0.74rem;
            padding: 0.5rem 0.6rem;
        }
    }

    .newArrival {
        background: #ffffff;
        border-radius: 10px;
        padding: 10px;
    }

    .view-all-btn {
        background: linear-gradient(135deg, #ffe8e8, #ffffff);
        border: 1px solid #f0dede;
        transition: all 0.3s ease;
    }

    .view-all-btn:hover {
        background: linear-gradient(135deg, #ffd6d6, #fff);
        color: #c0392b;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
        transform: translateY(-2px);
    }

    .section-title-name {
        font-family: 'Poppins', sans-serif;
        letter-spacing: 0.5px;
        transition: 0.3s ease-in-out;
    }

    .section-title-name:hover {
        transform: scale(1.03);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    }

    .gradient-text {
        background: linear-gradient(90deg, #ff6a00, #ee0979);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        display: inline-block;
        font-family: 'Poppins', sans-serif;
        letter-spacing: 1px;
        transition: all 0.3s ease;
    }

    .gradient-text:hover {
        transform: scale(1.05);
    }

    .crazy-deal-simple {
        display: flex;
        flex-direction: column;
        gap: 1rem;
        padding: 1.4rem clamp(1rem, 3vw, 2.4rem);
        border-radius: 14px;
        background: var(--theme-section-bg);
        border: 1px solid rgba(148, 163, 184, 0.16);
        box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
        position: relative;
    }

    .crazy-deal-full {
        background: var(--theme-section-bg);
    }



    .crazy-deal-kicker {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        padding: 0.3rem 0.6rem;
        border-radius: 999px;
        background: var(--theme-section-bg);
        border: 1px solid rgba(148, 163, 184, 0.2);
        font-size: 0.72rem;
        font-weight: 700;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        color: var(--theme-text);
    }

    .crazy-deal-title {
        font-size: clamp(1.6rem, 3.2vw, 2.5rem);
        line-height: 1.1;
        font-weight: 800;
        letter-spacing: -0.02em;
        margin: 0;
        color: var(--theme-text);
        display: grid;
        gap: 4px;
    }

    .crazy-deal-title strong {
        color: var(--theme-accent);
        font-weight: 800;
    }

    .crazy-deal-copy {
        max-width: 540px;
        font-size: 0.95rem;
        line-height: 1.6;
        color: var(--theme-muted);
        margin: 0;
    }

    .crazy-deal-btn {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        padding: 0.7rem 1.1rem;
        border-radius: 10px;
        background: var(--theme-primary);
        color: #ffffff;
        text-decoration: none;
        font-weight: 700;
        box-shadow: none;
        transition: transform 0.2s ease, box-shadow 0.2s ease;
        width: fit-content;
    }

    .crazy-deal-btn:hover {
        transform: translateY(-2px);
        box-shadow: 0 10px 18px rgba(15, 23, 42, 0.18);
    }

    @media (min-width: 992px) {
        .crazy-deal-simple {
            flex-direction: row;
            align-items: center;
            justify-content: space-between;
        }
    }

    @media (max-width: 575.98px) {
        .crazy-deal-simple {
            padding: 1rem;
        }
    }

.equal-height {
        height: 100%;
        object-fit: cover;
    }

    .img-height-responsive {
        height: 100%;
    }

    @media (min-width: 768px) {
        .img-height-responsive {
            height: 85% !important;
        }
    }

    .order-now-btn {
        display: inline-block;
        background: #1a81b7;
        color: #fff;
        padding: 5px;
        border: none;
        width: 100%;
        border-radius: 10px;
        font-size: 16px;
        font-weight: 600;
        cursor: pointer;
        text-decoration: none;
        transition: all 0.3s ease-in-out;
        box-shadow: 0 5px 15px rgba(248, 87, 166, 0.3);
    }

    .order-now-btn:hover {
        background: linear-gradient(135deg, #ff5858, #f857a6);
        transform: translateY(-2px);
        box-shadow: 0 8px 20px #0b87caff;
    }

.new-popular-section {
        padding: 1rem 0 2.4rem;
    }

    .new-popular-section .custom-container {
        padding-left: 8px;
        padding-right: 8px;
    }

    .new-popular-shell {
        position: relative;
        padding: 0;
        border-radius: 0;
        background: transparent;
        border: 0;
        box-shadow: none;
    }

    .new-popular-head {
        display: grid;
        gap: 0.35rem;
        margin-bottom: 1rem;
        text-align: center;
        justify-items: center;
    }

    .new-popular-title {
        margin: 0;
        color: var(--theme-text);
        font-size: clamp(1.25rem, 2.1vw, 1.9rem);
        line-height: 1.2;
        font-weight: 800;
        letter-spacing: -0.015em;
    }

    .new-popular-sub {
        margin: 0;
        max-width: 560px;
        color: var(--theme-muted);
        font-size: 0.9rem;
        line-height: 1.6;
        text-align: center;
    }

    .new-popular-tabs-wrap {
        overflow-x: auto;
        margin-bottom: 1rem;
        padding-bottom: 0.25rem;
    }

    .new-popular-tabs-wrap::-webkit-scrollbar {
        height: 5px;
    }

    .new-popular-tabs-wrap::-webkit-scrollbar-thumb {
        background: #cbd5e1;
        border-radius: 999px;
    }

    .new-popular-tabs {
        display: flex;
        flex-wrap: nowrap;
        gap: 0.5rem;
        min-width: max-content;
        justify-content: center;
    }

    .new-popular-tabs .nav-item {
        flex: 0 0 auto;
    }

    .new-popular-tabs .nav-link {
        border: 1px solid rgba(148, 163, 184, 0.3);
        border-radius: 999px;
        padding: 0.48rem 0.85rem;
        color: var(--theme-text);
        background: transparent;
        font-size: 0.78rem;
        font-weight: 700;
        line-height: 1.1;
        white-space: nowrap;
        transition: all 0.2s ease;
    }

    .new-popular-tabs .nav-link.active {
        border-color: transparent;
        background: var(--theme-text);
        color: var(--theme-section-bg);
        box-shadow: none;
    }

    .new-popular-tabs .nav-link:hover:not(.active) {
        background: rgba(148, 163, 184, 0.12);
        color: var(--theme-text);
    }

    .new-popular-content {
        margin: 0 !important;
        padding: 0 !important;
    }

    .new-popular-pane.tab-pane {
        border: 0;
        padding: 0;
        margin-top: 0;
        background: transparent;
        animation: newPopularFade 0.35s ease-in-out;
    }

    .np-grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.6rem;
    }

    .np-item {
        min-width: 0;
    }

    @keyframes newPopularFade {
        from {
            opacity: 0;
            transform: translateY(6px);
        }

        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    .np-product-card {
        height: 100%;
        display: flex;
        flex-direction: column;
        border-radius: calc(var(--card-radius, 12) * 1px);
        overflow: hidden;
        background: var(--card-bg);
        border: 1px solid var(--card-border);
        box-shadow: 0 12px 24px rgb(15 23 42 / var(--card-shadow-opacity, 0.12));
        transition: transform 0.2s ease, border-color 0.2s ease;
    }

    .np-product-card:hover {
        transform: translateY(-3px);
        border-color: rgba(148, 163, 184, 0.35);
        box-shadow: none;
    }

    .np-media {
        position: relative;
        display: block;
        aspect-ratio: 1 / 1.04;
        overflow: hidden;
        background: var(--card-image-bg);
    }

    .np-media img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.45s ease;
    }

    .np-product-card:hover .np-media img {
        transform: scale(1.06);
    }

    .np-discount {
        position: absolute;
        top: 10px;
        left: 10px;
        z-index: 2;
        padding: 0.25rem 0.5rem;
        border-radius: 8px;
        background: var(--theme-accent);
        color: #ffffff;
        font-size: 0.68rem;
        font-weight: 700;
        box-shadow: none;
    }

    .np-body {
        padding: calc(var(--card-body-padding, 12) * 1px);
        display: grid;
        gap: 0.35rem;
    }

    .np-name {
        color: var(--card-title);
        text-decoration: none;
        font-size: 0.85rem;
        font-weight: 700;
        line-height: 1.35;
        min-height: 2.4em;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .np-name:hover {
        color: var(--theme-accent);
    }

    .np-price {
        margin: 0;
        display: flex;
        align-items: center;
        gap: 0.4rem;
        flex-wrap: wrap;
        color: var(--product-card-price-color);
        font-size: 0.86rem;
        font-weight: 800;
    }

    .np-price del {
        color: var(--card-old-price);
        font-size: 0.74rem;
        font-weight: 500;
    }

    .np-action-form {
        width: 100%;
        margin: 0;
    }

    .np-action-btn {
        width: 100%;
        border: 0;
        border-radius: 8px;
        padding: 0.52rem 0.6rem;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        background: var(--product-card-btn-bg);
        color: var(--product-card-btn-color);
        font-size: 0.76rem;
        font-weight: 700;
        transition: all 0.2s ease;
    }

    .np-action-btn:hover {
        background: var(--product-card-btn-hover);
        color: var(--product-card-btn-color);
        transform: translateY(-1px);
    }

    @media (max-width: 991.98px) {
        .new-popular-head {
            margin-bottom: 0.85rem;
        }
    }

    @media (min-width: 576px) {
        .np-grid {
            grid-template-columns: repeat(3, minmax(0, 1fr));
        }
    }

    @media (min-width: 768px) {
        .np-grid {
            grid-template-columns: repeat(4, minmax(0, 1fr));
            gap: 0.75rem;
        }
    }

    @media (min-width: 992px) {
        .np-grid {
            grid-template-columns: repeat(5, minmax(0, 1fr));
        }
    }

    @media (min-width: 1200px) {
        .np-grid {
            grid-template-columns: repeat(6, minmax(0, 1fr));
        }
    }

    @media (max-width: 575.98px) {
        .new-popular-section {
            padding: 0.85rem 0 2rem;
        }

        .new-popular-section .custom-container {
            padding-left: 6px;
            padding-right: 6px;
        }

        .new-popular-title {
            font-size: 1.05rem;
        }

        .new-popular-sub {
            font-size: 0.82rem;
            line-height: 1.5;
        }

        .new-popular-tabs-wrap {
            margin-bottom: 0.85rem;
        }

        .new-popular-tabs .nav-link {
            padding: 0.44rem 0.6rem;
            font-size: 0.7rem;
        }

        .np-grid {
            gap: 0.5rem;
        }

        .np-product-card {
            border-radius: 11px;
        }

        .np-body {
            padding: 0.58rem;
            gap: 0.3rem;
        }

        .np-name {
            font-size: 0.78rem;
            min-height: 2.35em;
        }

        .np-desc {
            font-size: 0.68rem;
            min-height: 2.2em;
        }

        .np-price {
            font-size: 0.78rem;
        }

        .np-action-btn {
            font-size: 0.72rem;
            padding: 0.48rem 0.52rem;
            border-radius: 8px;
        }
    }

.service-feature-section {
        padding: 0.5rem 0 2.8rem;
    }

    .service-feature-shell {
        position: relative;
        padding: clamp(0.9rem, 2vw, 1.4rem);
        border-radius: 22px;
        background:
            radial-gradient(circle at 8% 18%, rgba(191, 219, 254, 0.25), transparent 28%),
            radial-gradient(circle at 90% 84%, rgba(253, 224, 71, 0.2), transparent 28%),
            linear-gradient(135deg, #ffffff 0%, #f8fafc 58%, #fffdf4 100%);
        border: 1px solid rgba(148, 163, 184, 0.18);
        box-shadow: 0 20px 40px rgba(15, 23, 42, 0.08);
    }

    .service-feature-item {
        height: 100%;
        border-radius: 14px;
        padding: 0.9rem 0.65rem;
        background: #ffffff;
        border: 1px solid rgba(148, 163, 184, 0.2);
        box-shadow: 0 12px 24px rgba(15, 23, 42, 0.06);
        transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
    }

    .service-feature-item:hover {
        transform: translateY(-4px);
        border-color: rgba(37, 99, 235, 0.32);
        box-shadow: 0 18px 28px rgba(15, 23, 42, 0.14);
    }

    .service-feature-icon {
        width: 56px;
        height: 56px;
        margin: 0 auto 0.85rem;
        border-radius: 14px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        color: #0f172a;
        background: linear-gradient(135deg, #bfdbfe 0%, #fde68a 100%);
        box-shadow: 0 10px 18px rgba(59, 130, 246, 0.2);
        font-size: 1.2rem;
    }

    .service-feature-title {
        margin: 0 0 0.2rem;
        color: #0f172a;
        font-size: 0.9rem;
        line-height: 1.35;
        font-weight: 800;
        text-transform: uppercase;
        letter-spacing: 0.04em;
    }

    .service-feature-text {
        margin: 0;
        color: #64748b;
        font-size: 0.8rem;
        line-height: 1.5;
    }

    @media (max-width: 575.98px) {
        .service-feature-section {
            padding: 0.2rem 0 2.1rem;
        }

        .service-feature-shell {
            padding: 0.8rem;
            border-radius: 16px;
        }

        .service-feature-item {
            padding: 0.72rem 0.5rem;
            border-radius: 11px;
        }

        .service-feature-icon {
            width: 48px;
            height: 48px;
            margin-bottom: 0.65rem;
            border-radius: 11px;
            font-size: 1rem;
        }

        .service-feature-title {
            font-size: 0.74rem;
        }

        .service-feature-text {
            font-size: 0.7rem;
        }
    }
