:root{color-scheme:light;--bg:#f6f4ef;--surface:#fff;--ink:#1f1f1d;--muted:#6b6a63;--border:#e4e0d6;--accent:#c2541f;--accent-dark:#9c4017;--danger:#b3261e;--radius:10px}*{box-sizing:border-box}html{height:100%}body{margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;background:var(--bg);color:var(--ink);line-height:1.5;min-height:100%;display:flex;flex-direction:column}img{max-width:100%;display:block}a{color:var(--accent-dark);text-decoration:none}a:hover{text-decoration:underline}.container{max-width:1080px;margin:0 auto;padding:0 1.25rem}.site-header{background:var(--ink);color:#fff}.header-inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 1.25rem}.site-header .brand{display:flex;align-items:center;gap:.6rem;font-weight:700;font-size:1.25rem;color:#fff;letter-spacing:.02em}.brand-logo{height:32px;width:auto}.nav-links{display:flex;gap:1.5rem}.nav-links a{color:#f0ece2;font-weight:500}.nav-links a:hover{color:var(--accent);text-decoration:none}.cart-link{position:relative}.cart-badge,.cart-link{display:flex;align-items:center}.cart-badge{position:absolute;top:-6px;right:-8px;background:var(--accent);color:#fff;font-size:.68rem;font-weight:700;line-height:1;min-width:17px;height:17px;border-radius:50%;justify-content:center;padding:0 3px}main{padding:1.5rem 1.25rem;max-width:1080px;margin:0 auto;flex:1 0 auto;width:100%}main h1{font-size:1.85rem;margin:0 0 .5rem}main h2{margin-top:0}@keyframes fadeSlideUp{0%{opacity:0;transform:translateY(22px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeScale{0%{opacity:0;transform:scale(.86)}to{opacity:1;transform:scale(1)}}@media (prefers-reduced-motion:reduce){.hero .button,.hero h1,.hero p,.hero-logo,.home-section-title,.product-card{animation:none!important}}.hero{text-align:center;padding:1rem 1rem 1.5rem}.hero-logo{height:120px;width:auto;margin:0 auto .75rem;animation:fadeScale .75s cubic-bezier(.22,1,.36,1) both}.hero h1{font-size:2.1rem;margin-bottom:.5rem;animation:fadeSlideUp .6s cubic-bezier(.22,1,.36,1) .12s both}.hero p{color:var(--muted);font-size:1.05rem;max-width:560px;margin:0 auto 1.1rem;animation:fadeSlideUp .6s cubic-bezier(.22,1,.36,1) .24s both}.hero .button{animation:fadeSlideUp .6s cubic-bezier(.22,1,.36,1) .36s both}.home-section-title{animation:fadeSlideUp .5s cubic-bezier(.22,1,.36,1) .4s both}.product-card{animation:fadeSlideUp .55s cubic-bezier(.22,1,.36,1) both}.button{display:inline-block;background:var(--accent);color:#fff;border:none;border-radius:var(--radius);padding:.7rem 1.5rem;font-size:1rem;font-weight:600;cursor:pointer}.button:hover{background:var(--accent-dark);text-decoration:none}.button:disabled{background:var(--border);color:var(--muted);cursor:not-allowed}.button-secondary{background:transparent;color:var(--ink);border:1px solid var(--border)}.button-secondary:hover{background:var(--surface)}.product-grid{list-style:none;margin:1.5rem 0 0;padding:0;display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));grid-gap:1.5rem;gap:1.5rem}.product-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;transition:box-shadow .15s ease,transform .15s ease}.product-card:hover{box-shadow:0 8px 20px rgba(0,0,0,.08);transform:translateY(-2px)}.product-card-link{display:block;color:var(--ink)}.product-card-link:hover{text-decoration:none}.product-card-img{width:100%;aspect-ratio:1;object-fit:cover;object-position:top;background:var(--bg)}.product-card-body{padding:.9rem 1rem 1.1rem}.product-card-name{display:block;font-weight:600;margin-bottom:.25rem}.product-card-price{display:block;color:var(--accent-dark);font-weight:600}.product-detail{display:grid;grid-template-columns:minmax(0,420px) 1fr;grid-gap:2.5rem;gap:2.5rem;align-items:start}.product-img-zoom-wrap{overflow:hidden;border-radius:var(--radius);border:1px solid var(--border);background:var(--surface);cursor:zoom-in}.product-img-zoom-wrap:hover{cursor:crosshair}.product-detail-img{display:block;width:100%;transition:transform .22s ease;will-change:transform}@media (hover:hover){.product-img-zoom-wrap:hover .product-detail-img{transform:scale(1.8)}}.product-img-zoom-wrap.is-zoomed .product-detail-img{transform:scale(1.8)}@media (hover:none){.product-img-zoom-wrap{cursor:pointer}}@media (prefers-reduced-motion:reduce){.product-detail-img{transition:none}.product-img-zoom-wrap.is-zoomed .product-detail-img,.product-img-zoom-wrap:hover .product-detail-img{transform:none}}.product-detail-description{color:var(--muted);margin:.75rem 0 1.5rem}.color-thumbs{display:flex;gap:.6rem;margin-top:.75rem}.color-thumb{width:56px;height:56px;padding:0;border-radius:8px;border:2px solid var(--border);background:var(--surface);overflow:hidden;cursor:pointer}.color-thumb img{width:100%;height:100%;object-fit:cover}.color-thumb-active{border-color:var(--accent)}@media (max-width:720px){.product-detail{grid-template-columns:1fr}}.form-stack{display:flex;flex-direction:column;gap:.9rem;max-width:460px;margin-top:1.25rem}.form-stack input,.form-stack select{padding:.65rem .8rem;border:1px solid var(--border);border-radius:var(--radius);font-size:1rem;background:var(--surface);color:var(--ink)}.form-stack input:focus,.form-stack select:focus{outline:2px solid var(--accent);outline-offset:1px}.form-stack .field{display:flex;flex-direction:column;gap:.3rem}.form-stack .field label{font-weight:600;font-size:.9rem}.address-autocomplete input{width:100%;box-sizing:border-box}[role=alert]{color:var(--danger);font-weight:600}.cart-list{list-style:none;margin:1.5rem 0;padding:0;display:flex;flex-direction:column;gap:1rem}.cart-item{display:grid;grid-template-columns:64px 1fr auto auto auto;align-items:center;grid-gap:1rem;gap:1rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:.75rem 1rem}.cart-item img{width:64px;height:64px;object-fit:cover;border-radius:6px}.cart-item input[type=number]{width:4rem;padding:.4rem;border:1px solid var(--border);border-radius:6px}.cart-summary{display:flex;align-items:center;justify-content:space-between;border-top:1px solid var(--border);padding-top:1.25rem;margin-top:.5rem}.cart-summary strong{font-size:1.15rem}@media (max-width:600px){.cart-item{grid-template-columns:56px 1fr;grid-template-areas:"img name" "img controls"}.cart-item img{grid-area:img}}.status-badge{display:inline-block;background:var(--bg);border:1px solid var(--border);border-radius:999px;padding:.3rem .9rem;font-weight:600;margin:.5rem 0 1.25rem}.site-footer{background:var(--ink);color:#cfccc3;flex-shrink:0}.site-footer .container{padding:1.75rem 1.25rem;font-size:.85rem;line-height:1.6}.site-footer .container p{max-width:640px;margin:0 auto;text-align:center}.admin-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.admin-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));grid-gap:1.25rem;gap:1.25rem;list-style:none;padding:0;margin:1.5rem 0}.admin-card{position:relative;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);overflow:hidden}.admin-card.is-hidden{opacity:.5}.admin-card-img{width:100%;aspect-ratio:1;object-fit:cover;display:block}.admin-card-actions{position:absolute;top:.4rem;left:.4rem;display:flex;gap:.4rem}.admin-icon-button{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border:none;border-radius:8px;background:hsla(0,0%,100%,.92);cursor:pointer;font-size:1rem;box-shadow:0 1px 3px rgba(0,0,0,.25)}.admin-icon-button.danger{color:var(--danger)}.admin-card-name{display:block;padding:.5rem .6rem;font-size:.85rem;font-weight:600}.admin-pending-list{list-style:none;padding:0;margin:1rem 0;display:flex;flex-direction:column;gap:1rem}.admin-pending-item{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);padding:1rem}.admin-variant-row{display:flex;align-items:center;gap:.6rem;margin:.4rem 0}.admin-variant-row input[type=number]{width:90px}.admin-card{cursor:-webkit-grab;cursor:grab}.admin-card:active{cursor:-webkit-grabbing;cursor:grabbing}.address-autocomplete{position:relative}.address-suggestions{position:absolute;top:100%;left:0;right:0;z-index:10;margin:0;padding:0;list-style:none;background:#fff;border:1px solid #ccc;border-radius:0 0 8px 8px;max-height:220px;overflow-y:auto}.address-suggestions li{border-bottom:1px solid #eee}.address-suggestions button{display:block;width:100%;text-align:left;padding:.5rem .75rem;background:none;border:none;cursor:pointer;font-size:.9rem}.address-suggestions button:hover{background:#f5f5f5}.checkout-order-summary{max-width:460px;margin:1.25rem 0 0}.checkout-order-title{font-size:1rem;font-weight:600;margin:0 0 .85rem;display:flex;justify-content:space-between;align-items:baseline}.checkout-order-count{font-size:.82rem;font-weight:400;color:var(--muted)}.checkout-order-items{list-style:none;display:flex;flex-direction:column;gap:.85rem;padding:0 0 1rem;border-bottom:1px solid var(--border);margin:0}.checkout-order-item{display:flex;align-items:center;gap:.85rem}.checkout-order-item-thumb{width:62px;height:62px;object-fit:cover;border-radius:8px;border:1px solid var(--border);flex-shrink:0;background:var(--surface)}.checkout-order-item-info{flex:1 1;display:flex;flex-direction:column;gap:.1rem;min-width:0}.checkout-order-item-name{font-size:.88rem;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.checkout-order-item-qty,.checkout-order-item-variant{font-size:.78rem;color:var(--muted)}.checkout-order-item-price{font-size:.88rem;font-weight:600;white-space:nowrap;flex-shrink:0}.checkout-summary{list-style:none;margin:1.25rem 0;padding:0;max-width:460px;border:1px solid var(--border);border-top:3px solid #0070ba;border-radius:var(--radius);overflow:hidden}.checkout-summary li{display:flex;justify-content:space-between;padding:.65rem 1rem;border-bottom:1px solid var(--border)}.checkout-summary li:last-child{border-bottom:none}.checkout-summary-total{font-weight:700;font-size:1.1rem}.size-guide{margin-top:1.5rem;border:1px solid var(--border);border-radius:var(--radius);padding:.75rem 1rem}.size-guide summary{cursor:pointer;font-weight:600}.size-guide-img{max-width:320px;margin:.75rem 0;border-radius:var(--radius)}.size-guide-table{width:100%;border-collapse:collapse;margin-top:.5rem;font-size:.9rem}.size-guide-table td,.size-guide-table th{text-align:center;padding:.4rem .6rem;border:1px solid var(--border)}.size-guide-table td:first-child,.size-guide-table th:first-child{text-align:left}.button-paypal{display:inline-flex;align-items:center;justify-content:center;gap:.3rem;background:#ffc439;color:#003087;border:none;border-radius:var(--radius);padding:.78rem 1.5rem;font-size:1rem;font-weight:700;cursor:pointer;width:100%;max-width:460px}.button-paypal:hover{background:#f0b429}.button-paypal:disabled{background:var(--border);color:var(--muted);cursor:not-allowed}.paypal-btn-prefix{color:#003087;font-weight:700}.paypal-wordmark{font-style:italic;font-weight:800;font-size:1.05em;letter-spacing:-.01em;line-height:1}.paypal-pay{color:#003087}.paypal-pal{color:#009cde}.payment-security-note .paypal-wordmark{font-size:.95em}.payment-security-note{display:flex;align-items:flex-start;gap:.4rem;margin-top:1rem;color:var(--muted);font-size:.85rem;max-width:460px;line-height:1.45}.payment-security-note svg{flex-shrink:0}.whatsapp-button{position:fixed;bottom:1.25rem;right:1.25rem;width:56px;height:56px;border-radius:50%;background:#25d366;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px rgba(0,0,0,.25);z-index:50}.whatsapp-button:hover{background:#1ebe5b}