@font-face {
    font-family: 'IRANSansX';
    src: url('/fonts/iransans/IRANSansX-Regular.woff2') format('woff2');
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'IRANSansX';
    src: url('/fonts/iransans/IRANSansX-Bold.woff2') format('woff2');
    font-weight: 800;
    font-display: swap;
}

* { box-sizing: border-box; }

:root {
    --rs-primary: #16C7C7;
    --rs-primary-2: #20E3D2;
    --rs-dark: #073B4C;
    --rs-deep: #042631;
    --rs-ink: #062d38;
    --rs-muted: rgba(6,45,56,.62);
    --rs-card: rgba(255,255,255,.76);
    --rs-card-strong: rgba(255,255,255,.92);
    --rs-border: rgba(255,255,255,.88);
    --rs-line: rgba(7,59,76,.10);
    --rs-orange: #f97316;
    --rs-yellow: #f59e0b;
    --rs-green: #10b981;
    --rs-red: #ef4444;
    --rs-shadow: 0 30px 90px rgba(7,49,61,.14);
    --rs-shadow-strong: 0 38px 120px rgba(7,49,61,.22);
}

html {
    scroll-behavior: smooth;
}

body.rasa-shop-body {
    margin: 0;
    direction: rtl;
    font-family: 'IRANSansX', Tahoma, Arial, sans-serif;
    color: var(--rs-ink);
    min-height: 100vh;
    background:
        radial-gradient(circle at 7% 9%, rgba(32,227,210,.34), transparent 22%),
        radial-gradient(circle at 93% 8%, rgba(7,59,76,.16), transparent 28%),
        radial-gradient(circle at 48% 94%, rgba(245,158,11,.11), transparent 24%),
        linear-gradient(135deg, #f6ffff 0%, #eefafa 46%, #fbfff7 100%);
    overflow-x: hidden;
}

body.rasa-shop-body::before {
    content: "";
    position: fixed;
    inset: -25%;
    z-index: -2;
    background:
        radial-gradient(circle at 20% 30%, rgba(22,199,199,.22), transparent 18%),
        radial-gradient(circle at 74% 20%, rgba(7,59,76,.15), transparent 20%),
        radial-gradient(circle at 58% 82%, rgba(249,115,22,.11), transparent 22%);
    filter: blur(32px);
    animation: rasaAura 14s ease-in-out infinite alternate;
}

body.rasa-shop-body::after {
    content: "";
    position: fixed;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    background:
        linear-gradient(rgba(7,59,76,.025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(7,59,76,.025) 1px, transparent 1px);
    background-size: 42px 42px;
    mask-image: radial-gradient(circle at center, black 0%, transparent 78%);
}

@keyframes rasaAura {
    from { transform: translate3d(-1.2%, -.8%, 0) rotate(0deg) scale(1); }
    to { transform: translate3d(1.5%, 1.2%, 0) rotate(4deg) scale(1.035); }
}

a { color: inherit; }

.rasa-shop-wrap {
    width: min(1200px, calc(100% - 28px));
    margin: 0 auto;
    padding: 22px 0 74px;
}

.rasa-shop-topbar {
    position: sticky;
    top: 14px;
    z-index: 50;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 20px;
    padding: 12px 14px;
    border-radius: 32px;
    background: rgba(255,255,255,.72);
    border: 1px solid rgba(255,255,255,.92);
    box-shadow: 0 18px 70px rgba(7,49,61,.10);
    backdrop-filter: blur(22px);
}

.rasa-shop-brand {
    display: flex;
    flex-direction: column;
    gap: 2px;
    color: var(--rs-ink);
    text-decoration: none;
    min-width: 180px;
}

.rasa-shop-brand strong {
    font-size: 17px;
    font-weight: 950;
    letter-spacing: -.4px;
}

.rasa-shop-brand span {
    color: var(--rs-muted);
    font-size: 11px;
    font-weight: 800;
}

.rasa-shop-nav {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.rasa-shop-nav a,
.rasa-shop-btn,
.rasa-shop-btn-light,
.rasa-shop-danger {
    min-height: 42px;
    padding: 0 17px;
    border: 0;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    font-family: inherit;
    font-size: 12px;
    font-weight: 950;
    text-decoration: none;
    cursor: pointer;
    transition: transform .22s ease, box-shadow .22s ease, background .22s ease;
}

.rasa-shop-nav a,
.rasa-shop-btn {
    color: #fff;
    background:
        radial-gradient(circle at 25% 18%, rgba(255,255,255,.35), transparent 25%),
        linear-gradient(135deg, var(--rs-primary), #087a88 54%, var(--rs-dark));
    box-shadow: 0 16px 36px rgba(7,49,61,.18);
}

.rasa-shop-btn-light,
.rasa-shop-nav a.light {
    color: var(--rs-ink);
    background: rgba(255,255,255,.74);
    border: 1px solid rgba(7,59,76,.08);
    box-shadow: 0 10px 28px rgba(7,49,61,.06);
}

.rasa-shop-danger {
    color: #991b1b;
    background: rgba(239,68,68,.10);
    border: 1px solid rgba(239,68,68,.16);
}

.rasa-shop-nav a:hover,
.rasa-shop-btn:hover,
.rasa-shop-btn-light:hover,
.rasa-shop-danger:hover {
    transform: translateY(-2px);
    box-shadow: 0 22px 48px rgba(7,49,61,.16);
}

.rasa-shop-hero {
    position: relative;
    overflow: hidden;
    min-height: 250px;
    padding: clamp(26px, 4vw, 46px);
    border-radius: 42px;
    color: #fff;
    background:
        radial-gradient(circle at 16% 26%, rgba(255,255,255,.18), transparent 24%),
        radial-gradient(circle at 86% 18%, rgba(249,115,22,.28), transparent 20%),
        linear-gradient(135deg, #032632 0%, #075766 48%, #16C7C7 100%);
    box-shadow: var(--rs-shadow-strong);
}

.rasa-shop-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(rgba(255,255,255,.07) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.07) 1px, transparent 1px);
    background-size: 36px 36px;
    animation: rasaGrid 16s linear infinite;
}

.rasa-shop-hero::after {
    content: "";
    position: absolute;
    left: -120px;
    bottom: -160px;
    width: 420px;
    height: 420px;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(255,255,255,.22), transparent 62%);
    filter: blur(8px);
    animation: rasaFloat 6s ease-in-out infinite alternate;
}

@keyframes rasaGrid { to { background-position: 36px 36px, 36px 36px; } }
@keyframes rasaFloat { to { transform: translate(28px, -18px) scale(1.05); } }

.rasa-shop-hero > * {
    position: relative;
    z-index: 2;
}

.rasa-shop-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.18fr) minmax(280px, .82fr);
    gap: 26px;
    align-items: center;
}

.rasa-shop-kicker {
    display: inline-flex;
    width: max-content;
    margin-bottom: 12px;
    padding: 7px 12px;
    border-radius: 999px;
    color: #fff;
    background: rgba(255,255,255,.14);
    border: 1px solid rgba(255,255,255,.24);
    font-size: 11px;
    font-weight: 950;
    backdrop-filter: blur(12px);
}

.rasa-shop-hero h1 {
    margin: 0;
    font-size: clamp(30px, 4.8vw, 56px);
    line-height: 1.35;
    letter-spacing: -1.2px;
}

.rasa-shop-hero p {
    margin: 13px 0 0;
    max-width: 740px;
    color: rgba(255,255,255,.82);
    line-height: 2.1;
    font-size: 14px;
}

