:root{color-scheme:light;--bg:#f6f7fb;--surface:#ffffff;--surface-muted:#f8faff;--text:#0f172a;--muted:#475467;--border:#e5eaf2;--brand:#2563eb;--brand-dark:#1d4ed8;--success:#16a34a;--danger:#dc2626;--radius:14px;--radius-sm:10px;--shadow-sm:0 4px 10px rgba(15,23,42,0.05);--shadow-md:0 14px 28px rgba(15,23,42,0.08)}*{box-sizing:border-box}body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;color:var(--text);background:radial-gradient(circle at top right,#eff5ff 0,var(--bg) 38%)}a{color:inherit;text-decoration:none}.page-shell{min-height:100vh}.page{max-width:1180px;margin:0 auto;padding:0 1rem 1.5rem}.site-header-wrap{margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);border-bottom:1px solid var(--border);background:rgba(255,255,255,.95);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);position:relative;z-index:40}@media (min-width:768px){.site-header-wrap{position:-webkit-sticky;position:sticky;top:0}}.site-header-top{border-bottom:1px solid var(--border);color:#667085;font-size:.76rem;padding:.36rem 0;background:linear-gradient(90deg,#f8fbff,#f1f6ff)}.site-header-top p{margin:0;display:flex;align-items:center;gap:.35rem}.top-bar-icon{width:13px;height:13px;flex-shrink:0;opacity:.7}.top-bar-sep{margin:0 .15rem;opacity:.5}.header-inner{max-width:1180px;margin:0 auto;padding:0 1rem;display:flex;justify-content:space-between;gap:1rem}.site-header-main{padding:.8rem 0}.header-main-inner{display:grid;grid-template-columns:auto 1fr auto;align-items:center;grid-gap:1rem;gap:1rem}.brand-wrap{display:grid;grid-gap:.16rem;gap:.16rem}.brand-link{gap:.4rem;font-size:1.75rem;line-height:1;font-weight:900;letter-spacing:-.02em;color:#0f172a}.brand-link,.brand-logo{display:inline-flex;align-items:center}.brand-logo{width:2.4rem;height:2.4rem;min-width:2.4rem;justify-content:center}.brand-logo img{display:block;width:100%;height:100%;object-fit:contain}.brand-name-dynamic{color:#2563eb}.brand-name-solution{color:#16a34a}.brand-subtitle{color:#64748b;font-size:.74rem;text-transform:uppercase;letter-spacing:.08em;font-weight:700}.header-search-wrap{width:100%;position:relative}.header-search{width:100%;border:1.5px solid var(--border);background:#f8fafc;border-radius:999px;height:44px;padding:0 2.5rem 0 1rem;font-size:.92rem;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease}.header-search:focus{outline:none;border-color:#93c5fd;box-shadow:0 0 0 3px rgba(37,99,235,.1);background:#ffffff}.header-search-submit{position:absolute;right:.3rem;top:50%;transform:translateY(-50%);background:var(--brand);border:none;color:white;cursor:pointer;display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;padding:0;transition:opacity .2s}.header-search-submit:hover{opacity:.9;transform:translateY(-50%) scale(1.06)}.header-actions{display:flex;align-items:center;flex-wrap:wrap;justify-content:flex-end;gap:.5rem}.header-pill{color:#fff;font-size:.78rem;font-weight:800;border-radius:999px;padding:.48rem .85rem;box-shadow:var(--shadow-sm);display:inline-flex;align-items:center;gap:.35rem;transition:transform .15s ease,box-shadow .2s ease,opacity .2s ease}.header-pill:hover{transform:translateY(-1px);box-shadow:0 6px 16px rgba(15,23,42,.12)}.header-pill-icon{width:14px;height:14px;flex-shrink:0}.header-pill-blue{background:var(--brand)}.header-pill-dark{background:#0f172a}.header-pill-green{background:#16a34a}.header-link-action{color:#334155;font-weight:700;font-size:.86rem;padding:.38rem .6rem;border-radius:999px;transition:background .2s ease,color .2s ease}.header-link-action:hover{background:#eef2ff;color:#1d4ed8}.header-link-button{border:0;background:transparent;font:inherit;cursor:pointer}.header-profile-btn{display:inline-flex;align-items:center;gap:.4rem;padding:.4rem .65rem;border:1.5px solid var(--border);border-radius:999px;background:#fafbff;cursor:pointer;font:inherit;font-size:.84rem;font-weight:700;color:#334155;transition:border-color .2s ease,background .2s ease,box-shadow .2s ease}.header-profile-btn:hover{border-color:#cbd5e1;background:#f1f5f9;box-shadow:0 2px 8px rgba(15,23,42,.06)}.header-profile-avatar{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;background:linear-gradient(135deg,#eff6ff,#dbeafe);color:var(--brand)}.header-profile-label{line-height:1}.header-profile-chevron{color:#94a3b8;margin-left:-.1rem}.desktop-profile-dropdown{position:absolute;top:calc(100% + .45rem);right:0;background:#ffffff;border:1px solid var(--border);border-radius:12px;box-shadow:0 12px 32px rgba(15,23,42,.1),0 2px 6px rgba(15,23,42,.06);padding:.35rem;display:flex;flex-direction:column;min-width:200px;z-index:50;animation:desktopDropdownIn .15s ease}@keyframes desktopDropdownIn{0%{opacity:0;transform:translateY(-6px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.desktop-profile-dropdown-header{display:flex;align-items:center;gap:.55rem;padding:.55rem .6rem}.desktop-profile-dropdown-avatar{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;background:linear-gradient(135deg,#eff6ff,#dbeafe);color:var(--brand);flex-shrink:0}.desktop-profile-dropdown-title{font-size:.88rem;font-weight:800;color:#0f172a}.desktop-profile-dropdown-divider{height:1px;background:#f1f5f9;margin:.15rem .5rem}.desktop-profile-item{display:flex;align-items:center;gap:.55rem;padding:.5rem .6rem;border-radius:8px;color:#334155;font-size:.86rem;font-weight:600;text-decoration:none;transition:background .15s ease,color .15s ease;border:none;background:transparent;width:100%;cursor:pointer;text-align:left;font:inherit}.desktop-profile-item:hover{background:#f1f5f9;color:var(--brand)}.desktop-profile-item svg{color:#94a3b8;flex-shrink:0;transition:color .15s ease}.desktop-profile-item:hover svg{color:var(--brand)}.desktop-profile-item-danger{color:#dc2626}.desktop-profile-item-danger:hover{background:#fef2f2;color:#b91c1c}.desktop-profile-item-danger svg{color:#f87171}.desktop-profile-item-danger:hover svg{color:#dc2626}.site-nav{border-top:1px solid var(--border);background:#ffffff}.nav-inner{min-height:52px;display:flex;align-items:center;justify-content:center;gap:.5rem;color:#0f172a;overflow-x:auto;padding:.25rem 1.5rem;scrollbar-width:none}.nav-inner::-webkit-scrollbar{display:none}.site-nav-category{font-weight:800;white-space:nowrap;margin-right:.2rem;color:#475467}.site-nav-link{color:#475569;white-space:nowrap;font-weight:600;font-size:.92rem;letter-spacing:.01em;border:1px solid transparent;border-radius:8px;padding:.45rem 1.1rem;transition:color .18s ease,background .18s ease,border-color .18s ease;display:inline-flex;align-items:center;gap:.4rem}.nav-link-icon{width:16px;height:16px;flex-shrink:0;opacity:.55;transition:opacity .18s ease}.site-nav-link:hover{color:var(--brand);background:#f0f5ff;border-color:transparent}.site-nav-link:hover .nav-link-icon{opacity:.85}.site-nav-link.active,.site-nav-link[aria-current=page]{color:var(--brand);background:#eff6ff;font-weight:700;border-color:rgba(37,99,235,.12)}.site-nav-link[aria-current=page] .nav-link-icon{opacity:1}.mobile-menu-btn{display:none}@media (max-width:767px){.desktop-only{display:none!important}.mobile-only{display:flex!important}.site-header-top{display:none}.site-header-main{background:linear-gradient(180deg,#ffffff,#fbfcff);padding:0;box-shadow:0 1px 8px rgba(15,23,42,.06),0 0 1px rgba(15,23,42,.08);position:-webkit-sticky;position:sticky;top:0;z-index:100}.header-main-inner{display:flex;flex-direction:column;padding:0!important;gap:0}.mobile-header-top-row{display:flex;justify-content:space-between;align-items:center;padding:.65rem .9rem;width:100%;box-sizing:border-box}.mobile-header-actions{display:flex;align-items:center;gap:.35rem}.mobile-icon-btn{background:transparent;border:none;padding:.45rem;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#475569;border-radius:10px;transition:background .15s ease,color .15s ease;-webkit-tap-highlight-color:transparent}.mobile-icon-btn:active{background:#f1f5f9;color:var(--brand)}.brand-wrap{display:none}.brand-link{font-size:1.25rem;font-weight:800;display:flex;align-items:center;gap:.25rem}.brand-logo{width:1.75rem;height:1.75rem;min-width:1.75rem;margin-right:.15rem}.brand-name-dynamic{color:#2563eb!important}.brand-name-solution{color:#16a34a!important}.hide-search-mobile{display:none!important}.header-search-wrap{width:100%;background:#f8fafc;padding:.5rem .9rem .7rem;box-sizing:border-box;border-top:1px solid #f1f5f9}.header-search-submit{right:1.2rem!important}.header-search{width:100%;height:40px;border-radius:999px!important;border:1.5px solid #e2e8f0;padding:0 2.5rem 0 1rem;background:white;font-size:.88rem;box-shadow:0 1px 3px rgba(0,0,0,.04);transition:border-color .2s ease,box-shadow .2s ease}.header-search:focus{border-color:#93c5fd;box-shadow:0 0 0 3px rgba(37,99,235,.1)}.site-nav{display:none!important}main{padding-bottom:80px}.page-hero{padding:.85rem;margin-top:.75rem;border-radius:12px}.page-hero h1{font-size:1.15rem;line-height:1.3}.page-hero .section-intro{font-size:.85rem;line-height:1.45}.section-block{margin-top:.85rem;padding-left:0;padding-right:0}.section-surface{border-radius:12px;padding:.85rem}.product-card{border-radius:12px;overflow:hidden}.product-card-modern{box-shadow:0 2px 8px rgba(15,23,42,.06);border-radius:12px}.product-content{padding:.65rem .7rem}.product-content h3{font-size:.88rem;line-height:1.3;margin-bottom:.3rem}.product-meta-top{font-size:.65rem;margin-bottom:.15rem}.price-current{font-size:.92rem}.price-compare{font-size:.75rem}.collections-heading{font-size:1.15rem}.site-footer{margin-top:1.5rem;padding-bottom:80px}}.mobile-bottom-nav{display:none}@media (max-width:767px){.mobile-bottom-nav{display:flex;position:fixed;bottom:0;left:0;right:0;background:rgba(255,255,255,.97);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-top:1px solid rgba(226,232,240,.8);box-shadow:0 -1px 12px rgba(15,23,42,.06);z-index:500;padding-bottom:env(safe-area-inset-bottom,0)}.mobile-bottom-nav-item{flex:1 1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:.45rem .25rem .55rem;gap:.18rem;color:#94a3b8;font-size:.6rem;font-weight:700;text-decoration:none;text-align:center;border:none;background:transparent;cursor:pointer;letter-spacing:.04em;text-transform:uppercase;transition:color .18s ease,transform .12s ease;min-height:56px;-webkit-tap-highlight-color:transparent;position:relative}.mobile-bottom-nav-item:active{transform:scale(.92)}.mobile-bottom-nav-item.active,.mobile-bottom-nav-item[data-active=true]{color:var(--brand)}.mobile-bottom-nav-item.active:before,.mobile-bottom-nav-item[data-active=true]:before{content:"";position:absolute;top:0;left:20%;right:20%;height:2.5px;background:linear-gradient(90deg,var(--brand),#3b82f6);border-radius:0 0 4px 4px}.mobile-bottom-nav-item svg{width:21px;height:21px;stroke-width:1.8;transition:transform .15s ease}.mobile-bottom-nav-item.active svg,.mobile-bottom-nav-item[data-active=true] svg{stroke-width:2.2}@keyframes slideUpPanel{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes fadeInOverlay{0%{opacity:0}to{opacity:1}}.mobile-account-overlay{top:0;background:rgba(15,23,42,.25);z-index:499;backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px);animation:fadeInOverlay .2s ease}.mobile-account-overlay,.mobile-account-panel{position:fixed;left:0;right:0;bottom:calc(56px + env(safe-area-inset-bottom, 0px))}.mobile-account-panel{background:#ffffff;border-radius:20px 20px 0 0;box-shadow:0 -6px 32px rgba(15,23,42,.12),0 -1px 4px rgba(15,23,42,.06);padding:.5rem 1rem .75rem;z-index:600;display:flex;flex-direction:column;gap:.15rem;animation:slideUpPanel .25s cubic-bezier(.32,.72,0,1)}.mobile-account-panel-handle{width:32px;height:4px;background:#e2e8f0;border-radius:2px;margin:.25rem auto .5rem}.mobile-account-panel-header{display:flex;align-items:center;gap:.65rem;padding:.55rem .5rem .7rem;margin-bottom:.15rem}.mobile-account-panel-avatar{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,#eff6ff,#dbeafe);font-size:1.1rem;flex-shrink:0}.mobile-account-panel-title{font-size:1rem;font-weight:800;color:#0f172a;letter-spacing:-.01em}.mobile-account-panel-item{display:flex;align-items:center;gap:.7rem;padding:.7rem .6rem;border-radius:12px;color:#334155;text-decoration:none;transition:background .15s ease;border:none;background:transparent;width:100%;cursor:pointer;text-align:left;-webkit-tap-highlight-color:transparent}.mobile-account-panel-item:active{background:#f1f5f9}.mobile-panel-icon{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:10px;background:#f8fafc;font-size:1.05rem;flex-shrink:0}.mobile-panel-item-text{display:flex;flex-direction:column;gap:.08rem}.mobile-panel-item-text strong{font-size:.9rem;font-weight:700;color:#1e293b}.mobile-panel-item-text small{font-size:.73rem;color:#94a3b8;font-weight:500}.mobile-account-panel-divider{height:1px;background:#f1f5f9;margin:.2rem .5rem}.mobile-account-panel-item.danger .mobile-panel-icon{background:#fef2f2}.mobile-account-panel-item.danger .mobile-panel-item-text strong{color:#dc2626}.mobile-account-panel-item.danger .mobile-panel-item-text small{color:#f87171}}@media (min-width:768px){.mobile-account-overlay,.mobile-account-panel,.mobile-account-panel-divider,.mobile-account-panel-header,.mobile-bottom-nav,.mobile-only,.mobile-panel-icon,.mobile-panel-item-text{display:none!important}}.hero-strip{margin-top:1.1rem;display:grid;grid-template-columns:repeat(6,minmax(120px,1fr));grid-gap:.7rem;gap:.7rem}.hero-tile{min-height:230px;border-radius:var(--radius);overflow:hidden;background-size:cover;background-position:50%;border:1px solid var(--border);box-shadow:var(--shadow-sm)}.hero-overlay{height:100%;display:flex;align-items:flex-end;padding:1rem;background:linear-gradient(180deg,rgba(15,23,42,.15) 18%,rgba(15,23,42,.75))}.hero-overlay h2{margin:0;color:#fff;font-size:clamp(.95rem,1.9vw,1.2rem);line-height:1.2}.section-block{margin-top:1.2rem;max-width:1200px;margin-left:auto;margin-right:auto;padding-left:1.25rem;padding-right:1.25rem}.page-hero{background:linear-gradient(135deg,#ffffff,#f3f8ff);border:1px solid var(--border);border-radius:var(--radius);padding:1rem;box-shadow:var(--shadow-sm)}.page-hero h1{margin-bottom:.35rem}.section-surface{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1rem;box-shadow:var(--shadow-sm)}.auth-shell{max-width:520px;margin:1rem auto 0}.collections-block{background:transparent;border:0;border-radius:0;padding:0}.collections-heading-wrap{display:flex;align-items:center;justify-content:space-between;gap:.7rem;margin-bottom:.9rem}.collections-heading{margin:0;font-size:clamp(1.3rem,2.4vw,2rem);line-height:1;letter-spacing:-.03em}.collections-line{flex:1 1;height:1px;border-radius:999px;background:linear-gradient(90deg,rgba(37,99,235,.05),rgba(37,99,235,.4))}.collections-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:.9rem;gap:.9rem}.collection-column{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:.8rem;box-shadow:var(--shadow-sm)}.collection-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.65rem}.collection-header h3{margin:0;font-size:1rem}.collection-more{color:var(--brand);font-weight:700;font-size:.8rem}.password-wrapper{position:relative;display:flex;align-items:center;width:100%}.password-toggle{position:absolute;right:12px;background:none;border:none;cursor:pointer;color:var(--muted);font-size:.85rem;padding:4px}.password-toggle:hover{color:var(--brand)}.collection-items-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:.55rem;gap:.55rem}.collection-card{background:#fff;border-radius:var(--radius-sm);border:1px solid var(--border);overflow:hidden;transition:transform .2s ease,box-shadow .2s ease}.collection-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-sm)}.collection-image-wrap{position:relative}.collection-image{width:100%;aspect-ratio:1/1;display:block;object-fit:contain;background:#f8fafc;padding:.45rem}.collection-image-placeholder{display:grid;place-items:center;color:#506489;font-weight:700}.collection-discount{position:absolute;top:.4rem;left:.4rem;background:var(--success);color:#fff;border-radius:999px;font-size:.7rem;font-weight:800;padding:.16rem .44rem}.collection-content{padding:.52rem}.collection-content h4{margin:0;font-size:.92rem;font-weight:800}.collection-price-old{margin:.08rem 0;color:#98a1b3;text-decoration:line-through;font-size:.78rem}.collection-name{margin:0;color:#475467;font-size:.82rem;line-height:1.26;display:-webkit-box;line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.section-block h1,.section-block h2{margin:0;letter-spacing:-.02em}.empty-state,.section-intro{color:var(--muted);margin-top:.35rem}.section-intro-gap{margin-top:.85rem}.product-grid{margin:1rem auto 0;display:grid;grid-template-columns:repeat(4,1fr);grid-gap:1rem;gap:1rem;width:100%;max-width:1180px}.details-card,.details-description,.product-card{border:1px solid var(--border);background:var(--surface);border-radius:var(--radius);box-shadow:var(--shadow-sm);transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}.product-card:hover{transform:translateY(-3px);box-shadow:0 12px 28px rgba(15,23,42,.1);border-color:rgba(37,99,235,.15)}.product-content{padding:.9rem}.details-card h3,.details-description>h3,.product-card h2,.product-card h3{margin:0 0 .45rem}.details-card p,.details-description>p,.product-card p{margin:0;color:var(--muted)}.details-media,.product-media-wrap{position:relative}.product-image{width:100%;aspect-ratio:16/10;object-fit:contain;display:block;background:#f8fafc;padding:.55rem}.product-image-placeholder{display:grid;place-items:center;color:#546584;font-weight:700;background:linear-gradient(135deg,#dfe8fb,#eff3fb)}.discount-badge{position:absolute;top:.65rem;left:.65rem;background:var(--success);color:#fff;border-radius:999px;font-size:.72rem;font-weight:800;padding:.2rem .5rem}.price-wrap{margin-top:.68rem;display:flex;align-items:baseline;gap:.45rem}.price-current{color:#0f172a;font-weight:900;font-size:1rem}.price-compare{color:#98a1b3;text-decoration:line-through;font-size:.84rem}.product-footer-row{margin-top:.75rem;display:flex;justify-content:space-between;align-items:center;gap:.45rem}.product-card-modern{border-radius:var(--radius);box-shadow:var(--shadow-md)}.product-card-modern .product-image{aspect-ratio:4/3}.product-media-chip{position:absolute;right:.6rem;top:.6rem;border-radius:999px;background:rgba(15,23,42,.78);color:#fff;font-size:.7rem;font-weight:800;padding:.22rem .5rem}.product-meta-top{color:var(--brand)!important;text-transform:uppercase;letter-spacing:.05em;font-size:.72rem;font-weight:800}.product-summary{min-height:40px}.product-footer-row-modern{align-items:flex-end}.product-action-row{display:flex;gap:.42rem}.product-action-row .btn-link{padding-inline:.62rem}.chip{background:#eef4ff;color:#1d4ed8;border-radius:999px;font-size:.74rem;padding:.2rem .48rem;font-weight:700}.btn-link{border:1px solid var(--brand);background:var(--brand);color:#fff;padding:.5rem .74rem;border-radius:10px;font-weight:700;font-size:.82rem;transition:transform .15s ease,background .2s ease}.btn-link:hover{background:var(--brand-dark);transform:translateY(-1px)}.text-link{color:var(--brand);font-weight:700}.details-layout{margin-top:.85rem;display:grid;grid-template-columns:1.12fr 1fr;grid-gap:1rem;gap:1rem}.details-layout-rich{align-items:start}.details-image{width:100%;aspect-ratio:4/3;object-fit:contain;border-radius:var(--radius-sm);background:transparent;padding:0}.details-media-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:.7rem}.details-main-image-wrap{position:relative}.details-thumb-row{margin-top:1rem;display:flex;justify-content:center;gap:.75rem}.details-thumb{border:1px solid var(--border);border-radius:8px;width:72px;height:72px;padding:.42rem;text-align:center;font-size:.8rem;color:var(--muted);background:var(--surface-muted)}.details-summary{padding:0 1rem}.details-title{font-size:1.6rem;color:var(--brand);font-weight:600;margin-top:0;margin-bottom:2.2rem}.details-badges-row{display:flex;flex-wrap:wrap;gap:.6rem;margin-bottom:1.5rem}.badge-pill{background:#f1f5f9;color:#334155;border-radius:999px;padding:.4rem .9rem;font-size:.85rem}.price-strikethrough{text-decoration:line-through;color:var(--muted);margin-left:.3rem;font-size:.9em}.key-features{margin-bottom:1.5rem}.key-features h3{font-size:1.1rem;margin-bottom:.8rem;color:var(--text);font-weight:600}.features-list{display:flex;flex-direction:column;gap:.5rem}.features-list p{margin:0;font-size:.95rem;color:#334155}.summary-actions{margin-top:.95rem;display:flex;flex-wrap:wrap;gap:.55rem}.purchase-block{margin-top:.85rem}.purchase-controls{display:flex;align-items:center;gap:.55rem}.purchase-label{color:var(--muted);font-weight:700;font-size:.86rem}.purchase-quantity{max-width:96px}.cart-list{display:grid;grid-gap:.65rem;gap:.65rem}.cart-row{display:flex;justify-content:space-between;gap:.75rem;border:1px solid var(--border);border-radius:12px;padding:.75rem}.cart-actions{display:flex;align-items:center;gap:.45rem}.cart-item-main{display:flex;gap:.65rem;align-items:flex-start}.order-list{display:grid;grid-gap:.8rem;gap:.8rem}.order-card{border:1px solid var(--border);border-radius:12px;padding:.75rem;background:var(--surface)}.order-card-header{grid-template-columns:repeat(auto-fit,minmax(170px,1fr))}.order-card-header,.order-items-list{display:grid;grid-gap:.5rem;gap:.5rem}.order-items-list{margin-top:.65rem}.order-item-row{border-top:1px solid var(--border);padding-top:.55rem;display:flex;justify-content:space-between;gap:.65rem}.order-item-media{display:flex;align-items:center;gap:.6rem}.order-thumb{width:56px;height:56px;border-radius:10px;border:1px solid var(--border);object-fit:contain;background:#f8fafc;padding:.3rem}.order-thumb-placeholder{display:flex;align-items:center;justify-content:center;color:var(--muted);font-size:.78rem}.buy-layout{align-items:start}.buy-product-card h2{margin:.7rem 0 .2rem}.btn-link-outline{background:var(--surface);color:var(--brand)}.btn-link-outline:hover{background:#edf2ff;color:var(--brand-dark)}.summary-meta{margin-top:.8rem;font-size:.9rem}.price-wrap-large .price-current{font-size:1.32rem}.price-out-of-stock{color:var(--danger);font-weight:800}.chip-out-of-stock{background:#fee2e2;color:#b91c1c;border-color:#fecaca}.product-breadcrumb{margin:0;color:var(--muted);display:flex;align-items:center;flex-wrap:wrap;gap:.4rem;font-size:.85rem}.details-policy-grid{margin-top:.9rem}.details-description-rich{line-height:1.56}.details-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:.9rem;gap:.9rem}.details-card{padding:.9rem}.details-description{margin-top:1.75rem;padding:2rem 2.5rem;width:100%;box-sizing:border-box}.details-card-content p{color:var(--muted);overflow-wrap:anywhere}.homepage-ad-block{position:relative;border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;background:linear-gradient(135deg,#ffffff,#f1f7ff);box-shadow:var(--shadow-sm)}.homepage-ad-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.homepage-ad-overlay{position:relative;z-index:1;min-height:inherit;padding:1rem;display:flex;flex-direction:column;justify-content:center;gap:.45rem;background:linear-gradient(90deg,rgba(255,255,255,.9),rgba(255,255,255,.65))}.homepage-ad-left .homepage-ad-overlay{text-align:left;align-items:flex-start}.homepage-ad-center .homepage-ad-overlay{text-align:center;align-items:center}.homepage-ad-right .homepage-ad-overlay{text-align:right;align-items:flex-end}.homepage-ad-overlay h2{margin:0;font-size:clamp(1.1rem,2.2vw,1.8rem)}.homepage-ad-overlay p{margin:0;max-width:60ch}.homepage-ad-cta{margin-top:.2rem}.site-footer{margin:2.4rem 0 .7rem;border-top:1px solid var(--border);color:#64748b;padding-top:1.5rem;font-size:.85rem}.site-footer-inner{display:flex;justify-content:space-between;gap:1rem;align-items:flex-start}.site-footer-brand{margin:0;font-weight:800;color:var(--text);font-size:1.05rem}.site-footer-links{display:flex;flex-wrap:wrap;gap:.65rem}.site-footer-links a{color:#334155;font-weight:700;padding:.3rem .55rem;border-radius:6px;transition:color .15s ease,background .15s ease}.site-footer-links a:hover{color:var(--brand);background:#f0f5ff}.site-footer-copy{margin-top:.9rem;text-align:center;font-size:.8rem}.admin-dashboard-block{display:grid;grid-gap:.9rem;gap:.9rem;width:100%}.admin-dashboard-block>*{min-width:0}.admin-token-card{padding:1rem}.admin-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-form{display:grid;grid-gap:.62rem;gap:.62rem}.admin-field{display:grid;grid-gap:.3rem;gap:.3rem}.admin-field-label{color:var(--muted);font-size:.82rem;font-weight:700}.admin-input{width:100%;border:1px solid var(--border);border-radius:10px;min-height:42px;padding:0 .8rem;font:inherit;color:var(--text);background:var(--surface)}.admin-textarea{min-height:110px;padding:.7rem .8rem;resize:vertical}.admin-input:focus{outline:2px solid #bfdbfe;border-color:#bfdbfe}.admin-inline-actions{display:flex;flex-wrap:wrap;gap:.6rem;margin-bottom:.65rem}.admin-dashboard-metrics{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));grid-gap:.6rem;gap:.6rem;margin-bottom:.8rem}.admin-metric-card{border:1px solid var(--border);border-radius:12px;padding:.7rem;background:#f9fbff;display:grid;grid-gap:.2rem;gap:.2rem}.admin-metric-label{font-size:.78rem;color:#64748b;font-weight:700}.admin-metric-card strong{font-size:1.12rem;color:var(--text)}.admin-nav-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));grid-gap:.65rem;gap:.65rem}.admin-nav-card{display:grid;grid-gap:.25rem;gap:.25rem;padding:.78rem;border:1px solid var(--border);border-radius:12px;background:#f9fbff;transition:transform .16s ease,border-color .2s ease}.admin-nav-card:hover{transform:translateY(-1px);border-color:#cfe1ff}.admin-nav-card strong{font-size:.9rem;color:#0f172a}.admin-nav-card span{font-size:.78rem;color:#64748b}.admin-pre{margin:.5rem 0 0;background:#f8fafc;border:1px solid var(--border);border-radius:10px;padding:.65rem;max-height:220px;overflow:auto;font-size:.77rem;color:var(--text)}.admin-checkbox-row{display:flex;align-items:center;gap:.46rem;color:var(--text);font-weight:600}.admin-message{margin:0;color:var(--brand-dark);font-weight:700}.admin-finder-card{padding:1rem}.admin-table-wrap{margin-top:.65rem;border:1px solid var(--border);border-radius:12px;overflow:auto;background:var(--surface)}.admin-products-table{width:100%;border-collapse:collapse;min-width:760px}.admin-products-table td,.admin-products-table th{padding:.62rem .68rem;border-bottom:1px solid var(--border);text-align:left;font-size:.83rem}.admin-products-table th{background:#f8faff;color:#475467;font-weight:800}.admin-products-table tbody tr:hover{background:#f8fbff}.admin-table-name{font-weight:700;color:var(--text)}.admin-order-details summary{cursor:pointer;list-style:none;display:inline-flex;align-items:center;gap:.35rem;font-weight:700;color:#0f172a;-webkit-user-select:none;-moz-user-select:none;user-select:none}.admin-order-details summary:after{content:"▾";font-size:.75rem;color:#64748b;transition:transform .2s ease}.admin-order-details[open] summary:after{transform:rotate(180deg)}.admin-order-details summary::-webkit-details-marker{display:none}.admin-order-address-box{margin-top:.5rem;padding:.65rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;font-size:.82rem;color:#475569;line-height:1.5}.status-pill{display:inline-block;border-radius:999px;font-size:.72rem;font-weight:800;padding:.18rem .48rem}.status-pill-active{background:#dcfce7;color:#166534}.status-pill-info{color:#1d4ed8;background:#dbeafe}.status-pill-danger{color:#b91c1c;background:#fee2e2}.status-pill-inactive{background:#fee2e2;color:#991b1b}@media (max-width:1200px){.header-main-inner{grid-template-columns:1fr}.header-actions{justify-content:flex-start}.hero-strip{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:980px){.admin-grid,.collections-grid,.details-layout{grid-template-columns:1fr}.product-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:720px){.page{padding:0 .7rem 1rem}.site-header-top{display:none}.header-inner{padding:0 .7rem}.hero-strip{grid-template-columns:repeat(2,minmax(0,1fr))}.hero-tile{min-height:170px}.collection-items-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product-footer-row{flex-direction:column;align-items:flex-start}.product-action-row{width:100%}.product-action-row .btn-link{flex:1 1;text-align:center}.product-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:520px){.cart-item-main,.cart-row,.summary-actions{flex-direction:column}.cart-actions{justify-content:flex-start}.order-item-row,.site-footer-inner{flex-direction:column}.nav-inner{gap:.65rem;font-size:.84rem}.collection-items-grid,.product-grid{grid-template-columns:1fr}}.admin-grid-layout{display:grid;grid-template-columns:2fr 1fr;grid-gap:1.5rem;gap:1.5rem;align-items:start}.admin-section-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem;box-shadow:var(--shadow-sm);margin-bottom:1.5rem}.admin-section-card h3{margin:0 0 1rem;font-size:1.1rem;color:#0f172a;font-weight:800;padding-bottom:.75rem;border-bottom:1px solid var(--border)}@media (max-width:991px){.admin-grid-layout{grid-template-columns:1fr}}.admin-input::placeholder{color:#94a3b8}.admin-field-error{margin-top:.35rem;color:var(--danger);font-size:.78rem;font-weight:600}.admin-rich-text-wrapper{margin-top:.4rem}.admin-rich-text-wrapper .quill{background:white;border-radius:var(--radius-sm)}.admin-rich-text-wrapper .ql-toolbar{border-top-left-radius:var(--radius-sm);border-top-right-radius:var(--radius-sm);border-color:#cbd5e1!important;background:#f8fafc}.admin-rich-text-wrapper .ql-container{border-bottom-left-radius:var(--radius-sm);border-bottom-right-radius:var(--radius-sm);border-color:#cbd5e1!important;font-family:inherit!important;font-size:.92rem!important;min-height:200px}.details-description>h3:first-child{font-size:1.3rem;font-weight:700;color:#0f172a;border-bottom:2px solid #f1f5f9;padding-bottom:.75rem;margin-top:0;margin-bottom:1.5rem}.rich-text-content{color:#334155;font-size:1rem;line-height:1.75;overflow-wrap:break-word}.rich-text-content>:first-child{margin-top:0!important}.rich-text-content h3{color:#0056b3;margin-top:2rem;margin-bottom:.75rem;font-size:1.2rem;font-weight:700}.rich-text-content h4{color:#003d82;margin-top:1.5rem;margin-bottom:.6rem;font-size:1.05rem;font-weight:600}.rich-text-content p{margin-top:0;margin-bottom:1rem}.rich-text-content ol,.rich-text-content ul{margin-top:.25rem;margin-left:1.75rem;margin-bottom:1.25rem;padding-left:0}.rich-text-content li{margin-bottom:.4rem;line-height:1.65}.rich-text-content strong{color:#1e293b}.rich-text-content a{color:var(--brand);text-decoration:underline;text-underline-offset:3px}