/* Redwave home page — layout, slider, product cards, sections */
.redwave-home {
    --rw-accent: #ff4545;
    --rw-accent-rgb: 255, 69, 69;
    --primary: #ff4545;
    --hov-primary: #e03d3d;
    background: #0a0a0a;
    color: #fff;
}
.redwave-home .text-primary,
.redwave-home .hov-text-primary:hover,
.redwave-home .text-blue,
.redwave-home .text-danger,
.redwave-home .animate-underline-primary:hover,
.redwave-home a.text-primary:hover {
    color: #ff4545 !important;
}
.redwave-home .bg-primary,
.redwave-home .badge-primary,
.redwave-home .btn-primary,
.redwave-home .btn-soft-primary,
.redwave-home .redwave-product-card .cart-btn {
    background-color: #ff4545 !important;
    border-color: #ff4545 !important;
}
.redwave-home .btn-primary:hover,
.redwave-home .btn-soft-primary:hover {
    background-color: #e03d3d !important;
    border-color: #e03d3d !important;
}
.redwave-home .animate-underline-primary::after {
    background: #ff4545 !important;
}
.redwave-home .slick-active button {
    background: #ff4545 !important;
    transition: none !important;
}
.redwave-home section,
.redwave-home > div {
    background-color: #0a0a0a !important;
}
.redwave-home .container > .bg-white,
.redwave-home .bg-white {
    background-color: transparent !important;
}
.redwave-home h1,
.redwave-home h2,
.redwave-home h3,
.redwave-home h4,
.redwave-home h5,
.redwave-home .text-dark,
.redwave-home .text-reset {
    color: #fff !important;
}
.redwave-home .text-secondary,
.redwave-home .text-muted,
.redwave-home .opacity-60,
.redwave-home .text-gray {
    color: rgba(255, 255, 255, 0.62) !important;
}
.redwave-home .border,
.redwave-home .border-top,
.redwave-home .border-right,
.redwave-home .border-bottom,
.redwave-home .border-left,
.redwave-home .border-soft-light {
    border-color: transparent !important;
}
.redwave-home .home-banner-area {
    overflow: hidden;
    background: radial-gradient(circle at top left, rgba(var(--rw-accent-rgb), 0.18), transparent 35%), #0a0a0a;
}
.redwave-home .rw-new-arrival-banner {
    background: radial-gradient(circle at top right, rgba(var(--rw-accent-rgb), 0.12), transparent 40%), #0a0a0a;
}
.redwave-home .home-slider,
.redwave-home .home-slider .carousel-box,
.redwave-home .home-slider .carousel-box > a {
    overflow: hidden;
}
.redwave-home .home-slider .aiz-carousel.rw-home-slider-carousel {
    overflow: visible;
    position: relative;
}
.redwave-home .home-slider .aiz-carousel.rw-home-slider-carousel .slick-list {
    overflow: hidden;
}
.redwave-home .rw-home-slider-carousel .slick-prev,
.redwave-home .rw-home-slider-carousel .slick-next,
.redwave-home .rw-home-slider-carousel .slick-arrow {
    z-index: 10;
    display: block !important;
    width: 44px;
    height: 44px;
    line-height: 44px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.45) !important;
    color: #fff !important;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.35);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    transition: none !important;
}
.redwave-home .rw-home-slider-carousel .slick-prev:hover,
.redwave-home .rw-home-slider-carousel .slick-next:hover,
.redwave-home .rw-home-slider-carousel .slick-arrow:hover {
    background: rgba(0, 0, 0, 0.65) !important;
    color: #fff !important;
    transform: translateY(-50%) !important;
    transition: none !important;
}
.redwave-home .rw-home-slider-carousel .slick-prev i,
.redwave-home .rw-home-slider-carousel .slick-next i,
.redwave-home .rw-home-slider-carousel .slick-arrow i {
    color: #fff !important;
    font-size: 18px;
}
.redwave-home .home-slider .carousel-box > a > .rw-home-slide {
    overflow: hidden;
}
.redwave-home .home-slider .carousel-box > a > .rw-home-slide .rw-slide-desktop {
    display: none;
    height: 640px;
    overflow: hidden;
}
.redwave-home .home-slider .carousel-box > a > .rw-home-slide .rw-slide-desktop img {
    width: 100% !important;
    max-width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center center;
}
.redwave-home .home-slider .carousel-box > a > .rw-home-slide .rw-slide-mobile {
    display: block;
    line-height: 0;
    overflow: hidden;
}
.redwave-home .home-slider .carousel-box > a > .rw-home-slide .rw-slide-mobile img {
    width: 100% !important;
    max-width: 100% !important;
    height: 100% !important;
    display: block;
    object-fit: cover !important;
    object-position: center center;
}
.redwave-home .home-slider .slick-current .carousel-box,
.redwave-home .home-slider .slick-current .carousel-box img {
    border: none !important;
    border-width: 0 !important;
    outline: none !important;
}
@media (max-width: 767.98px) {
    .redwave-home .home-banner-area.mb-3 {
        margin-bottom: 0 !important;
    }
    .redwave-home .home-banner-area .home-slider.slider-full,
    .redwave-home .home-banner-area .home-slider .aiz-carousel,
    .redwave-home .home-banner-area .home-slider .slick-list,
    .redwave-home .home-banner-area .home-slider .slick-track,
    .redwave-home .home-banner-area .home-slider .slick-slide,
    .redwave-home .home-banner-area .home-slider .slick-slide > div,
    .redwave-home .home-banner-area .home-slider .carousel-box,
    .redwave-home .home-banner-area .home-slider .carousel-box > a,
    .redwave-home .home-banner-area .home-slider .carousel-box > a > .rw-home-slide,
    .redwave-home .rw-new-arrival-banner .home-slider.slider-full,
    .redwave-home .rw-new-arrival-banner .home-slider .aiz-carousel,
    .redwave-home .rw-new-arrival-banner .home-slider .slick-list,
    .redwave-home .rw-new-arrival-banner .home-slider .slick-track,
    .redwave-home .rw-new-arrival-banner .home-slider .slick-slide,
    .redwave-home .rw-new-arrival-banner .home-slider .slick-slide > div,
    .redwave-home .rw-new-arrival-banner .home-slider .carousel-box,
    .redwave-home .rw-new-arrival-banner .home-slider .carousel-box > a,
    .redwave-home .rw-new-arrival-banner .home-slider .carousel-box > a > .rw-home-slide {
        height: auto !important;
        min-height: 0 !important;
        max-height: none !important;
    }
    .redwave-home .home-banner-area .home-slider .carousel-box > a > .rw-home-slide .rw-slide-mobile,
    .redwave-home .rw-new-arrival-banner .home-slider .carousel-box > a > .rw-home-slide .rw-slide-mobile {
        aspect-ratio: 1080 / 600;
        width: 100%;
        height: auto !important;
        min-height: 0 !important;
        max-height: none !important;
    }
    .redwave-home .home-banner-area .home-slider .carousel-box > a > .rw-home-slide .rw-slide-mobile img,
    .redwave-home .rw-new-arrival-banner .home-slider .carousel-box > a > .rw-home-slide .rw-slide-mobile img {
        width: 100% !important;
        height: 100% !important;
        min-height: 100% !important;
        max-height: none !important;
        object-fit: cover !important;
    }
    .redwave-home .home-slider .slick-list {
        overflow: hidden;
    }
    .redwave-home .home-slider .slick-slide,
    .redwave-home .home-slider .carousel-box,
    .redwave-home .home-slider .carousel-box > a,
    .redwave-home .home-slider .rw-home-slide,
    .redwave-home .home-slider .rw-slide-mobile,
    .redwave-home .home-slider .carousel-box img {
        transition: none !important;
        animation: none !important;
        -webkit-transform: scale(1) !important;
        transform: scale(1) !important;
    }
}
@media (min-width: 768px) {
    .redwave-home .home-slider .carousel-box > a > .rw-home-slide .rw-slide-desktop {
        display: block;
    }
    .redwave-home .home-slider .carousel-box > a > .rw-home-slide .rw-slide-mobile {
        display: none !important;
    }
}
@media (max-width: 991.98px) and (orientation: landscape) {
    .redwave-home .home-banner-area .home-slider .carousel-box > a > .rw-home-slide .rw-slide-desktop,
    .redwave-home .rw-new-arrival-banner .home-slider .carousel-box > a > .rw-home-slide .rw-slide-desktop {
        display: none !important;
    }
    .redwave-home .home-banner-area .home-slider .carousel-box > a > .rw-home-slide .rw-slide-mobile,
    .redwave-home .rw-new-arrival-banner .home-slider .carousel-box > a > .rw-home-slide .rw-slide-mobile {
        display: block !important;
    }
    .redwave-home .home-banner-area .home-slider.slider-full,
    .redwave-home .home-banner-area .home-slider .aiz-carousel,
    .redwave-home .home-banner-area .home-slider .slick-list,
    .redwave-home .home-banner-area .home-slider .slick-track,
    .redwave-home .home-banner-area .home-slider .slick-slide,
    .redwave-home .home-banner-area .home-slider .slick-slide > div,
    .redwave-home .home-banner-area .home-slider .carousel-box,
    .redwave-home .home-banner-area .home-slider .carousel-box > a,
    .redwave-home .home-banner-area .home-slider .carousel-box > a > .rw-home-slide,
    .redwave-home .rw-new-arrival-banner .home-slider.slider-full,
    .redwave-home .rw-new-arrival-banner .home-slider .aiz-carousel,
    .redwave-home .rw-new-arrival-banner .home-slider .slick-list,
    .redwave-home .rw-new-arrival-banner .home-slider .slick-track,
    .redwave-home .rw-new-arrival-banner .home-slider .slick-slide,
    .redwave-home .rw-new-arrival-banner .home-slider .slick-slide > div,
    .redwave-home .rw-new-arrival-banner .home-slider .carousel-box,
    .redwave-home .rw-new-arrival-banner .home-slider .carousel-box > a,
    .redwave-home .rw-new-arrival-banner .home-slider .carousel-box > a > .rw-home-slide {
        height: auto !important;
        min-height: 0 !important;
        max-height: none !important;
    }
    .redwave-home .home-banner-area .home-slider .carousel-box > a > .rw-home-slide .rw-slide-mobile,
    .redwave-home .rw-new-arrival-banner .home-slider .carousel-box > a > .rw-home-slide .rw-slide-mobile {
        aspect-ratio: 1920 / 640;
        width: 100%;
        height: auto !important;
        min-height: 0 !important;
        max-height: none !important;
    }
    .redwave-home .home-banner-area .home-slider .carousel-box > a > .rw-home-slide .rw-slide-mobile img,
    .redwave-home .rw-new-arrival-banner .home-slider .carousel-box > a > .rw-home-slide .rw-slide-mobile img {
        width: 100% !important;
        height: 100% !important;
        min-height: 100% !important;
        max-height: none !important;
        object-fit: cover !important;
    }
}
.redwave-home .home-slider .carousel-box > a,
.redwave-home .home-slider .carousel-box > a:hover,
.redwave-home .home-slider .carousel-box > a:active,
.redwave-home .home-slider .carousel-box > a:focus,
.redwave-home .home-slider .carousel-box img,
.redwave-home .home-slider .carousel-box:hover img,
.redwave-home .home-slider .carousel-box:active img,
.redwave-home .home-slider .carousel-box a:active img,
.redwave-home .home-slider .slick-current .carousel-box img,
.redwave-home .home-slider .slick-slide .carousel-box img {
    -webkit-transform: scale(1) !important;
    transform: scale(1) !important;
    transition: none !important;
    animation: none !important;
}
.redwave-home .slide-arrow {
    color: #fff !important;
}
.redwave-home .aiz-carousel:not(.arrow-dark):not(.todays-deal) .slick-arrow,
.redwave-home .aiz-carousel:not(.arrow-dark):not(.todays-deal) .slick-arrow i {
    color: #1a1a1a !important;
}
.redwave-home .slick-dots button {
    background: rgba(255, 255, 255, 0.35) !important;
    transition: none !important;
}
.redwave-home .redwave-product-card {
    min-height: auto;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0;
    overflow: visible;
    color: #fff;
    box-shadow: none;
    transform: none !important;
    transition: none !important;
    filter: none !important;
}
.redwave-home .redwave-product-card:hover,
.redwave-home .redwave-product-card:active {
    transform: none !important;
    filter: none !important;
}
.redwave-home .redwave-product-card.hov-scale-img:hover img,
.redwave-home .redwave-product-card .has-transition,
.redwave-home .redwave-product-card img {
    transition: none !important;
    transform: none !important;
}
.redwave-home .hov-scale-img:hover img,
.redwave-home .hov-scale:hover {
    transform: none !important;
}
.redwave-home .redwave-product-card .image-hover-effect .product-hover-image {
    transition: none !important;
}
.redwave-home .redwave-product-media::before {
    display: none !important;
}
.redwave-home .redwave-product-media {
    aspect-ratio: 1344 / 1792;
    height: auto;
    background: transparent;
    border-radius: 0;
    margin: 0;
    padding: 16px;
}
.redwave-home .redwave-product-media-compact {
    aspect-ratio: 1344 / 1792;
    height: auto;
}
.redwave-home .redwave-product-media img {
    max-width: 100%;
    max-height: calc(100% - 14px);
    object-fit: contain !important;
    object-position: center center;
}
.redwave-home .redwave-product-card h3 {
    text-transform: uppercase;
    letter-spacing: 0.02em;
}
.redwave-home .redwave-product-media .product-main-image,
.redwave-home .redwave-product-media .product-hover-image {
    transform-origin: center center;
}
.redwave-home .redwave-product-card del {
    color: rgba(255, 255, 255, 0.46) !important;
}
.redwave-home .redwave-product-card .disc-amount {
    margin-right: 0 !important;
    opacity: 1 !important;
}
.redwave-home .product-card-color-swatches {
    position: absolute;
    left: 50%;
    bottom: 10px;
    z-index: 6;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 4px 8px;
    border-radius: 999px;
    background: rgba(5, 5, 5, 0.72);
    transform: translateX(-50%);
    pointer-events: auto;
}
.redwave-home .product-card-color-swatch {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    padding: 0;
    border: 2px solid transparent;
    border-radius: 50%;
    background: transparent;
    cursor: pointer;
    transition: none !important;
}
.redwave-home .product-card-color-swatch:hover,
.redwave-home .product-card-color-swatch.active {
    border-color: #ff4545;
    transform: none !important;
}
.redwave-home .product-card-color-dot {
    display: block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.35);
}
.redwave-modern-section {
    padding: 5px 0;
    background: #0a0a0a !important;
}
.redwave-modern-panel {
    padding: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
}
.redwave-section-kicker {
    display: inline-flex;
    align-items: center;
    min-height: 26px;
    padding: 0;
    margin-bottom: 8px;
    border-radius: 999px;
    background: transparent;
    color: #ff6b6b;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}
.redwave-modern-title {
    margin: 0;
    color: #fff;
    font-size: clamp(22px, 3vw, 34px);
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}
.redwave-modern-subtitle {
    max-width: 560px;
    margin: 10px 0 0;
    color: rgba(255, 255, 255, 0.64);
    line-height: 1.7;
}
.redwave-modern-actions {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 12px;
    border-radius: 999px;
    background: transparent;
}
.redwave-home .redwave-modern-section-head {
    position: relative;
    z-index: 12;
}
.redwave-home a.home-curated-section-title-link {
    position: relative;
    z-index: 2;
    display: inline-block;
    color: inherit !important;
    text-decoration: none;
    cursor: pointer;
    pointer-events: auto;
}
.redwave-home a.home-curated-section-title-link:hover {
    color: #ff4545 !important;
}
.redwave-modern-actions .slide-arrow,
.redwave-modern-actions a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 34px;
    height: 34px;
    border-radius: 50%;
    background: transparent;
    color: #fff !important;
}
.redwave-view-link,
.redwave-modern-actions .redwave-view-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    min-width: 78px;
    min-height: 34px;
    padding: 0 14px;
    border-radius: 999px;
    color: #fff !important;
    font-size: 12px;
    font-weight: 700;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.35);
    text-transform: uppercase;
}
.redwave-category-feature {
    min-height: 100%;
    padding: 0;
    border-radius: 0;
    background: transparent;
    color: #fff;
}
.redwave-category-feature:hover {
    color: #fff;
}
.redwave-category-feature-img {
    aspect-ratio: 1344 / 1792;
    height: auto;
    width: 100%;
    padding: 16px;
    box-sizing: border-box;
    border-radius: 0;
    overflow: hidden;
    background: transparent;
}
.redwave-category-feature-img img {
    border-radius: 0;
}
.redwave-home #flash_deal .container > .row,
.redwave-home [style*="#f5f5fa"] .container,
.redwave-home .classified-product-card,
.redwave-home .row.no-gutters.border-top,
.redwave-home .row.row-cols-xxl-6,
.redwave-home .aiz-carousel.arrow-x-0 {
    border-radius: 28px;
    overflow: hidden;
}
.redwave-home #flash_deal .row.no-gutters,
.redwave-home .row.no-gutters.border-top,
.redwave-home .row.row-cols-xxl-6 {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.015)) !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
}
.redwave-home .flash-deal-item,
.redwave-home .row.row-cols-xxl-6 > .col,
.redwave-home .row.no-gutters.border-top > [class*="col-"],
.redwave-home .aiz-carousel.arrow-x-0 .carousel-box {
    background: rgba(255, 255, 255, 0.035) !important;
    border: 0 !important;
}
.redwave-home .flash-deal-item img {
    object-fit: contain !important;
}
.redwave-home section > .container > .d-flex,
.redwave-home #flash_deal .container > .d-flex {
    padding: 18px 0 8px;
}
.redwave-home section > .container > .d-flex h3,
.redwave-home #flash_deal h3 {
    font-size: clamp(22px, 3vw, 34px) !important;
    font-weight: 800 !important;
}
.redwave-home .btn-visit {
    color: #fff !important;
}
.redwave-home .badge {
    border-radius: 999px !important;
}
@media (max-width: 991px) {
    .redwave-home .home-slider .carousel-box > a > .rw-home-slide .rw-slide-desktop {
        height: 560px;
    }
}
@media (max-width: 575px) {
    .redwave-home .redwave-product-card {
        min-height: auto;
    }
    .redwave-home .redwave-product-media {
        aspect-ratio: 1344 / 1792;
        height: auto;
        margin: 0;
        padding: 0px;
    }
    .redwave-category-feature-img {
        padding: 12px;
    }
    .redwave-modern-panel {
        padding: 0;
        border-radius: 0;
    }
    .redwave-home .redwave-modern-section > .container {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .redwave-home .redwave-modern-section .carousel-box {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .redwave-home .redwave-modern-section .d-flex.flex-column {
        align-items: center !important;
        text-align: center !important;
    }
    .redwave-home .redwave-modern-title {
        text-align: center !important;
    }
    .redwave-home .redwave-modern-actions {
        display: none !important;
    }
}
#section_featured .slick-slider .slick-list,
#section_best_selling .slick-slider .slick-list,
#section_newest .slick-slider .slick-list,
#section_featured_categories .slick-slider .slick-list {
    background: transparent;
}
#section_featured .slick-slider .slick-list .slick-slide,
#section_best_selling .slick-slider .slick-list .slick-slide,
#section_newest .slick-slider .slick-list .slick-slide,
#section_featured_categories .slick-slider .slick-list .slick-slide {
    margin-bottom: -5px;
}
@media (max-width: 575px) {
    #section_featured .slick-slider .slick-list .slick-slide,
    #section_best_selling .slick-slider .slick-list .slick-slide,
    #section_newest .slick-slider .slick-list .slick-slide,
    #section_featured_categories .slick-slider .slick-list .slick-slide {
        margin-bottom: -4px;
    }
}
.rw-hot-cat-section {
    padding-top: 25px;
    padding-bottom: 25px;
    /* margin-top: clamp(1rem, 3vw, 2rem);
    margin-bottom: clamp(1rem, 3vw, 2rem); */
}
.rw-hot-cat-section .container {
    padding-left: clamp(0.75rem, 3.5vw, 1.5rem);
    padding-right: clamp(0.75rem, 3.5vw, 1.5rem);
}
.rw-hot-cat-row {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: clamp(0.5rem, 2.5vw, 1.75rem);
    max-width: 720px;
    margin: 0 auto;
}
.rw-hot-cat-item {
    flex: 1 1 0;
    min-width: 0;
    max-width: 33.333%;
    display: flex;
    justify-content: center;
}
.rw-hot-cat-circle {
    position: relative;
    display: block;
    width: 100%;
    max-width: clamp(88px, 26vw, 200px);
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    overflow: hidden;
    text-decoration: none;
    color: #fff;
    border: none;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.45);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.rw-hot-cat-circle:hover {
    color: #fff;
    transform: translateY(-4px) scale(1.03);
    box-shadow: 0 12px 36px rgba(0, 0, 0, 0.5);
}
.rw-hot-cat-media {
    position: absolute;
    inset: 0;
    display: block;
    background: #111;
}
.rw-hot-cat-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    display: block;
    transition: transform 0.45s ease;
}
.rw-hot-cat-circle:hover .rw-hot-cat-media img {
    transform: scale(1.08);
}
.rw-hot-cat-media::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.15) 0%,
        rgba(0, 0, 0, 0.42) 55%,
        rgba(0, 0, 0, 0.62) 100%
    );
    pointer-events: none;
}
.rw-hot-cat-label {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem;
    text-align: center;
    font-size: clamp(9px, 2.6vw, 13px);
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.75);
    pointer-events: none;
    transform: translateY(8%);
}
@media (max-width: 767.98px) {
    .redwave-home .rw-reveal,
    .redwave-home .rw-reveal.is-visible,
    .redwave-home .rw-reveal-stagger,
    .redwave-home .rw-reveal-stagger.is-visible,
    .redwave-home .rw-reveal-stagger > .rw-reveal-item,
    .redwave-home .rw-reveal-stagger.is-visible > .rw-reveal-item {
        opacity: 1 !important;
        transform: none !important;
        transition: none !important;
    }
    .rw-hot-cat-circle,
    .rw-hot-cat-circle:hover,
    .rw-hot-cat-circle:active,
    .rw-hot-cat-media img,
    .rw-hot-cat-circle:hover .rw-hot-cat-media img {
        transform: none !important;
        transition: none !important;
    }
    .redwave-home .rw-only-desktop {
        display: none !important;
    }
}
@media (min-width: 768px) {
    .redwave-home .rw-only-mobile {
        display: none !important;
    }
    .rw-hot-cat-row {
        gap: 2rem;
    }
    .rw-hot-cat-label {
        font-size: 13px;
        letter-spacing: 0.12em;
    }
}
@media (min-width: 1200px) {
    .rw-hot-cat-row {
        max-width: 840px;
        gap: 2.5rem;
    }
    .rw-hot-cat-label {
        font-size: 14px;
    }
}