.rasa-shop-hero-card {
    position: relative;
    overflow: hidden;
    padding: 24px;
    border-radius: 34px;
    background: rgba(255,255,255,.15);
    border: 1px solid rgba(255,255,255,.24);
    backdrop-filter: blur(18px);
}

.rasa-shop-hero-card::before {
    content: "";
    position: absolute;
    inset: -40%;
    background: conic-gradient(from 180deg, transparent, rgba(255,255,255,.22), transparent);
    animation: rasaSpin 9s linear infinite;
}

.rasa-shop-hero-card > * {
    position: relative;
    z-index: 1;
}

@keyframes rasaSpin { to { transform: rotate(360deg); } }

.rasa-shop-hero-card strong {
    display: block;
    font-size: 42px;
    font-weight: 950;
}

.rasa-shop-hero-card span {
    display: block;
    margin-top: 8px;
    color: rgba(255,255,255,.80);
    font-size: 12px;
    line-height: 2;
}

.rasa-shop-toolbar,
.rasa-shop-card,
.rasa-shop-panel,
.rasa-shop-product-image {
    background: var(--rs-card);
    border: 1px solid var(--rs-border);
    box-shadow: var(--rs-shadow);
    backdrop-filter: blur(22px);
}

.rasa-shop-toolbar {
    margin: 20px 0;
    padding: 14px;
    border-radius: 32px;
    display: grid;
    grid-template-columns: minmax(240px, 1fr) 190px 180px auto;
    gap: 11px;
    align-items: center;
}

.rasa-shop-field label {
    display: block;
    margin-bottom: 7px;
    font-size: 12px;
    font-weight: 950;
}

.rasa-shop-field input,
.rasa-shop-field select,
.rasa-shop-field textarea {
    width: 100%;
    min-height: 45px;
    border: 1px solid rgba(7,59,76,.10);
    border-radius: 18px;
    padding: 10px 14px;
    color: var(--rs-ink);
    background: rgba(255,255,255,.82);
    font-family: inherit;
    font-weight: 800;
    outline: none;
    transition: .2s ease;
}

.rasa-shop-field input:focus,
.rasa-shop-field select:focus,
.rasa-shop-field textarea:focus {
    border-color: rgba(22,199,199,.46);
    box-shadow: 0 0 0 4px rgba(22,199,199,.12);
}

.rasa-shop-field textarea {
    min-height: 120px;
    resize: vertical;
    line-height: 1.9;
}

.rasa-shop-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.rasa-shop-card {
    position: relative;
    overflow: hidden;
    border-radius: 34px;
    color: inherit;
    text-decoration: none;
    transform: translateY(0);
    transition: transform .24s ease, box-shadow .24s ease;
}

.rasa-shop-card::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(135deg, rgba(255,255,255,.24), transparent 42%);
    opacity: .55;
}

.rasa-shop-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 40px 120px rgba(7,49,61,.18);
}

.rasa-shop-card-image {
    position: relative;
    height: 230px;
    overflow: hidden;
    background:
        radial-gradient(circle at 18% 18%, rgba(22,199,199,.28), transparent 26%),
        linear-gradient(135deg, rgba(7,59,76,.12), rgba(22,199,199,.14));
}

.rasa-shop-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .3s ease, filter .3s ease;
}

.rasa-shop-card:hover .rasa-shop-card-image img {
    transform: scale(1.055);
    filter: saturate(1.12) contrast(1.04);
}

.rasa-shop-fallback {
    width: 100%;
    height: 100%;
    min-height: inherit;
    display: grid;
    place-items: center;
    color: rgba(7,59,76,.72);
    font-weight: 950;
    font-size: 26px;
    background:
        radial-gradient(circle at 28% 20%, rgba(32,227,210,.32), transparent 25%),
        radial-gradient(circle at 78% 80%, rgba(249,115,22,.15), transparent 24%),
        linear-gradient(135deg, rgba(255,255,255,.36), rgba(22,199,199,.10));
}

.rasa-shop-badge {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 4;
    padding: 7px 12px;
    border-radius: 999px;
    color: #fff;
    background: linear-gradient(135deg, #f97316, #ef4444);
    font-size: 11px;
    font-weight: 950;
    box-shadow: 0 12px 28px rgba(239,68,68,.20);
}

.rasa-shop-card-body {
    position: relative;
    z-index: 2;
    padding: 18px;
    background: rgba(255,255,255,.80);
}

.rasa-shop-card-body h3 {
    margin: 0 0 8px;
    font-size: 18px;
    line-height: 1.75;
    letter-spacing: -.3px;
}

.rasa-shop-card-body p {
    margin: 0;
    min-height: 50px;
    color: var(--rs-muted);
    line-height: 1.95;
    font-size: 12px;
}

.rasa-shop-price-row {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 12px;
    margin-top: 15px;
}

.rasa-shop-price {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.rasa-shop-price del {
    color: rgba(6,45,56,.36);
    font-size: 11px;
    font-weight: 800;
}

.rasa-shop-price strong {
    color: var(--rs-dark);
    font-size: 17px;
    font-weight: 950;
}

.rasa-shop-status,
.rasa-shop-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 7px 11px;
    border-radius: 999px;
    color: var(--rs-dark);
    background: rgba(22,199,199,.14);
    border: 1px solid rgba(22,199,199,.18);
    font-size: 11px;
    font-weight: 950;
}

.rasa-shop-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 350px;
    gap: 20px;
    align-items: start;
    margin-top: 20px;
}

.rasa-shop-product-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(330px, .9fr);
    gap: 20px;
    align-items: start;
}

.rasa-shop-panel {
    border-radius: 34px;
    padding: 22px;
}

.rasa-shop-panel h1,
.rasa-shop-panel h2,
.rasa-shop-panel h3 {
    margin: 0 0 12px;
    letter-spacing: -.5px;
}

.rasa-shop-description {
    color: rgba(6,45,56,.76);
    line-height: 2.25;
    font-size: 14px;
}

.rasa-shop-description p {
    margin-top: 0;
}

.rasa-shop-product-image {
    position: relative;
    overflow: hidden;
    border-radius: 38px;
    min-height: 480px;
    background:
        radial-gradient(circle at 18% 16%, rgba(32,227,210,.28), transparent 26%),
        radial-gradient(circle at 84% 78%, rgba(249,115,22,.13), transparent 24%),
        linear-gradient(135deg, rgba(255,255,255,.86), rgba(222,250,250,.75));
}

.rasa-shop-product-image::before {
    content: "";
    position: absolute;
    inset: 16px;
    border-radius: 30px;
    border: 1px solid rgba(255,255,255,.70);
    pointer-events: none;
    z-index: 2;
}

.rasa-shop-product-image img,
.rasa-shop-product-image .rasa-shop-fallback {
    width: 100%;
    min-height: 480px;
    height: 100%;
    object-fit: cover;
    display: block;
}

.rasa-shop-product-image img {
    filter: saturate(1.08) contrast(1.03);
}

.rasa-shop-buy-card {
    position: sticky;
    top: 104px;
    overflow: hidden;
    border-radius: 38px;
    padding: 22px;
    color: var(--rs-ink);
    background:
        linear-gradient(180deg, rgba(255,255,255,.93), rgba(255,255,255,.72)),
        radial-gradient(circle at 12% 15%, rgba(32,227,210,.20), transparent 24%);
    border: 1px solid rgba(255,255,255,.92);
    box-shadow: 0 32px 100px rgba(7,49,61,.16);
    backdrop-filter: blur(24px);
}

.rasa-shop-buy-card::before {
    content: "";
    position: absolute;
    top: -90px;
    left: -90px;
    width: 190px;
    height: 190px;
    border-radius: 999px;
    background: rgba(22,199,199,.20);
    filter: blur(12px);
}

