/* ===== Auto-merged component styles from design prototypes (cart/checkout/account/login/contact/sitemap/product-list) ===== */
.no-scrollbar::-webkit-scrollbar { display: none; }
.no-scrollbar { -ms-overflow-style: none; scrollbar-width: none; }
[data-icon] {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        -webkit-mask-size: contain;
        mask-size: contain;
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        -webkit-mask-position: center;
        mask-position: center;
        background-color: currentColor;
      }
/* Base */
      * { box-sizing: border-box; }
body { margin: 0; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.font-display { font-family: 'Playfair Display', Georgia, serif; }
/* Announcement */
      .announcement { background: var(--brand); }
/* Header */
      .glaze-header {
        background: var(--surface);
        border-bottom: 1px solid var(--line);
        position: sticky;
        top: 0;
        z-index: 40;
        transition: box-shadow .2s ease;
      }
.glaze-header.scrolled { box-shadow: var(--shadow-1); }
.nav-link { position: relative; padding: 4px 0; transition: color .2s; cursor: pointer; }
.nav-link:hover { color: var(--brand) !important; }
.nav-item:hover > .nav-link { color: var(--brand) !important; }
.nav-link.active { color: var(--brand) !important; }
.nav-link.active::after {
        content: ''; position: absolute; bottom: -4px; left: 0; right: 0;
        height: 2px; background: var(--brand); border-radius: 1px;
      }
.nav-item { position: relative; height: 72px; display: flex; align-items: center; }
/* Mega Menu */
      .mega-menu {
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translateX(-50%) translateY(8px);
        min-width: 720px;
        background: #fff;
        border-radius: 0 0 var(--r-lg) var(--r-lg);
        box-shadow: 0 20px 60px -15px rgba(31,29,32,.18);
        border: 1px solid var(--line);
        border-top: none;
        padding: 32px;
        opacity: 0;
        visibility: hidden;
        transition: all .2s ease;
        pointer-events: none;
        z-index: 50;
      }
.nav-item:hover > .mega-menu,
      .nav-item:hover > .dropdown-menu {
        opacity: 1;
        visibility: visible;
        transform: translateX(-50%) translateY(0);
        pointer-events: auto;
      }
.mega-menu-grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 28px;
      }
.mega-col h5 {
        font-size: 12px;
        font-weight: 600;
        color: var(--ink-3);
        text-transform: uppercase;
        letter-spacing: 1px;
        margin: 0 0 14px;
        padding-bottom: 10px;
        border-bottom: 1px solid var(--line);
      }
.mega-col ul { list-style: none; padding: 0; margin: 0; }
.mega-col li { margin-bottom: 10px; }
.mega-col a {
        font-size: 13px;
        color: var(--ink-2);
        text-decoration: none;
        transition: color .15s;
        display: block;
      }
.mega-col a:hover { color: var(--brand); }
.mega-col .item-count {
        font-size: 11px;
        color: var(--ink-3);
        margin-left: 4px;
      }
.mega-featured {
        grid-column: span 1;
        border-radius: var(--r-md);
        overflow: hidden;
        position: relative;
        background: var(--surface-2);
        min-height: 180px;
      }
.mega-featured img {
        width: 100%; height: 100%;
        object-fit: cover;
        position: absolute; inset: 0;
      }
.mega-featured-overlay {
        position: absolute; inset: 0;
        background: linear-gradient(180deg, rgba(0,0,0,0) 40%, rgba(31,29,32,.7) 100%);
      }
.mega-featured-content {
        position: absolute;
        bottom: 16px; left: 16px; right: 16px;
        color: #fff;
      }
.mega-featured-content span {
        font-size: 11px;
        font-weight: 600;
        letter-spacing: 1px;
        text-transform: uppercase;
        opacity: .9;
      }
.mega-featured-content h6 {
        font-family: 'Playfair Display', Georgia, serif;
        font-size: 18px;
        font-weight: 600;
        margin: 4px 0 8px;
      }
.mega-featured-content a {
        font-size: 12px;
        font-weight: 600;
        color: #fff;
        text-decoration: none;
        display: inline-flex;
        align-items: center;
        gap: 4px;
        border-bottom: 1px solid rgba(255,255,255,.5);
        padding-bottom: 2px;
      }
/* Simple Dropdown */
      .dropdown-menu {
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translateX(-50%) translateY(8px);
        min-width: 200px;
        background: #fff;
        border-radius: 0 0 var(--r-md) var(--r-md);
        box-shadow: 0 12px 40px -10px rgba(31,29,32,.18);
        border: 1px solid var(--line);
        border-top: none;
        padding: 12px 0;
        opacity: 0;
        visibility: hidden;
        transition: all .2s ease;
        pointer-events: none;
        z-index: 50;
      }
.nav-item:hover > .dropdown-menu {
        opacity: 1;
        visibility: visible;
        transform: translateX(-50%) translateY(0);
        pointer-events: auto;
      }
.dropdown-menu a {
        display: block;
        padding: 10px 20px;
        font-size: 13px;
        color: var(--ink-2);
        text-decoration: none;
        transition: all .15s;
      }
.dropdown-menu a:hover {
        color: var(--brand);
        background: var(--brand-light);
      }
.dropdown-menu .dropdown-badge {
        display: inline-block;
        margin-left: 8px;
        padding: 1px 6px;
        background: var(--brand);
        color: #fff;
        font-size: 10px;
        font-weight: 600;
        border-radius: var(--r-pill);
        text-transform: uppercase;
      }
/* Shape mega menu */
      .mega-menu-shapes {
        min-width: 560px;
        transform: translateX(-50%) translateY(8px);
      }
.nav-item:hover > .mega-menu-shapes {
        transform: translateX(-50%) translateY(0);
      }
.shape-grid {
        display: grid;
        grid-template-columns: repeat(6, 1fr);
        gap: 16px;
        padding: 8px 0;
      }
.shape-item {
        text-align: center;
        cursor: pointer;
        transition: transform .2s;
        text-decoration: none;
        display: block;
      }
.shape-item:hover { transform: translateY(-2px); }
.shape-icon {
        width: 56px;
        height: 56px;
        margin: 0 auto 8px;
        background: var(--surface-2);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--brand);
        transition: background .2s;
      }
.shape-item:hover .shape-icon { background: var(--brand-light); }
.shape-item span {
        font-size: 12px;
        color: var(--ink-2);
        font-weight: 500;
      }
.shape-item:hover span { color: var(--brand); }
.icon-btn { border-radius: var(--r-md); transition: background .2s, color .2s; }
.icon-btn:hover { background: var(--surface-2); color: var(--brand); }
.cart-badge {
        position: absolute; top: 2px; right: 2px;
        min-width: 16px; height: 16px;
        background: var(--brand); color: #fff;
        font-size: 10px; font-weight: 600;
        border-radius: 999px; display: flex; align-items: center; justify-content: center;
        padding: 0 4px;
      }
/* Breadcrumb */
      .breadcrumb a { color: var(--ink-2); font-size: 13px; transition: color .2s; }
.breadcrumb a:hover { color: var(--brand); }
.breadcrumb span { color: var(--ink-3); font-size: 13px; }
/* Page Title Section */
      .page-title-section {
        padding: 32px 0 24px;
      }
.page-title-section h1 {
        font-family: 'Playfair Display', Georgia, serif;
        font-size: 36px;
        font-weight: 600;
        color: var(--ink);
        margin: 0 0 8px;
      }
.page-title-section .result-text {
        font-size: 14px;
        color: var(--ink-2);
      }
/* Sidebar Filter - 280px for All Products page */
      .filter-section {
        border-bottom: 1px solid var(--line);
        padding: 20px 0;
      }
.filter-section:first-child { padding-top: 0; }
.filter-section:last-child { border-bottom: none; }
.filter-title {
        font-size: 14px; font-weight: 600; color: var(--ink);
        margin-bottom: 12px;
        display: flex; justify-content: space-between; align-items: center;
      }
.filter-item {
        display: flex; align-items: center; gap: 10px;
        padding: 6px 0;
        font-size: 13px; color: var(--ink-2);
        cursor: pointer;
        transition: color .2s;
      }
.filter-item:hover { color: var(--ink); }
.filter-item input[type="checkbox"] {
        appearance: none; -webkit-appearance: none;
        width: 16px; height: 16px;
        border: 1.5px solid var(--input);
        border-radius: 3px;
        cursor: pointer;
        position: relative;
        flex-shrink: 0;
        transition: all .15s;
      }
.filter-item input[type="checkbox"]:checked {
        background: var(--brand);
        border-color: var(--brand);
      }
.filter-item input[type="checkbox"]:checked::after {
        content: '';
        position: absolute;
        left: 4px; top: 1px;
        width: 5px; height: 9px;
        border: solid #fff;
        border-width: 0 2px 2px 0;
        transform: rotate(45deg);
      }
.filter-count {
        font-size: 12px; color: var(--ink-3);
        margin-left: auto;
      }
/* Category Tree */
      .category-tree {
        list-style: none;
        padding: 0;
        margin: 0;
      }
.category-tree li {
        margin-bottom: 2px;
      }
.category-tree .cat-item {
        display: flex; align-items: center; gap: 8px;
        padding: 7px 10px;
        font-size: 13px;
        color: var(--ink-2);
        cursor: pointer;
        border-radius: var(--r-sm);
        transition: all .15s;
      }
.category-tree .cat-item:hover {
        color: var(--brand);
        background: var(--brand-light);
      }
.category-tree .cat-item.active {
        color: var(--brand);
        background: var(--brand-light);
        font-weight: 600;
      }
.category-tree .cat-item .cat-count {
        margin-left: auto;
        font-size: 12px;
        color: var(--ink-3);
        font-weight: 400;
      }
.category-tree .sub-cats {
        list-style: none;
        padding: 2px 0 2px 20px;
        margin: 0;
      }
.category-tree .sub-cats .cat-item {
        padding: 5px 10px;
        font-size: 12.5px;
      }
/* Price range presets */
      .price-presets {
        display: flex;
        flex-direction: column;
        gap: 6px;
      }
.price-preset {
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 7px 10px;
        font-size: 13px;
        color: var(--ink-2);
        cursor: pointer;
        border-radius: var(--r-sm);
        transition: all .15s;
      }
.price-preset:hover {
        color: var(--brand);
        background: var(--brand-light);
      }
.price-preset.active {
        color: var(--brand);
        background: var(--brand-light);
        font-weight: 600;
      }
.price-preset .preset-count {
        margin-left: auto;
        font-size: 12px;
        color: var(--ink-3);
        font-weight: 400;
      }
/* Reset button */
      .reset-btn {
        width: 100%;
        padding: 10px 16px;
        border: 1px solid var(--input);
        border-radius: var(--r-md);
        background: var(--surface);
        color: var(--ink-2);
        font-size: 13px;
        font-weight: 500;
        cursor: pointer;
        transition: all .2s;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 6px;
      }
.reset-btn:hover {
        border-color: var(--brand);
        color: var(--brand);
        background: var(--brand-light);
      }
/* Sort dropdown in sidebar */
      .sidebar-sort {
        width: 100%;
        padding: 9px 32px 9px 12px;
        border: 1px solid var(--input);
        border-radius: var(--r-md);
        font-size: 13px;
        color: var(--ink);
        background: var(--surface);
        cursor: pointer;
        appearance: none;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%236E6A70' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: right 12px center;
        transition: border-color .2s;
      }
.sidebar-sort:hover {
        border-color: var(--brand);
      }
.sidebar-sort:focus {
        outline: none;
        border-color: var(--brand);
      }
/* Top Toolbar */
      .top-toolbar {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 16px 20px;
        background: var(--surface);
        border: 1px solid var(--line);
        border-radius: var(--r-lg);
        margin-bottom: 24px;
      }
.toolbar-left, .toolbar-right {
        display: flex;
        align-items: center;
        gap: 12px;
      }
.toolbar-label {
        font-size: 13px;
        color: var(--ink-2);
      }
.per-page-select {
        padding: 7px 28px 7px 10px;
        border: 1px solid var(--input);
        border-radius: var(--r-sm);
        font-size: 13px;
        color: var(--ink);
        background: var(--surface);
        cursor: pointer;
        appearance: none;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%236E6A70' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: right 8px center;
      }
.view-toggle {
        display: flex; gap: 4px;
      }
