/* /Components/Account/Pages/LoginModal.razor.rz.scp.css */
body.modal-open[b-22vstpljuy]{overflow: hidden !important; height: 100vh !important;}
.toyz-modal[b-22vstpljuy]{position: fixed; inset: 0; z-index: 99999; display: none;}
.toyz-modal.show[b-22vstpljuy]{display: block;}
.toyz-modal-backdrop[b-22vstpljuy]{position: absolute; inset: 0; background: rgba(0,0,0,.35);}
.toyz-modal-card[b-22vstpljuy]{position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: min(520px, calc(100vw - 24px)); background: #fff; border-radius: 18px; border: 1px solid rgba(0,0,0,.08); box-shadow: 0 25px 60px rgba(0,0,0,.18); overflow: hidden;}
.toyz-modal-head[b-22vstpljuy]{padding: 16px 16px 12px; border-bottom: 1px solid rgba(0,0,0,.06); display: flex; align-items: center; justify-content: space-between;}
.toyz-modal-title[b-22vstpljuy]{font-weight: 900; font-size: 18px;}
.toyz-icon-btn[b-22vstpljuy]{width: 38px; height: 38px; border-radius: 12px; border: 1px solid rgba(0,0,0,.10); background: #fff; cursor: pointer;}
.toyz-modal-body[b-22vstpljuy]{padding: 14px 16px 16px;}
.toyz-steps[b-22vstpljuy]{display: flex; align-items: center; justify-content: center; gap: 10px; margin: 8px 0 12px;}
.toyz-step[b-22vstpljuy]{width: 26px; height: 26px; border-radius: 999px; display: grid; place-items: center; font-weight: 900; font-size: 12px; border: 1px solid rgba(0,0,0,.18); color: rgba(0,0,0,.45);}
.toyz-step.active[b-22vstpljuy]{background: var(--toyz-secondary); border-color: var(--toyz-secondary); color: #fff;}
.toyz-step.done[b-22vstpljuy]{border-color: rgba(0,0,0,.18);}
.toyz-sep[b-22vstpljuy]{width: 30px; height: 2px; background: rgba(0,0,0,.10); border-radius: 999px;}
.toyz-alert[b-22vstpljuy]{border-radius: 12px; padding: 10px 12px; font-size: 13px; border: 1px solid rgba(0,0,0,.10); margin: 10px 0;}
.toyz-alert.error[b-22vstpljuy]{background: rgba(239,68,68,.08); border-color: rgba(239,68,68,.20); color: #7a1d1d;}
.toyz-alert.info[b-22vstpljuy]{background: rgba(108,99,255,.08); border-color: rgba(108,99,255,.20); color: #1f3a7a;}
.toyz-field label[b-22vstpljuy]{display: block; font-size: 12px; font-weight: 900; color: rgba(0,0,0,.65); margin-bottom: 6px;}
.toyz-input[b-22vstpljuy]{width: 100%; border: 1px solid rgba(0,0,0,.14); border-radius: 12px; padding: 12px 12px; font-size: 15px; outline: none; text-transform: uppercase;}
.toyz-input:focus[b-22vstpljuy]{border-color: rgba(108,99,255,.55); box-shadow: 0 0 0 4px rgba(108,99,255,.12);}
.toyz-input.otp[b-22vstpljuy]{text-align: center; letter-spacing: .52em; font-weight: 900; font-size: 20px;}
.toyz-btn[b-22vstpljuy]{width: 100%; height: 48px; border-radius: 12px; font-weight: 900; border: 1px solid transparent; cursor: pointer; margin-top: 12px;}
.toyz-btn.primary[b-22vstpljuy]{background: var(--toyz-secondary); color: #fff; box-shadow: 0 12px 18px rgba(108,99,255,.20);}
.toyz-btn.ghost[b-22vstpljuy]{background: #fff; border-color: rgba(0,0,0,.14); color: rgba(0,0,0,.80);}
.toyz-btn[disabled][b-22vstpljuy]{opacity: .65; cursor: not-allowed;}
.toyz-choice-grid[b-22vstpljuy]{display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 10px;}
.toyz-row[b-22vstpljuy]{display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 12px;}
.toyz-resend[b-22vstpljuy]{margin-top: 12px; padding-top: 10px; border-top: 1px solid rgba(0,0,0,.06); display: flex; justify-content: space-between; align-items: center;}
.toyz-link[b-22vstpljuy]{border: none; background: transparent; font-weight: 900; color: var(--toyz-secondary); text-decoration: underline; cursor: pointer; padding: 0;}
.toyz-muted[b-22vstpljuy]{font-size: 12px; color: rgba(0,0,0,.45);}
@media (max-width:520px){.toyz-choice-grid[b-22vstpljuy]{grid-template-columns: 1fr;}.toyz-row[b-22vstpljuy]{grid-template-columns: 1fr;}}
/* /Components/Additional/AgeGroupTiles.razor.rz.scp.css */
/* =========================================================
   AgeGroupTiles.razor.css — FINAL (no double section)
   ========================================================= */

.age-wrap[b-iqj3tyzgmo] {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.age-svg[b-iqj3tyzgmo] {
    width: 100%;
    height: auto;
    display: block;
}

/* ✅ FORCE: only one SVG visible (prevents double rendering look) */
.age-svg--desktop[b-iqj3tyzgmo] {
    display: block !important;
}

.age-svg--mobile[b-iqj3tyzgmo] {
    display: none !important;
}

@media (max-width: 768px) {
    .age-svg--desktop[b-iqj3tyzgmo] {
        display: none !important;
    }

    .age-svg--mobile[b-iqj3tyzgmo] {
        display: block !important;
    }
}

/* ===== Hover / click feel ===== */
.age-circle[b-iqj3tyzgmo] {
    cursor: pointer;
    transform-box: fill-box;
    transform-origin: center;
    transition: transform 180ms ease, filter 180ms ease, opacity 180ms ease;
    opacity: 0.98;
}

    .age-circle:hover[b-iqj3tyzgmo] {
        transform: scale(1.035);
        filter: drop-shadow(0 10px 18px rgba(0,0,0,0.10));
        opacity: 1;
    }

    .age-circle:active[b-iqj3tyzgmo] {
        transform: scale(0.99);
    }

/* ===== Labels (balanced typography) ===== */
.label-main[b-iqj3tyzgmo] {
    font-weight: 800;
    font-size: 26px;
    fill: #111827;
    letter-spacing: -0.02em;
}

.label-sub[b-iqj3tyzgmo] {
    font-weight: 600;
    font-size: 15px;
    fill: #374151;
}

/* Tablet */
@media (max-width: 1024px) {
    .label-main[b-iqj3tyzgmo] {
        font-size: 24px;
    }

    .label-sub[b-iqj3tyzgmo] {
        font-size: 14px;
    }
}

/* Mobile */
@media (max-width: 768px) {
    .label-main[b-iqj3tyzgmo] {
        font-size: 22px;
    }

    .label-sub[b-iqj3tyzgmo] {
        font-size: 13px;
    }
}
/* /Components/Additional/BannerCarousel.razor.rz.scp.css */
/* Wrapper */
.banner-carousel[b-s55xty2okr] {
    border-radius: 22px;
    overflow: hidden;
    background: #f3f4f6;
    box-shadow: 0 10px 30px rgba(0,0,0,.08), 0 2px 10px rgba(0,0,0,.06);
    position: relative;
}

/* Image */
.banner-img[b-s55xty2okr] {
    width: 100%;
    aspect-ratio: 1920 / 600;
    object-fit: cover;
}

/* Caption */
.banner-caption[b-s55xty2okr] {
    left: 16px;
    bottom: 16px;
    right: auto;
    max-width: min(460px, 90%);
    padding: 20px 0 0 40px;
    border-radius: 14px;
}

    .banner-caption h2[b-s55xty2okr] {
        margin: 0 0 6px;
        font-weight: 800;
        font-size: clamp(1.05rem, 2vw, 1.6rem);
        line-height: 1.1;
    }

    .banner-caption p[b-s55xty2okr] {
        margin: 0 0 10px;
        font-size: .95rem;
        line-height: 1.35;
        opacity: .95;
    }

    .banner-caption .btn[b-s55xty2okr] {
        padding: .45rem .9rem;
        font-size: .9rem;
        border-radius: 999px;
    }

/* Indicators */
.carousel-indicators[b-s55xty2okr] {
    z-index: 3;
    margin-bottom: 14px;
}

    .carousel-indicators [data-bs-target][b-s55xty2okr] {
        width: 9px;
        height: 9px;
        border-radius: 999px;
        margin: 0 5px;
        opacity: .65;
        border: 0;
    }

    .carousel-indicators .active[b-s55xty2okr] {
        opacity: 1;
        transform: scale(1.15);
    }

/* Controls */
.carousel-control-prev[b-s55xty2okr],
.carousel-control-next[b-s55xty2okr] {
    width: auto;
    z-index: 3;
    opacity: 1;
}

.carousel-control-prev[b-s55xty2okr] {
    left: 12px;
}

.carousel-control-next[b-s55xty2okr] {
    right: 12px;
}

.carousel-control-prev-icon[b-s55xty2okr],
.carousel-control-next-icon[b-s55xty2okr] {
    width: 46px;
    height: 46px;
    border-radius: 999px;
    background-color: rgba(0,0,0,.32);
    background-size: 55%;
    border: 1px solid rgba(255,255,255,.35);
    backdrop-filter: blur(8px);
    box-shadow: 0 10px 24px rgba(0,0,0,.18);
    transition: transform .18s ease, background-color .18s ease;
}

.carousel-control-prev:hover .carousel-control-prev-icon[b-s55xty2okr],
.carousel-control-next:hover .carousel-control-next-icon[b-s55xty2okr] {
    transform: scale(1.05);
    background-color: rgba(0,0,0,.42);
}

/* Mobile */
@media (max-width: 576px) {
    .banner-caption[b-s55xty2okr] {
        padding: 10px 12px;
        max-width: 92%;
    }

        .banner-caption h2[b-s55xty2okr] {
            font-size: 1.1rem;
        }

        .banner-caption p[b-s55xty2okr] {
            font-size: .9rem;
        }
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
    .toy-track[b-s55xty2okr],
    .carousel-item[b-s55xty2okr],
    .carousel-control-prev-icon[b-s55xty2okr],
    .carousel-control-next-icon[b-s55xty2okr] {
        transition: none !important;
    }
}
/* /Components/Additional/CatalogPager.razor.rz.scp.css */
.catalog-pager[b-twc95rpbw8] {
    display: flex;
    justify-content: center;
    margin: 12px 0;
}

.catalog-nav[b-twc95rpbw8] {
    display: inline-grid;
    grid-template-columns: 44px max-content 44px;
    gap: 6px;
    align-items: center;
    width: max-content;
}

.catalog-pages[b-twc95rpbw8] {
    width: max-content;
    margin: 0;
    justify-content: center;
}

/* Base page link */
.catalog-pager .page-link[b-twc95rpbw8] {
    min-width: 34px;
    height: 34px;
    padding: 0;
    display: grid;
    place-items: center;
    font-variant-numeric: tabular-nums;
    border-radius: 10px;
    font-size: 0.9rem;
}

/* Arrow buttons */
.catalog-prev[b-twc95rpbw8],
.catalog-next[b-twc95rpbw8] {
    width: 44px;
    overflow: hidden;
    white-space: nowrap;
    text-indent: -9999px;
}

.catalog-prev[b-twc95rpbw8] {
    background: url("/images/left_finger.svg") no-repeat center / 28px 28px;
}

.catalog-next[b-twc95rpbw8] {
    background: url("/images/right_finger.svg") no-repeat center / 28px 28px;
}

/* Mobile (< 576px) */
@media (max-width: 575px) {
    .catalog-nav[b-twc95rpbw8] {
        grid-template-columns: 36px max-content 36px;
        gap: 4px;
    }

    .catalog-prev[b-twc95rpbw8],
    .catalog-next[b-twc95rpbw8] {
        width: 36px;
    }

    .catalog-prev[b-twc95rpbw8] {
        background-size: 22px 22px;
    }

    .catalog-next[b-twc95rpbw8] {
        background-size: 22px 22px;
    }

    .catalog-pager .page-link[b-twc95rpbw8] {
        min-width: 30px;
        height: 30px;
        font-size: 0.85rem;
    }

    .catalog-pager .page-item.active .page-link[b-twc95rpbw8] {
        padding-top: 3px;
    }
}

/* Tablet (576px - 991px) */
@media (min-width: 576px) and (max-width: 991px) {
    .catalog-nav[b-twc95rpbw8] {
        gap: 5px;
    }

    .catalog-pager .page-link[b-twc95rpbw8] {
        min-width: 32px;
        height: 32px;
    }
}

/* Desktop (992px+) - Default styles already optimized */
@media (min-width: 992px) {
    .catalog-nav[b-twc95rpbw8] {
        gap: 8px;
    }

    .catalog-pager .page-link[b-twc95rpbw8] {
        min-width: 36px;
        height: 36px;
    }

    .catalog-prev[b-twc95rpbw8],
    .catalog-next[b-twc95rpbw8] {
        width: 48px;
    }

    .catalog-prev[b-twc95rpbw8] {
        background-size: 30px 30px;
    }

    .catalog-next[b-twc95rpbw8] {
        background-size: 30px 30px;
    }
}

/* Active page with paw SVG */
.catalog-pager .page-item.active .page-link[b-twc95rpbw8] {
    background-color: transparent;
    border-color: transparent;
    color: #fff;
    font-weight: 700;
    padding-top: 4px;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'><circle cx='14' cy='18' r='12' fill='black' stroke='black'/><circle cx='50' cy='18' r='12' fill='black' stroke='black'/><circle cx='32' cy='36' r='18' fill='black'/></svg>");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

/* Touch-friendly on mobile */
@media (max-width: 575px) {
    .catalog-pager .page-item[b-twc95rpbw8] {
        margin: 0 1px;
    }
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
    .catalog-pager *[b-twc95rpbw8] {
        transition: none !important;
    }
}
/* /Components/Additional/CategoriesChips.razor.rz.scp.css */
.chips-wrap[b-01rejimi9i] {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}

/* Mobile UX: თუ ბევრი ჩიპია, ჯობს scroll strip */
@media (max-width: 640px) {
    .chips-wrap[b-01rejimi9i] {
        flex-wrap: nowrap;
        overflow-x: auto;
        padding: 6px 2px 10px 2px;
        scrollbar-width: none;
    }

        .chips-wrap[b-01rejimi9i]::-webkit-scrollbar {
            display: none;
        }
}

/* Base chip */
.chip[b-01rejimi9i] {
    border: 1px solid rgba(17, 24, 39, 0.12);
    background: rgba(255, 255, 255, 0.85);
    color: #111827;
    border-radius: 999px;
    padding: 10px 14px;
    font-weight: 800;
    font-size: 14px;
    line-height: 1;
    cursor: pointer;
    white-space: nowrap;
    box-shadow: 0 6px 14px rgba(0,0,0,0.08);
    transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease, background 160ms ease;
}

    .chip:hover[b-01rejimi9i] {
        transform: translateY(-1px);
        box-shadow: 0 10px 18px rgba(0,0,0,0.12);
        border-color: rgba(17, 24, 39, 0.22);
    }

    .chip:active[b-01rejimi9i] {
        transform: translateY(0px) scale(0.98);
    }

    .chip:focus-visible[b-01rejimi9i] {
        outline: none;
        box-shadow: 0 10px 18px rgba(0,0,0,0.12), 0 0 0 4px rgba(59, 130, 246, 0.28);
        border-color: rgba(17, 24, 39, 0.28);
    }

    /* Active */
    .chip.is-active[b-01rejimi9i] {
        border-color: rgba(17, 24, 39, 0.35);
        background: #ffffff;
        box-shadow: 0 10px 18px rgba(0,0,0,0.12), 0 0 0 3px rgba(59, 130, 246, 0.30);
    }

/* Responsive */
@media (max-width: 480px) {
    .chip[b-01rejimi9i] {
        padding: 9px 12px;
        font-size: 13px;
    }
}
/* /Components/Layout/Footer.razor.rz.scp.css */
.toy-footer[b-zj48e0fohp] {
    --footer-bg: #ffffff;
    --footer-bg-soft: linear-gradient(180deg, #ffffff 0%, #fafafa 100%);
    --footer-text: #111827;
    --footer-muted: #6b7280;
    --footer-border: rgba(17, 24, 39, 0.08);
    --footer-border-soft: rgba(17, 24, 39, 0.06);
    --footer-hover: #111827;
    --footer-max-width: 1440px;
    margin-top: 64px;
    border-top: 1px solid var(--footer-border);
    background: var(--footer-bg-soft);
    color: var(--footer-text);
}

.toy-footer__container[b-zj48e0fohp] {
    width: min(100%, var(--footer-max-width));
    margin-inline: auto;
    padding-inline: clamp(16px, 2.4vw, 40px);
}

.toy-footer__top[b-zj48e0fohp] {
    display: grid;
    grid-template-columns: 1.35fr 1fr 1fr 1fr 1.15fr;
    gap: 32px;
    align-items: start;
    padding-block: 36px 32px;
}

.toy-footer__brand[b-zj48e0fohp],
.toy-footer__nav[b-zj48e0fohp],
.toy-footer__contact[b-zj48e0fohp] {
    min-width: 0;
}

.toy-footer__brand[b-zj48e0fohp] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.toy-footer__logo-link[b-zj48e0fohp] {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    text-decoration: none;
    border-radius: 12px;
}

.toy-footer__logo[b-zj48e0fohp] {
    display: block;
    width: clamp(112px, 8vw, 150px);
    height: auto;
    object-fit: contain;
    transition: transform 0.3s ease;
}

    .toy-footer__logo:hover[b-zj48e0fohp] {
        transform: scale(1.04);
    }

.toy-footer__tagline[b-zj48e0fohp] {
    margin-top: 18px;
    max-width: 320px;
    font-size: 0.98rem;
    line-height: 1.7;
    color: var(--footer-muted);
}

.toy-footer__title[b-zj48e0fohp] {
    margin: 0 0 14px;
    font-size: 0.95rem;
    font-weight: 800;
    line-height: 1.3;
    color: var(--footer-text);
    letter-spacing: 0.01em;
}

.toy-footer__links[b-zj48e0fohp],
.toy-footer__contact-list[b-zj48e0fohp] {
    list-style: none;
    margin: 0;
    padding: 0;
}

.toy-footer__links[b-zj48e0fohp] {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

    .toy-footer__links li[b-zj48e0fohp],
    .toy-footer__contact-list li[b-zj48e0fohp] {
        margin: 0;
        padding: 0;
    }

    .toy-footer__links a[b-zj48e0fohp],
    .toy-footer__contact-list a[b-zj48e0fohp],
    .toy-footer__social a[b-zj48e0fohp] {
        position: relative;
        display: inline-block;
        color: var(--footer-muted);
        text-decoration: none;
        font-size: 0.95rem;
        line-height: 1.6;
        transition: color 0.2s ease, opacity 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
        word-break: break-word;
    }

        .toy-footer__links a:hover[b-zj48e0fohp],
        .toy-footer__contact-list a:hover[b-zj48e0fohp],
        .toy-footer__social a:hover[b-zj48e0fohp] {
            color: var(--footer-hover);
        }

        .toy-footer__links a:focus-visible[b-zj48e0fohp],
        .toy-footer__contact-list a:focus-visible[b-zj48e0fohp],
        .toy-footer__social a:focus-visible[b-zj48e0fohp],
        .toy-footer__logo-link:focus-visible[b-zj48e0fohp] {
            outline: 2px solid rgba(17, 24, 39, 0.18);
            outline-offset: 4px;
            border-radius: 10px;
        }

        .toy-footer__links a[b-zj48e0fohp]::after,
        .toy-footer__contact-list a[b-zj48e0fohp]::after,
        .toy-footer__social a[b-zj48e0fohp]::after {
            content: "";
            position: absolute;
            left: 0;
            bottom: -2px;
            width: 0;
            height: 1px;
            background: currentColor;
            transition: width 0.25s ease;
        }

        .toy-footer__links a:hover[b-zj48e0fohp]::after,
        .toy-footer__contact-list a:hover[b-zj48e0fohp]::after,
        .toy-footer__social a:hover[b-zj48e0fohp]::after {
            width: 100%;
        }

.toy-footer__social[b-zj48e0fohp] {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 16px;
}

    .toy-footer__social a[b-zj48e0fohp] {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 36px;
        height: 36px;
        border-radius: 10px;
        background: rgba(17, 24, 39, 0.04);
        font-size: 0;
    }

        .toy-footer__social a:hover[b-zj48e0fohp] {
            background: rgba(17, 24, 39, 0.08);
            transform: translateY(-2px);
        }

.toy-footer__social-icon[b-zj48e0fohp] {
    width: 17px;
    height: 17px;
    color: var(--footer-muted);
}

.toy-footer__contact-list[b-zj48e0fohp] {
    display: grid;
    gap: 12px;
}

    .toy-footer__contact-list li[b-zj48e0fohp] {
        display: grid;
        grid-template-columns: 22px 1fr;
        column-gap: 10px;
        align-items: start;
        color: var(--footer-muted);
        font-size: 0.95rem;
        line-height: 1.6;
    }

.toy-footer__icon[b-zj48e0fohp] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    min-width: 22px;
    color: var(--footer-muted);
    transform: translateY(1px);
    transition: color 0.2s ease;
}

.toy-footer__contact-icon[b-zj48e0fohp] {
    width: 18px;
    height: 18px;
    display: block;
}

.toy-footer__contact-list li:hover .toy-footer__icon[b-zj48e0fohp] {
    color: var(--footer-hover);
}

.toy-footer__bottom[b-zj48e0fohp] {
    border-top: 1px solid var(--footer-border-soft);
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(8px);
}

.toy-footer__bottom-inner[b-zj48e0fohp] {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    text-align: center;
    padding-block: 18px;
    color: var(--footer-muted);
    font-size: 0.9rem;
    line-height: 1.5;
}

.toy-footer__dot[b-zj48e0fohp] {
    width: 4px;
    height: 4px;
    border-radius: 999px;
    background: currentColor;
    opacity: 0.4;
}

.toy-footer__nav[b-zj48e0fohp] {
    opacity: 0.96;
}

    .toy-footer__nav:hover[b-zj48e0fohp] {
        opacity: 1;
    }

@media (min-width: 1600px) {
    .toy-footer__container[b-zj48e0fohp] {
        width: min(100%, 1560px);
    }

    .toy-footer__top[b-zj48e0fohp] {
        grid-template-columns: 1.45fr 1fr 1fr 1fr 1.15fr;
        gap: 40px;
        padding-block: 44px 36px;
    }

    .toy-footer__tagline[b-zj48e0fohp] {
        max-width: 340px;
    }
}

@media (max-width: 1023.98px) and (min-width: 768px) {
    .toy-footer__container[b-zj48e0fohp] {
        padding-inline: 24px;
    }

    .toy-footer__top[b-zj48e0fohp] {
        grid-template-columns: repeat(2, minmax(260px, 320px));
        justify-content: center;
        gap: 32px 56px;
        padding-block: 32px 28px;
    }

    .toy-footer__brand[b-zj48e0fohp] {
        grid-column: 1 / -1;
        align-items: center;
        text-align: center;
        padding-bottom: 22px;
        margin-bottom: 4px;
        border-bottom: 1px solid var(--footer-border-soft);
    }

    .toy-footer__logo-link[b-zj48e0fohp] {
        justify-content: center;
        width: auto;
    }

    .toy-footer__tagline[b-zj48e0fohp] {
        margin: 14px auto 0;
        max-width: 440px;
        text-align: center;
    }

    .toy-footer__social[b-zj48e0fohp] {
        justify-content: center;
    }

    .toy-footer__nav[b-zj48e0fohp],
    .toy-footer__contact[b-zj48e0fohp] {
        display: block;
        text-align: left;
    }

    .toy-footer__title[b-zj48e0fohp] {
        text-align: left;
    }

    .toy-footer__links[b-zj48e0fohp] {
        align-items: flex-start;
    }

    .toy-footer__contact-list[b-zj48e0fohp] {
        justify-items: start;
    }

        .toy-footer__contact-list li[b-zj48e0fohp] {
            justify-items: start;
            text-align: left;
        }
}

@media (max-width: 767.98px) {
    .toy-footer[b-zj48e0fohp] {
        margin-top: 48px;
    }

    .toy-footer__container[b-zj48e0fohp] {
        padding-inline: 16px;
    }

    .toy-footer__top[b-zj48e0fohp] {
        grid-template-columns: 1fr;
        gap: 22px;
        padding-block: 24px;
    }

    .toy-footer__brand[b-zj48e0fohp],
    .toy-footer__nav[b-zj48e0fohp],
    .toy-footer__contact[b-zj48e0fohp] {
        grid-column: auto;
        text-align: center;
        align-items: center;
    }

    .toy-footer__brand[b-zj48e0fohp] {
        padding-bottom: 18px;
        border-bottom: 1px solid var(--footer-border-soft);
    }

    .toy-footer__logo-link[b-zj48e0fohp] {
        width: 100%;
        justify-content: center;
    }

    .toy-footer__tagline[b-zj48e0fohp] {
        max-width: 100%;
        margin: 14px auto 0;
        text-align: center;
        font-size: 0.94rem;
    }

    .toy-footer__social[b-zj48e0fohp] {
        justify-content: center;
    }

    .toy-footer__nav[b-zj48e0fohp],
    .toy-footer__title[b-zj48e0fohp] {
        text-align: center;
    }

    .toy-footer__links[b-zj48e0fohp] {
        gap: 8px;
        align-items: center;
    }

        .toy-footer__links a[b-zj48e0fohp],
        .toy-footer__contact-list a[b-zj48e0fohp],
        .toy-footer__contact-list li[b-zj48e0fohp] {
            font-size: 0.94rem;
        }

    .toy-footer__contact[b-zj48e0fohp] {
        padding-top: 18px;
        border-top: 1px solid var(--footer-border-soft);
    }

    .toy-footer__contact-list[b-zj48e0fohp] {
        width: 100%;
        gap: 10px;
        justify-items: center;
    }

        .toy-footer__contact-list li[b-zj48e0fohp] {
            grid-template-columns: 1fr;
            justify-items: center;
            text-align: center;
            row-gap: 6px;
        }

    .toy-footer__icon[b-zj48e0fohp] {
        width: auto;
        min-width: 0;
        transform: none;
    }

    .toy-footer__bottom-inner[b-zj48e0fohp] {
        gap: 8px;
        font-size: 0.84rem;
        padding-block: 14px;
    }
}

@media (max-width: 390px) {
    .toy-footer__logo[b-zj48e0fohp] {
        width: 108px;
    }

    .toy-footer__title[b-zj48e0fohp] {
        font-size: 0.92rem;
        margin-bottom: 12px;
    }

    .toy-footer__tagline[b-zj48e0fohp],
    .toy-footer__links a[b-zj48e0fohp],
    .toy-footer__contact-list a[b-zj48e0fohp],
    .toy-footer__contact-list li[b-zj48e0fohp] {
        font-size: 0.92rem;
    }

    .toy-footer__top[b-zj48e0fohp] {
        gap: 18px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .toy-footer__logo[b-zj48e0fohp],
    .toy-footer__links a[b-zj48e0fohp],
    .toy-footer__contact-list a[b-zj48e0fohp],
    .toy-footer__social a[b-zj48e0fohp] {
        transition: none;
    }
}
.toy-footer__social-icon[b-zj48e0fohp],
.toy-footer__contact-icon[b-zj48e0fohp] {
    transition: transform 0.25s ease, color 0.25s ease;
}

/* SOCIAL — subtle animation + brand colors */
.toy-footer__social a:hover .toy-footer__social-icon[b-zj48e0fohp] {
    transform: scale(1.15) translateY(-1px);
}

/* brand colors */
.toy-footer__social a:nth-child(1):hover .toy-footer__social-icon[b-zj48e0fohp] {
    color: #1877f2; /* Facebook */
}

.toy-footer__social a:nth-child(2):hover .toy-footer__social-icon[b-zj48e0fohp] {
    color: #e1306c; /* Instagram */
}
/* /Components/Layout/FooterComponents/About.razor.rz.scp.css */
.about[b-6cnsvfsaay] {
    padding-bottom: 5rem;
}

.about__container[b-6cnsvfsaay] {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.about__eyebrow[b-6cnsvfsaay] {
    display: inline-block;
    margin-bottom: 0.85rem;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--toyz-red);
}

.about__eyebrow--light[b-6cnsvfsaay] {
    color: rgba(255, 255, 255, 0.72);
}

.about__title[b-6cnsvfsaay],
.about__section-title[b-6cnsvfsaay],
.about__mission h2[b-6cnsvfsaay],
.about__cta h2[b-6cnsvfsaay] {
    margin: 0;
    color: var(--toyz-dark);
    letter-spacing: -0.045em;
}

    .about__title span[b-6cnsvfsaay],
    .about__section-title span[b-6cnsvfsaay] {
        color: var(--toyz-red);
    }

.about__hero[b-6cnsvfsaay] {
    padding: 6.25rem 0 4.5rem;
}

.about__hero-grid[b-6cnsvfsaay] {
    display: grid;
    grid-template-columns: minmax(0, 1.04fr) minmax(380px, 0.96fr);
    gap: 4rem;
    align-items: center;
}

.about__hero-copy[b-6cnsvfsaay] {
    max-width: 610px;
}

.about__title[b-6cnsvfsaay] {
    font-size: clamp(3rem, 5vw, 4.8rem);
    line-height: 0.94;
    font-weight: 800;
    margin-bottom: 1.2rem;
    text-wrap: balance;
}

.about__lead[b-6cnsvfsaay] {
    max-width: 560px;
    margin: 0 0 1.7rem;
    font-size: 1.02rem;
    line-height: 1.9;
    color: var(--toyz-muted);
}

.about__badges[b-6cnsvfsaay] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
}

.about__badge[b-6cnsvfsaay] {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 0.56rem 0.95rem;
    border-radius: 999px;
    border: 1px solid rgba(225, 6, 0, 0.1);
    background: rgba(225, 6, 0, 0.04);
    color: var(--toyz-red);
    font-size: 0.79rem;
    font-weight: 800;
    white-space: nowrap;
    transition: transform 0.18s ease, border-color 0.18s ease, background-color 0.18s ease;
}

    .about__badge:hover[b-6cnsvfsaay] {
        transform: translateY(-1px);
        background: rgba(225, 6, 0, 0.06);
        border-color: rgba(225, 6, 0, 0.16);
    }

.about__hero-media[b-6cnsvfsaay] {
    position: relative;
}

.about__mosaic[b-6cnsvfsaay] {
    display: grid;
    grid-template-columns: 1.22fr 0.98fr;
    grid-template-rows: repeat(2, minmax(180px, 1fr));
    gap: 0.9rem;
    padding: 1rem;
    background: #fff;
    border: 1px solid rgba(17, 24, 39, 0.06);
    border-radius: 28px;
    box-shadow: 0 20px 46px rgba(17, 24, 39, 0.07);
}

.about__mosaic-item[b-6cnsvfsaay] {
    margin: 0;
    overflow: hidden;
    border-radius: 18px;
    background: rgba(17, 24, 39, 0.04);
    min-height: 180px;
}

.about__mosaic-item--large[b-6cnsvfsaay] {
    grid-row: 1 / span 2;
    min-height: 392px;
}

.about__mosaic-item img[b-6cnsvfsaay] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.45s ease;
}

.about__mosaic-item:hover img[b-6cnsvfsaay] {
    transform: scale(1.035);
}

.about__hero-note[b-6cnsvfsaay] {
    position: absolute;
    left: 1.2rem;
    bottom: 1.2rem;
    display: grid;
    gap: 0.15rem;
    padding: 0.95rem 1rem;
    border-radius: 16px;
    background: rgba(17, 24, 39, 0.9);
    color: #fff;
    box-shadow: 0 14px 28px rgba(17, 24, 39, 0.16);
    backdrop-filter: blur(6px);
}

    .about__hero-note strong[b-6cnsvfsaay] {
        font-size: 1.4rem;
        line-height: 1;
        font-weight: 800;
    }

    .about__hero-note span[b-6cnsvfsaay] {
        font-size: 0.8rem;
        line-height: 1.45;
        color: rgba(255, 255, 255, 0.76);
    }

.about__section[b-6cnsvfsaay] {
    padding: 4.25rem 0;
}

.about__section--compact[b-6cnsvfsaay] {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.about__section-head[b-6cnsvfsaay] {
    max-width: 650px;
    margin-bottom: 2rem;
}

.about__section-title[b-6cnsvfsaay] {
    font-size: clamp(2.2rem, 3vw, 3rem);
    line-height: 1.04;
    font-weight: 800;
    margin-bottom: 0.95rem;
    text-wrap: balance;
}

.about__section-text[b-6cnsvfsaay] {
    margin: 0;
    font-size: 1rem;
    line-height: 1.9;
    color: var(--toyz-muted);
}

.about__features[b-6cnsvfsaay] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.1rem;
}

.about__feature[b-6cnsvfsaay],
.about__split-copy[b-6cnsvfsaay],
.about__stats[b-6cnsvfsaay],
.about__community-copy[b-6cnsvfsaay] {
    border: 1px solid rgba(17, 24, 39, 0.06);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 10px 30px rgba(17, 24, 39, 0.045);
    backdrop-filter: blur(6px);
}

.about__feature[b-6cnsvfsaay] {
    padding: 1.55rem 1.35rem;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

    .about__feature:hover[b-6cnsvfsaay] {
        transform: translateY(-4px);
        box-shadow: 0 18px 34px rgba(17, 24, 39, 0.07);
        border-color: rgba(225, 6, 0, 0.12);
    }

.about__feature-icon[b-6cnsvfsaay] {
    display: inline-grid;
    place-items: center;
    width: 46px;
    height: 46px;
    margin-bottom: 0.95rem;
    border-radius: 14px;
    background: linear-gradient(180deg, rgba(225, 6, 0, 0.08), rgba(225, 6, 0, 0.04));
    font-size: 1.15rem;
}

.about__feature h3[b-6cnsvfsaay] {
    margin: 0 0 0.45rem;
    font-size: 1.02rem;
    font-weight: 800;
    color: var(--toyz-dark);
}

.about__feature p[b-6cnsvfsaay] {
    margin: 0;
    font-size: 0.94rem;
    line-height: 1.78;
    color: var(--toyz-muted);
}

.about__split[b-6cnsvfsaay] {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
    gap: 1.25rem;
    align-items: stretch;
}

.about__split-copy[b-6cnsvfsaay] {
    padding: 1.85rem;
}

.about__stats[b-6cnsvfsaay] {
    overflow: hidden;
}

.about__stat[b-6cnsvfsaay] {
    padding: 1.45rem 1.45rem;
    border-bottom: 1px solid rgba(17, 24, 39, 0.06);
    transition: background-color 0.18s ease;
}

    .about__stat:hover[b-6cnsvfsaay] {
        background: rgba(17, 24, 39, 0.018);
    }

    .about__stat:last-child[b-6cnsvfsaay] {
        border-bottom: none;
    }

    .about__stat strong[b-6cnsvfsaay] {
        display: block;
        margin-bottom: 0.28rem;
        font-size: 1.28rem;
        font-weight: 800;
        color: var(--toyz-dark);
    }

    .about__stat span[b-6cnsvfsaay] {
        display: block;
        font-size: 0.92rem;
        line-height: 1.65;
        color: var(--toyz-muted);
    }

.about__gallery[b-6cnsvfsaay] {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1rem;
}

.about__gallery-card[b-6cnsvfsaay] {
    margin: 0;
    overflow: hidden;
    border-radius: 22px;
    background: rgba(17, 24, 39, 0.04);
    box-shadow: 0 10px 24px rgba(17, 24, 39, 0.04);
    min-height: 250px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

    .about__gallery-card:hover[b-6cnsvfsaay] {
        transform: translateY(-3px);
        box-shadow: 0 18px 30px rgba(17, 24, 39, 0.07);
    }

    .about__gallery-card img[b-6cnsvfsaay] {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        transition: transform 0.4s ease;
    }

    .about__gallery-card:hover img[b-6cnsvfsaay] {
        transform: scale(1.04);
    }

.about__mission[b-6cnsvfsaay] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
    padding: 2.15rem;
    border-radius: 28px;
    background: linear-gradient(135deg, #111827 0%, #7f1111 100%);
    color: #fff;
    box-shadow: 0 22px 42px rgba(17, 24, 39, 0.12);
}

.about__mission-copy[b-6cnsvfsaay] {
    max-width: 570px;
}

.about__mission h2[b-6cnsvfsaay] {
    color: #fff;
    font-size: clamp(1.8rem, 2.6vw, 2.35rem);
    line-height: 1.08;
    font-weight: 800;
    margin-bottom: 0.85rem;
    letter-spacing: -0.03em;
}

.about__mission p[b-6cnsvfsaay] {
    margin: 0;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.85;
    font-size: 0.97rem;
}

.about__mission-points[b-6cnsvfsaay] {
    display: grid;
    gap: 0.75rem;
    min-width: 285px;
}

.about__mission-point[b-6cnsvfsaay] {
    padding: 1rem;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.09);
    background: rgba(255, 255, 255, 0.07);
    font-size: 0.9rem;
    font-weight: 700;
    color: #fff;
    transition: background-color 0.18s ease, transform 0.18s ease;
}

    .about__mission-point:hover[b-6cnsvfsaay] {
        background: rgba(255, 255, 255, 0.1);
        transform: translateX(2px);
    }

.about__community[b-6cnsvfsaay] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
    gap: 1.25rem;
    align-items: stretch;
}

.about__community-copy[b-6cnsvfsaay] {
    padding: 1.8rem;
}

.about__partners[b-6cnsvfsaay] {
    padding: 1.6rem;
    border-radius: 24px;
    background: linear-gradient(180deg, #111827, #0f172a);
    box-shadow: 0 16px 34px rgba(17, 24, 39, 0.1);
}

.about__partners-label[b-6cnsvfsaay] {
    display: block;
    margin-bottom: 0.95rem;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
}

.about__partner-list[b-6cnsvfsaay] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
}

    .about__partner-list span[b-6cnsvfsaay] {
        display: inline-flex;
        align-items: center;
        min-height: 36px;
        padding: 0.52rem 0.88rem;
        border-radius: 999px;
        background: rgba(255, 255, 255, 0.08);
        border: 1px solid rgba(255, 255, 255, 0.11);
        color: rgba(255, 255, 255, 0.9);
        font-size: 0.78rem;
        font-weight: 700;
        transition: background-color 0.18s ease, transform 0.18s ease;
    }

        .about__partner-list span:hover[b-6cnsvfsaay] {
            background: rgba(255, 255, 255, 0.12);
            transform: translateY(-1px);
        }

.about__cta[b-6cnsvfsaay] {
    padding: 4.8rem 0 1.25rem;
    text-align: center;
}

    .about__cta h2[b-6cnsvfsaay] {
        font-size: clamp(2.25rem, 3vw, 3.1rem);
        line-height: 1.02;
        font-weight: 800;
        margin-bottom: 0.85rem;
    }

    .about__cta p[b-6cnsvfsaay] {
        max-width: 620px;
        margin: 0 auto 1.75rem;
        color: var(--toyz-muted);
        font-size: 1rem;
        line-height: 1.85;
    }

.about__actions[b-6cnsvfsaay] {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    justify-content: center;
}

    .about__actions .btn[b-6cnsvfsaay] {
        min-width: 170px;
        min-height: 48px;
        border-radius: 14px;
        font-weight: 800;
    }

@media (max-width: 1100px) {
    .about__hero-grid[b-6cnsvfsaay],
    .about__split[b-6cnsvfsaay],
    .about__community[b-6cnsvfsaay] {
        grid-template-columns: 1fr;
    }

    .about__gallery[b-6cnsvfsaay] {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .about__hero[b-6cnsvfsaay] {
        padding-top: 4.7rem;
        padding-bottom: 3.2rem;
    }

    .about__section[b-6cnsvfsaay] {
        padding: 3.1rem 0;
    }

    .about__mosaic[b-6cnsvfsaay] {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 220px 160px;
        padding: 0.8rem;
    }

    .about__mosaic-item--large[b-6cnsvfsaay] {
        min-height: auto;
        grid-row: 1 / span 2;
    }

    .about__features[b-6cnsvfsaay],
    .about__gallery[b-6cnsvfsaay] {
        grid-template-columns: 1fr;
    }

    .about__mission[b-6cnsvfsaay] {
        flex-direction: column;
        align-items: flex-start;
        padding: 1.7rem;
    }

    .about__mission-points[b-6cnsvfsaay] {
        width: 100%;
        min-width: 0;
    }

    .about__actions[b-6cnsvfsaay] {
        width: 100%;
        flex-direction: column;
    }

        .about__actions .btn[b-6cnsvfsaay] {
            width: 100%;
        }
}

@media (max-width: 480px) {
    .about__container[b-6cnsvfsaay] {
        padding: 0 1rem;
    }

    .about__title[b-6cnsvfsaay] {
        font-size: clamp(2.2rem, 10vw, 3rem);
    }

    .about__badge[b-6cnsvfsaay] {
        width: 100%;
        justify-content: center;
    }

    .about__mosaic[b-6cnsvfsaay] {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
    }

    .about__mosaic-item[b-6cnsvfsaay],
    .about__mosaic-item--large[b-6cnsvfsaay] {
        min-height: 220px;
        grid-row: auto;
    }

    .about__hero-note[b-6cnsvfsaay] {
        left: 1rem;
        right: 1rem;
        bottom: 1rem;
    }
}
/* /Components/Layout/FooterComponents/Contact.razor.rz.scp.css */
.contact[b-l9dk50rq4k] {
    padding-bottom: 5rem;
}

.contact__container[b-l9dk50rq4k] {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.contact__eyebrow[b-l9dk50rq4k] {
    display: inline-block;
    margin-bottom: 0.85rem;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--toyz-red);
}

.contact__hero[b-l9dk50rq4k] {
    padding: 5.8rem 0 2.9rem;
}

.contact__hero-copy[b-l9dk50rq4k] {
    position: relative;
    max-width: 780px;
}

    .contact__hero-copy[b-l9dk50rq4k]::after {
        content: "";
        display: block;
        width: 52px;
        height: 2px;
        margin-top: 1.65rem;
        background: var(--toyz-red);
        border-radius: 999px;
    }

.contact__title[b-l9dk50rq4k] {
    margin: 0 0 1.2rem;
    font-size: clamp(3.2rem, 5vw, 5.2rem);
    font-weight: 800;
    line-height: 0.92;
    letter-spacing: -0.05em;
    color: var(--toyz-dark);
    text-wrap: balance;
}

    .contact__title span[b-l9dk50rq4k] {
        color: var(--toyz-red);
    }

.contact__lead[b-l9dk50rq4k] {
    max-width: 700px;
    margin: 0;
    font-size: 1.04rem;
    line-height: 1.9;
    color: var(--toyz-muted);
}

.contact__section[b-l9dk50rq4k] {
    padding: 0 0 3rem;
}

.contact__top-grid[b-l9dk50rq4k] {
    display: grid;
    grid-template-columns: minmax(320px, 0.88fr) minmax(0, 1.12fr);
    gap: 1.4rem;
    align-items: start;
}

.contact__card[b-l9dk50rq4k],
.contact__form-wrapper[b-l9dk50rq4k],
.contact__locations-card[b-l9dk50rq4k] {
    border-radius: 26px;
    border: 1px solid rgba(17, 24, 39, 0.08);
    background: rgba(255, 255, 255, 0.97);
    box-shadow: 0 16px 40px rgba(17, 24, 39, 0.05);
}

.contact__card[b-l9dk50rq4k],
.contact__form-wrapper[b-l9dk50rq4k] {
    padding: 1.6rem;
}

    .contact__card h2[b-l9dk50rq4k],
    .contact__locations-title[b-l9dk50rq4k] {
        margin: 0 0 1rem;
        font-size: 1.3rem;
        font-weight: 800;
        line-height: 1.2;
        color: var(--toyz-dark);
        letter-spacing: -0.02em;
    }

.contact__item[b-l9dk50rq4k] {
    padding: 0.85rem 0;
    border-bottom: 1px solid rgba(17, 24, 39, 0.06);
}

    .contact__item:last-of-type[b-l9dk50rq4k] {
        border-bottom: none;
        padding-bottom: 0;
    }

    .contact__item span[b-l9dk50rq4k] {
        display: block;
        margin-bottom: 0.18rem;
        font-size: 0.76rem;
        font-weight: 700;
        letter-spacing: 0.05em;
        text-transform: uppercase;
        color: var(--toyz-muted);
    }

    .contact__item strong[b-l9dk50rq4k] {
        font-size: 1rem;
        font-weight: 800;
        line-height: 1.45;
        color: var(--toyz-dark);
    }

.contact__note[b-l9dk50rq4k] {
    margin-top: 1rem;
    padding: 0.9rem 1rem;
    border-radius: 14px;
    background: rgba(225, 6, 0, 0.035);
    border: 1px dashed rgba(225, 6, 0, 0.14);
    font-size: 0.88rem;
    color: var(--toyz-muted);
}

.contact__form[b-l9dk50rq4k] {
    display: grid;
    gap: 1rem;
}

.contact__field label[b-l9dk50rq4k] {
    display: block;
    margin-bottom: 0.45rem;
    font-size: 0.84rem;
    font-weight: 700;
    color: var(--toyz-dark);
}

.contact__input[b-l9dk50rq4k],
.contact__textarea[b-l9dk50rq4k] {
    width: 100%;
    padding: 0.9rem 1rem;
    border-radius: 14px;
    border: 1px solid rgba(17, 24, 39, 0.1);
    background: #fff;
    font-size: 0.96rem;
    line-height: 1.5;
    color: var(--toyz-dark);
    transition: border-color 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
}

    .contact__input[b-l9dk50rq4k]::placeholder,
    .contact__textarea[b-l9dk50rq4k]::placeholder {
        color: #9ca3af;
    }

    .contact__input:hover[b-l9dk50rq4k],
    .contact__textarea:hover[b-l9dk50rq4k] {
        border-color: rgba(17, 24, 39, 0.16);
    }

    .contact__input:focus[b-l9dk50rq4k],
    .contact__textarea:focus[b-l9dk50rq4k] {
        outline: none;
        border-color: rgba(225, 6, 0, 0.28);
        box-shadow: 0 0 0 4px rgba(225, 6, 0, 0.08);
    }

.contact__textarea[b-l9dk50rq4k] {
    resize: vertical;
    min-height: 154px;
}

.contact__submit[b-l9dk50rq4k] {
    width: 100%;
    min-height: 54px;
    border-radius: 14px;
    font-weight: 800;
}

.contact__helper[b-l9dk50rq4k] {
    margin: 0.2rem 0 0;
    font-size: 0.84rem;
    color: var(--toyz-muted);
}

.contact__alert[b-l9dk50rq4k] {
    padding: 0.95rem 1rem;
    border-radius: 14px;
    font-size: 0.92rem;
    font-weight: 600;
    line-height: 1.6;
}

.contact__alert--success[b-l9dk50rq4k] {
    background: rgba(34, 197, 94, 0.08);
    color: #166534;
    border: 1px solid rgba(34, 197, 94, 0.18);
}

.contact__alert--error[b-l9dk50rq4k] {
    background: rgba(239, 68, 68, 0.08);
    color: #991b1b;
    border: 1px solid rgba(239, 68, 68, 0.18);
}

.contact__validation-summary[b-l9dk50rq4k] {
    margin: 0;
    padding-left: 1rem;
    color: #b91c1c;
    font-size: 0.88rem;
}

.contact__field .validation-message[b-l9dk50rq4k] {
    display: block;
    margin-top: 0.4rem;
    font-size: 0.82rem;
    line-height: 1.45;
    color: #b91c1c;
}

.contact__section--locations[b-l9dk50rq4k] {
    padding-top: 0.2rem;
}

.contact__locations-card[b-l9dk50rq4k] {
    padding: 1.6rem;
}

.contact__locations-head[b-l9dk50rq4k] {
    margin-bottom: 1rem;
}

.contact__locations-grid[b-l9dk50rq4k] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.85rem;
    margin-bottom: 1.2rem;
}

.contact__location-chip[b-l9dk50rq4k] {
    display: block;
    padding: 1rem 1.05rem;
    border-radius: 18px;
    text-decoration: none;
    border: 1px solid rgba(17, 24, 39, 0.08);
    background: #fff;
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

    .contact__location-chip:hover[b-l9dk50rq4k] {
        transform: translateY(-2px);
        border-color: rgba(225, 6, 0, 0.14);
        background: rgba(225, 6, 0, 0.03);
        box-shadow: 0 12px 24px rgba(17, 24, 39, 0.05);
    }

    .contact__location-chip strong[b-l9dk50rq4k] {
        display: block;
        margin-bottom: 0.2rem;
        font-size: 0.98rem;
        font-weight: 800;
        color: var(--toyz-dark);
    }

    .contact__location-chip span[b-l9dk50rq4k] {
        display: block;
        font-size: 0.9rem;
        line-height: 1.65;
        color: var(--toyz-muted);
    }

.contact__map[b-l9dk50rq4k] {
    width: 100%;
    height: 460px;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid rgba(17, 24, 39, 0.06);
}

@media (max-width: 1100px) {
    .contact__locations-grid[b-l9dk50rq4k] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 980px) {
    .contact__top-grid[b-l9dk50rq4k] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .contact__hero[b-l9dk50rq4k] {
        padding-top: 4.7rem;
        padding-bottom: 2.35rem;
    }

    .contact__title[b-l9dk50rq4k] {
        font-size: clamp(2.4rem, 10vw, 3.3rem);
    }

    .contact__lead[b-l9dk50rq4k] {
        font-size: 0.98rem;
        line-height: 1.82;
    }

    .contact__card[b-l9dk50rq4k],
    .contact__form-wrapper[b-l9dk50rq4k],
    .contact__locations-card[b-l9dk50rq4k] {
        padding: 1.25rem;
        border-radius: 22px;
    }

    .contact__map[b-l9dk50rq4k] {
        height: 320px;
    }
}

@media (max-width: 480px) {
    .contact__container[b-l9dk50rq4k] {
        padding: 0 1rem;
    }

    .contact__title[b-l9dk50rq4k] {
        font-size: clamp(2.1rem, 10vw, 2.9rem);
    }

    .contact__input[b-l9dk50rq4k],
    .contact__textarea[b-l9dk50rq4k] {
        padding: 0.82rem 0.92rem;
        border-radius: 12px;
    }
}
/* /Components/Layout/FooterComponents/Faq.razor.rz.scp.css */
.faq[b-s394ahv5dj] {
    padding-bottom: 5rem;
}

.faq__container[b-s394ahv5dj] {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.faq__sr-only[b-s394ahv5dj] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.faq__eyebrow[b-s394ahv5dj] {
    display: inline-block;
    margin-bottom: 0.85rem;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--toyz-red);
}

.faq__title[b-s394ahv5dj],
.faq__cta h2[b-s394ahv5dj] {
    margin: 0;
    color: var(--toyz-dark);
    letter-spacing: -0.045em;
}

    .faq__title span[b-s394ahv5dj] {
        color: var(--toyz-red);
    }

.faq__hero[b-s394ahv5dj] {
    padding: 5.4rem 0 2.75rem;
}

.faq__hero-copy[b-s394ahv5dj] {
    position: relative;
    max-width: 720px;
}

    .faq__hero-copy[b-s394ahv5dj]::after {
        content: "";
        display: block;
        width: 52px;
        height: 2px;
        margin-top: 1.65rem;
        background: var(--toyz-red);
        border-radius: 999px;
    }

.faq__title[b-s394ahv5dj] {
    font-size: clamp(3rem, 5vw, 4.8rem);
    line-height: 0.93;
    font-weight: 800;
    margin-bottom: 1.2rem;
    text-wrap: balance;
}

.faq__lead[b-s394ahv5dj] {
    max-width: 640px;
    margin: 0;
    font-size: 1.03rem;
    line-height: 1.9;
    color: var(--toyz-muted);
}

.faq__section[b-s394ahv5dj] {
    padding: 0 0 3.25rem;
}

.faq__list[b-s394ahv5dj] {
    display: grid;
    gap: 1.15rem;
}

.faq__item[b-s394ahv5dj] {
    overflow: hidden;
    border: 1px solid rgba(17, 24, 39, 0.08);
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(17, 24, 39, 0.045);
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

    .faq__item:hover[b-s394ahv5dj] {
        transform: translateY(-2px);
        border-color: rgba(225, 6, 0, 0.12);
        box-shadow: 0 16px 30px rgba(17, 24, 39, 0.06);
    }

    .faq__item[open][b-s394ahv5dj] {
        border-color: rgba(225, 6, 0, 0.14);
        box-shadow: 0 18px 34px rgba(17, 24, 39, 0.07);
    }

.faq__question[b-s394ahv5dj] {
    position: relative;
    list-style: none;
    cursor: pointer;
    padding: 1.28rem 3.9rem 1.28rem 1.4rem;
    font-size: 1.02rem;
    font-weight: 800;
    line-height: 1.5;
    color: var(--toyz-dark);
}

    .faq__question[b-s394ahv5dj]::-webkit-details-marker {
        display: none;
    }

    .faq__question[b-s394ahv5dj]::after {
        content: "+";
        position: absolute;
        right: 1.25rem;
        top: 50%;
        transform: translateY(-50%);
        width: 28px;
        height: 28px;
        display: grid;
        place-items: center;
        border-radius: 999px;
        background: rgba(225, 6, 0, 0.05);
        color: var(--toyz-red);
        font-size: 1rem;
        font-weight: 700;
        line-height: 1;
        transition: background-color 0.18s ease, transform 0.18s ease;
    }

.faq__item:hover .faq__question[b-s394ahv5dj]::after {
    background: rgba(225, 6, 0, 0.08);
}

.faq__item[open] .faq__question[b-s394ahv5dj]::after {
    content: "−";
    background: rgba(225, 6, 0, 0.08);
}

.faq__answer[b-s394ahv5dj] {
    padding: 0 1.4rem 1.3rem;
}

    .faq__answer p[b-s394ahv5dj] {
        max-width: 820px;
        margin: 0;
        font-size: 0.97rem;
        line-height: 1.82;
        color: var(--toyz-muted);
    }

.faq__cta[b-s394ahv5dj] {
    padding: 2.6rem 0 1.25rem;
    text-align: center;
}

    .faq__cta h2[b-s394ahv5dj] {
        font-size: clamp(2.15rem, 3vw, 3rem);
        line-height: 1.02;
        font-weight: 800;
        margin-bottom: 0.85rem;
    }

    .faq__cta p[b-s394ahv5dj] {
        max-width: 620px;
        margin: 0 auto 1.75rem;
        color: var(--toyz-muted);
        font-size: 1rem;
        line-height: 1.85;
    }

.faq__actions[b-s394ahv5dj] {
    display: inline-flex;
    justify-content: center;
}

    .faq__actions .btn[b-s394ahv5dj] {
        min-width: 178px;
        min-height: 48px;
        border-radius: 14px;
        font-weight: 800;
    }

@media (max-width: 768px) {
    .faq__hero[b-s394ahv5dj] {
        padding-top: 4.7rem;
        padding-bottom: 2.4rem;
    }

    .faq__title[b-s394ahv5dj] {
        font-size: clamp(2.4rem, 10vw, 3.3rem);
    }

    .faq__lead[b-s394ahv5dj] {
        font-size: 0.98rem;
        line-height: 1.82;
    }

    .faq__list[b-s394ahv5dj] {
        gap: 0.9rem;
    }

    .faq__question[b-s394ahv5dj] {
        padding: 1.15rem 3.35rem 1.15rem 1.05rem;
        font-size: 0.97rem;
    }

    .faq__answer[b-s394ahv5dj] {
        padding: 0 1.05rem 1.1rem;
    }

    .faq__actions[b-s394ahv5dj] {
        width: 100%;
    }

        .faq__actions .btn[b-s394ahv5dj] {
            width: 100%;
        }
}

@media (max-width: 480px) {
    .faq__container[b-s394ahv5dj] {
        padding: 0 1rem;
    }

    .faq__title[b-s394ahv5dj] {
        font-size: clamp(2.15rem, 10vw, 2.9rem);
    }

    .faq__question[b-s394ahv5dj]::after {
        right: 1rem;
    }
}
/* /Components/Layout/Header.razor.rz.scp.css */
.header[b-16lnkwdzva] {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: saturate(180%) blur(10px);
    -webkit-backdrop-filter: saturate(180%) blur(10px);
    border-bottom: 1px solid rgba(17, 24, 39, 0.04);
    transition: background-color 220ms ease, box-shadow 220ms ease, border-color 220ms ease, backdrop-filter 220ms ease;
}


.toy-header-container[b-16lnkwdzva] {
    width: min(100% - 32px, 1440px);
    margin-inline: auto;
}

.toy-header-main[b-16lnkwdzva] {
    display: grid;
    grid-template-columns: auto minmax(360px, max-content) minmax(260px, 1fr) auto;
    align-items: center;
    column-gap: 18px;
    min-height: 88px;
    padding: 10px 0;
}

.toy-header-brand[b-16lnkwdzva],
.toy-header-desktop-nav[b-16lnkwdzva],
.toy-header-search[b-16lnkwdzva],
.toy-header-tools[b-16lnkwdzva] {
    min-width: 0;
}

.toy-header-search[b-16lnkwdzva] {
    width: 100%;
}

.toy-header-tools[b-16lnkwdzva] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    flex-wrap: nowrap;
    flex-shrink: 0;
}

.toy-lang-wrap--desktop[b-16lnkwdzva] {
    display: inline-flex;
}

.toy-header-mobile-panel[b-16lnkwdzva] {
    display: none;
}

.toy-header-desktop-nav .toy-desktop-link.active[b-16lnkwdzva]::after,
.toy-header-desktop-nav .toy-desktop-link[aria-current="page"][b-16lnkwdzva]::after {
    height: 2px;
    opacity: 0.95;
}

@media (max-width: 1399.98px) {
    .toy-header-main[b-16lnkwdzva] {
        grid-template-columns: auto minmax(300px, max-content) minmax(220px, 1fr) auto;
        column-gap: 14px;
    }
}

@media (max-width: 1199.98px) {
    .toy-header-main[b-16lnkwdzva] {
        grid-template-columns: auto 1fr auto;
        grid-template-areas:
            "brand tools tools"
            "search search search";
        row-gap: 12px;
        min-height: auto;
        padding: 12px 0;
    }

    .toy-header-brand[b-16lnkwdzva] { grid-area: brand; }
    .toy-header-search[b-16lnkwdzva] { grid-area: search; }
    .toy-header-tools[b-16lnkwdzva] { grid-area: tools; }
    .toy-header-desktop-nav[b-16lnkwdzva],
    .toy-lang-wrap--desktop[b-16lnkwdzva] {
        display: none;
    }

    .toy-header-mobile-panel[b-16lnkwdzva] {
        display: none;
        padding: 0 0 14px;
        gap: 10px;
        flex-direction: column;
    }

    .toy-header-mobile-panel.is-open[b-16lnkwdzva] {
        display: flex;
    }

    .toy-header-mobile-lang[b-16lnkwdzva] {
        display: flex;
        padding: 4px 4px 0;
    }
}

@media (max-width: 575.98px) {
    .toy-header-container[b-16lnkwdzva] {
        width: min(100% - 20px, 1440px);
    }

    .toy-header-main[b-16lnkwdzva] {
        column-gap: 8px;
        row-gap: 8px;
    }

    .toy-header-tools[b-16lnkwdzva] {
        gap: 6px;
    }
}
/* /Components/Layout/HeaderComponents/HeaderActions.razor.rz.scp.css */
.toy-actions[b-qh71x51t21] {
    display: flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
    flex: 0 0 auto;
}

.toy-icon-btn[b-qh71x51t21] {
    width: 42px;
    height: 42px;
    border-radius: 999px;
    border: 1px solid rgba(225, 6, 0, 0.14);
    background: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #111827;
    flex-shrink: 0;
    position: relative;
    transition: background 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

    .toy-icon-btn:hover[b-qh71x51t21] {
        background: rgba(225, 6, 0, 0.06);
        border-color: rgba(225, 6, 0, 0.28);
        color: #e10600;
        box-shadow: 0 10px 24px rgba(17, 24, 39, 0.08);
        transform: translateY(-1px);
    }

/* Favorites button — pink accent */
.toy-action--fav[b-qh71x51t21] {
    color: #e10600;
    border-color: rgba(225, 6, 0, 0.18);
}

    .toy-action--fav:hover[b-qh71x51t21] {
        background: rgba(225, 6, 0, 0.06);
        border-color: rgba(225, 6, 0, 0.28);
        color: #e10600;
        box-shadow: 0 10px 24px rgba(17, 24, 39, 0.08);
    }

.toy-icon-btn svg[b-qh71x51t21] {
    display: block;
    color: currentColor;
}

.toy-badge[b-qh71x51t21] {
    position: absolute;
    top: 9px;
    right: 9px;
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: #e10600;
}

.toy-account-menu[b-qh71x51t21] {
    position: relative;
}

.toy-account-menu > summary[b-qh71x51t21] {
    list-style: none;
    cursor: pointer;
}

.toy-account-menu > summary[b-qh71x51t21]::-webkit-details-marker {
    display: none;
}

.toy-account-panel[b-qh71x51t21] {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    min-width: 180px;
    display: grid;
    gap: 4px;
    padding: 8px;
    background: #fff;
    border: 1px solid rgba(17, 24, 39, 0.08);
    border-radius: 14px;
    box-shadow: 0 18px 40px rgba(17, 24, 39, 0.12);
}

.toy-account-panel a[b-qh71x51t21],
.toy-account-panel button[b-qh71x51t21] {
    text-decoration: none;
    color: #111827;
    background: transparent;
    border: 0;
    text-align: left;
    padding: 10px 12px;
    border-radius: 10px;
    font: inherit;
    cursor: pointer;
}

    .toy-account-panel a:hover[b-qh71x51t21],
    .toy-account-panel button:hover[b-qh71x51t21] {
        background: rgba(225, 6, 0, 0.06);
        color: #e10600;
    }

@media (max-width: 575.98px) {
    .toy-actions[b-qh71x51t21] {
        gap: 6px;
    }

    .toy-icon-btn[b-qh71x51t21] {
        width: 40px;
        height: 40px;
    }
}

@media (max-width: 420px) {
    .toy-actions[b-qh71x51t21] {
        gap: 4px;
    }

    .toy-icon-btn[b-qh71x51t21] {
        width: 36px;
        height: 36px;
    }

    .toy-badge[b-qh71x51t21] {
        top: 7px;
        right: 7px;
        width: 7px;
        height: 7px;
    }
}
/* /Components/Layout/HeaderComponents/HeaderLogo.razor.rz.scp.css */
.toy-brand[b-1lkop9n9de] {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
}

.toy-logo[b-1lkop9n9de] {
    width: clamp(98px, 8vw, 136px);
    height: auto;
    object-fit: contain;
    display: block;
}

@media (max-width: 575.98px) {
    .toy-logo[b-1lkop9n9de] {
        width: 106px;
    }
}

@media (max-width: 390px) {
    .toy-logo[b-1lkop9n9de] {
        width: 96px;
    }
}
/* /Components/Layout/HeaderComponents/HeaderMenu.razor.rz.scp.css */
.toy-desktop-nav[b-bacbesvc5r] {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
}

.toy-desktop-link[b-bacbesvc5r] {
    color: #2b2f38;
    text-decoration: none;
    font-weight: 600;
    white-space: nowrap;
    padding: 10px 12px;
    border-radius: 12px;
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: color 160ms ease, background-color 160ms ease, transform 160ms ease;
}

    .toy-desktop-link[b-bacbesvc5r]::before {
        content: "";
        position: absolute;
        inset: 0;
        border-radius: inherit;
        background: linear-gradient(180deg, rgba(255,255,255,0.22), rgba(255,255,255,0));
        opacity: 0;
        pointer-events: none;
        transition: opacity 180ms ease;
    }

    .toy-desktop-link:hover[b-bacbesvc5r] {
        background: rgba(225, 6, 0, 0.04);
        color: #c40000;
        transform: translateY(-1px);
    }

        .toy-desktop-link:hover[b-bacbesvc5r]::before {
            opacity: 1;
        }

    .toy-desktop-link:focus-visible[b-bacbesvc5r] {
        background: rgba(225, 6, 0, 0.05);
        color: #111827;
        outline: none;
    }

    .toy-desktop-link.active[b-bacbesvc5r],
    .toy-desktop-link[aria-current="page"][b-bacbesvc5r] {
        color: #111827;
        font-weight: 700;
        background: transparent;
    }

        .toy-desktop-link.active[b-bacbesvc5r]::after,
        .toy-desktop-link[aria-current="page"][b-bacbesvc5r]::after {
            content: "";
            position: absolute;
            left: 12px;
            right: 12px;
            bottom: 5px;
            height: 2px;
            border-radius: 999px;
            background: #e10600;
        }

.toy-desktop-link--sale[b-bacbesvc5r] {
    color: #d90429;
    font-weight: 700;
    letter-spacing: 0.02em;
}
    .toy-desktop-link--sale:hover[b-bacbesvc5r],
    .toy-desktop-link--sale.active[b-bacbesvc5r],
    .toy-desktop-link--sale[aria-current="page"][b-bacbesvc5r] {
        color: #a00000;
    }


.toy-desktop-dropdown[b-bacbesvc5r] {
    position: relative;
    min-width: max-content;
    flex-shrink: 0;
}


    .toy-desktop-dropdown[b-bacbesvc5r]::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 100%;
        height: 12px;
    }

    .toy-desktop-dropdown:hover > .toy-desktop-link[b-bacbesvc5r],
    .toy-desktop-dropdown:focus-within > .toy-desktop-link[b-bacbesvc5r] {
        color: #111827;
        background: rgba(225, 6, 0, 0.04);
        transform: translateY(-1px);
    }

        .toy-desktop-dropdown:hover > .toy-desktop-link[b-bacbesvc5r]::before,
        .toy-desktop-dropdown:focus-within > .toy-desktop-link[b-bacbesvc5r]::before {
            opacity: 1;
        }

        .toy-desktop-dropdown:hover > .toy-desktop-link[b-bacbesvc5r]::after,
        .toy-desktop-dropdown:focus-within > .toy-desktop-link[b-bacbesvc5r]::after {
            content: "";
            position: absolute;
            left: 12px;
            right: 12px;
            bottom: 5px;
            height: 2px;
            border-radius: 999px;
            background: #e10600;
        }

.toy-desktop-link--dropdown .toy-chevron[b-bacbesvc5r] {
    font-size: 0.72rem;
    opacity: 0.55;
    transition: transform 160ms ease, opacity 160ms ease;
}
.toy-desktop-dropdown:hover .toy-chevron[b-bacbesvc5r],
.toy-desktop-dropdown:focus-within .toy-chevron[b-bacbesvc5r] {
    transform: rotate(180deg);
    opacity: 0.85;
}

.toy-desktop-dropdown-menu[b-bacbesvc5r] {
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    min-width: 290px;
    display: none;
    flex-direction: column;
    gap: 4px;
    padding: 8px;
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid rgba(17, 24, 39, 0.08);
    border-radius: 16px;
    box-shadow: 0 18px 55px rgba(0, 0, 0, 0.12), 0 6px 16px rgba(17, 24, 39, 0.05);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    z-index: 20;
}

.toy-desktop-dropdown:hover .toy-desktop-dropdown-menu[b-bacbesvc5r],
.toy-desktop-dropdown:focus-within .toy-desktop-dropdown-menu[b-bacbesvc5r] {
    display: flex;
}

.toy-desktop-dropdown-menu a[b-bacbesvc5r] {
    color: #111827;
    text-decoration: none;
    padding: 0.6rem 0.8rem;
    border-radius: 10px;
    line-height: 1.35;
    transform: translateX(0);
    transition: background-color 160ms ease, color 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

    .toy-desktop-dropdown-menu a:hover[b-bacbesvc5r] {
        background: rgba(225, 6, 0, 0.06);
        color: #c40000;
        transform: translateX(2px);
        box-shadow: inset 0 0 0 1px rgba(225, 6, 0, 0.05);
    }

    .toy-desktop-dropdown-menu a:focus-visible[b-bacbesvc5r] {
        background: rgba(225, 6, 0, 0.08);
        color: #9f0000;
        outline: none;
        transform: translateX(2px);
    }

.toy-desktop-dropdown-all[b-bacbesvc5r] {
    font-weight: 800;
    margin-top: 2px;
    padding-top: 12px !important;
    border-top: 1px solid rgba(17, 24, 39, 0.08);
}

.toy-mobile-nav[b-bacbesvc5r] {
    display: grid;
    gap: 4px;
    padding: 8px;
    background: #fff;
    border: 1px solid rgba(17, 24, 39, 0.08);
    border-radius: 18px;
    box-shadow: 0 16px 40px rgba(17, 24, 39, 0.08);
}

.toy-mobile-link[b-bacbesvc5r],
.toy-mobile-details > summary[b-bacbesvc5r] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
    color: #111827;
    font-weight: 800;
    font-size: 1rem;
    padding: 14px 16px;
    border-radius: 12px;
    cursor: pointer;
    line-height: 1.2;
    transition: background-color 160ms ease, color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

    .toy-mobile-link:hover[b-bacbesvc5r],
    .toy-mobile-details > summary:hover[b-bacbesvc5r] {
        background: rgba(225, 6, 0, 0.06);
        color: #e10600;
        transform: translateX(1px);
    }

    .toy-mobile-link:focus-visible[b-bacbesvc5r],
    .toy-mobile-details > summary:focus-visible[b-bacbesvc5r] {
        background: rgba(225, 6, 0, 0.07);
        color: #111827;
        outline: none;
    }

    .toy-mobile-link.active[b-bacbesvc5r],
    .toy-mobile-link[aria-current="page"][b-bacbesvc5r] {
        background: rgba(225, 6, 0, 0.07);
        color: #111827;
        box-shadow: inset 3px 0 0 #e10600;
        font-weight: 800;
    }

.toy-mobile-details > summary[b-bacbesvc5r] {
    list-style: none;
}

    .toy-mobile-details > summary[b-bacbesvc5r]::-webkit-details-marker {
        display: none;
    }

    .toy-mobile-details > summary[b-bacbesvc5r]::after {
        content: "›";
        font-size: 1.2rem;
        opacity: 0.45;
        transition: transform 200ms ease, opacity 200ms ease;
    }

.toy-mobile-details[open] > summary[b-bacbesvc5r] {
    background: rgba(225, 6, 0, 0.06);
    color: #e10600;
}

    .toy-mobile-details[open] > summary[b-bacbesvc5r]::after {
        transform: rotate(90deg);
        opacity: 1;
    }

.toy-mobile-submenu[b-bacbesvc5r] {
    display: grid;
    gap: 2px;
    padding: 4px 8px 8px;
}

    .toy-mobile-submenu a[b-bacbesvc5r] {
        color: rgba(17, 24, 39, 0.78);
        text-decoration: none;
        font-size: 0.95rem;
        padding: 11px 14px;
        border-radius: 10px;
        transition: background-color 160ms ease, color 160ms ease, transform 160ms ease;
    }

        .toy-mobile-submenu a:hover[b-bacbesvc5r] {
            background: rgba(225, 6, 0, 0.06);
            color: #e10600;
            transform: translateX(2px);
        }

        .toy-mobile-submenu a:focus-visible[b-bacbesvc5r] {
            background: rgba(225, 6, 0, 0.08);
            color: #111827;
            outline: none;
            transform: translateX(2px);
        }

.toy-mobile-submenu-all[b-bacbesvc5r] {
    font-weight: 800;
    margin-top: 4px;
    padding-top: 12px !important;
    border-top: 1px solid rgba(17, 24, 39, 0.08);
}

.toy-mobile-link--sale[b-bacbesvc5r] {
    color: #c40000;
    font-weight: 900;
}
/* /Components/Layout/HeaderComponents/HeaderSearch.razor.rz.scp.css */
.toy-search[b-w4subrtb5g] {
    min-width: 0;
    width: 100%;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 8px;
    padding: 5px;
    border: 1px solid rgba(17, 24, 39, 0.08);
    border-radius: 999px;
    background: rgba(248, 248, 252, 0.96);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9), 0 6px 18px rgba(17, 24, 39, 0.04);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    transition: border-color 180ms ease, box-shadow 180ms ease, background-color 180ms ease, transform 180ms ease;
}

    .toy-search:hover[b-w4subrtb5g] {
        border-color: rgba(225, 6, 0, 0.16);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.95), 0 10px 24px rgba(17, 24, 39, 0.06);
    }

    .toy-search:focus-within[b-w4subrtb5g] {
        border-color: rgba(225, 6, 0, 0.22);
        background: rgba(255, 255, 255, 0.98);
        box-shadow: 0 0 0 3px rgba(225, 6, 0, 0.08), 0 10px 24px rgba(17, 24, 39, 0.06);
    }

.toy-search-icon[b-w4subrtb5g] {
    width: 36px;
    height: 36px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: rgba(17, 24, 39, 0.46);
    flex: 0 0 auto;
    transition: color 180ms ease, transform 180ms ease;
}

.toy-search:hover .toy-search-icon[b-w4subrtb5g],
.toy-search:focus-within .toy-search-icon[b-w4subrtb5g] {
    color: rgba(17, 24, 39, 0.72);
    transform: scale(1.02);
}

.toy-search-input[b-w4subrtb5g] {
    min-width: 0;
    width: 100%;
    border: 0;
    outline: 0;
    box-shadow: none;
    background: transparent;
    padding: 0;
    font-size: 0.98rem;
    color: #111827;
}

    .toy-search-input[b-w4subrtb5g]::placeholder {
        color: rgba(17, 24, 39, 0.46);
        transition: color 180ms ease;
    }

.toy-search:focus-within .toy-search-input[b-w4subrtb5g]::placeholder {
    color: rgba(17, 24, 39, 0.34);
}

.toy-search-button[b-w4subrtb5g] {
    background: #111827;
    border: 1px solid rgba(17, 24, 39, 0.04);
    color: #fff;
    border-radius: 999px;
    font-weight: 800;
    padding: 0.78rem 1.1rem;
    line-height: 1;
    white-space: nowrap;
    flex: 0 0 auto;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 6px 16px rgba(17, 24, 39, 0.16);
    transition: background-color 180ms ease, transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

    .toy-search-button:hover[b-w4subrtb5g] {
        background: #1f2937;
        transform: translateY(-1px);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 10px 20px rgba(17, 24, 39, 0.18);
    }

    .toy-search-button:active[b-w4subrtb5g] {
        transform: translateY(0);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 4px 10px rgba(17, 24, 39, 0.14);
    }

    .toy-search-button:focus-visible[b-w4subrtb5g] {
        outline: none;
        box-shadow: 0 0 0 3px rgba(225, 6, 0, 0.12), 0 10px 20px rgba(17, 24, 39, 0.18);
    }

@media (max-width: 575.98px) {
    .toy-search[b-w4subrtb5g] {
        gap: 6px;
        padding: 4px;
    }

    .toy-search-icon[b-w4subrtb5g] {
        width: 32px;
        height: 32px;
    }

    .toy-search-input[b-w4subrtb5g] {
        font-size: 0.94rem;
    }

    .toy-search-button[b-w4subrtb5g] {
        padding: 0.72rem 0.95rem;
        font-size: 0.92rem;
    }
}

@media (max-width: 359.98px) {
    .toy-search-button[b-w4subrtb5g] {
        padding-inline: 0.82rem;
    }
}
/* /Components/Layout/HeaderComponents/HeaderToggler.razor.rz.scp.css */
.toy-toggler[b-v3d2l4gx8h] {
    display: none;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    padding: 0;
    border-radius: 999px;
    border: 1.5px solid rgba(17, 24, 39, 0.15);
    background: #fff;
    color: #111;
    transition: background 120ms, border-color 120ms;
}

.toy-toggler:hover[b-v3d2l4gx8h] {
    background: rgba(17, 24, 39, 0.04);
}

.toy-toggler.is-open[b-v3d2l4gx8h] {
    border-color: rgba(17, 24, 39, 0.3);
    background: rgba(17, 24, 39, 0.06);
}

.toy-toggler-icon[b-v3d2l4gx8h] {
    display: block;
}

@media (max-width: 1199.98px) {
    .toy-toggler[b-v3d2l4gx8h] {
        display: inline-flex;
    }
}

@media (max-width: 360px) {
    .toy-toggler[b-v3d2l4gx8h] {
        width: 38px;
        height: 38px;
    }
}
/* /Components/Layout/HeaderComponents/LanguageSwitcher.razor.rz.scp.css */
.lang-switch[b-u10a89uzg6] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    flex: 0 0 auto;
}

.lang-flag[b-u10a89uzg6] {
    width: 30px;
    height: 20px;
    border-radius: 6px;
    border: 1px solid rgba(17, 24, 39, 0.12);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    flex: 0 0 auto;
    box-shadow: 0 4px 10px rgba(0,0,0,0.08);
    transition: transform 140ms ease, box-shadow 140ms ease, border-color 140ms ease;
}

    .lang-flag:hover[b-u10a89uzg6] {
        transform: translateY(-1px);
        box-shadow: 0 6px 14px rgba(0,0,0,0.12);
        border-color: rgba(17, 24, 39, 0.22);
    }

    .lang-flag:active[b-u10a89uzg6] {
        transform: scale(0.96);
    }

    .lang-flag.is-active[b-u10a89uzg6] {
        border-color: rgba(225, 6, 0, 0.35);
        box-shadow: 0 6px 14px rgba(0,0,0,0.12), 0 0 0 2px rgba(225, 6, 0, 0.14);
    }

.lang-switch .lang-flag:nth-child(1)[b-u10a89uzg6] {
    background-image: url("/images/flags/ge.svg");
}

.lang-switch .lang-flag:nth-child(2)[b-u10a89uzg6] {
    background-image: url("/images/flags/us.svg");
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.layout[b-3p4959w47z] {
    min-height: 100vh;
    background: #fff;
    color: #111;
}

.toy-content[b-3p4959w47z] {
    padding: 1rem 0.7rem 2.25rem;
}

@media (max-width: 575.98px) {
    .toy-content[b-3p4959w47z] {
        padding-top: 0.85rem;
    }
}

#blazor-error-ui[b-3p4959w47z] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss[b-3p4959w47z] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
/* =========================
   Hidden states
========================= */
.components-reconnect-first-attempt-visible[b-z0rn8om1jo],
.components-reconnect-repeated-attempt-visible[b-z0rn8om1jo],
.components-reconnect-failed-visible[b-z0rn8om1jo],
.components-pause-visible[b-z0rn8om1jo],
.components-resume-failed-visible[b-z0rn8om1jo],
.components-rejoining-animation[b-z0rn8om1jo],
.components-reconnect-actions[b-z0rn8om1jo] {
    display: none;
}

/* =========================
   Visible states
========================= */
#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-z0rn8om1jo],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-z0rn8om1jo],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-z0rn8om1jo],
#components-reconnect-modal.components-reconnect-paused .components-reconnect-actions--resume[b-z0rn8om1jo],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-z0rn8om1jo],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-z0rn8om1jo],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-z0rn8om1jo],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-z0rn8om1jo],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-actions--retry[b-z0rn8om1jo] {
    display: block;
}

/* =========================
   Modal
========================= */
#components-reconnect-modal[b-z0rn8om1jo] {
    width: min(92vw, 26rem);
    margin: 12vh auto;
    padding: 0;
    border: 0;
    border-radius: 20px;
    background: #ffffff;
    color: #1f2937;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12), 0 4px 10px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    opacity: 0;
    transform: translateY(16px) scale(0.98);
    transition: opacity 0.25s ease, transform 0.25s ease, overlay 0.25s ease allow-discrete, display 0.25s ease allow-discrete;
}

    #components-reconnect-modal[open][b-z0rn8om1jo] {
        opacity: 1;
        transform: translateY(0) scale(1);
    }

    #components-reconnect-modal[b-z0rn8om1jo]::backdrop {
        background: rgba(15, 23, 42, 0.45);
        backdrop-filter: blur(6px);
        -webkit-backdrop-filter: blur(6px);
    }

/* =========================
   Container
========================= */
.components-reconnect-container[b-z0rn8om1jo] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.875rem;
    padding: 2rem 1.5rem 1.5rem;
    text-align: center;
}

.components-reconnect-title[b-z0rn8om1jo] {
    margin: 0.25rem 0 0;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.3;
    color: #111827;
}

.components-reconnect-message[b-z0rn8om1jo] {
    margin: 0;
    font-size: 0.98rem;
    line-height: 1.55;
    color: #4b5563;
    max-width: 30ch;
}

.components-reconnect-actions[b-z0rn8om1jo] {
    width: 100%;
    margin-top: 0.25rem;
}

/* =========================
   Buttons
========================= */
.components-button[b-z0rn8om1jo] {
    appearance: none;
    border: 0;
    outline: 0;
    cursor: pointer;
    min-width: 9rem;
    padding: 0.75rem 1rem;
    border-radius: 12px;
    font-size: 0.95rem;
    font-weight: 600;
    line-height: 1.2;
    transition: background-color 0.2s ease, transform 0.12s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}

.components-button-primary[b-z0rn8om1jo] {
    background: #2563eb;
    color: #fff;
    box-shadow: 0 6px 18px rgba(37, 99, 235, 0.22);
}

    .components-button-primary:hover[b-z0rn8om1jo] {
        background: #1d4ed8;
    }

    .components-button-primary:active[b-z0rn8om1jo] {
        transform: translateY(1px) scale(0.99);
    }

.components-button:focus-visible[b-z0rn8om1jo] {
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.18), 0 0 0 6px rgba(37, 99, 235, 0.08);
}

/* =========================
   Animation container
========================= */
.components-reconnect-icon[b-z0rn8om1jo] {
    display: grid;
    place-items: center;
    width: 5.5rem;
    height: 5.5rem;
    border-radius: 999px;
    background: radial-gradient(circle at center, rgba(37, 99, 235, 0.08), rgba(37, 99, 235, 0.03));
    margin-bottom: 0.25rem;
}

.components-rejoining-animation[b-z0rn8om1jo] {
    position: relative;
    width: 72px;
    height: 72px;
}

    .components-rejoining-animation div[b-z0rn8om1jo] {
        position: absolute;
        inset: 0;
        border: 3px solid #2563eb;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-z0rn8om1jo 1.6s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-z0rn8om1jo] {
            animation-delay: -0.8s;
        }

/* =========================
   Responsive
========================= */
@media (max-width: 480px) {
    #components-reconnect-modal[b-z0rn8om1jo] {
        width: min(94vw, 24rem);
        margin: 10vh auto;
        border-radius: 18px;
    }

    .components-reconnect-container[b-z0rn8om1jo] {
        padding: 1.5rem 1rem 1.25rem;
    }

    .components-reconnect-title[b-z0rn8om1jo] {
        font-size: 1.125rem;
    }

    .components-reconnect-message[b-z0rn8om1jo] {
        font-size: 0.94rem;
    }

    .components-button[b-z0rn8om1jo] {
        width: 100%;
    }
}

/* =========================
   Reduced motion
========================= */
@media (prefers-reduced-motion: reduce) {
    #components-reconnect-modal[b-z0rn8om1jo],
    #components-reconnect-modal[b-z0rn8om1jo]::backdrop,
    .components-button[b-z0rn8om1jo],
    .components-rejoining-animation div[b-z0rn8om1jo] {
        transition: none !important;
        animation: none !important;
    }
}

/* =========================
   Keyframes
========================= */
@keyframes components-rejoining-animation-b-z0rn8om1jo {
    0% {
        transform: scale(0.15);
        opacity: 0;
    }

    15% {
        opacity: 1;
    }

    100% {
        transform: scale(1);
        opacity: 0;
    }
}
/* /Components/Pages/Customer/Account/Manage.razor.rz.scp.css */
.veli-shell[b-1yvlnyvte6]{max-width: 1200px; margin: 0 auto; padding: 26px 18px 40px; display: grid; grid-template-columns: 320px 1fr; gap: 32px; align-items: start;}
.veli-side[b-1yvlnyvte6]{background: transparent;}
.veli-side__head[b-1yvlnyvte6]{display: flex; align-items: center; gap: 10px; padding: 10px 6px 14px; border-bottom: 1px solid rgba(0,0,0,.06); margin-bottom: 12px;}
.veli-side__title[b-1yvlnyvte6]{font-size: 18px; font-weight: 700; letter-spacing: .2px;}
.veli-nav[b-1yvlnyvte6]{display: flex; flex-direction: column; gap: 6px; padding: 6px;}
.veli-nav__item[b-1yvlnyvte6]{display: flex; align-items: center; gap: 10px; padding: 12px 12px; border-radius: 12px; text-decoration: none; color: #111; background: #fff; border: 1px solid rgba(0,0,0,.06); transition: transform .08s ease, box-shadow .15s ease, border-color .15s ease;}
.veli-nav__item:hover[b-1yvlnyvte6]{transform: translateY(-1px); box-shadow: 0 10px 22px rgba(0,0,0,.06); border-color: rgba(0,0,0,.10);}
.veli-nav__item.is-active[b-1yvlnyvte6]{background: #f3f3f7; border-color: rgba(0,0,0,.10); box-shadow: 0 12px 26px rgba(0,0,0,.06);}
.veli-nav__item.is-danger[b-1yvlnyvte6]{background: #fff; border-color: rgba(220,38,38,.20);}
.veli-nav__icon[b-1yvlnyvte6]{width: 22px; text-align: center;}
.veli-nav__text[b-1yvlnyvte6]{font-size: 14px; letter-spacing: .2px;}
.veli-main[b-1yvlnyvte6]{width: 100%;}
.veli-card[b-1yvlnyvte6]{background: #fff; border: 1px solid rgba(0,0,0,.06); border-radius: 16px; box-shadow: 0 18px 45px rgba(0,0,0,.06); overflow: hidden;}
.veli-card__title[b-1yvlnyvte6]{padding: 18px 18px; font-size: 22px; font-weight: 800; border-bottom: 1px solid rgba(0,0,0,.06);}
.row-item[b-1yvlnyvte6]{padding: 16px 18px; display: flex; align-items: center; justify-content: space-between; gap: 16px;}
.row-item__left[b-1yvlnyvte6]{display: flex; flex-direction: column; gap: 6px; min-width: 0;}
.row-item__label[b-1yvlnyvte6]{font-size: 13px; color: rgba(0,0,0,.55);}
.row-item__value[b-1yvlnyvte6]{font-size: 15px; font-weight: 600; color: #111; word-break: break-word;}
.row-item__right[b-1yvlnyvte6]{display: flex; align-items: center; gap: 10px; flex-shrink: 0;}
.divider[b-1yvlnyvte6]{height: 1px; background: rgba(0,0,0,.06); margin: 0;}
.edit-panel[b-1yvlnyvte6]{padding: 0 18px 18px;}
.edit-grid[b-1yvlnyvte6]{display: grid; grid-template-columns: 1fr 180px; gap: 12px; align-items: end;}
.edit-grid.mt[b-1yvlnyvte6]{margin-top: 12px;}
.field[b-1yvlnyvte6]{display: flex; flex-direction: column; gap: 8px;}
.field--btn[b-1yvlnyvte6]{align-self: end;}
.field__label[b-1yvlnyvte6]{font-size: 12px; color: rgba(0,0,0,.60);}
.field__input[b-1yvlnyvte6]{height: 48px; border-radius: 12px; border: 1px solid rgba(0,0,0,.10); padding: 0 14px; outline: none; background: #fff;}
.field__input:focus[b-1yvlnyvte6]{border-color: rgba(106,99,255,.55); box-shadow: 0 0 0 4px rgba(106,99,255,.12);}
.btn[b-1yvlnyvte6]{height: 48px; border-radius: 12px; border: 0; padding: 0 14px; cursor: pointer; font-weight: 700; letter-spacing: .2px; white-space: nowrap;}
.btn:disabled[b-1yvlnyvte6]{opacity: .6; cursor: not-allowed;}
.btn--outline[b-1yvlnyvte6]{background: #fff; border: 1px solid rgba(106,99,255,.40); color: rgba(106,99,255,1);}
.btn--soft[b-1yvlnyvte6]{background: rgba(106,99,255,.10); border: 1px solid rgba(106,99,255,.18); color: rgba(106,99,255,1);}
.btn--primary[b-1yvlnyvte6]{background: linear-gradient(90deg, rgba(106,99,255,1), rgba(122,115,255,1)); color: #fff; padding: 0 18px;}
.link-btn[b-1yvlnyvte6]{background: transparent; border: 0; color: rgba(106,99,255,1); font-weight: 800; cursor: pointer; padding: 8px 10px;}
.note[b-1yvlnyvte6]{margin-top: 10px; font-size: 13px; color: rgba(0,0,0,.65);}
.mini[b-1yvlnyvte6]{margin-top: 10px; font-size: 13px; color: rgba(0,0,0,.55);}
.validation[b-1yvlnyvte6]{margin: 12px 18px 0; padding: 10px 12px; border-radius: 12px; background: rgba(220,38,38,.06); border: 1px solid rgba(220,38,38,.14);}
@media (max-width: 900px){.veli-shell[b-1yvlnyvte6]{grid-template-columns: 1fr;}.edit-grid[b-1yvlnyvte6]{grid-template-columns: 1fr;}.row-item[b-1yvlnyvte6]{align-items: flex-start;}}
.edit-grid.names2[b-1yvlnyvte6]{grid-template-columns: 1fr 1fr;}
@media (max-width: 900px){.edit-grid.names2[b-1yvlnyvte6]{grid-template-columns: 1fr;}}
.srow[b-1yvlnyvte6]{border-bottom: 1px solid rgba(0,0,0,.06);}
.srow:last-child[b-1yvlnyvte6]{border-bottom: 0;}
.srow__top[b-1yvlnyvte6]{padding: 18px; display: flex; align-items: flex-start; justify-content: space-between; gap: 16px;}
.srow__left[b-1yvlnyvte6]{display: flex; flex-direction: column; gap: 6px; min-width: 0;}
.srow__label[b-1yvlnyvte6]{font-size: 13px; color: rgba(0,0,0,.55);}
.srow__value[b-1yvlnyvte6]{font-size: 16px; font-weight: 700; color: #111; word-break: break-word;}
.srow__meta[b-1yvlnyvte6]{font-size: 13px; color: rgba(0,0,0,.50);}
.srow__right[b-1yvlnyvte6]{display: flex; align-items: center; gap: 10px; flex-shrink: 0;}
.srow__body[b-1yvlnyvte6]{padding: 0 18px 18px; animation: srowIn-b-1yvlnyvte6 .14s ease;}
@keyframes srowIn-b-1yvlnyvte6{from{opacity: 0; transform: translateY(-6px);}to{opacity: 1; transform: translateY(0);}}
.srow__grid[b-1yvlnyvte6]{display: grid; grid-template-columns: 1fr 180px; gap: 12px; align-items: end; background: rgba(0,0,0,.02); border: 1px solid rgba(0,0,0,.05); border-radius: 14px; padding: 14px;}
.srow__grid--otp[b-1yvlnyvte6]{margin-top: 12px;}
.srow__grid--name[b-1yvlnyvte6]{grid-template-columns: 1fr 1fr;}
.field[b-1yvlnyvte6]{display: flex; flex-direction: column; gap: 8px;}
.field--btn[b-1yvlnyvte6]{align-self: end;}
.field__label[b-1yvlnyvte6]{font-size: 12px; color: rgba(0,0,0,.60);}
.field__input[b-1yvlnyvte6]{height: 48px; border-radius: 12px; border: 1px solid rgba(0,0,0,.10); padding: 0 14px; outline: none; background: #fff; width: 100%;}
.field__input:focus[b-1yvlnyvte6]{border-color: rgba(106,99,255,.55); box-shadow: 0 0 0 4px rgba(106,99,255,.12);}
.note[b-1yvlnyvte6]{margin-top: 10px; font-size: 13px; color: rgba(0,0,0,.65);}
.link-btn[b-1yvlnyvte6]{background: transparent; border: 0; color: rgba(106,99,255,1); font-weight: 800; cursor: pointer; padding: 8px 10px;}
.btn[b-1yvlnyvte6]{height: 48px; border-radius: 12px; border: 0; padding: 0 14px; cursor: pointer; font-weight: 700; white-space: nowrap;}
.btn:disabled[b-1yvlnyvte6]{opacity: .6; cursor: not-allowed;}
.btn--outline[b-1yvlnyvte6]{background: #fff; border: 1px solid rgba(106,99,255,.40); color: rgba(106,99,255,1);}
.btn--soft[b-1yvlnyvte6]{background: rgba(106,99,255,.10); border: 1px solid rgba(106,99,255,.18); color: rgba(106,99,255,1);}
.btn--primary[b-1yvlnyvte6]{background: linear-gradient(90deg, rgba(106,99,255,1), rgba(122,115,255,1)); color: #fff;}
@media (max-width: 900px){.srow__grid[b-1yvlnyvte6]{grid-template-columns: 1fr;}.srow__grid--name[b-1yvlnyvte6]{grid-template-columns: 1fr;}}
/* /Components/Pages/Customer/AllSubCategories.razor.rz.scp.css */
.cat-page[b-13dxwf9znk]{max-width: 1140px; margin: 0 auto; padding: clamp(16px, 2vw, 28px);}
.cat-header[b-13dxwf9znk]{display: flex; align-items: flex-end; justify-content: space-between; gap: 16px; margin-bottom: 18px;}
@media (max-width: 840px){.cat-header[b-13dxwf9znk]{flex-direction: column; align-items: flex-start;}}
.cat-title[b-13dxwf9znk]{font-size: clamp(22px, 2.2vw, 32px); line-height: 1.15; margin: 0; letter-spacing: -0.02em;}
.cat-subtitle[b-13dxwf9znk]{margin: 8px 0 0 0; color: rgba(0,0,0,.62); font-size: 14px;}
.cat-actions[b-13dxwf9znk]{display: flex; gap: 10px; align-items: center; flex-wrap: wrap; justify-content: flex-start;}
@media (min-width: 840px){.cat-actions[b-13dxwf9znk]{justify-content: flex-end;}}
.cat-search[b-13dxwf9znk]{position: relative;}
.cat-search input[b-13dxwf9znk]{width: min(420px, 92vw); height: 40px; padding: 0 12px 0 38px; border-radius: 12px; border: 1px solid rgba(0,0,0,.12); background: #fff url("/images/search.svg") no-repeat 12px center; background-size: 16px 16px; outline: none; transition: border-color .15s ease, box-shadow .15s ease;}
.cat-search input:focus[b-13dxwf9znk]{border-color: rgba(0,0,0,.22); box-shadow: 0 0 0 4px rgba(0,0,0,.06);}
.cat-grid[b-13dxwf9znk]{display: grid; gap: clamp(10px, 1.4vw, 16px); grid-template-columns: repeat(2, minmax(0, 1fr));}
@media (min-width: 520px){.cat-grid[b-13dxwf9znk]{grid-template-columns: repeat(3, minmax(0, 1fr));}}
@media (min-width: 840px){.cat-grid[b-13dxwf9znk]{grid-template-columns: repeat(4, minmax(0, 1fr));}}
@media (min-width: 1120px){.cat-grid[b-13dxwf9znk]{grid-template-columns: repeat(5, minmax(0, 1fr));}}
.cat-card[b-13dxwf9znk]{display: grid; grid-template-rows: 160px auto; gap: 12px; background: #fff; border: 1px solid rgba(0,0,0,.12); border-radius: 18px; padding: 14px; text-decoration: none; color: inherit; box-shadow: 0 8px 22px rgba(0,0,0,.06); transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease; overflow: hidden;}
.cat-card:hover[b-13dxwf9znk]{transform: translateY(-2px); box-shadow: 0 14px 36px rgba(0,0,0,.10); border-color: rgba(0,0,0,.16);}
.cat-card:focus-visible[b-13dxwf9znk]{outline: none; box-shadow: 0 0 0 4px rgba(0,0,0,.10), 0 14px 36px rgba(0,0,0,.10);}
.cat-img-wrap[b-13dxwf9znk]{height: 160px; width: 100%; display: flex; align-items: center; justify-content: center; border-radius: 14px; background: rgba(0,0,0,.02); overflow: hidden;}
.cat-img[b-13dxwf9znk]{display: block; max-width: 100%; max-height: 100%; width: auto; height: auto; object-fit: contain;}
.cat-body[b-13dxwf9znk]{padding: 0; display: grid; gap: 10px; text-align: left; min-width: 0;}
.cat-name[b-13dxwf9znk]{font-size: 14px; font-weight: 600; line-height: 1.25; margin: 0; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; min-height: calc(1.25em * 2);}
.cat-chips[b-13dxwf9znk]{display: flex; gap: 8px; flex-wrap: wrap; min-width: 0;}
.cat-chip[b-13dxwf9znk]{display: inline-flex; align-items: center; white-space: nowrap; max-width: 100%; overflow: hidden; text-overflow: ellipsis; font-size: 13px; font-weight: 600; padding: 8px 12px; border-radius: 999px; border: 1px solid rgba(0,0,0,.14); background: rgba(0,0,0,.02); color: rgba(0,0,0,.78); transition: transform .12s ease, box-shadow .12s ease, background .12s ease, border-color .12s ease; min-width: 0; flex: 0 1 auto;}
.cat-chip:hover[b-13dxwf9znk]{transform: translateY(-1px); box-shadow: 0 10px 22px rgba(0,0,0,.08); border-color: rgba(0,0,0,.20);}
.cat-alert[b-13dxwf9znk]{padding: 12px 14px; border-radius: 14px; border: 1px solid rgba(255,0,0,.18); background: rgba(255,0,0,.06);}
.cat-empty[b-13dxwf9znk]{padding: 22px; border-radius: 16px; border: 1px dashed rgba(0,0,0,.16); color: rgba(0,0,0,.70); background: rgba(0,0,0,.02);}
.sr-only[b-13dxwf9znk]{position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;}
@media (max-width: 520px){.cat-card[b-13dxwf9znk]{grid-template-rows: 140px auto;}.cat-img-wrap[b-13dxwf9znk]{height: 140px;}}
/* /Components/Pages/Customer/Brands.razor.rz.scp.css */
.brands-wrap[b-iy4sgtzc1r]{max-width: 1140px; margin: 0 auto; padding: 0 16px;}
.grid-tiles--brands[b-iy4sgtzc1r]{width: 100%;}
.cat-header[b-iy4sgtzc1r]{display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; margin-bottom: 14px;}
@media (max-width: 768px){.cat-header[b-iy4sgtzc1r]{flex-direction: column;}}
.cat-breadcrumbs[b-iy4sgtzc1r]{display: flex; align-items: center; gap: 10px; margin-bottom: 6px; opacity: .9;}
.cat-breadcrumbs a[b-iy4sgtzc1r]{color: inherit; text-decoration: none; border-bottom: 1px solid rgba(0,0,0,.18);}
.cat-breadcrumbs a:hover[b-iy4sgtzc1r]{border-bottom-color: rgba(0,0,0,.35);}
.cat-breadcrumbs .sep[b-iy4sgtzc1r]{opacity: .45;}
.cat-breadcrumbs .current[b-iy4sgtzc1r]{opacity: .7;}
.cat-search input[b-iy4sgtzc1r]{width: min(420px, 92vw); height: 40px; padding: 0 12px 0 38px; border-radius: 12px; border: 1px solid rgba(0,0,0,.12); background: #fff url("/images/search.svg") no-repeat 12px center; background-size: 16px 16px; outline: none; transition: border-color .15s ease, box-shadow .15s ease;}
.cat-search input:focus[b-iy4sgtzc1r]{border-color: rgba(0,0,0,.22); box-shadow: 0 0 0 4px rgba(0,0,0,.06);}
.cat-child-strip[b-iy4sgtzc1r]{display: flex; align-items: center; gap: 10px; flex-wrap: wrap; margin: 10px 0 14px;}
@media (max-width: 640px){.cat-child-strip[b-iy4sgtzc1r]{flex-wrap: nowrap; overflow-x: auto; -webkit-overflow-scrolling: touch; padding-bottom: 6px;}.cat-child-strip[b-iy4sgtzc1r]::-webkit-scrollbar{height: 6px;}}
.cat-pill[b-iy4sgtzc1r]{display: inline-flex; align-items: center; justify-content: center; white-space: nowrap; padding: 8px 14px; border-radius: 999px; border: 1px solid rgba(0,0,0,.14); background: #fff; color: inherit; line-height: 1; flex: 0 0 auto; transition: border-color .15s ease, box-shadow .15s ease, background-color .15s ease;}
.cat-pill:hover[b-iy4sgtzc1r]{border-color: rgba(0,0,0,.22); box-shadow: 0 10px 25px rgba(0,0,0,.06);}
.cat-pill.is-active[b-iy4sgtzc1r]{border-color: rgba(0,0,0,.28); box-shadow: 0 0 0 4px rgba(0,0,0,.06);}
.cat-pill.is-active:first-child[b-iy4sgtzc1r]{background: rgba(0,0,0,.02);}
.pager-slot[b-iy4sgtzc1r]{min-height: 60px; margin: 12px 0;}
.tile-media[b-iy4sgtzc1r]{position: relative; aspect-ratio: 4/3; border-radius: 18px; overflow: hidden;}
.tile-loader[b-iy4sgtzc1r]{position: absolute; inset: 0; width: 100%; height: 100%; opacity: 1; transition: opacity .15s ease;}
.tile-img[b-iy4sgtzc1r]{position: relative; width: 100%; height: 100%; object-fit: contain; opacity: 0; transition: opacity .15s ease;}
.tile-media.loaded .tile-img[b-iy4sgtzc1r]{opacity: 1;}
.tile-media.loaded .tile-loader[b-iy4sgtzc1r]{opacity: 0; pointer-events: none;}
.catalog-filters[b-iy4sgtzc1r]{border-radius: 12px; position: sticky; top: 96px; align-self: flex-start; overflow: visible;}
.catalog-grid[b-iy4sgtzc1r]{display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 20px; transform: translateZ(0); will-change: contents;}
@media (max-width: 575px){.catalog-grid[b-iy4sgtzc1r]{grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); gap: 12px;}}
.catalog-card[b-iy4sgtzc1r]{border-radius: 16px; overflow: hidden; background: #fff; border: 1px solid rgba(0,0,0,.08); box-shadow: 0 2px 8px rgba(0,0,0,.06); transition: transform .2s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .2s cubic-bezier(0.4, 0, 0.2, 1); transform: translateZ(0); backface-visibility: hidden;}
.catalog-card:hover[b-iy4sgtzc1r]{transform: translateY(-4px) translateZ(0); box-shadow: 0 12px 24px rgba(0,0,0,.12);}
.catalog-link[b-iy4sgtzc1r]{display: block; color: inherit; text-decoration: none;}
.catalog-media[b-iy4sgtzc1r]{position: relative; aspect-ratio: 1 / 1; overflow: hidden; border-radius: 18px 18px 0 0; background: #fff;}
.catalog-bg[b-iy4sgtzc1r]{position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;}
.catalog-fg[b-iy4sgtzc1r]{position: absolute; inset: 0; margin: auto; width: 70%; height: 70%; object-fit: contain;}
.catalog-noimg[b-iy4sgtzc1r]{position: absolute; inset: 0; display: grid; place-items: center; color: rgba(0,0,0,.4); font-size: .9rem; font-weight: 500;}
.catalog-badge[b-iy4sgtzc1r]{position: absolute; left: 8px; bottom: 8px; border-radius: 6px; padding: 4px 8px; font-size: .75rem; font-weight: 600; box-shadow: 0 2px 8px rgba(0,0,0,.15); backdrop-filter: blur(4px);}
.catalog-body[b-iy4sgtzc1r]{padding: 12px; display: flex; flex-direction: column; gap: 6px;}
.catalog-title[b-iy4sgtzc1r]{font-weight: 600; font-size: .95rem; line-height: 1.3; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; min-height: 2.6em; text-rendering: optimizeLegibility;}
.catalog-meta[b-iy4sgtzc1r]{font-size: .8rem; color: rgba(0,0,0,.6); white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.catalog-bottom[b-iy4sgtzc1r]{margin-top: auto; display: flex; align-items: center; justify-content: space-between; gap: 8px;}
.catalog-price[b-iy4sgtzc1r]{font-weight: 700; font-size: 1.1rem; color: #212529;}
.catalog-cart[b-iy4sgtzc1r]{border-radius: 8px; padding: 6px 14px; font-size: .85rem; font-weight: 600; white-space: nowrap; transition: all .15s ease;}
.catalog-cart:not(:disabled):hover[b-iy4sgtzc1r]{transform: translateY(-1px);}
.catalog-cart:not(:disabled):active[b-iy4sgtzc1r]{transform: translateY(0);}
.catalog-cart .cart-icon[b-iy4sgtzc1r]{width: 18px; height: 18px; display: inline-block; fill: currentColor;}
.catalog-card.loading[b-iy4sgtzc1r]{animation: pulse-b-iy4sgtzc1r 1.5s ease-in-out infinite;}
.catalog-card.out[b-iy4sgtzc1r]{opacity: .6; pointer-events: none;}
@keyframes pulse-b-iy4sgtzc1r{0%, 100%{opacity: 1;}50%{opacity: .5;}}
@media (prefers-reduced-motion: reduce){.catalog-card[b-iy4sgtzc1r],
    .catalog-cart[b-iy4sgtzc1r]{transition: none;}.catalog-card:hover[b-iy4sgtzc1r]{transform: none;}}
@supports (content-visibility: auto){.catalog-card[b-iy4sgtzc1r]{content-visibility: auto; contain-intrinsic-size: 0 400px;}}
/* /Components/Pages/Customer/Cart.razor.rz.scp.css */
.cart-page[b-buqqji1qlq],
.cart-page *[b-buqqji1qlq] {
    box-sizing: border-box;
}

.cart-page[b-buqqji1qlq] {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: clamp(20px, 2vw, 32px) clamp(12px, 2vw, 24px) clamp(40px, 4vw, 56px);
    overflow-x: clip;
}

.cart-header[b-buqqji1qlq] {
    margin-bottom: 22px;
}

.cart-title[b-buqqji1qlq] {
    margin: 0;
    font-size: clamp(1.65rem, 2.2vw, 2.5rem);
    font-weight: 800;
    color: #1f1f1f;
    letter-spacing: -0.02em;
}

.cart-alert[b-buqqji1qlq] {
    border-radius: 18px;
    border: 1px solid #dbeafe;
    background: #eff6ff;
    color: #1e3a8a;
    padding: 14px 18px;
    margin-bottom: 20px;
}

.cart-box[b-buqqji1qlq] {
    width: 100%;
    min-width: 0;
    background: #fff;
    border: 1px solid #ececec;
    border-radius: clamp(18px, 2vw, 24px);
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
}

.cart-state[b-buqqji1qlq] {
    text-align: center;
    padding: 42px 20px;
}

.cart-empty[b-buqqji1qlq] {
    max-width: 520px;
    margin: 0 auto;
}

.cart-empty-btn[b-buqqji1qlq] {
    min-width: min(100%, 220px);
    border-radius: 999px;
    padding: 12px 22px;
    font-weight: 700;
}

.cart-table-wrap[b-buqqji1qlq] {
    overflow: hidden;
}

.cart-table[b-buqqji1qlq] {
    width: 100%;
    margin: 0;
    vertical-align: middle;
    table-layout: fixed;
}

    .cart-table thead th[b-buqqji1qlq] {
        background: #fafafa;
        color: #6b7280;
        font-size: 0.92rem;
        font-weight: 700;
        padding: 18px 14px;
        border-bottom: 1px solid #ececec;
        white-space: nowrap;
    }

    .cart-table tbody td[b-buqqji1qlq] {
        padding: clamp(16px, 1.5vw, 20px) 14px;
        border-bottom: 1px solid #f2f2f2;
        vertical-align: middle;
    }

    .cart-table tbody tr:last-child td[b-buqqji1qlq] {
        border-bottom: none;
    }

.cart-image-col[b-buqqji1qlq] {
    width: 140px;
}

.cart-name-col[b-buqqji1qlq] {
    min-width: 0;
    width: 28%;
}

.cart-product-media[b-buqqji1qlq] {
    position: relative;
    width: clamp(88px, 8vw, 116px);
    height: clamp(88px, 8vw, 116px);
    margin: 0 auto;
    border-radius: clamp(18px, 2vw, 24px);
    overflow: hidden;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    border: 1px solid #eeeeee;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

    .cart-product-media .catalog-bg[b-buqqji1qlq] {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        transform: scale(1.08);
        pointer-events: none;
    }

    .cart-product-media .catalog-fg[b-buqqji1qlq] {
        position: relative;
        z-index: 1;
        width: 80%;
        height: 80%;
        object-fit: contain;
        display: block;
    }

.mobile-media[b-buqqji1qlq] {
    width: 92px;
    height: 92px;
    margin: 0;
    flex-shrink: 0;
}

.product-link-btn[b-buqqji1qlq] {
    width: 100%;
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    color: #111827;
    font-size: 1.02rem;
    line-height: 1.45;
    font-weight: 700;
    text-align: center;
    cursor: pointer;
    transition: color 0.18s ease, opacity 0.18s ease, transform 0.18s ease;
    max-width: 100%;
    min-width: 0;
    overflow-wrap: anywhere;
}

    .product-link-btn:hover[b-buqqji1qlq] {
        color: #e10600;
        transform: translateY(-1px);
    }

.mobile-product-link[b-buqqji1qlq] {
    text-align: left;
    font-size: 1rem;
}

.qty-control[b-buqqji1qlq] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 6px 10px;
    background: #fafafa;
    border: 1px solid #ededed;
    border-radius: 999px;
    max-width: 100%;
}

.qty-control-mobile[b-buqqji1qlq] {
    justify-content: flex-start;
}

.qty-btn[b-buqqji1qlq] {
    width: 36px;
    height: 36px;
    border-radius: 999px;
    border: 1px solid #e5e7eb;
    background: #ffffff;
    color: #111827;
    font-size: 1.15rem;
    font-weight: 800;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.18s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.04);
    flex-shrink: 0;
}

    .qty-btn:hover:not(:disabled)[b-buqqji1qlq] {
        background: #f9fafb;
        border-color: #d1d5db;
        transform: translateY(-1px);
    }

    .qty-btn:disabled[b-buqqji1qlq],
    .remove-btn:disabled[b-buqqji1qlq] {
        opacity: 0.55;
        cursor: not-allowed;
    }

.qty-badge[b-buqqji1qlq] {
    min-width: 28px;
    text-align: center;
    font-size: 1rem;
    font-weight: 700;
    color: #111827;
}

.price-text[b-buqqji1qlq],
.total-text[b-buqqji1qlq] {
    font-weight: 700;
    color: #111827;
    white-space: nowrap;
}

.total-text[b-buqqji1qlq] {
    color: #e10600;
}

.remove-btn[b-buqqji1qlq] {
    width: 38px;
    height: 38px;
    border-radius: 999px;
    border: 1px solid #f4cccc;
    background: #fff5f5;
    color: #d11a2a;
    font-size: 1.3rem;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.18s ease;
    flex-shrink: 0;
}

    .remove-btn:hover:not(:disabled)[b-buqqji1qlq] {
        background: #ffe9e9;
        border-color: #e8b4b4;
        transform: translateY(-1px);
    }

.mobile-cart[b-buqqji1qlq] {
    display: none;
    width: 100%;
}

.mobile-cart-card[b-buqqji1qlq] {
    width: 100%;
    min-width: 0;
    padding: 16px;
    position: relative;
    margin-bottom: 14px;
}

.mobile-cart-top[b-buqqji1qlq] {
    display: flex;
    gap: 14px;
    align-items: center;
    margin-bottom: 14px;
    min-width: 0;
}

.mobile-cart-main[b-buqqji1qlq] {
    min-width: 0;
    flex: 1;
}

.mobile-cart-grid[b-buqqji1qlq] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.mobile-info-item[b-buqqji1qlq] {
    min-width: 0;
    padding: 12px 14px;
    border-radius: 16px;
    background: #fafafa;
    border: 1px solid #efefef;
}

.mobile-info-item--full[b-buqqji1qlq] {
    grid-column: 1 / -1;
}

.mobile-label[b-buqqji1qlq] {
    display: block;
    font-size: 0.82rem;
    font-weight: 700;
    color: #6b7280;
    margin-bottom: 8px;
}

.mobile-value[b-buqqji1qlq] {
    display: block;
    font-size: 1rem;
    font-weight: 700;
    color: #111827;
    overflow-wrap: anywhere;
}

.mobile-total[b-buqqji1qlq] {
    color: #e10600;
}

.remove-btn-mobile[b-buqqji1qlq] {
    margin-top: 14px;
    margin-left: auto;
}

.cart-summary-wrap[b-buqqji1qlq] {
    display: flex;
    justify-content: flex-end;
    margin-top: 22px;
}

.cart-summary-box[b-buqqji1qlq] {
    width: 100%;
    max-width: 420px;
    padding: clamp(18px, 2vw, 22px);
    border-radius: clamp(18px, 2vw, 24px);
}

.cart-summary-row[b-buqqji1qlq] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 18px;
    font-size: 1.08rem;
}

.summary-label[b-buqqji1qlq] {
    color: #6b7280;
    font-weight: 700;
}

.summary-value[b-buqqji1qlq] {
    font-size: clamp(1.3rem, 2vw, 1.5rem);
    line-height: 1;
    color: #111827;
    white-space: nowrap;
}

.cart-checkout-btn[b-buqqji1qlq] {
    width: 100%;
    min-height: 52px;
    border-radius: 999px;
    font-size: 1rem;
    font-weight: 800;
    box-shadow: 0 8px 20px rgba(34, 197, 94, 0.2);
}

.desktop-cart[b-buqqji1qlq] {
    display: block;
}

@media (min-width: 1400px) {
    .cart-page[b-buqqji1qlq] {
        max-width: 1520px;
    }

    .cart-summary-box[b-buqqji1qlq] {
        max-width: 460px;
    }
}

@media (max-width: 1199.98px) {
    .cart-page[b-buqqji1qlq] {
        padding-top: 24px;
        padding-bottom: 40px;
    }

    .desktop-cart[b-buqqji1qlq] {
        display: none;
    }

    .mobile-cart[b-buqqji1qlq] {
        display: block;
    }

    .cart-summary-wrap[b-buqqji1qlq] {
        justify-content: stretch;
    }

    .cart-summary-box[b-buqqji1qlq] {
        max-width: 100%;
    }
}

@media (max-width: 767.98px) {
    .cart-title[b-buqqji1qlq] {
        font-size: 1.7rem;
    }

    .mobile-cart-card[b-buqqji1qlq] {
        padding: 14px;
        border-radius: 20px;
    }

    .mobile-cart-top[b-buqqji1qlq] {
        align-items: flex-start;
    }

    .mobile-cart-grid[b-buqqji1qlq] {
        grid-template-columns: 1fr;
    }

    .mobile-info-item--full[b-buqqji1qlq] {
        grid-column: auto;
    }
}

@media (max-width: 479.98px) {
    .cart-page[b-buqqji1qlq] {
        padding-left: 12px;
        padding-right: 12px;
    }

    .mobile-cart-top[b-buqqji1qlq] {
        gap: 12px;
    }

    .mobile-media[b-buqqji1qlq],
    .cart-product-media[b-buqqji1qlq] {
        width: 80px;
        height: 80px;
    }

    .qty-control[b-buqqji1qlq] {
        gap: 8px;
        padding-inline: 8px;
    }

    .qty-btn[b-buqqji1qlq],
    .remove-btn[b-buqqji1qlq] {
        width: 34px;
        height: 34px;
    }

    .cart-summary-row[b-buqqji1qlq] {
        align-items: flex-start;
        flex-direction: column;
    }

    .summary-value[b-buqqji1qlq] {
        font-size: 1.25rem;
    }
}

.product-link-btn:focus-visible[b-buqqji1qlq],
.qty-btn:focus-visible[b-buqqji1qlq],
.remove-btn:focus-visible[b-buqqji1qlq] {
    outline: 3px solid rgba(225, 6, 0, 0.18);
    outline-offset: 2px;
}
/* /Components/Pages/Customer/Catalog.razor.rz.scp.css */
.catalog-filters[b-hddtvrr38t]{border-radius: 12px; position: sticky; top: 96px; align-self: flex-start; overflow: visible;}
.catalog-grid[b-hddtvrr38t]{display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 20px; transform: translateZ(0); will-change: contents;}
@media (max-width: 575px){.catalog-grid[b-hddtvrr38t]{grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); gap: 12px;}}
.catalog-card[b-hddtvrr38t]{border-radius: 16px; overflow: hidden; background: #fff; border: 1px solid rgba(0,0,0,.08); box-shadow: 0 2px 8px rgba(0,0,0,.06); transition: transform .2s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .2s cubic-bezier(0.4, 0, 0.2, 1); transform: translateZ(0); backface-visibility: hidden;}
.catalog-card:hover[b-hddtvrr38t]{transform: translateY(-4px) translateZ(0); box-shadow: 0 12px 24px rgba(0,0,0,.12);}
.catalog-link[b-hddtvrr38t]{display: block; color: inherit; text-decoration: none;}
.catalog-media[b-hddtvrr38t]{position: relative; aspect-ratio: 1 / 1; overflow: hidden; border-radius: 18px 18px 0 0; background: #fff;}
.catalog-bg[b-hddtvrr38t]{position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;}
.catalog-fg[b-hddtvrr38t]{position: absolute; inset: 0; margin: auto; width: 70%; height: 70%; object-fit: contain;}
.catalog-noimg[b-hddtvrr38t]{position: absolute; inset: 0; display: grid; place-items: center; color: rgba(0,0,0,.4); font-size: .9rem; font-weight: 500;}
.catalog-badge[b-hddtvrr38t]{position: absolute; left: 8px; bottom: 8px; border-radius: 6px; padding: 4px 8px; font-size: .75rem; font-weight: 600; box-shadow: 0 2px 8px rgba(0,0,0,.15); backdrop-filter: blur(4px);}
.catalog-body[b-hddtvrr38t]{padding: 12px; display: flex; flex-direction: column; gap: 6px;}
.catalog-title[b-hddtvrr38t]{font-weight: 600; font-size: .95rem; line-height: 1.3; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; min-height: 2.6em; text-rendering: optimizeLegibility;}
.catalog-meta[b-hddtvrr38t]{font-size: .8rem; color: rgba(0,0,0,.6); white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.catalog-bottom[b-hddtvrr38t]{margin-top: auto; display: flex; align-items: center; justify-content: space-between; gap: 8px;}
.catalog-price[b-hddtvrr38t]{font-weight: 700; font-size: 1.1rem; color: #212529;}
.catalog-cart[b-hddtvrr38t]{border-radius: 8px; padding: 6px 14px; font-size: .85rem; font-weight: 600; white-space: nowrap; transition: all .15s ease;}
.catalog-cart:not(:disabled):hover[b-hddtvrr38t]{transform: translateY(-1px);}
.catalog-cart:not(:disabled):active[b-hddtvrr38t]{transform: translateY(0);}
.catalog-cart .cart-icon[b-hddtvrr38t]{width: 18px; height: 18px; display: inline-block; fill: currentColor;}
.catalog-card.loading[b-hddtvrr38t]{animation: pulse-b-hddtvrr38t 1.5s ease-in-out infinite;}
.catalog-card.out[b-hddtvrr38t]{opacity: .6; pointer-events: none;}
@keyframes pulse-b-hddtvrr38t{0%, 100%{opacity: 1;}50%{opacity: .5;}}
@media (prefers-reduced-motion: reduce){.catalog-card[b-hddtvrr38t],
    .catalog-cart[b-hddtvrr38t]{transition: none;}.catalog-card:hover[b-hddtvrr38t]{transform: none;}}
@supports (content-visibility: auto){.catalog-card[b-hddtvrr38t]{content-visibility: auto; contain-intrinsic-size: 0 400px;}}
/* /Components/Pages/Customer/Categories.razor.rz.scp.css */
.cat-page[b-3gc5b2d6v8]{max-width: 1200px; margin: 0 auto; padding: clamp(16px, 2vw, 28px);}
.cat-header[b-3gc5b2d6v8]{display: grid; grid-template-columns: 1fr; gap: 14px; align-items: start; margin-bottom: 18px;}
@media (min-width: 840px){.cat-header[b-3gc5b2d6v8]{grid-template-columns: 1fr auto; align-items: end;}}
.cat-title[b-3gc5b2d6v8]{font-size: clamp(22px, 2.2vw, 32px); line-height: 1.15; margin: 0; letter-spacing: -0.02em;}
.cat-subtitle[b-3gc5b2d6v8]{margin: 8px 0 0 0; color: rgba(0,0,0,.62); font-size: 14px;}
.cat-actions[b-3gc5b2d6v8]{display: flex; gap: 10px; align-items: center; flex-wrap: wrap; justify-content: flex-start;}
@media (min-width: 840px){.cat-actions[b-3gc5b2d6v8]{justify-content: flex-end;}}
.cat-search input[b-3gc5b2d6v8]{width: min(320px, 78vw); height: 40px; padding: 0 12px; border-radius: 12px; border: 1px solid rgba(0,0,0,.12); background: #fff; outline: none; transition: border-color .15s ease, box-shadow .15s ease;}
.cat-search input:focus[b-3gc5b2d6v8]{border-color: rgba(0,0,0,.22); box-shadow: 0 0 0 4px rgba(0,0,0,.06);}
.cat-toggle[b-3gc5b2d6v8]{height: 40px; padding: 0 12px; border-radius: 12px; border: 1px solid rgba(0,0,0,.12); background: #fff; cursor: pointer; transition: transform .12s ease, box-shadow .12s ease, background .12s ease;}
.cat-toggle:hover[b-3gc5b2d6v8]{box-shadow: 0 10px 24px rgba(0,0,0,.10); transform: translateY(-1px);}
.cat-grid[b-3gc5b2d6v8]{display: grid; gap: clamp(10px, 1.4vw, 16px); grid-template-columns: repeat(2, minmax(0, 1fr));}
@media (min-width: 520px){.cat-grid[b-3gc5b2d6v8]{grid-template-columns: repeat(3, minmax(0, 1fr));}}
@media (min-width: 840px){.cat-grid[b-3gc5b2d6v8]{grid-template-columns: repeat(4, minmax(0, 1fr));}}
@media (min-width: 1120px){.cat-grid[b-3gc5b2d6v8]{grid-template-columns: repeat(5, minmax(0, 1fr));}}
.cat-grid.is-compact[b-3gc5b2d6v8]{grid-template-columns: repeat(3, minmax(0, 1fr));}
@media (min-width: 520px){.cat-grid.is-compact[b-3gc5b2d6v8]{grid-template-columns: repeat(4, minmax(0, 1fr));}}
@media (min-width: 840px){.cat-grid.is-compact[b-3gc5b2d6v8]{grid-template-columns: repeat(6, minmax(0, 1fr));}}
.cat-card[b-3gc5b2d6v8]{display: grid; grid-template-rows: auto 1fr; text-decoration: none; color: inherit; background: #fff; border: 1px solid rgba(0,0,0,.08); border-radius: 18px; overflow: hidden; box-shadow: 0 8px 22px rgba(0,0,0,.06); transition: transform .14s ease, box-shadow .14s ease, border-color .14s ease;}
.cat-card:hover[b-3gc5b2d6v8]{transform: translateY(-2px); box-shadow: 0 14px 36px rgba(0,0,0,.12); border-color: rgba(0,0,0,.14);}
.cat-card:focus-visible[b-3gc5b2d6v8]{outline: none; box-shadow: 0 0 0 4px rgba(0,0,0,.10), 0 14px 36px rgba(0,0,0,.12);}
.cat-img-wrap[b-3gc5b2d6v8]{width: 100%; aspect-ratio: 4 / 3; display: grid; place-items: center; padding: 14px; background: #fff; border-bottom: 1px solid rgba(0,0,0,.06);}
.cat-img-wrap[b-3gc5b2d6v8]::before{content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.02), rgba(0,0,0,.04)); opacity: .65; pointer-events: none;}
.cat-img-wrap[b-3gc5b2d6v8]{position: relative; overflow: hidden;}
.cat-img[b-3gc5b2d6v8]{position: relative; width: 100%; height: 100%; max-width: 100%; max-height: 100%; object-fit: contain; transform: translateZ(0); transition: transform .18s ease;}
.cat-card:hover .cat-img[b-3gc5b2d6v8]{transform: scale(1.03);}
@media (prefers-reduced-motion: reduce){.cat-img[b-3gc5b2d6v8]{transition: none;}.cat-card:hover .cat-img[b-3gc5b2d6v8]{transform: none;}}
.cat-body[b-3gc5b2d6v8]{padding: 12px 12px 14px 12px; display: grid; gap: 8px;}
.cat-name[b-3gc5b2d6v8]{font-size: 14px; font-weight: 650; line-height: 1.2; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; min-height: calc(1.2em * 2);}
.cat-chips[b-3gc5b2d6v8]{display: flex; gap: 6px; flex-wrap: wrap;}
.cat-chip[b-3gc5b2d6v8]{font-size: 12px; padding: 6px 8px; border-radius: 999px; border: 1px solid rgba(0,0,0,.10); background: rgba(0,0,0,.03); color: rgba(0,0,0,.75); max-width: 100%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.cat-chip.more[b-3gc5b2d6v8]{background: rgba(0,0,0,.06);}
.cat-alert[b-3gc5b2d6v8]{padding: 12px 14px; border-radius: 14px; border: 1px solid rgba(255,0,0,.18); background: rgba(255,0,0,.06);}
.cat-empty[b-3gc5b2d6v8]{padding: 22px; border-radius: 16px; border: 1px dashed rgba(0,0,0,.16); color: rgba(0,0,0,.70); background: rgba(0,0,0,.02);}
.skel[b-3gc5b2d6v8]{pointer-events: none;}
.skel-box[b-3gc5b2d6v8]{width: 100%; height: 100%; background: linear-gradient(90deg, rgba(0,0,0,.06), rgba(0,0,0,.12), rgba(0,0,0,.06)); background-size: 200% 100%; animation: shimmer-b-3gc5b2d6v8 1.2s ease-in-out infinite;}
.skel-line[b-3gc5b2d6v8]{height: 14px; border-radius: 10px; background: linear-gradient(90deg, rgba(0,0,0,.06), rgba(0,0,0,.12), rgba(0,0,0,.06)); background-size: 200% 100%; animation: shimmer-b-3gc5b2d6v8 1.2s ease-in-out infinite;}
@keyframes shimmer-b-3gc5b2d6v8{0%{background-position: 200% 0;}100%{background-position: -200% 0;}}
.sr-only[b-3gc5b2d6v8]{position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;}
.cat-breadcrumbs[b-3gc5b2d6v8]{display: flex; gap: 8px; align-items: center; font-size: 13px; color: rgba(0,0,0,.60); margin-bottom: 10px;}
.cat-breadcrumbs a[b-3gc5b2d6v8]{color: inherit; text-decoration: none;}
.cat-breadcrumbs a:hover[b-3gc5b2d6v8]{text-decoration: underline;}
.cat-breadcrumbs .sep[b-3gc5b2d6v8]{opacity: .6;}
.cat-breadcrumbs .current[b-3gc5b2d6v8]{font-weight: 600; color: rgba(0,0,0,.78);}
.cat-child-strip[b-3gc5b2d6v8]{display: flex; gap: 10px; overflow: auto; padding: 8px 2px 12px 2px; margin: 6px 0 14px 0; scrollbar-width: none;}
.cat-child-strip[b-3gc5b2d6v8]::-webkit-scrollbar{display: none;}
.cat-pill[b-3gc5b2d6v8]{border: 1px solid rgba(0,0,0,.12); background: rgba(0,0,0,.02); border-radius: 999px; padding: 10px 12px; font-size: 13px; font-weight: 600; cursor: pointer; white-space: nowrap; transition: transform .12s ease, box-shadow .12s ease, background .12s ease, border-color .12s ease;}
.cat-pill:hover[b-3gc5b2d6v8]{transform: translateY(-1px); box-shadow: 0 10px 22px rgba(0,0,0,.10);}
.cat-pill.is-active[b-3gc5b2d6v8]{background: rgba(0,0,0,.06); border-color: rgba(0,0,0,.22);}
.cat-grid-children[b-3gc5b2d6v8]{margin-bottom: 18px;}
.cat-card.is-selected[b-3gc5b2d6v8]{border-color: rgba(0,0,0,.22); box-shadow: 0 14px 36px rgba(0,0,0,.12);}
.cat-loadmore[b-3gc5b2d6v8]{margin-top: 16px; display: flex; justify-content: center;}
.cat-card[b-3gc5b2d6v8]{display: flex; flex-direction: column; text-decoration: none; color: inherit; background: #fff; border: 1px solid rgba(0,0,0,.10); border-radius: 16px; overflow: hidden; box-shadow: 0 8px 20px rgba(0,0,0,.06); transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease;}
.cat-card:hover[b-3gc5b2d6v8]{transform: translateY(-2px); border-color: rgba(0,0,0,.18); box-shadow: 0 14px 30px rgba(0,0,0,.10);}
.cat-card:focus-visible[b-3gc5b2d6v8]{outline: none; border-color: rgba(0,0,0,.22); box-shadow: 0 0 0 4px rgba(0,0,0,.06), 0 14px 30px rgba(0,0,0,.10);}
.cat-img-wrap[b-3gc5b2d6v8]{height: 120px; display: flex; align-items: center; justify-content: center; padding: 14px; background: #fff; border-bottom: 1px solid rgba(0,0,0,.06);}
.cat-img[b-3gc5b2d6v8]{width: 100%; height: 100%; object-fit: contain;}
.cat-body[b-3gc5b2d6v8]{padding: 10px 12px 12px; text-align: center;}
.cat-name[b-3gc5b2d6v8]{font-size: 13px; font-weight: 650; line-height: 1.25; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; min-height: calc(1.25em * 2);}
.cat-grid[b-3gc5b2d6v8]{gap: clamp(12px, 1.6vw, 18px);}
.catalog-filters[b-3gc5b2d6v8]{border-radius: 12px; position: sticky; top: 96px; align-self: flex-start; overflow: visible;}
.catalog-grid[b-3gc5b2d6v8]{display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 20px; transform: translateZ(0); will-change: contents;}
@media (max-width: 575px){.catalog-grid[b-3gc5b2d6v8]{grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); gap: 12px;}}
.catalog-card[b-3gc5b2d6v8]{border-radius: 16px; overflow: hidden; background: #fff; border: 1px solid rgba(0,0,0,.08); box-shadow: 0 2px 8px rgba(0,0,0,.06); transition: transform .2s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .2s cubic-bezier(0.4, 0, 0.2, 1); transform: translateZ(0); backface-visibility: hidden;}
.catalog-card:hover[b-3gc5b2d6v8]{transform: translateY(-4px) translateZ(0); box-shadow: 0 12px 24px rgba(0,0,0,.12);}
.catalog-link[b-3gc5b2d6v8]{display: block; color: inherit; text-decoration: none;}
.catalog-media[b-3gc5b2d6v8]{position: relative; aspect-ratio: 1 / 1; overflow: hidden; border-radius: 18px 18px 0 0; background: #fff;}
.catalog-bg[b-3gc5b2d6v8]{position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;}
.catalog-fg[b-3gc5b2d6v8]{position: absolute; inset: 0; margin: auto; width: 70%; height: 70%; object-fit: contain;}
.catalog-noimg[b-3gc5b2d6v8]{position: absolute; inset: 0; display: grid; place-items: center; color: rgba(0,0,0,.4); font-size: .9rem; font-weight: 500;}
.catalog-badge[b-3gc5b2d6v8]{position: absolute; left: 8px; bottom: 8px; border-radius: 6px; padding: 4px 8px; font-size: .75rem; font-weight: 600; box-shadow: 0 2px 8px rgba(0,0,0,.15); backdrop-filter: blur(4px);}
.catalog-body[b-3gc5b2d6v8]{padding: 12px; display: flex; flex-direction: column; gap: 6px;}
.catalog-title[b-3gc5b2d6v8]{font-weight: 600; font-size: .95rem; line-height: 1.3; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; min-height: 2.6em; text-rendering: optimizeLegibility;}
.catalog-meta[b-3gc5b2d6v8]{font-size: .8rem; color: rgba(0,0,0,.6); white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.catalog-bottom[b-3gc5b2d6v8]{margin-top: auto; display: flex; align-items: center; justify-content: space-between; gap: 8px;}
.catalog-price[b-3gc5b2d6v8]{font-weight: 700; font-size: 1.1rem; color: #212529;}
.catalog-cart[b-3gc5b2d6v8]{border-radius: 8px; padding: 6px 14px; font-size: .85rem; font-weight: 600; white-space: nowrap; transition: all .15s ease;}
.catalog-cart:not(:disabled):hover[b-3gc5b2d6v8]{transform: translateY(-1px);}
.catalog-cart:not(:disabled):active[b-3gc5b2d6v8]{transform: translateY(0);}
.catalog-cart .cart-icon[b-3gc5b2d6v8]{width: 18px; height: 18px; display: inline-block; fill: currentColor;}
.catalog-card.loading[b-3gc5b2d6v8]{animation: pulse-b-3gc5b2d6v8 1.5s ease-in-out infinite;}
.catalog-card.out[b-3gc5b2d6v8]{opacity: .6; pointer-events: none;}
@keyframes pulse-b-3gc5b2d6v8{0%, 100%{opacity: 1;}50%{opacity: .5;}}
@media (prefers-reduced-motion: reduce){.catalog-card[b-3gc5b2d6v8],
    .catalog-cart[b-3gc5b2d6v8]{transition: none;}.catalog-card:hover[b-3gc5b2d6v8]{transform: none;}}
@supports (content-visibility: auto){.catalog-card[b-3gc5b2d6v8]{content-visibility: auto; contain-intrinsic-size: 0 400px;}}
/* /Components/Pages/Customer/Checkout.razor.rz.scp.css */

.checkout-page[b-srmuafxevb] {
    width: min(100%, 1440px);
    margin: 0 auto;
    padding: clamp(16px, 2vw, 24px) clamp(12px, 2vw, 24px) clamp(32px, 4vw, 40px);
}

.checkout-layout[b-srmuafxevb] {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.72fr);
    gap: clamp(16px, 2vw, 24px);
    align-items: start;
}

.checkout-main[b-srmuafxevb],
.checkout-side[b-srmuafxevb] {
    display: flex;
    flex-direction: column;
    gap: 16px;
    min-width: 0;
}

.checkout-card[b-srmuafxevb] {
    background: #fff;
    border: 1px solid #ebeef4;
    border-radius: clamp(18px, 2vw, 22px);
    padding: clamp(16px, 2vw, 20px);
    box-shadow: 0 8px 22px rgba(15, 23, 42, 0.035);
    min-width: 0;
}

.side-card[b-srmuafxevb] {
    position: sticky;
    top: 88px;
}

.checkout-main .side-card[b-srmuafxevb] {
    position: static;
}

.checkout-loading-card[b-srmuafxevb],
.checkout-empty-card[b-srmuafxevb] {
    background: #fff;
    border: 1px solid #ececf2;
    border-radius: 22px;
    padding: 30px;
    text-align: center;
}

.section-head[b-srmuafxevb] {
    display: flex;
    justify-content: space-between;
    align-items: start;
    gap: 12px;
    margin-bottom: 14px;
}

.section-head.compact[b-srmuafxevb] {
    margin-bottom: 10px;
}

.section-head h2[b-srmuafxevb] {
    margin: 0 0 4px;
    font-size: clamp(19px, 1.5vw, 21px);
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: #111827;
}

.section-head p[b-srmuafxevb] {
    margin: 0;
    font-size: 13px;
    line-height: 1.45;
    color: #8a90a2;
}

.info-grid[b-srmuafxevb] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.info-row[b-srmuafxevb] {
    background: #f8fafc;
    border: 1px solid #edf1f6;
    border-radius: 16px;
    padding: 12px 14px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 0;
}

.info-label[b-srmuafxevb] {
    font-size: 11px;
    font-weight: 800;
    color: #7a8191;
    text-transform: uppercase;
    letter-spacing: .05em;
}

.info-value[b-srmuafxevb] {
    font-size: 15px;
    font-weight: 700;
    color: #111827;
    word-break: break-word;
}

.switch-row[b-srmuafxevb] {
    margin-top: 14px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    user-select: none;
}

.switch-checkbox[b-srmuafxevb] {
    width: 18px;
    height: 18px;
    accent-color: #7c3aed;
    flex-shrink: 0;
}

.switch-text[b-srmuafxevb] {
    font-size: 14px;
    font-weight: 600;
    color: #374151;
}

.soft-panel[b-srmuafxevb] {
    margin-top: 14px;
    padding: 14px;
    background: #fafbfe;
    border: 1px solid #eef1f6;
    border-radius: 18px;
}

.form-grid[b-srmuafxevb] {
    display: grid;
    gap: 14px;
}

.form-grid.two-cols[b-srmuafxevb] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.full-span[b-srmuafxevb] {
    grid-column: 1 / -1;
}

.field[b-srmuafxevb] {
    display: flex;
    flex-direction: column;
    gap: 6px;
    min-width: 0;
}

.field label[b-srmuafxevb] {
    font-size: 12px;
    font-weight: 700;
    color: #4b5563;
    margin-left: 2px;
}

[b-srmuafxevb] input.input,
[b-srmuafxevb] select.input,
[b-srmuafxevb] textarea.textarea {
    width: 100%;
    border: 1px solid #e3e8f1;
    background: #fff;
    border-radius: 14px;
    font-size: 14px;
    line-height: 1.4;
    color: #111827;
    outline: none;
    transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
    box-shadow: inset 0 1px 2px rgba(15, 23, 42, 0.02);
}

[b-srmuafxevb] input.input,
[b-srmuafxevb] select.input {
    height: 48px;
    padding: 0 14px;
}

[b-srmuafxevb] textarea.textarea {
    min-height: 110px;
    resize: vertical;
    padding: 13px 14px;
}

[b-srmuafxevb] input.input::placeholder,
[b-srmuafxevb] textarea.textarea::placeholder {
    color: #a0a7b5;
}

[b-srmuafxevb] input.input:hover,
[b-srmuafxevb] select.input:hover,
[b-srmuafxevb] textarea.textarea:hover {
    border-color: #d4dbea;
}

[b-srmuafxevb] input.input:focus,
[b-srmuafxevb] select.input:focus,
[b-srmuafxevb] textarea.textarea:focus {
    border-color: #8b5cf6;
    box-shadow: 0 0 0 4px rgba(139, 92, 246, 0.10);
}

[b-srmuafxevb] input.address-input {
    padding-right: 92px;
}

[b-srmuafxevb] select.input,
[b-srmuafxevb] select.input.valid,
[b-srmuafxevb] select.input.invalid,
[b-srmuafxevb] input.input,
[b-srmuafxevb] input.input.valid,
[b-srmuafxevb] input.input.invalid,
[b-srmuafxevb] textarea.textarea,
[b-srmuafxevb] textarea.textarea.valid,
[b-srmuafxevb] textarea.textarea.invalid {
    border-radius: 14px;
}

[b-srmuafxevb] select.input {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 0 44px 0 14px;
    font-weight: 600;
    cursor: pointer;
    background-image: linear-gradient(45deg, transparent 50%, #6b7280 50%), linear-gradient(135deg, #6b7280 50%, transparent 50%);
    background-position: calc(100% - 18px) calc(50% - 3px), calc(100% - 12px) calc(50% - 3px);
    background-size: 6px 6px, 6px 6px;
    background-repeat: no-repeat;
}

[b-srmuafxevb] select.input:hover {
    border-color: #cfd6e4;
}

[b-srmuafxevb] select.input:focus {
    border-color: #8b5cf6;
    box-shadow: 0 0 0 4px rgba(139, 92, 246, 0.12);
}

.address-card[b-srmuafxevb] {
    padding-bottom: 18px;
}

.address-stack[b-srmuafxevb] {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.address-field[b-srmuafxevb] {
    position: relative;
}

.address-input-wrap[b-srmuafxevb] {
    position: relative;
}

.address-loader[b-srmuafxevb] {
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    font-weight: 600;
    color: #8a91a2;
    pointer-events: none;
}

.address-dropdown[b-srmuafxevb] {
    margin-top: 8px;
    border: 1px solid #e9edf3;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 16px 26px rgba(15, 23, 42, 0.08);
    overflow: hidden;
    max-height: 300px;
    overflow-y: auto;
}

.address-option[b-srmuafxevb] {
    width: 100%;
    border: 0;
    background: #fff;
    display: flex;
    align-items: start;
    gap: 10px;
    padding: 12px 14px;
    cursor: pointer;
    text-align: left;
    border-bottom: 1px solid #f2f4f8;
    transition: background .15s ease;
}

.address-option:last-child[b-srmuafxevb] {
    border-bottom: 0;
}

.address-option:hover[b-srmuafxevb] {
    background: #faf7ff;
}

.address-option-icon[b-srmuafxevb] {
    font-size: 14px;
    margin-top: 2px;
}

.address-option-text[b-srmuafxevb] {
    font-size: 13px;
    line-height: 1.45;
    color: #1f2937;
}

.address-layout[b-srmuafxevb] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(260px, 320px);
    gap: 14px;
    align-items: stretch;
}

.map-zone[b-srmuafxevb],
.note-zone[b-srmuafxevb] {
    min-width: 0;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.map-zone[b-srmuafxevb] {
    gap: 10px;
}

.map-shell[b-srmuafxevb] {
    position: relative;
    flex: 1;
    min-height: clamp(240px, 30vw, 320px);
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid #e8edf4;
    background: #f3f4f6;
}

#checkout-map[b-srmuafxevb],
.leaflet-container[b-srmuafxevb] {
    width: 100%;
    height: 100%;
}

.leaflet-container[b-srmuafxevb] {
    z-index: 1;
}

.map-center-pin[b-srmuafxevb] {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    background: #ef4444;
    border-radius: 999px;
    transform: translate(-50%, -100%);
    z-index: 20;
    pointer-events: none;
    box-shadow: 0 0 0 8px rgba(239, 68, 68, 0.14);
}

.selected-address-bar[b-srmuafxevb] {
    padding: 12px 14px;
    border-radius: 16px;
    background: #f8fafc;
    border: 1px solid #edf1f5;
}

.selected-address-label[b-srmuafxevb] {
    font-size: 11px;
    font-weight: 800;
    color: #7a8191;
    text-transform: uppercase;
    letter-spacing: .05em;
    margin-bottom: 5px;
}

.selected-address-value[b-srmuafxevb] {
    font-size: 13px;
    line-height: 1.5;
    color: #111827;
    word-break: break-word;
}

.note-card[b-srmuafxevb] {
    background: #fbfcfe;
    border: 1px solid #edf1f5;
    border-radius: 18px;
    padding: 14px;
    display: flex;
    flex-direction: column;
    flex: 1;
    min-width: 0;
}

.note-card-head[b-srmuafxevb] {
    margin-bottom: 10px;
}

.note-card-head h3[b-srmuafxevb] {
    margin: 0 0 4px;
    font-size: 15px;
    font-weight: 800;
    color: #111827;
    letter-spacing: -0.01em;
}

.note-card-head p[b-srmuafxevb] {
    margin: 0;
    font-size: 12px;
    line-height: 1.45;
    color: #8a91a2;
}

.note-field[b-srmuafxevb] {
    gap: 0;
    flex: 1;
    display: flex;
}

[b-srmuafxevb] textarea.note-textarea {
    flex: 1;
    height: 100%;
    min-height: unset;
    font-size: 13px;
    line-height: 1.5;
    padding: 14px;
    resize: none;
}

.muted[b-srmuafxevb] {
    color: #9ca3af;
}

.product-list[b-srmuafxevb] {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.product-row[b-srmuafxevb] {
    display: grid;
    grid-template-columns: 64px minmax(0, 1fr) auto;
    gap: 12px;
    align-items: center;
    padding: 12px;
    border-radius: 14px;
    border: 1px solid #eef2f7;
    transition: background .15s ease, transform .12s ease;
}

.product-row:hover[b-srmuafxevb] {
    background: #faf7ff;
}

.product-thumb[b-srmuafxevb] {
    width: 64px;
    height: 64px;
    border-radius: 14px;
    overflow: hidden;
    background: #f8fafc;
    border: 1px solid #edf1f5;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-thumb-placeholder[b-srmuafxevb] {
    font-size: 20px;
}

.product-image[b-srmuafxevb] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-info[b-srmuafxevb] {
    min-width: 0;
}

.product-name[b-srmuafxevb] {
    font-size: 13px;
    font-weight: 800;
    color: #111827;
    line-height: 1.4;
    margin-bottom: 4px;
    word-break: break-word;
}

.product-meta[b-srmuafxevb] {
    font-size: 12px;
    color: #9ca3af;
}

.product-price[b-srmuafxevb] {
    font-size: 15px;
    font-weight: 800;
    white-space: nowrap;
    color: #6d28d9;
}

.shipping-box[b-srmuafxevb] {
    margin-bottom: 14px;
}

.shipping-box label[b-srmuafxevb] {
    display: inline-block;
    margin-bottom: 8px;
    font-size: 12px;
    font-weight: 700;
    color: #4b5563;
}

.summary-box[b-srmuafxevb] {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.summary-row[b-srmuafxevb] {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    font-size: 14px;
    color: #4b5563;
}

.summary-row.total[b-srmuafxevb] {
    font-size: clamp(19px, 1.7vw, 21px);
    font-weight: 800;
    color: #111827;
}

.summary-divider[b-srmuafxevb] {
    height: 1px;
    background: #eceff3;
    margin: 2px 0;
}

.summary-actions[b-srmuafxevb] {
    margin-top: 18px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.primary-btn[b-srmuafxevb],
.ghost-btn[b-srmuafxevb] {
    border: 0;
    border-radius: 14px;
    padding: 14px 16px;
    font-size: 14px;
    font-weight: 800;
    cursor: pointer;
    transition: transform .12s ease, box-shadow .18s ease, opacity .15s ease;
}

.primary-btn:hover[b-srmuafxevb],
.ghost-btn:hover[b-srmuafxevb] {
    transform: translateY(-1px);
}

.primary-btn[b-srmuafxevb] {
    background: linear-gradient(135deg, #6d28d9 0%, #7c3aed 55%, #8b5cf6 100%);
    color: #fff;
    box-shadow: 0 12px 20px rgba(124, 58, 237, 0.18);
}

.primary-btn.big[b-srmuafxevb] {
    width: 100%;
    min-height: 52px;
    font-size: 15px;
}

.ghost-btn[b-srmuafxevb] {
    width: 100%;
    background: #f3f4f6;
    color: #9ca3af;
    cursor: not-allowed;
}

.checkout-alert[b-srmuafxevb] {
    border-radius: 14px;
    padding: 12px 14px;
    font-size: 14px;
}

.checkout-alert.error[b-srmuafxevb] {
    background: #fff4f4;
    color: #b42318;
    border: 1px solid #fecaca;
}

.checkout-alert.success[b-srmuafxevb] {
    background: #f0fdf4;
    color: #166534;
    border: 1px solid #bbf7d0;
}

.validation-message[b-srmuafxevb] {
    font-size: 12px;
    color: #dc2626;
    margin-top: 2px;
}

.checkout-card:first-child[b-srmuafxevb] {
    border: 1px solid #e9e5ff;
    box-shadow: 0 10px 30px rgba(124, 58, 237, 0.06);
}

@media (max-width: 1199.98px) {
    .checkout-layout[b-srmuafxevb] {
        grid-template-columns: 1fr;
    }

    .side-card[b-srmuafxevb] {
        position: static;
    }

    .address-layout[b-srmuafxevb] {
        grid-template-columns: 1fr;
    }

    .map-shell[b-srmuafxevb] {
        min-height: 280px;
    }

    [b-srmuafxevb] textarea.note-textarea {
        min-height: 120px;
        height: auto;
        resize: vertical;
    }
}

@media (max-width: 768px) {
    .checkout-page[b-srmuafxevb] {
        padding: 12px 12px 28px;
    }

    .info-grid[b-srmuafxevb],
    .form-grid.two-cols[b-srmuafxevb] {
        grid-template-columns: 1fr;
    }

    .checkout-card[b-srmuafxevb] {
        border-radius: 18px;
        padding: 16px;
    }

    .map-shell[b-srmuafxevb] {
        min-height: 240px;
    }

    [b-srmuafxevb] input.input,
    [b-srmuafxevb] select.input {
        height: 46px;
    }
}

@media (max-width: 480px) {
    .checkout-loading-card[b-srmuafxevb],
    .checkout-empty-card[b-srmuafxevb] {
        padding: 22px 16px;
    }

    .section-head[b-srmuafxevb] {
        flex-direction: column;
    }

    .product-row[b-srmuafxevb] {
        grid-template-columns: 56px minmax(0, 1fr);
    }

    .product-price[b-srmuafxevb] {
        grid-column: 2;
        justify-self: start;
    }

    .product-thumb[b-srmuafxevb] {
        width: 56px;
        height: 56px;
    }

    .summary-row[b-srmuafxevb] {
        font-size: 13px;
    }
}

@media (max-width: 389.98px) {
    .checkout-page[b-srmuafxevb] {
        padding-left: 10px;
        padding-right: 10px;
    }

    .checkout-card[b-srmuafxevb] {
        padding: 14px;
    }

    .address-loader[b-srmuafxevb] {
        font-size: 11px;
        right: 10px;
    }

    [b-srmuafxevb] input.address-input {
        padding-right: 78px;
    }
}
/* /Components/Pages/Customer/ProductDetail.razor.rz.scp.css */
.product-page[b-nb7dvfks6k]{padding-top: 8px; --pd-frame-scale: 0.80; --pd-product-scale: 56%; --pd-related-min: 170px; --pd-related-max: 210px;}
.pd-card[b-nb7dvfks6k],
.product-media[b-nb7dvfks6k],
.product-buy[b-nb7dvfks6k],
.pd-related-card[b-nb7dvfks6k]{border-radius: 16px; overflow: hidden; background: #fff; border: 1px solid rgba(0,0,0,.08); box-shadow: 0 2px 8px rgba(0,0,0,.06);}
.product-page .product-media[b-nb7dvfks6k],
.product-page .pd-card[b-nb7dvfks6k]{max-width: 520px; margin-left: auto; margin-right: auto;}
.product-buy[b-nb7dvfks6k]{position: sticky; top: 110px; padding: 16px;}
@media (max-width: 575px){.product-buy[b-nb7dvfks6k]{position: static;}}
.product-title[b-nb7dvfks6k]{font-weight: 750; line-height: 1.2; margin: 0 0 8px;}
.product-price[b-nb7dvfks6k]{font-size: 1.1rem; font-weight: 800; margin-bottom: 12px;}
.product-desc[b-nb7dvfks6k]{margin-bottom: 16px;}
.product-actions[b-nb7dvfks6k]{display: flex; gap: 12px; align-items: center; flex-wrap: wrap;}
.qty[b-nb7dvfks6k]{display: inline-flex; align-items: center; border: 1px solid rgba(0,0,0,.12); border-radius: 12px; overflow: hidden; height: 44px;}
.qty-btn[b-nb7dvfks6k]{width: 44px; height: 44px; border: 0; background: transparent; font-size: 1.2rem;}
.qty-btn:disabled[b-nb7dvfks6k]{opacity: .45;}
.qty-input[b-nb7dvfks6k]{width: 56px; text-align: center; border: 0; outline: none; font-weight: 800;}
.product-cta[b-nb7dvfks6k]{height: 44px; border-radius: 12px; font-weight: 800; padding: 0 16px;}
.product-thumbs[b-nb7dvfks6k]{display: grid; grid-template-columns: repeat(auto-fit, minmax(64px, 1fr)); gap: 10px; padding: 10px; border-top: 1px solid rgba(0,0,0,.06);}
.thumb[b-nb7dvfks6k]{border: 1px solid rgba(0,0,0,.08); border-radius: 12px; overflow: hidden; padding: 0; background: #fff; cursor: pointer;}
.thumb img[b-nb7dvfks6k]{width: 100%; height: 64px; object-fit: cover; display: block;}
.catalog-media[b-nb7dvfks6k]{position: relative; aspect-ratio: 1 / 1; overflow: hidden; border-radius: 18px; background: #fff;}
.catalog-bg[b-nb7dvfks6k]{position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transform: scale(var(--pd-frame-scale));}
.catalog-fg[b-nb7dvfks6k]{position: absolute; inset: 0; margin: auto; width: var(--pd-product-scale); height: var(--pd-product-scale); object-fit: contain;}
@media (max-width: 575px){.product-page[b-nb7dvfks6k]{--pd-frame-scale: 0.96; --pd-product-scale: 64%;}}
.skel[b-nb7dvfks6k]{background: linear-gradient(90deg, #f0f0f0 25%, #e7e7e7 37%, #f0f0f0 63%); background-size: 400% 100%; animation: skelShimmer-b-nb7dvfks6k 1.25s ease infinite; border-radius: 12px;}
@keyframes skelShimmer-b-nb7dvfks6k{0%{background-position: 100% 0;}100%{background-position: -100% 0;}}
.pd-skel-media[b-nb7dvfks6k]{aspect-ratio: 1 / 1; width: 100%;}
.pd-skel-thumbs[b-nb7dvfks6k]{display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; padding: 10px; border-top: 1px solid rgba(0,0,0,.06);}
.pd-skel-thumb[b-nb7dvfks6k]{height: 64px; display: block;}
.pd-skel-title[b-nb7dvfks6k]{height: 28px; width: 72%; margin-bottom: 10px;}
.pd-skel-price[b-nb7dvfks6k]{height: 22px; width: 38%; margin-bottom: 16px;}
.pd-skel-line[b-nb7dvfks6k]{height: 16px; width: 100%; margin-bottom: 10px;}
.pd-skel-line:last-of-type[b-nb7dvfks6k]{width: 85%;}
.pd-skel-actions[b-nb7dvfks6k]{margin-top: 16px; display: flex; gap: 12px; flex-wrap: wrap; align-items: center;}
.pd-skel-qty[b-nb7dvfks6k]{height: 44px; width: 160px;}
.pd-skel-btn[b-nb7dvfks6k]{height: 44px; width: 220px;}
@media (max-width: 575px){.pd-skel-btn[b-nb7dvfks6k]{width: 100%;}}
.pd-fadein[b-nb7dvfks6k]{animation: pdIn-b-nb7dvfks6k .18s ease-out both;}
@keyframes pdIn-b-nb7dvfks6k{from{opacity: 0; transform: translateY(4px);}to{opacity: 1; transform: translateY(0);}}
#pdCarousel[b-nb7dvfks6k]{position: relative;}
#pdCarousel .pd-nav[b-nb7dvfks6k]{width: 14%; z-index: 10;}
#pdCarousel .pd-nav-btn[b-nb7dvfks6k]{display: grid; place-items: center; width: 44px; height: 44px; border-radius: 999px; background: rgba(255,255,255,.35); border: 1px solid rgba(0,0,0,.08); backdrop-filter: blur(10px); box-shadow: 0 6px 18px rgba(0,0,0,.10); color: rgba(0,0,0,.78); transition: transform .15s ease, background .15s ease, box-shadow .15s ease;}
#pdCarousel .pd-nav-ico[b-nb7dvfks6k]{width: 22px; height: 22px;}
#pdCarousel .pd-nav:hover .pd-nav-btn[b-nb7dvfks6k]{transform: translateY(-1px); background: rgba(255,255,255,.52); box-shadow: 0 10px 26px rgba(0,0,0,.14);}
@media (hover: hover) and (pointer: fine){#pdCarousel .pd-nav[b-nb7dvfks6k]{opacity: 0; transition: opacity .15s ease;}#pdCarousel:hover .pd-nav[b-nb7dvfks6k]{opacity: 1;}}
@media (max-width: 575px){#pdCarousel .pd-nav-btn[b-nb7dvfks6k]{width: 40px; height: 40px;}}
.pd-related-title[b-nb7dvfks6k]{font-weight: 850; margin-bottom: 10px;}
.pd-related-card[b-nb7dvfks6k]{transition: transform .18s ease, box-shadow .18s ease;}
.pd-related-card:hover[b-nb7dvfks6k]{transform: translateY(-3px); box-shadow: 0 12px 24px rgba(0,0,0,.10);}
.pd-related-link[b-nb7dvfks6k]{display: block; text-decoration: none; color: inherit;}
.pd-related-grid[b-nb7dvfks6k]{display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 10px;}
@media (max-width: 991px){.pd-related-grid[b-nb7dvfks6k]{grid-template-columns: repeat(3, minmax(0, 1fr));}}
@media (max-width: 575px){.pd-related-grid[b-nb7dvfks6k]{grid-template-columns: repeat(2, minmax(0, 1fr));}}
.pd-related-grid.pd-related-center[b-nb7dvfks6k]{grid-template-columns: repeat(auto-fit, minmax(var(--pd-related-min), var(--pd-related-max))); justify-content: center;}
.pd-related-media[b-nb7dvfks6k]{position: relative; aspect-ratio: 1 / 1; overflow: hidden; background: #fff;}
.pd-related-bg[b-nb7dvfks6k]{position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;}
.pd-related-fg[b-nb7dvfks6k]{position: absolute; inset: 0; margin: auto; width: 56%; height: 56%; object-fit: contain;}
.pd-related-noimg[b-nb7dvfks6k]{position: absolute; inset: 0; display: grid; place-items: center; color: rgba(0,0,0,.45); font-weight: 700; font-size: .85rem;}
.pd-related-body[b-nb7dvfks6k]{padding: 8px 10px 10px; display: flex; flex-direction: column; gap: 4px;}
.pd-related-name[b-nb7dvfks6k]{font-weight: 650; font-size: .85rem; line-height: 1.25; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; min-height: 2.1em;}
.pd-related-price[b-nb7dvfks6k]{font-size: .9rem; font-weight: 850;}
@media (prefers-reduced-motion: reduce){.pd-related-card[b-nb7dvfks6k],
    #pdCarousel .pd-nav-btn[b-nb7dvfks6k]{transition: none;}.pd-related-card:hover[b-nb7dvfks6k]{transform: none;}}
.pd-specs[b-nb7dvfks6k]{margin-top: 16px; padding-top: 14px; border-top: 1px solid rgba(0,0,0,.06);}
.pd-specs-head[b-nb7dvfks6k]{display: flex; align-items: center; justify-content: space-between; margin-bottom: 10px;}
.pd-specs-title[b-nb7dvfks6k]{font-weight: 850; font-size: 1rem; margin: 0;}
.pd-specs-grid[b-nb7dvfks6k]{display: grid; grid-template-columns: 1fr 1fr; gap: 10px;}
@media (max-width: 575px){.pd-specs-grid[b-nb7dvfks6k]{grid-template-columns: 1fr;}}
.pd-spec[b-nb7dvfks6k]{border: 1px solid rgba(0,0,0,.07); border-radius: 12px; padding: 10px 12px; background: rgba(0,0,0,.01);}
.pd-spec-k[b-nb7dvfks6k]{font-size: .78rem; color: rgba(0,0,0,.55); font-weight: 750; margin-bottom: 2px;}
.pd-spec-v[b-nb7dvfks6k]{font-size: .92rem; color: rgba(0,0,0,.82); font-weight: 800; line-height: 1.25;}
.pd-specs-block[b-nb7dvfks6k]{margin-top: 12px; padding-top: 12px; border-top: 1px dashed rgba(0,0,0,.08);}
.pd-specs-subtitle[b-nb7dvfks6k]{font-weight: 850; font-size: .9rem; margin-bottom: 8px;}
.pd-specs-list[b-nb7dvfks6k]{margin: 0; padding-left: 18px; color: rgba(0,0,0,.74);}
.pd-specs-list li[b-nb7dvfks6k]{margin: 4px 0;}
.pd-specs-note[b-nb7dvfks6k]{color: rgba(0,0,0,.74); line-height: 1.5;}
/* /Components/Pages/Customer/SearchBox.razor.rz.scp.css */
.toy-search-suggest-backdrop[b-3xkkhm1kac]{position: fixed; inset: 0; background: rgba(0,0,0,.25); z-index: 999;}
.toy-search-suggest-panel[b-3xkkhm1kac]{position: fixed; top: 120px; left: 50%; transform: translateX(-50%); width: min(900px, calc(100vw - 32px)); max-height: 70vh; overflow: auto; background: #fff; border-radius: 24px; z-index: 1000; box-shadow: 0 20px 60px rgba(0,0,0,.2);}
.toy-search-suggest-header[b-3xkkhm1kac]{display: flex; align-items: center; justify-content: space-between; padding: 16px 18px; border-bottom: 1px solid rgba(0,0,0,.06); font-weight: 800;}
.toy-search-suggest-close[b-3xkkhm1kac]{border: none; background: transparent; font-size: 26px; line-height: 1; cursor: pointer;}
.toy-search-suggest-loading[b-3xkkhm1kac],
.toy-search-suggest-empty[b-3xkkhm1kac]{padding: 16px 18px;}
.toy-search-suggest-list[b-3xkkhm1kac]{list-style: none; padding: 0; margin: 0;}
.toy-search-suggest-item[b-3xkkhm1kac]{display: flex; gap: 14px; align-items: center; padding: 12px 18px; border-bottom: 1px solid rgba(0,0,0,.06); cursor: pointer;}
.toy-search-suggest-img[b-3xkkhm1kac]{width: 42px; height: 42px; object-fit: cover; border-radius: 8px; background: #f4f4f4;}
.toy-search-suggest-name[b-3xkkhm1kac]{font-weight: 700;}
.toy-search-suggest-price[b-3xkkhm1kac]{font-weight: 900; margin-top: 2px;}
.toy-search-suggest-footer[b-3xkkhm1kac]{padding: 12px 18px; display: flex; justify-content: flex-end;}
.toy-search-suggest-all[b-3xkkhm1kac]{border: none; background: transparent; font-weight: 800; cursor: pointer;}
/* /Components/Pages/Customer/VCatalog.razor.rz.scp.css */
/* Filters */
.catalog-filters[b-0k8ommajk5] {
    border-radius: 12px;
    position: sticky;
    top: 96px;
    align-self: flex-start;
    overflow: visible;
}

/* Grid */
.catalog-grid[b-0k8ommajk5] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 20px;
    transform: translateZ(0);
    will-change: contents;
}

@media (max-width: 575px) {
    .catalog-grid[b-0k8ommajk5] {
        grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
        gap: 12px;
    }
}

/* Card */
.catalog-card[b-0k8ommajk5] {
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
    border: 1px solid rgba(0,0,0,.08);
    box-shadow: 0 2px 8px rgba(0,0,0,.06);
    transition: transform .2s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .2s cubic-bezier(0.4, 0, 0.2, 1);
    transform: translateZ(0);
    backface-visibility: hidden;
}

    .catalog-card:hover[b-0k8ommajk5] {
        transform: translateY(-4px) translateZ(0);
        box-shadow: 0 12px 24px rgba(0,0,0,.12);
    }

.catalog-link[b-0k8ommajk5] {
    display: block;
    color: inherit;
    text-decoration: none;
}

/* Media */
.catalog-media[b-0k8ommajk5] {
    position: relative;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    border-radius: 18px 18px 0 0;
    background: #fff;
}

.catalog-bg[b-0k8ommajk5] {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.catalog-fg[b-0k8ommajk5] {
    position: absolute;
    inset: 0;
    margin: auto;
    width: 70%;
    height: 70%;
    object-fit: contain;
}

.catalog-noimg[b-0k8ommajk5] {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    color: rgba(0,0,0,.4);
    font-size: .9rem;
    font-weight: 500;
}

.catalog-badge[b-0k8ommajk5] {
    position: absolute;
    left: 8px;
    bottom: 8px;
    border-radius: 6px;
    padding: 4px 8px;
    font-size: .75rem;
    font-weight: 600;
    box-shadow: 0 2px 8px rgba(0,0,0,.15);
    backdrop-filter: blur(4px);
}

/* Body */
.catalog-body[b-0k8ommajk5] {
    padding: 12px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.catalog-title[b-0k8ommajk5] {
    font-weight: 600;
    font-size: .95rem;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 2.6em;
    text-rendering: optimizeLegibility;
}

.catalog-meta[b-0k8ommajk5] {
    font-size: .8rem;
    color: rgba(0,0,0,.6);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.catalog-bottom[b-0k8ommajk5] {
    margin-top: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.catalog-price[b-0k8ommajk5] {
    font-weight: 700;
    font-size: 1.1rem;
    color: #212529;
}

.catalog-cart[b-0k8ommajk5] {
    border-radius: 8px;
    padding: 6px 14px;
    font-size: .85rem;
    font-weight: 600;
    white-space: nowrap;
    transition: all .15s ease;
}

    .catalog-cart:not(:disabled):hover[b-0k8ommajk5] {
        transform: translateY(-1px);
    }

    .catalog-cart:not(:disabled):active[b-0k8ommajk5] {
        transform: translateY(0);
    }

    .catalog-cart .cart-icon[b-0k8ommajk5] {
        width: 18px;
        height: 18px;
        display: inline-block;
        fill: currentColor;
    }

/* Loading state */
.catalog-card.loading[b-0k8ommajk5] {
    animation: pulse-b-0k8ommajk5 1.5s ease-in-out infinite;
}

.catalog-card.out[b-0k8ommajk5] {
    opacity: .6;
    pointer-events: none;
}

@keyframes pulse-b-0k8ommajk5 {
    0%, 100% {
        opacity: 1;
    }

    50% {
        opacity: .5;
    }
}

/* Performance */
@media (prefers-reduced-motion: reduce) {
    .catalog-card[b-0k8ommajk5],
    .catalog-cart[b-0k8ommajk5] {
        transition: none;
    }

        .catalog-card:hover[b-0k8ommajk5] {
            transform: none;
        }
}

@supports (content-visibility: auto) {
    .catalog-card[b-0k8ommajk5] {
        content-visibility: auto;
        contain-intrinsic-size: 0 400px;
    }
}
