/*
 * RADANAN Home master layout — Phase 3.1
 * Column containment only. This file must NOT redefine the shared
 * .pv-page-frame / .pv-page-main / .pv-market-sidebar grid
 * (authority: includes/header-css.php → 209px minmax(0,1fr) @ ≥1024).
 * Outer Home containers fill the master main column and use the same
 * horizontal inset as #radanan-pv-home-header-css (header .container).
 */

.radanan-home-page .radanan-home-master,
.radanan-home-master {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
    overflow-x: clip;
}

.radanan-home-master *,
.radanan-home-master *::before,
.radanan-home-master *::after {
    box-sizing: border-box;
}

/* Neutralize legacy Tailwind .container max-width / mx-auto centering
   so Home body uses the master main column only. */
.radanan-home-master .container,
.radanan-home-master .container.mx-auto {
    width: 100% !important;
    max-width: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: clamp(14px, 1.2vw, 22px) !important;
    padding-right: clamp(14px, 1.2vw, 22px) !important;
}

.radanan-home-master > section,
.radanan-home-master > div {
    width: 100%;
    max-width: 100%;
    min-width: 0;
}

.radanan-home-master .spotlight-grid,
.radanan-home-master .spotlight-banners,
.radanan-home-master .spotlight-main,
.radanan-home-master .spotlight-section,
.radanan-home-master .new-arrivals-mosaic,
.radanan-home-master .most-popular-grid,
.radanan-home-master .flash-sale-track-wrapper,
.radanan-home-master .flash-sale-track,
.radanan-home-master .fashion-features,
.radanan-home-master .newsletter-section,
.radanan-home-master .feature-bar,
.radanan-home-master .swiper,
.radanan-home-master .swiper-wrapper {
    max-width: 100%;
    min-width: 0;
}

.radanan-home-master .spotlight-main,
.radanan-home-master .spotlight-banners,
.radanan-home-master .swiper {
    overflow: hidden;
}

/* Keep horizontal carousels inside the column without page overflow. */
.radanan-home-master .flash-sale-track-wrapper,
.radanan-home-master .flash-sale-track {
    overflow-x: auto;
    overflow-y: hidden;
    overscroll-behavior-x: contain;
    -webkit-overflow-scrolling: touch;
}

.radanan-home-master .spotlight-grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 340px);
}

/* Match shared sidebar hide breakpoint (≤1023), not 1024. */
@media (max-width: 1023px) {
    .radanan-home-master .spotlight-grid {
        grid-template-columns: minmax(0, 1fr);
    }
}

.radanan-home-master .radanan-home-hero {
    /* Header → hero gap: 0–8px max */
    padding: 4px 0 16px;
}

.radanan-home-master .radanan-home-hero__shell {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 14px 32px rgba(15, 23, 42, .09);
}

.radanan-home-master .radanan-home-hero__viewport {
    position: relative;
    overflow: hidden;
}

/* Marketplace banner ~2.45:1 — taller presence without landing-page hero */
.radanan-home-master .radanan-home-hero__track {
    position: relative;
    width: 100%;
    aspect-ratio: 2.45 / 1;
    height: auto;
    max-height: 400px; /* 1366–1440 target: 380–420px */
    overflow: hidden;
}

.radanan-home-master .radanan-home-hero__slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    pointer-events: none;
    transition: opacity .55s ease, transform .55s ease;
    transform: translateX(10px);
}

.radanan-home-master .radanan-home-hero__slide.is-active {
    opacity: 1;
    pointer-events: auto;
    transform: translateX(0);
}

.radanan-home-master .radanan-home-hero__media {
    position: absolute;
    inset: 0;
}

.radanan-home-master .radanan-home-hero__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    display: block;
}

/* Per-slide focal crop — keeps product/subject out of awkward edge cuts */
.radanan-home-master .radanan-home-hero__slide[data-focal="top"] .radanan-home-hero__media img {
    object-position: center 28%;
}

.radanan-home-master .radanan-home-hero__slide[data-focal="center"] .radanan-home-hero__media img {
    object-position: center center;
}

.radanan-home-master .radanan-home-hero__slide[data-focal="lower"] .radanan-home-hero__media img {
    object-position: center 62%;
}

.radanan-home-master .radanan-home-hero__controls {
    position: absolute;
    left: 14px;
    right: 14px;
    bottom: 14px;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.radanan-home-master .radanan-home-hero__nav {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border: 1px solid rgba(255,255,255,.24);
    border-radius: 999px;
    background: rgba(15, 23, 42, .28);
    color: #fff;
    font-size: 20px;
    line-height: 1;
    cursor: pointer;
    backdrop-filter: blur(10px);
}

.radanan-home-master .radanan-home-hero__dots {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(15, 23, 42, .28);
    backdrop-filter: blur(10px);
}

.radanan-home-master .radanan-home-hero__dot {
    width: 8px;
    height: 8px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: rgba(255,255,255,.36);
    cursor: pointer;
    transition: transform .18s ease, background-color .18s ease, width .18s ease;
}

.radanan-home-master .radanan-home-hero__dot.is-active {
    width: 22px;
    background: #fff;
}

/* Wide desktop 1920: 420–460px */
@media (min-width: 1441px) {
    .radanan-home-master .radanan-home-hero__track {
        max-height: 440px;
    }
}

/* ~1024: 320–360px (exclude phone widths handled below) */
@media (max-width: 1024px) and (min-width: 769px) {
    .radanan-home-master .radanan-home-hero__shell {
        border-radius: 18px;
    }
    .radanan-home-master .radanan-home-hero__track {
        min-height: 320px;
        max-height: 340px;
    }
}

/* ~768: 260–300px */
@media (max-width: 768px) {
    .radanan-home-master .radanan-home-hero {
        padding: 4px 0 14px;
    }
    .radanan-home-master .radanan-home-hero__shell {
        border-radius: 16px;
    }
    .radanan-home-master .radanan-home-hero__track {
        min-height: 260px;
        max-height: 280px;
    }
    .radanan-home-master .radanan-home-hero__controls {
        left: 10px;
        right: 10px;
        bottom: 10px;
    }
    .radanan-home-master .radanan-home-hero__nav {
        width: 34px;
        height: 34px;
        font-size: 18px;
    }
}

/* ~390: 180–220px */
@media (max-width: 390px) {
    .radanan-home-master .radanan-home-hero__track {
        min-height: 180px;
        max-height: 200px;
    }
    .radanan-home-master .radanan-home-hero__dot.is-active {
        width: 18px;
    }
}

/* Home trust / service strip — RADANAN-HOME-TRUST-SERVICE-STRIP-007
   Scoped to .radanan-home-master only. Hero rules above stay unchanged. */
.radanan-home-master .radanan-home-trust {
    /* Hero section bottom pad is 16px; pull up so visual gap stays 4–10px. */
    margin-top: -8px;
    padding: 0 0 8px;
}

.radanan-home-master .radanan-home-trust__shell {
    background: #fff;
    border: 1px solid rgba(15, 23, 42, .08);
    border-radius: 14px;
    box-shadow: 0 6px 18px rgba(15, 23, 42, .045);
    overflow: hidden;
}

.radanan-home-master .radanan-home-trust__grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    align-items: stretch;
    list-style: none;
    margin: 0;
    padding: 0;
}

.radanan-home-master .radanan-home-trust__item {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
    min-height: 100%;
    padding: 12px 10px;
    border-right: 1px solid rgba(15, 23, 42, .07);
}

.radanan-home-master .radanan-home-trust__item:last-child {
    border-right: 0;
}

.radanan-home-master .radanan-home-trust__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    min-width: 36px;
    border-radius: 999px;
    background: linear-gradient(180deg, #148ea0 0%, #0d7377 100%);
    color: #fff;
    font-size: 16px;
    line-height: 1;
}