.view-btn {
        padding: 6px;
        border: 1px solid var(--input);
        border-radius: var(--r-sm);
        background: var(--surface);
        cursor: pointer;
        color: var(--ink-2);
        transition: all .2s;
      }
.view-btn:hover { color: var(--brand); border-color: var(--brand); }
.view-btn.active { color: var(--brand); border-color: var(--brand); background: var(--brand-light); }
.sort-select {
        padding: 8px 32px 8px 12px;
        border: 1px solid var(--input);
        border-radius: var(--r-sm);
        font-size: 13px;
        color: var(--ink);
        background: var(--surface);
        cursor: pointer;
        appearance: none;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%236E6A70' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: right 10px center;
      }
/* Product Grid - 4 columns for All Products page */
      .product-grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 20px;
      }
/* List view (toggled by the Grid/List buttons in the sort bar).
   Global (NOT inside a media query) so it works on desktop too. */
      .product-grid.list-view {
        grid-template-columns: 1fr !important;
      }
      .product-grid.list-view .glaze-product-card {
        display: grid;
        grid-template-columns: 150px 1fr;
        gap: 18px;
        align-items: center;
        text-align: left;
        padding: 12px;
      }
      .product-grid.list-view .gpc-image-wrap {
        aspect-ratio: 1 / 1;
        max-width: 150px;
      }
      .product-grid.list-view .gpc-body {
        display: flex;
        flex-direction: column;
        gap: 6px;
        justify-content: center;
      }
      .product-grid.list-view .gpc-title {
        font-size: 15px;
      }
@media (max-width: 1200px) {
        .product-grid { grid-template-columns: repeat(3, 1fr); }
      }
@media (max-width: 900px) {
        .product-grid { grid-template-columns: repeat(2, 1fr); }
      }
.product-card {
        background: var(--surface);
        border-radius: var(--r-lg);
        overflow: hidden;
        transition: transform .25s ease, box-shadow .25s ease;
        cursor: pointer;
        position: relative;
        border: 1px solid var(--line);
      }
.product-card:hover {
        transform: translateY(-4px);
        box-shadow: var(--shadow-2);
      }
.product-image-wrap {
        position: relative;
        aspect-ratio: 1 / 1;
        overflow: hidden;
        background: var(--surface-2);
      }
.product-image-wrap img {
        width: 100%; height: 100%;
        object-fit: cover;
        transition: transform .4s ease;
      }
.product-card:hover .product-image-wrap img {
        transform: scale(1.05);
      }
.product-badge {
        position: absolute; top: 12px; left: 12px;
        background: var(--brand);
        color: #fff;
        font-size: 11px; font-weight: 600;
        padding: 4px 10px;
        border-radius: var(--r-pill);
        text-transform: uppercase;
        letter-spacing: .3px;
      }