.rasa-shop-buy-card > * {
    position: relative;
    z-index: 2;
}

.rasa-shop-product-title {
    margin: 6px 0 12px !important;
    font-size: clamp(26px, 3vw, 42px);
    line-height: 1.45;
    font-weight: 950;
}

.rasa-shop-summary {
    color: var(--rs-muted);
    line-height: 2.1;
    font-size: 13px;
}

.rasa-shop-price-box {
    margin: 18px 0;
    padding: 16px;
    border-radius: 26px;
    background:
        radial-gradient(circle at 18% 18%, rgba(22,199,199,.18), transparent 24%),
        rgba(255,255,255,.74);
    border: 1px solid rgba(7,59,76,.08);
}

.rasa-shop-price-box strong {
    display: block;
    color: var(--rs-dark);
    font-size: 32px;
    font-weight: 950;
}

.rasa-shop-price-box del {
    display: block;
    margin-bottom: 4px;
    color: rgba(6,45,56,.38);
    font-size: 12px;
    font-weight: 800;
}

.rasa-shop-trust-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 9px;
    margin: 16px 0;
}

.rasa-shop-trust {
    padding: 11px;
    border-radius: 20px;
    background: rgba(255,255,255,.62);
    border: 1px solid rgba(7,59,76,.07);
}

.rasa-shop-trust b {
    display: block;
    font-size: 12px;
    font-weight: 950;
}

.rasa-shop-trust span {
    display: block;
    margin-top: 3px;
    color: var(--rs-muted);
    font-size: 10px;
    font-weight: 800;
    line-height: 1.6;
}

.rasa-shop-alert {
    margin: 13px 0;
    padding: 13px 15px;
    border-radius: 20px;
    line-height: 1.9;
    font-size: 13px;
    font-weight: 850;
}

.rasa-shop-alert.success {
    color: #065f46;
    background: rgba(16,185,129,.12);
    border: 1px solid rgba(16,185,129,.20);
}

.rasa-shop-alert.error {
    color: #991b1b;
    background: rgba(239,68,68,.10);
    border: 1px solid rgba(239,68,68,.18);
}

.rasa-shop-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 11px;
}

.rasa-shop-table th {
    color: var(--rs-muted);
    font-size: 12px;
    text-align: right;
    padding: 0 10px;
}

.rasa-shop-table td {
    padding: 13px 11px;
    background: rgba(255,255,255,.72);
    border-top: 1px solid rgba(7,59,76,.06);
    border-bottom: 1px solid rgba(7,59,76,.06);
    vertical-align: middle;
}

.rasa-shop-table td:first-child {
    border-radius: 20px;
    border-right: 1px solid rgba(7,59,76,.06);
}

.rasa-shop-table td:last-child {
    border-radius: 20px;
    border-left: 1px solid rgba(7,59,76,.06);
}

.rasa-shop-mini-product {
    display: flex;
    align-items: center;
    gap: 11px;
}

.rasa-shop-mini-product img,
.rasa-shop-mini-thumb {
    width: 60px;
    height: 60px;
    border-radius: 18px;
    object-fit: cover;
    background: rgba(22,199,199,.12);
    display: grid;
    place-items: center;
    font-weight: 950;
}

.rasa-shop-qty {
    width: 84px;
    min-height: 39px;
    border-radius: 15px;
    border: 1px solid rgba(7,59,76,.10);
    padding: 6px 10px;
    font-family: inherit;
    font-weight: 900;
}

.rasa-shop-empty {
    padding: 44px 24px;
    text-align: center;
    border-radius: 34px;
    color: var(--rs-muted);
    background: rgba(255,255,255,.58);
    border: 1px dashed rgba(7,59,76,.16);
}

.rasa-shop-pagination {
    margin-top: 20px;
}

.rasa-shop-pagination nav {
    display: flex;
    justify-content: center;
}

.rasa-shop-related-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.rasa-shop-product-actions {
    display: grid;
    gap: 10px;
}

.rasa-shop-floating-note {
    margin-top: 12px;
    padding: 12px;
    border-radius: 22px;
    color: rgba(6,45,56,.68);
    background: rgba(255,255,255,.56);
    border: 1px solid rgba(7,59,76,.07);
    font-size: 11px;
    line-height: 1.9;
    font-weight: 850;
}

@media (max-width: 980px) {
    .rasa-shop-hero-grid,
    .rasa-shop-layout,
    .rasa-shop-product-layout,
    .rasa-shop-toolbar {
        grid-template-columns: 1fr;
    }

    .rasa-shop-buy-card {
        position: relative;
        top: auto;
    }

    .rasa-shop-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .rasa-shop-topbar {
        align-items: flex-start;
        flex-direction: column;
    }

    .rasa-shop-nav {
        justify-content: flex-start;
    }
}

@media (max-width: 640px) {
    .rasa-shop-wrap {
        width: min(100% - 18px, 1200px);
        padding-top: 12px;
    }

    .rasa-shop-grid {
        grid-template-columns: 1fr;
    }

    .rasa-shop-hero,
    .rasa-shop-panel,
    .rasa-shop-product-image,
    .rasa-shop-buy-card {
        border-radius: 26px;
    }

    .rasa-shop-product-image,
    .rasa-shop-product-image img,
    .rasa-shop-product-image .rasa-shop-fallback {
        min-height: 320px;
    }

    .rasa-shop-trust-grid {
        grid-template-columns: 1fr;
    }

    .rasa-shop-table,
    .rasa-shop-table thead,
    .rasa-shop-table tbody,
    .rasa-shop-table tr,
    .rasa-shop-table th,
    .rasa-shop-table td {
        display: block;
        width: 100%;
    }

    .rasa-shop-table thead {
        display: none;
    }

    .rasa-shop-table tr {
        margin-bottom: 12px;
        padding: 10px;
        border-radius: 22px;
        background: rgba(255,255,255,.72);
        border: 1px solid rgba(7,59,76,.07);
    }

    .rasa-shop-table td {
        border: 0 !important;
        border-radius: 0 !important;
        background: transparent;
    }
}

.rasa-shop-hero.rasa-shop-hero-compact {
    min-height: 185px !important;
    padding: clamp(20px, 2.8vw, 32px) !important;
    border-radius: 36px !important;
}

.rasa-shop-hero.rasa-shop-hero-compact h1 {
    font-size: clamp(28px, 3.6vw, 44px) !important;
    line-height: 1.27 !important;
}

.rasa-shop-hero.rasa-shop-hero-compact p {
    margin-top: 8px !important;
    line-height: 1.82 !important;
    font-size: 13px !important;
}

.rasa-shop-hero.rasa-shop-hero-compact .rasa-shop-hero-card {
    padding: 17px !important;
    border-radius: 26px !important;
}

.rasa-shop-hero.rasa-shop-hero-compact .rasa-shop-hero-card strong {
    font-size: 32px !important;
}

.rasa-shop-gallery-shell {
    position: relative;
    overflow-x: auto;
    overflow-y: visible;
    padding: 12px 4px 24px;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
    scrollbar-color: rgba(7, 59, 76, .24) transparent;
    mask-image: linear-gradient(90deg, transparent 0, black 34px, black calc(100% - 34px), transparent 100%);
}

.rasa-shop-gallery-shell::-webkit-scrollbar {
    height: 9px;
}

.rasa-shop-gallery-shell::-webkit-scrollbar-track {
    background: rgba(255,255,255,.35);
    border-radius: 999px;
}