.radanan-home-master .radanan-home-trust__icon .radanan-icon {
    display: block;
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.radanan-home-master .radanan-home-trust__copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
    gap: 2px;
}

.radanan-home-master .radanan-home-trust__title {
    display: block;
    font-size: 13px;
    font-weight: 700;
    color: #0f172a;
    line-height: 1.25;
}

.radanan-home-master .radanan-home-trust__sub {
    display: block;
    font-size: 11px;
    font-weight: 400;
    color: #64748b;
    line-height: 1.3;
}

@media (max-width: 1365px) {
    .radanan-home-master .radanan-home-trust__item {
        gap: 8px;
        padding: 11px 8px;
    }
    .radanan-home-master .radanan-home-trust__icon {
        width: 32px;
        height: 32px;
        min-width: 32px;
        font-size: 14px;
    }
    .radanan-home-master .radanan-home-trust__title {
        font-size: 12px;
    }
    .radanan-home-master .radanan-home-trust__sub {
        font-size: 10px;
    }
}

@media (max-width: 1023px) {
    .radanan-home-master .radanan-home-trust__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .radanan-home-master .radanan-home-trust__item {
        padding: 12px 10px;
    }
    .radanan-home-master .radanan-home-trust__item:nth-child(3n) {
        border-right: 0;
    }
    .radanan-home-master .radanan-home-trust__item:nth-child(n+4) {
        border-top: 1px solid rgba(15, 23, 42, .07);
    }
}

@media (max-width: 768px) {
    .radanan-home-master .radanan-home-trust {
        /* Hero bottom pad drops to 14px at this breakpoint. */
        margin-top: -6px;
        padding-bottom: 8px;
    }
}

@media (max-width: 639px) {
    .radanan-home-master .radanan-home-trust__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .radanan-home-master .radanan-home-trust__item {
        padding: 10px 8px;
        gap: 8px;
    }
    .radanan-home-master .radanan-home-trust__item:nth-child(3n) {
        border-right: 1px solid rgba(15, 23, 42, .07);
    }
    .radanan-home-master .radanan-home-trust__item:nth-child(2n) {
        border-right: 0;
    }
    .radanan-home-master .radanan-home-trust__item:nth-child(n+4) {
        border-top: 0;
    }
    .radanan-home-master .radanan-home-trust__item:nth-child(n+3) {
        border-top: 1px solid rgba(15, 23, 42, .07);
    }
    .radanan-home-master .radanan-home-trust__title {
        font-size: 12px;
    }
    .radanan-home-master .radanan-home-trust__sub {
        font-size: 10px;
    }
}

/* Home Latest Videos — START */
.radanan-home-master .radanan-home-videos {
    --radanan-video-card-w: 340px;
    margin-top: 4px;
    padding: 0 0 8px;
}

.radanan-home-master .radanan-home-videos__shell {
    background: rgba(255, 255, 255, .72);
    border: 1px solid rgba(15, 23, 42, .06);
    border-radius: 16px;
    box-shadow: 0 4px 14px rgba(15, 23, 42, .035);
    padding: 8px 8px 10px;
}

.radanan-home-master .radanan-home-videos__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 4px;
    padding: 0 6px;
}

.radanan-home-master .radanan-home-videos__heading {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
}

.radanan-home-master .radanan-home-videos__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    min-width: 26px;
    border-radius: 999px;
    background: linear-gradient(180deg, #148ea0 0%, #0d7377 100%);
    color: #fff;
    font-size: 11px;
    line-height: 1;
}

.radanan-home-master .radanan-home-videos__icon svg {
    display: block;
    width: 1em;
    height: 1em;
    margin-left: 1px;
}

.radanan-home-master .radanan-home-videos__heading-copy {
    min-width: 0;
}

.radanan-home-master .radanan-home-videos__title-text {
    margin: 0;
    font-size: 17px;
    font-weight: 800;
    letter-spacing: -0.03em;
    color: #0f172a;
    line-height: 1.15;
}

.radanan-home-master .radanan-home-videos__subtitle {
    margin: 1px 0 0;
    font-size: 12px;
    font-weight: 400;
    color: #64748b;
    line-height: 1.3;
}

.radanan-home-master .radanan-home-videos__tools {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
}

.radanan-home-master .radanan-home-videos__count {
    display: none !important;
}

.radanan-home-master .radanan-home-videos__navs {
    display: flex;
    align-items: center;
    gap: 6px;
}

.radanan-home-master .radanan-home-videos__nav {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    padding: 0;
    border: 1px solid rgba(15, 23, 42, .1);
    border-radius: 999px;
    background: #fff;
    color: #0f172a;
    font-size: 16px;
    line-height: 1;
    cursor: pointer;
    box-shadow: 0 1px 3px rgba(15, 23, 42, .05);
}

.radanan-home-master .radanan-home-videos__nav:hover:not(:disabled) {
    border-color: #148ea0;
    color: #0d7377;
}

.radanan-home-master .radanan-home-videos__nav:focus-visible {
    outline: 2px solid #148ea0;
    outline-offset: 2px;
}

.radanan-home-master .radanan-home-videos__nav:disabled {
    opacity: .38;
    cursor: default;
}

.radanan-home-master .radanan-home-videos__viewport {
    position: relative;
    overflow: hidden;
    min-width: 0;
    height: 248px;
    cursor: default;
    touch-action: pan-y;
    outline: none;
}

.radanan-home-master .radanan-home-videos__viewport.is-dragging {
    cursor: grabbing;
    touch-action: none;
}

.radanan-home-master .radanan-home-videos__viewport:focus-visible {
    outline: 2px solid #148ea0;
    outline-offset: 2px;
}

.radanan-home-master .radanan-home-videos__rail {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: visible;
    isolation: isolate;
}

.radanan-home-master .radanan-home-videos__card {
    position: absolute;
    left: 50%;
    top: 50%;
    display: flex;
    flex-direction: column;
    width: var(--radanan-video-card-w);
    min-width: 0;
    background: #fff;
    border: 1px solid rgba(15, 23, 42, .08);
    border-radius: 14px;
    box-shadow: 0 4px 10px rgba(15, 23, 42, .06);
    overflow: hidden;
    transform: translate(-50%, -50%) scale(.86);
    transform-origin: center center;
    transition: transform .34s ease, opacity .34s ease, box-shadow .34s ease;
    will-change: transform;
    user-select: none;
    -webkit-user-select: none;
    cursor: pointer;
}

.radanan-home-master .radanan-home-videos__viewport.is-dragging .radanan-home-videos__card {
    transition: none;
}

.radanan-home-master .radanan-home-videos__card.is-far {
    box-shadow: 0 2px 8px rgba(15, 23, 42, .04);
}

.radanan-home-master .radanan-home-videos__card.is-near {
    box-shadow: 0 8px 18px rgba(15, 23, 42, .08);
}

.radanan-home-master .radanan-home-videos__card.is-active {
    z-index: 20;
    box-shadow: 0 16px 32px rgba(15, 23, 42, .16);
    border-color: rgba(13, 115, 119, .18);
    cursor: default;
}

.radanan-home-master .radanan-home-videos__media {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 0;
    overflow: hidden;
    flex: none;
    aspect-ratio: 16 / 9;
    background: #0f172a;
}

.radanan-home-master .radanan-home-videos__play {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
    transform: translate(-50%, -50%);
}

.radanan-home-master .radanan-home-videos__card.is-active .radanan-home-videos__play {
    width: 56px;
    height: 56px;
}

.radanan-home-master .radanan-home-videos__play:focus {
    outline: none;
}

.radanan-home-master .radanan-home-videos__play:focus-visible {
    outline: 2px solid #148ea0;
    outline-offset: 3px;
    border-radius: 999px;
}

.radanan-home-master .radanan-home-videos__thumb {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    pointer-events: none;
    -webkit-user-drag: none;
}