.product-badge.new { background: var(--ink); }
.product-badge.sale { background: #E53935; }
.wishlist-btn {
        position: absolute; top: 12px; right: 12px;
        width: 36px; height: 36px;
        background: var(--surface);
        border-radius: 50%;
        display: flex; align-items: center; justify-content: center;
        color: var(--ink-2);
        cursor: pointer;
        transition: all .2s;
        box-shadow: var(--shadow-1);
        opacity: 0;
      }
.product-card:hover .wishlist-btn {
        opacity: 1;
      }
.wishlist-btn:hover { color: var(--brand); }
.product-info {
        padding: 14px 14px 18px;
      }
.product-title {
        font-size: 13.5px; font-weight: 500;
        color: var(--ink);
        margin: 0 0 6px;
        line-height: 1.4;
      }
.product-price {
        font-size: 14.5px; font-weight: 600;
        color: var(--ink);
      }
.product-price .original {
        font-size: 12px; font-weight: 400;
        color: var(--ink-3);
        text-decoration: line-through;
        margin-left: 6px;
      }
.product-rating {
        display: flex; align-items: center; gap: 6px;
        margin-top: 6px;
      }
.product-rating .stars {
        display: flex; gap: 1px;
        color: #F5A623;
      }
.product-rating .count {
        font-size: 11.5px;
        color: var(--ink-3);
      }
/* Quick add button on hover */
      .quick-add {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 10px 14px;
        background: var(--brand);
        color: #fff;
        font-size: 13px;
        font-weight: 600;
        text-align: center;
        transform: translateY(100%);
        transition: transform .3s ease;
      }
.product-card:hover .quick-add {
        transform: translateY(0);
      }
/* Pagination */
      .pagination {
        display: flex; justify-content: center; align-items: center;
        gap: 6px;
        margin-top: 40px;
      }
.page-btn {
        min-width: 40px; height: 40px;
        padding: 0 12px;
        display: flex; align-items: center; justify-content: center;
        border: 1px solid var(--line);
        border-radius: var(--r-md);
        font-size: 14px; font-weight: 500;
        color: var(--ink-2);
        background: var(--surface);
        cursor: pointer;
        transition: all .2s;
      }
.page-btn:hover { color: var(--brand); border-color: var(--brand); }
.page-btn.active {
        background: var(--brand);
        color: #fff;
        border-color: var(--brand);
      }
.page-btn:disabled { opacity: .4; cursor: not-allowed; }
/* Footer */
      .site-footer {
        background: #1F1D20;
        border-top: 1px solid var(--line);
      }
/* Footer vertical padding — unlayered .container-glaze shorthand would otherwise override Tailwind py-* utilities */
.site-footer .container-glaze {
        padding-top: 3.5rem;
        padding-bottom: 3.5rem;
      }
@media (min-width: 768px) {
        .site-footer .container-glaze {
          padding-top: 4rem;
          padding-bottom: 4rem;
        }
      }
.footer-grid {
        display: grid;
        grid-template-columns: 1.5fr 1fr 1fr 1.5fr;
        gap: 40px;
        padding: 56px 0 40px;
      }
@media (max-width: 560px) {
        .footer-grid { grid-template-columns: 1fr; }
      }
.footer-col h4 {
        font-size: 13px; font-weight: 600;
        color: var(--ink);
        margin: 0 0 16px;
        text-transform: uppercase;
        letter-spacing: .5px;
      }
.footer-col ul { list-style: none; padding: 0; margin: 0; }
.footer-col li { margin-bottom: 10px; }
.footer-col a {
        font-size: 13px; color: var(--ink-2);
        text-decoration: none;
        transition: color .2s;
      }
.footer-col a:hover { color: var(--brand); }
.footer-brand p {
        font-size: 13px; color: var(--ink-2);
        line-height: 1.6;
        margin: 12px 0 20px;
        max-width: 280px;
      }
.social-icons { display: flex; gap: 10px; }
.social-icons a {
        width: 36px; height: 36px;
        display: flex; align-items: center; justify-content: center;
        border-radius: 50%;
        background: var(--surface-2);
        color: var(--ink-2);
        transition: all .2s;
      }
.social-icons a:hover { background: var(--brand); color: #fff; }
.newsletter-form {
        display: flex; gap: 8px;
        margin-top: 12px;
      }
.newsletter-input {
        flex: 1;
        padding: 10px 14px;
        border: 1px solid var(--input);
        border-radius: var(--r-md);
        font-size: 13px;
        outline: none;
        transition: border-color .2s;
      }
.newsletter-input:focus { border-color: var(--brand); }
.newsletter-btn {
        padding: 10px 18px;
        background: var(--brand);
        color: #fff;
        border: none;
        border-radius: var(--r-md);
        font-size: 13px; font-weight: 600;
        cursor: pointer;
        transition: background .2s;
      }
.newsletter-btn:hover { background: var(--brand-hover); }
.footer-bottom {
        border-top: 1px solid var(--line);
        padding: 20px 0;
        display: flex; justify-content: space-between; align-items: center;
        flex-wrap: wrap; gap: 12px;
      }
.footer-bottom p { font-size: 12px; color: var(--ink-3); margin: 0; }
.payment-icons { display: flex; gap: 8px; }
/* Container */
      .container-glaze { max-width: 1280px; margin: 0 auto; padding: 0 20px; }
@media (min-width: 768px) { .container-glaze { padding: 0 32px; } }
/* Category Banner */
      .cat-banner {
        position: relative;
        overflow: hidden;
        background: var(--surface-2);
      }
.cat-banner img {
        width: 100%;
        height: 320px;
        object-fit: cover;
        display: block;
      }
.cat-banner-overlay {
        position: absolute; inset: 0;
        background: linear-gradient(90deg, rgba(31,29,32,.55) 0%, rgba(31,29,32,.25) 50%, rgba(31,29,32,.1) 100%);
      }
.cat-banner-content {
        position: absolute; inset: 0;
        display: flex; flex-direction: column; justify-content: center;
      }
/* Sidebar Filter */
      .filter-section {
        border-bottom: 1px solid var(--line);
        padding: 20px 0;
      }
/* Color swatches */
      .color-swatches {
        display: flex; flex-wrap: wrap; gap: 10px;
      }
.color-swatch {
        width: 28px; height: 28px;
        border-radius: 50%;
        cursor: pointer;
        border: 2px solid transparent;
        transition: all .2s;
        position: relative;
      }
.color-swatch:hover { transform: scale(1.1); }
.color-swatch.selected {
        border-color: var(--brand);
        box-shadow: 0 0 0 2px var(--brand-light);
      }
.color-swatch.selected::after {
        content: '';
        position: absolute; inset: 4px;
        border: 2px solid #fff;
        border-radius: 50%;
        opacity: .7;
      }
/* Price range */
      .price-range-inputs {
        display: flex; gap: 8px; align-items: center;
      }
.price-input {
        width: 100%;
        padding: 8px 10px;
        border: 1px solid var(--input);
        border-radius: var(--r-sm);
        font-size: 13px;
        color: var(--ink);
        background: #fff;
        outline: none;
        transition: border-color .2s;
      }
.price-input:focus { border-color: var(--brand); }
/* Sort & Top Bar */
      .sort-bar {
        display: flex; justify-content: space-between; align-items: center;
        padding: 16px 0;
        border-bottom: 1px solid var(--line);
        margin-bottom: 24px;
      }
.sort-bar-left,
.sort-bar-right {
        display: flex; align-items: center;
      }
.sort-bar-left { gap: 16px; }
.sort-bar-right { gap: 12px; }
.result-count { font-size: 13px; color: var(--ink-2); }
/* Filter toggle — desktop default (with text label) */
.mobile-filter-toggle {
        display: flex; align-items: center; gap: 6px;
        padding: 8px 16px;
        border-radius: var(--r-md);
        border: 1px solid var(--input);
        background: transparent;
        color: var(--ink-2);
        cursor: pointer;
        font-size: 14px;
}
.filter-text { display: inline; }
/* Sort wrapper + icon */
.sort-wrapper { display: flex; align-items: center; gap: 8px; }
.sort-icon { display: block; }
/* Product Grid */
      .product-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 24px;
      }
@media (max-width: 1024px) {
        .product-grid { grid-template-columns: repeat(2, 1fr); }
      }
/* Active filter chips */
      .active-filters {
        display: flex; flex-wrap: wrap; gap: 8px;
        margin-bottom: 16px;
      }
.filter-chip {
        display: inline-flex; align-items: center; gap: 6px;
        padding: 6px 10px 6px 12px;
        background: var(--brand-light);
        color: var(--brand);
        font-size: 12px; font-weight: 500;
        border-radius: var(--r-pill);
      }
.filter-chip button {
        display: flex; align-items: center; justify-content: center;
        width: 16px; height: 16px;
        border-radius: 50%;
        background: transparent;
        color: var(--brand);
        cursor: pointer;
        border: none;
        transition: background .2s;
      }
.filter-chip button:hover { background: rgba(214,51,108,.15); }
* { box-sizing: border-box; }
.container-glaze { max-width: 1280px; margin: 0 auto; padding: 0 20px; }
/* Compact Header */
    .checkout-header {
      background: #fff;
      border-bottom: 1px solid var(--line);
    }
.checkout-header .container-glaze {
      height: 72px;
      display: flex;
      align-items: center;
      justify-content: space-between;
    }
.checkout-header .secure-badge {
      display: flex;
      align-items: center;
      gap: 6px;
      font-size: 12px;
      color: var(--ink-3);
      font-weight: 500;
    }
/* Checkout Layout */
    .checkout-layout {
      display: grid;
      grid-template-columns: 1fr 420px;
      gap: 40px;
      align-items: start;
      padding: 40px 0 64px;
    }
/* Steps indicator */
    .checkout-steps {
      display: flex;
      align-items: center;
      gap: 0;
      margin-bottom: 32px;
    }
.step-item {
      display: flex;
      align-items: center;
      gap: 10px;
      flex: 1;
      position: relative;
    }
.step-num {
      width: 28px; height: 28px;
      border-radius: 50%;
      display: flex; align-items: center; justify-content: center;
      font-size: 13px; font-weight: 600;
      flex-shrink: 0;
    }
.step-item.active .step-num {
      background: var(--brand);
      color: #fff;
    }
.step-item.done .step-num {
      background: var(--success);
      color: #fff;
    }
.step-item.inactive .step-num {
      background: var(--surface-2);
      color: var(--ink-3);
    }
.step-label {
      font-size: 13px;
      font-weight: 500;
    }
.step-item.active .step-label { color: var(--brand); }
.step-item.done .step-label { color: var(--success); }
.step-item.inactive .step-label { color: var(--ink-3); }
.step-line {
      flex: 1;
      height: 2px;
      background: var(--line);
      margin: 0 12px;
    }
.step-item.done + .step-line { background: var(--success); }
/* Form Sections */
    .checkout-section {
      background: #fff;
      border-radius: var(--r-lg);
      border: 1px solid var(--line);
      margin-bottom: 16px;
      overflow: hidden;
    }
.section-header {
      padding: 20px 24px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      border-bottom: 1px solid var(--line);
    }
.section-header h2 {
      font-family: 'Playfair Display', Georgia, serif;
      font-size: 20px;
      font-weight: 600;
      margin: 0;
    }
.section-header .step-badge {
      font-size: 12px;
      color: var(--brand);
      font-weight: 600;
      background: var(--brand-light);
      padding: 4px 10px;
      border-radius: var(--r-pill);
    }
.section-body {
      padding: 24px;
    }
.form-row {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 14px;
    }
.form-group {
      margin-bottom: 14px;
    }
.form-group label {
      display: block;
      font-size: 13px;
      font-weight: 500;
      color: var(--ink);
      margin-bottom: 6px;
    }
.form-group label .required { color: var(--error); margin-left: 2px; }
.form-input {
      width: 100%;
      padding: 11px 14px;
      border: 1px solid var(--input);
      border-radius: var(--r-md);
      font-size: 14px;
      color: var(--ink);
      background: #fff;
      transition: border-color .2s, box-shadow .2s;
      outline: none;
    }
.form-input:focus {
      border-color: var(--brand);
      box-shadow: 0 0 0 3px rgba(214,51,108,.1);
    }
.form-input::placeholder { color: var(--ink-3); }
.form-select {
      width: 100%;
      padding: 11px 14px;
      border: 1px solid var(--input);
      border-radius: var(--r-md);
      font-size: 14px;
      color: var(--ink);
      background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%236E6A70' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E") no-repeat right 14px center;
      appearance: none;
      -webkit-appearance: none;
      cursor: pointer;
      transition: border-color .2s;
      outline: none;
    }
.form-select:focus { border-color: var(--brand); box-shadow: 0 0 0 3px rgba(214,51,108,.1); }
.checkbox-wrap {
      display: flex;
      align-items: flex-start;
      gap: 10px;
      cursor: pointer;
      font-size: 13px;
      color: var(--ink-2);
    }
.checkbox-wrap input[type="checkbox"] {
      appearance: none; -webkit-appearance: none;
      width: 16px; height: 16px;
      border: 1.5px solid var(--input);
      border-radius: 3px;
      cursor: pointer;
      position: relative;
      flex-shrink: 0;
      margin-top: 1px;
      transition: all .15s;
    }
.checkbox-wrap input[type="checkbox"]:checked {
      background: var(--brand); border-color: var(--brand);
    }
.checkbox-wrap input[type="checkbox"]:checked::after {
      content: ''; position: absolute;
      left: 4px; top: 1px;
      width: 5px; height: 9px;
      border: solid #fff; border-width: 0 2px 2px 0;
      transform: rotate(45deg);
    }
/* Shipping Methods */
    .shipping-options {
      display: flex;
      flex-direction: column;
      gap: 10px;
    }
.shipping-option {
      display: flex;
      align-items: center;
      gap: 12px;
      padding: 14px 16px;
      border: 1px solid var(--input);
      border-radius: var(--r-md);
      cursor: pointer;
      transition: all .2s;
      background: #fff;
    }
.shipping-option:hover { border-color: var(--brand); }
.shipping-option.selected {
      border-color: var(--brand);
      background: var(--brand-light);
    }
.shipping-option input[type="radio"] {
      appearance: none; -webkit-appearance: none;
      width: 18px; height: 18px;
      border: 2px solid var(--input);
      border-radius: 50%;
      cursor: pointer;
      position: relative;
      flex-shrink: 0;
      transition: all .15s;
    }
.shipping-option.selected input[type="radio"] {
      border-color: var(--brand);
    }
.shipping-option.selected input[type="radio"]::after {
      content: ''; position: absolute;
      top: 3px; left: 3px;
      width: 8px; height: 8px;
      background: var(--brand);
      border-radius: 50%;
    }
.shipping-option-info { flex: 1; }
.shipping-option-name {
      font-size: 14px;
      font-weight: 500;
      color: var(--ink);
    }
.shipping-option-desc {
      font-size: 12px;
      color: var(--ink-3);
      margin-top: 2px;
    }
.shipping-option-price {
      font-size: 14px;
      font-weight: 600;
      color: var(--ink);
    }
.shipping-option-price.free { color: var(--success); }
/* Payment Methods */
    .payment-options {
      display: flex;
      flex-direction: column;
      gap: 10px;
      margin-bottom: 20px;
    }
.payment-option {
      display: flex;
      align-items: center;
      gap: 12px;
      padding: 14px 16px;
      border: 1px solid var(--input);
      border-radius: var(--r-md);
      cursor: pointer;
      transition: all .2s;
      background: #fff;
    }
.payment-option:hover { border-color: var(--brand); }
.payment-option.selected {
      border-color: var(--brand);
      background: var(--brand-light);
    }
.payment-option input[type="radio"] {
      appearance: none; -webkit-appearance: none;
      width: 18px; height: 18px;
      border: 2px solid var(--input);
      border-radius: 50%;
      cursor: pointer;
      position: relative;
      flex-shrink: 0;
    }
.payment-option.selected input[type="radio"] { border-color: var(--brand); }
.payment-option.selected input[type="radio"]::after {
      content: ''; position: absolute;
      top: 3px; left: 3px;
      width: 8px; height: 8px;
      background: var(--brand);
      border-radius: 50%;
    }
.payment-option-name {
      font-size: 14px;
      font-weight: 500;
      flex: 1;
    }
.payment-icons-inline {
      display: flex;
      gap: 6px;
    }
.payment-icons-inline .pi {
      width: 36px;
      height: 22px;
      border-radius: 3px;
      background: var(--surface-2);
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 9px;
      font-weight: 700;
      color: var(--ink-2);
    }
.payment-fields {
      border: 1px solid var(--line);
      border-radius: var(--r-md);
      padding: 20px;
      background: var(--surface-2);
    }
.btn-primary {
      width: 100%;
      padding: 14px;
      background: var(--brand);
      color: #fff;
      border: none;
      border-radius: var(--r-md);
      font-size: 15px;
      font-weight: 600;
      cursor: pointer;
      transition: background .2s;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
    }
.btn-primary:hover { background: var(--brand-hover); }

/* Product detail page CTAs — match the "Product Detail" design mockup exactly.
   The raw Tailwind arbitrary utilities used inline in tpl_product_info_display.php
   (bg-[var(--brand)], rounded-[var(--r-md)], gap-2.5, text-[15px] …) are NOT present
   in the compiled glaze_tailwind.css, so these semantic classes guarantee the correct
   look without depending on a Tailwind rebuild. */
.btn-add-cart {
  width: 100%;
  padding: 16px;                 /* Tailwind py-4 */
  background: var(--brand);
  color: #fff;
  border: none;
  border-radius: var(--r-md);
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;                     /* Tailwind gap-2.5 */
  transition: all .2s;
}
.btn-add-cart:hover { background: var(--brand-hover); transform: translateY(-2px); box-shadow: var(--shadow-2); }
.btn-add-cart:active { transform: translateY(0); }
.btn-add-cart:disabled { opacity: .5; cursor: not-allowed; transform: none; box-shadow: none; }

.btn-wishlist {
  width: 100%;
  padding: 14px;                 /* Tailwind py-[14px] */
  background: var(--surface);
  color: var(--brand);
  border: 1px solid var(--border);
  border-radius: var(--r-md);
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: all .2s;
  text-decoration: none;
}
.btn-wishlist:hover { background: var(--brand-light); border-color: var(--brand); }

.btn-buy-now {
  width: 100%;
  padding: 14px;                 /* Tailwind py-[14px] */
  background: transparent;
  color: var(--ink);
  border: 2px solid var(--ink);
  border-radius: var(--r-md);
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .2s;
  text-decoration: none;
}
.btn-buy-now:hover { background: var(--ink); color: #fff; }
.secure-note {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 6px;
      font-size: 12px;
      color: var(--ink-3);
      margin-top: 14px;
    }
/* Order Summary (sidebar) */
    .order-summary {
      position: sticky;
      top: 24px;
      background: #fff;
      border-radius: var(--r-lg);
      border: 1px solid var(--line);
      overflow: hidden;
    }
.summary-header {
      padding: 20px 24px;
      border-bottom: 1px solid var(--line);
    }
.summary-header h3 {
      font-family: 'Playfair Display', Georgia, serif;
      font-size: 20px;
      font-weight: 600;
      margin: 0;
    }
.summary-body { padding: 20px 24px; }
.cart-items-mini {
      display: flex;
      flex-direction: column;
      gap: 14px;
      margin-bottom: 20px;
    }
.cart-item-mini {
      display: flex;
      gap: 12px;
      align-items: center;
    }
.cart-item-mini-img {
      width: 56px; height: 56px;
      border-radius: var(--r-sm);
      overflow: hidden;
      background: var(--surface-2);
      flex-shrink: 0;
      position: relative;
    }
.cart-item-mini-img img { width: 100%; height: 100%; object-fit: cover; }
.cart-item-mini-qty {
      position: absolute;
      top: -6px; right: -6px;
      min-width: 18px; height: 18px;
      background: var(--ink-2);
      color: #fff;
      font-size: 10px; font-weight: 600;
      border-radius: 999px;
      display: flex; align-items: center; justify-content: center;
      padding: 0 4px;
    }
.cart-item-mini-info { flex: 1; min-width: 0; }
.cart-item-mini-name {
      font-size: 13px;
      font-weight: 500;
      color: var(--ink);
      line-height: 1.3;
      margin-bottom: 2px;
    }
.cart-item-mini-opt {
      font-size: 11px;
      color: var(--ink-3);
    }
.cart-item-mini-price {
      font-size: 13px;
      font-weight: 600;
      color: var(--ink);
      flex-shrink: 0;
    }
.summary-row {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 10px;
      font-size: 13px;
    }
.summary-row .label { color: var(--ink-2); }
.summary-row .value { color: var(--ink); font-weight: 500; }
.summary-row .value.free { color: var(--success); }
.summary-divider {
      border: none;
      border-top: 1px solid var(--line);
      margin: 16px 0;
    }
.summary-total {
      display: flex;
      justify-content: space-between;
      align-items: baseline;
    }
.summary-total .label {
      font-size: 15px;
      font-weight: 600;
      color: var(--ink);
    }
.summary-total .value {
      font-size: 22px;
      font-weight: 700;
      color: var(--ink);
    }
.summary-discount {
      display: flex;
      gap: 8px;
      margin-top: 16px;
      padding-top: 16px;
      border-top: 1px solid var(--line);
    }
.summary-discount input {
      flex: 1;
      padding: 10px 12px;
      border: 1px solid var(--input);
      border-radius: var(--r-md);
      font-size: 13px;
      outline: none;
      transition: border-color .2s;
    }
.summary-discount input:focus { border-color: var(--brand); }
.summary-discount button {
      padding: 10px 14px;
      background: #fff;
      color: var(--brand);
      border: 1px solid var(--brand);
      border-radius: var(--r-md);
      font-size: 13px;
      font-weight: 600;
      cursor: pointer;
      transition: all .2s;
    }
.summary-discount button:hover { background: var(--brand); color: #fff; }
/* Trust badges */
    .trust-badges {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 10px;
      margin-top: 24px;
    }
.trust-badge {
      text-align: center;
      padding: 10px 6px;
    }
.trust-badge-icon {
      width: 28px; height: 28px;
      margin: 0 auto 6px;
      color: var(--brand);
      display: flex; align-items: center; justify-content: center;
    }
.trust-badge p {
      font-size: 10px;
      color: var(--ink-3);
      margin: 0;
      line-height: 1.3;
    }
/* Breadcrumb */
    .breadcrumb { padding: 20px 0 0; }
.breadcrumb a { color: var(--ink-2); font-size: 13px; text-decoration: none; transition: color .2s; }
/* Contact form */
      .field-label {
        display: block;
        font-size: 13px; font-weight: 600;
        color: var(--ink);
        margin-bottom: 6px;
      }
.field-label .req { color: var(--brand); }
.field-input, .field-select, .field-textarea {
        width: 100%;
        padding: 12px 14px;
        background: var(--surface);
        border: 1px solid var(--input);
        border-radius: var(--r-md);
        font-size: 14px;
        color: var(--ink);
        outline: none;
        transition: border-color .2s, box-shadow .2s;
      }
.field-input::placeholder, .field-textarea::placeholder { color: var(--ink-3); }
.field-input:focus, .field-select:focus, .field-textarea:focus {
        border-color: var(--brand);
        box-shadow: 0 0 0 3px var(--brand-light);
      }
.field-select {
        appearance: none;
        -webkit-appearance: none;
        cursor: pointer;
        padding-right: 40px;
        background-image: none;
      }
.select-wrap { position: relative; }
.select-chevron { position: absolute; right: 14px; top: 50%; transform: translateY(-50%); color: var(--ink-3); pointer-events: none; }
/* Upload zone */
      .upload-zone {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 6px;
        padding: 24px 16px;
        text-align: center;
        background: var(--surface-2);
        border: 1.5px dashed var(--input);
        border-radius: var(--r-md);
        cursor: pointer;
        transition: border-color .2s, background .2s;
      }
.upload-zone:hover { border-color: var(--brand); background: var(--brand-light); }
.upload-zone .upload-icon {
        width: 38px; height: 38px;
        border-radius: 50%;
        background: var(--brand-light);
        color: var(--brand);
        display: flex; align-items: center; justify-content: center;
        margin-bottom: 2px;
      }
.upload-zone p { font-size: 13px; color: var(--ink-2); margin: 0; }
.upload-zone p strong { color: var(--ink); font-weight: 600; }
.upload-zone small { font-size: 12px; color: var(--ink-3); line-height: 1.5; }
/* Buttons */
      .btn-brand {
        display: inline-flex; align-items: center; justify-content: center; gap: 8px;
        padding: 14px 32px;
        background: var(--brand);
        color: var(--brand-ink);
        font-size: 14px; font-weight: 600;
        border: none;
        border-radius: var(--r-pill);
        cursor: pointer;
        text-decoration: none;
        box-shadow: var(--shadow-2);
        transition: background .2s, transform .15s, box-shadow .2s;
      }
.btn-brand:hover { background: var(--brand-hover); }
.btn-brand:active { transform: translateY(1px); }
.btn-ghost {
        display: inline-flex; align-items: center; justify-content: center; gap: 8px;
        padding: 13px 28px;
        background: var(--surface);
        color: var(--ink);
        font-size: 14px; font-weight: 600;
        border: 1px solid var(--input);
        border-radius: var(--r-pill);
        cursor: pointer;
        text-decoration: none;
        transition: all .2s;
      }
.btn-ghost:hover { border-color: var(--brand); color: var(--brand); }
/* Info cards */
      .info-card {
        background: var(--surface);
        border: 1px solid var(--line);
        border-radius: var(--r-lg);
        padding: 24px;
        box-shadow: var(--shadow-1);
      }
.info-card h3 {
        font-size: 15px; font-weight: 600;
        color: var(--ink);
        margin: 0 0 16px;
        display: flex; align-items: center; gap: 10px;
      }
.info-icon {
        width: 34px; height: 34px;
        border-radius: 50%;
        background: var(--brand-light);
        color: var(--brand);
        display: flex; align-items: center; justify-content: center;
        flex-shrink: 0;
      }
.info-row {
        display: flex; align-items: flex-start; gap: 12px;
        padding: 11px 0;
        border-bottom: 1px solid var(--line);
      }
.info-row:last-child { border-bottom: none; padding-bottom: 0; }
.info-row .info-icon { width: 30px; height: 30px; }
.info-row-text { min-width: 0; }
.info-row-text .kicker {
        font-size: 11px; font-weight: 600;
        text-transform: uppercase; letter-spacing: .8px;
        color: var(--ink-3);
        margin-bottom: 2px;
      }
.info-row-text a {
        font-size: 14px; color: var(--ink);
        text-decoration: none; font-weight: 500;
        transition: color .2s;
        word-break: break-word;
      }
.info-row-text a:hover { color: var(--brand); }
.info-row-text p { font-size: 14px; color: var(--ink); font-weight: 500; margin: 0; }
.info-row-text .sub { font-size: 12px; color: var(--ink-3); font-weight: 400; margin-top: 1px; }
/* Business hours */
      .hours-row {
        display: flex; justify-content: space-between; align-items: center;
        padding: 9px 0;
        border-bottom: 1px solid var(--line);
      }
.hours-row:last-child { border-bottom: none; padding-bottom: 0; }
.hours-row .day { font-size: 13.5px; color: var(--ink); font-weight: 500; }
.hours-row .time { font-size: 13px; color: var(--ink-2); }
.hours-row .closed { font-size: 13px; font-weight: 600; color: var(--brand); }
/* FAQ shortcut */
      .faq-link {
        display: flex; align-items: center; gap: 14px;
        background: var(--surface);
        border: 1px solid var(--line);
        border-radius: var(--r-lg);
        padding: 20px 24px;
        text-decoration: none;
        box-shadow: var(--shadow-1);
        transition: all .2s;
      }
.faq-link:hover { border-color: var(--brand); box-shadow: var(--shadow-2); }
.faq-link .faq-text { flex: 1; min-width: 0; }
.faq-link .faq-text p { margin: 0 0 3px; font-size: 13.5px; font-weight: 600; color: var(--ink); }
.faq-link .faq-text span { font-size: 12.5px; color: var(--ink-3); line-height: 1.5; }
/* Social */
      .social-row { display: flex; gap: 10px; margin-top: 2px; }
.social-row a {
        width: 38px; height: 38px;
        display: flex; align-items: center; justify-content: center;
        border-radius: 50%;
        background: var(--surface-2);
        color: var(--ink-2);
        transition: all .2s;
      }
.social-row a:hover { background: var(--brand); color: var(--brand-ink); }
/* Help cards */
      .help-card {
        background: var(--surface);
        border: 1px solid var(--line);
        border-radius: var(--r-lg);
        padding: 28px 26px;
        text-align: left;
        box-shadow: var(--shadow-1);
        transition: all .25s;
        text-decoration: none;
        display: block;
      }
.help-card:hover { transform: translateY(-4px); border-color: var(--brand); box-shadow: var(--shadow-2); }
.help-card .help-icon {
        width: 48px; height: 48px;
        border-radius: var(--r-md);
        background: var(--brand-light);
        color: var(--brand);
        display: flex; align-items: center; justify-content: center;
        margin-bottom: 18px;
      }
.help-card h3 { font-size: 17px; font-weight: 600; color: var(--ink); margin: 0 0 8px; }
.help-card p { font-size: 13.5px; line-height: 1.65; color: var(--ink-2); margin: 0 0 14px; }
.help-card .help-cta {
        font-size: 13px; font-weight: 600; color: var(--brand);
        display: inline-flex; align-items: center; gap: 6px;
      }
/* Banner */
      .contact-banner {
        position: relative;
        overflow: hidden;
        background-color: var(--surface-3);
        background-image:
          radial-gradient(ellipse at 12% 18%, color-mix(in srgb, var(--brand) 14%, transparent), transparent 55%),
          radial-gradient(ellipse at 88% 80%, color-mix(in srgb, var(--brand) 12%, transparent), transparent 55%),
          radial-gradient(circle, color-mix(in srgb, var(--brand) 12%, transparent) 1.5px, transparent 1.6px),
          radial-gradient(circle, color-mix(in srgb, var(--brand) 8%, transparent) 1px, transparent 1.1px);
        background-size: auto, auto, 36px 36px, 24px 24px;
        background-position: 0 0, 0 0, 0 0, 12px 14px;
      }
.banner-ornament {
        position: absolute;
        color: color-mix(in srgb, var(--brand) 24%, transparent);
        pointer-events: none;
      }
/* Icon buttons */
      .icon-btn {
        display: flex; align-items: center; justify-content: center;
        border-radius: var(--r-md);
        transition: all .2s;
        cursor: pointer;
      }
/* Featured Hero Banner */
      .featured-hero {
        position: relative;
        overflow: hidden;
        background: var(--surface-2);
      }
.featured-hero img {
        width: 100%;
        height: 460px;
        object-fit: cover;
        display: block;
      }
.featured-hero-overlay {
        position: absolute; inset: 0;
        background: linear-gradient(135deg, rgba(214,51,108,.65) 0%, rgba(214,51,108,.35) 40%, rgba(31,29,32,.25) 100%);
      }
.featured-hero-content {
        position: absolute; inset: 0;
        display: flex; flex-direction: column; justify-content: center;
      }
.featured-hero-content h1 {
        font-family: 'Playfair Display', Georgia, serif;
        font-size: 56px;
        font-weight: 600;
        color: #fff;
        line-height: 1.1;
        margin: 0 0 16px;
        max-width: 600px;
      }
.featured-hero-content .subtitle {
        font-size: 17px;
        color: rgba(255,255,255,.88);
        max-width: 480px;
        margin: 0 0 28px;
        line-height: 1.6;
      }
.btn-cta {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        padding: 14px 32px;
        background: #fff;
        color: var(--brand);
        font-size: 14px;
        font-weight: 600;
        border-radius: var(--r-pill);
        text-decoration: none;
        transition: all .2s;
        box-shadow: var(--shadow-2);
      }
.btn-cta:hover {
        transform: translateY(-1px);
        box-shadow: 0 12px 28px -8px rgba(214,51,108,.3);
      }
.hero-eyebrow {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        font-size: 12px;
        font-weight: 600;
        letter-spacing: 2px;
        text-transform: uppercase;
        color: rgba(255,255,255,.85);
        margin-bottom: 20px;
      }
.hero-eyebrow::before {
        content: '';
        width: 28px;
        height: 1px;
        background: rgba(255,255,255,.6);
      }
/* Quick Filter Pills */
      .filter-pills {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        justify-content: center;
        padding: 28px 0 8px;
      }
.filter-pill {
        padding: 10px 22px;
        background: var(--surface);
        border: 1px solid var(--line);
        border-radius: var(--r-pill);
        font-size: 13px;
        font-weight: 500;
        color: var(--ink-2);
        cursor: pointer;
        transition: all .2s;
      }
.filter-pill:hover {
        color: var(--brand);
        border-color: var(--brand);
      }
.filter-pill.active {
        background: var(--brand);
        border-color: var(--brand);
        color: #fff;
      }
/* Product Grid - 4 column */
      .product-grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 24px;
      }
@media (max-width: 768px) {
        .product-grid { grid-template-columns: repeat(2, 1fr); }
      }
/* Quick Add Button */
      .quick-add {
        position: absolute;
        bottom: 0; left: 0; right: 0;
        padding: 12px;
        background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,.95) 40%);
        transform: translateY(100%);
        transition: transform .3s ease;
      }