.rasa-shop-gallery-shell::-webkit-scrollbar-thumb {
    background: linear-gradient(90deg, #16C7C7, #073B4C);
    border-radius: 999px;
}

.rasa-shop-gallery-track {
    display: flex;
    flex-wrap: nowrap;
    gap: 20px;
    width: max-content;
    min-width: 100%;
    padding: 2px 24px;
}

.rasa-shop-gallery-track .rasa-shop-card {
    flex: 0 0 340px;
    width: 340px;
    scroll-snap-align: start;
    box-shadow: 0 22px 70px rgba(7,49,61,.12);
}

.rasa-shop-gallery-track .rasa-shop-card:hover {
    transform: translateY(-10px) rotate(-.35deg);
}

.rasa-shop-gallery-track .rasa-shop-card::before {
    content: "";
    position: absolute;
    inset: -1px;
    z-index: 0;
    pointer-events: none;
    border-radius: inherit;
    background: linear-gradient(135deg, rgba(255,255,255,.72), transparent 35%, rgba(22,199,199,.24));
    opacity: .65;
}

.rasa-shop-gallery-track .rasa-shop-card > * {
    position: relative;
    z-index: 1;
}

.rasa-shop-gallery-track .rasa-shop-card:nth-child(3n+1) .rasa-shop-card-image {
    background:
        radial-gradient(circle at 18% 18%, rgba(22,199,199,.34), transparent 26%),
        linear-gradient(135deg, rgba(7,59,76,.15), rgba(22,199,199,.18));
}

.rasa-shop-gallery-track .rasa-shop-card:nth-child(3n+2) .rasa-shop-card-image {
    background:
        radial-gradient(circle at 22% 20%, rgba(249,115,22,.20), transparent 26%),
        linear-gradient(135deg, rgba(255,255,255,.18), rgba(22,199,199,.20));
}

.rasa-shop-gallery-track .rasa-shop-card:nth-child(3n+3) .rasa-shop-card-image {
    background:
        radial-gradient(circle at 78% 22%, rgba(16,185,129,.22), transparent 26%),
        linear-gradient(135deg, rgba(7,59,76,.14), rgba(255,255,255,.28));
}

.rasa-shop-card-image img {
    object-fit: cover !important;
}

@media (max-width: 640px) {
    .rasa-shop-hero.rasa-shop-hero-compact {
        min-height: 165px !important;
        padding: 18px !important;
    }

    .rasa-shop-hero.rasa-shop-hero-compact h1 {
        font-size: clamp(24px, 8vw, 34px) !important;
    }

    .rasa-shop-gallery-track {
        padding-inline: 12px;
    }

    .rasa-shop-gallery-track .rasa-shop-card {
        flex-basis: 282px;
        width: 282px;
    }
}

.rasa-shop-payment-box {
    margin-top: 20px;
    display: grid;
    gap: 14px;
}

.rasa-pay-method {
    position: relative;
    overflow: hidden;
    padding: 18px;
    border-radius: 28px;
    background:
        radial-gradient(circle at 14% 12%, rgba(22,199,199,.18), transparent 24%),
        rgba(255,255,255,.72);
    border: 1px solid rgba(255,255,255,.9);
    box-shadow: 0 18px 55px rgba(7,49,61,.08);
}

.rasa-pay-method::before {
    content: "";
    position: absolute;
    left: -65px;
    top: -65px;
    width: 150px;
    height: 150px;
    border-radius: 999px;
    background: rgba(22,199,199,.16);
    filter: blur(10px);
}

.rasa-pay-method > * {
    position: relative;
    z-index: 2;
}

.rasa-pay-method.online {
    background:
        radial-gradient(circle at 14% 12%, rgba(16,185,129,.18), transparent 24%),
        linear-gradient(135deg, rgba(255,255,255,.78), rgba(230,255,248,.76));
}

.rasa-pay-method.offline {
    background:
        radial-gradient(circle at 14% 12%, rgba(249,115,22,.13), transparent 24%),
        rgba(255,255,255,.7);
}

.rasa-pay-method b {
    display: block;
    margin-bottom: 6px;
    font-size: 16px;
    font-weight: 950;
    color: var(--rs-dark);
}

.rasa-pay-method p {
    margin: 0;
    color: var(--rs-muted);
    line-height: 2;
    font-size: 12px;
    font-weight: 800;
}

.rasa-card-number {
    direction: ltr;
    text-align: center;
    margin: 14px 0;
    padding: 14px 16px;
    border-radius: 22px;
    color: #fff;
    background:
        radial-gradient(circle at 20% 16%, rgba(255,255,255,.28), transparent 22%),
        linear-gradient(135deg, #073B4C, #0f766e 52%, #16C7C7);
    font-size: clamp(20px, 3vw, 30px);
    font-weight: 950;
    letter-spacing: 2px;
    box-shadow: 0 20px 50px rgba(7,59,76,.18);
}

.rasa-pay-meta {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 10px;
}

.rasa-pay-meta span {
    display: inline-flex;
    padding: 7px 10px;
    border-radius: 999px;
    color: var(--rs-dark);
    background: rgba(22,199,199,.12);
    border: 1px solid rgba(22,199,199,.16);
    font-size: 11px;
    font-weight: 950;
}

.rasa-pay-note {
    margin-top: 12px !important;
    padding: 12px;
    border-radius: 18px;
    background: rgba(255,255,255,.55);
    border: 1px solid rgba(7,59,76,.07);
}

.rasa-receipt-form {
    margin-top: 16px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.rasa-receipt-form .rasa-shop-btn {
    width: max-content;
}

@media (max-width: 720px) {
    .rasa-receipt-form {
        grid-template-columns: 1fr;
    }

    .rasa-card-number {
        font-size: 20px;
    }
}

.rasa-shop-address-box,
.rasa-shipment-box,
.rasa-address-view {
    margin-top: 20px;
    padding: 18px;
    border-radius: 28px;
    background:
        radial-gradient(circle at 14% 12%, rgba(22,199,199,.16), transparent 24%),
        rgba(255,255,255,.70);
    border: 1px solid rgba(255,255,255,.88);
    box-shadow: 0 18px 55px rgba(7,49,61,.08);
}

.rasa-shop-address-box.secondary {
    background:
        radial-gradient(circle at 14% 12%, rgba(249,115,22,.11), transparent 24%),
        rgba(255,255,255,.68);
}

.rasa-shop-address-box h2,
.rasa-shipment-box h2,
.rasa-address-view h3 {
    margin: 0 0 8px;
}

.rasa-shop-address-box p,
.rasa-shipment-box p,
.rasa-address-view p {
    margin: 0;
    color: var(--rs-muted);
    line-height: 2;
    font-size: 12px;
    font-weight: 800;
}

.rasa-address-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 14px;
}

.rasa-address-grid .wide {
    grid-column: 1 / -1;
}

.rasa-shop-field label span {
    color: #ef4444;
}

.rasa-shipment-steps {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 10px;
    margin: 16px 0;
}

.rasa-shipment-step {
    position: relative;
    min-height: 82px;
    padding: 12px 8px;
    border-radius: 22px;
    text-align: center;
    background: rgba(255,255,255,.62);
    border: 1px solid rgba(7,59,76,.07);
    color: rgba(6,45,56,.52);
}

.rasa-shipment-step.active {
    color: #073B4C;
    background:
        radial-gradient(circle at 24% 18%, rgba(255,255,255,.34), transparent 25%),
        linear-gradient(135deg, rgba(22,199,199,.28), rgba(255,255,255,.76));
    border-color: rgba(22,199,199,.28);
    box-shadow: 0 16px 40px rgba(7,49,61,.10);
}

.rasa-shipment-step span {
    width: 30px;
    height: 30px;
    margin: 0 auto 8px;
    border-radius: 999px;
    display: grid;
    place-items: center;
    color: #fff;
    background: linear-gradient(135deg, #16C7C7, #073B4C);
    font-weight: 950;
    font-size: 12px;
}

.rasa-shipment-step b {
    font-size: 11px;
    font-weight: 950;
}

.rasa-shipping-info-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.rasa-shipping-info-grid > div {
    padding: 12px;
    border-radius: 20px;
    background: rgba(255,255,255,.64);
    border: 1px solid rgba(7,59,76,.07);
}

.rasa-shipping-info-grid b {
    display: block;
    margin-bottom: 4px;
    color: var(--rs-dark);
    font-size: 12px;
    font-weight: 950;
}

.rasa-shipping-info-grid span {
    color: var(--rs-muted);
    font-size: 12px;
    line-height: 1.8;
    font-weight: 850;
}

@media (max-width: 720px) {
    .rasa-address-grid,
    .rasa-shipping-info-grid,
    .rasa-shipment-steps {
        grid-template-columns: 1fr;
    }
}

:root {
    --rsp-dark: #073B4C;
    --rsp-cyan: #16C7C7;
    --rsp-orange: #FF9F1C;
    --rsp-red: #EF476F;
    --rsp-green: #06D6A0;
    --rsp-muted: #6B7A86;
    --rsp-soft: #F3FBFC;
    --rsp-card: rgba(255,255,255,.78);
    --rsp-line: rgba(7,59,76,.10);
}

.rasa-shop-pro-hero {
    position: relative;
    display: grid;
    grid-template-columns: 1.4fr .9fr;
    gap: 18px;
    align-items: stretch;
    margin: 18px auto 18px;
    padding: clamp(18px, 3vw, 34px);
    border-radius: 34px;
    overflow: hidden;
    background:
        radial-gradient(circle at 14% 18%, rgba(22,199,199,.26), transparent 26%),
        radial-gradient(circle at 85% 20%, rgba(255,159,28,.22), transparent 24%),
        linear-gradient(135deg, #073B4C, #0B536B 48%, #16C7C7);
    color: #fff;
    box-shadow: 0 24px 70px rgba(7,49,61,.18);
}

.rasa-shop-pro-hero::after {
    content: "";
    position: absolute;
    inset: auto -80px -120px auto;
    width: 280px;
    height: 280px;
    border-radius: 999px;
    background: rgba(255,255,255,.14);
    filter: blur(4px);
    pointer-events: none;
}

.rasa-shop-pro-hero-copy,
.rasa-shop-pro-stats {
    position: relative;
    z-index: 2;
}

.rasa-shop-pro-kicker {
    display: inline-flex;
    width: fit-content;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(255,255,255,.14);
    border: 1px solid rgba(255,255,255,.24);
    font-size: 12px;
    font-weight: 900;
}

.rasa-shop-pro-hero h1 {
    margin: 12px 0 8px;
    max-width: 760px;
    font-size: clamp(28px, 4vw, 48px);
    line-height: 1.28;
    font-weight: 950;
    letter-spacing: -1px;
}

.rasa-shop-pro-hero p {
    margin: 0;
    max-width: 660px;
    color: rgba(255,255,255,.82);
    line-height: 2;
    font-size: 14px;
    font-weight: 750;
}

.rasa-shop-pro-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

.rasa-shop-pro-btn,
.rasa-shop-pro-btn-light,
.rasa-shop-pro-filter-form button,
.rasa-shop-pro-card-foot button,
.rasa-product-pro-cart button,
.rasa-product-pro-disabled,
.rasa-shop-pro-small-link {
    border: 0;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 0 16px;
    color: #fff;
    background: linear-gradient(135deg, var(--rsp-orange), var(--rsp-red));
    font-size: 12px;
    font-weight: 950;
    text-decoration: none;
    cursor: pointer;
    transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
    box-shadow: 0 14px 28px rgba(239,71,111,.18);
}

.rasa-shop-pro-btn:hover,
.rasa-shop-pro-filter-form button:hover,
.rasa-shop-pro-card-foot button:hover,
.rasa-product-pro-cart button:hover,
.rasa-shop-pro-small-link:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 38px rgba(239,71,111,.22);
}

.rasa-shop-pro-btn.light,
.rasa-shop-pro-btn-light {
    color: #073B4C;
    background: rgba(255,255,255,.90);
    box-shadow: 0 12px 26px rgba(7,49,61,.10);
}

.rasa-shop-pro-stats {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.rasa-shop-pro-stats div {
    min-height: 86px;
    padding: 14px;
    border-radius: 24px;
    background: rgba(255,255,255,.14);
    border: 1px solid rgba(255,255,255,.20);
    backdrop-filter: blur(8px);
}

.rasa-shop-pro-stats b {
    display: block;
    font-size: 26px;
    font-weight: 950;
}

.rasa-shop-pro-stats span {
    display: block;
    margin-top: 4px;
    color: rgba(255,255,255,.78);
    font-size: 12px;
    font-weight: 850;
}

.rasa-shop-pro-shell {
    display: grid;
    grid-template-columns: 285px minmax(0, 1fr);
    gap: 18px;
    align-items: start;
}

.rasa-shop-pro-filter,
.rasa-shop-pro-toolbar,
.rasa-product-pro,
.rasa-product-pro-details,
.rasa-shop-pro-related {
    border-radius: 28px;
    background:
        radial-gradient(circle at 12% 12%, rgba(22,199,199,.11), transparent 28%),
        rgba(255,255,255,.78);
    border: 1px solid rgba(255,255,255,.86);
    box-shadow: 0 18px 48px rgba(7,49,61,.08);
}

.rasa-shop-pro-filter {
    position: sticky;
    top: 92px;
    padding: 16px;
}

.rasa-shop-pro-filter-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 14px;
}

.rasa-shop-pro-filter-head strong {
    color: var(--rsp-dark);
    font-size: 15px;
    font-weight: 950;
}

.rasa-shop-pro-filter-head a {
    color: var(--rsp-red);
    font-size: 11px;
    font-weight: 900;
    text-decoration: none;
}

.rasa-shop-pro-filter-form {
    display: grid;
    gap: 11px;
}

.rasa-shop-pro-filter-form label {
    display: grid;
    gap: 6px;
}

.rasa-shop-pro-filter-form label span,
.rasa-product-pro-cart label span {
    color: var(--rsp-muted);
    font-size: 11px;
    font-weight: 900;
}

.rasa-shop-pro-filter-form input,
.rasa-shop-pro-filter-form select,
.rasa-product-pro-cart input {
    width: 100%;
    min-height: 39px;
    border: 1px solid var(--rsp-line);
    border-radius: 15px;
    padding: 0 12px;
    color: var(--rsp-dark);
    background: rgba(255,255,255,.88);
    outline: none;
    font-size: 12px;
    font-weight: 800;
}

.rasa-shop-pro-filter-form input:focus,
.rasa-shop-pro-filter-form select:focus,
.rasa-product-pro-cart input:focus {
    border-color: rgba(22,199,199,.55);
    box-shadow: 0 0 0 4px rgba(22,199,199,.10);
}

.rasa-shop-pro-filter-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 9px;
}

.rasa-shop-pro-check {
    display: flex !important;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 8px !important;
    padding: 10px;
    border-radius: 16px;
    background: rgba(22,199,199,.08);
}

.rasa-shop-pro-check input {
    width: 16px;
    min-height: auto;
}

.rasa-shop-pro-mini-info {
    margin-top: 14px;
    padding: 12px;
    border-radius: 20px;
    background: linear-gradient(135deg, rgba(255,159,28,.12), rgba(22,199,199,.10));
    border: 1px solid rgba(7,59,76,.06);
}

.rasa-shop-pro-mini-info b,
.rasa-shop-pro-mini-info span {
    display: block;
}

.rasa-shop-pro-mini-info b {
    color: var(--rsp-dark);
    font-size: 12px;
    font-weight: 950;
}

.rasa-shop-pro-mini-info span {
    margin-top: 5px;
    color: var(--rsp-muted);
    font-size: 11px;
    line-height: 1.9;
    font-weight: 750;
}

.rasa-shop-pro-main {
    min-width: 0;
}

.rasa-shop-pro-toolbar {
    padding: 14px;
    margin-bottom: 12px;
}

.rasa-shop-pro-toolbar > div:first-child span {
    display: block;
    color: var(--rsp-muted);
    font-size: 11px;
    font-weight: 850;
}

.rasa-shop-pro-toolbar > div:first-child strong {
    display: block;
    margin-top: 2px;
    color: var(--rsp-dark);
    font-size: 18px;
    font-weight: 950;
}

.rasa-shop-pro-toolbar-actions,
.rasa-shop-pro-type-tabs {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding-top: 10px;
    scrollbar-width: thin;
}

.rasa-shop-pro-toolbar-actions a,
.rasa-shop-pro-type-tabs a {
    flex: 0 0 auto;
    min-height: 34px;
    padding: 0 12px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    color: var(--rsp-dark);
    background: rgba(255,255,255,.72);
    border: 1px solid rgba(7,59,76,.08);
    text-decoration: none;
    font-size: 11px;
    font-weight: 900;
    transition: .16s ease;
}

.rasa-shop-pro-toolbar-actions a:hover,
.rasa-shop-pro-toolbar-actions a.is-active,
.rasa-shop-pro-type-tabs a:hover,
.rasa-shop-pro-type-tabs a.is-active {
    color: #fff;
    background: linear-gradient(135deg, var(--rsp-cyan), var(--rsp-dark));
    border-color: transparent;
}

.rasa-shop-pro-type-tabs {
    margin-bottom: 12px;
    padding: 0 2px 4px;
}

.rasa-shop-pro-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(205px, 1fr));
    gap: 13px;
}

