/* /Components/Layout/Footer.razor.rz.scp.css */
/* ═══════════════════════════════════════════════
   Site Footer
   ═══════════════════════════════════════════════ */
.site-footer[b-xdtuqtuaty] {
    background: #f5f5f5;
    border-top: 1px solid #e8e8e8;
    margin-top: auto;
}

/* ─── Middle Section (Link Columns) ─── */
.footer-mid[b-xdtuqtuaty] {
    padding: 3rem 2.5rem 2.5rem;
}

.footer-mid-inner[b-xdtuqtuaty] {
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 2.5rem 3rem;
}

/* ─── Footer Column ─── */
.footer-col[b-xdtuqtuaty] {
    min-width: 160px;
    flex: 1 1 160px;
    max-width: 240px;
}

.footer-col__title[b-xdtuqtuaty] {
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #1a1a1a;
    margin: 0 0 1rem;
}

.footer-col__list[b-xdtuqtuaty] {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-col__list li[b-xdtuqtuaty] {
    margin-bottom: 0.55rem;
}

/* ContentDetails linklerinde alt çizgi */
.footer-content-link[b-xdtuqtuaty] {
    font-size: 0.875rem;
    color: #555;
    text-decoration: underline;
    text-underline-offset: 3px;
    text-decoration-color: transparent;
    transition: color 0.2s ease, text-decoration-color 0.2s ease;
}

.footer-content-link:hover[b-xdtuqtuaty] {
    color: #1a1a1a;
    text-decoration-color: #aaa;
}

.footer-col__html[b-xdtuqtuaty] {
    font-size: 0.875rem;
    color: #555;
    line-height: 1.7;
}

/* ─── Bottom Bar ─── */
.footer-bottom-bar[b-xdtuqtuaty] {
    border-top: 1px solid #e0e0e0;
    padding: 1.25rem 2.5rem;
}

.footer-bottom-inner[b-xdtuqtuaty] {
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
}

.footer-bottom-brand[b-xdtuqtuaty] {
    display: flex;
    align-items: center;
}

.footer-hotline[b-xdtuqtuaty] {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    font-size: 0.875rem;
    font-weight: 600;
    color: #333;
}

.footer-hotline i[b-xdtuqtuaty] {
    font-size: 0.85rem;
    color: #555;
}

.footer-hotline__sub[b-xdtuqtuaty] {
    font-size: 0.78rem;
    font-weight: 400;
    color: #888;
}

.footer-bottom-copy[b-xdtuqtuaty] {
    font-size: 0.8rem;
    color: #888;
    text-align: center;
}

/* ─── Social Icons ─── */
.footer-social[b-xdtuqtuaty] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.footer-social__link[b-xdtuqtuaty] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #e8e8e8;
    color: #555;
    font-size: 0.95rem;
    text-decoration: none;
    transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.footer-social__link:hover[b-xdtuqtuaty] {
    background: #1a1a1a;
    color: #fff;
    transform: translateY(-2px);
}

/* ═══════════════════════════════════════════════
   Responsive
   ═══════════════════════════════════════════════ */
@media (max-width: 768px) {
    .footer-mid[b-xdtuqtuaty] {
        padding: 2rem 1.25rem 1.75rem;
    }

    .footer-mid-inner[b-xdtuqtuaty] {
        gap: 2rem 1.5rem;
    }

    .footer-col[b-xdtuqtuaty] {
        min-width: 140px;
    }

    .footer-bottom-bar[b-xdtuqtuaty] {
        padding: 1rem 1.25rem;
    }

    .footer-bottom-inner[b-xdtuqtuaty] {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.75rem;
    }

    .footer-bottom-copy[b-xdtuqtuaty] {
        text-align: left;
    }
}
/* /Components/Layout/Header.razor.rz.scp.css */
/* ═══════════════════════════════════════════════
   Site Header
   ═══════════════════════════════════════════════ */
.site-header[b-6kieunb4b3] {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: #ffffff;
}

.header-sticky[b-6kieunb4b3] {
    background: #ffffff;
    border-bottom: 1px solid #f0f0f0;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.06);
}

.header-container[b-6kieunb4b3] {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    padding: 0 2.5rem;
    height: 80px;
}

/* ═══════════════════════════════════════════════
   Navigation
   ═══════════════════════════════════════════════ */
.header-nav[b-6kieunb4b3] {
    display: flex;
    align-items: center;
}

.nav-list[b-6kieunb4b3] {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 2rem;
    align-items: center;
    height: 80px;
}

.nav-item[b-6kieunb4b3] {
    display: flex;
    align-items: center;
    height: 100%;
}

.nav-link[b-6kieunb4b3] {
    font-size: 0.9rem;
    font-weight: 500;
    color: #1a1a1a;
    text-decoration: none;
    letter-spacing: 0.01em;
    display: flex;
    align-items: center;
    gap: 5px;
    white-space: nowrap;
    transition: color 0.2s ease;
    padding: 0 2px;
}

.nav-link:hover[b-6kieunb4b3] {
    color: #666;
}

/* ─── Nav Badges ─── */
.nav-badge[b-6kieunb4b3] {
    font-size: 0.6rem;
    font-weight: 700;
    padding: 2px 6px;
    border-radius: 3px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    line-height: 1.4;
}

.nav-badge--new[b-6kieunb4b3] {
    background: #17c3b2;
    color: #fff;
}

.nav-badge--sale[b-6kieunb4b3] {
    background: #ff5733;
    color: #fff;
}

/* ═══════════════════════════════════════════════
   Mega Menu
   ═══════════════════════════════════════════════ */
.nav-item.has-megamenu[b-6kieunb4b3] {
    position: relative;
}

.megamenu[b-6kieunb4b3] {
    position: absolute;
    top: 100%;
    left: 0;
    background: #ffffff;
    border-top: 2px solid #1a1a1a;
    border-radius: 0 0 12px 12px;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.1);
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-6px);
    transition: opacity 0.25s ease,
                transform 0.25s ease,
                visibility 0s linear 0.25s;
    pointer-events: none;
}

.nav-item.has-megamenu:hover .megamenu[b-6kieunb4b3] {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.25s ease,
                transform 0.25s ease,
                visibility 0s linear 0s;
    pointer-events: auto;
}

.megamenu-inner[b-6kieunb4b3] {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(180px, 190px);
    gap: 2rem;
    padding: 2rem 2.5rem;
}

.megamenu-title[b-6kieunb4b3] {
    font-size: .82rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #1a1a1a;
    margin-bottom: 1rem;
    padding-bottom: 0.6rem;
    border-bottom: 1px solid #f0f0f0;
}

.megamenu-links[b-6kieunb4b3] {
    list-style: none;
    margin: 0;
    padding: 0;
}

.megamenu-links li[b-6kieunb4b3] {
    margin-bottom: 0.55rem;
}

.megamenu-links a[b-6kieunb4b3] {
    font-size: 0.875rem;
    color: #555;
    text-decoration: none;
    display: block;
    transition: color 0.15s ease, padding-left 0.15s ease;
}

.megamenu-links a:hover[b-6kieunb4b3] {
    color: #1a1a1a;
    padding-left: 5px;
}

/* ─── Promo Column ─── */
.megamenu-col--promo[b-6kieunb4b3] {
    background: #f8f8f8;
    border-radius: 10px;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
}

.megamenu-promo-badge[b-6kieunb4b3] {
    display: inline-block;
    font-size: 0.62rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    background: #1a1a1a;
    color: #fff;
    padding: 3px 8px;
    border-radius: 3px;
    margin-bottom: 0.85rem;
    width: fit-content;
}

.megamenu-promo-badge--sale[b-6kieunb4b3] {
    background: #ff5733;
}

.megamenu-promo-title[b-6kieunb4b3] {
    font-size: 1rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 0.5rem;
    line-height: 1.3;
}

.megamenu-promo-text[b-6kieunb4b3] {
    font-size: 0.8rem;
    color: #777;
    line-height: 1.6;
    margin-bottom: 1.25rem;
    flex: 1;
}

.megamenu-promo-link[b-6kieunb4b3] {
    font-size: 0.8rem;
    font-weight: 600;
    color: #1a1a1a;
    text-decoration: none;
    transition: letter-spacing 0.2s ease;
}

.megamenu-promo-link:hover[b-6kieunb4b3] {
    text-decoration: underline;
    color: #333;
}

/* ─── Hamburger Button (mobile only) ─── */
.hamburger-btn[b-6kieunb4b3] {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 1.4rem;
    color: #1a1a1a;
    padding: 0.3rem;
    line-height: 1;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    transition: color 0.2s ease;
}

.hamburger-btn:hover[b-6kieunb4b3] {
    color: #555;
}

/* ─── Mobile Nav Overlay ─── */
.mobile-nav-overlay[b-6kieunb4b3] {
    display: none;
}

/* ═══════════════════════════════════════════════
   Logo (center)
   ═══════════════════════════════════════════════ */
.header-logo[b-6kieunb4b3] {
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-link[b-6kieunb4b3] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: opacity 0.2s ease;
}

.logo-link:hover[b-6kieunb4b3] {
    opacity: 0.82;
}

.logo-img[b-6kieunb4b3] {
    max-height: 46px;
    width: auto;
    display: block;
    object-fit: contain;
}

.logo-text[b-6kieunb4b3] {
    font-size: 1.8rem;
    font-weight: 800;
    color: #1a1a1a;
    letter-spacing: -0.03em;
    font-family: 'Georgia', 'Times New Roman', serif;
}

/* ═══════════════════════════════════════════════
   Header Actions (right)
   ═══════════════════════════════════════════════ */
.header-actions[b-6kieunb4b3] {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 0.25rem;
}

.action-btn[b-6kieunb4b3] {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 1.2rem;
    color: #1a1a1a;
    padding: 0.45rem 0.55rem;
    position: relative;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    transition: color 0.2s ease, transform 0.2s ease;
    line-height: 1;
    transform-origin: center;
}

.action-btn:hover[b-6kieunb4b3] {
    color: #555;
    transform: scale(1.18);
}

.action-badge[b-6kieunb4b3] {
    position: absolute;
    top: 2px;
    right: 2px;
    background: #1a1a1a;
    color: #fff;
    font-size: 0.58rem;
    font-weight: 700;
    min-width: 17px;
    height: 17px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    border: 2px solid #fff;
}

/* ─── Profile Dropdown ─── */
.profile-wrapper .action-btn[b-6kieunb4b3] {
    font-size: 1.35rem;
}

.profile-wrapper[b-6kieunb4b3] {
    position: relative;
}

.profile-dropdown-menu[b-6kieunb4b3] {
    position: absolute;
    top: calc(100% + 6px);
    right: 0;
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 10px;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.12);
    min-width: 175px;
    padding: 0.4rem 0;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-6px);
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0s linear 0.2s;
    z-index: 1100;
}

.profile-wrapper:hover .profile-dropdown-menu[b-6kieunb4b3] {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0s linear 0s;
}

.profile-menu-item[b-6kieunb4b3] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.6rem 1.1rem;
    font-size: 0.875rem;
    color: #333;
    text-decoration: none;
    transition: background 0.15s ease, color 0.15s ease;
}

.profile-menu-item:hover[b-6kieunb4b3] {
    background: #f8f8f8;
    color: #1a1a1a;
}

.profile-menu-item--danger[b-6kieunb4b3] {
    color: #dc3545;
}

.profile-menu-item--danger:hover[b-6kieunb4b3] {
    background: #fff5f5;
    color: #c82333;
}

.profile-menu-divider[b-6kieunb4b3] {
    height: 1px;
    background: #f0f0f0;
    margin: 0.3rem 0;
}

/* ─── Profile Button: Ad Soyad + Puan görünümü ─── */
.profile-btn[b-6kieunb4b3] {
    gap: 0.4rem;
    padding: 0.45rem 0.65rem;
}

.profile-btn:hover[b-6kieunb4b3] {
    transform: none;
}

.profile-btn__name-wrap[b-6kieunb4b3] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.profile-btn__name[b-6kieunb4b3] {
    font-size: 0.85rem;
    font-weight: 600;
    color: #1a1a1a;
    white-space: nowrap;
    max-width: 130px;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.2;
}

.profile-btn__points[b-6kieunb4b3] {
    font-size: 0.75rem;
    font-weight: 500;
    color: #888;
    display: flex;
    align-items: center;
    gap: 3px;
    white-space: nowrap;
}

.profile-btn__points i[b-6kieunb4b3] {
    font-size: 0.6rem;
    color: #f0ad4e;
}

.profile-btn__icon-mobile[b-6kieunb4b3] {
    display: none;
}

/* ─── Profile Dropdown Header ─── */
.profile-dropdown-header[b-6kieunb4b3] {
    padding: 0.75rem 1.1rem 0.6rem;
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}

.profile-dropdown-name[b-6kieunb4b3] {
    font-weight: 700;
    font-size: 0.875rem;
    color: #1a1a1a;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.profile-dropdown-points[b-6kieunb4b3] {
    font-size: 0.78rem;
    color: #888;
    display: flex;
    align-items: center;
    gap: 3px;
    font-weight: 500;
}

.profile-dropdown-points i[b-6kieunb4b3] {
    font-size: 0.6rem;
    color: #f0ad4e;
}

/* ═══════════════════════════════════════════════
   Search Panel
   ═══════════════════════════════════════════════ */
.search-bar-panel[b-6kieunb4b3] {
    border-top: 1px solid #f0f0f0;
    background: #fff;
    padding: 0.875rem 2.5rem;
    animation: searchPanelIn-b-6kieunb4b3 0.22s ease both;
}