.quick-add-btn {
        width: 100%;
        padding: 10px;
        background: var(--brand);
        color: #fff;
        border: none;
        border-radius: var(--r-md);
        font-size: 13px;
        font-weight: 600;
        cursor: pointer;
        transition: background .2s;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 6px;
      }
.quick-add-btn:hover { background: var(--brand-hover); }
/* Section Heading */
      .section-heading {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        margin-bottom: 4px;
      }
.section-heading h2 {
        font-family: 'Playfair Display', Georgia, serif;
        font-size: 28px;
        font-weight: 600;
        color: var(--ink);
        margin: 0;
      }
/* Why You'll Love These Section */
      .why-love-section {
        margin-top: 72px;
        padding: 56px 0;
        background: var(--surface-2);
        border-radius: var(--r-lg);
      }
.why-love-section .section-title {
        text-align: center;
        margin-bottom: 40px;
      }
.why-love-section .section-title h3 {
        font-family: 'Playfair Display', Georgia, serif;
        font-size: 32px;
        font-weight: 600;
        color: var(--ink);
        margin: 0 0 8px;
      }
.why-love-section .section-title p {
        font-size: 15px;
        color: var(--ink-2);
        margin: 0;
      }
.feature-cards {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 24px;
        padding: 0 24px;
      }