.rasa-shop-pro-grid.compact {
    grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
}

.rasa-shop-pro-card {
    position: relative;
    overflow: hidden;
    border-radius: 24px;
    background: var(--rsp-card);
    border: 1px solid rgba(255,255,255,.90);
    box-shadow: 0 14px 38px rgba(7,49,61,.07);
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
    contain: layout paint style;
}

.rasa-shop-pro-card::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0;
    background:
        radial-gradient(circle at 30% 10%, rgba(22,199,199,.20), transparent 30%),
        radial-gradient(circle at 90% 80%, rgba(255,159,28,.16), transparent 26%);
    transition: opacity .18s ease;
    pointer-events: none;
}

.rasa-shop-pro-card:hover {
    transform: translateY(-5px);
    border-color: rgba(22,199,199,.22);
    box-shadow: 0 20px 52px rgba(7,49,61,.12);
}

.rasa-shop-pro-card:hover::before {
    opacity: 1;
}

.rasa-shop-pro-card-media {
    position: relative;
    display: block;
    height: 145px;
    overflow: hidden;
    border-radius: 22px 22px 16px 16px;
    background:
        radial-gradient(circle at 24% 18%, rgba(255,255,255,.68), transparent 25%),
        linear-gradient(135deg, rgba(22,199,199,.22), rgba(255,159,28,.18));
}

