.radanan-category-view {
    --category-view-surface: color-mix(in srgb, var(--card-bg, #fff) 96%, #f4f0ff);
    --category-view-border: color-mix(in srgb, var(--border, #e5e7eb) 84%, #7c3aed);
    --category-view-shadow: 0 14px 36px rgba(35, 20, 75, .08);
    display: block;
    width: 100%;
    max-width: none;
    min-width: 0;
    margin: 0;
    overflow-x: clip;
}

.pv-page-main:has(> .radanan-category-view) > .breadcrumb-section {
    display: none;
}

.radanan-category-view .shop-section.category-view-shell,
.radanan-category-view .category-view-shell {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 8px 0 36px;
}

.radanan-category-view .category-view-frame,
.radanan-category-view .max-w-7xl {
    width: 100%;
    max-width: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0;
    padding-right: 0;
    box-sizing: border-box;
}

.radanan-category-view .shop-main {
    width: 100%;
    min-width: 0;
}

.radanan-category-view .category-view-hero {
    --cv-hero-start: #211044;
    --cv-hero-mid: #5424aa;
    --cv-hero-end: #8b5cf6;
    --cv-hero-glow: 192, 132, 255;
    position: relative;
    isolation: isolate;
    display: grid;
    align-items: center;
    width: 100%;
    min-height: 214px;
    max-height: 286px;
    aspect-ratio: 18 / 5;
    margin: 0 0 12px;
    overflow: hidden;
    color: #fff;
    box-sizing: border-box;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: clamp(18px, 2vw, 28px);
    background:
        radial-gradient(circle at 83% 18%, rgba(var(--cv-hero-glow), .38) 0, rgba(var(--cv-hero-glow), 0) 28%),
        radial-gradient(circle at 72% 112%, rgba(255, 255, 255, .16) 0, rgba(255, 255, 255, 0) 34%),
        linear-gradient(118deg, var(--cv-hero-start) 0%, var(--cv-hero-mid) 54%, var(--cv-hero-end) 100%);
    box-shadow: 0 20px 46px rgba(35, 20, 75, .16), inset 0 1px 0 rgba(255, 255, 255, .14);
}

.radanan-category-view .category-view-hero--tone-1 { --cv-hero-start: #081d35; --cv-hero-mid: #0d5983; --cv-hero-end: #21a1bd; --cv-hero-glow: 97, 218, 251; }
.radanan-category-view .category-view-hero--tone-2 { --cv-hero-start: #351225; --cv-hero-mid: #8e2857; --cv-hero-end: #e05f8c; --cv-hero-glow: 255, 163, 196; }
.radanan-category-view .category-view-hero--tone-3 { --cv-hero-start: #0d2a22; --cv-hero-mid: #17664f; --cv-hero-end: #54b77e; --cv-hero-glow: 146, 255, 193; }
.radanan-category-view .category-view-hero--tone-4 { --cv-hero-start: #3a1c08; --cv-hero-mid: #98521a; --cv-hero-end: #e6a644; --cv-hero-glow: 255, 218, 143; }
.radanan-category-view .category-view-hero--tone-5 { --cv-hero-start: #201c4d; --cv-hero-mid: #5046a4; --cv-hero-end: #9488e9; --cv-hero-glow: 193, 184, 255; }

.radanan-category-view .category-view-hero::before,
.radanan-category-view .category-view-hero::after {
    position: absolute;
    z-index: -1;
    content: '';
    pointer-events: none;
}

.radanan-category-view .category-view-hero::before {
    top: -68%;
    right: -4%;
    width: min(42vw, 540px);
    height: 180%;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 50%;
    background: radial-gradient(circle at 40% 56%, rgba(255, 255, 255, .17), rgba(255, 255, 255, .025) 45%, transparent 68%);
    transform: rotate(-12deg);
}

.radanan-category-view .category-view-hero::after {
    inset: 0 0 0 auto;
    width: min(48%, 650px);
    border-radius: 0;
    opacity: .54;
    background:
        linear-gradient(135deg, transparent 18%, rgba(255, 255, 255, .12) 18.2%, transparent 18.7%, transparent 42%, rgba(255, 255, 255, .09) 42.2%, transparent 42.7%),
        repeating-linear-gradient(90deg, transparent 0 29px, rgba(255, 255, 255, .045) 30px);
    -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 48%);
    mask-image: linear-gradient(90deg, transparent 0%, #000 48%);
}

.radanan-category-view .category-view-hero__media,
.radanan-category-view .category-view-hero__shade {
    position: absolute;
    inset: 0;
}

.radanan-category-view .category-view-hero__media {
    z-index: -3;
    overflow: hidden;
}

.radanan-category-view .category-view-hero__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 42%;
    filter: saturate(1.08) contrast(1.04);
    transform: scale(1.012);
}

.radanan-category-view .category-view-hero__shade {
    z-index: -2;
    background:
        linear-gradient(0deg, rgba(10, 6, 28, .36) 0%, transparent 48%),
        linear-gradient(90deg, rgba(13, 7, 34, .94) 0%, rgba(24, 13, 52, .82) 36%, rgba(27, 15, 57, .42) 66%, rgba(25, 14, 52, .12) 100%);
}

.radanan-category-view .category-view-hero:not(.has-image) .category-view-hero__shade {
    background:
        linear-gradient(0deg, rgba(8, 5, 24, .18), transparent 55%),
        linear-gradient(100deg, rgba(8, 5, 28, .3), rgba(8, 5, 28, .03) 72%);
}

.radanan-category-view .category-view-hero__art {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
    pointer-events: none;
}

.radanan-category-view .category-view-hero.has-image .category-view-hero__art {
    opacity: .22;
}

.radanan-category-view .category-view-hero__orb {
    position: absolute;
    top: -18%;
    right: 7%;
    width: min(34vw, 420px);
    height: min(34vw, 420px);
    border-radius: 50%;
    background:
        radial-gradient(circle at 38% 38%, rgba(255, 255, 255, .42), rgba(255, 255, 255, .08) 32%, transparent 64%),
        radial-gradient(circle at 62% 70%, rgba(var(--cv-hero-glow), .55), transparent 58%);
    filter: blur(2px);
}

.radanan-category-view .category-view-hero__panel {
    position: absolute;
    right: 6.5%;
    width: min(27%, 290px);
    height: 58%;
    border: 1px solid rgba(255, 255, 255, .34);
    border-radius: 22px;
    background: linear-gradient(160deg, rgba(255, 255, 255, .26), rgba(255, 255, 255, .07) 46%, rgba(255, 255, 255, .03));
    box-shadow: 0 18px 40px rgba(8, 4, 24, .18), inset 0 1px 0 rgba(255, 255, 255, .28);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    transform: rotate(18deg);
}

.radanan-category-view .category-view-hero__panel:nth-child(2) {
    top: 12%;
}

.radanan-category-view .category-view-hero__panel:nth-child(3) {
    top: 28%;
    right: 15%;
    width: min(22%, 230px);
    height: 48%;
    opacity: .72;
    transform: rotate(11deg);
}

.radanan-category-view .category-view-hero__sheen {
    position: absolute;
    inset: 0;
    background: linear-gradient(115deg, transparent 42%, rgba(255, 255, 255, .12) 50%, transparent 58%);
    opacity: .55;
}

.radanan-category-view .category-view-hero__content {
    position: relative;
    z-index: 1;
    width: min(760px, 72%);
    min-width: 0;
    padding: clamp(24px, 3vw, 42px) clamp(24px, 3.6vw, 54px);
    box-sizing: border-box;
}

.radanan-category-view .category-view-hero__content::before {
    position: absolute;
    top: 24%;
    bottom: 24%;
    left: clamp(12px, 2vw, 30px);
    width: 3px;
    content: '';
    border-radius: 99px;
    background: linear-gradient(180deg, rgba(255, 255, 255, .9), rgba(255, 255, 255, .14));
    box-shadow: 0 0 20px rgba(255, 255, 255, .3);
}

.radanan-category-view .category-view-hero__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    max-width: 100%;
    margin: 0 0 10px;
    padding: 6px 11px 6px 9px;
    overflow: hidden;
    color: rgba(255, 255, 255, .96);
    font-size: clamp(.7rem, .78vw, .78rem);
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: .075em;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
    border: 1px solid rgba(255, 255, 255, .28);
    border-radius: 999px;
    background: rgba(255, 255, 255, .11);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .13);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
}

.radanan-category-view .category-view-hero__eyebrow::before {
    width: 7px;
    height: 7px;
    content: '';
    flex: 0 0 7px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 0 4px rgba(255, 255, 255, .13);
}

.radanan-category-view .category-view-hero__title {
    margin: 0;
    overflow-wrap: anywhere;
    color: #fff;
    font-size: clamp(1.9rem, 3vw, 3.15rem);
    font-weight: 800;
    line-height: 1.02;
    letter-spacing: -.045em;
    text-wrap: balance;
    text-shadow: 0 4px 24px rgba(8, 4, 24, .28);
}

.radanan-category-view .category-view-hero__description {
    display: -webkit-box;
    max-width: 54ch;
    margin: 11px 0 0;
    overflow: hidden;
    color: rgba(255, 255, 255, .9);
    font-size: clamp(.86rem, 1vw, 1rem);
    line-height: 1.55;
    text-shadow: 0 2px 12px rgba(8, 4, 24, .24);
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.radanan-category-view .category-view-hero__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 42px;
    margin-top: 16px;
    padding: 9px 18px;
    color: #32126c;
    font-size: .84rem;
    font-weight: 800;
    line-height: 1.2;
    text-decoration: none;
    border: 1px solid rgba(255, 255, 255, .78);
    border-radius: 999px;
    background: linear-gradient(135deg, #fff 0%, #f2eaff 100%);
    box-shadow: 0 10px 24px rgba(10, 6, 30, .2), inset 0 1px 0 #fff;
    transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease;
}

.radanan-category-view .category-view-hero__cta::after {
    content: '\2192';
    font-size: 1.05em;
    line-height: 1;
    transition: transform .2s ease;
}

.radanan-category-view .category-view-hero__cta:hover,
.radanan-category-view .category-view-hero__cta:focus-visible {
    color: #32126c;
    transform: translateY(-2px);
    box-shadow: 0 14px 28px rgba(10, 6, 30, .28), inset 0 1px 0 #fff;
}

.radanan-category-view .category-view-hero__cta:hover::after,
.radanan-category-view .category-view-hero__cta:focus-visible::after {
    transform: translateX(3px);
}

.radanan-category-view .cv-progressive-status {
    min-height: 28px;
    margin: 12px 0 0;
    color: #6b7280;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.01em;
    text-align: center;
}

.radanan-category-view .cv-progressive-status.is-loading::before {
    content: '';
    display: inline-block;
    width: 13px;
    height: 13px;
    margin-right: 8px;
    border: 2px solid rgba(124, 58, 237, 0.2);
    border-top-color: #7c3aed;
    border-radius: 50%;
    vertical-align: -2px;
    animation: cv-progressive-spin 0.65s linear infinite;
}

.radanan-category-view .cv-progressive-sentinel {
    width: 100%;
    height: 1px;
    pointer-events: none;
}

@keyframes cv-progressive-spin {
    to { transform: rotate(360deg); }
}

@media (prefers-reduced-motion: reduce) {
    .radanan-category-view .cv-progressive-status.is-loading::before {
        animation: none;
    }
}

.radanan-category-view .shop-main {
    width: 100%;
    min-width: 0;
}

.radanan-category-view .mobile-filter-toggle {
    display: none !important;
}

.radanan-category-view .shop-toolbar.category-view-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 8px 12px;
    margin: 0 0 10px;
    padding: 6px 0 10px;
    background: transparent;
    border: 0;
    border-bottom: 1px solid color-mix(in srgb, var(--border, #e5e7eb) 88%, #7c3aed);
    border-radius: 0;
    box-shadow: none;
}

.radanan-category-view .category-view-toolbar .toolbar-left,
.radanan-category-view .category-view-toolbar .toolbar-right {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    min-width: 0;
}

.radanan-category-view .category-view-toolbar .product-count {
    font-size: .78rem;
    color: var(--text-muted, #6b7280);
}

.radanan-category-view .category-view-toolbar .active-filters {
    gap: 6px;
}

.radanan-category-view .category-view-toolbar .active-filter-tag {
    padding: 3px 8px;
    font-size: 11px;
}

.radanan-category-view .cv-filter-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-height: 32px;
    padding: 0 11px;
    color: var(--text, #1f2937);
    font-size: .75rem;
    font-weight: 700;
    font-family: inherit;
    line-height: 1;
    cursor: pointer;
    border: 1px solid var(--border, #e5e7eb);
    border-radius: 8px;
    background: var(--card-bg, #fff);
}

.radanan-category-view .cv-filter-btn:hover,
.radanan-category-view .cv-filter-btn:focus-visible,
.radanan-category-view .cv-filter-btn.is-open {
    color: var(--accent, #7c3aed);
    border-color: color-mix(in srgb, var(--accent, #7c3aed) 55%, var(--border, #e5e7eb));
}

.radanan-category-view .category-view-toolbar .sort-select {
    min-height: 32px;
    padding: 4px 30px 4px 10px;
    font-size: .75rem;
    border-width: 1px;
    border-radius: 8px;
    background-color: var(--card-bg, #fff);
}

.radanan-category-view .category-view-toolbar .view-toggle {
    gap: 4px;
}

.radanan-category-view .category-view-toolbar .view-btn {
    width: 32px;
    height: 32px;
    border-width: 1px;
    border-radius: 8px;
    background-color: var(--card-bg, #fff);
}

.radanan-category-view .category-view-filters {
    display: none;
    grid-template-columns: minmax(0, 1.2fr) minmax(180px, .8fr);
    gap: 12px 16px;
    margin: 0 0 12px;
    padding: 10px 12px;
    border: 1px solid var(--category-view-border);
    border-radius: 10px;
    background: var(--card-bg, #fff);
    box-shadow: none;
}

.radanan-category-view .category-view-filters.show {
    display: grid;
}

.radanan-category-view .category-view-filters .sidebar-widget {
    min-width: 0;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.radanan-category-view .category-view-filters .widget-title {
    margin-bottom: 6px;
    padding-bottom: 6px;
    font-size: .78rem;
}

.radanan-category-view .category-view-filters .range-slider {
    margin: 8px 0;
}

.radanan-category-view .category-view-filters .price-input {
    padding: 6px 8px;
    font-size: 12px;
}

.radanan-category-view .category-view-filters .filter-check {
    padding: 4px 0;
    font-size: 13px;
}

.radanan-category-view .category-view-filters .btn-primary-sm {
    width: auto;
    margin-top: 8px;
    padding: 7px 16px;
    font-size: 12px;
}

.radanan-category-view .products-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    gap: 10px;
}

.radanan-category-view .products-grid.list-view {
    grid-template-columns: 1fr !important;
    gap: 10px;
}

.radanan-category-view .products-grid .product-card,
.radanan-category-view .products-grid .product-card.product-card--category-view {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-width: 0;
    overflow: hidden;
    background: var(--card-bg, #fff);
    border: 1px solid color-mix(in srgb, var(--border, #e5e7eb) 90%, #7c3aed);
    border-radius: 12px;
    box-shadow: none;
    transform: none;
    transition: border-color .2s ease, box-shadow .2s ease;
}

.radanan-category-view .products-grid .product-card:hover,
.radanan-category-view .products-grid .product-card.product-card--category-view:hover {
    border-color: color-mix(in srgb, var(--accent, #7c3aed) 50%, var(--border, #e5e7eb));
    box-shadow: 0 8px 18px rgba(35, 20, 75, .08);
    transform: none;
}

.radanan-category-view .products-grid .product-card .product-image-container,
.radanan-category-view .products-grid.radanan-unified-listing .product-image-container {
    position: relative;
    height: auto !important;
    min-height: 0 !important;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: #f4f2fa;
    border-radius: 12px 12px 0 0;
    flex-shrink: 0;
}

.radanan-category-view .products-grid .product-card .cv-card-media-link {
    display: block;
    width: 100%;
    height: 100%;
}

.radanan-category-view .products-grid .product-card .product-image,
.radanan-category-view .products-grid .product-card .product-image-container img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transform: none;
}

.radanan-category-view .products-grid .product-card:hover .product-image,
.radanan-category-view .products-grid .product-card:hover .product-image-container img {
    transform: none;
}

.radanan-category-view .products-grid .product-card .product-badges {
    top: 8px;
    left: 8px;
    gap: 4px;
}

.radanan-category-view .products-grid .product-card .product-badge:nth-child(n+3) {
    display: none;
}

.radanan-category-view .products-grid .product-card .product-badge {
    padding: 3px 7px;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .04em;
    border-radius: 999px;
    box-shadow: 0 2px 6px rgba(16, 10, 36, .1);
}

.radanan-category-view .products-grid .product-card .quick-actions {
    top: 8px;
    right: 8px;
    opacity: 1;
    transform: none;
    gap: 4px;
}

.radanan-category-view .products-grid .product-card .quick-action-btn {
    width: 30px;
    height: 30px;
    color: #3b2a63;
    background: rgba(255, 255, 255, .94);
    border: 1px solid rgba(255, 255, 255, .8);
    box-shadow: 0 4px 10px rgba(20, 12, 48, .1);
}

.radanan-category-view .products-grid .product-card .quick-action-btn:hover,
.radanan-category-view .products-grid .product-card .quick-action-btn:focus-visible {
    color: #fff;
    background: var(--accent, #7c3aed);
    border-color: var(--accent, #7c3aed);
}

.radanan-category-view .products-grid .product-card .cv-quick-view-btn {
    opacity: 0;
    pointer-events: none;
}

.radanan-category-view .products-grid .product-card:hover .cv-quick-view-btn,
.radanan-category-view .products-grid .product-card .cv-quick-view-btn:focus-visible {
    opacity: 1;
    pointer-events: auto;
}

.radanan-category-view .products-grid .product-card .cv-card-stock-overlay {
    position: absolute;
    inset: auto 8px 8px 8px;
    z-index: 2;
    padding: 4px 8px;
    color: #fff;
    font-size: .68rem;
    font-weight: 800;
    letter-spacing: .04em;
    text-align: center;
    text-transform: uppercase;
    pointer-events: none;
    border-radius: 999px;
    background: rgba(17, 24, 39, .82);
}

.radanan-category-view .products-grid .product-card .product-info {
    display: flex;
    flex: 1;
    flex-direction: column;
    min-width: 0;
    padding: 8px 8px 10px;
}

.radanan-category-view .products-grid .product-card .product-info-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    min-width: 0;
}

.radanan-category-view .products-grid .product-card .product-brand,
.radanan-category-view .products-grid .product-card .product-rating,
.radanan-category-view .products-grid .product-card .radanan-moq-sold,
.radanan-category-view .products-grid .product-card .product-order-hint,
.radanan-category-view .products-grid .product-card .radanan-card-stats {
    display: none;
}

.radanan-category-view .products-grid .product-card .product-name {
    display: -webkit-box;
    min-height: 2.5em;
    margin: 0 0 6px;
    overflow: hidden;
    color: var(--text, #1f2937);
    font-size: .8rem;
    font-weight: 700;
    line-height: 1.25;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.radanan-category-view .products-grid .product-card .product-name a {
    color: inherit;
    text-decoration: none;
}

.radanan-category-view .products-grid .product-card .product-name a:hover,
.radanan-category-view .products-grid .product-card .product-name a:focus-visible {
    color: var(--accent, #7c3aed);
}

.radanan-category-view .products-grid .product-card .product-price {
    display: flex;
    align-items: baseline;
    gap: 6px;
    margin-top: auto;
    flex-wrap: wrap;
}

.radanan-category-view .products-grid .product-card .product-price .current {
    color: var(--primary, #111827);
    font-size: .92rem;
    font-weight: 800;
    letter-spacing: -.02em;
}

.radanan-category-view .products-grid .product-card .product-price .original {
    color: var(--text-muted, #9ca3af);
    font-size: .74rem;
    text-decoration: line-through;
}

.radanan-category-view .products-grid .product-card .product-card-actions--row {
    display: flex;
    gap: 6px;
    margin-top: 8px;
    padding-top: 0;
}

.radanan-category-view .products-grid .product-card .product-card-actions .pc-btn {
    flex: 1 1 0;
    min-width: 0;
    min-height: 30px;
    padding: 5px 6px;
    font-size: .66rem;
    font-weight: 800;
    border-radius: 8px;
}

.radanan-category-view .products-grid .product-card .product-card-actions .pc-btn-cart {
    flex: 1.35 1 0;
    color: #fff;
    background: var(--accent, #7c3aed);
    border-color: var(--accent, #7c3aed);
}

.radanan-category-view .products-grid .product-card .product-card-actions .pc-btn-cart:hover:not(:disabled) {
    color: #fff;
    background: var(--accent-hover, #6d28d9);
    border-color: var(--accent-hover, #6d28d9);
}

.radanan-category-view .products-grid .product-card .product-card-actions .pc-btn-buy {
    flex: 1 1 0;
    color: var(--accent, #7c3aed);
    background: transparent;
    border-color: color-mix(in srgb, var(--accent, #7c3aed) 55%, var(--border, #e5e7eb));
}

.radanan-category-view .products-grid .product-card .product-card-actions .pc-btn-buy:hover:not(:disabled) {
    color: var(--accent, #7c3aed);
    background: color-mix(in srgb, var(--accent, #7c3aed) 10%, #fff);
}

.radanan-category-view .products-grid .product-card.is-out-of-stock .cv-card-stock-overlay {
    opacity: 1;
}

.radanan-category-view .products-grid.list-view .product-card,
.radanan-category-view .products-grid.list-view .product-card.product-card--category-view {
    display: grid;
    grid-template-columns: 140px minmax(0, 1fr);
    align-items: stretch;
    height: auto;
}

.radanan-category-view .products-grid.list-view .product-card .product-image-container,
.radanan-category-view .products-grid.list-view.radanan-unified-listing .product-image-container {
    aspect-ratio: 1 / 1;
    height: auto !important;
    min-height: 0 !important;
    border-radius: 12px 0 0 12px;
}

.radanan-category-view .products-grid.list-view .product-card .product-info {
    padding: 10px 12px;
    justify-content: center;
}

.radanan-category-view .products-grid.list-view .product-card .product-name {
    min-height: 0;
    -webkit-line-clamp: 2;
    font-size: .9rem;
}

.radanan-category-view .products-grid.list-view .product-card .product-card-actions--row {
    max-width: 320px;
}

.radanan-category-view .pagination {
    margin-top: 22px;
}

@media (max-width: 1359px) {
    .radanan-category-view .products-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 1199px) {
    .radanan-category-view .products-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }

    .radanan-category-view .category-view-filters.show {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 899px) {
    .radanan-category-view .products-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 8px;
    }
}

@media (max-width: 768px) {
    .radanan-category-view .products-grid .product-card .cv-quick-view-btn {
        opacity: .9;
        pointer-events: auto;
    }

    .radanan-category-view .products-grid.list-view .product-card,
    .radanan-category-view .products-grid.list-view .product-card.product-card--category-view {
        grid-template-columns: 1fr;
    }

    .radanan-category-view .products-grid.list-view .product-card .product-image-container,
    .radanan-category-view .products-grid.list-view.radanan-unified-listing .product-image-container {
        aspect-ratio: 1 / 1;
        border-radius: 12px 12px 0 0;
    }

    .radanan-category-view .products-grid.list-view .product-card .product-info {
        padding: 10px;
    }

    .radanan-category-view .products-grid.list-view .product-card .product-card-actions--row {
        max-width: none;
    }
}

@media (max-width: 599px) {
    .radanan-category-view .products-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 7px;
    }

    .radanan-category-view .products-grid .product-card,
    .radanan-category-view .products-grid .product-card.product-card--category-view {
        border-radius: 10px;
    }

    .radanan-category-view .products-grid .product-card .product-image-container,
    .radanan-category-view .products-grid.radanan-unified-listing .product-image-container {
        border-radius: 10px 10px 0 0;
    }

    .radanan-category-view .products-grid .product-card .product-info {
        padding: 7px 7px 8px;
    }

    .radanan-category-view .products-grid .product-card .product-name {
        min-height: 2.4em;
        margin-bottom: 4px;
        font-size: .74rem;
        -webkit-line-clamp: 2;
    }

    .radanan-category-view .products-grid .product-card .product-price .current {
        font-size: .84rem;
    }

    .radanan-category-view .products-grid .product-card .product-card-actions--row {
        flex-direction: column;
        gap: 5px;
        margin-top: 6px;
    }

    .radanan-category-view .products-grid .product-card .product-card-actions .pc-btn {
        flex: 1 1 auto;
        min-height: 28px;
        font-size: .64rem;
    }

    .radanan-category-view .products-grid .product-card .quick-action-btn {
        width: 28px;
        height: 28px;
        font-size: 11px;
    }
}

@media (max-width: 360px) {
    .radanan-category-view .products-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 6px;
    }

    .radanan-category-view .products-grid .product-card .product-name {
        font-size: .7rem;
    }

    .radanan-category-view .products-grid .product-card .product-card-actions .pc-btn i {
        display: none;
    }
}

@media (max-width: 1023px) {
    .radanan-category-view .shop-section.category-view-shell,
    .radanan-category-view .category-view-shell {
        padding-top: 8px;
    }

    .radanan-category-view .category-view-frame,
    .radanan-category-view .max-w-7xl {
        padding-left: clamp(8px, 3vw, 18px);
        padding-right: clamp(8px, 3vw, 18px);
    }

    .radanan-category-view .category-view-hero {
        min-height: 210px;
        max-height: 252px;
        aspect-ratio: 16 / 5;
    }

    .radanan-category-view .category-view-hero__content {
        width: min(700px, 78%);
        padding: 24px 30px;
    }

    .radanan-category-view .category-view-hero__title {
        font-size: clamp(1.72rem, 4vw, 2.4rem);
    }
}

@media (max-width: 768px) {
    .radanan-category-view .category-view-hero {
        min-height: 218px;
        max-height: none;
        aspect-ratio: auto;
    }

    .radanan-category-view .category-view-hero__content {
        width: min(650px, 88%);
        padding: 26px 30px;
    }

    .radanan-category-view .category-view-hero__panel {
        width: 42%;
        right: -6%;
        opacity: .55;
    }

    .radanan-category-view .category-view-hero__title {
        font-size: clamp(1.62rem, 5.4vw, 2.2rem);
    }

    .radanan-category-view .shop-toolbar.category-view-toolbar {
        flex-direction: row;
        align-items: center;
    }
}

@media (max-width: 520px) {
    .radanan-category-view .shop-section.category-view-shell,
    .radanan-category-view .category-view-shell {
        padding-top: 6px;
    }

    .radanan-category-view .category-view-hero {
        min-height: 224px;
        max-height: none;
        margin-bottom: 10px;
        border-radius: 16px;
    }

    .radanan-category-view .category-view-hero__content {
        width: 100%;
        padding: 22px 20px 24px 28px;
    }

    .radanan-category-view .category-view-hero__content::before {
        top: 22%;
        bottom: 22%;
        left: 14px;
        width: 2px;
    }

    .radanan-category-view .category-view-hero__eyebrow {
        margin-bottom: 8px;
        padding: 5px 9px 5px 8px;
        font-size: .7rem;
    }

    .radanan-category-view .category-view-hero__title {
        font-size: clamp(1.5rem, 7vw, 1.92rem);
    }

    .radanan-category-view .category-view-hero__description {
        margin-top: 8px;
        font-size: .875rem;
        line-height: 1.48;
        -webkit-line-clamp: 2;
    }

    .radanan-category-view .category-view-hero__cta {
        min-height: 38px;
        margin-top: 12px;
        padding: 8px 14px;
        font-size: .78rem;
    }

    .radanan-category-view .category-view-hero__panel {
        display: none;
    }

    .radanan-category-view .category-view-hero__orb {
        right: -18%;
        width: 70vw;
        height: 70vw;
        opacity: .85;
    }

    .radanan-category-view .category-view-hero::before {
        right: -34%;
        width: 88vw;
    }

    .radanan-category-view .category-view-hero::after {
        width: 58%;
    }

    .radanan-category-view .category-view-filters.show {
        padding: 8px 10px;
        border-radius: 10px;
    }

    .radanan-category-view .shop-toolbar.category-view-toolbar {
        padding-bottom: 8px;
        margin-bottom: 8px;
    }
}

@media (max-width: 360px) {
    .radanan-category-view .category-view-hero {
        min-height: 218px;
        max-height: none;
    }

    .radanan-category-view .category-view-hero__content {
        padding: 20px 16px 22px 26px;
    }

    .radanan-category-view .category-view-hero__description {
        -webkit-line-clamp: 2;
    }

    .radanan-category-view .category-view-hero__cta {
        margin-top: 8px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .radanan-category-view .category-view-hero__cta {
        transition: none;
    }

    .radanan-category-view .category-view-special-offer__cta {
        transition: none;
    }

    .radanan-category-view .products-grid .product-card,
    .radanan-category-view .products-grid .product-card:hover {
        transform: none;
        transition: none;
    }
}

.radanan-category-view .category-view-special-offer {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    margin: 12px 10px 14px;
    padding: 14px 12px;
    color: #fff;
    border: 1px solid color-mix(in srgb, var(--border, #e5e7eb) 70%, #7c3aed);
    border-radius: 14px;
    background: linear-gradient(160deg, #2a1658 0%, #5b34c4 58%, #7c54e0 100%);
    box-shadow: 0 10px 22px rgba(35, 20, 75, .12);
}

.radanan-category-view .category-view-special-offer__media,
.radanan-category-view .category-view-special-offer::before {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.radanan-category-view .category-view-special-offer__media {
    z-index: -2;
    overflow: hidden;
}

.radanan-category-view .category-view-special-offer__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.radanan-category-view .category-view-special-offer.has-image::before {
    z-index: -1;
    content: '';
    background: linear-gradient(180deg, rgba(18, 10, 40, .82) 0%, rgba(30, 17, 61, .78) 100%);
}

.radanan-category-view .category-view-special-offer__body {
    position: relative;
    z-index: 1;
}

.radanan-category-view .category-view-special-offer__badge {
    display: inline-flex;
    max-width: 100%;
    margin: 0 0 8px;
    padding: 3px 8px;
    overflow: hidden;
    color: #2d165e;
    font-size: .68rem;
    font-weight: 800;
    letter-spacing: .04em;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
    border-radius: 999px;
    background: #fff;
}

.radanan-category-view .category-view-special-offer__heading {
    margin: 0;
    color: #fff;
    font-size: .92rem;
    font-weight: 800;
    line-height: 1.25;
}

.radanan-category-view .category-view-special-offer__text {
    margin: 6px 0 0;
    color: rgba(255, 255, 255, .86);
    font-size: .75rem;
    line-height: 1.45;
}

.radanan-category-view .category-view-special-offer__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 32px;
    margin-top: 10px;
    padding: 6px 12px;
    color: #2d165e;
    font-size: .74rem;
    font-weight: 800;
    line-height: 1.2;
    text-decoration: none;
    border-radius: 999px;
    background: #fff;
    transition: transform .2s ease;
}

.radanan-category-view .category-view-special-offer__cta:hover,
.radanan-category-view .category-view-special-offer__cta:focus-visible {
    color: #2d165e;
    transform: translateY(-1px);
}

@media (max-width: 1023px) {
    .radanan-category-view .category-view-special-offer {
        margin: 10px 8px 12px;
        padding: 12px 10px;
    }
}