.radanan-home-master .radanan-home-videos__scrim {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(15, 23, 42, 0) 58%, rgba(15, 23, 42, .2) 100%);
    pointer-events: none;
}

.radanan-home-master .radanan-home-videos__play-btn {
    position: relative;
    left: auto;
    top: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 999px;
    border: 2px solid #fff;
    background: #12a3b0;
    box-shadow: 0 4px 12px rgba(15, 23, 42, .2);
    color: #fff;
    transform: none;
    transition: transform .18s ease, width .18s ease, height .18s ease, background .18s ease;
    pointer-events: none;
}

.radanan-home-master .radanan-home-videos__card.is-active .radanan-home-videos__play-btn {
    width: 42px;
    height: 42px;
    background: #0d8f9c;
}

.radanan-home-master .radanan-home-videos__play-btn svg {
    display: block;
    width: 12px;
    height: 12px;
    margin-left: 1px;
}

.radanan-home-master .radanan-home-videos__card.is-active .radanan-home-videos__play-btn svg {
    width: 16px;
    height: 16px;
}

.radanan-home-master .radanan-home-videos__card.is-active .radanan-home-videos__play:hover .radanan-home-videos__play-btn,
.radanan-home-master .radanan-home-videos__card.is-active .radanan-home-videos__play:focus-visible .radanan-home-videos__play-btn {
    transform: scale(1.06);
}

.radanan-home-master .radanan-home-videos__media iframe,
.radanan-home-master .radanan-home-videos__media video,
.radanan-home-master .radanan-home-videos__iframe,
.radanan-home-master .radanan-home-videos__file {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    min-width: 0 !important;
    min-height: 0 !important;
    border: 0 !important;
    margin: 0 !important;
    background: #0f172a;
}

.radanan-home-master .radanan-home-videos__close {
    position: absolute;
    top: 6px;
    right: 6px;
    z-index: 3;
    width: 26px;
    height: 26px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: rgba(15, 23, 42, .72);
    color: #fff;
    font-size: 16px;
    line-height: 1;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.radanan-home-master .radanan-home-videos__close:hover,
.radanan-home-master .radanan-home-videos__close:focus-visible {
    background: rgba(15, 23, 42, .9);
}

.radanan-home-master .radanan-home-videos__close:focus-visible {
    outline: 2px solid #fff;
    outline-offset: 2px;
}

.radanan-home-master .radanan-home-videos__card-title {
    margin: 0;
    padding: 7px 10px 8px;
    min-height: 2.7em;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.3;
    color: #0f172a;
}

.radanan-home-master .radanan-home-videos__card-title span,
.radanan-home-master .radanan-home-videos__card-title a {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: inherit;
    text-decoration: none;
}

.radanan-home-master .radanan-home-videos__card.is-active .radanan-home-videos__card-title span {
    -webkit-line-clamp: 2;
}

@media (max-width: 1023px) {
    .radanan-home-master .radanan-home-videos__viewport {
        height: 232px;
    }
    .radanan-home-master .radanan-home-videos__title-text {
        font-size: 16px;
    }
}

@media (max-width: 639px) {
    .radanan-home-master .radanan-home-videos {
        padding-bottom: 6px;
    }
    .radanan-home-master .radanan-home-videos__shell {
        border-radius: 14px;
        padding: 8px 4px 10px;
    }
    .radanan-home-master .radanan-home-videos__header {
        margin-bottom: 2px;
        padding: 0 8px;
    }
    .radanan-home-master .radanan-home-videos__title-text {
        font-size: 16px;
    }
    .radanan-home-master .radanan-home-videos__subtitle,
    .radanan-home-master .radanan-home-videos__count {
        display: none;
    }
    .radanan-home-master .radanan-home-videos__viewport {
        height: 214px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .radanan-home-master .radanan-home-videos__card,
    .radanan-home-master .radanan-home-videos__play-btn,
    .radanan-home-master .radanan-video-player-modal,
    .radanan-home-master .radanan-video-player-modal__dialog {
        transition: none;
    }
    .radanan-home-master .radanan-home-videos__card.is-active .radanan-home-videos__play:hover .radanan-home-videos__play-btn,
    .radanan-home-master .radanan-home-videos__card.is-active .radanan-home-videos__play:focus-visible .radanan-home-videos__play-btn {
        transform: none;
    }
}

.radanan-home-master .radanan-video-player-modal {
    position: fixed;
    inset: 0;
    z-index: 80;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px 16px;
    box-sizing: border-box;
}

.radanan-home-master .radanan-video-player-modal[hidden] {
    display: none !important;
}

.radanan-home-master .radanan-video-player-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(2, 6, 23, .82);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.radanan-home-master .radanan-video-player-modal__dialog {
    position: relative;
    z-index: 1;
    width: min(1100px, 88vw);
    max-width: 100%;
    background: #050816;
    border-radius: 16px;
    box-shadow: 0 28px 64px rgba(0, 0, 0, .45);
    overflow: hidden;
}

.radanan-home-master .radanan-video-player-modal__close {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
    width: 36px;
    height: 36px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: rgba(15, 23, 42, .72);
    color: #fff;
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.radanan-home-master .radanan-video-player-modal__close:hover,
.radanan-home-master .radanan-video-player-modal__close:focus-visible {
    background: rgba(15, 23, 42, .94);
}

.radanan-home-master .radanan-video-player-modal__close:focus-visible {
    outline: 2px solid #fff;
    outline-offset: 2px;
}

.radanan-home-master .radanan-video-player-modal__media {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    background: #000;
    overflow: hidden;
}

.radanan-home-master .radanan-video-player-modal__frame,
.radanan-home-master .radanan-video-player-modal__file,
.radanan-home-master .radanan-video-player-modal__media iframe,
.radanan-home-master .radanan-video-player-modal__media video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
    margin: 0;
    background: #000;
}

.radanan-home-master .radanan-video-player-modal__title {
    margin: 0;
    padding: 12px 48px 14px 16px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.35;
    color: #e2e8f0;
}

.radanan-home-master .radanan-video-player-modal__title[hidden] {
    display: none !important;
}

@media (max-width: 1024px) {
    .radanan-home-master .radanan-video-player-modal__dialog {
        width: min(1100px, 92vw);
        border-radius: 14px;
    }
}

@media (max-width: 390px) {
    .radanan-home-master .radanan-video-player-modal {
        padding: 10px;
    }
    .radanan-home-master .radanan-video-player-modal__dialog {
        width: calc(100vw - 20px);
        border-radius: 14px;
    }
    .radanan-home-master .radanan-video-player-modal__close {
        width: 40px;
        height: 40px;
    }
}
/* Home Latest Videos — END */

/* Home China Shipping — START */
.radanan-home-master .radanan-home-shipping {
    margin-top: 2px;
    padding: 0 0 10px;
}

.radanan-home-master .radanan-home-shipping__shell {
    background: #fff;
    border: 1px solid rgba(15, 23, 42, .08);
    border-radius: 16px;
    box-shadow: 0 6px 18px rgba(15, 23, 42, .04);
    padding: 14px 16px 16px;
}

.radanan-home-master .radanan-home-shipping__header {
    margin-bottom: 12px;
    min-width: 0;
}

.radanan-home-master .radanan-home-shipping__eyebrow {
    display: inline-block;
    margin: 0 0 4px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #148ea0;
}

.radanan-home-master .radanan-home-shipping__title {
    margin: 0 0 4px;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1.2;
    color: #0f172a;
}

.radanan-home-master .radanan-home-shipping__lead {
    margin: 0;
    max-width: 62ch;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.45;
    color: #64748b;
}

.radanan-home-master .radanan-home-shipping__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    align-items: stretch;
}

.radanan-home-master .radanan-home-shipping__card {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    min-height: 100%;
    padding: 14px;
    border: 1px solid rgba(15, 23, 42, .08);
    border-radius: 14px;
    background: #f8fafc;
    color: inherit;
    text-decoration: none;
    box-shadow: 0 1px 2px rgba(15, 23, 42, .03);
    transition: border-color .18s ease, box-shadow .18s ease, background-color .18s ease;
}

.radanan-home-master .radanan-home-shipping__card:hover {
    border-color: rgba(20, 142, 160, .28);
    background: #fff;
    box-shadow: 0 8px 18px rgba(15, 23, 42, .08);
}

.radanan-home-master .radanan-home-shipping__card:focus-visible {
    outline: 2px solid #148ea0;
    outline-offset: 2px;
}

.radanan-home-master .radanan-home-shipping__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    min-width: 36px;
    border-radius: 999px;
    background: linear-gradient(180deg, #148ea0 0%, #0d7377 100%);
    color: #fff;
}

.radanan-home-master .radanan-home-shipping__icon svg {
    display: block;
}

.radanan-home-master .radanan-home-shipping__card-body {
    display: flex;
    flex-direction: column;
    min-width: 0;
    flex: 1;
}

.radanan-home-master .radanan-home-shipping__card-title {
    display: block;
    margin: 0 0 3px;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.25;
    color: #0f172a;
}

.radanan-home-master .radanan-home-shipping__card-text {
    display: block;
    margin: 0 0 8px;
    font-size: 12px;
    line-height: 1.4;
    color: #64748b;
}

.radanan-home-master .radanan-home-shipping__cta {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    margin-top: auto;
    font-size: 12px;
    font-weight: 700;
    color: #0d7377;
}

.radanan-home-master .radanan-home-shipping__card:hover .radanan-home-shipping__cta {
    color: #148ea0;
}

@media (max-width: 639px) {
    .radanan-home-master .radanan-home-shipping__shell {
        padding: 12px 12px 14px;
        border-radius: 14px;
    }
    .radanan-home-master .radanan-home-shipping__title {
        font-size: 17px;
    }
    .radanan-home-master .radanan-home-shipping__grid {
        grid-template-columns: 1fr;
    }
}

@media (prefers-reduced-motion: reduce) {
    .radanan-home-master .radanan-home-shipping__card {
        transition: none;
    }
}
/* Home China Shipping — END */

/* Home Flash Sale — START */
.radanan-home-master #flashSaleSection.flash-sale-section {
    padding: 8px 0 6px;
    background: transparent;
    overflow: hidden;
}