.feature-card {
        background: var(--surface);
        border-radius: var(--r-lg);
        padding: 32px 24px;
        text-align: center;
        transition: transform .25s ease, box-shadow .25s ease;
      }
.feature-card:hover {
        transform: translateY(-4px);
        box-shadow: var(--shadow-2);
      }
.feature-icon {
        width: 56px;
        height: 56px;
        margin: 0 auto 16px;
        background: var(--brand-light);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--brand);
      }
.feature-card h4 {
        font-size: 17px;
        font-weight: 600;
        color: var(--ink);
        margin: 0 0 8px;
      }
.feature-card p {
        font-size: 13px;
        color: var(--ink-2);
        line-height: 1.6;
        margin: 0;
      }
/* Critical layout & component styles that complement Tailwind */
      :root {
        --font-display: 'Playfair Display', Georgia, 'Times New Roman', serif;
      }
html { scroll-behavior: smooth; }
/* Sticky header with backdrop blur */
      .glaze-header {
        position: sticky;
        top: 0;
        z-index: 50;
        background: rgba(255,255,255,0.85);
        backdrop-filter: saturate(180%) blur(12px);
        -webkit-backdrop-filter: saturate(180%) blur(12px);
        border-bottom: 1px solid var(--line);
        transition: box-shadow 0.3s ease;
      }
/* Nav link underline animation */
      .nav-link { position: relative; padding: 4px 0; transition: color 0.2s ease; cursor: pointer; }
.nav-link::after {
        content: ''; position: absolute; left: 0; right: 0; bottom: -2px;
        height: 2px; background: var(--brand); transform: scaleX(0);
        transform-origin: center; transition: transform 0.25s ease;
        border-radius: 2px;
      }
.nav-link:hover::after, .nav-item:hover > .nav-link::after, .nav-link.active::after { transform: scaleX(1); }
/* Product card */
      .product-card { transition: transform 0.3s cubic-bezier(.2,.8,.2,1), box-shadow 0.3s ease; }
.product-card .quick-add {
        position: absolute; left: 8px; right: 8px; bottom: 8px;
        transform: translateY(120%); opacity: 0;
        transition: transform 0.3s cubic-bezier(.2,.8,.2,1), opacity 0.3s ease;
      }
.product-card .fav-btn { transition: transform 0.2s ease, color 0.2s ease; }
.product-card .fav-btn:hover { transform: scale(1.15); color: var(--brand); }
/* Category tile */
      .cat-tile { transition: transform 0.3s cubic-bezier(.2,.8,.2,1), box-shadow 0.3s ease; overflow: hidden; }
.cat-tile:hover { transform: translateY(-2px); box-shadow: var(--shadow-2); }
.cat-tile .cat-img { transition: transform 0.5s cubic-bezier(.2,.8,.2,1); }
.cat-tile:hover .cat-img { transform: scale(1.06); }
/* CTA button micro-interaction */
      .btn-primary { transition: transform 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease; }
.btn-outline { transition: transform 0.2s ease, background-color 0.2s ease, border-color 0.2s ease; }
.btn-outline:hover { transform: translateY(-1px); background: var(--brand-light); border-color: var(--brand); color: var(--brand); }
/* Icon button */
      .icon-btn { transition: background-color 0.2s ease, color 0.2s ease; border-radius: var(--r-md); }
/* Hero gradient wash */
      .hero-wash {
        background:
          radial-gradient(ellipse 80% 60% at 85% 30%, rgba(214,51,108,0.08), transparent 60%),
          radial-gradient(ellipse 60% 50% at 10% 90%, rgba(214,51,108,0.05), transparent 60%),
          var(--bg);
      }
/* Marquee */
      .marquee-strip { background: var(--surface-2); }
/* Testimonial card */
      .testimonial-card {
        background: var(--surface);
        border: 1px solid var(--line);
        border-radius: var(--r-lg);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
      }