.rasa-shop-pro-card-media img,
.rasa-product-pro-main-image img,
.rasa-product-pro-thumbs img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.rasa-shop-pro-card:hover .rasa-shop-pro-card-media img {
    transform: scale(1.035);
}

.rasa-shop-pro-card-media img {
    transition: transform .28s ease;
}

.rasa-shop-pro-placeholder {
    width: 100%;
    height: 100%;
    display: grid;
    place-items: center;
    background:
        radial-gradient(circle at 30% 20%, rgba(255,255,255,.75), transparent 28%),
        linear-gradient(135deg, rgba(22,199,199,.28), rgba(255,159,28,.25));
}

.rasa-shop-pro-placeholder.big {
    min-height: 420px;
    border-radius: 28px;
}

.rasa-shop-pro-placeholder span {
    width: 58px;
    height: 58px;
    border-radius: 22px;
    display: grid;
    place-items: center;
    color: #fff;
    background: linear-gradient(135deg, var(--rsp-cyan), var(--rsp-dark));
    font-size: 28px;
    font-weight: 950;
}

.rasa-shop-pro-badge,
.rasa-shop-pro-featured {
    position: absolute;
    z-index: 2;
    min-height: 26px;
    padding: 0 9px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    color: #fff;
    font-size: 10px;
    font-weight: 950;
    box-shadow: 0 10px 20px rgba(7,49,61,.12);
}

.rasa-shop-pro-badge {
    top: 10px;
    right: 10px;
}

.rasa-shop-pro-badge.digital {
    background: linear-gradient(135deg, var(--rsp-cyan), var(--rsp-dark));
}

.rasa-shop-pro-badge.physical {
    background: linear-gradient(135deg, var(--rsp-orange), var(--rsp-red));
}

.rasa-shop-pro-featured {
    left: 10px;
    top: 10px;
    background: linear-gradient(135deg, var(--rsp-green), var(--rsp-cyan));
}

.rasa-shop-pro-card-body {
    position: relative;
    z-index: 2;
    padding: 12px;
}

.rasa-shop-pro-card-meta {
    display: flex;
    justify-content: space-between;
    gap: 8px;
    color: var(--rsp-muted);
    font-size: 10px;
    font-weight: 850;
}

.rasa-shop-pro-card h2 {
    margin: 8px 0 6px;
    min-height: 42px;
    font-size: 14px;
    line-height: 1.55;
    font-weight: 950;
}

.rasa-shop-pro-card h2 a {
    color: var(--rsp-dark);
    text-decoration: none;
}

.rasa-shop-pro-card p {
    margin: 0;
    min-height: 40px;
    color: var(--rsp-muted);
    font-size: 11px;
    line-height: 1.75;
    font-weight: 750;
}

.rasa-shop-pro-card-foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-top: 12px;
}

.rasa-shop-pro-price del,
.rasa-product-pro-price del {
    display: block;
    color: #94A3B8;
    font-size: 10px;
    font-weight: 850;
}

.rasa-shop-pro-price strong {
    color: var(--rsp-dark);
    font-size: 13px;
    font-weight: 950;
}

.rasa-shop-pro-card-foot button,
.rasa-shop-pro-small-link {
    min-height: 34px;
    padding: 0 12px;
    border-radius: 13px;
    font-size: 11px;
}

.rasa-shop-pro-card-foot button.is-disabled {
    color: #64748B;
    background: #E2E8F0;
    box-shadow: none;
    cursor: not-allowed;
}

.rasa-shop-pro-empty {
    grid-column: 1 / -1;
    min-height: 220px;
    border-radius: 28px;
    display: grid;
    place-items: center;
    gap: 8px;
    text-align: center;
    background: rgba(255,255,255,.72);
    border: 1px dashed rgba(7,59,76,.18);
}

.rasa-shop-pro-empty strong {
    color: var(--rsp-dark);
    font-size: 20px;
    font-weight: 950;
}

.rasa-shop-pro-empty span {
    color: var(--rsp-muted);
    font-size: 12px;
    font-weight: 800;
}