.radanan-home-master #flashSaleSection .flash-sale-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px 16px;
    margin-bottom: 8px;
    padding: 0;
    min-width: 0;
}

.radanan-home-master #flashSaleSection .flash-sale-header h2 {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    min-width: 0;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1.2;
    color: #0f172a;
}

.radanan-home-master #flashSaleSection .flash-sale-header h2 .flash-icon {
    width: 28px;
    height: 28px;
    min-width: 28px;
    border-radius: 8px;
    font-size: 13px;
    background: #e53935;
}

.radanan-home-master #flashSaleSection .flash-sale-header .flash-timer {
    display: inline-flex;
    align-items: center;
    flex-shrink: 0;
    gap: 6px;
    font-size: 12px;
    font-weight: 600;
    color: #64748b;
}

.radanan-home-master #flashSaleSection .flash-sale-header .flash-timer > i {
    color: #e53935;
    font-size: 12px;
}

.radanan-home-master #flashSaleSection .flash-sale-header .flash-timer span {
    min-width: 28px;
    padding: 4px 6px;
    border-radius: 6px;
    background: #0f172a;
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.02em;
    line-height: 1;
    text-align: center;
}

.radanan-home-master #flashSaleSection .flash-sale-track-wrapper {
    padding: 0;
    cursor: default;
    overflow-x: hidden;
    overflow-y: hidden;
}

.radanan-home-master #flashSaleSection .flash-sale-track {
    gap: 10px;
    overflow: visible;
}

.radanan-home-master #flashSaleSection.flash-sale-section a.flash-sale-card {
    width: 186px;
    border: none;
    outline: none;
    border-radius: 14px;
    background: #fff;
    box-shadow: none;
    color: inherit;
    text-decoration: none;
    transition: background-color .18s ease;
}

.radanan-home-master #flashSaleSection.flash-sale-section a.flash-sale-card:hover {
    transform: none;
    border: none;
    outline: none;
    box-shadow: none;
}

.radanan-home-master #flashSaleSection .flash-sale-card:focus-visible {
    outline: 2px solid #e53935;
    outline-offset: 2px;
}

.radanan-home-master #flashSaleSection .flash-sale-card .fs-img-wrap {
    position: relative;
    overflow: hidden;
    background: #f8fafc;
}

.radanan-home-master #flashSaleSection .flash-sale-card .fs-img {
    width: 100%;
    height: 168px;
    object-fit: cover;
    display: block;
}

.radanan-home-master #flashSaleSection .flash-sale-card .fs-discount {
    top: 8px;
    left: 8px;
    padding: 2px 7px;
    border-radius: 6px;
    background: #e53935;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.02em;
    line-height: 1.3;
}

.radanan-home-master #flashSaleSection .flash-sale-card .fs-info {
    padding: 8px 10px 10px;
}

.radanan-home-master #flashSaleSection .flash-sale-card .fs-name {
    margin-bottom: 4px;
    min-height: 2.6em;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.3;
    color: #0f172a;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.radanan-home-master #flashSaleSection .flash-sale-card .fs-price-row {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 3px;
}

.radanan-home-master #flashSaleSection .flash-sale-card .fs-price {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 6px;
}

.radanan-home-master #flashSaleSection .flash-sale-card .fs-price .current {
    font-size: 15px;
    font-weight: 800;
    color: #e53935;
    line-height: 1.2;
}

.radanan-home-master #flashSaleSection .flash-sale-card .fs-price .original {
    font-size: 11px;
    font-weight: 500;
    color: #94a3b8;
}

.radanan-home-master #flashSaleSection .flash-sale-card .radanan-moq-sold {
    font-size: 10px;
    line-height: 1.3;
    color: #94a3b8;
}

.radanan-home-master #flashSaleSection.flash-theme-glass {
    background: transparent;
}

.radanan-home-master #flashSaleSection.flash-theme-glass .flash-sale-card {
    background: rgba(255, 255, 255, 0.82);
    border: 0;
    backdrop-filter: blur(10px);
}

.radanan-home-master #flashSaleSection.flash-theme-minimal {
    background: transparent;
}

.radanan-home-master #flashSaleSection.flash-theme-minimal .flash-sale-card {
    border-radius: 10px;
    box-shadow: none;
}

.radanan-home-master #flashSaleSection.flash-theme-neon {
    background: linear-gradient(180deg, #0f0f12 0%, #1a1020 100%);
}

.radanan-home-master #flashSaleSection.flash-theme-neon .flash-sale-header h2,
.radanan-home-master #flashSaleSection.flash-theme-neon .flash-sale-header .flash-timer {
    color: #f472b6;
}

.radanan-home-master #flashSaleSection.flash-theme-neon .flash-sale-header h2 .flash-icon,
.radanan-home-master #flashSaleSection.flash-theme-neon .flash-sale-header .flash-timer span {
    background: linear-gradient(135deg, #db2777, #7c3aed);
    color: #fff;
}

.radanan-home-master #flashSaleSection.flash-theme-neon .flash-sale-card {
    background: rgba(255, 255, 255, 0.06);
    border: 0;
    color: #f3f4f6;
}

.radanan-home-master #flashSaleSection.flash-theme-neon .flash-sale-card .fs-name {
    color: #f8fafc;
}

.radanan-home-master #flashSaleSection.flash-theme-neon .flash-sale-card .fs-price .original,
.radanan-home-master #flashSaleSection.flash-theme-neon .flash-sale-card .radanan-moq-sold {
    color: rgba(255, 255, 255, 0.5);
}

