:root{--black:#111111;--white:#ffffff;--grey-bg:#f5f5f5;--grey-text:#757575;--grey-border:#e5e5e5;--accent:#12b8a6}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Helvetica Neue,Arial,sans-serif;color:var(--black);background:var(--white);-webkit-font-smoothing:antialiased}a{text-decoration:none;color:inherit}ul{list-style:none}img,svg{display:block;max-width:100%}button{font-family:inherit;cursor:pointer;border:none;background:none}header{position:-webkit-sticky;position:sticky;top:0;left:0;right:0;display:flex;align-items:center;justify-content:space-between;padding:14px 32px;background:var(--white);z-index:1000;border-bottom:1px solid transparent}header.scrolled{border-bottom:1px solid var(--grey-border)}header.has-bg-image{overflow:hidden}.header-bg-wrap{position:absolute;inset:0}.header-bg-image{z-index:0}.header-bg-overlay{position:absolute;inset:0;z-index:1;background:rgba(255,255,255,.88)}header .header-right,header .logo,header nav.main-nav{position:relative;z-index:2}.logo{width:40px;height:40px;border-radius:50%;overflow:hidden;flex-shrink:0}.logo img{width:100%;height:100%;object-fit:cover}nav.main-nav{display:flex;gap:28px}nav.main-nav a{font-size:14px;font-weight:500;color:var(--black);padding:10px 2px;position:relative}nav.main-nav a:hover{color:var(--grey-text)}.header-right{display:flex;align-items:center;gap:22px}.icon-btn{width:22px;height:22px;position:relative}.icon-btn svg{width:100%;height:100%;stroke:var(--black);fill:none;stroke-width:1.6}.menu-toggle-btn{display:none;width:22px;height:22px;padding:0;border:none;background:none;cursor:pointer;position:relative}.menu-toggle-btn svg{width:100%;height:100%;stroke:var(--black);fill:none;stroke-width:1.8;stroke-linecap:round}.account-btn,.cart-btn{width:24px;height:24px}.cart-count{position:absolute;top:-8px;right:-10px;background:var(--accent);color:var(--white);font-size:10px;font-weight:700;min-width:16px;height:16px;border-radius:8px;justify-content:center;padding:0 4px}.cart-count,.search-box{display:flex;align-items:center}.search-box{gap:8px;background:var(--grey-bg);border-radius:24px;padding:9px 14px;width:220px}.search-box input{border:none;background:transparent;outline:none;font-size:13px;width:100%}.search-box svg{width:16px;height:16px;flex-shrink:0;stroke:var(--grey-text);fill:none;stroke-width:2}.filter-toggle-btn{position:relative;flex-shrink:0}.filter-toggle-btn svg{stroke:var(--black)}.filter-toggle-btn.active svg{stroke:var(--accent)}.filter-toggle-btn svg{stroke-linecap:round}.filter-toggle-bar{transform-origin:center;transition:transform .3s cubic-bezier(.5,.85,.25,1.1)}.filter-toggle-bar-1{transform:translateY(-4px)}.filter-toggle-bar-2{transition-timing-function:cubic-bezier(.5,.85,.25,1.8)}.filter-toggle-bar-3{transform:translateY(4px)}.filter-toggle-btn[aria-expanded=true] .filter-toggle-bar-1{transform:translateY(0) rotate(315deg)}.filter-toggle-btn[aria-expanded=true] .filter-toggle-bar-2{transform:rotate(45deg)}.filter-toggle-btn[aria-expanded=true] .filter-toggle-bar-3{transform:translateY(0) rotate(135deg)}@media (prefers-reduced-motion:reduce){.filter-toggle-bar{transition:none}}.filter-toggle-count{position:absolute;top:-8px;right:-8px;background:var(--accent);color:var(--white);font-size:10px;font-weight:700;min-width:16px;height:16px;border-radius:8px;display:flex;align-items:center;justify-content:center;padding:0 4px}.search-filter-row{position:relative;display:flex;align-items:center;gap:12px;margin-bottom:20px}.products-filter-panel{position:absolute;top:calc(100% + 10px);left:0;width:460px;max-width:calc(100vw - 64px);background:var(--white);border:1px solid var(--grey-border);border-radius:14px;box-shadow:0 16px 40px rgba(0,0,0,.14);padding:24px 26px;z-index:30;max-height:calc(100vh - 160px);overflow-y:auto}.products-filter-panel .filter-label{display:block;margin:0 0 12px}.products-filter-panel .filter-bar{margin-bottom:0;gap:10px}.filter-panel-divider{height:1px;background:var(--grey-border);margin:20px 0}.filter-panel-footer{margin-top:20px;padding-top:16px;border-top:1px solid var(--grey-border);text-align:right}@media (max-width:640px){.products-filter-panel{left:auto;right:0}}.products-search{width:100%;max-width:380px;padding:11px 16px}.products-search input{font-size:14px}.admin-product-search{width:100%;max-width:420px;margin-bottom:16px;padding:10px 14px;background:var(--white);border:1px solid var(--grey-border)}.admin-product-search input{font-size:14px}@media (max-width:900px){.header-right .search-box,nav.main-nav{display:none}.menu-toggle-btn{display:flex;align-items:center;justify-content:center}.account-btn:before,.cart-btn:before,.menu-toggle-btn:before{content:"";position:absolute;inset:-11px}}.mobile-nav-backdrop{position:fixed;inset:0;top:0;background:rgba(0,0,0,.4);z-index:998}.mobile-nav-panel{position:fixed;top:0;right:0;height:100vh;width:min(78vw,320px);background:var(--white);z-index:999;display:flex;flex-direction:column;gap:2px;padding:88px 24px 24px;box-shadow:-8px 0 24px rgba(0,0,0,.12);animation:mobile-nav-in .22s ease-out}.mobile-nav-panel .search-box{width:100%;margin-bottom:18px;padding:11px 14px}.mobile-nav-panel a{font-size:16px;font-weight:500;color:var(--black);padding:14px 4px;border-bottom:1px solid var(--grey-border)}@keyframes mobile-nav-in{0%{transform:translateX(100%)}to{transform:translateX(0)}}@media (min-width:901px){.mobile-nav-backdrop,.mobile-nav-panel{display:none}}.hero{position:relative;height:88vh;min-height:520px;display:flex;align-items:flex-end;background:linear-gradient(160deg,#dadada,#bfbfbf 45%,#8f8f8f);overflow:hidden;color:var(--white);padding:0}.hero:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse at 70% 30%,rgba(18,184,166,.35),transparent 60%),radial-gradient(ellipse at 20% 80%,rgba(0,0,0,.25),transparent 55%)}.hero.has-photo:before{display:none}.hero-photo{position:absolute;inset:0}.hero-slide{z-index:0;opacity:0;object-fit:cover;object-position:center;transition:opacity 1.2s ease-in-out}.hero-slide.active{opacity:1}.hero-dark-overlay{position:absolute;inset:0;z-index:1;background:linear-gradient(0deg,rgba(0,0,0,.68),rgba(0,0,0,.42) 48%,rgba(0,0,0,.12))}.hero-dots{position:absolute;bottom:22px;left:50%;transform:translateX(-50%);z-index:3;display:flex;gap:10px}.hero-dot{width:9px;height:9px;border-radius:50%;border:none;padding:0;background:rgba(255,255,255,.45);cursor:pointer;transition:background .2s ease,transform .2s ease}.hero-dot:hover{background:rgba(255,255,255,.75)}.hero-dot.active{background:var(--white);transform:scale(1.3)}.hero-sock{position:absolute;right:4%;top:50%;transform:translateY(-50%) rotate(-8deg);width:30%;max-width:320px;opacity:.4}.hero-content{position:relative;z-index:2;padding:60px 48px;max-width:640px}.hero-eyebrow{font-size:13px;font-weight:600;letter-spacing:.5px;margin-bottom:10px;opacity:.9}.hero-title{font-size:clamp(38px,6vw,72px);font-weight:800;line-height:1.02;margin-bottom:14px;text-transform:uppercase}.hero-sub{font-size:16px;margin-bottom:26px;max-width:420px;opacity:.95}@media (max-width:800px){.hero{height:78vh;min-height:460px}.hero-slide{object-position:2% center}.hero-content{padding:32px 24px 44px;max-width:100%}.hero-title{font-size:clamp(30px,9vw,44px);margin-bottom:10px}.hero-sub{font-size:14.5px;margin-bottom:18px}.hero.has-photo{display:flex;flex-direction:column;align-items:stretch;height:auto;min-height:0;overflow:visible}.hero.has-photo .hero-photo{position:relative;inset:auto;width:100%;height:46vh;min-height:280px;max-height:420px;overflow:hidden;flex-shrink:0}.hero.has-photo .hero-slide{object-fit:cover;object-position:center}.hero.has-photo .hero-dark-overlay{display:none}.hero.has-photo .hero-dots{background:rgba(0,0,0,.35);border-radius:20px;padding:6px 10px;bottom:12px}.hero.has-photo .hero-content{position:relative;background:var(--black);color:var(--white);padding:28px 24px 34px;max-width:100%}}@media (max-height:560px){.hero{height:auto;min-height:0}.hero-content{padding:22px 24px 26px}}.btn-row{display:flex;gap:14px;flex-wrap:wrap}.btn{display:inline-block;padding:14px 26px;border-radius:30px;font-size:14px;font-weight:600;transition:transform .15s ease,background .15s ease}.btn:hover{transform:translateY(-2px)}.btn-primary{background:var(--white);color:var(--black)}.btn-primary:hover{background:#eee}.btn-outline{border:1px solid var(--white);color:var(--white)}.btn-outline:hover{background:rgba(255,255,255,.15)}.btn-dark{background:var(--black);color:var(--white)}.btn-dark:hover{background:#000}.btn-accent{background:var(--accent);color:var(--white)}.btn-accent:hover{background:#0e9c8d}.btn:disabled{opacity:.5;cursor:not-allowed;transform:none}section{padding:56px 32px}.section-title{font-size:26px;font-weight:700;margin-bottom:26px}.section-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:26px}.see-all{font-size:14px;font-weight:600;text-decoration:underline}.legal-page{padding:48px 32px 90px;max-width:760px;margin:0 auto}.legal-updated{color:#666;font-size:13px;margin-bottom:34px}.legal-page h2{font-size:19px;font-weight:700;margin:30px 0 10px}.legal-page h2:first-of-type{margin-top:0}.legal-page p{font-size:15px;line-height:1.75;color:var(--black);margin-bottom:14px}.legal-page ol,.legal-page ul{padding-left:22px;margin:0 0 14px}.legal-page li{font-size:15px;line-height:1.75;color:var(--black);margin-bottom:6px}.legal-page a{color:var(--accent);text-decoration:underline}.legal-notice{background:var(--grey-bg);border:1px solid var(--grey-border);border-radius:8px;padding:16px 18px;margin:20px 0}.legal-notice p:last-child{margin-bottom:0}.scroller{display:flex;gap:16px;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:8px}.scroller::-webkit-scrollbar{height:6px}.scroller::-webkit-scrollbar-thumb{background:var(--grey-border);border-radius:4px}.cat-card{position:relative;flex:0 0 260px;height:320px;border-radius:4px;overflow:hidden;scroll-snap-align:start;color:var(--white);display:flex;align-items:flex-end;padding:18px;background-size:cover;background-position:50%}.cat-card:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.55),rgba(0,0,0,0) 55%)}.cat-card span{position:relative;z-index:2;font-size:20px;font-weight:700}.product-card{flex:0 0 270px;scroll-snap-align:start;cursor:pointer;display:block}.product-grid .product-card{flex-basis:auto}.product-thumb{width:100%;height:270px;border-radius:4px;background:var(--grey-bg);display:flex;align-items:center;justify-content:center;overflow:hidden;margin-bottom:14px;position:relative}.product-thumb svg{width:46%;height:90%}.badge{position:absolute;top:10px;left:10px;background:var(--accent);color:var(--white);font-size:11px;font-weight:700;padding:4px 8px;border-radius:3px;z-index:2}.badge-muted{background:var(--grey-text)}.product-name{font-size:15px;font-weight:600;margin-bottom:2px}.product-cat{font-size:13px;color:var(--grey-text);margin-bottom:6px}.product-price{font-size:15px;font-weight:600}.product-price .strike{color:var(--grey-text);text-decoration:line-through;margin-right:8px;font-weight:400}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:24px 20px;gap:24px 20px}@media (max-width:1100px){.product-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:760px){.product-grid{grid-template-columns:repeat(2,1fr)}}.filter-bar{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:30px}.filter-chip{font-size:13px;font-weight:600;padding:9px 16px;border-radius:20px;border:1px solid var(--grey-border);color:var(--black);transition:border-color .15s ease,background .15s ease}.filter-chip.active,.filter-chip:hover{border-color:var(--black)}.filter-chip.active{background:var(--black);color:var(--white)}.filter-bar-secondary{align-items:center;margin-bottom:14px}.filter-bar-secondary .filter-chip{font-size:12.5px;padding:6px 13px}.filter-label{font-size:12.5px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--grey-text);margin-right:4px}.price-filter{gap:8px}.price-input{width:90px;padding:7px 10px;border-radius:8px;border:1px solid var(--grey-border);font-size:13px}.price-sep,.results-count{color:var(--grey-text)}.results-count{font-size:14px;margin-bottom:20px}.skeleton{background:linear-gradient(90deg,var(--grey-bg) 25%,var(--grey-border) 50%,var(--grey-bg) 75%);background-size:200% 100%;animation:skeleton-shimmer 1.4s ease-in-out infinite;border-radius:4px}.skeleton-line{height:14px;margin-top:8px}@keyframes skeleton-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.pdp{padding:40px 32px 80px}.pdp-breadcrumb{font-size:13px;color:var(--grey-text);margin-bottom:24px}.pdp-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:60px;gap:60px;align-items:start}@media (max-width:800px){.pdp-grid{grid-template-columns:1fr}}.pdp-image{background:var(--grey-bg);border-radius:8px;aspect-ratio:1/1;width:100%;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.pdp-image svg{height:88%}.pdp-title{font-size:28px;font-weight:700;margin-bottom:6px}.pdp-subtitle{font-size:14px;color:var(--grey-text);margin-bottom:18px}.pdp-price{font-size:20px;font-weight:700;margin-bottom:24px}.pdp-price .strike{color:var(--grey-text);text-decoration:line-through;margin-right:10px;font-weight:400}.pdp-desc{font-size:14px;line-height:1.6;color:#333;margin-bottom:28px}.option-label{font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.4px;margin-bottom:10px}.option-group{margin-bottom:26px}.swatch-row{display:flex;gap:10px;flex-wrap:wrap}.size-swatch{padding:10px 16px;border:1px solid var(--grey-border);border-radius:6px;font-size:13px;font-weight:600;background:var(--white)}.size-swatch.selected{border-color:var(--black);background:var(--black);color:var(--white)}.pdp-actions{display:flex;gap:12px;margin-top:8px}.pdp-note{margin-top:14px;font-size:13px;color:var(--accent);font-weight:600;min-height:18px}.cart-page{padding:40px 32px 80px;max-width:900px;margin:0 auto}.cart-row{display:grid;grid-template-columns:90px minmax(0,1fr) auto auto;grid-gap:18px;gap:18px;align-items:center;padding:20px 0;border-bottom:1px solid var(--grey-border)}.cart-row .product-thumb{width:90px;height:90px;margin-bottom:0}.cart-row .product-thumb svg{width:60%}.cart-item-name{font-weight:600;font-size:15px;margin-bottom:4px}.cart-item-meta{font-size:13px;color:var(--grey-text)}.qty-stepper{display:flex;align-items:center;border:1px solid var(--grey-border);border-radius:20px;overflow:hidden;flex-shrink:0}.qty-stepper button{width:30px;height:30px;font-size:16px;font-weight:700;flex-shrink:0}.qty-stepper button:disabled{opacity:.35;cursor:not-allowed}.qty-stepper span{width:24px;text-align:center;font-size:13px;font-weight:600;flex-shrink:0}.cart-item-price{font-weight:600;font-size:15px;text-align:right;min-width:80px}.remove-link{font-size:12px;color:var(--grey-text);text-decoration:underline;margin-top:6px;display:inline-block}.cart-summary{margin-top:30px;padding-top:20px;display:flex;justify-content:space-between;align-items:center}.cart-summary .total{font-size:18px;font-weight:700}.empty-state{text-align:center;padding:80px 20px;color:var(--grey-text)}.empty-state h2{color:var(--black);font-size:22px;margin-bottom:10px}footer{background:var(--white);border-top:1px solid var(--grey-border);padding:48px 32px 24px}.footer-brand{display:flex;align-items:center;gap:14px;margin-bottom:36px}.footer-brand img{border-radius:50%;object-fit:cover}.footer-brand span{font-size:20px;font-weight:800}.footer-cols{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:24px;gap:24px;margin-bottom:40px}@media (max-width:800px){.footer-cols{grid-template-columns:repeat(2,1fr)}}.footer-cols h4{font-size:15px;font-weight:700;margin-bottom:16px}.footer-cols ul li{margin-bottom:12px}.footer-cols ul li a{font-size:14px;color:var(--grey-text)}.footer-cols ul li a:hover{color:var(--black);text-decoration:underline}.footer-bottom{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:16px;padding-top:24px;border-top:1px solid var(--grey-border)}.footer-bottom-left{display:flex;align-items:center;gap:18px;font-size:13px;color:var(--grey-text)}.socials{display:flex;gap:16px}.socials svg{width:18px;height:18px;fill:var(--black)}.dashboard-stats{display:grid;grid-template-columns:repeat(6,1fr);grid-gap:14px;gap:14px;margin-bottom:20px}@media (max-width:900px){.dashboard-stats{grid-template-columns:repeat(3,1fr)}}.dashboard-stat{border:1px solid var(--grey-border);border-radius:8px;padding:16px}.dashboard-stat-value{font-size:22px;font-weight:800}.dashboard-stat-label{font-size:12px;color:var(--grey-text);margin-top:4px}.admin-dashboard-grid{display:grid;grid-template-columns:1.4fr 1fr;grid-gap:40px;gap:40px}@media (max-width:800px){.admin-dashboard-grid{grid-template-columns:1fr}}.admin-nav{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;row-gap:12px;margin-bottom:30px}.admin-nav-links{display:flex;gap:10px;flex-wrap:wrap}.admin-order-header{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:14px}.admin-order-items{display:flex;flex-direction:column;gap:8px;padding-top:10px;border-top:1px solid var(--grey-border)}.admin-order-item-row{display:grid;grid-template-columns:44px 1fr 100px 60px 80px;grid-gap:12px;gap:12px;align-items:center;font-size:13px}.admin-order-item-thumb{position:relative;width:44px;height:44px;border-radius:6px;overflow:hidden;background:var(--grey-bg);border:1px solid var(--grey-border);flex-shrink:0}.admin-order-actions{display:flex;gap:10px}.status-badge{font-size:11px;font-weight:700;text-transform:uppercase;padding:4px 10px;border-radius:12px;white-space:nowrap}.status-pending{background:#fff3cd;color:#8a6d00}.status-processing{background:#dbe9fe;color:#1e4f9c}.status-shipped{background:#ede4fb;color:#5b3a91}.status-delivered{background:#d9f2ec;color:#0e6b5c}.status-cancelled{background:var(--grey-bg);color:var(--grey-text)}.status-paid{background:#d9f2ec;color:#0e6b5c}.status-failed{background:#fbe0de;color:#a12b1f}.status-refunded{background:var(--grey-bg);color:var(--grey-text)}.admin-page{padding:40px 32px 100px;max-width:900px;margin:0 auto}@media print{.admin-nav,.no-print,footer,header{display:none!important}.bill-page{max-width:100%!important;padding:0!important;margin:0!important}}.admin-product{border:1px solid var(--grey-border);border-radius:8px;padding:20px 22px;margin-bottom:16px}.admin-product-dragging{opacity:.5}.admin-product-over{outline:2px solid var(--black);outline-offset:2px}.admin-drag-handle{border:none;background:none;cursor:-webkit-grab;cursor:grab;font-size:18px;line-height:1;color:var(--grey-text);padding:2px 4px;flex-shrink:0}.admin-product-select{flex-shrink:0;width:18px;height:18px;margin-top:2px;accent-color:var(--black);cursor:pointer}.admin-select-toolbar{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px;background:var(--grey-bg);border:1px solid var(--grey-border);border-radius:8px;padding:12px 16px;margin-bottom:16px}.admin-select-all{display:flex;align-items:center;gap:10px;font-size:14px;font-weight:600;cursor:pointer}.admin-select-all input{width:18px;height:18px;accent-color:var(--black);cursor:pointer}.admin-product-thumb{position:relative;width:56px;height:56px;border-radius:6px;overflow:hidden;background:var(--grey-bg);border:1px solid var(--grey-border);flex-shrink:0}.admin-product-header{margin-bottom:14px}.admin-variant-table{display:flex;flex-direction:column;gap:10px}.admin-variant-row{display:flex;align-items:center;gap:12px}.admin-variant-label{font-size:13px;font-weight:600;width:100px;flex-shrink:0}.admin-stock-editor{display:flex;align-items:center;gap:10px}.admin-input{border:1px solid var(--grey-border);border-radius:6px;padding:8px 10px;font-size:13px;font-family:inherit}.admin-input-sm{width:80px}.admin-btn-sm{padding:8px 16px;border-radius:20px;font-size:12px}.admin-status-ok{color:var(--accent);font-size:12px;font-weight:600}.admin-status-err{color:#b3261e;font-size:12px;font-weight:600}.admin-form{border:1px solid var(--grey-border);border-radius:8px;padding:24px}.admin-form-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:16px;gap:16px;margin-bottom:16px}@media (max-width:700px){.admin-form-grid{grid-template-columns:1fr}}.admin-field{display:flex;flex-direction:column;gap:6px;font-size:13px;font-weight:600;margin-bottom:16px}.admin-form-grid .admin-field{margin-bottom:0}.admin-field input,.admin-field select,.admin-field textarea{border:1px solid var(--grey-border);border-radius:6px;padding:10px 12px;font-size:14px;font-family:inherit;font-weight:400}.admin-field input[type=color]{padding:4px;height:42px}.admin-checkbox-row{display:flex;gap:24px;margin-bottom:10px;font-size:13px}.admin-checkbox-row label{display:flex;align-items:center;gap:8px;font-weight:500}.admin-variant-input-row{display:grid;grid-template-columns:1fr 150px 100px auto;grid-gap:10px;gap:10px;align-items:center;margin-top:10px}.admin-add-item-row input,.admin-add-item-row select,.admin-variant-input-row input,.admin-variant-input-row input[type=text],.admin-variant-input-row select{border:1px solid var(--grey-border);border-radius:6px;padding:8px 10px;font-size:13px;font-family:inherit;background:var(--white)}.admin-add-item-row{display:grid;grid-template-columns:1.5fr 1.5fr 80px auto;grid-gap:10px;gap:10px;align-items:center;margin-top:10px}.admin-order-item-row-editable{grid-template-columns:44px 1fr 100px 140px 90px auto}@media (max-width:640px){.admin-add-item-row,.admin-order-item-row-editable,.admin-variant-input-row{grid-template-columns:1fr;row-gap:8px}}.admin-photo-grid{display:flex;flex-wrap:wrap;gap:12px}.admin-photo-tile{position:relative;width:110px;height:110px;border-radius:6px;overflow:hidden;background:var(--grey-bg);border:1px solid var(--grey-border);cursor:-webkit-grab;cursor:grab}.admin-photo-tile-over{outline:2px solid var(--black);outline-offset:2px}.admin-photo-tile-dragging{opacity:.5}.admin-photo-remove{right:4px;font-size:14px}.admin-photo-edit,.admin-photo-remove{position:absolute;top:4px;width:22px;height:22px;border-radius:50%;background:rgba(17,17,17,.75);color:var(--white);line-height:1;display:flex;align-items:center;justify-content:center}.admin-photo-edit{left:4px;font-size:12px}.admin-hero-banner-grid{display:flex;flex-wrap:wrap;gap:12px}.admin-hero-banner-tile{width:220px;height:130px;cursor:-webkit-grab;cursor:grab}.admin-header-preview,.admin-hero-banner-tile{position:relative;border-radius:8px;overflow:hidden;background:var(--grey-bg);border:1px solid var(--grey-border)}.admin-header-preview{width:100%;max-width:600px;height:90px}.admin-logo-preview{position:relative;width:140px;height:140px;border-radius:8px;overflow:hidden;background:var(--grey-bg);border:1px solid var(--grey-border)}.crop-modal-overlay{position:fixed;inset:0;background:rgba(17,17,17,.7);display:flex;align-items:center;justify-content:center;z-index:1000;padding:24px}.crop-modal{background:var(--white);border-radius:10px;width:100%;max-width:560px;overflow:hidden;display:flex;flex-direction:column}.crop-modal-stage{position:relative;width:100%;height:380px;background:#222}.crop-modal-controls{padding:16px 20px;display:flex;flex-direction:column;gap:14px}.crop-modal-zoom{display:flex;align-items:center;gap:12px;font-size:13px;color:var(--black)}.crop-modal-zoom input[type=range]{flex:1 1}.crop-modal-actions{display:flex;justify-content:flex-end;gap:10px}.checkout-modal-overlay{position:fixed;inset:0;background:rgba(17,17,17,.7);display:flex;align-items:center;justify-content:center;z-index:1000;padding:24px}.checkout-modal{position:relative;background:var(--white);border-radius:10px;width:100%;max-width:440px;padding:28px 24px 24px}.checkout-modal-close{position:absolute;top:12px;right:14px;font-size:24px;line-height:1;color:var(--grey-text);padding:4px}.checkout-modal-close:hover{color:var(--black)}.checkout-modal-body .admin-field input{width:100%}.pdp-gallery{display:flex;gap:10px;margin-top:12px}.pdp-gallery-thumb{width:60px;height:60px;border-radius:6px;overflow:hidden;border:2px solid transparent;position:relative;flex-shrink:0}.pdp-gallery-thumb.selected{border-color:var(--black)}.lightbox-overlay{position:fixed;inset:0;background:rgba(0,0,0,.92);z-index:2000;display:flex;align-items:center;justify-content:center}.lightbox-close{top:16px;right:16px;width:40px;height:40px;font-size:22px}.lightbox-close,.lightbox-nav{position:absolute;border-radius:50%;background:rgba(255,255,255,.15);color:var(--white);line-height:1;border:none;cursor:pointer;z-index:2}.lightbox-nav{top:50%;transform:translateY(-50%);width:44px;height:44px;font-size:26px}.lightbox-prev{left:16px}.lightbox-next{right:16px}.lightbox-stage{width:100%;height:100%;overflow:auto;display:flex;align-items:center;justify-content:center;padding:48px 16px;-webkit-overflow-scrolling:touch}.lightbox-stage.zoomed{align-items:flex-start;justify-content:flex-start;padding:0}.lightbox-img{max-width:100%;max-height:100%;object-fit:contain;cursor:zoom-in}.lightbox-stage.zoomed .lightbox-img{max-width:none;max-height:none;width:200%;cursor:zoom-out}@media (max-width:640px){.lightbox-stage{padding:32px 8px}.lightbox-stage.zoomed .lightbox-img{width:320%}}