.testimonial-card:hover { transform: translateY(-2px); box-shadow: var(--shadow-2); }
.site-footer a { color: #B8B2B6; transition: color 0.2s ease; }
.site-footer a:hover { color: #fff; }
/* Newsletter */
      .newsletter { background: var(--brand); position: relative; overflow: hidden; }
.newsletter::before {
        content: ''; position: absolute; inset: 0;
        background: radial-gradient(ellipse 60% 80% at 20% 50%, rgba(255,255,255,0.08), transparent 60%);
        pointer-events: none;
      }
/* Editorial banner */
      .editorial-img { transition: transform 0.6s cubic-bezier(.2,.8,.2,1); }
.editorial-section:hover .editorial-img { transform: scale(1.02); }
/* Badge */
      .badge-new { background: var(--brand); color: #fff; font-size: 10px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; padding: 3px 8px; border-radius: var(--r-sm); }
.badge-bestseller { background: var(--ink); color: #fff; font-size: 10px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; padding: 3px 8px; border-radius: var(--r-sm); }
/* Rating stars */
      .star-filled { color: #E8B04C; fill: #E8B04C; }
/* Announcement bar */
      .announcement { background: var(--brand); color: #fff; }
/* Focus visible */
      button:focus-visible, a:focus-visible, input:focus-visible {
        outline: 2px solid var(--ring); outline-offset: 2px; border-radius: var(--r-sm);
      }
/* Cart badge */
      .cart-badge {
        position: absolute; top: -4px; right: -6px;
        min-width: 16px; height: 16px; padding: 0 4px;
        background: var(--brand); color: #fff;
        font-size: 10px; font-weight: 700; line-height: 16px; text-align: center;
        border-radius: var(--r-pill); border: 2px solid #fff;
      }
/* Reduced motion */
      @media (prefers-reduced-motion: reduce) {
        *, *::before, *::after { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }
        html { scroll-behavior: auto; }
      }
/* Additional end-of-body styles for component polish */
      .text-balance { text-wrap: balance; }
/* Header (compact for auth pages) */
    .auth-header {
      background: var(--surface);
      border-bottom: 1px solid var(--line);
    }
.auth-header .container-glaze {
      height: 72px;
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
    }
.auth-header .back-link {
      position: absolute;
      left: 20px;
      top: 50%;
      transform: translateY(-50%);
      font-size: 13px;
      color: var(--ink-2);
      text-decoration: none;
      display: inline-flex;
      align-items: center;
      gap: 4px;
      transition: color .2s;
    }
.auth-header .back-link:hover { color: var(--brand); }
/* Auth Layout */
    .auth-page {
      min-height: calc(100vh - 72px);
      display: flex;
      align-items: center;
      padding: 48px 0;
    }
.auth-card {
      background: #fff;
      border-radius: var(--r-lg);
      border: 1px solid var(--line);
      overflow: hidden;
      display: grid;
      grid-template-columns: 1fr 1fr;
      max-width: 960px;
      width: 100%;
      margin: 0 auto;
      box-shadow: var(--shadow-2);
    }
.auth-visual {
      background: linear-gradient(135deg, var(--brand) 0%, #E85A8B 100%);
      padding: 48px;
      color: #fff;
      display: flex;
      flex-direction: column;
      justify-content: center;
      position: relative;
      overflow: hidden;
    }
.auth-visual::before {
      content: '';
      position: absolute;
      top: -100px;
      right: -100px;
      width: 300px;
      height: 300px;
      background: rgba(255,255,255,.08);
      border-radius: 50%;
    }
.auth-visual::after {
      content: '';
      position: absolute;
      bottom: -80px;
      left: -80px;
      width: 240px;
      height: 240px;
      background: rgba(255,255,255,.06);
      border-radius: 50%;
    }
.auth-visual-content { position: relative; z-index: 1; }
.auth-visual h2 {
      font-family: 'Playfair Display', Georgia, serif;
      font-size: 32px;
      font-weight: 600;
      line-height: 1.25;
      margin: 0 0 16px;
    }
.auth-visual p {
      font-size: 14px;
      line-height: 1.6;
      opacity: .9;
      margin: 0 0 28px;
    }
.auth-benefits {
      list-style: none;
      padding: 0;
      margin: 0;
    }
.auth-benefits li {
      display: flex;
      align-items: flex-start;
      gap: 12px;
      margin-bottom: 16px;
      font-size: 14px;
    }
.auth-benefits .benefit-icon {
      width: 24px; height: 24px;
      flex-shrink: 0;
      background: rgba(255,255,255,.2);
      border-radius: 50%;
      display: flex; align-items: center; justify-content: center;
      margin-top: -2px;
    }
/* Auth Form */
    .auth-form-wrap {
      padding: 48px 44px;
    }
.auth-tabs {
      display: flex;
      gap: 0;
      margin-bottom: 28px;
      border-bottom: 1px solid var(--line);
    }
.auth-tab {
      flex: 1;
      padding: 12px 0;
      font-size: 14px;
      font-weight: 500;
      color: var(--ink-2);
      background: none;
      border: none;
      cursor: pointer;
      position: relative;
      transition: color .2s;
    }
.auth-tab.active {
      color: var(--brand);
    }
.auth-tab.active::after {
      content: '';
      position: absolute;
      bottom: -1px;
      left: 0; right: 0;
      height: 2px;
      background: var(--brand);
      border-radius: 2px 2px 0 0;
    }
.auth-title {
      font-family: 'Playfair Display', Georgia, serif;
      font-size: 26px;
      font-weight: 600;
      margin: 0 0 8px;
    }
.auth-subtitle {
      font-size: 13px;
      color: var(--ink-2);
      margin: 0 0 24px;
      line-height: 1.5;
    }
.form-options {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 20px;
    }
.forgot-link {
      font-size: 13px;
      color: var(--brand);
      text-decoration: none;
      font-weight: 500;
    }
.forgot-link:hover { text-decoration: underline; }
.divider {
      display: flex;
      align-items: center;
      gap: 12px;
      margin: 20px 0;
    }
.divider::before, .divider::after {
      content: '';
      flex: 1;
      height: 1px;
      background: var(--line);
    }
.divider span {
      font-size: 12px;
      color: var(--ink-3);
      text-transform: uppercase;
      letter-spacing: .5px;
    }
.social-buttons {
      display: flex;
      gap: 10px;
    }
.social-btn {
      flex: 1;
      padding: 10px;
      border: 1px solid var(--input);
      border-radius: var(--r-md);
      background: #fff;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: all .2s;
      color: var(--ink-2);
    }
.social-btn:hover { border-color: var(--brand); color: var(--brand); }
.auth-footer {
      margin-top: 20px;
      text-align: center;
      font-size: 13px;
      color: var(--ink-2);
    }
.auth-footer a {
      color: var(--brand);
      text-decoration: none;
      font-weight: 500;
    }
.auth-footer a:hover { text-decoration: underline; }
/* Password strength */
    .password-strength {
      margin-top: 8px;
    }
.strength-bar {
      height: 4px;
      background: var(--surface-2);
      border-radius: 2px;
      overflow: hidden;
      display: flex;
      gap: 3px;
    }
.strength-bar span {
      flex: 1;
      height: 100%;
      background: var(--surface-2);
      border-radius: 2px;
      transition: background .2s;
    }
.strength-bar span.active-weak { background: var(--error); }
.strength-bar span.active-medium { background: var(--warning); }
.strength-bar span.active-strong { background: var(--success); }
.strength-text {
      font-size: 11px;
      color: var(--ink-3);
      margin-top: 4px;
    }
.form-note {
      font-size: 12px;
      color: var(--ink-3);
      line-height: 1.5;
      margin-top: 12px;
    }
.form-note a { color: var(--brand); text-decoration: none; }
.form-note a:hover { text-decoration: underline; }
/* Hidden form panel */
    .form-panel { display: none; }
.form-panel.active { display: block; }
/* Mega Menu (shared) */
    .mega-menu {
      position: absolute; top: 100%; left: 50%;
      transform: translateX(-50%) translateY(8px);
      min-width: 720px; background: #fff;
      border-radius: 0 0 var(--r-lg) var(--r-lg);
      box-shadow: 0 20px 60px -15px rgba(31,29,32,.18);
      border: 1px solid var(--line); border-top: none;
      padding: 32px; opacity: 0; visibility: hidden;
      transition: all .2s ease; pointer-events: none; z-index: 50;
    }
.dropdown-menu {
      position: absolute; top: 100%; left: 50%;
      transform: translateX(-50%) translateY(8px);
      min-width: 200px; background: #fff;
      border-radius: 0 0 var(--r-md) var(--r-md);
      box-shadow: 0 12px 40px -10px rgba(31,29,32,.18);
      border: 1px solid var(--line); border-top: none;
      padding: 12px 0; opacity: 0; visibility: hidden;
      transition: all .2s ease; pointer-events: none; z-index: 50;
    }
.mega-menu-shapes { min-width: 560px; }
/* Account Layout */
    .account-layout {
      display: grid;
      grid-template-columns: 260px 1fr;
      gap: 32px;
      padding: 32px 0 64px;
      align-items: start;
    }
/* Sidebar Nav */
    .account-sidebar {
      background: #fff;
      border-radius: var(--r-lg);
      border: 1px solid var(--line);
      overflow: hidden;
      position: sticky;
      top: 92px;
    }
.sidebar-profile {
      padding: 24px;
      text-align: center;
      border-bottom: 1px solid var(--line);
      background: linear-gradient(135deg, var(--brand-light) 0%, #fff 100%);
    }
.avatar {
      width: 64px; height: 64px;
      border-radius: 50%;
      background: var(--brand);
      color: #fff;
      display: flex; align-items: center; justify-content: center;
      font-family: 'Playfair Display', Georgia, serif;
      font-size: 24px;
      font-weight: 600;
      margin: 0 auto 12px;
    }
.sidebar-profile h3 {
      font-size: 16px;
      font-weight: 600;
      margin: 0 0 4px;
    }
.sidebar-profile p {
      font-size: 12px;
      color: var(--ink-2);
      margin: 0;
    }
.rewards-badge {
      display: inline-flex;
      align-items: center;
      gap: 4px;
      margin-top: 10px;
      padding: 4px 10px;
      background: #fff;
      border: 1px solid var(--line);
      border-radius: var(--r-pill);
      font-size: 11px;
      font-weight: 600;
      color: var(--brand);
    }
.sidebar-nav {
      padding: 12px 0;
    }
.sidebar-nav-group-title {
      font-size: 11px;
      font-weight: 600;
      color: var(--ink-3);
      text-transform: uppercase;
      letter-spacing: 1px;
      padding: 12px 20px 6px;
    }
.sidebar-link {
      display: flex;
      align-items: center;
      gap: 12px;
      padding: 10px 20px;
      font-size: 13px;
      font-weight: 500;
      color: var(--ink-2);
      text-decoration: none;
      transition: all .15s;
      border-left: 3px solid transparent;
    }
.sidebar-link:hover {
      color: var(--brand);
      background: var(--brand-light);
      border-left-color: var(--brand);
    }
.sidebar-link.active {
      color: var(--brand);
      background: var(--brand-light);
      border-left-color: var(--brand);
    }
.sidebar-link svg { width: 18px; height: 18px; flex-shrink: 0; }
.sidebar-logout {
      display: flex;
      align-items: center;
      gap: 12px;
      padding: 14px 20px;
      font-size: 13px;
      font-weight: 500;
      color: var(--error);
      text-decoration: none;
      border-top: 1px solid var(--line);
      transition: background .15s;
    }
.sidebar-logout:hover { background: #FEF0F0; }
/* Account Content */
    .account-content { min-width: 0; }
.account-card {
      background: #fff;
      border-radius: var(--r-lg);
      border: 1px solid var(--line);
      margin-bottom: 24px;
      overflow: hidden;
    }
.card-header {
      padding: 20px 24px;
      border-bottom: 1px solid var(--line);
      display: flex;
      justify-content: space-between;
      align-items: center;
    }
.card-header h2 {
      font-family: 'Playfair Display', Georgia, serif;
      font-size: 22px;
      font-weight: 600;
      margin: 0;
    }
.card-header .card-action {
      font-size: 13px;
      font-weight: 500;
      color: var(--brand);
      text-decoration: none;
      cursor: pointer;
      background: none;
      border: none;
      padding: 0;
    }
.card-header .card-action:hover { text-decoration: underline; }
.card-body { padding: 24px; }
/* Page title */
    .page-title-wrap {
      margin-bottom: 24px;
    }
.page-title-wrap h1 {
      font-family: 'Playfair Display', Georgia, serif;
      font-size: 32px;
      font-weight: 600;
      margin: 0 0 4px;
    }
.page-title-wrap p {
      font-size: 14px;
      color: var(--ink-2);
      margin: 0;
    }
/* Stats Cards */
    .stats-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 16px;
      margin-bottom: 24px;
    }
.stat-card {
      background: #fff;
      border-radius: var(--r-md);
      border: 1px solid var(--line);
      padding: 20px;
    }
.stat-icon {
      width: 40px; height: 40px;
      border-radius: var(--r-md);
      background: var(--brand-light);
      color: var(--brand);
      display: flex; align-items: center; justify-content: center;
      margin-bottom: 12px;
    }
.stat-value {
      font-size: 24px;
      font-weight: 700;
      color: var(--ink);
      margin-bottom: 2px;
    }
.stat-label {
      font-size: 12px;
      color: var(--ink-3);
    }
/* Orders Table */
    .orders-table {
      width: 100%;
      border-collapse: collapse;
    }
.orders-table th {
      text-align: left;
      font-size: 12px;
      font-weight: 600;
      color: var(--ink-3);
      text-transform: uppercase;
      letter-spacing: .5px;
      padding: 12px 16px;
      border-bottom: 1px solid var(--line);
    }
.orders-table td {
      padding: 16px;
      border-bottom: 1px solid var(--line);
      font-size: 13px;
      color: var(--ink);
    }
.orders-table tr:last-child td { border-bottom: none; }
.order-id {
      font-weight: 600;
      color: var(--brand);
      text-decoration: none;
    }
.order-id:hover { text-decoration: underline; }
.order-date { color: var(--ink-2); }
.order-total { font-weight: 600; }
.status-badge {
      display: inline-flex;
      align-items: center;
      gap: 5px;
      padding: 4px 10px;
      border-radius: var(--r-pill);
      font-size: 11px;
      font-weight: 600;
      text-transform: capitalize;
    }
.status-badge.delivered { background: #E8F8EF; color: var(--success); }
.status-badge.shipped { background: #EAF4FD; color: var(--info); }
.status-badge.processing { background: #FFF4E0; color: var(--warning); }
.status-badge::before {
      content: '';
      width: 6px; height: 6px;
      border-radius: 50%;
      background: currentColor;
    }
/* Wishlist preview */
    .wishlist-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 16px;
    }
.wish-item {
      border-radius: var(--r-md);
      overflow: hidden;
      border: 1px solid var(--line);
      background: #fff;
      transition: transform .2s, box-shadow .2s;
      cursor: pointer;
    }
.wish-item:hover { transform: translateY(-2px); box-shadow: var(--shadow-2); }
.wish-item-img {
      aspect-ratio: 1;
      overflow: hidden;
      background: var(--surface-2);
    }
.wish-item-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.wish-item:hover .wish-item-img img { transform: scale(1.05); }
.wish-item-info { padding: 12px; }
.wish-item-name { font-size: 12px; font-weight: 500; color: var(--ink); margin: 0 0 4px; line-height: 1.3; }
.wish-item-price { font-size: 13px; font-weight: 600; color: var(--ink); }
/* Address Cards */
    .address-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 16px;
    }
@media (max-width: 700px) { .address-grid { grid-template-columns: 1fr; } }
.address-card {
      border: 1px solid var(--line);
      border-radius: var(--r-md);
      padding: 20px;
      background: #fff;
    }
.address-card-title {
      font-size: 13px;
      font-weight: 600;
      color: var(--ink);
      margin-bottom: 10px;
      display: flex;
      justify-content: space-between;
      align-items: center;
    }
.address-card-body {
      font-size: 13px;
      color: var(--ink-2);
      line-height: 1.6;
    }
.address-card-body strong { color: var(--ink); display: block; margin-bottom: 2px; }
.breadcrumb { padding: 20px 0 0; }
/* New Arrivals Hero */
      .new-arrivals-hero {
        background: var(--surface-2);
        position: relative;
        overflow: hidden;
      }
.new-arrivals-hero::before {
        content: '';
        position: absolute;
        top: -50%; right: -10%;
        width: 500px; height: 500px;
        background: radial-gradient(circle, rgba(214,51,108,.12) 0%, transparent 70%);
        border-radius: 50%;
      }
.new-arrivals-hero::after {
        content: '';
        position: absolute;
        bottom: -30%; left: -5%;
        width: 400px; height: 400px;
        background: radial-gradient(circle, rgba(214,51,108,.08) 0%, transparent 70%);
        border-radius: 50%;
      }
.new-pill {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: var(--ink);
        color: #fff;
        font-size: 11px;
        font-weight: 700;
        padding: 5px 12px;
        border-radius: var(--r-pill);
        text-transform: uppercase;
        letter-spacing: 1.5px;
      }
.category-pills {
        display: flex;
        gap: 8px;
        flex-wrap: wrap;
      }
.cat-pill {
        padding: 8px 18px;
        border: 1px solid var(--input);
        border-radius: var(--r-pill);
        font-size: 13px;
        font-weight: 500;
        color: var(--ink-2);
        background: var(--surface);
        cursor: pointer;
        transition: all .2s;
      }
.cat-pill:hover {
        color: var(--brand);
        border-color: var(--brand);
      }
.cat-pill.active {
        background: var(--ink);
        color: #fff;
        border-color: var(--ink);
      }
.date-indicator {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        font-size: 13px;
        color: var(--ink-2);
      }
.date-indicator .dot {
        width: 6px; height: 6px;
        background: var(--brand);
        border-radius: 50%;
        animation: pulse-dot 2s ease-in-out infinite;
      }
@keyframes pulse-dot {
        0%, 100% { opacity: 1; transform: scale(1); }
        50% { opacity: .6; transform: scale(1.3); }
      }
/* Featured Drops Row */
      .featured-drops {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 24px;
      }
@media (max-width: 640px) {
        .featured-drops { grid-template-columns: 1fr; }
      }
.featured-drop-card {
        background: var(--surface);
        border-radius: var(--r-lg);
        overflow: hidden;
        transition: transform .3s ease, box-shadow .3s ease;
        cursor: pointer;
        position: relative;
        border: 1px solid var(--line);
      }
.featured-drop-card:hover {
        transform: translateY(-6px);
        box-shadow: var(--shadow-2);
      }
.featured-drop-image {
        position: relative;
        aspect-ratio: 4 / 5;
        overflow: hidden;
        background: var(--surface-2);
      }
.featured-drop-image img {
        width: 100%; height: 100%;
        object-fit: cover;
        transition: transform .5s ease;
      }
.featured-drop-card:hover .featured-drop-image img {
        transform: scale(1.06);
      }
.featured-drop-badge {
        position: absolute; top: 16px; left: 16px;
        background: var(--ink);
        color: #fff;
        font-size: 11px; font-weight: 700;
        padding: 5px 12px;
        border-radius: var(--r-pill);
        text-transform: uppercase;
        letter-spacing: 1px;
        box-shadow: var(--shadow-1);
      }
.featured-drop-info {
        padding: 20px 20px 24px;
      }
.just-dropped-label {
        display: inline-flex;
        align-items: center;
        gap: 5px;
        font-size: 11px;
        font-weight: 600;
        color: var(--brand);
        text-transform: uppercase;
        letter-spacing: .5px;
        margin-bottom: 8px;
      }
.just-dropped-label::before {
        content: '';
        width: 6px; height: 6px;
        background: var(--brand);
        border-radius: 50%;
        animation: pulse-dot 2s ease-in-out infinite;
      }
.featured-drop-title {
        font-family: 'Playfair Display', Georgia, serif;
        font-size: 22px;
        font-weight: 600;
        color: var(--ink);
        margin: 0 0 8px;
        line-height: 1.3;
      }
.featured-drop-price {
        font-size: 18px;
        font-weight: 600;
        color: var(--ink);
        margin-bottom: 12px;
      }
.shop-now-link {
        display: inline-flex;
        align-items: center;
        gap: 4px;
        font-size: 13px;
        font-weight: 600;
        color: var(--brand);
        text-decoration: none;
        border-bottom: 1px solid var(--brand);
        padding-bottom: 2px;
        transition: gap .2s;
      }
.shop-now-link:hover { gap: 8px; }
.items-per-page {
        display: flex;
        align-items: center;
        gap: 6px;
        font-size: 13px;
        color: var(--ink-2);
      }
.items-per-page select {
        padding: 6px 28px 6px 10px;
        border: 1px solid var(--input);
        border-radius: var(--r-sm);
        font-size: 13px;
        color: var(--ink);
        background: #fff;
        cursor: pointer;
        appearance: none;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%236E6A70' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: right 8px center;
      }
/* Product Grid - 4 columns for new products page */
      .product-grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 20px;
      }
.quick-add {
        position: absolute;
        bottom: 0; left: 0; right: 0;
        padding: 12px;
        background: linear-gradient(180deg, transparent 0%, rgba(31,29,32,.6) 100%);
        transform: translateY(100%);
        transition: transform .3s ease;
      }
.product-date {
        font-size: 11px;
        color: var(--brand);
        font-weight: 500;
        margin-bottom: 4px;
        text-transform: uppercase;
        letter-spacing: .3px;
      }
/* CTA Banner */
      .cta-banner {
        margin-top: 72px;
        border-radius: var(--r-lg);
        padding: 56px 48px;
        background: linear-gradient(135deg, var(--brand) 0%, #A02558 100%);
        position: relative;
        overflow: hidden;
      }
.cta-banner::before {
        content: '';
        position: absolute;
        top: -50%; right: -10%;
        width: 400px; height: 400px;
        background: radial-gradient(circle, rgba(255,255,255,.1) 0%, transparent 60%);
        border-radius: 50%;
      }
.cta-banner::after {
        content: '';
        position: absolute;
        bottom: -80%; left: 10%;
        width: 500px; height: 500px;
        background: radial-gradient(circle, rgba(255,255,255,.08) 0%, transparent 60%);
        border-radius: 50%;
      }
.cta-content {
        position: relative;
        z-index: 1;
        text-align: center;
        max-width: 560px;
        margin: 0 auto;
      }
.cta-badge {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        padding: 6px 14px;
        background: rgba(255,255,255,.15);
        backdrop-filter: blur(8px);
        border-radius: var(--r-pill);
        color: #fff;
        font-size: 12px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 1px;
        margin-bottom: 20px;
      }
.cta-title {
        font-family: 'Playfair Display', Georgia, serif;
        font-size: 36px;
        font-weight: 600;
        color: #fff;
        margin: 0 0 12px;
        line-height: 1.2;
      }
.cta-subtitle {
        font-size: 15px;
        color: rgba(255,255,255,.85);
        margin: 0 0 28px;
        line-height: 1.6;
      }
.cta-form {
        display: flex;
        gap: 10px;
        max-width: 420px;
        margin: 0 auto;
      }
.cta-input {
        flex: 1;
        padding: 12px 18px;
        border: 1px solid rgba(255,255,255,.3);
        border-radius: var(--r-md);
        font-size: 14px;
        background: rgba(255,255,255,.1);
        color: #fff;
        outline: none;
        transition: all .2s;
      }
.cta-input::placeholder {
        color: rgba(255,255,255,.6);
      }
.cta-input:focus {
        border-color: rgba(255,255,255,.6);
        background: rgba(255,255,255,.15);
      }
.cta-btn {
        padding: 12px 28px;
        background: #fff;
        color: var(--brand);
        border: none;
        border-radius: var(--r-md);
        font-size: 14px;
        font-weight: 700;
        cursor: pointer;
        transition: all .2s;
        white-space: nowrap;
      }
.cta-btn:hover {
        transform: translateY(-1px);
        box-shadow: 0 8px 20px rgba(0,0,0,.15);
      }
/* Section heading */
      .section-heading {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        margin-bottom: 20px;
        flex-wrap: wrap;
        gap: 12px;
      }
.section-heading .section-sub {
        font-size: 13px;
        color: var(--ink-2);
      }
/* Mega Menu & Dropdown */
      .nav-item { position: relative; height: 64px; display: flex; align-items: center; }
.nav-link-text { position: relative; padding: 4px 0; transition: color .2s; cursor: pointer; display: inline-flex; align-items: center; gap: 4px; }
.nav-link-text::after {
        content: ''; position: absolute; left: 0; right: 0; bottom: -2px;
        height: 2px; background: var(--glaze-primary); transform: scaleX(0);
        transform-origin: center; transition: transform 0.25s ease;
        border-radius: 2px;
      }
.nav-item:hover > .nav-link-text::after,
      .nav-link-text.active::after { transform: scaleX(1); }
.nav-item:hover > .nav-link-text { color: var(--glaze-primary) !important; }
.mega-menu {
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translateX(-50%) translateY(8px);
        min-width: 720px;
        background: #fff;
        border-radius: 0 0 12px 12px;
        box-shadow: 0 20px 60px -15px rgba(31,29,32,.18);
        border: 1px solid var(--glaze-border);
        border-top: none;
        padding: 32px;
        opacity: 0;
        visibility: hidden;
        transition: all .2s ease;
        pointer-events: none;
        z-index: 60;
      }
/* Critical layout styles for product detail page */
      .product-gallery-grid { display: grid; grid-template-columns: 55fr 45fr; gap: 3rem; align-items: start; }
.thumbs-row { display: flex; gap: 0.75rem; margin-top: 0.875rem; }
.variant-pill { display: inline-flex; align-items: center; justify-content: center; padding: 0.5rem 1rem; border-radius: var(--r-pill); border: 1.5px solid var(--line); font-size: 0.875rem; font-weight: 500; cursor: pointer; transition: all 0.2s ease; background: var(--surface); color: var(--ink); }
.variant-pill:hover { border-color: var(--brand); color: var(--brand); }
.variant-pill.active { background: var(--brand); color: #fff; border-color: var(--brand); }
.thumb-item { width: 60px; height: 60px; border-radius: var(--r-md); overflow: hidden; cursor: pointer; border: 2px solid transparent; transition: border-color 0.2s ease; flex-shrink: 0; }
.thumb-item.active { border-color: var(--brand); }
.thumb-item img { width: 100%; height: 100%; object-fit: cover; }
.qty-btn { width: 36px; height: 36px; display: inline-flex; align-items: center; justify-content: center; border-radius: var(--r-md); border: 1.5px solid var(--line); background: var(--surface); cursor: pointer; transition: all 0.15s ease; color: var(--ink); }
.qty-btn:hover { border-color: var(--brand); color: var(--brand); }
.tab-btn { padding: 0.875rem 1.5rem; font-size: 0.9375rem; font-weight: 500; color: var(--ink-2); border-bottom: 2px solid transparent; cursor: pointer; transition: all 0.2s ease; background: none; white-space: nowrap; }
.tab-btn.active { color: var(--ink); border-bottom-color: var(--brand); }
.tab-btn:hover { color: var(--brand); }
.tab-panel { display: none; padding-top: 2rem; }
.tab-panel.active { display: block; }
.accordion-item { border-bottom: 1px solid var(--line); }
.accordion-trigger { width: 100%; display: flex; align-items: center; justify-content: space-between; padding: 1rem 0; font-size: 0.9375rem; font-weight: 600; color: var(--ink); cursor: pointer; background: none; text-align: left; }
.accordion-trigger:hover { color: var(--brand); }
.accordion-content { max-height: 0; overflow: hidden; transition: max-height 0.3s ease; }
.accordion-content.open { max-height: 200px; padding-bottom: 1rem; }
.accordion-content p { font-size: 0.875rem; color: var(--ink-2); line-height: 1.6; }
.star-filled { color: #F59E0B; fill: #F59E0B; }
.product-card-img-wrap { position: relative; border-radius: var(--r-lg); overflow: hidden; background: var(--surface-2); aspect-ratio: 4/5; }
.product-card-img-wrap img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s ease; }
.product-card:hover .product-card-img-wrap img { transform: scale(1.04); }
.product-card-heart { position: absolute; top: 0.75rem; right: 0.75rem; width: 34px; height: 34px; border-radius: var(--r-pill); background: rgba(255,255,255,0.9); display: flex; align-items: center; justify-content: center; cursor: pointer; color: var(--ink-2); transition: all 0.2s ease; backdrop-filter: blur(4px); z-index: 2; }
.product-card-heart:hover { color: var(--brand); }
.product-card-quickadd { position: absolute; bottom: 0.75rem; left: 0.75rem; right: 0.75rem; background: var(--ink); color: #fff; border: none; border-radius: var(--r-md); padding: 0.625rem; font-size: 0.8125rem; font-weight: 600; cursor: pointer; opacity: 0; transform: translateY(8px); transition: all 0.25s ease; z-index: 2; }
.product-card:hover .product-card-quickadd { opacity: 1; transform: translateY(0); }
.product-card-badge { position: absolute; top: 0.75rem; left: 0.75rem; padding: 0.25rem 0.625rem; border-radius: var(--r-pill); font-size: 0.6875rem; font-weight: 700; letter-spacing: 0.04em; text-transform: uppercase; z-index: 2; }
.review-bar-track { height: 6px; background: var(--surface-3); border-radius: var(--r-pill); overflow: hidden; }
.review-bar-fill { height: 100%; background: var(--brand); border-radius: var(--r-pill); }
@media (prefers-reduced-motion: reduce) {
        *, *::before, *::after { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }
      }
/* Cart Layout */
    .cart-layout {
      display: grid;
      grid-template-columns: 1fr 380px;
      gap: 32px;
      align-items: start;
    }
/* Cart Items */
    .cart-card {
      background: #fff;
      border-radius: var(--r-lg);
      border: 1px solid var(--line);
      overflow: hidden;
    }
.cart-card-header {
      padding: 20px 24px;
      border-bottom: 1px solid var(--line);
      display: flex;
      justify-content: space-between;
      align-items: center;
    }
.cart-card-header h2 {
      font-family: 'Playfair Display', Georgia, serif;
      font-size: 22px;
      font-weight: 600;
      margin: 0;
    }
.cart-card-header .item-count {
      font-size: 13px;
      color: var(--ink-2);
    }
.cart-item {
      display: flex;
      gap: 20px;
      padding: 24px;
      border-bottom: 1px solid var(--line);
      position: relative;
    }
.cart-item:last-child { border-bottom: none; }
.cart-item-image {
      width: 110px;
      height: 110px;
      border-radius: var(--r-md);
      overflow: hidden;
      flex-shrink: 0;
      background: var(--surface-2);
    }
.cart-item-image img {
      width: 100%; height: 100%; object-fit: cover;
    }
.cart-item-details { flex: 1; min-width: 0; }
.cart-item-name {
      font-size: 15px;
      font-weight: 600;
      color: var(--ink);
      margin: 0 0 6px;
      line-height: 1.4;
    }
.cart-item-options {
      font-size: 12px;
      color: var(--ink-2);
      margin-bottom: 12px;
      line-height: 1.6;
    }
.cart-item-options span {
      color: var(--ink);
      font-weight: 500;
    }
.cart-item-bottom {
      display: flex;
      align-items: center;
      gap: 16px;
      flex-wrap: wrap;
    }
/* Quantity selector */
    .qty-selector {
      display: inline-flex;
      align-items: center;
      border: 1px solid var(--input);
      border-radius: var(--r-md);
      overflow: hidden;
    }
.qty-input {
      width: 44px;
      height: 36px;
      border: none;
      border-left: 1px solid var(--input);
      border-right: 1px solid var(--input);
      text-align: center;
      font-size: 14px;
      font-weight: 500;
      color: var(--ink);
      outline: none;
      background: #fff;
    }
.cart-item-remove {
      font-size: 13px;
      color: var(--ink-3);
      cursor: pointer;
      display: inline-flex;
      align-items: center;
      gap: 4px;
      transition: color .15s;
      background: none;
      border: none;
      padding: 0;
    }
.cart-item-remove:hover { color: var(--brand); }
.cart-item-price {
      text-align: right;
      flex-shrink: 0;
    }
.cart-item-price .price {
      font-size: 16px;
      font-weight: 600;
      color: var(--ink);
    }
.cart-item-price .price-old {
      font-size: 13px;
      color: var(--ink-3);
      text-decoration: line-through;
      display: block;
    }
/* Cart footer actions */
    .cart-footer {
      padding: 20px 24px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      background: var(--surface-2);
      border-top: 1px solid var(--line);
    }
.continue-shopping {
      font-size: 13px;
      font-weight: 500;
      color: var(--brand);
      text-decoration: none;
      display: inline-flex;
      align-items: center;
      gap: 6px;
    }
.continue-shopping:hover { text-decoration: underline; }
.update-cart-btn {
      padding: 10px 20px;
      font-size: 13px;
      font-weight: 500;
      color: var(--ink-2);
      background: #fff;
      border: 1px solid var(--input);
      border-radius: var(--r-md);
      cursor: pointer;
      transition: all .2s;
    }
.update-cart-btn:hover { color: var(--brand); border-color: var(--brand); }
/* Order Summary */
    .summary-card {
      background: #fff;
      border-radius: var(--r-lg);
      border: 1px solid var(--line);
      overflow: hidden;
      position: sticky;
      top: 92px;
    }
.checkout-btn {
      width: 100%;
      padding: 14px;
      background: var(--brand);
      color: #fff;
      border: none;
      border-radius: var(--r-md);
      font-size: 15px;
      font-weight: 600;
      cursor: pointer;
      transition: background .2s;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
    }
.checkout-btn:hover { background: var(--brand-hover); }
.paypal-btn {
      width: 100%;
      padding: 12px;
      background: #FFC439;
      color: #003087;
      border: none;
      border-radius: var(--r-md);
      font-size: 14px;
      font-weight: 700;
      cursor: pointer;
      margin-top: 10px;
      transition: background .2s;
    }
.paypal-btn:hover { background: #FFB81D; }
.paypal-btn .pay { font-weight: 400; font-style: italic; }
.summary-secure {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 6px;
      font-size: 12px;
      color: var(--ink-3);
      margin-top: 16px;
    }
/* Discount code */
    .discount-section {
      padding: 20px 24px;
      border-top: 1px solid var(--line);
      background: var(--surface-2);
    }
.discount-section label {
      font-size: 13px;
      font-weight: 500;
      color: var(--ink);
      margin-bottom: 8px;
      display: block;
    }
.discount-form {
      display: flex;
      gap: 8px;
    }
.discount-input {
      flex: 1;
      padding: 10px 12px;
      border: 1px solid var(--input);
      border-radius: var(--r-md);
      font-size: 13px;
      outline: none;
      transition: border-color .2s;
    }
.discount-input:focus { border-color: var(--brand); }
.discount-apply {
      padding: 10px 16px;
      background: #fff;
      color: var(--brand);
      border: 1px solid var(--brand);
      border-radius: var(--r-md);
      font-size: 13px;
      font-weight: 600;
      cursor: pointer;
      transition: all .2s;
    }
.discount-apply:hover { background: var(--brand); color: #fff; }
/* Shipping estimate */
    .shipping-estimate {
      margin-top: 20px;
      padding-top: 20px;
      border-top: 1px solid var(--line);
    }
.shipping-estimate summary {
      font-size: 13px;
      font-weight: 500;
      color: var(--ink-2);
      cursor: pointer;
      list-style: none;
      display: flex;
      align-items: center;
      justify-content: space-between;
    }
.shipping-estimate summary::-webkit-details-marker { display: none; }
.shipping-estimate[open] summary svg { transform: rotate(180deg); }
.shipping-estimate summary svg { transition: transform .2s; }
.shipping-fields {
      margin-top: 12px;
      display: flex;
      flex-direction: column;
      gap: 10px;
    }
.shipping-fields select,
    .shipping-fields input {
      padding: 10px 12px;
      border: 1px solid var(--input);
      border-radius: var(--r-md);
      font-size: 13px;
      outline: none;
      transition: border-color .2s;
    }
.shipping-fields select:focus,
    .shipping-fields input:focus { border-color: var(--brand); }
/* Empty state */
    .empty-cart {
      padding: 60px 40px;
      text-align: center;
    }
.empty-cart-icon {
      width: 80px; height: 80px;
      margin: 0 auto 20px;
      background: var(--surface-2);
      border-radius: 50%;
      display: flex; align-items: center; justify-content: center;
      color: var(--ink-3);
    }
.empty-cart h3 {
      font-family: 'Playfair Display', Georgia, serif;
      font-size: 24px;
      margin: 0 0 8px;
    }
.empty-cart p {
      font-size: 14px;
      color: var(--ink-2);
      margin: 0 0 24px;
    }
/* Cross-sell */
    .cross-sell-section {
      margin-top: 48px;
    }
.cross-sell-title {
      font-family: 'Playfair Display', Georgia, serif;
      font-size: 24px;
      font-weight: 600;
      margin: 0 0 24px;
      text-align: center;
    }
.cross-sell-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 20px;
    }
.cross-sell-card {
      background: #fff;
      border-radius: var(--r-md);
      overflow: hidden;
      border: 1px solid var(--line);
      transition: transform .25s, box-shadow .25s;
      cursor: pointer;
    }
.cross-sell-card:hover {
      transform: translateY(-3px);
      box-shadow: var(--shadow-2);
    }
.cross-sell-img {
      aspect-ratio: 1;
      overflow: hidden;
      background: var(--surface-2);
    }
.cross-sell-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.cross-sell-card:hover .cross-sell-img img { transform: scale(1.05); }
.cross-sell-info { padding: 14px; }
.cross-sell-name {
      font-size: 13px;
      font-weight: 500;
      color: var(--ink);
      margin: 0 0 6px;
      line-height: 1.4;
    }
.cross-sell-price { font-size: 14px; font-weight: 600; color: var(--ink); }
/* Site Map: quick search */
      .sitemap-search {
        display: flex; align-items: center; gap: 10px;
        background: var(--surface);
        border: 1px solid var(--input);
        border-radius: var(--r-lg);
        padding: 6px 6px 6px 16px;
        box-shadow: var(--shadow-1);
        transition: border-color .2s, box-shadow .2s;
      }
.sitemap-search:focus-within {
        border-color: var(--brand);
        box-shadow: 0 0 0 3px var(--brand-light), var(--shadow-1);
      }
.sitemap-search .search-icon { color: var(--ink-3); display: flex; flex-shrink: 0; }
.sitemap-search-input {
        flex: 1; min-width: 0;
        border: none; outline: none; background: transparent;
        font-size: 14px; color: var(--ink);
        padding: 10px 4px;
        font-family: inherit;
      }
.sitemap-search-input::placeholder { color: var(--ink-3); }
.sitemap-search-btn {
        display: inline-flex; align-items: center; gap: 6px;
        padding: 10px 20px;
        background: var(--brand); color: var(--brand-ink);
        border: none; border-radius: var(--r-md);
        font-size: 13px; font-weight: 600;
        cursor: pointer; transition: background .2s;
        white-space: nowrap;
      }
.sitemap-search-btn:hover { background: var(--brand-hover); }
.sitemap-search-btn .lucide { width: 15px; height: 15px; }
.sitemap-search-hint { font-size: 12px; color: var(--ink-3); text-align: center; margin-top: 10px; }
/* Site Map: structure cards */
      .sitemap-card {
        position: relative;
        background: var(--surface);
        border: 1px solid var(--border);
        border-radius: var(--r-lg);
        padding: 28px 28px 22px;
        box-shadow: var(--shadow-1);
        overflow: hidden;
        transition: box-shadow .2s ease, transform .2s ease;
      }
.sitemap-card:hover { box-shadow: var(--shadow-2); transform: translateY(-2px); }
.sitemap-card::before {
        content: '';
        position: absolute;
        top: 0; left: 0; right: 0;
        height: 3px;
        background: linear-gradient(90deg, var(--brand) 0%, var(--surface-3) 100%);
      }
.sitemap-card-icon {
        width: 40px; height: 40px;
        border-radius: var(--r-md);
        background: var(--brand-light);
        color: var(--brand);
        display: flex; align-items: center; justify-content: center;
        margin-bottom: 16px;
      }
.sitemap-card h2 {
        font-size: 16px; font-weight: 700;
        color: var(--ink);
        margin: 0;
        letter-spacing: -.01em;
      }
.sitemap-list { list-style: none; padding: 0; margin: 12px 0 0; }
.sitemap-list li { margin-bottom: 2px; }
.sitemap-list a {
        font-size: 13px; color: var(--ink-2);
        text-decoration: none;
        display: inline-flex; align-items: center; gap: 6px;
        padding: 6px 0;
        transition: color .15s;
      }
.sitemap-list a:hover { color: var(--brand); }
.sitemap-list a .lucide {
        opacity: 0; transform: translateX(-4px);
        transition: opacity .15s, transform .15s;
        flex-shrink: 0;
      }
.sitemap-list a:hover .lucide { opacity: 1; transform: translateX(0); }
/* Site Map: empty state */
      .sitemap-reset-btn {
        display: inline-flex; align-items: center; gap: 6px;
        padding: 9px 18px;
        background: var(--brand); color: var(--brand-ink);
        border: none; border-radius: var(--r-pill);
        font-size: 13px; font-weight: 600; cursor: pointer;
        transition: background .2s;
      }
.sitemap-reset-btn:hover { background: var(--brand-hover); }
/* Site Map: popular pages */
      .popular-pills { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; }
.pill-link {
        display: inline-flex; align-items: center; gap: 6px;
        padding: 10px 20px;
        border: 1px solid var(--border);
        border-radius: var(--r-pill);
        background: var(--surface);
        color: var(--ink-2);
        font-size: 13px; font-weight: 500;
        text-decoration: none;
        transition: all .2s;
      }
.pill-link:hover {
        border-color: var(--brand);
        color: var(--brand);
        background: var(--brand-light);
        transform: translateY(-1px);
      }
.pill-link .lucide { width: 14px; height: 14px; flex-shrink: 0; }

/* ===== Order Summary promo: Spend Discount + Free Shipping ===== */
.glaze-promo { display: flex; flex-direction: column; gap: 12px; margin-bottom: 18px; }
.glaze-promo-block {
  padding: 12px 14px;
  background: var(--surface-2);
  border: 1px solid var(--line);
  border-radius: var(--r-md);
}
.glaze-promo-block.is-achieved {
  background: linear-gradient(135deg, #E8F8EF 0%, var(--surface) 100%);
  border-color: #BEE3CB;
}
.glaze-promo-head {
  display: flex; align-items: center; gap: 8px;
  margin-bottom: 10px;
}
.glaze-promo-icon {
  display: inline-flex; align-items: center; justify-content: center;
  width: 26px; height: 26px;
  border-radius: var(--r-pill);
  background: var(--brand-light);
  color: var(--brand);
  flex-shrink: 0;
}
.glaze-promo-icon .lucide { width: 14px; height: 14px; }
.glaze-promo-title {
  font-size: 13px; font-weight: 600; color: var(--ink);
}
.glaze-promo-badge {
  margin-left: auto;
  padding: 3px 9px;
  border-radius: var(--r-pill);
  background: var(--brand);
  color: var(--brand-ink);
  font-size: 11px; font-weight: 700;
  white-space: nowrap;
}
.glaze-promo-block.is-achieved .glaze-promo-badge { background: var(--success, #1E9E5A); }
.glaze-promo-track {
  height: 6px;
  border-radius: var(--r-pill);
  background: var(--line);
  overflow: hidden;
  margin-bottom: 10px;
}
.glaze-promo-fill {
  height: 100%;
  border-radius: var(--r-pill);
  background: linear-gradient(90deg, var(--brand) 0%, #D6336C 100%);
  transition: width .4s ease;
}
.glaze-promo-block.is-achieved .glaze-promo-fill { background: var(--success, #1E9E5A); }
.glaze-promo-msg {
  margin: 0;
  font-size: 12px; line-height: 1.5; color: var(--ink-2);
}
.glaze-promo-msg strong { color: var(--ink); font-weight: 600; }
.glaze-promo-gift {
  display: flex; align-items: center; gap: 6px;
  margin: 8px 0 0;
  padding-top: 8px;
  border-top: 1px dashed var(--line);
  font-size: 12px; line-height: 1.5; color: var(--brand);
}
.glaze-promo-gift strong { color: var(--brand); font-weight: 600; }
.glaze-promo-gift .lucide { width: 13px; height: 13px; flex-shrink: 0; }