.radanan-home-master #flashSaleSection.flash-theme-neon .flash-sale-card .fs-img-wrap {
    background: #111827;
}

@media (max-width: 1024px) {
    .radanan-home-master #flashSaleSection .flash-sale-card {
        width: 176px;
    }
    .radanan-home-master #flashSaleSection .flash-sale-card .fs-img {
        height: 158px;
    }
}

@media (max-width: 768px) {
    .radanan-home-master #flashSaleSection.flash-sale-section {
        padding: 6px 0 4px;
    }
    .radanan-home-master #flashSaleSection .flash-sale-header h2 {
        font-size: 16px;
    }
    .radanan-home-master #flashSaleSection .flash-sale-card {
        width: 160px;
    }
    .radanan-home-master #flashSaleSection .flash-sale-card .fs-img {
        height: 148px;
    }
}

@media (max-width: 480px) {
    .radanan-home-master #flashSaleSection .flash-sale-header {
        flex-wrap: wrap;
        align-items: flex-start;
        row-gap: 8px;
    }
    .radanan-home-master #flashSaleSection .flash-sale-header .flash-timer {
        flex-wrap: wrap;
    }
    .radanan-home-master #flashSaleSection .flash-sale-card {
        width: 140px;
    }
    .radanan-home-master #flashSaleSection .flash-sale-card .fs-img {
        height: 132px;
    }
    .radanan-home-master #flashSaleSection .flash-sale-card .fs-name {
        min-height: 2.6em;
        font-size: 11px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .radanan-home-master #flashSaleSection .flash-sale-card {
        transition: none;
    }
}
/* Home Flash Sale — END */

/* Home Promo Trio — START */
.radanan-home-master .radanan-home-promo-trio {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    margin: 8px 0 8px;
    padding: 0;
}
.radanan-home-master .radanan-home-promo-trio .container {
    padding-left: 16px;
    padding-right: 16px;
}
.radanan-home-master .radanan-home-promo-trio__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    width: 100%;
    max-width: 100%;
    min-width: 0;
}
.radanan-home-master .radanan-home-promo-trio__card {
    display: flex;
    align-items: stretch;
    position: relative;
    min-width: 0;
    height: 136px;
    min-height: 128px;
    max-height: 148px;
    border-radius: 16px;
    overflow: hidden;
    border: 0;
    box-shadow: 0 2px 10px rgba(15, 23, 42, 0.06);
    background: linear-gradient(105deg, #b7dff7 0%, #cfeafc 48%, #dff3ff 100%);
}
.radanan-home-master .radanan-home-promo-trio__card:nth-child(2) {
    background: linear-gradient(105deg, #f7b4c8 0%, #fbc5d4 48%, #fdd6e0 100%);
}
.radanan-home-master .radanan-home-promo-trio__card:nth-child(3) {
    background: linear-gradient(105deg, #b4ead8 0%, #c8f1e3 48%, #dcf7ee 100%);
}
.radanan-home-master .radanan-home-promo-trio__copy {
    flex: 1 1 auto;
    min-width: 0;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 16px 8px 16px 20px;
    gap: 0;
}
.radanan-home-master .radanan-home-promo-trio__title {
    margin: 0;
    font-size: 17px;
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1.22;
    color: #16324a;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-word;
}
.radanan-home-master .radanan-home-promo-trio__card:nth-child(2) .radanan-home-promo-trio__title {
    color: #4a1730;
}
.radanan-home-master .radanan-home-promo-trio__card:nth-child(3) .radanan-home-promo-trio__title {
    color: #163c34;
}
.radanan-home-master .radanan-home-promo-trio__sub {
    margin: 5px 0 0;
    font-size: 12px;
    line-height: 1.3;
    color: rgba(22, 50, 74, 0.72);
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-word;
}
.radanan-home-master .radanan-home-promo-trio__cta {
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    margin-top: 10px;
    padding: 8px 14px;
    border-radius: 10px;
    font-size: 12.5px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.01em;
    text-decoration: none;
    color: #fff;
    background: #0d4f78;
    border: 0;
    box-shadow: 0 2px 6px rgba(13, 79, 120, 0.28);
    max-width: 100%;
    white-space: nowrap;
}
.radanan-home-master .radanan-home-promo-trio__cta::after {
    content: "";
    width: 0.42em;
    height: 0.42em;
    margin-left: 0.5em;
    border-right: 2px solid currentColor;
    border-top: 2px solid currentColor;
    transform: rotate(45deg) translateY(-0.05em);
    flex: 0 0 auto;
}
.radanan-home-master .radanan-home-promo-trio__cta:hover {
    color: #fff;
    background: #0a3f61;
}
.radanan-home-master .radanan-home-promo-trio__card:nth-child(2) .radanan-home-promo-trio__cta {
    background: #e21870;
    box-shadow: 0 2px 6px rgba(226, 24, 112, 0.28);
}
.radanan-home-master .radanan-home-promo-trio__card:nth-child(2) .radanan-home-promo-trio__cta:hover {
    background: #c41461;
}
.radanan-home-master .radanan-home-promo-trio__card:nth-child(3) .radanan-home-promo-trio__cta {
    background: #0d4f78;
    box-shadow: 0 2px 6px rgba(13, 79, 120, 0.28);
}
.radanan-home-master .radanan-home-promo-trio__media {
    flex: 0 0 46%;
    max-width: 210px;
    min-width: 108px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 10px 14px 10px 0;
    overflow: hidden;
}
.radanan-home-master .radanan-home-promo-trio__media img {
    display: block;
    width: auto;
    max-width: 100%;
    height: 100%;
    max-height: 116px;
    object-fit: contain;
    object-position: center right;
    filter: drop-shadow(0 8px 14px rgba(15, 23, 42, 0.14));
}
@media (max-width: 1024px) {
    .radanan-home-master .radanan-home-promo-trio__title {
        font-size: 15px;
    }
    .radanan-home-master .radanan-home-promo-trio__copy {
        padding: 14px 6px 14px 16px;
    }
    .radanan-home-master .radanan-home-promo-trio__cta {
        padding: 7px 12px;
        font-size: 12px;
    }
    .radanan-home-master .radanan-home-promo-trio__media {
        max-width: 170px;
        padding-right: 12px;
    }
}
@media (max-width: 768px) {
    .radanan-home-master .radanan-home-promo-trio__grid,
    .radanan-home-master .radanan-home-promo-trio__grid--2,
    .radanan-home-master .radanan-home-promo-trio__grid--3 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }
    .radanan-home-master .radanan-home-promo-trio__grid--1 {
        grid-template-columns: minmax(0, 1fr);
    }
    .radanan-home-master .radanan-home-promo-trio__card {
        height: 128px;
        min-height: 120px;
        max-height: 140px;
    }
    .radanan-home-master .radanan-home-promo-trio__title {
        font-size: 14.5px;
    }
}
@media (max-width: 390px) {
    .radanan-home-master .radanan-home-promo-trio .container {
        padding-left: 12px;
        padding-right: 12px;
    }
    .radanan-home-master .radanan-home-promo-trio__grid,
    .radanan-home-master .radanan-home-promo-trio__grid--1,
    .radanan-home-master .radanan-home-promo-trio__grid--2,
    .radanan-home-master .radanan-home-promo-trio__grid--3 {
        grid-template-columns: minmax(0, 1fr);
        gap: 8px;
    }
    .radanan-home-master .radanan-home-promo-trio__card {
        height: 122px;
        min-height: 114px;
        max-height: 132px;
    }
    .radanan-home-master .radanan-home-promo-trio__copy {
        padding: 12px 6px 12px 14px;
    }
    .radanan-home-master .radanan-home-promo-trio__title {
        font-size: 14px;
    }
    .radanan-home-master .radanan-home-promo-trio__cta {
        margin-top: 8px;
        padding: 7px 11px;
        font-size: 11.5px;
    }
}
/* Home Promo Trio — END */

/* Home Shop by Category — START */
.radanan-home-master .radanan-home-sbc {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    margin: 6px 0 8px;
    padding: 0;
}
.radanan-home-master .radanan-home-sbc .container {
    padding-left: 16px;
    padding-right: 16px;
}
.radanan-home-master .radanan-home-sbc__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 12px;
    padding: 10px 14px;
    border-radius: 999px;
    background: #eef7fb;
    border: 1px solid #d7eaf3;
    min-width: 0;
}
.radanan-home-master .radanan-home-sbc__heading {
    min-width: 0;
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 8px 12px;
}
.radanan-home-master .radanan-home-sbc__title {
    margin: 0;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1.2;
    color: #0f3d4c;
}
.radanan-home-master .radanan-home-sbc__sub {
    margin: 0;
    font-size: 12.5px;
    line-height: 1.3;
    color: #5b7c88;
    white-space: nowrap;
}
.radanan-home-master .radanan-home-sbc__all {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 6px 12px;
    border-radius: 999px;
    font-size: 12.5px;
    font-weight: 700;
    line-height: 1;
    color: #0e7490;
    text-decoration: none;
    background: #fff;
    border: 1px solid #c5e2ee;
    white-space: nowrap;
}
.radanan-home-master .radanan-home-sbc__all:hover {
    color: #0e7490;
    background: #f8fcfe;
    border-color: #9fd0e0;
}
.radanan-home-master .radanan-home-sbc__grid {
    display: grid;
    grid-template-columns: repeat(8, minmax(0, 1fr));
    gap: 10px;
    width: 100%;
    max-width: 100%;
    min-width: 0;
}
.radanan-home-master .radanan-home-sbc__tile {
    display: flex;
    flex-direction: column;
    min-width: 0;
    text-decoration: none;
    color: inherit;
    background: #fff;
    border: 1px solid #e8eef3;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.03);
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.radanan-home-master .radanan-home-sbc__tile:hover {
    border-color: #d5e2ea;
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.05);
    color: inherit;
    text-decoration: none;
}
.radanan-home-master .radanan-home-sbc__media {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 112px;
    min-height: 112px;
    max-height: 112px;
    padding: 10px 8px 6px;
    background: #f5f7f9;
    overflow: hidden;
}
.radanan-home-master .radanan-home-sbc__media img {
    display: block;
    width: auto;
    max-width: 100%;
    height: 100%;
    max-height: 96px;
    object-fit: contain;
    object-position: center;
}
.radanan-home-master .radanan-home-sbc__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 10px;
    background: #eef2f6;
    color: #64748b;
    font-size: 18px;
}
.radanan-home-master .radanan-home-sbc__name {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0;
    padding: 8px 8px 10px;
    font-size: 12.5px;
    font-weight: 650;
    line-height: 1.3;
    text-align: center;
    color: #1e293b;
    word-break: break-word;
}
@media (max-width: 1440px) {
    .radanan-home-master .radanan-home-sbc__grid {
        grid-template-columns: repeat(7, minmax(0, 1fr));
    }
}
@media (max-width: 1024px) {
    .radanan-home-master .radanan-home-sbc__grid {
        grid-template-columns: repeat(5, minmax(0, 1fr));
        gap: 9px;
    }
    .radanan-home-master .radanan-home-sbc__media {
        height: 100px;
        min-height: 100px;
        max-height: 100px;
    }
    .radanan-home-master .radanan-home-sbc__media img {
        max-height: 84px;
    }
}
@media (max-width: 768px) {
    .radanan-home-master .radanan-home-sbc__header {
        padding: 8px 10px;
        border-radius: 14px;
        align-items: flex-start;
    }
    .radanan-home-master .radanan-home-sbc__sub {
        white-space: normal;
    }
    .radanan-home-master .radanan-home-sbc__title {
        font-size: 15px;
    }
    .radanan-home-master .radanan-home-sbc__grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 8px;
    }
    .radanan-home-master .radanan-home-sbc__media {
        height: 92px;
        min-height: 92px;
        max-height: 92px;
        padding: 8px 6px 4px;
    }
}
@media (max-width: 390px) {
    .radanan-home-master .radanan-home-sbc .container {
        padding-left: 12px;
        padding-right: 12px;
    }
    .radanan-home-master .radanan-home-sbc__header {
        flex-wrap: wrap;
        gap: 8px;
    }
    .radanan-home-master .radanan-home-sbc__all {
        margin-left: auto;
        font-size: 11.5px;
        padding: 5px 10px;
    }
    .radanan-home-master .radanan-home-sbc__sub {
        font-size: 11.5px;
    }
    .radanan-home-master .radanan-home-sbc__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }
    .radanan-home-master .radanan-home-sbc__media {
        height: 96px;
        min-height: 96px;
        max-height: 96px;
    }
    .radanan-home-master .radanan-home-sbc__name {
        font-size: 12px;
        padding: 7px 6px 9px;
    }
}
/* Home Shop by Category — END */