.rasa-shop-pro-empty a {
    color: var(--rsp-red);
    font-weight: 950;
    text-decoration: none;
}

.rasa-shop-pro-pagination {
    margin-top: 18px;
}

.rasa-product-pro {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 18px;
    padding: 18px;
    margin-top: 18px;
}

.rasa-product-pro-media,
.rasa-product-pro-info {
    min-width: 0;
}

.rasa-product-pro-main-image {
    position: relative;
    min-height: 420px;
    overflow: hidden;
    border-radius: 28px;
    background: linear-gradient(135deg, rgba(22,199,199,.15), rgba(255,159,28,.12));
}

.rasa-product-pro-thumbs {
    display: flex;
    gap: 10px;
    margin-top: 10px;
    overflow-x: auto;
    padding-bottom: 4px;
}

.rasa-product-pro-thumbs button {
    flex: 0 0 74px;
    height: 66px;
    overflow: hidden;
    border: 2px solid transparent;
    border-radius: 18px;
    padding: 0;
    background: transparent;
    cursor: pointer;
    opacity: .76;
    transition: .16s ease;
}

.rasa-product-pro-thumbs button:hover,
.rasa-product-pro-thumbs button.is-active {
    opacity: 1;
    border-color: var(--rsp-cyan);
}

.rasa-product-pro-breadcrumb {
    display: flex;
    align-items: center;
    gap: 7px;
    color: var(--rsp-muted);
    font-size: 12px;
    font-weight: 850;
}

.rasa-product-pro-breadcrumb a {
    color: var(--rsp-dark);
    text-decoration: none;
}

.rasa-product-pro-info h1 {
    margin: 12px 0 8px;
    color: var(--rsp-dark);
    font-size: clamp(28px, 4vw, 44px);
    line-height: 1.25;
    font-weight: 950;
    letter-spacing: -1px;
}

.rasa-product-pro-summary {
    margin: 0;
    color: var(--rsp-muted);
    font-size: 14px;
    line-height: 2;
    font-weight: 800;
}

.rasa-product-pro-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 14px;
}

.rasa-product-pro-chips span {
    min-height: 32px;
    padding: 0 11px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    color: var(--rsp-dark);
    background: rgba(22,199,199,.10);
    border: 1px solid rgba(22,199,199,.15);
    font-size: 11px;
    font-weight: 900;
}

.rasa-product-pro-buy {
    display: grid;
    gap: 13px;
    margin-top: 16px;
    padding: 16px;
    border-radius: 26px;
    background:
        radial-gradient(circle at 16% 12%, rgba(255,159,28,.18), transparent 25%),
        rgba(255,255,255,.80);
    border: 1px solid rgba(255,255,255,.88);
}

.rasa-product-pro-price strong {
    display: block;
    color: var(--rsp-dark);
    font-size: 26px;
    font-weight: 950;
}

.rasa-product-pro-price small {
    display: block;
    margin-top: 4px;
    color: var(--rsp-muted);
    font-size: 11px;
    font-weight: 800;
}

.rasa-product-pro-cart {
    display: flex;
    gap: 10px;
    align-items: end;
}

.rasa-product-pro-cart label {
    width: 96px;
    display: grid;
    gap: 6px;
}

.rasa-product-pro-cart button,
.rasa-product-pro-disabled {
    flex: 1;
    min-height: 46px;
    border-radius: 18px;
}

.rasa-product-pro-disabled {
    background: #E2E8F0;
    color: #64748B;
    box-shadow: none;
    cursor: not-allowed;
}

.rasa-product-pro-mini-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 14px;
}

.rasa-product-pro-mini-grid div {
    padding: 12px;
    border-radius: 18px;
    background: rgba(255,255,255,.66);
    border: 1px solid rgba(7,59,76,.06);
}

.rasa-product-pro-mini-grid b,
.rasa-product-pro-mini-grid span {
    display: block;
}

.rasa-product-pro-mini-grid b {
    color: var(--rsp-dark);
    font-size: 11px;
    font-weight: 950;
}

.rasa-product-pro-mini-grid span {
    margin-top: 4px;
    color: var(--rsp-muted);
    font-size: 11px;
    font-weight: 800;
}

.rasa-product-pro-details {
    display: grid;
    grid-template-columns: 1fr 320px;
    gap: 16px;
    margin-top: 18px;
    padding: 18px;
}

.rasa-product-pro-description h2,
.rasa-product-pro-side h3,
.rasa-shop-pro-section-head h2 {
    margin: 0 0 10px;
    color: var(--rsp-dark);
    font-weight: 950;
}

.rasa-product-pro-description p {
    margin: 0;
    color: var(--rsp-muted);
    font-size: 13px;
    line-height: 2.15;
    font-weight: 760;
}

.rasa-product-pro-side {
    padding: 14px;
    border-radius: 24px;
    background: linear-gradient(135deg, rgba(22,199,199,.12), rgba(255,159,28,.10));
}

.rasa-product-pro-side ul {
    margin: 0;
    padding: 0 18px 0 0;
}

.rasa-product-pro-side li {
    margin: 8px 0;
    color: var(--rsp-muted);
    font-size: 12px;
    line-height: 1.9;
    font-weight: 800;
}

.rasa-shop-pro-related {
    margin-top: 18px;
    padding: 18px;
}

.rasa-shop-pro-section-head span {
    color: var(--rsp-red);
    font-size: 12px;
    font-weight: 950;
}

.rasa-shop-pro-section-head h2 {
    margin-top: 4px;
}

@media (max-width: 980px) {
    .rasa-shop-pro-hero,
    .rasa-shop-pro-shell,
    .rasa-product-pro,
    .rasa-product-pro-details {
        grid-template-columns: 1fr;
    }

    .rasa-shop-pro-filter {
        position: static;
    }
}