@keyframes searchPanelIn-b-6kieunb4b3 {
    from {
        opacity: 0;
        transform: translateY(-8px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.search-bar-inner[b-6kieunb4b3] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    background: #f5f5f5;
    border-radius: 50px;
    padding: 0.5rem 1.25rem;
    border: 1.5px solid transparent;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.search-bar-inner:focus-within[b-6kieunb4b3] {
    border-color: #1a1a1a;
    box-shadow: 0 0 0 3px rgba(26, 26, 26, 0.07);
    background: #fff;
}

.search-bar-icon[b-6kieunb4b3] {
    color: #aaa;
    font-size: 0.95rem;
    flex-shrink: 0;
}

.search-bar-input[b-6kieunb4b3] {
    flex: 1;
    border: none;
    background: none;
    outline: none;
    font-size: 0.9rem;
    color: #1a1a1a;
    min-width: 0;
}

.search-bar-input[b-6kieunb4b3]::placeholder {
    color: #bbb;
}

.search-bar-close[b-6kieunb4b3] {
    background: none;
    border: none;
    cursor: pointer;
    color: #bbb;
    font-size: 0.9rem;
    padding: 0;
    display: flex;
    align-items: center;
    flex-shrink: 0;
    transition: color 0.2s ease;
}

.search-bar-close:hover[b-6kieunb4b3] {
    color: #555;
}

/* ═══════════════════════════════════════════════
   Side Panels
   ═══════════════════════════════════════════════ */
.side-panel-overlay[b-6kieunb4b3] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1200;
    animation: fadeInOverlay-b-6kieunb4b3 0.2s ease both;
}

@keyframes fadeInOverlay-b-6kieunb4b3 {
    from { opacity: 0; }
    to   { opacity: 1; }
}

.side-panel[b-6kieunb4b3] {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 380px;
    background: #fff;
    z-index: 1300;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    box-shadow: -6px 0 32px rgba(0, 0, 0, 0.14);
    animation: slideInFromRight-b-6kieunb4b3 0.3s cubic-bezier(0.4, 0, 0.2, 1) both;
}

@keyframes slideInFromRight-b-6kieunb4b3 {
    from { transform: translateX(100%); }
    to   { transform: translateX(0); }
}

.side-panel-header[b-6kieunb4b3] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.25rem 1.5rem;
    border-bottom: 1px solid #f0f0f0;
    flex-shrink: 0;
}

.side-panel-title[b-6kieunb4b3] {
    font-size: 1rem;
    font-weight: 700;
    color: #1a1a1a;
    letter-spacing: -0.01em;
}

.side-panel-close[b-6kieunb4b3] {
    background: none;
    border: none;
    cursor: pointer;
    color: #999;
    font-size: 1.1rem;
    padding: 0.4rem;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color 0.2s ease, transform 0.2s ease;
    line-height: 1;
}

.side-panel-close:hover[b-6kieunb4b3] {
    color: #1a1a1a;
    transform: scale(1.15);
}

.side-panel-body[b-6kieunb4b3] {
    flex: 1;
    min-height: 0;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
}

.side-panel-empty[b-6kieunb4b3] {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.85rem;
    color: #ccc;
    text-align: center;
}

.side-panel-empty i[b-6kieunb4b3] {
    font-size: 2.75rem;
    opacity: 0.5;
}

.side-panel-empty p[b-6kieunb4b3] {
    font-size: 0.875rem;
    margin: 0;
    color: #aaa;
}

.side-panel-count[b-6kieunb4b3] {
    font-size: 0.875rem;
    color: #666;
    margin: 0 0 1rem;
}

.side-panel-footer[b-6kieunb4b3] {
    padding: 1.25rem 1.5rem;
    border-top: 1px solid #f0f0f0;
    flex-shrink: 0;
}

.side-panel-btn[b-6kieunb4b3] {
    display: block;
    text-align: center;
    background: #1a1a1a;
    color: #fff;
    text-decoration: none;
    padding: 0.875rem 1.5rem;
    border-radius: 8px;
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 0.01em;
    transition: background 0.2s ease, transform 0.15s ease;
}

.side-panel-btn:hover[b-6kieunb4b3] {
    background: #333;
    color: #fff;
    transform: translateY(-1px);
}

/* ─── Side Panel Item ─── */
.side-panel-item[b-6kieunb4b3] {
    display: flex;
    align-items: flex-start;
    gap: 0.85rem;
    padding: 0.85rem 1.75rem 0.85rem 0;
    border-bottom: 1px solid #f0f0f0;
    position: relative;
}

.side-panel-item:last-child[b-6kieunb4b3] {
    border-bottom: none;
}

.side-panel-item__img[b-6kieunb4b3] {
    width: 64px;
    height: 80px;
    flex-shrink: 0;
    overflow: hidden;
    background: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
}

.side-panel-item__img img[b-6kieunb4b3] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.side-panel-item__img i[b-6kieunb4b3] {
    font-size: 1.5rem;
    color: #d0d0d0;
}

.side-panel-item__info[b-6kieunb4b3] {
    flex: 1;
    min-width: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.side-panel-item__title[b-6kieunb4b3] {
    font-size: 0.82rem;
    font-weight: 600;
    color: #1a1a1a;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.side-panel-item__brand[b-6kieunb4b3] {
    font-size: 0.72rem;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.side-panel-item__price[b-6kieunb4b3] {
    font-size: 0.82rem;
    font-weight: 600;
    color: #1a1a1a;
}

.side-panel-item__qty[b-6kieunb4b3] {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.82rem;
    color: #1a1a1a;
    font-weight: 500;
}

.side-panel-item__qty-btn[b-6kieunb4b3] {
    width: 26px;
    height: 26px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
    color: #555;
    transition: border-color 0.2s ease, color 0.2s ease;
    padding: 0;
    line-height: 1;
}

.side-panel-item__qty-btn:hover[b-6kieunb4b3] {
    border-color: #1a1a1a;
    color: #1a1a1a;
}

.side-panel-item__remove[b-6kieunb4b3] {
    position: absolute;
    top: 0.6rem;
    right: 0;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 1rem;
    color: #ccc;
    padding: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color 0.2s ease;
}

.side-panel-item__remove:hover[b-6kieunb4b3] {
    color: #e74c3c;
}

/* ─── Cart Total ─── */
.side-panel-total[b-6kieunb4b3] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 0 0;
    margin-top: 0.5rem;
    border-top: 2px solid #1a1a1a;
    font-size: 0.92rem;
    color: #1a1a1a;
}

.side-panel-total__values[b-6kieunb4b3] {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 2px;
}

.side-panel-total__points[b-6kieunb4b3] {
    font-size: 0.72rem;
    color: #888;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 3px;
}

.side-panel-total__points i[b-6kieunb4b3] {
    font-size: 0.6rem;
    color: #f0ad4e;
}

.side-panel-item__points[b-6kieunb4b3] {
    font-size: 0.7rem;
    color: #888;
    display: flex;
    align-items: center;
    gap: 3px;
}

.side-panel-item__points i[b-6kieunb4b3] {
    font-size: 0.58rem;
    color: #f0ad4e;
}

/* ═══════════════════════════════════════════════
   Mobile Navigation Tree
   ═══════════════════════════════════════════════ */
.mobile-nav[b-6kieunb4b3] {
    display: none;
    background: #fff;
    border-top: 1px solid #f0f0f0;
    padding: 0.75rem 1.25rem 1.25rem;
}

.mnav-list[b-6kieunb4b3] {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mnav-root[b-6kieunb4b3] {
    border-bottom: 1px solid #f5f5f5;
}

.mnav-root:last-child[b-6kieunb4b3] {
    border-bottom: none;
}

.mnav-link[b-6kieunb4b3] {
    display: block;
    text-decoration: none;
    transition: color 0.15s ease;
}

.mnav-link--root[b-6kieunb4b3] {
    font-size: 0.9rem;
    font-weight: 600;
    color: #1a1a1a;
    padding: 0.65rem 0;
    letter-spacing: 0.01em;
}

.mnav-link--child[b-6kieunb4b3] {
    font-size: 0.85rem;
    font-weight: 500;
    color: #333;
    padding: 0.4rem 0 0.4rem 0.85rem;
}

.mnav-link--grandchild[b-6kieunb4b3] {
    font-size: 0.8rem;
    font-weight: 400;
    color: #777;
    padding: 0.3rem 0 0.3rem 1.7rem;
}

.mnav-link:hover[b-6kieunb4b3] {
    color: #000;
}

.mnav-children[b-6kieunb4b3] {
    list-style: none;
    margin: 0 0 0 0.5rem;
    padding: 0 0 0.4rem;
    border-left: 2px solid #f0f0f0;
}

.mnav-grandchildren[b-6kieunb4b3] {
    list-style: none;
    margin: 0 0 0 0.85rem;
    padding: 0;
    border-left: 2px solid #f5f5f5;
}

/* ═══════════════════════════════════════════════
   Responsive – Mobile (≤ 768px)
   ═══════════════════════════════════════════════ */
@media (max-width: 768px) {

    /* ── Header Bar ── */
    .header-container[b-6kieunb4b3] {
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 60px;
        padding: 0 1rem;
    }

    .header-nav[b-6kieunb4b3] {
        display: none;
    }

    /* ── Hamburger visible ── */
    .hamburger-btn[b-6kieunb4b3] {
        display: flex;
    }

    .header-logo[b-6kieunb4b3] {
        justify-content: flex-start;
        flex: 1;
        min-width: 0;
    }

    .logo-img[b-6kieunb4b3] {
        max-height: 36px;
    }

    .header-actions[b-6kieunb4b3] {
        gap: 0.1rem;
    }

    .action-btn[b-6kieunb4b3] {
        font-size: 1.05rem;
        padding: 0.3rem 0.38rem;
    }

    /* ── Badge: köşeye otur, ikonun üstüne binme ── */
    .action-badge[b-6kieunb4b3] {
        top: 1px;
        right: 1px;
        transform: translate(40%, -40%);
        min-width: 14px;
        height: 14px;
        font-size: 0.5rem;
        border-width: 1.5px;
    }

    /* ── Mobilde ad/soyad gizle, ikon göster ── */
    .profile-btn__name-wrap[b-6kieunb4b3] {
        display: none;
    }

    .profile-btn__icon-mobile[b-6kieunb4b3] {
        display: block;
    }

    .profile-btn[b-6kieunb4b3] {
        padding: 0.3rem 0.38rem;
    }

    /* ── Mobile Nav Overlay ── */
    .mobile-nav-overlay[b-6kieunb4b3] {
        display: block;
        position: fixed;
        inset: 0;
        top: 60px;
        background: rgba(0, 0, 0, 0.35);
        z-index: 998;
    }

    /* ── Mobile Nav Tree (toggle) ── */
    .mobile-nav--open[b-6kieunb4b3] {
        display: block;
        position: fixed;
        top: 60px;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 999;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        background: #fff;
        border-top: 1px solid #f0f0f0;
        padding: 0.75rem 1.25rem 2rem;
        animation: mnavSlideDown-b-6kieunb4b3 0.22s ease both;
    }

    @keyframes mnavSlideDown-b-6kieunb4b3 {
        from {
            opacity: 0;
            transform: translateY(-10px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    /* ── Side Panel: tam ekran, kaydırmalı ── */
    /* left:0 + right:0 + top:0 + bottom:0 ile width/height hesabından bağımsız tam ekran */
    .side-panel[b-6kieunb4b3] {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100vw;
        height: 100vh;
        max-width: 100%;
        overflow: hidden;
    }

    .side-panel-header[b-6kieunb4b3] {
        padding: 1rem 1rem 1rem 1.25rem;
        flex-shrink: 0;
    }

    .side-panel-title[b-6kieunb4b3] {
        font-size: 1.05rem;
    }

    .side-panel-close[b-6kieunb4b3] {
        font-size: 1.3rem;
        padding: 0.5rem;
        min-width: 44px;
        min-height: 44px;
        color: #1a1a1a;
        border-radius: 50%;
        background: #f0f0f0;
    }

    .side-panel-body[b-6kieunb4b3] {
        flex: 1;
        min-height: 0;
        overflow-y: auto;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
        padding: 0.75rem 1rem;
    }

    .side-panel-footer[b-6kieunb4b3] {
        padding: 1rem;
        flex-shrink: 0;
    }

    /* ── Search bar ── */
    .search-bar-panel[b-6kieunb4b3] {
        padding: 0.75rem 1rem;
    }

    .search-suggestions[b-6kieunb4b3] {
        top: calc(100% + 6px);
    }
}

/* ═══════════════════════════════════════════════
   Search Autocomplete
   ═══════════════════════════════════════════════ */
.search-bar-wrapper[b-6kieunb4b3] {
    position: relative;
    max-width: 580px;
    margin: 0 auto;
}

.search-suggestions[b-6kieunb4b3] {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 12px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    z-index: 1100;
    overflow: hidden;
    animation: searchPanelIn-b-6kieunb4b3 0.15s ease both;
}

.search-suggestions__loading[b-6kieunb4b3] {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.25rem;
}

.search-suggestions__spinner[b-6kieunb4b3] {
    width: 20px;
    height: 20px;
    border: 2px solid #f0f0f0;
    border-top-color: #1a1a1a;
    border-radius: 50%;
    animation: spin-b-6kieunb4b3 0.6s linear infinite;
    display: inline-block;
}

@keyframes spin-b-6kieunb4b3 {
    to { transform: rotate(360deg); }
}

.search-suggestions__item[b-6kieunb4b3] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.65rem 1rem;
    text-decoration: none;
    color: #1a1a1a;
    transition: background 0.15s ease;
    border-bottom: 1px solid #f5f5f5;
}

.search-suggestions__item:last-of-type[b-6kieunb4b3] {
    border-bottom: none;
}

.search-suggestions__item:hover[b-6kieunb4b3] {
    background: #f8f8f8;
}

.search-suggestions__img[b-6kieunb4b3] {
    width: 44px;
    height: 44px;
    object-fit: cover;
    border-radius: 6px;
    flex-shrink: 0;
    background: #f5f5f5;
}

.search-suggestions__img--placeholder[b-6kieunb4b3] {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ccc;
    font-size: 1.1rem;
}

.search-suggestions__info[b-6kieunb4b3] {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.search-suggestions__title[b-6kieunb4b3] {
    font-size: 0.85rem;
    font-weight: 500;
    color: #1a1a1a;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.3;
}

.search-suggestions__brand[b-6kieunb4b3] {
    font-size: 0.72rem;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.search-suggestions__all[b-6kieunb4b3] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.7rem 1rem;
    font-size: 0.82rem;
    font-weight: 600;
    color: #555;
    text-decoration: none;
    background: #f8f8f8;
    border-top: 1px solid #f0f0f0;
    transition: background 0.15s ease, color 0.15s ease;
}

.search-suggestions__all:hover[b-6kieunb4b3] {
    background: #f0f0f0;
    color: #1a1a1a;
}
/* /Components/Pages/Brand.razor.rz.scp.css */
/* ═══════════════════════════════════════════════
   Brand Page
   ═══════════════════════════════════════════════ */
.brand-page[b-v1sktd4i4y] {
    padding-top: 2.5rem;
}

.brand-page__header[b-v1sktd4i4y] {
    text-align: center;
    margin-bottom: 1.5rem;
    padding: 0 2.5rem;
}

.brand-page__title[b-v1sktd4i4y] {
    font-size: 2.5rem;
    font-weight: 400;
    font-family: 'Libre Baskerville', serif;
    color: var(--color-primary, #1a1a1a);
    margin: 0;
    letter-spacing: 0;
}

:global(html[data-theme="dark"]) .brand-page__title[b-v1sktd4i4y] {
    color: #e8e8e8;
}
/* /Components/Pages/Cart.razor.rz.scp.css */
/* ═══════════════════════════════════════════════
   Cart Page
   ═══════════════════════════════════════════════ */
.cart-page[b-lda5f2myxd] {
    padding: 2.5rem;
    max-width: 1300px;
    margin: 0 auto;
}

.cart-page__header[b-lda5f2myxd] {
    margin-bottom: 2rem;
}

.cart-page__title[b-lda5f2myxd] {
    font-size: 2rem;
    font-weight: 700;
    color: var(--color-primary, #1a1a1a);
    margin: 0;
}

/* ─── Empty State ─── */
.cart-page__empty[b-lda5f2myxd] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 400px;
    gap: 1rem;
    text-align: center;
}

.cart-page__empty i[b-lda5f2myxd] {
    font-size: 4rem;
    color: #d0d0d0;
}

.cart-page__empty h3[b-lda5f2myxd] {
    font-size: 1.3rem;
    font-weight: 600;
    color: var(--color-primary, #1a1a1a);
    margin: 0;
}

.cart-page__empty p[b-lda5f2myxd] {
    font-size: 0.9rem;
    color: #888;
    margin: 0;
}

.cart-page__shop-btn[b-lda5f2myxd] {
    display: inline-block;
    background: #1a1a1a;
    color: #fff;
    text-decoration: none;
    padding: 12px 32px;
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.03em;
    transition: background 0.2s ease, transform 0.15s ease;
    margin-top: 0.5rem;
}

.cart-page__shop-btn:hover[b-lda5f2myxd] {
    background: #333;
    color: #fff;
    transform: translateY(-2px);
}

/* ─── Content Layout ─── */
.cart-page__content[b-lda5f2myxd] {
    display: flex;
    flex-direction: column;
    gap: 0;
}

/* ─── Table Head ─── */
.cart-page__table-head[b-lda5f2myxd] {
    display: grid;
    grid-template-columns: 3fr 1fr 180px 1fr;
    gap: 1rem;
    padding-bottom: 0.85rem;
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 0;
}

.cart-page__th[b-lda5f2myxd] {
    font-size: 0.72rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #1a1a1a;
}

.cart-page__th--qty[b-lda5f2myxd] {
    text-align: center;
}

.cart-page__th--total[b-lda5f2myxd] {
    text-align: right;
}

/* ─── Row ─── */
.cart-page__row[b-lda5f2myxd] {
    display: grid;
    grid-template-columns: 3fr 1fr 180px 1fr;
    gap: 1rem;
    padding: 1.5rem 0;
    border-bottom: 1px solid #e8e8e8;
    align-items: center;
}

/* ─── Cells ─── */
.cart-page__cell--product[b-lda5f2myxd] {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.cart-page__product-img[b-lda5f2myxd] {
    width: 90px;
    height: 120px;
    flex-shrink: 0;
    overflow: hidden;
    background: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cart-page__product-img img[b-lda5f2myxd] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cart-page__product-img i[b-lda5f2myxd] {
    font-size: 1.5rem;
    color: #d0d0d0;
}

.cart-page__product-info[b-lda5f2myxd] {
    display: flex;
    flex-direction: column;
    gap: 5px;
    min-width: 0;
}

.cart-page__product-title[b-lda5f2myxd] {
    font-size: 0.88rem;
    font-weight: 600;
    color: var(--color-primary);
    text-decoration: none;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: color 0.2s ease;
}

.cart-page__product-title:hover[b-lda5f2myxd] {
    color: #555;
}

.cart-page__product-brand[b-lda5f2myxd] {
    font-size: 0.72rem;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.cart-page__cell--price[b-lda5f2myxd],
.cart-page__cell--total[b-lda5f2myxd] {
    display: flex;
    flex-direction: column;
    gap: 2px;
    font-size: 0.88rem;
    color: var(--color-primary);
    align-items: flex-end;
}

.cart-page__cell--qty[b-lda5f2myxd] {
    display: flex;
    justify-content: center;
    align-items: center;
}

.cart-page__points-sm[b-lda5f2myxd] {
    font-size: 0.7rem;
    color: #888;
    display: flex;
    align-items: center;
    gap: 3px;
}

.cart-page__points-sm i[b-lda5f2myxd] {
    font-size: 0.58rem;
    color: #f0ad4e;
}

/* ─── Qty Control ─── */
.cart-page__qty-control[b-lda5f2myxd] {
    display: inline-flex;
    align-items: center;
    border: 1px solid #1a1a1a;
    overflow: hidden;
}

.cart-page__qty-btn[b-lda5f2myxd] {
    width: 38px;
    height: 38px;
    border: none;
    background: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    color: #1a1a1a;
    transition: background 0.15s ease, color 0.15s ease;
    padding: 0;
}

.cart-page__qty-btn:hover[b-lda5f2myxd] {
    background: #f5f5f5;
    color: #1a1a1a;
}

.cart-page__qty-value[b-lda5f2myxd] {
    width: 40px;
    text-align: center;
    font-size: 0.88rem;
    font-weight: 600;
    color: var(--color-primary);
    border-left: 1px solid #1a1a1a;
    border-right: 1px solid #1a1a1a;
    line-height: 38px;
}

/* ─── Remove ─── */
.cart-page__remove-btn[b-lda5f2myxd] {
    background: none;
    border: none;
    cursor: pointer;
    color: #bbb;
    font-size: 0.9rem;
    padding: 2px 0;
    display: inline-flex;
    align-items: center;
    transition: color 0.2s ease;
    width: fit-content;
}

.cart-page__remove-btn:hover[b-lda5f2myxd] {
    color: #e74c3c;
}

/* ─── Footer + Subtotal ─── */
.cart-page__footer[b-lda5f2myxd] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 2rem 0 1.5rem;
    border-top: 1px solid #e8e8e8;
}

.cart-page__subtotal[b-lda5f2myxd] {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.6rem;
    min-width: 300px;
}

.cart-page__subtotal-points[b-lda5f2myxd] {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 0.78rem;
    color: #888;
}

.cart-page__subtotal-points i[b-lda5f2myxd] {
    font-size: 0.6rem;
    color: #f0ad4e;
}

.cart-page__subtotal-row[b-lda5f2myxd] {
    display: flex;
    align-items: baseline;
    gap: 1.5rem;
}

.cart-page__subtotal-label[b-lda5f2myxd] {
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--color-primary);
}

.cart-page__subtotal-amount[b-lda5f2myxd] {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--color-primary);
}

.cart-page__subtotal-note[b-lda5f2myxd] {
    font-size: 0.78rem;
    color: #888;
    margin: 0;
    text-align: right;
}

.cart-page__checkout-btn[b-lda5f2myxd] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    background: #c49a28;
    color: #fff;
    border: none;
    padding: 14px 32px;
    font-family: var(--font-base);
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    cursor: pointer;
    margin-top: 0.5rem;
    transition: background 0.2s ease, transform 0.15s ease;
}

.cart-page__checkout-btn:hover[b-lda5f2myxd] {
    background: #a8821e;
    transform: translateY(-1px);
}

.cart-page__clear-btn[b-lda5f2myxd] {
    display: flex;
    align-items: center;
    gap: 6px;
    background: transparent;
    color: #bbb;
    border: none;
    padding: 0;
    font-family: var(--font-base);
    font-size: 0.78rem;
    cursor: pointer;
    align-self: flex-end;
    transition: color 0.2s ease;
}

.cart-page__clear-btn:hover[b-lda5f2myxd] {
    color: #e74c3c;
}

/* ═══════════════════════════════════════════════
   Dark Mode
   ═══════════════════════════════════════════════ */
:global(html[data-theme="dark"]) .cart-page__title[b-lda5f2myxd] {
    color: #e8e8e8;
}

:global(html[data-theme="dark"]) .cart-page__empty i[b-lda5f2myxd] {
    color: #555;
}

:global(html[data-theme="dark"]) .cart-page__empty h3[b-lda5f2myxd] {
    color: #e8e8e8;
}

:global(html[data-theme="dark"]) .cart-page__empty p[b-lda5f2myxd] {
    color: #777;
}

:global(html[data-theme="dark"]) .cart-page__shop-btn[b-lda5f2myxd] {
    background: #e8e8e8;
    color: #141414;
}

:global(html[data-theme="dark"]) .cart-page__shop-btn:hover[b-lda5f2myxd] {
    background: #fff;
}

:global(html[data-theme="dark"]) .cart-page__table-head[b-lda5f2myxd] {
    border-bottom-color: #2e2e2e;
}

:global(html[data-theme="dark"]) .cart-page__th[b-lda5f2myxd] {
    color: #666;
}

:global(html[data-theme="dark"]) .cart-page__row[b-lda5f2myxd] {
    border-bottom-color: #2e2e2e;
}

:global(html[data-theme="dark"]) .cart-page__product-img[b-lda5f2myxd] {
    background: #2a2a2a;
}

:global(html[data-theme="dark"]) .cart-page__product-title[b-lda5f2myxd] {
    color: #e8e8e8;
}

:global(html[data-theme="dark"]) .cart-page__product-title:hover[b-lda5f2myxd] {
    color: #fff;
}

:global(html[data-theme="dark"]) .cart-page__product-brand[b-lda5f2myxd] {
    color: #777;
}

:global(html[data-theme="dark"]) .cart-page__cell--price[b-lda5f2myxd],
:global(html[data-theme="dark"]) .cart-page__cell--total[b-lda5f2myxd] {
    color: #e8e8e8;
}

:global(html[data-theme="dark"]) .cart-page__points-sm[b-lda5f2myxd] {
    color: #999;
}

:global(html[data-theme="dark"]) .cart-page__qty-control[b-lda5f2myxd] {
    border-color: #666;
}

:global(html[data-theme="dark"]) .cart-page__qty-btn[b-lda5f2myxd] {
    background: #2a2a2a;
    color: #ccc;
}

:global(html[data-theme="dark"]) .cart-page__qty-btn:hover[b-lda5f2myxd] {
    background: #333;
    color: #fff;
}

:global(html[data-theme="dark"]) .cart-page__qty-value[b-lda5f2myxd] {
    color: #e8e8e8;
    border-color: #666;
}

:global(html[data-theme="dark"]) .cart-page__remove-btn[b-lda5f2myxd] {
    color: #555;
}

:global(html[data-theme="dark"]) .cart-page__summary-card[b-lda5f2myxd] {
    background: #1e1e1e;
    border-color: #2e2e2e;
}

:global(html[data-theme="dark"]) .cart-page__summary-title[b-lda5f2myxd] {
    color: #e8e8e8;
}

:global(html[data-theme="dark"]) .cart-page__summary-row[b-lda5f2myxd] {
    color: #aaa;
}

:global(html[data-theme="dark"]) .cart-page__summary-row--total[b-lda5f2myxd] {
    color: #e8e8e8;
}

:global(html[data-theme="dark"]) .cart-page__summary-divider[b-lda5f2myxd] {
    background: #2e2e2e;
}

:global(html[data-theme="dark"]) .cart-page__checkout-btn[b-lda5f2myxd] {
    background: #d4aa30;
    color: #fff;
}

:global(html[data-theme="dark"]) .cart-page__checkout-btn:hover[b-lda5f2myxd] {
    background: #c49a28;
}

:global(html[data-theme="dark"]) .cart-page__footer[b-lda5f2myxd] {
    border-top-color: #2e2e2e;
}

:global(html[data-theme="dark"]) .cart-page__subtotal-label[b-lda5f2myxd],
:global(html[data-theme="dark"]) .cart-page__subtotal-amount[b-lda5f2myxd] {
    color: #e8e8e8;
}

:global(html[data-theme="dark"]) .cart-page__subtotal-note[b-lda5f2myxd] {
    color: #777;
}

:global(html[data-theme="dark"]) .cart-page__clear-btn[b-lda5f2myxd] {
    color: #666;
}

:global(html[data-theme="dark"]) .cart-page__clear-btn:hover[b-lda5f2myxd] {
    color: #e74c3c;
}

/* ═══════════════════════════════════════════════
   Mobile Responsive
   ═══════════════════════════════════════════════ */
@media (max-width: 768px) {
    .cart-page[b-lda5f2myxd] {
        padding: 1.25rem;
    }

    .cart-page__title[b-lda5f2myxd] {
        font-size: 1.4rem;
    }

    .cart-page__table-head[b-lda5f2myxd] {
        display: none;
    }

    .cart-page__row[b-lda5f2myxd] {
        display: flex;
        flex-direction: column;
        gap: 0.75rem;
        padding: 1rem 0;
    }

    .cart-page__cell--product[b-lda5f2myxd] {
        width: 100%;
    }

    .cart-page__product-img[b-lda5f2myxd] {
        width: 70px;
        height: 90px;
    }

    .cart-page__cell--price[b-lda5f2myxd] {
        display: none;
    }

    .cart-page__cell--qty[b-lda5f2myxd] {
        justify-content: flex-start;
        padding-left: calc(70px + 1rem);
        margin-top: -0.25rem;
    }

    .cart-page__cell--total[b-lda5f2myxd] {
        align-items: flex-start;
        padding-left: calc(70px + 1rem);
        margin-top: -0.25rem;
    }

    .cart-page__footer[b-lda5f2myxd] {
        flex-direction: column-reverse;
        align-items: stretch;
        gap: 1.25rem;
    }

    .cart-page__subtotal[b-lda5f2myxd] {
        min-width: unset;
        width: 100%;
        align-items: stretch;
    }

    .cart-page__subtotal-row[b-lda5f2myxd] {
        justify-content: space-between;
    }

    .cart-page__subtotal-note[b-lda5f2myxd] {
        text-align: left;
    }

    .cart-page__checkout-btn[b-lda5f2myxd] {
        width: 100%;
    }
}
/* /Components/Pages/Category.razor.rz.scp.css */
/* ═══════════════════════════════════════════════
   Category Page
   ═══════════════════════════════════════════════ */
.category-page[b-mr6jg5jtgq] {
    padding-top: 2.5rem;
}

.category-page__header[b-mr6jg5jtgq] {
    text-align: center;
    margin-bottom: 1.5rem;
    padding: 0 2.5rem;
}

.category-page__title[b-mr6jg5jtgq] {
    font-size: 2.5rem;
    font-weight: 400;
    font-family: 'Libre Baskerville', serif;
    color: var(--color-primary, #1a1a1a);
    margin: 0;
    letter-spacing: 0;
}

:global(html[data-theme="dark"]) .category-page__title[b-mr6jg5jtgq] {
    color: #e8e8e8;
}
/* /Components/Pages/Checkout.razor.rz.scp.css */
/* ═══════════════════════════════════════════════
   Checkout Page
   ═══════════════════════════════════════════════ */

.co-page[b-93d6t3onn0] {
    max-width: 1140px;
    margin: 0 auto;
    padding: 1.5rem 1.5rem 4rem;
    overflow-x: hidden;
}

/* ─── Back Link ─── */
.co-back[b-93d6t3onn0] {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.8rem;
    color: #888;
    text-decoration: none;
    margin-bottom: 2rem;
    transition: color 0.15s;
}

.co-back:hover[b-93d6t3onn0] {
    color: #444;
}

/* ─── Layout ─── */
.co-layout[b-93d6t3onn0] {
    display: grid;
    grid-template-columns: 1fr 420px;
    gap: 2.5rem;
    align-items: start;
    min-width: 0;
}

.co-layout > *[b-93d6t3onn0] {
    min-width: 0;
}

/* ─── Loading ─── */
.co-loading[b-93d6t3onn0] {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 400px;
}

.co-spinner[b-93d6t3onn0] {
    width: 40px;
    height: 40px;
    border: 3px solid #e5e5e5;
    border-top-color: var(--color-primary, #1a1a1a);
    border-radius: 50%;
    animation: co-spin-b-93d6t3onn0 0.7s linear infinite;
}

@keyframes co-spin-b-93d6t3onn0 {
    to { transform: rotate(360deg); }
}

/* ─── Section ─── */
.co-section[b-93d6t3onn0] {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 10px;
    padding: 1.5rem;
    margin-bottom: 1.25rem;
}

.co-section--card[b-93d6t3onn0] {
    border-color: #d0e8ff;
    background: #f8fbff;
}

.co-section-title[b-93d6t3onn0] {
    font-size: 1rem;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 1.2rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

/* ─── Address card ─── */
.co-addr-card[b-93d6t3onn0] {
    background: #f9f9f9;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    padding: 0.85rem 1rem;
    margin: 0.75rem 0;
    position: relative;
}

.co-addr-card--billing[b-93d6t3onn0] {
    border-color: #d0deff;
    background: #f4f7ff;
}

.co-addr-card__badge[b-93d6t3onn0] {
    font-size: 0.7rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #5a7ae0;
    margin-bottom: 0.3rem;
}

.co-addr-card__name[b-93d6t3onn0] {
    font-weight: 600;
    font-size: 0.9rem;
    color: #1a1a1a;
    margin-bottom: 0.2rem;
}

.co-addr-card__line[b-93d6t3onn0] {
    font-size: 0.82rem;
    color: #666;
    line-height: 1.6;
}

.co-addr-edit[b-93d6t3onn0] {
    font-size: 0.78rem;
    color: #5a7ae0;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0.2rem 0;
    margin-top: 0.5rem;
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    transition: color 0.15s;
}

.co-addr-edit:hover[b-93d6t3onn0] {
    color: #3a5ec0;
}

/* ─── Same billing checkbox ─── */
.co-same-billing-label[b-93d6t3onn0] {
    margin-top: 0.6rem;
}

/* ─── Form fields ─── */
.co-field[b-93d6t3onn0] {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
    flex: 1;
    min-width: 0;
}

.co-field-row[b-93d6t3onn0] {
    display: flex;
    gap: 0.75rem;
    margin-bottom: 0;
    min-width: 0;
}

.co-label[b-93d6t3onn0] {
    font-size: 0.78rem;
    font-weight: 600;
    color: #555;
    letter-spacing: 0.01em;
}

.co-label small[b-93d6t3onn0] {
    font-weight: 400;
    color: #999;
}

.co-input[b-93d6t3onn0],
.co-select[b-93d6t3onn0] {
    height: 42px;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 0 0.75rem;
    font-size: 0.88rem;
    color: #1a1a1a;
    background: #fff;
    outline: none;
    transition: border-color 0.15s;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

.co-input:focus[b-93d6t3onn0],
.co-select:focus[b-93d6t3onn0] {
    border-color: #1a1a1a;
}

/* ─── New address section ─── */
.co-new-addr[b-93d6t3onn0] {
    margin-top: 1rem;
}

.co-new-addr__toggle[b-93d6t3onn0] {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 0.85rem;
    color: #5a7ae0;
    padding: 0;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-weight: 600;
    transition: color 0.15s;
}

.co-new-addr__toggle:hover[b-93d6t3onn0] {
    color: #3a5ec0;
}

.co-new-addr__form[b-93d6t3onn0] {
    margin-top: 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
}

.co-save-addr-btn[b-93d6t3onn0] {
    background: #1a1a1a;
    color: #fff;
    border: none;
    border-radius: 6px;
    padding: 0.6rem 1.2rem;
    font-size: 0.85rem;
    font-weight: 600;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    transition: background 0.15s, transform 0.1s;
    align-self: flex-start;
    margin-top: 0.25rem;
}

.co-save-addr-btn:hover[b-93d6t3onn0] {
    background: #333;
    transform: translateY(-1px);
}

/* ─── Cargo options ─── */
.co-cargo-list[b-93d6t3onn0] {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}

.co-cargo-option[b-93d6t3onn0] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    border: 1.5px solid #e0e0e0;
    border-radius: 8px;
    padding: 0.7rem 1rem;
    cursor: pointer;
    font-size: 0.9rem;
    transition: border-color 0.15s, background 0.15s;
}

.co-cargo-option input[type="radio"][b-93d6t3onn0] {
    accent-color: #1a1a1a;
}

.co-cargo-option:hover[b-93d6t3onn0] {
    border-color: #bbb;
    background: #fafafa;
}

.co-cargo-option--selected[b-93d6t3onn0] {
    border-color: #1a1a1a;
    background: #f9f9f9;
}

.co-cargo-logo[b-93d6t3onn0] {
    width: 40px;
    height: 40px;
    object-fit: contain;
    border-radius: 4px;
}

/* ─── Credit card info banner ─── */
.co-card-info-banner[b-93d6t3onn0] {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 0.4rem 0.5rem;
    background: #e8f0fe;
    border-radius: 6px;
    padding: 0.65rem 0.9rem;
    font-size: 0.82rem;
    color: #2c4cad;
    margin-bottom: 1rem;
    word-break: break-word;
    line-height: 1.5;
}

/* ─── Card form ─── */
.co-card-form[b-93d6t3onn0] {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
}

/* ─── Checkbox label ─── */
.co-checkbox-label[b-93d6t3onn0] {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    font-size: 0.82rem;
    color: #444;
    cursor: pointer;
    line-height: 1.5;
}

.co-checkbox-label input[type="checkbox"][b-93d6t3onn0] {
    margin-top: 2px;
    accent-color: #1a1a1a;
    flex-shrink: 0;
}

/* ─── Right column – Summary Box ─── */
.co-summary-box[b-93d6t3onn0] {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 12px;
    padding: 1.5rem;
    position: sticky;
    top: 1.5rem;
}

/* ─── Order items ─── */
.co-items[b-93d6t3onn0] {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
    margin-bottom: 1rem;
}

.co-item[b-93d6t3onn0] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.co-item__img-wrap[b-93d6t3onn0] {
    position: relative;
    flex-shrink: 0;
    width: 60px;
    height: 60px;
}

.co-item__img-wrap img[b-93d6t3onn0] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
    border: 1px solid #eee;
}

.co-item__img-placeholder[b-93d6t3onn0] {
    width: 100%;
    height: 100%;
    border-radius: 6px;
    border: 1px solid #eee;
    background: #f4f4f4;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ccc;
    font-size: 1.2rem;
}

.co-item__qty-badge[b-93d6t3onn0] {
    position: absolute;
    top: -7px;
    right: -7px;
    background: #555;
    color: #fff;
    font-size: 0.68rem;
    font-weight: 700;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #fff;
}

.co-item__info[b-93d6t3onn0] {
    flex: 1;
    min-width: 0;
}

.co-item__title[b-93d6t3onn0] {
    font-size: 0.85rem;
    font-weight: 500;
    color: #1a1a1a;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.co-item__brand[b-93d6t3onn0] {
    font-size: 0.75rem;
    color: #999;
    display: block;
}

.co-item__prices[b-93d6t3onn0] {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.15rem;
    flex-shrink: 0;
}

.co-item__price[b-93d6t3onn0] {
    font-size: 0.88rem;
    font-weight: 600;
    color: #1a1a1a;
}

.co-item__points[b-93d6t3onn0] {
    font-size: 0.75rem;
    color: #e8a000;
    display: flex;
    align-items: center;
    gap: 0.2rem;
}

.co-item__points i[b-93d6t3onn0] {
    font-size: 0.65rem;
}

/* ─── Divider ─── */
.co-divider[b-93d6t3onn0] {
    height: 1px;
    background: #f0f0f0;
    margin: 1rem 0;
}

/* ─── Summary rows ─── */
.co-summary-row[b-93d6t3onn0] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.88rem;
    color: #555;
    margin-bottom: 0.6rem;
}

.co-summary-row__vals[b-93d6t3onn0] {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.1rem;
}

.co-pts[b-93d6t3onn0] {
    font-size: 0.78rem;
    color: #e8a000;
    display: flex;
    align-items: center;
    gap: 0.2rem;
}

.co-pts i[b-93d6t3onn0] { font-size: 0.65rem; }

.co-pts--lg[b-93d6t3onn0] {
    font-size: 0.88rem;
}

.co-free-badge[b-93d6t3onn0] {
    font-size: 0.8rem;
    font-weight: 700;
    color: #1a9e55;
    background: #e6f7ef;
    border-radius: 4px;
    padding: 0.1rem 0.45rem;
}

.co-muted[b-93d6t3onn0] {
    font-size: 0.78rem;
    color: #aaa;
    font-style: italic;
}

.co-summary-total[b-93d6t3onn0] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 0.25rem;
}

.co-summary-total__vals[b-93d6t3onn0] {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.2rem;
}

/* ─── Usage breakdown ─── */
.co-usage-box[b-93d6t3onn0] {
    background: #f8f8f8;
    border-radius: 8px;
    padding: 0.75rem 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    margin-top: 0.25rem;
}

.co-usage-row[b-93d6t3onn0] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.8rem;
    color: #555;
}

.co-usage-row--card[b-93d6t3onn0] {
    color: #2c4cad;
}

.co-usage-icon[b-93d6t3onn0] {
    font-size: 0.8rem;
    color: #e8a000;
}

.co-usage-row--card .co-usage-icon[b-93d6t3onn0] {
    color: #2c4cad;
}

/* ─── Contracts ─── */
.co-contracts[b-93d6t3onn0] {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
    margin-bottom: 1rem;
}

.co-contract-item[b-93d6t3onn0] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.5rem;
}

.co-contract-read[b-93d6t3onn0] {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 0.78rem;
    color: #5a7ae0;
    font-weight: 600;
    padding: 0;
    white-space: nowrap;
    flex-shrink: 0;
    transition: color 0.15s;
}

.co-contract-read:hover[b-93d6t3onn0] {
    color: #3a5ec0;
    text-decoration: underline;
}

/* ─── Submit button ─── */
.co-submit-btn[b-93d6t3onn0] {
    width: 100%;
    padding: 0.9rem;
    background: #1a1a1a;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    transition: background 0.2s, transform 0.1s;
    margin-top: 0.25rem;
}

.co-submit-btn:hover:not(:disabled)[b-93d6t3onn0] {
    background: #333;
    transform: translateY(-1px);
}

.co-submit-btn:disabled[b-93d6t3onn0] {
    opacity: 0.6;
    cursor: not-allowed;
}

.co-btn-spinner[b-93d6t3onn0] {
    width: 18px;
    height: 18px;
    border: 2px solid rgba(255, 255, 255, 0.35);
    border-top-color: #fff;
    border-radius: 50%;
    animation: co-spin-b-93d6t3onn0 0.6s linear infinite;
}

/* ─── Contract Modal ─── */
.co-modal-overlay[b-93d6t3onn0] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}

.co-modal[b-93d6t3onn0] {
    background: #fff;
    border-radius: 12px;
    width: 100%;
    max-width: 680px;
    max-height: 80vh;
    display: flex;
    flex-direction: column;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
}

.co-modal-header[b-93d6t3onn0] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.2rem 1.5rem;
    border-bottom: 1px solid #f0f0f0;
    flex-shrink: 0;
}

.co-modal-title[b-93d6t3onn0] {
    font-size: 1rem;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0;
}

.co-modal-close[b-93d6t3onn0] {
    background: none;
    border: none;
    cursor: pointer;
    color: #888;
    font-size: 1rem;
    padding: 0.2rem;
    transition: color 0.15s;
}

.co-modal-close:hover[b-93d6t3onn0] {
    color: #1a1a1a;
}

.co-modal-body[b-93d6t3onn0] {
    padding: 1.25rem 1.5rem;
    overflow-y: auto;
    font-size: 0.85rem;
    color: #555;
    line-height: 1.7;
}

/* ═══════════════════════════════════════════════
   Responsive
   ═══════════════════════════════════════════════ */
@media (max-width: 900px) {
    .co-layout[b-93d6t3onn0] {
        grid-template-columns: 1fr;
    }

    .co-summary-box[b-93d6t3onn0] {
        position: static;
    }
}

@media (max-width: 600px) {
    .co-page[b-93d6t3onn0] {
        padding: 0.75rem 0.75rem 3rem;
    }

    .co-back[b-93d6t3onn0] {
        margin-bottom: 1.25rem;
        font-size: 0.78rem;
    }

    .co-section[b-93d6t3onn0] {
        padding: 1rem;
        border-radius: 8px;
    }

    .co-section-title[b-93d6t3onn0] {
        font-size: 0.92rem;
        margin-bottom: 0.9rem;
    }

    .co-field-row[b-93d6t3onn0] {
        flex-direction: column;
        gap: 0.6rem;
    }

    .co-input[b-93d6t3onn0],
    .co-select[b-93d6t3onn0] {
        height: 40px;
        font-size: 0.84rem;
    }

    .co-addr-card[b-93d6t3onn0] {
        padding: 0.75rem;
    }

    .co-cargo-option[b-93d6t3onn0] {
        padding: 0.6rem 0.75rem;
        font-size: 0.84rem;
    }

    .co-cargo-logo[b-93d6t3onn0] {
        width: 32px;
        height: 32px;
    }

    .co-card-info-banner[b-93d6t3onn0] {
        font-size: 0.78rem;
        padding: 0.55rem 0.75rem;
    }

    .co-summary-box[b-93d6t3onn0] {
        border-radius: 8px;
        padding: 1rem;
    }

    .co-item__img-wrap[b-93d6t3onn0] {
        width: 50px;
        height: 50px;
    }

    .co-item__title[b-93d6t3onn0] {
        font-size: 0.8rem;
    }

    .co-summary-total[b-93d6t3onn0] {
        font-size: 0.95rem;
    }

    .co-save-addr-btn[b-93d6t3onn0] {
        width: 100%;
        justify-content: center;
    }

    .co-submit-btn[b-93d6t3onn0] {
        padding: 0.85rem;
        font-size: 0.9rem;
    }

    .co-contract-item[b-93d6t3onn0] {
        gap: 0.35rem;
    }

    .co-modal[b-93d6t3onn0] {
        max-height: 90vh;
        border-radius: 10px;
    }

    .co-modal-header[b-93d6t3onn0] {
        padding: 1rem 1.1rem;
    }

    .co-modal-body[b-93d6t3onn0] {
        padding: 1rem 1.1rem;
        font-size: 0.82rem;
    }
}
/* /Components/Pages/Confirmation.razor.rz.scp.css */
/* ═══════════════════════════════════════════════
   Order Confirmation Page
   ═══════════════════════════════════════════════ */

.conf-page[b-xhw48b8fje] {
    min-height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3rem 1.5rem;
}

/* ─── Loading ─── */
.conf-loading[b-xhw48b8fje] {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 300px;
}

.conf-spinner[b-xhw48b8fje] {
    width: 40px;
    height: 40px;
    border: 3px solid #e5e5e5;
    border-top-color: var(--color-primary, #1a1a1a);
    border-radius: 50%;
    animation: conf-spin-b-xhw48b8fje 0.7s linear infinite;
}

@keyframes conf-spin-b-xhw48b8fje {
    to { transform: rotate(360deg); }
}

/* ─── Card ─── */
.conf-card[b-xhw48b8fje] {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 16px;
    padding: 3rem 2.5rem 2.5rem;
    max-width: 560px;
    width: 100%;
    text-align: center;
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.06);
}

/* ─── Icon ─── */
.conf-icon-wrap[b-xhw48b8fje] {
    display: flex;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.conf-icon[b-xhw48b8fje] {
    width: 72px;
    height: 72px;
    background: linear-gradient(135deg, #1a9e55 0%, #14834a 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 2rem;
    box-shadow: 0 8px 24px rgba(26, 158, 85, 0.3);
}

/* ─── Title ─── */
.conf-title[b-xhw48b8fje] {
    font-size: 1.6rem;
    font-weight: 800;
    color: #1a1a1a;
    margin: 0 0 0.6rem;
}

.conf-order-no[b-xhw48b8fje] {
    font-size: 0.95rem;
    color: #666;
    margin: 0 0 1.25rem;
}

.conf-order-no strong[b-xhw48b8fje] {
    color: #1a1a1a;
    font-weight: 700;
}

/* ─── Message ─── */
.conf-message[b-xhw48b8fje] {
    font-size: 0.9rem;
    color: #555;
    line-height: 1.7;
    margin: 0 0 1rem;
}

/* ─── Note ─── */
.conf-note[b-xhw48b8fje] {
    font-size: 0.82rem;
    color: #e05252;
    background: #fff5f5;
    border-radius: 6px;
    padding: 0.5rem 0.75rem;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    margin: 0 0 1.5rem;
}

/* ─── Actions ─── */
.conf-actions[b-xhw48b8fje] {
    display: flex;
    gap: 0.75rem;
    justify-content: center;
    margin-bottom: 1.5rem;
    flex-wrap: wrap;
}

.conf-btn[b-xhw48b8fje] {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    text-decoration: none;
    border-radius: 8px;
    padding: 0.65rem 1.4rem;
    font-size: 0.88rem;
    font-weight: 600;
    transition: background 0.15s, transform 0.1s;
}

.conf-btn--primary[b-xhw48b8fje] {
    background: #1a1a1a;
    color: #fff;
}

.conf-btn--primary:hover[b-xhw48b8fje] {
    background: #333;
    transform: translateY(-1px);
    color: #fff;
}

/* ─── Divider ─── */
.conf-divider[b-xhw48b8fje] {
    height: 1px;
    background: #f0f0f0;
    margin: 0 0 1.5rem;
}

/* ─── Footer ─── */
.conf-footer[b-xhw48b8fje] {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
    text-align: left;
}

.conf-footer__item[b-xhw48b8fje] {
    display: flex;
    align-items: flex-start;
    gap: 0.6rem;
    font-size: 0.82rem;
    color: #777;
}

.conf-footer__item i[b-xhw48b8fje] {
    font-size: 0.9rem;
    color: #aaa;
    margin-top: 1px;
    flex-shrink: 0;
}

/* ─── Responsive ─── */
@media (max-width: 600px) {
    .conf-card[b-xhw48b8fje] {
        padding: 2rem 1.25rem 1.5rem;
    }

    .conf-title[b-xhw48b8fje] {
        font-size: 1.3rem;
    }
}
/* /Components/Pages/ContentDetails.razor.rz.scp.css */
/* ═══════════════════════════════════════════════
   Content Detail Page
   ═══════════════════════════════════════════════ */
.content-detail-page[b-4ju4mg9c6o] {
    max-width: 860px;
    margin: 0 auto;
    padding: 3rem 2rem 4rem;
}

.content-detail-page__loader[b-4ju4mg9c6o] {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 40vh;
}

.content-detail-page__inner[b-4ju4mg9c6o] {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.content-detail-page__header[b-4ju4mg9c6o] {
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 1.25rem;
}

.content-detail-page__title[b-4ju4mg9c6o] {
    font-size: 1.75rem;
    font-weight: 700;
    color: #1a1a1a;
    letter-spacing: -0.02em;
    margin: 0;
    line-height: 1.3;
}

.content-detail-page__body[b-4ju4mg9c6o] {
    font-size: 0.95rem;
    color: #444;
    line-height: 1.85;
}

.content-detail-page__body h1[b-4ju4mg9c6o],
.content-detail-page__body h2[b-4ju4mg9c6o],
.content-detail-page__body h3[b-4ju4mg9c6o],
.content-detail-page__body h4[b-4ju4mg9c6o] {
    color: #1a1a1a;
    line-height: 1.3;
    margin-top: 1.75rem;
    margin-bottom: 0.75rem;
}

.content-detail-page__body p[b-4ju4mg9c6o] {
    margin-bottom: 1rem;
}

.content-detail-page__body a[b-4ju4mg9c6o] {
    color: #1a1a1a;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.content-detail-page__body a:hover[b-4ju4mg9c6o] {
    color: #555;
}

.content-detail-page__body ul[b-4ju4mg9c6o],
.content-detail-page__body ol[b-4ju4mg9c6o] {
    padding-left: 1.5rem;
    margin-bottom: 1rem;
}

.content-detail-page__body li[b-4ju4mg9c6o] {
    margin-bottom: 0.4rem;
}

.content-detail-page__body table[b-4ju4mg9c6o] {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.875rem;
    margin-bottom: 1.5rem;
}

.content-detail-page__body th[b-4ju4mg9c6o],
.content-detail-page__body td[b-4ju4mg9c6o] {
    border: 1px solid #e0e0e0;
    padding: 0.6rem 0.9rem;
    text-align: left;
}

.content-detail-page__body th[b-4ju4mg9c6o] {
    background: #f5f5f5;
    font-weight: 600;
    color: #1a1a1a;
}

/* ─── Empty State ─── */
.content-detail-page__empty[b-4ju4mg9c6o] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 40vh;
    gap: 1rem;
    color: #ccc;
    text-align: center;
}

.content-detail-page__empty i[b-4ju4mg9c6o] {
    font-size: 3rem;
    opacity: 0.5;
}

.content-detail-page__empty p[b-4ju4mg9c6o] {
    font-size: 0.875rem;
    color: #aaa;
    margin: 0;
}

/* ─── Responsive ─── */
@media (max-width: 768px) {
    .content-detail-page[b-4ju4mg9c6o] {
        padding: 2rem 1.25rem 3rem;
    }

    .content-detail-page__title[b-4ju4mg9c6o] {
        font-size: 1.4rem;
    }
}
/* /Components/Pages/Favorites.razor.rz.scp.css */
/* ═══════════════════════════════════════════════
   Favorites Page
   ═══════════════════════════════════════════════ */
.favorites-page[b-aoqya0zmee] {
    padding: 2.5rem;
    max-width: 1300px;
    margin: 0 auto;
}

.favorites-page__header[b-aoqya0zmee] {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 2rem;
}

.favorites-page__header-left[b-aoqya0zmee] {
    display: flex;
    align-items: baseline;
    gap: 1rem;
}

.favorites-page__title[b-aoqya0zmee] {
    font-size: 2rem;
    font-weight: 700;
    color: var(--color-primary, #1a1a1a);
    margin: 0;
}

.favorites-page__count[b-aoqya0zmee] {
    font-size: 0.85rem;
    color: #888;
}

/* ─── Empty State ─── */
.favorites-page__empty[b-aoqya0zmee] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 400px;
    gap: 1rem;
    text-align: center;
}

.favorites-page__empty i[b-aoqya0zmee] {
    font-size: 4rem;
    color: #d0d0d0;
}

.favorites-page__empty h3[b-aoqya0zmee] {
    font-size: 1.3rem;
    font-weight: 600;
    color: var(--color-primary, #1a1a1a);
    margin: 0;
}

.favorites-page__empty p[b-aoqya0zmee] {
    font-size: 0.9rem;
    color: #888;
    margin: 0;
    max-width: 360px;
}

.favorites-page__shop-btn[b-aoqya0zmee] {
    display: inline-block;
    background: #1a1a1a;
    color: #fff;
    text-decoration: none;
    padding: 12px 32px;
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.03em;
    transition: background 0.2s ease, transform 0.15s ease;
    margin-top: 0.5rem;
}

.favorites-page__shop-btn:hover[b-aoqya0zmee] {
    background: #333;
    color: #fff;
    transform: translateY(-2px);
}

/* ─── Grid ─── */
.favorites-page__grid[b-aoqya0zmee] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
    margin-bottom: 2rem;
}

/* ─── Fav Card ─── */
.fav-card[b-aoqya0zmee] {
    display: flex;
    flex-direction: column;
    position: relative;
    border: 1px solid #e8e8e8;
    background: #fff;
    transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.fav-card:hover[b-aoqya0zmee] {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
}

.fav-card__remove[b-aoqya0zmee] {
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 2;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid #e8e8e8;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
    color: #aaa;
    transition: color 0.2s, background 0.2s, border-color 0.2s;
    padding: 0;
}

.fav-card__remove:hover[b-aoqya0zmee] {
    color: #e74c3c;
    background: #fff;
    border-color: #e74c3c;
}

.fav-card__img-link[b-aoqya0zmee] {
    display: block;
    text-decoration: none;
}

.fav-card__img[b-aoqya0zmee] {
    width: 100%;
    aspect-ratio: 3 / 4;
    overflow: hidden;
    background: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fav-card__img img[b-aoqya0zmee] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.fav-card:hover .fav-card__img img[b-aoqya0zmee] {
    transform: scale(1.04);
}

.fav-card__img i[b-aoqya0zmee] {
    font-size: 2.5rem;
    color: #d0d0d0;
}

/* ─── Cart Overlay ─── */
.fav-card__cart-overlay[b-aoqya0zmee] {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3;
    padding: 0.75rem;
    background: linear-gradient(to top, rgba(255,255,255,0.95) 0%, rgba(255,255,255,0) 100%);
    opacity: 0;
    transform: translateY(8px);
    transition: opacity 0.25s ease, transform 0.25s ease;
    pointer-events: none;
    display: flex;
    justify-content: center;
}

.fav-card:hover .fav-card__cart-overlay[b-aoqya0zmee] {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.fav-card__cart-btn[b-aoqya0zmee] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #1a1a1a;
    color: #fff;
    border: none;
    padding: 8px 18px;
    font-size: 0.78rem;
    font-weight: 600;
    font-family: var(--font-base);
    letter-spacing: 0.03em;
    cursor: pointer;
    transition: background 0.2s ease, transform 0.15s ease;
}

.fav-card__cart-btn:hover[b-aoqya0zmee] {
    background: #333;
    transform: translateY(-1px);
}

.fav-card__body[b-aoqya0zmee] {
    padding: 1rem;
    display: flex;
    flex-direction: column;
    gap: 5px;
    flex: 1;
}

.fav-card__brand[b-aoqya0zmee] {
    font-size: 0.68rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #999;
}

.fav-card__title[b-aoqya0zmee] {
    font-size: 0.82rem;
    font-weight: 500;
    color: var(--color-primary, #1a1a1a);
    text-decoration: none;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.fav-card__title:hover[b-aoqya0zmee] {
    color: #555;
}

.fav-card__price-wrap[b-aoqya0zmee] {
    display: flex;
    flex-direction: column;
    gap: 2px;
    margin-top: 6px;
}

.fav-card__old-price[b-aoqya0zmee] {
    font-size: 0.75rem;
    color: #bbb;
    text-decoration: line-through;
}

.fav-card__price[b-aoqya0zmee] {
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--color-primary, #1a1a1a);
}

.fav-card__points[b-aoqya0zmee] {
    font-size: 0.68rem;
    color: #888;
    display: flex;
    align-items: center;
    gap: 3px;
}

.fav-card__points i[b-aoqya0zmee] {
    font-size: 0.55rem;
    color: #f0ad4e;
}

/* ─── Actions ─── */
.favorites-page__clear-btn[b-aoqya0zmee] {
    display: flex;
    align-items: center;
    gap: 6px;
    background: transparent;
    color: #bbb;
    border: none;
    padding: 0;
    font-family: var(--font-base);
    font-size: 0.78rem;
    cursor: pointer;
    transition: color 0.2s ease;
}

.favorites-page__clear-btn:hover[b-aoqya0zmee] {
    color: #e74c3c;
}

/* ═══════════════════════════════════════════════
   Responsive
   ═══════════════════════════════════════════════ */
@media (max-width: 1100px) {
    .favorites-page__grid[b-aoqya0zmee] {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .favorites-page[b-aoqya0zmee] {
        padding: 1.25rem;
    }

    .favorites-page__title[b-aoqya0zmee] {
        font-size: 1.4rem;
    }

    .favorites-page__grid[b-aoqya0zmee] {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.75rem;
    }
}

@media (max-width: 420px) {
    .favorites-page__grid[b-aoqya0zmee] {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.5rem;
    }

    .fav-card__body[b-aoqya0zmee] {
        padding: 0.75rem;
    }
}

/* ═══════════════════════════════════════════════
   Dark Mode
   ═══════════════════════════════════════════════ */
:global(html[data-theme="dark"]) .favorites-page__title[b-aoqya0zmee] {
    color: #e8e8e8;
}

:global(html[data-theme="dark"]) .favorites-page__count[b-aoqya0zmee] {
    color: #777;
}

:global(html[data-theme="dark"]) .favorites-page__empty i[b-aoqya0zmee] {
    color: #555;
}

:global(html[data-theme="dark"]) .favorites-page__empty h3[b-aoqya0zmee] {
    color: #e8e8e8;
}

:global(html[data-theme="dark"]) .favorites-page__empty p[b-aoqya0zmee] {
    color: #777;
}

:global(html[data-theme="dark"]) .favorites-page__shop-btn[b-aoqya0zmee] {
    background: #e8e8e8;
    color: #141414;
}

:global(html[data-theme="dark"]) .favorites-page__shop-btn:hover[b-aoqya0zmee] {
    background: #fff;
}

:global(html[data-theme="dark"]) .fav-card[b-aoqya0zmee] {
    background: #1e1e1e;
    border-color: #2e2e2e;
}

:global(html[data-theme="dark"]) .fav-card:hover[b-aoqya0zmee] {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.35);
}

:global(html[data-theme="dark"]) .fav-card__remove[b-aoqya0zmee] {
    background: rgba(30, 30, 30, 0.9);
    border-color: #444;
    color: #777;
}

:global(html[data-theme="dark"]) .fav-card__remove:hover[b-aoqya0zmee] {
    color: #e74c3c;
    background: #1e1e1e;
    border-color: #e74c3c;
}

:global(html[data-theme="dark"]) .fav-card__img[b-aoqya0zmee] {
    background: #2a2a2a;
}

:global(html[data-theme="dark"]) .fav-card__img i[b-aoqya0zmee] {
    color: #555;
}

:global(html[data-theme="dark"]) .fav-card__brand[b-aoqya0zmee] {
    color: #777;
}

:global(html[data-theme="dark"]) .fav-card__title[b-aoqya0zmee] {
    color: #e8e8e8;
}

:global(html[data-theme="dark"]) .fav-card__title:hover[b-aoqya0zmee] {
    color: #fff;
}

:global(html[data-theme="dark"]) .fav-card__old-price[b-aoqya0zmee] {
    color: #666;
}

:global(html[data-theme="dark"]) .fav-card__price[b-aoqya0zmee] {
    color: #e8e8e8;
}

:global(html[data-theme="dark"]) .fav-card__points[b-aoqya0zmee] {
    color: #999;
}

:global(html[data-theme="dark"]) .favorites-page__clear-btn[b-aoqya0zmee] {
    color: #666;
}

:global(html[data-theme="dark"]) .favorites-page__clear-btn:hover[b-aoqya0zmee] {
    color: #e74c3c;
}

:global(html[data-theme="dark"]) .fav-card__cart-overlay[b-aoqya0zmee] {
    background: linear-gradient(to top, rgba(30,30,30,0.95) 0%, rgba(30,30,30,0) 100%);
}

:global(html[data-theme="dark"]) .fav-card__cart-btn[b-aoqya0zmee] {
    background: #e8e8e8;
    color: #141414;
}

:global(html[data-theme="dark"]) .fav-card__cart-btn:hover[b-aoqya0zmee] {
    background: #fff;
}
/* /Components/Pages/Home.razor.rz.scp.css */
/* ═══════════════════════════════════════════════
   Hero Banner
   ═══════════════════════════════════════════════ */
.hero-banner[b-s8yj8ozttt] {
    position: relative;
    width: 100%;
    height: 65vh;
    min-height: 400px;
    max-height: 600px;
    overflow: hidden;
}

.hero-slides[b-s8yj8ozttt] {
    position: relative;
    width: 100%;
    height: 100%;
}

/* ─── Individual Slide ─── */
.hero-slide[b-s8yj8ozttt] {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    opacity: 0;
    transition: opacity 0.9s ease;
}

.hero-slide--active[b-s8yj8ozttt] {
    opacity: 1;
    z-index: 1;
}

/* ─── Slide Backgrounds (placeholder gradients) ─── */
.hero-slide--1[b-s8yj8ozttt] {
    background: linear-gradient(140deg, #eaeff4 0%, #d2dde8 45%, #bccdd8 100%);
}

.hero-slide--2[b-s8yj8ozttt] {
    background: linear-gradient(140deg, #f4eeea 0%, #e8d8d0 45%, #d8c0b4 100%);
}

.hero-slide--3[b-s8yj8ozttt] {
    background: linear-gradient(140deg, #eaf4ee 0%, #d0e8d8 45%, #b4d8c0 100%);
}

/* ─── Slide Overlay ─── */
.hero-slide-overlay[b-s8yj8ozttt] {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to right,
        rgba(255, 255, 255, 0.72) 0%,
        rgba(255, 255, 255, 0.35) 50%,
        rgba(255, 255, 255, 0) 100%
    );
    pointer-events: none;
}

/* ─── Slide Content ─── */
.hero-slide-content[b-s8yj8ozttt] {
    position: relative;
    z-index: 2;
    padding: 0 10%;
    max-width: 620px;
}

/* ═══════════════════════════════════════════════
   Slide Text – animated on each key change
   ═══════════════════════════════════════════════ */
.slide-text[b-s8yj8ozttt] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.slide-subtitle[b-s8yj8ozttt] {
    display: inline-block;
    font-size: 0.8rem;
    font-weight: 600;
    color: #666;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-bottom: 0.9rem;
    animation: slideUpFadeIn-b-s8yj8ozttt 0.6s ease both;
}

.slide-title[b-s8yj8ozttt] {
    font-size: clamp(2rem, 4.5vw, 3.4rem);
    font-weight: 800;
    font-family: var(--font-base);
    color: #1a1a1a;
    line-height: 1.1;
    margin: 0 0 1.1rem;
    letter-spacing: -0.025em;
    animation: slideUpFadeIn-b-s8yj8ozttt 0.7s ease 0.1s both;
}

.slide-description[b-s8yj8ozttt] {
    font-size: 1rem;
    color: #555;
    line-height: 1.75;
    margin: 0 0 2.25rem;
    max-width: 400px;
    animation: slideUpFadeIn-b-s8yj8ozttt 0.7s ease 0.2s both;
}

.slide-btn[b-s8yj8ozttt] {
    display: inline-block;
    background: #1a1a1a;
    color: #fff;
    font-size: 0.78rem;
    font-family: var(--font-base);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    padding: 0.9rem 2.1rem;
    text-decoration: none;
    border: 2px solid #1a1a1a;
    transition: background 0.25s ease, color 0.25s ease, transform 0.2s ease;
    animation: slideUpFadeIn-b-s8yj8ozttt 0.7s ease 0.3s both;
}

.slide-btn:hover[b-s8yj8ozttt] {
    background: transparent;
    color: #1a1a1a;
    transform: translateY(-2px);
}

@keyframes slideUpFadeIn-b-s8yj8ozttt {
    from {
        opacity: 0;
        transform: translateY(32px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ═══════════════════════════════════════════════
   Arrow Navigation
   ═══════════════════════════════════════════════ */
.hero-arrow[b-s8yj8ozttt] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(0, 0, 0, 0.1);
    width: 46px;
    height: 46px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 1.1rem;
    color: #1a1a1a;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: background 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.hero-arrow:hover[b-s8yj8ozttt] {
    background: #fff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    transform: translateY(-50%) scale(1.08);
}

.hero-arrow--prev[b-s8yj8ozttt] {
    left: 1.75rem;
}

.hero-arrow--next[b-s8yj8ozttt] {
    right: 1.75rem;
}

/* ═══════════════════════════════════════════════
   Navigation Dots
   ═══════════════════════════════════════════════ */
.hero-dots[b-s8yj8ozttt] {
    position: absolute;
    bottom: 1.75rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 0.5rem;
    z-index: 10;
}

.hero-dot[b-s8yj8ozttt] {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(26, 26, 26, 0.22);
    border: none;
    cursor: pointer;
    padding: 0;
    transition: background 0.3s ease, transform 0.3s ease;
}

.hero-dot:hover[b-s8yj8ozttt] {
    background: rgba(26, 26, 26, 0.5);
}

.hero-dot--active[b-s8yj8ozttt] {
    background: #1a1a1a;
    transform: scale(1.35);
}

/* ─── Slide Background Image ─── */
.hero-slide__img[b-s8yj8ozttt] {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    transition: transform 0.6s ease;
}

.hero-slide--active .hero-slide__img[b-s8yj8ozttt] {
    transform: scale(1.03);
}

/* ─── Overlay adjustment for image slides ─── */
.hero-slide--has-image .hero-slide-overlay[b-s8yj8ozttt] {
    background: linear-gradient(
        to right,
        rgba(0, 0, 0, 0.58) 0%,
        rgba(0, 0, 0, 0.22) 55%,
        rgba(0, 0, 0, 0) 100%
    );
}

.hero-slide--has-image .slide-subtitle[b-s8yj8ozttt] {
    color: rgba(255, 255, 255, 0.82);
}

.hero-slide--has-image .slide-title[b-s8yj8ozttt] {
    color: #fff;
}

.hero-slide--has-image .slide-description[b-s8yj8ozttt] {
    color: rgba(255, 255, 255, 0.78);
}

.hero-slide--has-image .slide-btn[b-s8yj8ozttt] {
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.65);
    color: #fff;
}

.hero-slide--has-image .slide-btn:hover[b-s8yj8ozttt] {
    background: rgba(255, 255, 255, 0.3);
    color: #fff;
}

/* ─── Loading State ─── */
.hero-loading[b-s8yj8ozttt] {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f0f0f0;
}

.hero-loading__spinner[b-s8yj8ozttt] {
    display: inline-block;
    width: 36px;
    height: 36px;
    border: 3px solid rgba(26, 26, 26, 0.15);
    border-top-color: #1a1a1a;
    border-radius: 50%;
    animation: spin-b-s8yj8ozttt 0.75s linear infinite;
}

@keyframes spin-b-s8yj8ozttt {
    to { transform: rotate(360deg); }
}

/* ═══════════════════════════════════════════════
   Homepage Layouts
   ═══════════════════════════════════════════════ */
.hp-layouts[b-s8yj8ozttt] {
    width: 100%;
    margin-top: 4.5rem;
    padding-bottom: 3.5rem;
    display: flex;
    flex-direction: column;
    gap: 3rem;
    font-family: var(--font-base);
    padding-right:2.5rem;
    padding-left:2.5rem;
}

.hp-layout__header[b-s8yj8ozttt] { 
    margin-bottom: 3rem;
}

.hp-layout__title[b-s8yj8ozttt] {
    font-size: 3.65rem;
    font-weight: 400;
    font-family: 'Libre Baskerville', serif;
    color: var(--color-primary, #1a1a1a);
    letter-spacing: 0em;
    margin: 0;
    padding: 0 1.5rem;
    text-align: center;
}

.hp-layout__description[b-s8yj8ozttt] {
    font-size: 1.65rem;
    font-weight: 400;
    font-family: var(--font-base);
    color: var(--color-primary, #1a1a1a);
    letter-spacing: 0em;
    margin: 0;
    padding: 0 1.5rem;
    text-align: center;
}

/* ─── Grid ─── */
.hp-grid[b-s8yj8ozttt] {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 12px;
}

/* ─── Classic card ─── */
.hp-card[b-s8yj8ozttt] {
    position: relative;
    overflow: hidden;
    background: #1a1a1a;
}

.hp-card__bg[b-s8yj8ozttt] {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    transition: transform 0.75s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform;
}

.hp-card:hover .hp-card__bg[b-s8yj8ozttt] {
    transform: scale(1.09);
}

.hp-card__overlay[b-s8yj8ozttt] {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.62) 0%, transparent 55%);
    opacity: 0.85;
    transition: opacity 0.3s;
}

.hp-card:hover .hp-card__overlay[b-s8yj8ozttt] {
    opacity: 1;
}

.hp-card__body[b-s8yj8ozttt] {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 18px 22px;
    color: #fff;
    z-index: 2;
    pointer-events: none;
}

.hp-card__title[b-s8yj8ozttt] {
    font-size: 1.85rem;
    font-weight: 600;
    font-family: var(--font-base);
    letter-spacing: 0.04em;
    text-transform: uppercase;
    line-height: 1.1;
}

.hp-card__desc[b-s8yj8ozttt] {
    font-size: 1.2rem;
    font-weight: 400;
    font-family: 'Libre Baskerville', serif;
    font-style: italic;
    opacity: 0.92;
    margin: 0 0 2px;
    line-height: 1.4;
    letter-spacing: 0.01em;
}

.hp-card__btn[b-s8yj8ozttt] {
    display: inline-block;
    margin-top: 12px;
    padding: 7px 20px;
    background: rgba(255, 255, 255, 0.18);
    border: 1px solid rgba(255, 255, 255, 0.55);
    color: #fff;
    font-size: 0.8rem;
    font-family: var(--font-base);
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 2px;
    backdrop-filter: blur(4px);
    transition: background 0.2s;
    width: fit-content;
    pointer-events: auto;
}

.hp-card__btn:hover[b-s8yj8ozttt] {
    background: rgba(255, 255, 255, 0.32);
    color: #fff;
}

/* ─── Clickable card (cover-link) ─── */
.hp-card__cover-link[b-s8yj8ozttt] {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.hp-card--link[b-s8yj8ozttt] {
    cursor: pointer;
}

.hp-card--link:hover[b-s8yj8ozttt] {
    z-index: 2;
}

.hp-card--link:hover .hp-card__overlay[b-s8yj8ozttt] {
    opacity: 1;
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.72) 0%,
        rgba(0, 0, 0, 0.10) 60%
    );
}

/* ─── Products slot ─── */
.hp-products-slot[b-s8yj8ozttt] {
    background: transparent;
    min-width: 0;
    overflow: hidden;
}

/* ─── HTML item ─── */
.hp-html-item[b-s8yj8ozttt] {
    overflow: hidden;
}

/* ═══════════════════════════════════════════════
   Mobile Banner
   ═══════════════════════════════════════════════ */
.mobile-banner[b-s8yj8ozttt] {
    display: none;
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #f0f0f0;
}

.mobile-banner__slides[b-s8yj8ozttt] {
    position: relative;
    width: 100%;
}

.mobile-banner__slide[b-s8yj8ozttt] {
    display: none;
    width: 100%;
}

.mobile-banner__slide--active[b-s8yj8ozttt] {
    display: block;
}

.mobile-banner__slide img[b-s8yj8ozttt] {
    width: 100%;
    height: auto;
    display: block;
}

.mobile-banner__slide a[b-s8yj8ozttt] {
    display: block;
}

.mobile-banner__loading[b-s8yj8ozttt] {
    height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* ═══════════════════════════════════════════════
   Responsive – Tablet (768px – 1023px)
   ═══════════════════════════════════════════════ */
@media (min-width: 768px) and (max-width: 1023px) {
    .hp-layouts[b-s8yj8ozttt] {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        margin-top: 3rem;
        gap: 2rem;
    }

    .hp-layout__title[b-s8yj8ozttt] {
        font-size: 2.4rem;
        padding: 0 0.75rem;
    }

    .hp-layout__description[b-s8yj8ozttt] {
        font-size: 1.25rem;
        padding: 0 0.75rem;
    }

    .hp-layout__header[b-s8yj8ozttt] {
        margin-bottom: 2rem;
    }

    /* 2-sütunlu grid tablet için */
    .hp-grid[b-s8yj8ozttt] {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    .hp-grid > *[b-s8yj8ozttt] {
        grid-column: auto !important;
        grid-row: auto !important;
        min-height: 260px !important;
        min-width: 0 !important;
    }

    .hp-card__title[b-s8yj8ozttt] {
        font-size: 1.4rem;
    }

    .hp-card__desc[b-s8yj8ozttt] {
        font-size: 1rem;
    }
}

/* ═══════════════════════════════════════════════
   Responsive – Mobile (< 768px)
   ═══════════════════════════════════════════════ */
@media (max-width: 767px) {
    .hero-banner[b-s8yj8ozttt] {
        display: none;
    }

    .mobile-banner[b-s8yj8ozttt] {
        display: block;
    }

    .mobile-banner .hero-arrow[b-s8yj8ozttt] {
        width: 36px;
        height: 36px;
        font-size: 0.9rem;
    }

    .mobile-banner .hero-arrow--prev[b-s8yj8ozttt] {
        left: 0.75rem;
    }

    .mobile-banner .hero-arrow--next[b-s8yj8ozttt] {
        right: 0.75rem;
    }

    .mobile-banner .hero-dots[b-s8yj8ozttt] {
        bottom: 0.75rem;
    }

    /* ── Layouts ── */
    .hp-layouts[b-s8yj8ozttt] {
        margin-top: 1.75rem;
        padding-left: 0.85rem;
        padding-right: 0.85rem;
        gap: 1.5rem;
        padding-bottom: 2rem;
    }

    .hp-layout__header[b-s8yj8ozttt] {
        margin-bottom: 1.25rem;
    }

    .hp-layout__title[b-s8yj8ozttt] {
        font-size: 1.7rem;
        padding: 0 0.25rem;
    }

    .hp-layout__description[b-s8yj8ozttt] {
        font-size: 0.95rem;
        padding: 0 0.25rem;
    }

    /* ── Grid: tek sütuna düşür, inline style'ları ezip ── */
    .hp-grid[b-s8yj8ozttt] {
        grid-template-columns: 1fr !important;
        gap: 8px;
    }

    .hp-grid > *[b-s8yj8ozttt] {
        grid-column: 1 / -1 !important;
        grid-row: auto !important;
        min-height: 200px !important;
        min-width: 0 !important;
    }

    /* ── Card içeriği ── */
    .hp-card__title[b-s8yj8ozttt] {
        font-size: 1.1rem;
    }

    .hp-card__desc[b-s8yj8ozttt] {
        font-size: 0.88rem;
    }

    .hp-card__body[b-s8yj8ozttt] {
        padding: 12px 14px;
    }

    .hp-card__btn[b-s8yj8ozttt] {
        font-size: 0.72rem;
        padding: 6px 14px;
        margin-top: 8px;
    }

    /* ── Products slot ── */
    .hp-products-slot[b-s8yj8ozttt] {
        min-height: auto !important;
    }

    /* ── Products section ── */
    .hp-products-section[b-s8yj8ozttt] {
        padding: 0 0.5rem;
    }
}
/* /Components/Pages/ProductDetail.razor.rz.scp.css */
/* ═══════════════════════════════════════════════
   Product Detail
   ═══════════════════════════════════════════════ */
.pd[b-frs95likqp] {
    margin: 0 auto;
    padding: 2.5rem;
}

/* ─── Loading / Not Found ─── */
.pd__loading[b-frs95likqp],
.pd__not-found[b-frs95likqp] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 400px;
    gap: 1rem;
}

.pd__spinner[b-frs95likqp] {
    width: 36px;
    height: 36px;
    border: 3px solid rgba(26, 26, 26, 0.12);
    border-top-color: #1a1a1a;
    border-radius: 50%;
    animation: pdSpin-b-frs95likqp 0.7s linear infinite;
}

@keyframes pdSpin-b-frs95likqp {
    to {
        transform: rotate(360deg);
    }
}

.pd__not-found i[b-frs95likqp] {
    font-size: 3rem;
    color: #d0d0d0;
}

.pd__not-found h2[b-frs95likqp] {
    font-size: 1.3rem;
    font-weight: 600;
    color: var(--color-primary, #1a1a1a);
    margin: 0;
}

.pd__back-btn[b-frs95likqp] {
    background: #1a1a1a;
    color: #fff;
    text-decoration: none;
    padding: 10px 28px;
    font-size: 0.85rem;
    font-weight: 600;
    transition: background 0.2s ease;
}

    .pd__back-btn:hover[b-frs95likqp] {
        background: #333;
        color: #fff;
    }

/* ─── Breadcrumb ─── */
.pd__breadcrumb[b-frs95likqp] {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 4px;
    padding: 0.6rem 0 1.4rem;
    font-size: 0.78rem;
    color: #aaa;
}

.pd__breadcrumb-item[b-frs95likqp] {
    color: #888;
    text-decoration: none;
    white-space: nowrap;
    transition: color 0.15s ease;
}

    .pd__breadcrumb-item:hover[b-frs95likqp] {
        color: var(--color-primary, #1a1a1a);
    }

.pd__breadcrumb-item--current[b-frs95likqp] {
    color: var(--color-primary, #1a1a1a);
    font-weight: 500;
    pointer-events: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 240px;
}

.pd__breadcrumb-sep[b-frs95likqp] {
    font-size: 0.6rem;
    color: #ccc;
    display: flex;
    align-items: center;
}

/* ─── Main Layout ─── */
.pd__main[b-frs95likqp] {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 3rem;
    margin-bottom: 3rem;
}

@media (max-width: 900px) {
    .pd__main[b-frs95likqp] {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .pd__gallery[b-frs95likqp] {
        position: static;
    }
}

/* ═══════════════════════════════════════════════
   Gallery
   ═══════════════════════════════════════════════ */

/* Stretches to full grid-row height — gives sticky its scrolling room */
.pd__gallery-col[b-frs95likqp] {
    min-height: 0;
    position: relative;
}

.pd__gallery[b-frs95likqp] {
    display: flex;
    gap: 14px;
}

.pd__thumbs[b-frs95likqp] {
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex-shrink: 0;
    width: 80px;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: thin;
    scrollbar-color: #ddd transparent;
    /* height constrained by flex parent / aspect-ratio of main image */
    max-height: min(500px, 55vh);
    align-self: flex-start;
}

    .pd__thumbs[b-frs95likqp]::-webkit-scrollbar {
        width: 3px;
    }

    .pd__thumbs[b-frs95likqp]::-webkit-scrollbar-thumb {
        background: #ddd;
        border-radius: 2px;
    }

.pd__thumb[b-frs95likqp] {
    width: 80px;
    height: 100px;
    flex-shrink: 0;
    border: 2px solid transparent;
    background: #f5f5f5;
    cursor: pointer;
    overflow: hidden;
    padding: 0;
    transition: border-color 0.2s ease, opacity 0.2s ease;
    opacity: 0.6;
}

    .pd__thumb:hover[b-frs95likqp] {
        opacity: 0.85;
    }

.pd__thumb--active[b-frs95likqp] {
    border-color: #1a1a1a;
    opacity: 1;
}

.pd__thumb img[b-frs95likqp] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ─── Main Image ─── */
.pd__main-img-wrap[b-frs95likqp] {
    flex: 1;
    position: relative;
    overflow: visible;
    background: #f7f7f7;
    cursor: crosshair;
    aspect-ratio: 3 / 4;
    border: 1px solid #ebebeb;
    max-height: min(500px, 55vh);
}

.pd__main-img[b-frs95likqp] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.55s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transform-origin: center center;
    will-change: transform;
}

/* scale-on-hover removed – magnifier JS handles zoom */

.pd__main-img--slide[b-frs95likqp] {
    animation: pdSlideIn-b-frs95likqp 0.3s ease both;
}

@keyframes pdSlideIn-b-frs95likqp {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.pd__main-img--placeholder[b-frs95likqp] {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 4rem;
    color: #d0d0d0;
}

.pd__zoom-hint[b-frs95likqp] {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: rgba(255, 255, 255, 0.88);
    backdrop-filter: blur(4px);
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.72rem;
    color: #666;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
    z-index: 5;
}

.pd__main-img-wrap:hover .pd__zoom-hint[b-frs95likqp] {
    opacity: 0.8;
}

/* ═══════════════════════════════════════════════
   Product Info
   ═══════════════════════════════════════════════ */
.pd__info[b-frs95likqp] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.pd__brand[b-frs95likqp] {
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    color: #888;
}

.pd__title[b-frs95likqp] {
    font-size: 1.6rem;
    font-weight: 700;
    color: var(--color-primary, #1a1a1a);
    line-height: 1.25;
    margin: 0;
}

.pd__price-area[b-frs95likqp] {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 0.25rem;
}

.pd__price[b-frs95likqp] {
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--color-primary, #1a1a1a);
}

.pd__price--sale[b-frs95likqp] {
    color: var(--color-accent, #ff5733);
}

.pd__old-price[b-frs95likqp] {
    font-size: 1.1rem;
    color: #999;
    text-decoration: line-through;
}

.pd__discount-tag[b-frs95likqp] {
    background: var(--color-accent, #ff5733);
    color: #fff;
    font-size: 0.72rem;
    font-weight: 700;
    padding: 3px 8px;
    border-radius: 4px;
}

.pd__points[b-frs95likqp] {
    font-size: 0.82rem;
    color: #888;
    display: flex;
    align-items: center;
    gap: 4px;
}

    .pd__points i[b-frs95likqp] {
        font-size: 0.7rem;
        color: #f0ad4e;
    }

.pd__short-desc[b-frs95likqp] {
    font-size: 0.9rem;
    color: #666;
    line-height: 1.65;
    margin: 0.5rem 0 0;
}

/* ─── Actions ─── */
.pd__actions[b-frs95likqp] {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 1rem;
    flex-wrap: wrap;
}

.pd__qty-control[b-frs95likqp] {
    display: inline-flex;
    align-items: center;
    border: 2px solid #e0e0e0;
    border-radius: 6px;
    overflow: hidden;
}

.pd__qty-btn[b-frs95likqp] {
    width: 44px;
    height: 44px;
    border: none;
    background: #fff;
    cursor: pointer;
    font-size: 1.15rem;
    color: #555;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    transition: background 0.15s ease, color 0.15s ease;
}

    .pd__qty-btn:hover[b-frs95likqp] {
        background: #f5f5f5;
        color: #1a1a1a;
    }

.pd__qty-value[b-frs95likqp] {
    width: 48px;
    text-align: center;
    font-size: 1rem;
    font-weight: 600;
    color: var(--color-primary, #1a1a1a);
    border-left: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
    line-height: 44px;
}

.pd__add-cart-btn[b-frs95likqp] {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #1a1a1a;
    color: #fff;
    border: none;
    padding: 0 32px;
    height: 48px;
    font-family: var(--font-base);
    font-size: 0.88rem;
    font-weight: 600;
    letter-spacing: 0.03em;
    cursor: pointer;
    transition: background 0.2s ease, transform 0.15s ease;
}

    .pd__add-cart-btn:hover[b-frs95likqp] {
        background: #333;
        transform: translateY(-1px);
    }

.pd__fav-btn[b-frs95likqp] {
    width: 48px;
    height: 48px;
    border: 2px solid #e0e0e0;
    border-radius: 6px;
    background: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.15rem;
    color: #555;
    transition: border-color 0.2s ease, color 0.2s ease;
}

    .pd__fav-btn:hover[b-frs95likqp] {
        border-color: #1a1a1a;
        color: #1a1a1a;
    }

.pd__fav-btn--active[b-frs95likqp] {
    border-color: #e74c3c;
    color: #e74c3c;
}

/* ─── Meta ─── */
.pd__meta[b-frs95likqp] {
    margin-top: 0.5rem;
    border-top: 1px solid #f0f0f0;
    padding-top: 1rem;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 6px 16px;
    align-items: baseline;
}

.pd__meta-row[b-frs95likqp] {
    display: contents;
    font-size: 0.82rem;
}

    .pd__meta-row > *[b-frs95likqp] {
        font-size: 0.82rem;
        color: #888;
        line-height: 1.6;
    }

.pd__meta-label[b-frs95likqp] {
    font-weight: 600;
    color: #555;
    white-space: nowrap;
}

.pd__meta-brand-link[b-frs95likqp] {
    color: #555;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.15s ease;
}

    .pd__meta-brand-link:hover[b-frs95likqp] {
        color: var(--color-primary, #1a1a1a);
    }

/* ═══════════════════════════════════════════════
   Description Section (inside info panel)
   ═══════════════════════════════════════════════ */
.pd__desc-section[b-frs95likqp] {
    margin-top: 1.25rem;
    border-top: 1px solid #f0f0f0;
    padding-top: 1.25rem;
}

.pd__desc-title[b-frs95likqp] {
    font-size: 0.9rem;
    font-family: 'Libre Baskerville', serif;
    letter-spacing: 0.08em;
    margin-bottom: 0.875rem !important;
    font-weight: 600 !important;
    text-transform: uppercase;
    color: #555;
}

.pd__desc-content[b-frs95likqp] {
    font-size: 0.9rem;
    line-height: 1.8;
    color: #444;
}

    .pd__desc-content h1[b-frs95likqp],
    .pd__desc-content h2[b-frs95likqp],
    .pd__desc-content h3[b-frs95likqp],
    .pd__desc-content h4[b-frs95likqp] {
        color: var(--color-primary, #1a1a1a);
        margin-top: 1.5rem;
        margin-bottom: 0.5rem;
    }

    .pd__desc-content p[b-frs95likqp] {
        margin: 0 0 1rem;
    }

    .pd__desc-content img[b-frs95likqp] {
        max-width: 100%;
        border-radius: 4px;
    }

/* ═══════════════════════════════════════════════
   Related Products
   ═══════════════════════════════════════════════ */
.pd__related[b-frs95likqp] {
    margin-top: 3rem;
}

.pd__related-title[b-frs95likqp] {
    font-size: 1.8rem;
    font-weight: 400;
    color: var(--color-primary, #1a1a1a);
    margin: 2.5rem 0 3.5rem;
    text-align: center;
    font-family: 'Libre Baskerville', serif; 
}

.pd__related-grid[b-frs95likqp] {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}

@media (max-width: 1200px) {
    .pd__related-grid[b-frs95likqp] {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 768px) {
    .pd__related-grid[b-frs95likqp] {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }
}

/* ═══════════════════════════════════════════════
   Lightbox
   ═══════════════════════════════════════════════ */
    .pd-lightbox[b-frs95likqp] {
        position: fixed;
        inset: 0;
        z-index: 2000;
        background: rgba(0, 0, 0, 0.92);
        display: flex;
        align-items: center;
        justify-content: center;
        animation: pdLbIn-b-frs95likqp 0.25s ease both;
    }

    @keyframes pdLbIn-b-frs95likqp {
        from {
            opacity: 0;
        }

        to {
            opacity: 1;
        }
    }

    .pd-lightbox__inner[b-frs95likqp] {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 1.25rem;
        max-width: 90vw;
        max-height: 90vh;
    }

    .pd-lightbox__img[b-frs95likqp] {
        max-width: 70vw;
        max-height: 70vh;
        object-fit: contain;
        border-radius: 4px;
        background: #fff;
        padding: 8px;
    }

    .pd-lightbox__close[b-frs95likqp] {
        position: absolute;
        top: -40px;
        right: -10px;
        background: none;
        border: none;
        color: #fff;
        font-size: 1.5rem;
        cursor: pointer;
        opacity: 0.7;
        transition: opacity 0.2s ease;
        padding: 4px;
    }

        .pd-lightbox__close:hover[b-frs95likqp] {
            opacity: 1;
        }

    .pd-lightbox__prev[b-frs95likqp],
    .pd-lightbox__next[b-frs95likqp] {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background: rgba(255, 255, 255, 0.12);
        border: none;
        color: #fff;
        width: 44px;
        height: 44px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.2rem;
        cursor: pointer;
        transition: background 0.2s ease;
    }

        .pd-lightbox__prev:hover[b-frs95likqp],
        .pd-lightbox__next:hover[b-frs95likqp] {
            background: rgba(255, 255, 255, 0.25);
        }

    .pd-lightbox__prev[b-frs95likqp] {
        left: -60px;
    }

    .pd-lightbox__next[b-frs95likqp] {
        right: -60px;
    }

    .pd-lightbox__thumbs[b-frs95likqp] {
        display: flex;
        gap: 8px;
        justify-content: center;
        flex-wrap: wrap;
    }

    .pd-lightbox__thumb[b-frs95likqp] {
        width: 56px;
        height: 70px;
        border: 2px solid transparent;
        background: #fff;
        cursor: pointer;
        overflow: hidden;
        padding: 0;
        opacity: 0.5;
        transition: opacity 0.2s ease, border-color 0.2s ease;
    }

        .pd-lightbox__thumb:hover[b-frs95likqp] {
            opacity: 0.8;
        }

    .pd-lightbox__thumb--active[b-frs95likqp] {
        border-color: #fff;
        opacity: 1;
    }

    .pd-lightbox__thumb img[b-frs95likqp] {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    /* ═══════════════════════════════════════════════
   Dark Mode
   ═══════════════════════════════════════════════ */
    :global(html[data-theme="dark"]) .pd__spinner[b-frs95likqp] {
        border-color: rgba(232, 232, 232, 0.12);
        border-top-color: #e8e8e8;
    }

    :global(html[data-theme="dark"]) .pd__not-found i[b-frs95likqp] {
        color: #555;
    }

    :global(html[data-theme="dark"]) .pd__not-found h2[b-frs95likqp] {
        color: #e8e8e8;
    }

    :global(html[data-theme="dark"]) .pd__back-btn[b-frs95likqp] {
        background: #e8e8e8;
        color: #141414;
    }

    :global(html[data-theme="dark"]) .pd__thumbs[b-frs95likqp] {
        scrollbar-color: #3a3a3a transparent;
    }

        :global(html[data-theme="dark"]) .pd__thumbs[b-frs95likqp]::-webkit-scrollbar-thumb {
            background: #3a3a3a;
        }

    :global(html[data-theme="dark"]) .pd__thumb[b-frs95likqp] {
        background: #252525;
        border-color: #333;
    }

    :global(html[data-theme="dark"]) .pd__thumb--active[b-frs95likqp] {
        border-color: #e8e8e8;
    }

    :global(html[data-theme="dark"]) .pd__main-img-wrap[b-frs95likqp] {
        background: #252525;
        border-color: #333;
    }

    :global(html[data-theme="dark"]) .pd__main-img--placeholder[b-frs95likqp] {
        color: #555;
    }

    :global(html[data-theme="dark"]) .pd__zoom-hint[b-frs95likqp] {
        background: rgba(20, 20, 20, 0.88);
        color: #d0d0d0;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
    }

    :global(html[data-theme="dark"]) .pd__brand[b-frs95likqp] {
        color: #999;
    }

    :global(html[data-theme="dark"]) .pd__title[b-frs95likqp] {
        color: #e8e8e8;
    }

    :global(html[data-theme="dark"]) .pd__price[b-frs95likqp] {
        color: #e8e8e8;
    }

    :global(html[data-theme="dark"]) .pd__old-price[b-frs95likqp] {
        color: #777;
    }

    :global(html[data-theme="dark"]) .pd__points[b-frs95likqp] {
        color: #999;
    }

    :global(html[data-theme="dark"]) .pd__short-desc[b-frs95likqp] {
        color: #aaa;
    }

    :global(html[data-theme="dark"]) .pd__qty-control[b-frs95likqp] {
        border-color: #3a3a3a;
    }

    :global(html[data-theme="dark"]) .pd__qty-btn[b-frs95likqp] {
        background: #2a2a2a;
        color: #ccc;
    }

        :global(html[data-theme="dark"]) .pd__qty-btn:hover[b-frs95likqp] {
            background: #333;
            color: #fff;
        }

    :global(html[data-theme="dark"]) .pd__qty-value[b-frs95likqp] {
        color: #e8e8e8;
        border-color: #3a3a3a;
    }

    :global(html[data-theme="dark"]) .pd__add-cart-btn[b-frs95likqp] {
        background: #e8e8e8;
        color: #141414;
    }

        :global(html[data-theme="dark"]) .pd__add-cart-btn:hover[b-frs95likqp] {
            background: #fff;
        }

    :global(html[data-theme="dark"]) .pd__fav-btn[b-frs95likqp] {
        border-color: #3a3a3a;
        background: #2a2a2a;
        color: #ccc;
    }

        :global(html[data-theme="dark"]) .pd__fav-btn:hover[b-frs95likqp] {
            border-color: #e8e8e8;
            color: #e8e8e8;
        }

    :global(html[data-theme="dark"]) .pd__fav-btn--active[b-frs95likqp] {
        border-color: #e74c3c;
        color: #e74c3c;
    }

    :global(html[data-theme="dark"]) .pd__meta-row[b-frs95likqp] {
        color: #888;
    }

    :global(html[data-theme="dark"]) .pd__meta-label[b-frs95likqp] {
        color: #aaa;
    }

    :global(html[data-theme="dark"]) .pd__desc-section[b-frs95likqp] {
        background: #111;
        border-top: 1px solid #2a2a2a;
        border-bottom: 1px solid #2a2a2a;
    }

    :global(html[data-theme="dark"]) .pd__desc-content[b-frs95likqp] {
        color: #c0c0c0;
    }

        :global(html[data-theme="dark"]) .pd__desc-content h1[b-frs95likqp],
        :global(html[data-theme="dark"]) .pd__desc-content h2[b-frs95likqp],
        :global(html[data-theme="dark"]) .pd__desc-content h3[b-frs95likqp],
        :global(html[data-theme="dark"]) .pd__desc-content h4[b-frs95likqp] {
            color: #efefef;
        }

        :global(html[data-theme="dark"]) .pd__desc-content p[b-frs95likqp],
        :global(html[data-theme="dark"]) .pd__desc-content li[b-frs95likqp],
        :global(html[data-theme="dark"]) .pd__desc-content td[b-frs95likqp] {
            color: #c0c0c0;
        }

        :global(html[data-theme="dark"]) .pd__desc-content a[b-frs95likqp] {
            color: #90b4d8;
        }

    :global(html[data-theme="dark"]) .pd__related-title[b-frs95likqp] {
        color: #e8e8e8;
    }

    :global(html[data-theme="dark"]) .pd-lightbox__img[b-frs95likqp] {
        background: #1e1e1e;
    }

    :global(html[data-theme="dark"]) .pd-lightbox__thumb[b-frs95likqp] {
        background: #1e1e1e;
    }
/* /Components/Pages/Profile.razor.rz.scp.css */
/* ═══════════════════════════════════════════════
   Profile Page  (.pf-*)
   ═══════════════════════════════════════════════ */

.pf-page[b-geevpuod4z] {
    margin: 0 auto;
    padding: 2rem 1.5rem 4rem;
}

.pf-title[b-geevpuod4z] {
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 2rem;
    color: var(--color-text, #1a1a1a);
}

/* ─── Loading ─── */
.pf-loading[b-geevpuod4z] {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 300px;
}

.pf-loading--inline[b-geevpuod4z] {
    min-height: 120px;
}

.pf-spinner[b-geevpuod4z] {
    width: 36px;
    height: 36px;
    border: 3px solid #e5e7eb;
    border-top-color: var(--color-primary, #2563eb);
    border-radius: 50%;
    animation: pf-spin-b-geevpuod4z 0.7s linear infinite;
}

@keyframes pf-spin-b-geevpuod4z {
    to { transform: rotate(360deg); }
}

/* ─── Empty state ─── */
.pf-empty[b-geevpuod4z] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
    padding: 3rem 1rem;
    color: #9ca3af;
    text-align: center;
}

.pf-empty__icon[b-geevpuod4z] {
    font-size: 2.5rem;
}

.pf-empty p[b-geevpuod4z] {
    font-size: 0.95rem;
    margin: 0;
}

/* ─── Tabs ─── */
.pf-tabs[b-geevpuod4z] {
    display: flex;
    gap: 0.25rem;
    border-bottom: 2px solid #e5e7eb;
    margin-bottom: 2rem;
    overflow-x: auto;
    scrollbar-width: none;
}

.pf-tabs[b-geevpuod4z]::-webkit-scrollbar {
    display: none;
}

.pf-tab[b-geevpuod4z] {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.65rem 1.2rem;
    font-size: 0.9rem;
    font-weight: 500;
    color: #6b7280;
    background: none;
    border: none;
    border-bottom: 2px solid transparent;
    margin-bottom: -2px;
    cursor: pointer;
    white-space: nowrap;
    transition: color 0.15s, border-color 0.15s;
}

.pf-tab:hover[b-geevpuod4z] {
    color: var(--color-primary, #2563eb);
}

.pf-tab--active[b-geevpuod4z] {
    color: var(--color-primary, #2563eb);
    border-bottom-color: var(--color-primary, #2563eb);
}

/* ─── Content ─── */
.pf-content[b-geevpuod4z] {
    animation: pf-fadein-b-geevpuod4z 0.2s ease;
}

@keyframes pf-fadein-b-geevpuod4z {
    from { opacity: 0; transform: translateY(4px); }
    to   { opacity: 1; transform: translateY(0); }
}

/* ─── Orders ─── */
.pf-order-list[b-geevpuod4z] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.pf-order[b-geevpuod4z] {
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    overflow: hidden;
    transition: box-shadow 0.15s;
}

.pf-order:hover[b-geevpuod4z] {
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}

.pf-order--expanded[b-geevpuod4z] {
    border-color: var(--color-primary, #2563eb);
}

.pf-order-head[b-geevpuod4z] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1.25rem;
    background: none;
    border: none;
    width: 100%;
    cursor: pointer;
    text-align: left;
    gap: 1rem;
}

.pf-order-head__left[b-geevpuod4z] {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}

.pf-order-no[b-geevpuod4z] {
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--color-text, #1a1a1a);
}

.pf-order-date[b-geevpuod4z] {
    font-size: 0.8rem;
    color: #9ca3af;
}

.pf-order-head__right[b-geevpuod4z] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-shrink: 0;
}

.pf-order-status[b-geevpuod4z] {
    display: inline-block;
    padding: 0.25rem 0.65rem;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 600;
}

.pf-order-status--pending[b-geevpuod4z] {
    background: #fef3c7;
    color: #92400e;
}

.pf-order-status--shipped[b-geevpuod4z] {
    background: #dbeafe;
    color: #1e40af;
}

.pf-order-status--delivered[b-geevpuod4z] {
    background: #d1fae5;
    color: #065f46;
}

.pf-order-status--canceled[b-geevpuod4z] {
    background: #fee2e2;
    color: #991b1b;
}

.pf-order-status--failed[b-geevpuod4z] {
    background: #fce7f3;
    color: #9d174d;
}

.pf-order-total[b-geevpuod4z] {
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--color-text, #1a1a1a);
}

.pf-order-chevron[b-geevpuod4z] {
    font-size: 0.9rem;
    color: #9ca3af;
    transition: transform 0.2s;
}

/* ─── Order body ─── */
.pf-order-body[b-geevpuod4z] {
    padding: 0 1.5rem 1.25rem;
    border-top: 1px solid #e5e7eb;
}

.pf-order-item[b-geevpuod4z] {
    display: grid;
    grid-template-columns: 72px 1fr auto;
    gap: 1rem;
    padding: 1rem 0;
    border-bottom: 1px solid #f3f4f6;
    align-items: start;
    width: 100%;
}

.pf-order-item:last-of-type[b-geevpuod4z] {
    border-bottom: none;
}

.pf-order-item__img[b-geevpuod4z] {
    width: 64px;
    height: 64px;
    border-radius: 6px;
    overflow: hidden;
    background: #f9fafb;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #d1d5db;
    font-size: 1.4rem;
}

.pf-order-item__img img[b-geevpuod4z] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pf-order-item__info[b-geevpuod4z] {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    flex: 1;
    min-width: 0;
}

.pf-order-item__title[b-geevpuod4z] {
    font-size: 0.9rem;
    font-weight: 500;
    color: var(--color-text, #1a1a1a);
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

a.pf-order-item__title:hover[b-geevpuod4z] {
    text-decoration: underline;
    color: var(--color-primary, #2563eb);
}

.pf-order-item__code[b-geevpuod4z] {
    font-size: 0.75rem;
    color: #9ca3af;
}

.pf-order-item__meta[b-geevpuod4z] {
    display: flex;
    gap: 0.75rem;
    align-items: center;
    font-size: 0.85rem;
    margin-top: 0.15rem;
}

.pf-order-item__qty[b-geevpuod4z] {
    color: #6b7280;
}

.pf-order-item__price[b-geevpuod4z] {
    font-weight: 600;
    color: var(--color-text, #1a1a1a);
}

.pf-order-item__shipments[b-geevpuod4z] {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
    justify-self: end;
    text-align: right;
}

.pf-shipment[b-geevpuod4z] {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.78rem;
}

.pf-shipment__icon[b-geevpuod4z] {
    color: var(--color-primary, #2563eb);
}

.pf-shipment__company[b-geevpuod4z] {
    color: #6b7280;
}

.pf-shipment__track[b-geevpuod4z] {
    font-weight: 500;
    color: var(--color-primary, #2563eb);
    text-decoration: none;
}

a.pf-shipment__track:hover[b-geevpuod4z] {
    text-decoration: underline;
}

.pf-shipment__delivered[b-geevpuod4z] {
    display: inline-flex;
    align-items: center;
    gap: 0.2rem;
    font-size: 0.72rem;
    font-weight: 600;
    color: #16a34a;
    white-space: nowrap;
}

.pf-shipment__delivered i[b-geevpuod4z] {
    font-size: 0.72rem;
}

.pf-order-item__cargo-status[b-geevpuod4z] {
    grid-column: 1 / -1;
    display: flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.78rem;
    color: #6b7280;
    padding: 0.3rem 0 0.1rem;
}

.pf-cargo-status__icon[b-geevpuod4z] {
    font-size: 0.82rem;
    flex-shrink: 0;
    color: var(--color-primary, #2563eb);
}

.pf-cargo-status__icon.bi-check-circle-fill[b-geevpuod4z] {
    color: #16a34a;
}

.pf-cargo-status__icon.bi-clock[b-geevpuod4z] {
    color: #f59e0b;
}

.pf-cargo-status__icon.bi-box-seam[b-geevpuod4z] {
    color: #6b7280;
}

.pf-order-footer__points[b-geevpuod4z] {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    font-weight: 500;
    color: #6b7280;
}

.pf-order-footer__points i[b-geevpuod4z] {
    font-size: 0.65rem;
    color: #f0ad4e;
}

/* ─── Order footer ─── */
.pf-order-footer[b-geevpuod4z] {
    padding-top: 0.75rem;
    border-top: 1px solid #f3f4f6;
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

.pf-order-footer__row[b-geevpuod4z] {
    display: flex;
    justify-content: space-between;
    font-size: 0.85rem;
    color: #6b7280;
}

.pf-order-footer__row--total[b-geevpuod4z] {
    font-size: 0.95rem;
    color: var(--color-text, #1a1a1a);
    font-weight: 600;
    margin-top: 0.2rem;
}

.pf-loadmore-wrap[b-geevpuod4z] {
    display: flex;
    justify-content: center;
    padding-top: 1.25rem;
}

.pf-loadmore-btn[b-geevpuod4z] {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.6rem 1.6rem;
    border: 1.5px solid #d1d5db;
    border-radius: 8px;
    background: none;
    color: var(--color-text, #1a1a1a);
    font-size: 0.88rem;
    font-weight: 500;
    cursor: pointer;
    transition: border-color 0.15s, background 0.15s;
}

.pf-loadmore-btn:hover[b-geevpuod4z] {
    border-color: var(--color-primary, #2563eb);
    background: #eff6ff;
    color: var(--color-primary, #2563eb);
}

/* ─── Address section ─── */
.pf-addr-section[b-geevpuod4z] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.pf-addr-list[b-geevpuod4z] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 1rem;
}

.pf-addr-card[b-geevpuod4z] {
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    padding: 1rem 1.1rem;
    transition: border-color 0.15s, box-shadow 0.15s;
}

.pf-addr-card:hover[b-geevpuod4z] {
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}

.pf-addr-card--active[b-geevpuod4z] {
    border-color: var(--color-primary, #2563eb);
}

.pf-addr-card__header[b-geevpuod4z] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.6rem;
}

.pf-addr-card__name[b-geevpuod4z] {
    font-weight: 600;
    font-size: 0.9rem;
    color: var(--color-text, #1a1a1a);
}

.pf-addr-edit-btn[b-geevpuod4z] {
    background: none;
    border: none;
    cursor: pointer;
    color: var(--color-primary, #2563eb);
    padding: 0.2rem 0.35rem;
    border-radius: 4px;
    font-size: 0.9rem;
    transition: background 0.15s;
}

.pf-addr-edit-btn:hover[b-geevpuod4z] {
    background: #eff6ff;
}

.pf-addr-card__body[b-geevpuod4z] {
    font-size: 0.83rem;
    color: #6b7280;
    line-height: 1.7;
}

.pf-addr-card__body p[b-geevpuod4z] {
    margin: 0;
}

/* ─── Add address button ─── */
.pf-add-btn[b-geevpuod4z] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.6rem 1.1rem;
    border: 1.5px dashed #d1d5db;
    border-radius: 8px;
    background: none;
    color: var(--color-primary, #2563eb);
    font-size: 0.88rem;
    font-weight: 500;
    cursor: pointer;
    transition: border-color 0.15s, background 0.15s;
}

.pf-add-btn:hover[b-geevpuod4z] {
    border-color: var(--color-primary, #2563eb);
    background: #eff6ff;
}

/* ─── Address form ─── */
.pf-addr-form[b-geevpuod4z] {
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    padding: 1.5rem;
    background: var(--color-surface, #fff);
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.pf-addr-form__title[b-geevpuod4z] {
    font-size: 1rem;
    font-weight: 600;
    margin: 0 0 0.25rem;
    color: var(--color-text, #1a1a1a);
}

/* ─── Form fields ─── */
.pf-field[b-geevpuod4z] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.pf-field-row[b-geevpuod4z] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

@media (max-width: 560px) {
    .pf-field-row[b-geevpuod4z] {
        grid-template-columns: 1fr;
    }
}

.pf-label[b-geevpuod4z] {
    font-size: 0.82rem;
    font-weight: 500;
    color: #374151;
}

.pf-label small[b-geevpuod4z] {
    font-weight: 400;
    color: #9ca3af;
}

.pf-input[b-geevpuod4z],
.pf-select[b-geevpuod4z] {
    padding: 0.55rem 0.75rem;
    border: 1px solid #d1d5db;
    border-radius: 7px;
    font-size: 0.88rem;
    background: var(--color-surface, #fff);
    color: var(--color-text, #1a1a1a);
    transition: border-color 0.15s, box-shadow 0.15s;
    width: 100%;
    box-sizing: border-box;
}

.pf-input:focus[b-geevpuod4z],
.pf-select:focus[b-geevpuod4z] {
    outline: none;
    border-color: var(--color-primary, #2563eb);
    box-shadow: 0 0 0 3px rgba(37,99,235,0.1);
}

/* ─── Input group (eye button) ─── */
.pf-input-group[b-geevpuod4z] {
    position: relative;
    display: flex;
    align-items: center;
}

.pf-input-group .pf-input[b-geevpuod4z] {
    padding-right: 2.5rem;
}

.pf-eye-btn[b-geevpuod4z] {
    position: absolute;
    right: 0.6rem;
    background: none;
    border: none;
    cursor: pointer;
    color: #9ca3af;
    font-size: 1rem;
    padding: 0.2rem;
    line-height: 1;
}

.pf-eye-btn:hover[b-geevpuod4z] {
    color: #6b7280;
}

/* ─── Save button ─── */
.pf-save-btn[b-geevpuod4z] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    padding: 0.7rem 1.6rem;
    background: var(--color-primary, #2563eb);
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
    transition: opacity 0.15s;
    align-self: flex-start;
    min-width: 150px;
}

.pf-save-btn:hover:not(:disabled)[b-geevpuod4z] {
    opacity: 0.88;
}

.pf-save-btn:disabled[b-geevpuod4z] {
    opacity: 0.6;
    cursor: not-allowed;
}

.pf-btn-spinner[b-geevpuod4z] {
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 2px solid rgba(255,255,255,0.4);
    border-top-color: #fff;
    border-radius: 50%;
    animation: pf-spin-b-geevpuod4z 0.6s linear infinite;
}

/* ─── Password section ─── */
.pf-pass-section[b-geevpuod4z] {
    display: flex;
    flex-direction: column;
    gap: 1.1rem;
    max-width: 440px;
}

.pf-pass-rules[b-geevpuod4z] {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

.pf-pass-rules li[b-geevpuod4z] {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    font-size: 0.82rem;
    color: #9ca3af;
    transition: color 0.2s;
}

.pf-pass-rule--ok[b-geevpuod4z] {
    color: #059669 !important;
}

/* ─── Address Modal ─── */
.pf-modal-overlay[b-geevpuod4z] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    animation: pf-fadein-b-geevpuod4z 0.15s ease;
}

.pf-modal[b-geevpuod4z] {
    background: var(--color-surface, #fff);
    border-radius: 14px;
    width: 100%;
    max-width: 560px;
    max-height: 90vh;
    display: flex;
    flex-direction: column;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}

.pf-modal-header[b-geevpuod4z] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.25rem 1.5rem;
    border-bottom: 1px solid #e5e7eb;
    flex-shrink: 0;
}

.pf-modal-title[b-geevpuod4z] {
    font-size: 1.05rem;
    font-weight: 700;
    margin: 0;
    color: var(--color-text, #1a1a1a);
}

.pf-modal-close[b-geevpuod4z] {
    background: none;
    border: none;
    cursor: pointer;
    color: #9ca3af;
    font-size: 1.1rem;
    padding: 0.3rem;
    border-radius: 6px;
    line-height: 1;
    transition: color 0.15s, background 0.15s;
}

.pf-modal-close:hover[b-geevpuod4z] {
    color: #374151;
    background: #f3f4f6;
}

.pf-modal-body[b-geevpuod4z] {
    padding: 1.5rem;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    flex: 1;
}

.pf-modal-footer[b-geevpuod4z] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.75rem;
    padding: 1rem 1.5rem;
    border-top: 1px solid #e5e7eb;
    flex-shrink: 0;
}

.pf-modal-cancel[b-geevpuod4z] {
    padding: 0.65rem 1.2rem;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    background: none;
    color: #374151;
    font-size: 0.88rem;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.15s, border-color 0.15s;
}

.pf-modal-cancel:hover[b-geevpuod4z] {
    background: #f3f4f6;
    border-color: #9ca3af;
}

.pf-modal-footer .pf-save-btn[b-geevpuod4z] {
    align-self: auto;
    min-width: 120px;
}

/* ─── Responsive ─── */
@media (max-width: 640px) {
    .pf-page[b-geevpuod4z] {
        padding: 1.25rem 1rem 3rem;
    }

    .pf-title[b-geevpuod4z] {
        font-size: 1.3rem;
        margin-bottom: 1.25rem;
    }

    .pf-tab span[b-geevpuod4z] {
        display: none;
    }

    .pf-tab[b-geevpuod4z] {
        padding: 0.65rem 1rem;
        font-size: 1.1rem;
    }

    .pf-order-head__right[b-geevpuod4z] {
        gap: 0.5rem;
    }

    .pf-order-status[b-geevpuod4z] {
        display: none;
    }

    .pf-addr-list[b-geevpuod4z] {
        grid-template-columns: 1fr;
    }

    .pf-modal[b-geevpuod4z] {
        max-height: 95vh;
        border-radius: 10px;
    }

    .pf-modal-body[b-geevpuod4z] {
        padding: 1.25rem 1rem;
    }
}

/* ─── Order addresses ─── */
.pf-order-addresses[b-geevpuod4z] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #e5e7eb;
}

.pf-order-addr[b-geevpuod4z] {
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 0.85rem 1rem;
}

.pf-order-addr__title[b-geevpuod4z] {
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #6b7280;
    margin-bottom: 0.5rem;
}

.pf-order-addr__body p[b-geevpuod4z] {
    font-size: 0.82rem;
    color: #374151;
    margin: 0 0 0.2rem;
    line-height: 1.4;
}

.pf-order-addr__body p:empty[b-geevpuod4z] {
    display: none;
}

.pf-order-addr-loading[b-geevpuod4z] {
    display: flex;
    justify-content: center;
    padding: 1rem 0;
}

.pf-spinner--sm[b-geevpuod4z] {
    width: 20px;
    height: 20px;
    border-width: 2px;
}

@media (max-width: 600px) {
    .pf-order-addresses[b-geevpuod4z] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Pages/Search.razor.rz.scp.css */
/* ═══════════════════════════════════════════════
   Search Page
   ═══════════════════════════════════════════════ */
.search-page[b-fv9w4c6gxc] {
    padding-top: 2.5rem;
}

.search-page__header[b-fv9w4c6gxc] {
    text-align: center;
    margin-bottom: 1.5rem;
    padding: 0 2.5rem;
}

.search-page__title[b-fv9w4c6gxc] {
    font-size: 1.75rem;
    font-weight: 500;
    font-family: var(--font-base);
    color: var(--color-primary, #1a1a1a);
    margin: 0;
}

.search-page__empty[b-fv9w4c6gxc] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 300px;
    gap: 1rem;
    color: #ccc;
}

.search-page__empty i[b-fv9w4c6gxc] {
    font-size: 3.5rem;
    opacity: 0.4;
}

.search-page__empty p[b-fv9w4c6gxc] {
    font-size: 0.95rem;
    margin: 0;
    color: #aaa;
}

:global(html[data-theme="dark"]) .search-page__empty[b-fv9w4c6gxc] {
    color: #555;
}

:global(html[data-theme="dark"]) .search-page__empty i[b-fv9w4c6gxc] {
    opacity: 0.3;
}

:global(html[data-theme="dark"]) .search-page__empty p[b-fv9w4c6gxc] {
    color: #666;
}
}
/* /Components/Shared/ProductCard.razor.rz.scp.css */
/* ═══════════════════════════════════════════════
   Product Card
   ═══════════════════════════════════════════════ */
.pcard[b-u2pnt2lr8w] {
    position: relative;
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 0;
    overflow: hidden;
    transition: box-shadow 0.3s ease;
}

.pcard:hover[b-u2pnt2lr8w] {
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
}

/* ─── Image Wrapper ─── */
.pcard__img-wrap[b-u2pnt2lr8w] {
    position: relative;
    display: block;
    aspect-ratio: 3 / 4;
    overflow: hidden;
    background: #fff;
    text-decoration: none;
    color: inherit;
}

/* ─── Product Image ─── */
.pcard__img[b-u2pnt2lr8w] {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    will-change: transform;
}

.pcard:hover .pcard__img[b-u2pnt2lr8w] {
    transform: scale(1.08);
}

.pcard__img--placeholder[b-u2pnt2lr8w] {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3rem;
    color: #d0d0d0;
    background: #f5f5f5;
}

/* ─── Brand Badge (top-left) ─── */
.pcard__brand-badge[b-u2pnt2lr8w] {
    position: absolute;
    top: 12px;
    left: 0;
    background: #1a1a1a;
    color: #fff;
    font-size: 0.65rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    padding: 4px 12px 4px 10px;
    z-index: 3;
    line-height: 1.4;
}

/* ─── Discount Badge ─── */
.pcard__discount-badge[b-u2pnt2lr8w] {
    position: absolute;
    top: 12px;
    right: 12px;
    background: var(--color-accent, #ff5733);
    color: #fff;
    font-size: 0.7rem;
    font-weight: 700;
    padding: 3px 8px;
    border-radius: 4px;
    z-index: 3;
    line-height: 1.4;
}

/* ─── Hover Actions Overlay ─── */
.pcard__actions[b-u2pnt2lr8w] {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: stretch;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.35) 0%, transparent 50%);
    opacity: 0;
    transition: opacity 0.35s ease;
    z-index: 4;
    pointer-events: none;
    padding: 14px;
}

.pcard__actions--visible[b-u2pnt2lr8w] {
    opacity: 1;
    pointer-events: auto;
}

/* ─── Favorite Button (top-right in overlay) ─── */
.pcard__fav-btn[b-u2pnt2lr8w] {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.92);
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.05rem;
    color: #555;
    transition: transform 0.25s ease, color 0.25s ease, background 0.25s ease;
    backdrop-filter: blur(4px);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transform: translateY(-8px);
    opacity: 0;
}

.pcard__actions--visible .pcard__fav-btn[b-u2pnt2lr8w] {
    transform: translateY(0);
    opacity: 1;
    transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1),
                opacity 0.35s ease,
                color 0.25s ease,
                background 0.25s ease;
}

.pcard__fav-btn:hover[b-u2pnt2lr8w] {
    transform: scale(1.12);
    background: #fff;
}

.pcard__fav-btn--active[b-u2pnt2lr8w] {
    color: #e74c3c;
}

.pcard__fav-btn--active:hover[b-u2pnt2lr8w] {
    color: #c0392b;
}

/* ─── Add to Cart Button ─── */
.pcard__cart-btn[b-u2pnt2lr8w] {
    background: rgba(255, 255, 255, 0.94);
    border: none;
    cursor: pointer;
    padding: 10px 16px;
    font-size: 0.8rem;
    font-weight: 600;
    font-family: var(--font-base);
    color: #1a1a1a;
    letter-spacing: 0.03em;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    backdrop-filter: blur(6px);
    transition: background 0.25s ease, transform 0.3s cubic-bezier(0.4, 0, 0.2, 1),
                opacity 0.3s ease;
    transform: translateY(14px);
    opacity: 0;
}

.pcard__actions--visible .pcard__cart-btn[b-u2pnt2lr8w] {
    transform: translateY(0);
    opacity: 1;
}

.pcard__cart-btn:hover[b-u2pnt2lr8w] {
    background: #fff;
}

.pcard__cart-btn:active[b-u2pnt2lr8w] {
    transform: scale(0.97);
}

/* ─── Product Info ─── */
.pcard__info[b-u2pnt2lr8w] {
    padding: 12px 4px 8px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.pcard__prices[b-u2pnt2lr8w] {
    display: flex;
    align-items: baseline;
    gap: 8px;
    flex-wrap: wrap;
}

.pcard__price-row[b-u2pnt2lr8w] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.pcard__price[b-u2pnt2lr8w] {
    font-size: 0.92rem;
    font-weight: 600;
    color: var(--color-primary, #333);
}

.pcard__price--sale[b-u2pnt2lr8w] {
    color: var(--color-accent, #ff5733);
}

.pcard__old-price[b-u2pnt2lr8w] {
    font-size: 0.82rem;
    color: #999;
    text-decoration: line-through;
}

.pcard__title[b-u2pnt2lr8w] {
    font-size: 0.85rem;
    font-weight: 500;
    color: var(--color-primary, #333);
    text-decoration: none;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: color 0.2s ease;
}

    .pcard__title:hover[b-u2pnt2lr8w] {
        color: var(--color-accent, #ff5733);
    }

.pcard__points[b-u2pnt2lr8w] {
    font-size: 0.75rem;
    color: #888;
    display: flex;
    align-items: center;
    gap: 4px;
}

.pcard__points i[b-u2pnt2lr8w] {
    font-size: 0.65rem;
    color: #f0ad4e;
}

.pcard__points-old[b-u2pnt2lr8w] {
    text-decoration: line-through;
    opacity: 0.6;
    margin-left: 2px;
}

/* ═══════════════════════════════════════════════
   Dark Mode
   ═══════════════════════════════════════════════ */
:global(html[data-theme="dark"]) .pcard[b-u2pnt2lr8w] {
    background: #1e1e1e;
}

:global(html[data-theme="dark"]) .pcard__img-wrap[b-u2pnt2lr8w] {
    background: #2a2a2a;
}

:global(html[data-theme="dark"]) .pcard__brand-badge[b-u2pnt2lr8w] {
    background: #e8e8e8;
    color: #141414;
}

:global(html[data-theme="dark"]) .pcard__price[b-u2pnt2lr8w] {
    color: #e8e8e8;
}

:global(html[data-theme="dark"]) .pcard__old-price[b-u2pnt2lr8w] {
    color: #777;
}

:global(html[data-theme="dark"]) .pcard__title[b-u2pnt2lr8w] {
    color: #ccc;
}

:global(html[data-theme="dark"]) .pcard__title:hover[b-u2pnt2lr8w] {
    color: #fff;
}

:global(html[data-theme="dark"]) .pcard__points[b-u2pnt2lr8w] {
    color: #999;
}

:global(html[data-theme="dark"]) .pcard__fav-btn[b-u2pnt2lr8w] {
    background: rgba(30, 30, 30, 0.92);
    color: #ccc;
}

:global(html[data-theme="dark"]) .pcard__fav-btn:hover[b-u2pnt2lr8w] {
    background: #2a2a2a;
    color: #fff;
}

:global(html[data-theme="dark"]) .pcard__fav-btn--active[b-u2pnt2lr8w] {
    color: #e74c3c;
}

:global(html[data-theme="dark"]) .pcard__cart-btn[b-u2pnt2lr8w] {
    background: rgba(30, 30, 30, 0.94);
    color: #e8e8e8;
}

:global(html[data-theme="dark"]) .pcard__cart-btn:hover[b-u2pnt2lr8w] {
    background: #2a2a2a;
}

:global(html[data-theme="dark"]) .pcard__img--placeholder[b-u2pnt2lr8w] {
    background: #2a2a2a;
    color: #555;
}

/* ═══════════════════════════════════════════════
   Responsive – Mobile (< 768px)
   ═══════════════════════════════════════════════ */
@media (max-width: 767px) {
    /* Touch cihazlarda hover çalışmadığı için actions her zaman görünür */
    .pcard__actions[b-u2pnt2lr8w] {
        opacity: 1;
        pointer-events: auto;
        background: linear-gradient(to top, rgba(0, 0, 0, 0.30) 0%, transparent 48%);
    }

    .pcard__fav-btn[b-u2pnt2lr8w] {
        width: 30px;
        height: 30px;
        font-size: 0.85rem;
        top: 7px;
        right: 7px;
        transform: translateY(0);
        opacity: 1;
    }

    .pcard__cart-btn[b-u2pnt2lr8w] {
        transform: translateY(0);
        opacity: 1;
        font-size: 0.72rem;
        padding: 8px 10px;
        gap: 5px;
    }

    /* Rozet boyutları küçük kartlarda çakışmasın */
    .pcard__brand-badge[b-u2pnt2lr8w] {
        font-size: 0.58rem;
        padding: 3px 8px 3px 8px;
        top: 8px;
    }

    .pcard__discount-badge[b-u2pnt2lr8w] {
        font-size: 0.60rem;
        padding: 2px 6px;
        top: 8px;
        right: 8px;
    }

    /* Fav butonu ve discount badge çakışmasın */
    .pcard__discount-badge + .pcard__fav-btn[b-u2pnt2lr8w],
    .pcard__fav-btn[b-u2pnt2lr8w] {
        right: 7px;
        top: 7px;
    }

    /* Bilgi alanı */
    .pcard__info[b-u2pnt2lr8w] {
        padding: 8px 2px 5px;
        gap: 3px;
    }

    .pcard__price[b-u2pnt2lr8w] {
        font-size: 0.82rem;
    }

    .pcard__old-price[b-u2pnt2lr8w] {
        font-size: 0.72rem;
    }

    .pcard__title[b-u2pnt2lr8w] {
        font-size: 0.77rem;
    }

    .pcard__points[b-u2pnt2lr8w] {
        font-size: 0.66rem;
    }
}
/* /Components/Shared/ProductCarousel.razor.rz.scp.css */
/* ═══════════════════════════════════════════════
   Product Carousel
   ═══════════════════════════════════════════════ */
.pcarousel[b-i7k6zoh8zj] {
    width: 100%;
    margin-bottom: 2rem;
}

.pcarousel__header[b-i7k6zoh8zj] {
    text-align: center;
    margin-bottom: 1rem;
}

.pcarousel__title[b-i7k6zoh8zj] {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--text-primary, #1a1a2e);
}

.pcarousel__description[b-i7k6zoh8zj] {
    font-size: 0.875rem;
    color: var(--text-secondary, #6b7280);
    margin-top: 0.25rem;
}

.pcarousel__loading[b-i7k6zoh8zj] {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 200px;
}

.pcarousel__spinner[b-i7k6zoh8zj] {
    width: 32px;
    height: 32px;
    border: 3px solid #e5e7eb;
    border-top-color: #3b82f6;
    border-radius: 50%;
    animation: pcarousel-spin-b-i7k6zoh8zj 0.7s linear infinite;
}

@keyframes pcarousel-spin-b-i7k6zoh8zj {
    to { transform: rotate(360deg); }
}

.pcarousel__empty[b-i7k6zoh8zj] {
    text-align: center;
    padding: 3rem 1rem;
    color: #9ca3af;
}

.pcarousel__empty i[b-i7k6zoh8zj] {
    font-size: 2.5rem;
    margin-bottom: 0.5rem;
    display: block;
}

/* ─── Wrapper ─── */
.pcarousel__wrapper[b-i7k6zoh8zj] {
    position: relative;
    overflow: hidden;
}

.pcarousel__track[b-i7k6zoh8zj] {
    display: flex;
    transition: transform 0.4s ease;
}

.pcarousel__slide[b-i7k6zoh8zj] {
    padding: 0 0.5rem;
    box-sizing: border-box;
}

/* ─── Arrows ─── */
.pcarousel__arrow[b-i7k6zoh8zj] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 36px;
    height: 36px;
    border: none;
    border-radius: 50%;
    background: rgba(255,255,255,0.92);
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    color: #333;
    transition: background 0.2s, box-shadow 0.2s;
}

.pcarousel__arrow:hover[b-i7k6zoh8zj] {
    background: #fff;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

.pcarousel__arrow--prev[b-i7k6zoh8zj] { left: 4px; }
.pcarousel__arrow--next[b-i7k6zoh8zj] { right: 4px; }

/* ─── Dots ─── */
.pcarousel__dots[b-i7k6zoh8zj] {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 1rem;
}

.pcarousel__dot[b-i7k6zoh8zj] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: none;
    background: #d1d5db;
    cursor: pointer;
    padding: 0;
    transition: background 0.2s, transform 0.2s;
}

.pcarousel__dot--active[b-i7k6zoh8zj] {
    background: #3b82f6;
    transform: scale(1.2);
}

.pcarousel__dot:hover[b-i7k6zoh8zj] {
    background: #93c5fd;
}

/* ─── Responsive ─── */
@media (max-width: 768px) {
    .pcarousel[b-i7k6zoh8zj] {
        overflow: hidden;
    }

    .pcarousel__wrapper[b-i7k6zoh8zj] {
        overflow: hidden;
    }

    .pcarousel__track[b-i7k6zoh8zj] {
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        transform: none !important;
        scroll-behavior: smooth;
        scrollbar-width: none;
    }

    .pcarousel__track[b-i7k6zoh8zj]::-webkit-scrollbar {
        display: none;
    }

    .pcarousel__slide[b-i7k6zoh8zj] {
        min-width: 50% !important;
        flex: 0 0 50% !important;
        scroll-snap-align: start;
    }

    .pcarousel--cols-1 .pcarousel__slide[b-i7k6zoh8zj] {
        min-width: 100% !important;
        flex: 0 0 100% !important;
    }

    .pcarousel__arrow[b-i7k6zoh8zj],
    .pcarousel__dots[b-i7k6zoh8zj] {
        display: none;
    }
}
/* /Components/Shared/ProductGrid.razor.rz.scp.css */
/* ═══════════════════════════════════════════════
   Product Grid
   ═══════════════════════════════════════════════ */
.pgrid[b-icqfzlaotb] {
    width: 100%;
    padding: 0 2.5rem;
    margin-bottom: 3rem;
}

/* ─── Header ─── */
.pgrid__header[b-icqfzlaotb] {
    text-align: center;
    margin-bottom: 2rem;
}

.pgrid__title[b-icqfzlaotb] {
    font-size: 2rem;
    font-weight: 400;
    font-family: 'Libre Baskerville';
    color: var(--color-primary, #1a1a1a);
    margin: 0;
    letter-spacing: 0.1em;
}

.pgrid__description[b-icqfzlaotb] {
    font-size: 0.875rem;
    color: var(--text-secondary, #6b7280);
    margin: 0.25rem 0 0;
}

/* ─── Top Bar (filters + sort on same row) ─── */
.pgrid__topbar[b-icqfzlaotb] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid var(--color-border, #f0f0f0);
    flex-wrap: wrap;
}

.pgrid__tb-filters[b-icqfzlaotb] {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    flex: 1;
}

.pgrid__tb-right[b-icqfzlaotb] {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
}

.pgrid__count[b-icqfzlaotb] {
    font-size: 0.85rem;
    color: #888;
    font-weight: 500;
}

.pgrid__sort[b-icqfzlaotb] {
    font-family: var(--font-base);
    font-size: 0.82rem;
    font-weight: 500;
    color: #555;
    background: #f8f8f8;
    border: 1px solid #e8e8e8;
    border-radius: 6px;
    padding: 8px 14px;
    cursor: pointer;
    outline: none;
    transition: border-color 0.2s ease;
    min-width: 160px;
}

.pgrid__sort:focus[b-icqfzlaotb] {
    border-color: #1a1a1a;
}

/* ─── Items Grid ─── */
.pgrid__items[b-icqfzlaotb] {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}

@media (max-width: 1400px) {
    .pgrid__items[b-icqfzlaotb] {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 1100px) {
    .pgrid__items[b-icqfzlaotb] {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .pgrid[b-icqfzlaotb] {
        padding: 0 0.75rem;
        margin-bottom: 2rem;
    }

    .pgrid__title[b-icqfzlaotb] {
        font-size: 1.4rem;
        letter-spacing: 0.06em;
    }

    .pgrid__header[b-icqfzlaotb] {
        margin-bottom: 1.25rem;
    }

    /* ── Topbar: dikey akış ── */
    .pgrid__topbar[b-icqfzlaotb] {
        flex-direction: column;
        align-items: stretch;
        gap: 8px;
        margin-bottom: 1rem;
    }

    /* ── Filtreler satırı ── */
    .pgrid__tb-filters[b-icqfzlaotb] {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
    }

    .pgrid__fb-btn[b-icqfzlaotb] {
        font-size: 0.78rem;
        padding: 7px 10px;
    }

    .pgrid__fb-group--points[b-icqfzlaotb] {
        width: 100%;
        padding: 6px 10px;
        gap: 6px;
    }

    .pgrid__fb-input[b-icqfzlaotb] {
        flex: 1;
        min-width: 0;
        width: auto;
        font-size: 0.78rem;
    }

    .pgrid__fb-label[b-icqfzlaotb] {
        font-size: 0.78rem;
    }

    .pgrid__fb-clear[b-icqfzlaotb] {
        font-size: 0.75rem;
        padding: 6px 10px;
    }

    /* ── Marka dropdown: mobilde sabit konum, ekran genişliğinde ── */
    .pgrid__fb-dropdown[b-icqfzlaotb] {
        position: fixed;
        left: 0.75rem;
        right: 0.75rem;
        top: auto;
        min-width: unset;
        max-width: none;
        border-radius: 12px 12px 0 0;
        max-height: 60vh;
        display: flex;
        flex-direction: column;
        z-index: 1100;
    }

    .pgrid__fb-list[b-icqfzlaotb] {
        flex: 1;
        min-height: 0;
        max-height: none;
    }

    .pgrid__fb-backdrop[b-icqfzlaotb] {
        background: rgba(0, 0, 0, 0.3);
    }

    /* ── Sıralama + ürün sayısı satırı ── */
    .pgrid__tb-right[b-icqfzlaotb] {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 8px;
    }

    .pgrid__sort[b-icqfzlaotb] {
        min-width: unset;
        flex: 1;
        max-width: none;
        font-size: 0.78rem;
        padding: 7px 10px;
    }

    .pgrid__count[b-icqfzlaotb] {
        font-size: 0.78rem;
        white-space: nowrap;
        flex-shrink: 0;
    }

    /* ── Ürün grid ── */
    .pgrid__items[b-icqfzlaotb] {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .pgrid__loadmore[b-icqfzlaotb] {
        margin-top: 1.75rem;
    }

    .pgrid__loadmore-btn[b-icqfzlaotb] {
        width: 100%;
        min-width: unset;
        padding: 12px 20px;
        font-size: 0.8rem;
    }
}

@media (max-width: 420px) {
    .pgrid[b-icqfzlaotb] {
        padding: 0 0.5rem;
    }

    .pgrid__items[b-icqfzlaotb] {
        grid-template-columns: 1fr 1fr;
        gap: 8px;
    }

    .pgrid__fb-btn[b-icqfzlaotb] {
        font-size: 0.74rem;
        padding: 6px 8px;
    }

    .pgrid__sort[b-icqfzlaotb] {
        font-size: 0.74rem;
    }

    .pgrid__fb-group--points[b-icqfzlaotb] {
        padding: 5px 8px;
        gap: 5px;
    }

    .pgrid__fb-input[b-icqfzlaotb] {
        font-size: 0.74rem;
    }

    .pgrid__fb-clear[b-icqfzlaotb] {
        font-size: 0.72rem;
        padding: 5px 8px;
    }
}

/* ─── Loading ─── */
.pgrid__loading[b-icqfzlaotb] {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 240px;
}

.pgrid__spinner[b-icqfzlaotb] {
    display: inline-block;
    width: 36px;
    height: 36px;
    border: 3px solid rgba(26, 26, 26, 0.12);
    border-top-color: #1a1a1a;
    border-radius: 50%;
    animation: pgridSpin-b-icqfzlaotb 0.7s linear infinite;
}

.pgrid__spinner--sm[b-icqfzlaotb] {
    width: 20px;
    height: 20px;
    border-width: 2px;
}

@keyframes pgridSpin-b-icqfzlaotb {
    to { transform: rotate(360deg); }
}

/* ─── Empty State ─── */
.pgrid__empty[b-icqfzlaotb] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 240px;
    gap: 0.75rem;
    color: #ccc;
}

.pgrid__empty i[b-icqfzlaotb] {
    font-size: 3rem;
    opacity: 0.5;
}

.pgrid__empty p[b-icqfzlaotb] {
    font-size: 0.9rem;
    margin: 0;
    color: #aaa;
}

/* ─── Load More ─── */
.pgrid__loadmore[b-icqfzlaotb] {
    display: flex;
    justify-content: center;
    margin-top: 2.5rem;
}

.pgrid__loadmore-btn[b-icqfzlaotb] {
    font-family: var(--font-base);
    font-size: 0.85rem;
    font-weight: 600;
    background: transparent;
    border: 2px solid #1a1a1a;
    padding: 12px 40px;
    cursor: pointer;
    letter-spacing: 0.04em;
    transition: background 0.25s ease, color 0.25s ease, transform 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-width: 200px;
    min-height: 48px;
}

.pgrid__loadmore-btn:hover:not(:disabled)[b-icqfzlaotb] {
    background: #1a1a1a;
    color: #fff;
    transform: translateY(-2px);
}

.pgrid__loadmore-btn:disabled[b-icqfzlaotb] {
    opacity: 0.6;
    cursor: not-allowed;
}

/* ─── Filter Bar (inside topbar) ─── */

.pgrid__fb-group[b-icqfzlaotb] {
    position: relative;
}

.pgrid__fb-btn[b-icqfzlaotb] {
    font-family: var(--font-base);
    font-size: 0.82rem;
    font-weight: 500;
    color: #555;
    background: #f8f8f8;
    border: 1px solid #e8e8e8;
    border-radius: 6px;
    padding: 8px 14px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: border-color 0.2s ease;
    white-space: nowrap;
}

.pgrid__fb-btn:hover[b-icqfzlaotb],
.pgrid__fb-group--open .pgrid__fb-btn[b-icqfzlaotb] {
    border-color: #1a1a1a;
}

.pgrid__fb-chevron[b-icqfzlaotb] {
    font-size: 0.7rem;
    transition: transform 0.2s ease;
}

.pgrid__fb-group--open .pgrid__fb-chevron[b-icqfzlaotb] {
    transform: rotate(180deg);
}

.pgrid__fb-backdrop[b-icqfzlaotb] {
    position: fixed;
    inset: 0;
    z-index: 99;
}

.pgrid__fb-dropdown[b-icqfzlaotb] {
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.10);
    z-index: 100;
    min-width: 220px;
    overflow: hidden;
}

/* ─── Brand search inside dropdown ─── */
.pgrid__fb-search[b-icqfzlaotb] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    border-bottom: 1px solid #f0f0f0;
    background: #fafafa;
}

.pgrid__fb-search-icon[b-icqfzlaotb] {
    font-size: 0.75rem;
    color: #aaa;
    flex-shrink: 0;
}

.pgrid__fb-search-input[b-icqfzlaotb] {
    font-family: var(--font-base);
    font-size: 0.82rem;
    color: #333;
    background: transparent;
    border: none;
    outline: none;
    width: 100%;
}

.pgrid__fb-search-input[b-icqfzlaotb]::placeholder {
    color: #bbb;
}

.pgrid__fb-list[b-icqfzlaotb] {
    max-height: 232px;
    overflow-y: auto;
    padding: 6px 0;
}

.pgrid__fb-option[b-icqfzlaotb] {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 16px;
    font-size: 0.83rem;
    cursor: pointer;
    color: #333;
    transition: background 0.15s ease;
    user-select: none;
}

.pgrid__fb-option:hover[b-icqfzlaotb] {
    background: #f5f5f5;
}

.pgrid__fb-option input[type="checkbox"][b-icqfzlaotb] {
    accent-color: #1a1a1a;
    width: 15px;
    height: 15px;
    cursor: pointer;
    flex-shrink: 0;
}

.pgrid__fb-group--points[b-icqfzlaotb] {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #f8f8f8;
    border: 1px solid #e8e8e8;
    border-radius: 6px;
    padding: 7px 14px;
}

.pgrid__fb-points-icon[b-icqfzlaotb] {
    font-size: 0.7rem;
    color: #f0ad4e;
    flex-shrink: 0;
}

.pgrid__fb-input[b-icqfzlaotb] {
    font-family: var(--font-base);
    font-size: 0.82rem;
    font-weight: 500;
    color: #555;
    background: transparent;
    border: none;
    outline: none;
    width: 72px;
    padding: 0 2px;
}

.pgrid__fb-input[b-icqfzlaotb]::-webkit-inner-spin-button,
.pgrid__fb-input[b-icqfzlaotb]::-webkit-outer-spin-button {
    opacity: 0.4;
}

.pgrid__fb-label[b-icqfzlaotb] {
    font-size: 0.82rem;
    font-weight: 500;
    color: #555;
    white-space: nowrap;
}

.pgrid__fb-select[b-icqfzlaotb] {
    font-family: var(--font-base);
    font-size: 0.82rem;
    font-weight: 500;
    color: #555;
    background: transparent;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 0 2px;
}

.pgrid__fb-sep[b-icqfzlaotb] {
    font-size: 0.85rem;
    color: #bbb;
}

.pgrid__fb-clear[b-icqfzlaotb] {
    font-family: var(--font-base);
    font-size: 0.8rem;
    font-weight: 500;
    color: #888;
    background: none;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    padding: 7px 12px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 5px;
    transition: color 0.2s ease, border-color 0.2s ease;
    white-space: nowrap;
}

.pgrid__fb-clear:hover[b-icqfzlaotb] {
    color: #e74c3c;
    border-color: #e74c3c;
}

/* ═══════════════════════════════════════════════
   Dark Mode
   ═══════════════════════════════════════════════ */
:global(html[data-theme="dark"]) .pgrid__title[b-icqfzlaotb] {
    color: #e8e8e8;
}

:global(html[data-theme="dark"]) .pgrid__topbar[b-icqfzlaotb] {
    border-bottom-color: #2e2e2e;
}

:global(html[data-theme="dark"]) .pgrid__count[b-icqfzlaotb] {
    color: #888;
}

:global(html[data-theme="dark"]) .pgrid__sort[b-icqfzlaotb] {
    background: #2a2a2a;
    border-color: #3a3a3a;
    color: #ccc;
}

:global(html[data-theme="dark"]) .pgrid__sort:focus[b-icqfzlaotb] {
    border-color: #e8e8e8;
}

:global(html[data-theme="dark"]) .pgrid__empty[b-icqfzlaotb] {
    color: #555;
}

:global(html[data-theme="dark"]) .pgrid__empty p[b-icqfzlaotb] {
    color: #666;
}

:global(html[data-theme="dark"]) .pgrid__spinner[b-icqfzlaotb] {
    border-color: rgba(232, 232, 232, 0.12);
    border-top-color: #e8e8e8;
}

:global(html[data-theme="dark"]) .pgrid__loadmore-btn[b-icqfzlaotb] {
    color: #e8e8e8;
    border-color: #e8e8e8;
}

:global(html[data-theme="dark"]) .pgrid__loadmore-btn:hover:not(:disabled)[b-icqfzlaotb] {
    background: #e8e8e8;
    color: #141414;
}

:global(html[data-theme="dark"]) .pgrid__filterbar[b-icqfzlaotb] {
    border-bottom-color: #2e2e2e;
}

:global(html[data-theme="dark"]) .pgrid__fb-btn[b-icqfzlaotb] {
    background: #2a2a2a;
    border-color: #3a3a3a;
    color: #ccc;
}

:global(html[data-theme="dark"]) .pgrid__fb-btn:hover[b-icqfzlaotb],
:global(html[data-theme="dark"]) .pgrid__fb-group--open .pgrid__fb-btn[b-icqfzlaotb] {
    border-color: #e8e8e8;
}

:global(html[data-theme="dark"]) .pgrid__fb-dropdown[b-icqfzlaotb] {
    background: #1e1e1e;
    border-color: #3a3a3a;
    box-shadow: 0 8px 24px rgba(0,0,0,0.40);
}

:global(html[data-theme="dark"]) .pgrid__fb-search[b-icqfzlaotb] {
    background: #252525;
    border-bottom-color: #333;
}

:global(html[data-theme="dark"]) .pgrid__fb-search-icon[b-icqfzlaotb] {
    color: #666;
}

:global(html[data-theme="dark"]) .pgrid__fb-search-input[b-icqfzlaotb] {
    color: #ccc;
}

:global(html[data-theme="dark"]) .pgrid__fb-option[b-icqfzlaotb] {
    color: #ccc;
}

:global(html[data-theme="dark"]) .pgrid__fb-option:hover[b-icqfzlaotb] {
    background: #2a2a2a;
}

:global(html[data-theme="dark"]) .pgrid__fb-group--points[b-icqfzlaotb] {
    background: #2a2a2a;
    border-color: #3a3a3a;
}

:global(html[data-theme="dark"]) .pgrid__fb-input[b-icqfzlaotb] {
    color: #ccc;
}

:global(html[data-theme="dark"]) .pgrid__fb-label[b-icqfzlaotb] {
    color: #aaa;
}

:global(html[data-theme="dark"]) .pgrid__fb-select[b-icqfzlaotb] {
    color: #ccc;
}

:global(html[data-theme="dark"]) .pgrid__fb-sep[b-icqfzlaotb] {
    color: #555;
}

:global(html[data-theme="dark"]) .pgrid__fb-clear[b-icqfzlaotb] {
    color: #888;
    border-color: #3a3a3a;
}

:global(html[data-theme="dark"]) .pgrid__fb-clear:hover[b-icqfzlaotb] {
    color: #e74c3c;
    border-color: #e74c3c;
}