/* Home New Arrivals — START */
.radanan-home-master #products.py-20,
.radanan-home-master #products {
    padding-top: 16px;
    padding-bottom: 22px;
    margin-top: 0;
    background: #fff;
    width: 100%;
    max-width: 100%;
    min-width: 0;
}
.radanan-home-master #products .products-section-header {
    margin-bottom: 12px;
    align-items: baseline;
    gap: 10px;
}
.radanan-home-master #products .products-section-header h2 {
    font-size: 20px;
    font-weight: 750;
    letter-spacing: -0.02em;
    line-height: 1.2;
    color: #0f172a;
}
.radanan-home-master #products .view-all-link {
    flex-shrink: 0;
    white-space: nowrap;
    font-size: 13px;
    font-weight: 650;
}
.radanan-home-master #products .new-arrivals-block {
    min-width: 0;
    width: 100%;
}
.radanan-home-master #products #newArrivalsBannerWrap[style*="display:none"],
.radanan-home-master #products #newArrivalsBannerWrap[style*="display: none"] {
    display: none !important;
    margin: 0 !important;
    height: 0 !important;
    min-height: 0 !important;
    overflow: hidden !important;
}
.radanan-home-master #products .new-arrivals-mosaic,
.radanan-home-master #products .new-arrivals-equal-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    align-items: stretch;
    width: 100%;
    max-width: 100%;
    min-width: 0;
}
.radanan-home-master #products .new-arrivals-mosaic .product-card,
.radanan-home-master #products .new-arrivals-mosaic .product-card--featured {
    grid-column: auto !important;
    grid-row: auto !important;
    display: flex;
    flex-direction: column;
    height: auto;
    max-height: 340px;
    min-width: 0;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 13px;
    box-shadow: 0 1px 4px rgba(15, 23, 42, 0.04);
    background: #fff;
    overflow: hidden;
}
.radanan-home-master #products .new-arrivals-mosaic .product-card:hover,
.radanan-home-master #products .new-arrivals-mosaic .product-card--featured:hover {
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.07);
    border-color: rgba(15, 23, 42, 0.12);
}
.radanan-home-master #products .new-arrivals-mosaic .product-card:only-child {
    grid-column: 1 / -1 !important;
    max-width: 280px;
    margin: 0 auto;
}
.radanan-home-master #products .new-arrivals-mosaic .product-image-container,
.radanan-home-master #products .new-arrivals-mosaic .product-card--featured .product-image-container {
    height: 196px !important;
    min-height: 196px !important;
    max-height: 196px !important;
    aspect-ratio: auto;
    flex: 0 0 196px;
    background: #f4f6f8;
}
.radanan-home-master #products .new-arrivals-mosaic .product-image,
.radanan-home-master #products .new-arrivals-mosaic .product-image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.radanan-home-master #products .new-arrivals-mosaic .product-card:hover .product-image {
    transform: none;
}
.radanan-home-master #products .new-arrivals-mosaic .quick-actions {
    opacity: 0;
    transform: none;
    gap: 4px;
    top: 6px;
    right: 6px;
}
.radanan-home-master #products .new-arrivals-mosaic .product-card:hover .quick-actions,
.radanan-home-master #products .new-arrivals-mosaic .product-card:focus-within .quick-actions {
    opacity: 1;
}
.radanan-home-master #products .new-arrivals-mosaic .quick-action-btn {
    width: 26px;
    height: 26px;
    font-size: 11px;
    box-shadow: 0 1px 3px rgba(15, 23, 42, 0.08);
}
.radanan-home-master #products .new-arrivals-mosaic .product-badges {
    top: 6px;
    left: 6px;
    gap: 3px;
}
.radanan-home-master #products .new-arrivals-mosaic .product-badge {
    padding: 2px 6px;
    font-size: 9px;
}
.radanan-home-master #products .new-arrivals-mosaic .product-info {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    min-height: 0;
    padding: 8px 10px 10px;
    border-top: 1px solid #f1f5f9;
    background: #fff;
}
.radanan-home-master #products .new-arrivals-mosaic .product-info-body {
    flex: 0 1 auto;
    min-height: 0;
}
.radanan-home-master #products .new-arrivals-mosaic .product-brand {
    font-size: 10px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #94a3b8;
    margin-bottom: 2px;
    line-height: 1.2;
}
.radanan-home-master #products .new-arrivals-mosaic .product-name,
.radanan-home-master #products .new-arrivals-mosaic .product-card--featured .product-name {
    font-size: 12.5px;
    font-weight: 650;
    line-height: 1.3;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-word;
    color: #0f172a;
}
.radanan-home-master #products .new-arrivals-mosaic .product-rating {
    margin: 3px 0 0;
    font-size: 10px;
    line-height: 1;
}
.radanan-home-master #products .new-arrivals-mosaic .product-price {
    display: flex;
    flex-wrap: nowrap;
    align-items: baseline;
    gap: 6px;
    margin-top: 5px;
    min-width: 0;
}
.radanan-home-master #products .new-arrivals-mosaic .product-price .current,
.radanan-home-master #products .new-arrivals-mosaic .product-card--featured .product-price .current {
    font-size: 14px;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.15;
    white-space: nowrap;
}
.radanan-home-master #products .new-arrivals-mosaic .product-price .original {
    font-size: 11px;
    font-weight: 500;
    color: #94a3b8;
    text-decoration: line-through;
    white-space: nowrap;
}
.radanan-home-master #products .new-arrivals-mosaic .radanan-moq-sold,
.radanan-home-master #products .new-arrivals-mosaic .radanan-card-stats,
.radanan-home-master #products .new-arrivals-mosaic .product-order-hint {
    font-size: 10px;
    line-height: 1.25;
    margin-top: 3px;
    color: #64748b;
}
.radanan-home-master #products .new-arrivals-mosaic .product-card-actions,
.radanan-home-master #products .new-arrivals-mosaic .product-card-actions--row {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    margin-top: 7px;
    gap: 6px;
}
.radanan-home-master #products .new-arrivals-mosaic .pc-btn {
    flex: 1 1 0;
    min-width: 0;
    max-width: 124px;
    font-size: 10.5px;
    font-weight: 700;
    line-height: 1;
    padding: 6px 8px;
    border-radius: 8px;
    white-space: nowrap;
}
.radanan-home-master #products .new-arrivals-load-more-wrap {
    margin-top: 14px;
}
@media (max-width: 1024px) {
    .radanan-home-master #products .new-arrivals-mosaic,
    .radanan-home-master #products .new-arrivals-equal-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 9px;
    }
    .radanan-home-master #products .new-arrivals-mosaic .product-card--featured {
        grid-column: auto !important;
        grid-row: auto !important;
    }
    .radanan-home-master #products .new-arrivals-mosaic .product-image-container,
    .radanan-home-master #products .new-arrivals-mosaic .product-card--featured .product-image-container {
        height: 184px !important;
        min-height: 184px !important;
        max-height: 184px !important;
        flex-basis: 184px;
    }
}
@media (max-width: 768px) {
    .radanan-home-master #products {
        padding-top: 14px;
        padding-bottom: 18px;
    }
    .radanan-home-master #products .products-section-header h2 {
        font-size: 17px;
    }
    .radanan-home-master #products .new-arrivals-mosaic,
    .radanan-home-master #products .new-arrivals-equal-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }
    .radanan-home-master #products .new-arrivals-mosaic .product-image-container,
    .radanan-home-master #products .new-arrivals-mosaic .product-card--featured .product-image-container {
        height: 168px !important;
        min-height: 168px !important;
        max-height: 168px !important;
        flex-basis: 168px;
    }
    .radanan-home-master #products .new-arrivals-mosaic .quick-actions {
        opacity: 1;
    }
    .radanan-home-master #products .new-arrivals-mosaic .product-card {
        max-height: none;
    }
}
@media (max-width: 390px) {
    .radanan-home-master #products .new-arrivals-mosaic,
    .radanan-home-master #products .new-arrivals-equal-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 6px;
    }
    .radanan-home-master #products .new-arrivals-mosaic .product-image-container,
    .radanan-home-master #products .new-arrivals-mosaic .product-card--featured .product-image-container {
        height: 148px !important;
        min-height: 148px !important;
        max-height: 148px !important;
        flex-basis: 148px;
    }
    .radanan-home-master #products .new-arrivals-mosaic .product-info {
        padding: 7px 8px 8px;
    }
    .radanan-home-master #products .new-arrivals-mosaic .product-name {
        font-size: 11.5px;
    }
    .radanan-home-master #products .new-arrivals-mosaic .product-price {
        gap: 4px;
    }
    .radanan-home-master #products .new-arrivals-mosaic .product-price .current {
        font-size: 13px;
    }
    .radanan-home-master #products .new-arrivals-mosaic .product-price .original {
        font-size: 10px;
    }
    .radanan-home-master #products .new-arrivals-mosaic .pc-btn {
        font-size: 10px;
        padding: 6px 4px;
    }
}
/* Home New Arrivals — END */