@media (max-width: 640px) {
    .rasa-shop-pro-hero {
        border-radius: 26px;
    }

    .rasa-shop-pro-stats,
    .rasa-shop-pro-filter-row,
    .rasa-product-pro-mini-grid {
        grid-template-columns: 1fr;
    }

    .rasa-shop-pro-grid,
    .rasa-shop-pro-grid.compact {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .rasa-shop-pro-card-media {
        height: 118px;
    }

    .rasa-shop-pro-card h2 {
        font-size: 12px;
        min-height: 38px;
    }

    .rasa-shop-pro-card p {
        display: none;
    }

    .rasa-product-pro-main-image {
        min-height: 310px;
    }

    .rasa-product-pro-cart {
        display: grid;
    }

    .rasa-product-pro-cart label {
        width: 100%;
    }
}

html body :is(
    .rasa-shop-pro-hero,
    .rasa-shop-pro-shell,
    .rasa-shop-pro-filter,
    .rasa-shop-pro-main,
    .rasa-shop-pro-card,
    .rasa-product-pro,
    .rasa-product-pro-details,
    .rasa-shop-pro-related,
    .rasa-shop-panel,
    .rasa-shop-layout,
    .rasa-shop-hero,
    .rasa-shop-table,
    .rasa-shop-address-box,
    .rasa-shipment-box
),
html body :is(
    .rasa-shop-pro-hero,
    .rasa-shop-pro-shell,
    .rasa-shop-pro-filter,
    .rasa-shop-pro-main,
    .rasa-shop-pro-card,
    .rasa-product-pro,
    .rasa-product-pro-details,
    .rasa-shop-pro-related,
    .rasa-shop-panel,
    .rasa-shop-layout,
    .rasa-shop-hero,
    .rasa-shop-table,
    .rasa-shop-address-box,
    .rasa-shipment-box
) * {
    font-family: inherit !important;
}

html body :is(
    .rasa-shop-pro-filter-form input,
    .rasa-shop-pro-filter-form select,
    .rasa-shop-pro-filter-form textarea,
    .rasa-shop-pro-filter-form button,
    .rasa-shop-pro-card-foot button,
    .rasa-shop-pro-btn,
    .rasa-shop-pro-btn-light,
    .rasa-product-pro-cart input,
    .rasa-product-pro-cart button,
    .rasa-product-pro-disabled,
    .rasa-shop-pro-small-link,
    .rasa-shop-btn,
    .rasa-shop-btn-light,
    .rasa-shop-field input,
    .rasa-shop-field select,
    .rasa-shop-field textarea,
    .rasa-receipt-form input,
    .rasa-receipt-form textarea,
    .rasa-receipt-form button
) {
    font-family: inherit !important;
    letter-spacing: 0 !important;
}

html body :is(
    .rasa-shop-pro-filter-form input::placeholder,
    .rasa-shop-pro-filter-form textarea::placeholder,
    .rasa-product-pro-cart input::placeholder,
    .rasa-shop-field input::placeholder,
    .rasa-shop-field textarea::placeholder,
    .rasa-receipt-form input::placeholder,
    .rasa-receipt-form textarea::placeholder
) {
    font-family: inherit !important;
    color: rgba(107, 122, 134, .72) !important;
}

html body :is(
    .rasa-shop-pro-filter-form select option,
    .rasa-shop-field select option
) {
    font-family: inherit !important;
}

html body :is(
    .rasa-shop-pro-filter-form button,
    .rasa-shop-pro-card-foot button,
    .rasa-shop-pro-btn,
    .rasa-shop-pro-btn-light,
    .rasa-product-pro-cart button,
    .rasa-shop-pro-small-link,
    .rasa-shop-btn,
    .rasa-shop-btn-light
) {
    font-weight: 900 !important;
    line-height: 1.7 !important;
}

html body .rasa-shop-pro-hero {
    grid-template-columns: minmax(0, 1.55fr) minmax(245px, .72fr) !important;
    gap: 14px !important;
    align-items: center !important;
    margin: 10px auto 14px !important;
    padding: 16px 20px !important;
    min-height: unset !important;
    border-radius: 26px !important;
    background:
        radial-gradient(circle at 12% 18%, rgba(22,199,199,.20), transparent 24%),
        radial-gradient(circle at 88% 18%, rgba(255,159,28,.18), transparent 22%),
        linear-gradient(135deg, #073B4C, #0B536B 50%, #12BFC1) !important;
    box-shadow: 0 16px 44px rgba(7,49,61,.14) !important;
}

html body .rasa-shop-pro-hero::after {
    width: 190px !important;
    height: 190px !important;
    right: -62px !important;
    bottom: -92px !important;
    opacity: .75 !important;
    filter: blur(2px) !important;
}

html body .rasa-shop-pro-kicker {
    min-height: 28px !important;
    padding: 5px 10px !important;
    font-size: 11px !important;
    border-radius: 999px !important;
    background: rgba(255,255,255,.13) !important;
}

html body .rasa-shop-pro-hero h1 {
    max-width: 680px !important;
    margin: 8px 0 5px !important;
    font-size: clamp(22px, 2.8vw, 34px) !important;
    line-height: 1.32 !important;
    letter-spacing: -.6px !important;
}

html body .rasa-shop-pro-hero p {
    max-width: 620px !important;
    font-size: 12.5px !important;
    line-height: 1.85 !important;
    color: rgba(255,255,255,.80) !important;
}

html body .rasa-shop-pro-hero-actions {
    margin-top: 11px !important;
    gap: 8px !important;
}

html body .rasa-shop-pro-hero .rasa-shop-pro-btn {
    min-height: 35px !important;
    padding: 0 13px !important;
    border-radius: 13px !important;
    font-size: 11px !important;
    box-shadow: 0 10px 22px rgba(239,71,111,.14) !important;
}

html body .rasa-shop-pro-stats {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important;
    align-self: center !important;
}

html body .rasa-shop-pro-stats div {
    position: relative !important;
    min-height: 62px !important;
    padding: 10px 12px 9px !important;
    border-radius: 18px !important;
    overflow: hidden !important;
    background:
        linear-gradient(135deg, rgba(255,255,255,.20), rgba(255,255,255,.09)) !important;
    border: 1px solid rgba(255,255,255,.22) !important;
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,.24),
        0 10px 22px rgba(7,49,61,.10) !important;
    backdrop-filter: blur(6px) !important;
    transition: transform .16s ease, background-color .16s ease, box-shadow .16s ease !important;
}

html body .rasa-shop-pro-stats div::before {
    content: "" !important;
    position: absolute !important;
    top: 10px !important;
    left: 10px !important;
    width: 9px !important;
    height: 9px !important;
    border-radius: 999px !important;
    background: linear-gradient(135deg, #FF9F1C, #06D6A0) !important;
    box-shadow: 0 0 0 5px rgba(255,255,255,.08) !important;
}

html body .rasa-shop-pro-stats div::after {
    content: "" !important;
    position: absolute !important;
    inset: auto -22px -24px auto !important;
    width: 58px !important;
    height: 58px !important;
    border-radius: 999px !important;
    background: rgba(255,255,255,.08) !important;
    pointer-events: none !important;
}

html body .rasa-shop-pro-stats div:hover {
    transform: translateY(-2px) !important;
    background:
        linear-gradient(135deg, rgba(255,255,255,.25), rgba(255,255,255,.12)) !important;
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,.26),
        0 14px 28px rgba(7,49,61,.13) !important;
}

html body .rasa-shop-pro-stats b {
    display: block !important;
    font-size: 21px !important;
    line-height: 1.1 !important;
    font-weight: 950 !important;
    letter-spacing: -.3px !important;
}

html body .rasa-shop-pro-stats span {
    display: block !important;
    margin-top: 4px !important;
    color: rgba(255,255,255,.76) !important;
    font-size: 10.5px !important;
    line-height: 1.5 !important;
    font-weight: 850 !important;
}

html body .rasa-shop-pro-shell {
    gap: 16px !important;
    margin-top: 0 !important;
}

@media (max-width: 980px) {
    html body .rasa-shop-pro-hero {
        grid-template-columns: 1fr !important;
        padding: 15px !important;
        border-radius: 22px !important;
    }

    html body .rasa-shop-pro-stats {
        grid-template-columns: repeat(4, minmax(120px, 1fr)) !important;
        overflow-x: auto !important;
        padding-bottom: 2px !important;
    }

    html body .rasa-shop-pro-stats div {
        min-width: 120px !important;
    }
}

@media (max-width: 640px) {
    html body .rasa-shop-pro-hero {
        padding: 13px !important;
        margin-top: 8px !important;
    }

    html body .rasa-shop-pro-hero h1 {
        font-size: 21px !important;
        line-height: 1.45 !important;
    }

    html body .rasa-shop-pro-hero p {
        font-size: 11.5px !important;
        line-height: 1.8 !important;
    }

    html body .rasa-shop-pro-hero-actions {
        margin-top: 9px !important;
    }

    html body .rasa-shop-pro-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        overflow: visible !important;
    }

    html body .rasa-shop-pro-stats div {
        min-width: 0 !important;
        min-height: 56px !important;
        padding: 9px 10px !important;
        border-radius: 16px !important;
    }

    html body .rasa-shop-pro-stats b {
        font-size: 18px !important;
    }

    html body .rasa-shop-pro-stats span {
        font-size: 10px !important;
    }
}