/* Home discovery sections — contained native horizontal rows, no carousel runtime. */
.radanan-home-master .home-discovery{margin:10px 0 12px;padding-left:clamp(14px,1.2vw,22px);padding-right:clamp(14px,1.2vw,22px);min-width:0;max-width:100%;color:var(--text)}
.radanan-home-master #home-featured-collections{margin:8px 0 0}
.radanan-home-master #home-new-collection,.radanan-home-master #home-trending-now,.radanan-home-master #home-most-viewed{margin:16px 0 0}
.radanan-home-master #home-most-viewed{margin:16px 0 12px}
.radanan-home-master .home-discovery__header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:8px}
.radanan-home-master .home-discovery__header h2{margin:0;font-size:18px;font-weight:750;line-height:1.3;display:flex;gap:8px;align-items:center}
.radanan-home-master .home-discovery__header p{margin:2px 0 0;color:var(--text-muted,#687080);font-size:12px}
.radanan-home-master .home-discovery__all{flex-shrink:0;border:1px solid var(--border,#e5e7eb);border-radius:6px;padding:7px 10px;font-size:11px;font-weight:600;text-decoration:none;color:inherit;background:#fff}
.radanan-home-master .home-discovery__rail{--visible:6;--rail-gap:8px;display:grid;grid-auto-flow:column;grid-auto-columns:calc((100% - (var(--visible) - 1)*var(--rail-gap))/var(--visible));gap:var(--rail-gap);overflow-x:auto;overscroll-behavior-inline:contain;scroll-snap-type:x proximity;padding:0;scrollbar-width:thin}
.radanan-home-master .home-discovery__collection,.radanan-home-master .home-discovery__product{position:relative;min-width:0;overflow:hidden;border:none;outline:none;box-shadow:none;border-radius:8px;background:#fff;scroll-snap-align:start}
.radanan-home-master .home-discovery__collection{padding:8px;text-align:center;text-decoration:none;color:inherit}
.radanan-home-master .home-discovery__category-image{position:relative;display:grid;place-items:center;aspect-ratio:1.45;background:#f7f8fa;border:none;outline:none;box-shadow:none;border-radius:5px;overflow:hidden;font-size:26px;color:var(--text-muted,#687080)}
.radanan-home-master .home-discovery__category-image img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;background:#f7f8fa}
.radanan-home-master .home-discovery h3{font-size:12px;line-height:1.45;font-weight:600;margin:8px 0 0;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow-wrap:anywhere}
.radanan-home-master .home-discovery__product-link{display:block;padding:8px;text-decoration:none;color:inherit}
.radanan-home-master .home-discovery__product-image{display:block;aspect-ratio:1;background:#fafafa;border:none;outline:none;box-shadow:none;border-radius:5px;overflow:hidden}
.radanan-home-master .home-discovery__product-image img{width:100%;height:100%;object-fit:contain}
.radanan-home-master .home-discovery__product h3{height:35px;margin:8px 0 5px}
.radanan-home-master .home-discovery__price{display:block;font-size:15px;font-weight:750;color:var(--accent,#222)}
.radanan-home-master .home-discovery__offer{display:flex;flex-wrap:wrap;gap:5px;align-items:center;margin-top:3px;font-size:10px;color:var(--text-muted,#687080)}
.radanan-home-master .home-discovery__offer>span{color:#b42318}
.radanan-home-master .home-discovery__wish{position:absolute;right:12px;top:12px;width:27px;height:27px;display:grid;place-items:center;border:1px solid var(--border,#e5e7eb);border-radius:50%;background:#fff;color:var(--text);cursor:pointer;font-size:12px}
.radanan-home-master .home-discovery a:focus-visible,.radanan-home-master .home-discovery button:focus-visible,.radanan-home-master .home-discovery__rail:focus-visible{outline:2px solid var(--accent,#333);outline-offset:2px}
.radanan-home-master #home-featured-collections .home-discovery__collection,.radanan-home-master #home-featured-collections .home-discovery__collection:hover,.radanan-home-master #home-featured-collections .home-discovery__collection:focus{padding:0;border:none;outline:none;box-shadow:none;background:transparent;border-radius:0}
.radanan-home-master #home-featured-collections .home-discovery__collection::before,.radanan-home-master #home-featured-collections .home-discovery__collection::after{content:none;border:none;outline:none;box-shadow:none;background:none}
.radanan-home-master #home-featured-collections .home-discovery__collection h3{margin:8px 0 0}
.radanan-home-master #home-featured-collections .home-discovery__collection .home-discovery__subtitle{margin:5px 0 0;min-height:0}
.radanan-home-master #home-featured-collections .home-discovery__from{margin-top:8px}
.radanan-home-master #home-new-collection .home-discovery__product,.radanan-home-master #home-new-collection .home-discovery__product:hover,.radanan-home-master #home-new-collection .home-discovery__product-link,.radanan-home-master #home-new-collection .home-discovery__product-link:hover,.radanan-home-master #home-new-collection .home-discovery__product-link:focus,.radanan-home-master #home-trending-now .home-discovery__product,.radanan-home-master #home-trending-now .home-discovery__product:hover,.radanan-home-master #home-trending-now .home-discovery__product-link,.radanan-home-master #home-trending-now .home-discovery__product-link:hover,.radanan-home-master #home-trending-now .home-discovery__product-link:focus,.radanan-home-master #home-most-viewed .home-discovery__product,.radanan-home-master #home-most-viewed .home-discovery__product:hover,.radanan-home-master #home-most-viewed .home-discovery__product-link,.radanan-home-master #home-most-viewed .home-discovery__product-link:hover,.radanan-home-master #home-most-viewed .home-discovery__product-link:focus{padding:0;border:none;outline:none;box-shadow:none;background:transparent;border-radius:0}
.radanan-home-master #home-new-collection .home-discovery__product::before,.radanan-home-master #home-new-collection .home-discovery__product::after,.radanan-home-master #home-new-collection .home-discovery__product-link::before,.radanan-home-master #home-new-collection .home-discovery__product-link::after,.radanan-home-master #home-trending-now .home-discovery__product::before,.radanan-home-master #home-trending-now .home-discovery__product::after,.radanan-home-master #home-trending-now .home-discovery__product-link::before,.radanan-home-master #home-trending-now .home-discovery__product-link::after,.radanan-home-master #home-most-viewed .home-discovery__product::before,.radanan-home-master #home-most-viewed .home-discovery__product::after,.radanan-home-master #home-most-viewed .home-discovery__product-link::before,.radanan-home-master #home-most-viewed .home-discovery__product-link::after{content:none;border:none;outline:none;box-shadow:none;background:none}
.radanan-home-master #home-new-collection .home-discovery__product-link,.radanan-home-master #home-trending-now .home-discovery__product-link,.radanan-home-master #home-most-viewed .home-discovery__product-link{display:block;text-decoration:none;color:inherit}
.radanan-home-master #home-new-collection .home-discovery__product h3,.radanan-home-master #home-trending-now .home-discovery__product h3,.radanan-home-master #home-most-viewed .home-discovery__product h3{margin:8px 0 5px}
.radanan-home-master #home-new-collection .home-discovery__wish,.radanan-home-master #home-trending-now .home-discovery__wish,.radanan-home-master #home-most-viewed .home-discovery__wish{right:8px;top:8px}
@media(min-width:1500px){.radanan-home-master .home-discovery__rail--collections{--visible:7}.radanan-home-master .home-discovery__rail--products{--visible:8}}
@media(min-width:1200px) and (max-width:1499px){.radanan-home-master .home-discovery__rail--products{--visible:7}}
@media(max-width:1199px){.radanan-home-master .home-discovery__rail{--visible:5}}
@media(max-width:900px){.radanan-home-master .home-discovery__rail{--visible:4}}
@media(max-width:640px){.radanan-home-master .home-discovery__rail{--visible:2}.radanan-home-master .home-discovery{margin:8px 0 10px}.radanan-home-master #home-featured-collections{margin:8px 0 0}.radanan-home-master #home-new-collection,.radanan-home-master #home-trending-now{margin:14px 0 0}.radanan-home-master #home-most-viewed{margin:14px 0 10px}.radanan-home-master .home-discovery__header{gap:8px;margin-bottom:8px}.radanan-home-master .home-discovery__header h2{font-size:15px}.radanan-home-master .home-discovery__header p{font-size:10px;max-width:170px}.radanan-home-master .home-discovery__all{font-size:10px;padding:6px}}

/* Buying-intent collection details and dedicated listings. */
.radanan-home-master .home-discovery__subtitle{display:block;margin:4px 0;color:#687080;font-size:11px;line-height:1.45}
.radanan-home-master .home-discovery__collection .home-discovery__subtitle{min-height:32px}
.radanan-home-master .home-discovery__from{display:block;margin-top:4px;font-size:12px;font-weight:700}
.radanan-home-master.hfc-listing{min-width:0;padding:20px}
.radanan-home-master.hfc-listing h1{font-size:22px;font-weight:750}
.radanan-home-master .hfc-discovery-grid,.radanan-home-master .hfc-product-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:12px;margin-top:16px}
.radanan-home-master .hfc-pagination{display:flex;justify-content:center;align-items:center;gap:18px;margin:24px 0;font-size:12px}
@media(max-width:1199px){.radanan-home-master .hfc-discovery-grid,.radanan-home-master .hfc-product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}
@media(max-width:640px){.radanan-home-master.hfc-listing{padding:12px}.radanan-home-master .hfc-discovery-grid,.radanan-home-master .hfc-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.radanan-home-master.hfc-listing h1{font-size:18px}}
