*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--bg:#f7f2ea;--surface:#fff;--surface2:#efe7db;--border:#e4d9c8;--accent:#2e2820;--accent2:#a8907c;--kraft:#b89a82;--text:#2a241c;--text-muted:#8a7a64;--radius:12px;--radius-sm:8px;--shadow:0 2px 12px #00000012;--shadow-lg:0 8px 32px #0000001f}body{background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.6}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button{cursor:pointer;font-family:inherit}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.site-header{background:var(--surface);border-bottom:1px solid var(--border);z-index:100;box-shadow:var(--shadow);position:sticky;top:0}.header-inner{align-items:center;gap:1rem;height:76px;display:flex}.header-logo{flex-shrink:0;align-items:center;display:inline-flex}.header-logo-img{width:auto;height:40px;display:block}.header-nav{flex:1;justify-content:center;align-items:center;gap:2rem;display:flex}.header-nav a{color:var(--text);text-transform:uppercase;letter-spacing:.08em;font-size:.78rem;font-weight:500;transition:color .15s}.header-nav a:hover{color:var(--accent2)}.header-actions{flex-shrink:0;align-items:center;gap:.4rem;display:flex}.header-icon{width:40px;height:40px;color:var(--text);cursor:pointer;background:0 0;border:0;border-radius:50%;justify-content:center;align-items:center;transition:background .15s;display:inline-flex;position:relative}.header-icon:hover{background:var(--surface2)}.header-admin-link{text-transform:uppercase;letter-spacing:.07em;color:#fff;background:var(--accent);white-space:nowrap;border-radius:999px;margin-right:.3rem;padding:.32rem .7rem;font-size:.68rem;font-weight:600;line-height:1;transition:background .15s}.header-admin-link:hover{background:var(--accent2);color:#fff}.header-register{text-transform:uppercase;letter-spacing:.07em;color:var(--accent);border:1.5px solid var(--accent);white-space:nowrap;background:0 0;border-radius:999px;padding:.3rem .7rem;font-size:.68rem;font-weight:600;line-height:1;transition:all .15s}.header-register:hover{background:var(--accent);color:#fff}.header-login{text-transform:uppercase;letter-spacing:.07em;color:var(--text);white-space:nowrap;background:0 0;border-radius:999px;padding:.3rem .6rem;font-size:.68rem;font-weight:600;line-height:1;transition:color .15s}.header-login:hover{color:var(--accent)}.header-lang{align-items:center;gap:.15rem;margin-left:.25rem;display:flex}.header-lang-link,.header-lang-current{text-transform:uppercase;letter-spacing:.06em;white-space:nowrap;border-radius:999px;padding:.3rem .4rem;font-size:.68rem;font-weight:600;line-height:1}.header-lang-link{color:var(--text-muted);transition:color .15s}.header-lang-link:hover{color:var(--accent)}.header-lang-current{color:var(--text);background:var(--accent-soft,#0000000f)}.header-nav-auth,.header-nav-admin{display:none}.header-logout{text-transform:uppercase;letter-spacing:.07em;color:var(--text-muted);cursor:pointer;white-space:nowrap;background:0 0;border:0;border-radius:999px;padding:.32rem .55rem;font-size:.72rem;font-weight:600;transition:color .15s}.header-logout:hover{color:var(--text)}.header-nav-logout{display:none}.header-burger{cursor:pointer;background:0 0;border:0;flex-direction:column;gap:4px;padding:8px;display:none}.header-burger span{background:var(--text);border-radius:2px;width:22px;height:2px}@media (max-width:900px){.header-inner{height:64px}.header-burger{display:flex}.header-logo{flex:1}.header-nav{background:var(--surface);border-top:0;flex-direction:column;flex:none;gap:0;max-height:0;padding:0;position:absolute;top:100%;left:0;right:0;overflow:hidden}.header-nav.open{max-height:70vh;box-shadow:var(--shadow-lg);border-top:1px solid var(--border);padding:.5rem 0}.header-nav a{width:100%;padding:.95rem 1.5rem;font-size:.95rem}.header-admin-link,.header-register,.header-login{display:none}.header-nav-auth{color:var(--accent);border-top:1px solid var(--border);font-weight:700;display:block}.header-nav-admin{color:var(--accent2);border-top:1px solid var(--border);font-weight:700;display:block}.header-logout{display:none}.header-nav-logout{text-align:left;cursor:pointer;width:100%;color:var(--text);border:0;border-top:1px solid var(--border);background:0 0;padding:.95rem 1.5rem;font-size:.95rem;display:block}}.gallery-manager{flex-wrap:wrap;gap:.75rem;margin-top:.25rem;display:flex}.gallery-thumb{border:1.5px solid var(--border,#ece5db);background:var(--surface2,#f5f0e8);cursor:grab;-webkit-user-select:none;user-select:none;border-radius:10px;width:110px;height:110px;transition:border-color .15s,transform .12s,box-shadow .15s;position:relative;overflow:hidden}.gallery-thumb:active{cursor:grabbing}.gallery-thumb.is-over{border-color:var(--accent,#c9803a);box-shadow:var(--shadow-lg);transform:scale(1.03)}.gallery-thumb img{object-fit:cover;pointer-events:none;width:100%;height:100%;display:block}.gallery-num{color:#fff;background:#000000a6;border-radius:999px;justify-content:center;align-items:center;min-width:20px;height:20px;padding:0 5px;font-size:.72rem;font-weight:700;display:inline-flex;position:absolute;top:4px;left:4px}.gallery-main-badge{background:var(--accent,#c9803a);color:#fff;letter-spacing:.04em;text-transform:uppercase;border-radius:999px;align-items:center;height:20px;padding:0 7px;font-size:.65rem;font-weight:700;display:inline-flex;position:absolute;top:4px;left:30px}.gallery-del{color:#fff;cursor:pointer;background:#000000b3;border:none;border-radius:50%;width:22px;height:22px;font-size:.95rem;line-height:1;position:absolute;top:4px;right:4px}.gallery-del:hover{background:#b91c1c}.gallery-move{background:linear-gradient(#0000,#0000008c);justify-content:space-between;display:flex;position:absolute;bottom:0;left:0;right:0}.gallery-move button{color:#fff;cursor:pointer;background:0 0;border:0;padding:.2rem .5rem;font-size:1.1rem;font-weight:700;line-height:1}.gallery-move button:disabled{opacity:.35;cursor:default}.gallery-add{border:1.5px dashed var(--border,#d8cfc2);text-align:center;width:110px;height:110px;color:var(--text-muted);cursor:pointer;border-radius:10px;justify-content:center;align-items:center;padding:.5rem;font-size:.8rem;font-weight:600;transition:border-color .15s,color .15s;display:flex}.gallery-add:hover{border-color:var(--accent,#c9803a);color:var(--accent,#c9803a)}.gallery-add.is-busy{cursor:wait;opacity:.7}.btn{border-radius:var(--radius-sm);white-space:nowrap;border:none;justify-content:center;align-items:center;gap:.4rem;padding:.6rem 1.25rem;font-size:.875rem;font-weight:600;transition:all .15s;display:inline-flex}.btn-dark{background:var(--accent);color:#fff}.btn-dark:hover{background:#3d2e18}.btn-outline{color:var(--accent);border:1.5px solid var(--accent);background:0 0}.btn-outline:hover{background:var(--surface2)}.btn-ghost{color:var(--text-muted);background:0 0;border:none;padding:.5rem .75rem}.btn-ghost:hover{color:var(--accent);background:var(--surface2);border-radius:var(--radius-sm)}.btn-lg{border-radius:var(--radius);padding:.875rem 2rem;font-size:1rem}.btn-full{width:100%}.btn-google{color:#3c4043;border:1.5px solid var(--border);background:#fff;font-weight:600}.btn-google:hover{background:#f8f9fa;box-shadow:0 1px 4px #0000001f}.btn-apple{color:#fff;background:#000;border:none}.btn-apple:hover{background:#1a1a1a}.hero{background:linear-gradient(135deg,#faf7f3 0%,#f0e8da 100%);padding:5rem 0 4rem}.hero-inner{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.hero-eyebrow{letter-spacing:.12em;text-transform:uppercase;color:var(--accent2);margin-bottom:1rem;font-size:.75rem;font-weight:700}.hero h1{letter-spacing:-.03em;margin-bottom:1.25rem;font-size:clamp(2.2rem,5vw,3.5rem);font-weight:800;line-height:1.1}.hero p{color:var(--text-muted);max-width:420px;margin-bottom:2rem;font-size:1.1rem}.hero-actions{flex-wrap:wrap;gap:1rem;display:flex}.hero-image{background:var(--surface2);aspect-ratio:1;border:1px solid var(--border);border-radius:20px;justify-content:center;align-items:center;font-size:6rem;display:flex}@media (max-width:768px){.hero-inner{grid-template-columns:1fr;gap:2rem}.hero-image{display:none}}.section{padding:4rem 0}.section-title{letter-spacing:-.02em;margin-bottom:.5rem;font-size:1.75rem;font-weight:800}.section-sub{color:var(--text-muted);margin-bottom:2.5rem}.product-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.5rem;display:grid}.product-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);transition:transform .2s,box-shadow .2s;overflow:hidden}.product-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-3px)}.product-card-image{background:var(--surface2);aspect-ratio:1;border-bottom:1px solid var(--border);justify-content:center;align-items:center;font-size:4rem;display:flex}.product-card-body{padding:1rem}.product-card-name{margin-bottom:.25rem;font-weight:700}.product-card-desc{color:var(--text-muted);margin-bottom:.75rem;font-size:.85rem;line-height:1.4}.product-card-footer{justify-content:space-between;align-items:center;display:flex}.product-price{font-size:1.05rem;font-weight:800}.product-price-sub{color:var(--text-muted);font-size:.75rem;font-weight:400}.cart-btn{transition:transform .15s;position:relative}.cart-badge{background:var(--accent);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:.65rem;font-weight:700;display:flex;position:absolute;top:-4px;right:-4px}.cart-btn.cart-bump{animation:.45s cartBump}.cart-btn.cart-bump .cart-badge{animation:.45s badgePop}@keyframes cartBump{0%{transform:scale(1)}30%{transform:scale(1.25)rotate(-8deg)}55%{transform:scale(.92)rotate(5deg)}to{transform:scale(1)rotate(0)}}@keyframes badgePop{0%{transform:scale(0)}60%{transform:scale(1.4)}to{transform:scale(1)}}.fly-plus{z-index:300;pointer-events:none;background:var(--accent);color:#fff;width:30px;height:30px;box-shadow:var(--shadow-lg);border-radius:50%;justify-content:center;align-items:center;font-size:.8rem;font-weight:700;animation:.7s cubic-bezier(.5,-.4,.7,1) forwards flyToCart;display:flex;position:fixed}@keyframes flyToCart{0%{opacity:1;transform:translate(0)scale(1)}70%{opacity:1}to{transform:translate(var(--fly-dx), var(--fly-dy)) scale(.2);opacity:0}}.btn.added-pop{animation:.4s addedPop}@keyframes addedPop{0%{transform:scale(1)}40%{transform:scale(1.06)}to{transform:scale(1)}}@media (prefers-reduced-motion:reduce){.cart-btn.cart-bump,.cart-btn.cart-bump .cart-badge,.fly-plus,.btn.added-pop{animation:none}.fly-plus{display:none}}.cart-overlay{z-index:200;background:#0006;justify-content:flex-end;display:flex;position:fixed;inset:0}.cart-drawer{background:var(--surface);width:100%;max-width:420px;height:100%;box-shadow:var(--shadow-lg);flex-direction:column;display:flex}.cart-drawer-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex}.cart-drawer-header h2{font-size:1.1rem;font-weight:700}.cart-items{flex:1;padding:1rem 1.5rem;overflow-y:auto}.cart-item{border-bottom:1px solid var(--border);gap:1rem;padding:1rem 0;display:flex}.cart-item-image{background:var(--surface2);border-radius:var(--radius-sm);flex-shrink:0;justify-content:center;align-items:center;width:64px;height:64px;font-size:1.8rem;display:flex}.cart-item-info{flex:1}.cart-item-name{margin-bottom:.25rem;font-size:.9rem;font-weight:600}.cart-item-price{color:var(--text-muted);font-size:.85rem}.cart-item-qty{align-items:center;gap:.5rem;margin-top:.5rem;display:flex}.qty-btn{background:var(--surface2);border:1px solid var(--border);border-radius:6px;justify-content:center;align-items:center;width:26px;height:26px;font-size:.9rem;display:flex}.qty-btn:hover{background:var(--border)}.cart-item-remove{color:var(--text-muted);background:0 0;border:none;align-self:flex-start;padding:0 .25rem;font-size:1.2rem}.cart-item-remove:hover{color:#c00}.cart-footer{border-top:1px solid var(--border);padding:1.5rem}.cart-total{justify-content:space-between;align-items:center;margin-bottom:1rem;font-size:1.1rem;font-weight:700;display:flex}.cart-empty{text-align:center;color:var(--text-muted);padding:3rem 1rem}.cart-empty-icon{margin-bottom:1rem;font-size:3rem}.field{flex-direction:column;gap:.35rem;margin-bottom:1rem;display:flex}.field label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;font-size:.8rem;font-weight:600}.field input,.field select,.field textarea{border:1.5px solid var(--border);border-radius:var(--radius-sm);background:var(--bg);color:var(--text);outline:none;width:100%;padding:.65rem .875rem;font-size:.95rem;transition:border-color .15s}.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--accent)}.form-error{color:#c0392b;margin-bottom:.75rem;font-size:.85rem}.form-grid-2{grid-template-columns:1fr 1fr;gap:0 1rem;display:grid}@media (max-width:500px){.form-grid-2{grid-template-columns:1fr}}@media (max-width:768px){.field input,.field select,.field textarea,.newsletter-form input,input[type=text],input[type=email],input[type=password],input[type=tel],input[type=number],input[type=search],input[type=date],select,textarea{font-size:16px}}.auth-wrap{background:linear-gradient(135deg,#faf7f3 0%,#f0e8da 100%);justify-content:center;align-items:center;min-height:100vh;padding:2rem 1rem;display:flex}.auth-card{background:var(--surface);border:1px solid var(--border);width:100%;max-width:400px;box-shadow:var(--shadow-lg);border-radius:20px;padding:2.5rem}.auth-logo{text-align:center;color:var(--accent);margin-bottom:.25rem;font-size:2rem;font-weight:800}.auth-logo span{color:var(--accent2)}.auth-subtitle{text-align:center;color:var(--text-muted);margin-bottom:2rem;font-size:.9rem}.auth-divider{color:var(--text-muted);align-items:center;gap:1rem;margin:1.25rem 0;font-size:.8rem;display:flex}.auth-divider:before,.auth-divider:after{content:"";background:var(--border);flex:1;height:1px}.auth-social{flex-direction:column;gap:.75rem;display:flex}.auth-footer{text-align:center;color:var(--text-muted);margin-top:1.5rem;font-size:.85rem}.auth-footer a{color:var(--accent);font-weight:600}.product-detail{padding:3rem 0}.product-detail-inner{grid-template-columns:1fr 1fr;align-items:start;gap:4rem;display:grid}@media (max-width:768px){.product-detail-inner{grid-template-columns:1fr;gap:2rem}}.product-detail-image{background:var(--surface2);border-radius:var(--radius);aspect-ratio:1;border:1px solid var(--border);justify-content:center;align-items:center;font-size:8rem;display:flex}.breadcrumbs{color:var(--text-muted);flex-wrap:wrap;align-items:center;gap:.4rem;margin-bottom:1.25rem;font-size:.85rem;display:flex}.breadcrumbs a{color:var(--text-muted)}.breadcrumbs a:hover{color:var(--accent)}.breadcrumbs [aria-current=page]{color:var(--text);font-weight:600}.breadcrumbs-sep{color:var(--text-muted);opacity:.6}body:has(.thankyou-page){background:#fff}.thankyou-page{padding:2.5rem 0}.thankyou-wrap{max-width:1180px;margin:0 auto;padding:0 1rem}.thankyou-panel{text-align:center;background:#fbf4ec;border-radius:20px;padding:4.5rem 2rem 5rem}.thankyou-illustration{width:230px;max-width:55%;height:auto;margin:0 auto 2.5rem;display:block}.thankyou-title{letter-spacing:-.02em;margin:0 0 1.25rem;font-size:clamp(2rem,5vw,3.25rem);font-weight:800}.thankyou-sub{color:var(--text-muted);max-width:720px;margin:0 auto;font-size:1.05rem;line-height:1.7}.thankyou-actions{margin-top:2.5rem}@media (max-width:640px){.thankyou-panel{padding:3rem 1.25rem 3.5rem}}.choice-row{border:1px solid var(--border);cursor:pointer;border-radius:10px;align-items:center;gap:.6rem;margin-bottom:.5rem;padding:.7rem .85rem;font-size:.9rem;display:flex}.choice-row:hover{border-color:var(--accent)}.choice-row-active{border-color:var(--accent);background:var(--surface2)}.choice-row input{width:auto;margin:0}.freeship{margin:0 0 1rem}.freeship-text{color:var(--text-muted);margin-bottom:.4rem;font-size:.85rem}.freeship-text strong{color:var(--text)}.freeship-track{background:var(--surface2);border-radius:99px;height:8px;overflow:hidden}.freeship-fill{background:var(--accent);border-radius:99px;height:100%;transition:width .35s}.freeship-fill-done{background:#2e7d52}.product-detail-name{letter-spacing:-.02em;margin-bottom:.5rem;font-size:2rem;font-weight:800}.product-detail-price{margin-bottom:1.25rem;font-size:1.75rem;font-weight:800}.product-detail-desc{color:var(--text-muted);margin-bottom:2rem;line-height:1.7}.product-detail-meta{color:var(--text-muted);margin-bottom:1.5rem;font-size:.85rem}.stock-badge{border-radius:99px;margin-bottom:1rem;padding:.2rem .6rem;font-size:.75rem;font-weight:600;display:inline-block}.in-stock{color:#2d6a2d;background:#e8f4e8}.out-of-stock{color:#8b1313;background:#fde8e8}.variants-editor{gap:1rem;display:grid}.ve-card{border:1px solid var(--border,#ece5db);background:#fff;border-radius:12px;padding:1rem 1rem 1.1rem}.ve-card-head{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:.85rem;display:flex}.ve-card-head h4{letter-spacing:-.01em;margin:0;font-size:.95rem;font-weight:700}.ve-empty{color:var(--text-muted);margin:0;font-size:.83rem;line-height:1.55}.ve-rows{gap:.5rem;display:grid}.ve-rows-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:.65rem}.ve-row{border:1px solid var(--border);background:var(--surface2,#faf6ef);border-radius:9px;align-items:center;gap:.5rem;padding:.45rem .55rem;display:flex}.ve-row input[type=text],.ve-row input[type=number]{border:1px solid var(--border);background:#fff;border-radius:7px;flex:1;min-width:0;padding:.45rem .65rem;font-size:.88rem}.ve-row input:focus{border-color:var(--accent);outline:none}.ve-row-head{color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;background:0 0;border:0;padding:0 .55rem;font-size:.72rem;font-weight:700}.ve-row-head>span{flex:1}.ve-row-color .ve-color-pick{border:1px solid var(--border);cursor:pointer;background:0 0;border-radius:8px;flex:none;width:36px;height:36px;padding:0}.ve-input-suffix{border:1px solid var(--border);background:#fff;border-radius:7px;flex:none;align-items:center;gap:.35rem;padding-right:.5rem;display:flex}.ve-input-suffix input{max-width:90px;padding-right:0;background:0 0!important;border:0!important}.ve-input-suffix span{color:var(--text-muted);font-size:.78rem;font-weight:600}.ve-del{border:1px solid var(--border);width:28px;height:28px;color:var(--text-muted);cursor:pointer;background:0 0;border-radius:50%;flex:none;font-size:.85rem;line-height:1;transition:color .15s,border-color .15s,background .15s}.ve-del:hover{color:#b91c1c;background:#fef2f2;border-color:#b91c1c}.ve-toggle{color:var(--text);cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:.5rem;font-size:.85rem;display:inline-flex}.ve-toggle input{width:auto;margin:0}.ve-tag{background:var(--accent);color:#fff;border-radius:999px;flex:none;align-items:center;padding:.3rem .7rem;font-size:.78rem;font-weight:600;display:inline-flex}.ve-hint{color:var(--text-muted);margin:.85rem 0 0;font-size:.76rem;line-height:1.6}.ve-hint strong{color:var(--text)}.ve-rules{gap:.6rem;display:grid}.ve-rule{border:1px solid var(--border);background:var(--surface2,#faf6ef);border-radius:10px;gap:.5rem;padding:.7rem .8rem;display:grid}.ve-rule-when,.ve-rule-then{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.ve-rule-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;font-size:.78rem;font-weight:700}.ve-rule select{border:1px solid var(--border);background:#fff;border-radius:7px;padding:.45rem .6rem;font-size:.85rem}.ve-segmented{border:1px solid var(--border);background:#fff;border-radius:999px;padding:2px;display:inline-flex}.ve-segmented button{cursor:pointer;color:var(--text);background:0 0;border:0;border-radius:999px;padding:.35rem .85rem;font-size:.82rem;font-weight:600}.ve-segmented button.is-active{background:var(--text);color:#fff}.btn-sm{padding:.4rem .85rem;font-size:.78rem}.variant-picker{display:block}.variant-picker .product-detail-price{border-bottom:1px solid var(--border);margin-bottom:1.5rem;padding-bottom:1rem;font-size:1.5rem;font-weight:800}.variant-group{margin-bottom:1.5rem}.variant-label{color:var(--text);margin-bottom:.6rem;font-size:.85rem;font-weight:600}.variant-label-sm{text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted);margin-bottom:.4rem;font-size:.8rem;font-weight:700}.variant-hint{color:var(--accent);text-transform:none;letter-spacing:0;margin-left:.25rem;font-size:.78rem;font-weight:500}.variant-current{color:var(--text-muted);margin-left:.25rem;font-weight:500}.variant-pills{flex-wrap:wrap;gap:.5rem;display:flex}.variant-pill{border:1.5px solid var(--border);cursor:pointer;color:var(--text);background:#fff;border-radius:999px;padding:.65rem 1.4rem;font-size:.92rem;font-weight:500;transition:background .15s,color .15s,border-color .15s}.variant-pill:hover{border-color:var(--accent)}.variant-pill.is-active{background:var(--accent);color:#fff;border-color:var(--accent)}.variant-name-input{border:1.5px solid var(--border);letter-spacing:.04em;text-transform:uppercase;border-radius:12px;width:100%;max-width:360px;padding:.75rem .95rem;font-family:inherit;font-size:1rem}.variant-name-input:focus{border-color:var(--accent);outline:none}.color-swatches{flex-wrap:wrap;gap:.6rem;display:flex}.color-swatch{width:32px;height:32px;box-shadow:0 0 0 1.5px var(--border);cursor:pointer;border:2px solid #fff;border-radius:50%;padding:0;transition:box-shadow .15s,transform .15s}.color-swatch:hover{transform:scale(1.08)}.color-swatch.is-active{box-shadow:0 0 0 2.5px var(--text)}.variant-buy{align-items:stretch;gap:.75rem;margin-top:1.5rem;display:flex}.qty-stepper{border:1.5px solid var(--border);border-radius:999px;align-items:center;gap:.75rem;padding:0 .5rem;display:flex}.qty-stepper button{cursor:pointer;width:32px;height:32px;color:var(--text);background:0 0;border:0;font-size:1.2rem;font-weight:700}.qty-stepper button:hover{color:var(--accent)}.qty-stepper span{text-align:center;min-width:24px;font-weight:600}.variant-add-btn{border-radius:999px;flex:1}@media (max-width:480px){.variant-buy{flex-direction:column}.variant-add-btn{width:100%}}.cart-item-variant{color:var(--text-muted);margin-bottom:.2rem;font-size:.78rem}.product-detail-long{border-top:1px solid var(--border);max-width:760px;margin:3.5rem auto 0;padding-top:2.5rem;line-height:1.75}.product-detail-long p{color:var(--text);margin:0 0 1.15rem}.product-detail-h2{letter-spacing:-.01em;margin:2.25rem 0 .85rem;font-size:1.25rem;font-weight:700}.product-detail-h3{letter-spacing:-.01em;margin:1.6rem 0 .6rem;font-size:1.08rem;font-weight:700}.product-detail-list{margin:0 0 1.5rem;padding-left:1.2rem}.product-detail-list li{margin:.35rem 0}@media (max-width:768px){.product-detail-long{margin-top:2rem;padding-top:1.5rem}}.admin-layout{grid-template-columns:220px 1fr;min-height:100vh;display:grid}.admin-sidebar{background:var(--accent);color:#fff;padding:1.5rem 1rem}.admin-sidebar-logo{margin-bottom:2rem;padding:0 .5rem;font-size:1.1rem;font-weight:800}.admin-nav-item{border-radius:var(--radius-sm);color:#ffffffbf;align-items:center;gap:.6rem;margin-bottom:.25rem;padding:.6rem .75rem;font-size:.875rem;transition:all .15s;display:flex}.admin-nav-item:hover,.admin-nav-item.active{color:#fff;background:#ffffff1f}.admin-content{background:var(--bg);padding:2rem}.admin-page-title{margin-bottom:1.5rem;font-size:1.5rem;font-weight:800}.tickets-board{grid-template-columns:repeat(3,1fr);align-items:start;gap:1rem;display:grid}@media (max-width:760px){.tickets-board{grid-template-columns:1fr}}.ticket-meta{flex-wrap:wrap;align-items:center;gap:.4rem .6rem;margin-bottom:.6rem;display:flex}.ticket-person{color:var(--accent);align-items:center;gap:.35rem;font-size:.78rem;font-weight:600;display:inline-flex}.ticket-avatar{background:var(--accent);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;font-size:.6rem;font-weight:700;display:inline-flex}.ticket-person--none{color:#b42318}.ticket-avatar--none{color:#b42318;background:0 0;border:1px dashed #d99}.ticket-due{color:var(--text-muted);background:var(--surface2);border-radius:6px;align-items:center;gap:.2rem;padding:.1rem .45rem;font-size:.75rem;display:inline-flex}.ticket-due.is-overdue{color:#fff;background:#c0392b;font-weight:700}.ticket-due.is-soon{color:#8a5a00;background:#ffe7b3;font-weight:600}.activity-list{flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.activity-item{align-items:center;gap:.5rem;font-size:.82rem;line-height:1.35;display:flex}.activity-avatar{background:var(--accent);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;font-size:.6rem;font-weight:700;display:inline-flex}.activity-text{flex:1;min-width:0}.activity-text em{color:var(--text-muted);font-style:normal}.activity-detail{color:var(--accent2)}.activity-time{color:var(--text-muted);white-space:nowrap;flex-shrink:0;font-size:.72rem}.ticket-history{border-top:1px dashed var(--border);margin-top:.5rem;padding-top:.5rem}.ticket-history .activity-item{font-size:.76rem}@media (max-width:768px){.admin-layout{grid-template-columns:1fr}.admin-sidebar{-webkit-overflow-scrolling:touch;z-index:50;align-items:center;gap:.4rem;padding:.5rem .75rem;display:flex;position:sticky;top:0;overflow-x:auto}.admin-sidebar-logo{display:none}.admin-sidebar nav{flex-direction:row;gap:.25rem;display:flex}.admin-nav-item{white-space:nowrap;margin-bottom:0;padding:.45rem .7rem}.admin-sidebar>div:last-child{align-items:center;gap:.25rem;display:flex;border:none!important;margin:0!important;padding:0!important}.admin-sidebar>div:last-child>div{display:none}.admin-content{padding:1.25rem 1rem;overflow-x:auto}.admin-page-title{font-size:1.25rem}.data-table th,.data-table td{padding:.5rem .6rem;font-size:.82rem}}.stats-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem;margin-bottom:2rem;display:grid}.stat-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem}.stat-card-label{text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);margin-bottom:.5rem;font-size:.75rem}.stat-card-value{font-size:2rem;font-weight:800}.data-table{border-collapse:collapse;background:var(--surface);border-radius:var(--radius);border:1px solid var(--border);width:100%;overflow:hidden}.data-table th{text-align:left;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);border-bottom:1px solid var(--border);background:var(--surface2);padding:.75rem 1rem;font-size:.75rem}.data-table td{border-bottom:1px solid var(--border);vertical-align:middle;padding:.875rem 1rem;font-size:.875rem}.data-table tr:last-child td{border-bottom:none}.data-table tr:hover td{background:var(--bg)}.status-badge{text-transform:uppercase;letter-spacing:.04em;border-radius:99px;padding:.2rem .55rem;font-size:.7rem;font-weight:700;display:inline-block}.status-PENDING{color:#856404;background:#fff3cd}.status-CONFIRMED{color:#084298;background:#cfe2ff}.status-SHIPPED{color:#0c5460;background:#d1ecf1}.status-DELIVERED{color:#155724;background:#d4edda}.status-CANCELLED{color:#721c24;background:#f8d7da}.status-NEW{color:#856404;background:#fff3cd}.status-MADE{color:#5b3aa3;background:#e7defb}.checkout-wrap{max-width:960px;margin:0 auto;padding:2.5rem 1rem}.checkout-grid{grid-template-columns:1fr 380px;gap:2rem;display:grid}@media (max-width:768px){.checkout-grid{grid-template-columns:1fr}}.checkout-section{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);margin-bottom:1.5rem;padding:1.5rem}.checkout-section h3{margin-bottom:1.25rem;font-size:1rem;font-weight:700}.order-summary-item{border-bottom:1px solid var(--border);justify-content:space-between;padding:.5rem 0;font-size:.9rem;display:flex}.order-summary-total{justify-content:space-between;padding:.75rem 0;font-size:1.05rem;font-weight:800;display:flex}.toast{background:var(--accent);color:#fff;border-radius:var(--radius-sm);z-index:999;box-shadow:var(--shadow-lg);padding:.875rem 1.25rem;font-size:.875rem;font-weight:600;animation:.2s slideUp;position:fixed;bottom:1.5rem;right:1.5rem}@keyframes slideUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.site-footer{border-top:1px solid var(--border);color:var(--text-muted);margin-top:4rem;padding:2rem 0;font-size:.85rem}.footer-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.footer-grid{grid-template-columns:2fr 1fr 1fr;gap:2rem;display:grid}@media (max-width:768px){.footer-grid{grid-template-columns:1fr;gap:1.5rem}}.footer-col-title{text-transform:uppercase;letter-spacing:.05em;color:var(--text);margin:0 0 .6rem;font-size:.8rem}.footer-links{flex-direction:column;gap:.4rem;margin:0;padding:0;list-style:none;display:flex}.footer-links a,.footer-link-btn{color:var(--text-muted);cursor:pointer;text-align:left;background:0 0;border:0;padding:0;font-family:inherit;font-size:.85rem;text-decoration:none}.footer-links a:hover,.footer-link-btn:hover{color:var(--accent);text-decoration:underline}.footer-bottom{border-top:1px solid var(--border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;margin-top:1.5rem;padding-top:1.25rem;font-size:.78rem;display:flex}.footer-bottom a{color:var(--text-muted)}.legal-page{padding:2.5rem 0 4rem}.legal-container{max-width:760px}.legal-page h1{margin:0 0 .4rem;font-size:1.9rem}.legal-updated{color:var(--text-muted);margin:0 0 1.25rem;font-size:.85rem}.legal-page h2{margin:1.75rem 0 .6rem;font-size:1.15rem}.legal-page p,.legal-page li{color:var(--text);line-height:1.7}.legal-page ul,.legal-page ol{flex-direction:column;gap:.35rem;padding-left:1.25rem;display:flex}.legal-box{background:var(--bg,#faf6f0);border:1px solid var(--border);border-radius:8px;padding:1rem 1.25rem;line-height:1.8}.legal-form p{margin:.35rem 0}.legal-muted{color:var(--text-muted);font-size:.85rem}.cookie-overlay{z-index:400;background:#00000073;justify-content:center;align-items:flex-end;animation:.2s fadeIn;display:flex;position:fixed;inset:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.cookie-banner{background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow-lg);border-radius:14px;flex-direction:column;gap:1rem;width:100%;max-width:560px;margin:1rem;padding:1.5rem 1.75rem;animation:.25s slideUp;display:flex}.cookie-text{flex:1}.cookie-text strong{margin-bottom:.35rem;font-size:1.05rem;display:block}.cookie-text p{color:var(--text-muted);margin:0;font-size:.85rem;line-height:1.55}.cookie-actions{flex-wrap:wrap;align-items:center;gap:.6rem;display:flex}.cookie-choice{flex:1;min-width:140px}.cookie-settings-link{flex-basis:100%;font-size:.82rem}.cookie-cat{color:var(--text-muted);align-items:flex-start;gap:.6rem;margin-top:.6rem;font-size:.83rem;line-height:1.45;display:flex}.cookie-cat input{margin-top:.2rem}@media (max-width:560px){.cookie-choice{flex-basis:100%}}.about-inner{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}@media (max-width:768px){.about-inner{grid-template-columns:1fr;gap:2rem}}.usp-grid{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.usp-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);align-items:flex-start;gap:.75rem;padding:1rem;display:flex}.usp-icon{flex-shrink:0;font-size:1.5rem}.usp-title{margin-bottom:.15rem;font-size:.875rem;font-weight:700}.usp-text{color:var(--text-muted);font-size:.8rem}.product-card-image{overflow:hidden}.product-detail-image img{object-fit:cover;border-radius:var(--radius);width:100%;height:100%}.rating-summary-link{color:inherit;align-items:center;gap:.4rem;margin:.25rem 0 .5rem;font-size:.95rem;text-decoration:none;display:inline-flex}.rating-summary-link:hover{text-decoration:underline}.reviews-section{border-top:1px solid var(--border);margin-top:3rem;padding-top:2rem;padding-bottom:2rem}.reviews-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.5rem;display:flex}.review-list{flex-direction:column;gap:1.25rem;margin:0;padding:0;list-style:none;display:flex}.review-item{border:1px solid var(--border);border-radius:10px;padding:1rem 1.25rem}.review-item-head{flex-wrap:wrap;align-items:center;gap:.6rem;display:flex}.verified-badge{color:#1a7f37;background:#e7f6ec;border-radius:999px;padding:.1rem .45rem;font-size:.72rem;font-weight:600}.review-date{color:var(--text-muted);margin-left:auto;font-size:.8rem}.review-title{margin-top:.5rem;font-weight:700}.review-text{white-space:pre-wrap;margin:.4rem 0 0;line-height:1.6}.review-photos{flex-wrap:wrap;gap:.5rem;margin-top:.75rem;display:flex}.review-photos img{object-fit:cover;border:1px solid var(--border);cursor:pointer;border-radius:8px;width:84px;height:84px;transition:transform .15s}.review-photos img:hover{transform:scale(1.04)}.review-form{border:1px solid var(--border);border-radius:12px;width:100%;max-width:560px;margin-top:1rem;padding:1.25rem 1.5rem}.review-form-done{color:#1a7f37;background:#e7f6ec;border-radius:10px;padding:1rem 1.25rem;font-weight:600}.star-input{gap:.15rem;display:flex}.star-input .star{cursor:pointer;color:#d8cfc2;background:0 0;border:0;padding:0;font-size:1.8rem;line-height:1;transition:color .1s}.star-input .star.on{color:#e8a317}.order-detail-grid{grid-template-columns:1fr 320px;align-items:start;gap:1.5rem;display:grid}.form-grid-3{grid-template-columns:1fr 1fr 1fr;gap:0 1rem;display:grid}.table-scroll{-webkit-overflow-scrolling:touch;overflow-x:auto}@media (max-width:820px){.order-detail-grid{grid-template-columns:1fr}}@media (max-width:560px){.form-grid-3{grid-template-columns:1fr}.container{padding:0 1rem}.section{padding:2.5rem 0}.section-title{font-size:1.4rem}.header-inner{flex-wrap:wrap;gap:.5rem;height:auto;padding:.6rem 0}.header-nav{order:3;gap:1rem;width:100%}.header-actions{gap:.4rem}.header-actions .btn{padding:.4rem .6rem;font-size:.8rem}.btn-lg{padding:.75rem 1.25rem}}.cart-toast{opacity:1;z-index:350;background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow-lg);cursor:pointer;border-radius:14px;width:min(380px,100vw - 2rem);padding:1rem 1.25rem;animation:.25s toastIn;position:fixed;top:84px;left:50%;transform:translate(-50%)}.cart-toast-title{color:#1a7f37;margin-bottom:.6rem;font-weight:700}.cart-toast .freeship{margin:0}@keyframes toastIn{0%{transform:translate(-50%)translateY(-12px)}to{transform:translate(-50%)translateY(0)}}@media (prefers-reduced-motion:reduce){.cart-toast{animation:none}}.faq-list{flex-direction:column;gap:.6rem;display:flex}.faq-item{border:1px solid var(--border);border-radius:10px;padding:.5rem 1rem}.faq-item summary{cursor:pointer;padding:.5rem 0;font-weight:600;list-style:none}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary:after{content:"+";float:right;color:var(--text-muted);font-weight:400}.faq-item[open] summary:after{content:"−"}.faq-answer{color:var(--text);padding:.25rem 0 .75rem;line-height:1.6}@media (max-width:640px){.kontakt-grid{grid-template-columns:1fr!important;gap:1.5rem!important}}h1,h2,h3,.section-title,.hero-eyebrow,.admin-page-title{font-family:var(--font-heading), "Google Sans Flex", -apple-system, sans-serif}.hero-full{text-align:center;color:#fff;justify-content:center;align-items:center;min-height:78vh;display:flex;position:relative;overflow:hidden}.hero-full:after{content:"";background:#281e1447;position:absolute;inset:0}.hero-full img{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.hero-full .hero-content{z-index:1;padding:2rem 1.5rem;position:relative}.hero-full h1{letter-spacing:.12em;text-transform:uppercase;text-shadow:0 2px 24px #00000059;margin:0 0 1.5rem;font-size:clamp(2.2rem,6vw,4.2rem);font-weight:300}.hero-full .btn{color:var(--accent);background:#fffffff2}.hero-full .btn:hover{background:#fff}.home-section{padding:4.5rem 0}.home-section-head{text-align:center;max-width:640px;margin:0 auto 2.5rem}.home-section-head h2{letter-spacing:.06em;text-transform:uppercase;margin:0 0 .75rem;font-size:clamp(1.5rem,3.5vw,2rem);font-weight:400}.home-section-head p{color:var(--text-muted);line-height:1.7}.text-center{text-align:center}.btn-taupe{background:var(--accent2);color:#fff}.btn-taupe:hover{background:#96806c}.features-3{grid-template-columns:repeat(3,1fr);gap:2.5rem;display:grid}.feature-item .feature-icon{margin-bottom:.75rem;font-size:1.6rem}.feature-item h3{text-transform:uppercase;letter-spacing:.06em;margin:0 0 .5rem;font-size:.95rem;font-weight:600}.feature-item p{color:var(--text-muted);font-size:.9rem;line-height:1.6}@media (max-width:760px){.features-3{text-align:center;grid-template-columns:1fr;gap:1.75rem}}.story-page{background:#fff}.story-hero{padding:3.5rem 0 2.5rem}.story-hero-grid{grid-template-columns:minmax(0,1fr) minmax(0,1.05fr);align-items:center;gap:3rem;display:grid}.story-hero-img{width:100%;box-shadow:var(--shadow-lg);aspect-ratio:1/1.05;background:var(--surface2);border-radius:4px;overflow:hidden}.story-hero-text h1{letter-spacing:.06em;text-transform:uppercase;color:var(--text);margin:0 0 1.25rem;font-size:clamp(1.3rem,2.6vw,1.75rem);font-weight:400}.story-hero-text p{color:var(--text);margin:0 0 1rem;font-size:.95rem;line-height:1.75}.story-hero-text p:last-child{margin-bottom:0}.story-features{background:var(--surface2);padding:3rem 0}.story-features .feature-item h3,.story-features .feature-item p,.story-features .feature-item{text-align:left}.story-cta{background:#fff;padding:3rem 0 4rem}@media (max-width:900px){.story-hero-grid{grid-template-columns:1fr;gap:2rem}.story-hero-img{aspect-ratio:1;max-width:560px;margin:0 auto}}.story-banner{background:var(--kraft);color:#fff}.story-banner .container{grid-template-columns:1fr 1fr;align-items:center;gap:3rem;padding-top:3.5rem;padding-bottom:3.5rem;display:grid}.story-banner img{width:100%;box-shadow:var(--shadow-lg);border-radius:6px}.story-banner h2{letter-spacing:.04em;text-transform:uppercase;margin:0 0 1rem;font-size:clamp(1.4rem,3vw,2rem);font-weight:400}.story-banner p{opacity:.95;margin-bottom:1.5rem;line-height:1.8}.story-banner .btn{color:var(--accent);background:#fffffff2}@media (max-width:760px){.story-banner .container{grid-template-columns:1fr;gap:1.75rem}}.ph{color:#fff;background:linear-gradient(135deg,#e7dcc9 0%,#d8c7ad 100%);flex-direction:column;justify-content:center;align-items:center;gap:.4rem;width:100%;height:100%;min-height:120px;display:flex}.ph-paw{opacity:.9;font-size:1.8rem}.ph-label{letter-spacing:.08em;text-transform:uppercase;opacity:.85;font-size:.72rem}.ptile-grid{grid-template-columns:repeat(4,1fr);gap:1.75rem;display:grid}.ptile{text-align:center;color:inherit;text-decoration:none;display:block}.ptile-img{aspect-ratio:1;border-radius:8px;justify-content:center;align-items:center;transition:transform .25s,box-shadow .25s;display:flex;overflow:hidden}.ptile:hover .ptile-img{box-shadow:var(--shadow-lg,0 12px 30px #0000001a);transform:translateY(-4px)}.ptile-name{letter-spacing:.1em;text-transform:uppercase;color:var(--text);margin-top:.9rem;font-size:.8rem}.ptile-price{color:var(--text-muted);margin-top:.25rem;font-size:.82rem}@media (max-width:900px){.ptile-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem}}.discover-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.discover-tile{aspect-ratio:4/3;border-radius:8px;text-decoration:none;display:block;position:relative;overflow:hidden}.discover-tile img{transition:transform .4s}.discover-tile:hover img{transform:scale(1.05)}.discover-tile:after{content:"";background:linear-gradient(#0000 45%,#281e1459);position:absolute;inset:0}.discover-label{z-index:1;color:var(--accent);letter-spacing:.1em;text-transform:uppercase;background:#ffffffeb;border-radius:4px;padding:.55rem 1.3rem;font-size:.75rem;position:absolute;bottom:1.25rem;left:1.25rem}@media (max-width:760px){.discover-grid{grid-template-columns:1fr}}.blog-head{color:var(--accent2)}.blog-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.blog-card{color:inherit;text-decoration:none;display:block}.blog-card-img{aspect-ratio:3/2;border-radius:8px;margin-bottom:1rem;overflow:hidden}.blog-card h3{letter-spacing:.06em;text-transform:uppercase;margin:0 0 .5rem;font-size:.95rem;font-weight:600}.blog-card p{color:var(--text-muted);margin:0;font-size:.88rem;line-height:1.6}.blog-card:hover h3{color:var(--accent2)}@media (max-width:760px){.blog-grid{grid-template-columns:1fr;gap:1.75rem}}.blog-post{max-width:760px}.blog-post-head{margin-bottom:1.75rem}.blog-post-title{letter-spacing:-.02em;margin:0 0 .5rem;font-size:clamp(1.7rem,4vw,2.5rem);font-weight:800}.blog-post-date{color:var(--text-muted);margin-bottom:1rem;font-size:.85rem;display:block}.blog-post-perex{color:var(--text-muted);margin:0;font-size:1.08rem;line-height:1.7}.blog-post-cover{aspect-ratio:3/2;border-radius:12px;margin-bottom:2rem;overflow:hidden}.blog-post-content{line-height:1.8}.blog-post-content p{margin:0 0 1.1rem}.blog-post-content a{color:var(--accent);text-decoration:underline}.md-img{border-radius:12px;max-width:100%;margin:1.5rem 0;display:block}.md-img-left{float:left;width:min(46%,360px);margin:.35rem 1.75rem 1rem 0}.md-img-right{float:right;width:min(46%,360px);margin:.35rem 0 1rem 1.75rem}.blog-post-content h2{clear:both}.blog-post-content:after{content:"";clear:both;display:table}@media (max-width:640px){.md-img-left,.md-img-right{float:none;width:100%;margin:1.5rem 0}}.seo-block{text-align:center;padding:4.5rem 0}.seo-block .container{max-width:720px}.seo-block h2{letter-spacing:.05em;text-transform:uppercase;margin:0 0 1.25rem;font-size:clamp(1.4rem,3vw,1.9rem);font-weight:400}.seo-block p{color:var(--text-muted);margin:0 0 1.25rem;line-height:1.8}.seo-block a{color:var(--accent);text-decoration:underline}.seo-list{color:var(--text-muted);text-align:left;margin:0 0 1.5rem;padding:0;list-style:none;display:inline-block}.seo-list li{margin:.3rem 0;padding-left:1.6rem;line-height:1.7;position:relative}.seo-list li:before{content:"🐾";font-size:.8rem;position:absolute;left:0}.newsletter{background:var(--surface2);text-align:center;padding:4rem 0}.newsletter-logo{opacity:.9;width:auto;height:38px;margin:0 auto 1.25rem}.newsletter p{color:var(--text-muted);max-width:460px;margin:0 auto 1.5rem;line-height:1.6}.newsletter-form{gap:.6rem;max-width:440px;margin:0 auto;display:flex}.newsletter-form input{border:1px solid var(--border);background:#fff;border-radius:4px;flex:1;padding:.75rem 1rem;font-size:1rem}.newsletter-done{color:var(--accent);font-size:1rem}@media (max-width:520px){.newsletter-form{flex-direction:column}}.mask-icon{vertical-align:middle;background:currentColor;display:inline-block;-webkit-mask-position:50%;mask-position:50%;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.feature-item .feature-icon{width:40px;height:40px;color:var(--accent);margin:0 auto .85rem}.product-gallery{flex-direction:column;gap:.85rem;display:flex}.product-thumbs{flex-wrap:wrap;gap:.6rem;display:flex}.product-thumb{border:1px solid var(--border);cursor:pointer;background:var(--surface,#fff);border-radius:6px;width:72px;height:72px;padding:0;transition:border-color .15s,transform .15s;overflow:hidden}.product-thumb:hover{transform:translateY(-2px)}.product-thumb.is-active{border-color:var(--accent);border-width:2px}.product-detail-size{color:var(--text-muted);margin:0 0 1.25rem;font-size:.9rem}.product-detail-size span{color:var(--text);font-weight:600}.ptile-img,.product-card-image{position:relative;overflow:hidden}.pt-img{transition:opacity .7s cubic-bezier(.22,.61,.36,1),transform 1.2s cubic-bezier(.22,.61,.36,1)}.pt-img-main{display:block}.pt-img-hover{opacity:0;position:absolute;inset:0}.ptile:hover .pt-img-hover,.product-card:hover .pt-img-hover{opacity:1}.ptile:hover .pt-img,.product-card:hover .pt-img{transform:scale(1.05)}@media (hover:none){.pt-img-hover{display:none}}@media (prefers-reduced-motion:reduce){.pt-img{transition:opacity .2s linear}.ptile:hover .pt-img,.product-card:hover .pt-img{transform:none}}.crm-chip{background:var(--surface2);color:var(--text);border:1px solid var(--border);white-space:nowrap;border-radius:999px;align-items:center;padding:.1rem .55rem;font-size:.72rem;font-weight:600;display:inline-flex}.crm-insight{border:1px solid var(--border);border-left:4px solid var(--accent);background:var(--surface2);border-radius:var(--radius-sm);margin-bottom:1.25rem;padding:.75rem 1rem}.crm-insight-risk{background:#fdf6ec;border-left-color:#b45309}.crm-insight-head{flex-wrap:wrap;align-items:center;gap:.6rem;display:flex}.crm-insight-seg{font-weight:800}.crm-insight-flag{color:#b45309;font-size:.8rem;font-weight:700}.crm-insight-auto{text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);margin-left:auto;font-size:.68rem}.crm-insight-action{margin:.4rem 0 0;font-size:.9rem}.modal-overlay{z-index:1000;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#1a12088c;justify-content:center;align-items:center;padding:1.25rem;animation:.18s modal-fade;display:flex;position:fixed;inset:0}.modal-card{background:var(--surface);border-radius:var(--radius);box-shadow:var(--shadow-lg);text-align:center;width:100%;max-width:380px;padding:1.75rem 1.5rem 1.5rem;animation:.22s cubic-bezier(.18,.9,.32,1.2) modal-pop}.modal-emoji{background:var(--surface2);border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;margin:0 auto .9rem;font-size:1.7rem;display:flex}.modal-title{margin:0 0 .4rem;font-size:1.15rem;font-weight:800}.modal-text{color:var(--text-muted);margin:0 0 1.25rem;font-size:.92rem;line-height:1.55}.modal-card .btn{width:100%}@keyframes modal-fade{0%{opacity:0}to{opacity:1}}@keyframes modal-pop{0%{opacity:0;transform:translateY(8px)scale(.96)}to{opacity:1;transform:none}}.terms-consent{border-radius:var(--radius-sm);margin-left:-.25rem;padding:.25rem;transition:background .2s,box-shadow .2s}.terms-warn{background:#fdecec;animation:.35s terms-shake;box-shadow:0 0 0 2px #e3897f}.terms-warn a{color:var(--accent2)}@keyframes terms-shake{0%,to{transform:translate(0)}20%,60%{transform:translate(-4px)}40%,80%{transform:translate(4px)}}@media (prefers-reduced-motion:reduce){.modal-overlay,.modal-card,.terms-warn{animation:none}}:is(body:has(.admin-layout) .site-header,body:has(.admin-layout) .site-footer,body:has(.admin-layout) .cookie-overlay){display:none}.admin-layout{--bg:#f1f0ee;--surface:#fff;--surface2:#f7f6f4;--border:#e3e1dd;--text:#302d28;--text-muted:#6f6a61;--shadow:0 1px 2px #1e1c1712, 0 0 0 1px #1e1c170a;background:var(--bg);color:var(--text);grid-template-columns:232px 1fr}.admin-sidebar{background:#1c1813;flex-direction:column;height:100vh;padding:1.1rem .75rem 1rem;display:flex;position:sticky;top:0;overflow-y:auto}.admin-sidebar-logo{letter-spacing:.04em;margin-bottom:1.25rem;padding:0 .65rem;font-size:.95rem}.admin-sidebar-logo small{color:#ffffff73;letter-spacing:.08em;text-transform:uppercase;font-size:.68rem;font-weight:500;display:block}.admin-nav-item{color:#ffffffb8;border-radius:8px;margin-bottom:2px;padding:.45rem .65rem;font-size:.84rem}.admin-nav-item:hover{color:#fff;background:#ffffff14}.admin-nav-item.active{color:#fff;background:#ffffff29;font-weight:650}.admin-nav-section{letter-spacing:.09em;text-transform:uppercase;color:#ffffff6b;margin:1rem 0 .3rem;padding:0 .65rem;font-size:.66rem;font-weight:600}.admin-nav-badge{color:#1c1813;text-align:center;background:#fff;border-radius:99px;min-width:1.6em;margin-left:auto;padding:.22rem .45rem;font-size:.68rem;font-weight:750;line-height:1}.admin-content{padding:1.5rem 2rem 3rem}.admin-content>*{max-width:1180px}.admin-page-title{letter-spacing:-.015em;font-size:1.35rem;font-weight:750}.admin-layout .checkout-section,.admin-layout .stat-card{box-shadow:var(--shadow);border-radius:var(--radius);border:none}.admin-layout .stat-card-label{text-transform:none;letter-spacing:0;font-size:.8rem;font-weight:550}.admin-layout .stat-card-value{letter-spacing:-.01em;font-size:1.6rem;font-weight:750}.admin-layout .data-table{box-shadow:var(--shadow);border:none}.admin-layout .data-table th{background:var(--surface);text-transform:none;letter-spacing:0;color:var(--text-muted);padding:.65rem 1rem;font-size:.78rem;font-weight:600}.admin-layout .data-table td{border-color:#edebe7;padding:.7rem 1rem}.admin-layout .data-table tr:hover td{background:var(--surface2)}.admin-layout .status-badge{text-transform:none;letter-spacing:0;padding:.18rem .6rem;font-size:.75rem;font-weight:600}.admin-layout .status-NEW,.admin-layout .status-PENDING{color:#5e4200;background:#ffe9c3}.admin-layout .status-MADE{color:#4a3a8a;background:#e6e0fa}.admin-layout .status-CONFIRMED,.admin-layout .status-SHIPPED{color:#00527c;background:#d6e9ff}.admin-layout .status-DELIVERED{color:#0c5132;background:#cdeeda}.admin-layout .status-CANCELLED{color:#8e1f0b;background:#fde2dd}.admin-layout .field input,.admin-layout .field select,.admin-layout .field textarea,.admin-layout textarea{background:var(--surface)}@media (max-width:768px){.admin-layout{grid-template-columns:1fr}.admin-sidebar{flex-direction:row;height:auto;padding:.5rem .75rem}.admin-sidebar nav>div{display:contents}.admin-nav-section,.admin-sidebar-logo{display:none}.admin-nav-item{font-size:.8rem}.admin-content{padding:1.25rem 1rem}}.order-items-cell{color:var(--text-muted);max-width:280px;font-size:.8rem}.order-items-cell>div{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.admin-layout .data-table input:not([type=checkbox]),.admin-layout .data-table select{border:1.5px solid var(--border);font:inherit;color:var(--text);background:var(--surface);border-radius:8px;padding:.45rem .65rem;font-size:.875rem}.admin-layout .data-table input:not([type=checkbox]):focus,.admin-layout .data-table select:focus{border-color:var(--accent);outline:none}.admin-layout input[type=checkbox]{accent-color:#1c1813;vertical-align:middle;width:1.1rem;height:1.1rem}.usp-strip{background:var(--surface);border-bottom:1px solid var(--border);flex-wrap:wrap;justify-content:center;gap:.5rem 2.5rem;padding:.9rem 1.5rem;display:flex}.usp-item{color:var(--text-muted);white-space:nowrap;font-size:.88rem}.usp-item strong{color:var(--text)}@media (max-width:640px){.usp-strip{text-align:left;grid-template-columns:1fr 1fr;gap:.5rem 1rem;display:grid}.usp-item{white-space:normal;font-size:.78rem}}.checkout-trust{text-align:center;color:var(--text-muted);flex-direction:column;gap:.3rem;margin-top:1rem;font-size:.78rem;display:flex}.empty-cat{flex-direction:column;align-items:center;gap:.25rem;display:flex}.empty-cat-title{margin-top:.75rem;font-size:1.1rem;font-weight:700}.empty-cat-hint{color:var(--text-muted);font-size:.85rem}.search-overlay{z-index:300;background:#1a120873;justify-content:center;align-items:flex-start;padding:10vh 1rem 0;display:flex;position:fixed;inset:0}.search-box{background:var(--surface);border-radius:var(--radius);width:100%;max-width:560px;box-shadow:var(--shadow-lg);overflow:hidden}.search-input-row{align-items:center;gap:.6rem;padding:.5rem .9rem;display:flex}.search-input-row input{font:inherit;color:var(--text);background:0 0;border:0;outline:none;flex:1;padding:.6rem 0;font-size:1.05rem}.search-results{border-top:1px solid var(--border);max-height:60vh;overflow-y:auto}.search-result{align-items:center;gap:.75rem;padding:.6rem .9rem;transition:background .12s;display:flex}.search-result:hover{background:var(--surface2)}.search-result-img{background:var(--surface2);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex;overflow:hidden}.search-result-img img{object-fit:cover;width:100%;height:100%}.search-result-name{flex:1;font-size:.92rem;font-weight:600}.search-result-name small{color:var(--text-muted);font-size:.75rem;font-weight:400;display:block}.search-result-price{white-space:nowrap;font-size:.9rem;font-weight:700}.search-empty{color:var(--text-muted);text-align:center;padding:1.25rem .9rem;font-size:.9rem}.cart-icon-btn{border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;padding:0;font-size:1rem;display:inline-flex}.product-detail-zoom{cursor:zoom-in;background:0 0;border:0;width:100%;padding:0;display:block;position:relative}.zoom-hint{width:36px;height:36px;box-shadow:var(--shadow);pointer-events:none;background:#ffffffd9;border-radius:999px;justify-content:center;align-items:center;font-size:1rem;display:flex;position:absolute;bottom:.75rem;right:.75rem}.lightbox{z-index:400;background:#140e06eb;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.lightbox-img{object-fit:contain;cursor:default;border-radius:8px;max-width:min(92vw,1100px);max-height:88vh}.lightbox-close{color:#fff;cursor:pointer;background:0 0;border:0;width:44px;height:44px;font-size:1.5rem;position:absolute;top:1rem;right:1rem}.lightbox-arrow{color:#fff;cursor:pointer;background:#ffffff1f;border:0;border-radius:999px;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.8rem;line-height:1;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.lightbox-arrow:hover{background:#ffffff40}.lightbox-prev{left:1rem}.lightbox-next{right:1rem}.lightbox-counter{color:#fffc;font-size:.85rem;position:absolute;bottom:1.25rem;left:50%;transform:translate(-50%)}.sticky-buy{display:none}@media (max-width:768px){.sticky-buy{z-index:200;padding:.6rem 1rem calc(.6rem + env(safe-area-inset-bottom));background:var(--surface);border-top:1px solid var(--border);align-items:center;gap:.75rem;animation:.2s stickyUp;display:flex;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -4px 16px #00000014}.sticky-buy-info{flex:1;min-width:0}.sticky-buy-name{white-space:nowrap;text-overflow:ellipsis;font-size:.78rem;font-weight:600;overflow:hidden}.sticky-buy-price{font-size:1rem;font-weight:800}.sticky-buy .btn{white-space:nowrap}}@keyframes stickyUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.sticky-buy{animation:none}}.variant-pick-btn{padding:.45rem .75rem;font-size:.8rem}@media (max-width:640px){.product-grid{grid-template-columns:repeat(2,1fr);gap:.75rem}.product-card-body{padding:.7rem}.product-card-desc{display:none}.product-card-name{font-size:.92rem}.product-price{font-size:.95rem}.product-card-footer{flex-wrap:wrap;gap:.4rem}.product-card .cart-icon-btn{width:38px;height:38px}.variant-pick-btn{padding:.4rem .55rem;font-size:.72rem}}.header-burger{justify-content:center;align-items:center;min-width:44px;min-height:44px}.footer-links{gap:0}.footer-links a,.footer-link-btn{padding:.45rem 0;display:inline-block}.footer-bottom a{padding:.3rem 0;display:inline-block}.catalog-filters{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin:0 0 2rem;display:flex}.catalog-sort{gap:1rem;font-size:.85rem;display:flex}.catalog-sort-link{color:var(--text-muted);padding:.3rem 0}.catalog-sort-link.is-active{color:var(--text);border-bottom:2px solid var(--accent);font-weight:700}.cart-upsell{border-top:1px solid var(--border);background:var(--surface2);padding:.85rem 1.25rem}.cart-upsell-title{margin-bottom:.6rem;font-size:.82rem;font-weight:700}.cart-upsell-row{flex-direction:column;gap:.4rem;display:flex}.cart-upsell-item{align-items:center;gap:.6rem;display:flex}.cart-upsell-img{background:var(--surface);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex;overflow:hidden}.cart-upsell-img img{object-fit:cover;width:100%;height:100%}.cart-upsell-name{flex:1;font-size:.82rem;font-weight:600}.cart-upsell-price{white-space:nowrap;font-size:.82rem}.cart-upsell-add{border-radius:999px;padding:.15rem .6rem;font-size:1rem;line-height:1.4}.cat-approved-badge{background:var(--surface2);color:var(--accent);border:1px solid var(--border);border-radius:99px;padding:.15rem .5rem;font-size:.7rem;font-weight:700;display:inline-block}.paw-trail{pointer-events:none;position:absolute;inset:0;overflow:hidden}.paw-trail span{opacity:0;font-size:1.3rem;animation:2.6s ease-out forwards pawWalk;position:absolute;bottom:-10%}.paw-trail span:nth-child(odd){transform:rotate(-12deg)}.paw-trail span:nth-child(2n){transform:rotate(14deg)}.paw-trail span:first-child{left:8%}.paw-trail span:nth-child(2){bottom:8%;left:20%}.paw-trail span:nth-child(3){bottom:26%;left:32%}.paw-trail span:nth-child(4){bottom:44%;left:46%}.paw-trail span:nth-child(5){bottom:62%;left:62%}.paw-trail span:nth-child(6){bottom:80%;left:78%}@keyframes pawWalk{0%{opacity:0}25%{opacity:.55}to{opacity:.18}}.thankyou-panel{position:relative}.thankyou-panel>:not(.paw-trail){z-index:1;position:relative}.scroll-paw{z-index:150;background:var(--surface);border:1px solid var(--border);width:48px;height:48px;box-shadow:var(--shadow-lg);border-radius:999px;justify-content:center;align-items:center;font-size:1.3rem;animation:.25s pawIn;display:flex;position:fixed;bottom:1.1rem;right:1.1rem}.scroll-paw:hover{transform:translateY(-2px)}@keyframes pawIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}@media (max-width:768px){.scroll-paw{bottom:5.4rem;right:.9rem}}body:has(.admin-layout) .scroll-paw{display:none}@media (prefers-reduced-motion:reduce){.paw-trail span{opacity:.18;animation:none}.scroll-paw{animation:none}}.md-editor{border:1px solid var(--border,#ece5db);background:var(--surface,#fff);border-radius:10px;overflow:hidden}.md-editor-bar{border-bottom:1px solid var(--border,#ece5db);background:var(--surface2,#f7f3ee);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;padding:.35rem .45rem;display:flex}.md-editor-tools{flex-wrap:wrap;align-items:center;gap:.25rem;display:flex}.md-tool{border:1px solid var(--border,#ece5db);background:var(--surface,#fff);min-width:2rem;height:2rem;color:var(--text,#2b2b2b);cursor:pointer;border-radius:7px;justify-content:center;align-items:center;margin:0;padding:0 .5rem;font-size:.9rem;line-height:1;display:inline-flex}.md-tool:hover{background:var(--surface2,#f0ebe3)}.md-layout{border-radius:7px;width:auto;height:2rem;padding:0 .4rem;font-size:.8rem}.md-editor-tabs{gap:.2rem;display:flex}.md-tab{color:var(--text-muted,#8a8178);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:7px;padding:.3rem .7rem;font-size:.82rem}.md-tab.is-active{background:var(--surface,#fff);color:var(--text,#2b2b2b);border-color:var(--border,#ece5db);font-weight:600}.md-editor-area{resize:vertical;width:100%;font:inherit;background:var(--surface,#fff);border:none;border-radius:0;padding:.75rem;line-height:1.6;display:block}.md-editor-area:focus{outline:none}.md-preview{min-height:5rem;padding:.85rem .9rem;line-height:1.7}.md-preview>:first-child{margin-top:0}.md-preview-empty{color:var(--text-muted,#8a8178);font-size:.85rem}.md-editor-hint{color:var(--text-muted,#8a8178);padding:.3rem .5rem .45rem;font-size:.75rem;display:block}
@font-face{font-family:Google Sans Flex;font-style:normal;font-weight:1 1000;font-stretch:100%;font-display:swap;src:url(../media/c9792a9c7bc47940.0np69ga6rot45.woff2?dpl=dpl_61oVEArF4Qsg39mLFFymzFwQ9q9e)format("woff2");unicode-range:U+2C7,U+2D8-2D9,U+2DB,U+307,U+1400-167F,U+18B0-18F5,U+25CC,U+11AB?}@font-face{font-family:Google Sans Flex;font-style:normal;font-weight:1 1000;font-stretch:100%;font-display:swap;src:url(../media/a5b22a6122958900.0m~euodk9yd3j.woff2?dpl=dpl_61oVEArF4Qsg39mLFFymzFwQ9q9e)format("woff2");unicode-range:U+300-302,U+304,U+30B-30C,U+323-324,U+330-331,U+13A0-13FF,U+AB70-ABBF}@font-face{font-family:Google Sans Flex;font-style:normal;font-weight:1 1000;font-stretch:100%;font-display:swap;src:url(../media/368bc7bf1796ace0.0ew9ihl7u46-q.woff2?dpl=dpl_61oVEArF4Qsg39mLFFymzFwQ9q9e)format("woff2");unicode-range:U+302-303,U+305,U+307-308,U+310,U+312,U+315,U+31A,U+326-327,U+32C,U+32F-330,U+332-333,U+338,U+33A,U+346,U+34D,U+391-3A1,U+3A3-3A9,U+3B1-3C9,U+3D1,U+3D5-3D6,U+3F0-3F1,U+3F4-3F5,U+2016-2017,U+2034-2038,U+203C,U+2040,U+2043,U+2047,U+2050,U+2057,U+205F,U+2070-2071,U+2074-208E,U+2090-209C,U+20D0-20DC,U+20E1,U+20E5-20EF,U+2100-2112,U+2114-2115,U+2117-2121,U+2123-214F,U+2190,U+2192,U+2194-21AE,U+21B0-21E5,U+21F1-21F2,U+21F4-2211,U+2213-2214,U+2216-22FF,U+2308-230B,U+2310,U+2319,U+231C-2321,U+2336-237A,U+237C,U+2395,U+239B-23B7,U+23D0,U+23DC-23E1,U+2474-2475,U+25AF,U+25B3,U+25B7,U+25BD,U+25C1,U+25CA,U+25CC,U+25FB,U+266D-266F,U+27C0-27FF,U+2900-2AFF,U+2B0E-2B11,U+2B30-2B4C,U+2BFE,U+3030,U+FF5B,U+FF5D,U+1D400-1D7FF,U+1EE??}@font-face{font-family:Google Sans Flex;font-style:normal;font-weight:1 1000;font-stretch:100%;font-display:swap;src:url(../media/9317a65786b01ac8.0cp3o8.45yzgz.woff2?dpl=dpl_61oVEArF4Qsg39mLFFymzFwQ9q9e)format("woff2");unicode-range:U+2003,U+3000,U+3002,U+4E00,U+FE12,U+16FE1,U+1B170-1B2FB}@font-face{font-family:Google Sans Flex;font-style:normal;font-weight:1 1000;font-stretch:100%;font-display:swap;src:url(../media/ee111935d005fff4.0hyyw3p-mv63f.woff2?dpl=dpl_61oVEArF4Qsg39mLFFymzFwQ9q9e)format("woff2");unicode-range:U+1-C,U+E-1F,U+7F-9F,U+20DD-20E0,U+20E2-20E4,U+2150-218F,U+2190,U+2192,U+2194-2199,U+21AF,U+21E6-21F0,U+21F3,U+2218-2219,U+2299,U+22C4-22C6,U+2300-243F,U+2440-244A,U+2460-24FF,U+25A0-27BF,U+28??,U+2921-2922,U+2981,U+29BF,U+29EB,U+2B??,U+4DC0-4DFF,U+FFF9-FFFB,U+10140-1018E,U+10190-1019C,U+101A0,U+101D0-101FD,U+102E0-102FB,U+10E60-10E7E,U+1D2C0-1D2D3,U+1D2E0-1D37F,U+1F0??,U+1F100-1F1AD,U+1F1E6-1F1FF,U+1F30D-1F30F,U+1F315,U+1F31C,U+1F31E,U+1F320-1F32C,U+1F336,U+1F378,U+1F37D,U+1F382,U+1F393-1F39F,U+1F3A7-1F3A8,U+1F3AC-1F3AF,U+1F3C2,U+1F3C4-1F3C6,U+1F3CA-1F3CE,U+1F3D4-1F3E0,U+1F3ED,U+1F3F1-1F3F3,U+1F3F5-1F3F7,U+1F408,U+1F415,U+1F41F,U+1F426,U+1F43F,U+1F441-1F442,U+1F444,U+1F446-1F449,U+1F44C-1F44E,U+1F453,U+1F46A,U+1F47D,U+1F4A3,U+1F4B0,U+1F4B3,U+1F4B9,U+1F4BB,U+1F4BF,U+1F4C8-1F4CB,U+1F4D6,U+1F4DA,U+1F4DF,U+1F4E3-1F4E6,U+1F4EA-1F4ED,U+1F4F7,U+1F4F9-1F4FB,U+1F4FD-1F4FE,U+1F503,U+1F507-1F50B,U+1F50D,U+1F512-1F513,U+1F53E-1F54A,U+1F54F-1F5FA,U+1F610,U+1F650-1F67F,U+1F687,U+1F68D,U+1F691,U+1F694,U+1F698,U+1F6AD,U+1F6B2,U+1F6B9-1F6BA,U+1F6BC,U+1F6C6-1F6CF,U+1F6D3-1F6D7,U+1F6E0-1F6EA,U+1F6F0-1F6F3,U+1F6F7-1F6FC,U+1F7??,U+1F800-1F80B,U+1F810-1F847,U+1F850-1F859,U+1F860-1F887,U+1F890-1F8AD,U+1F8B0-1F8BB,U+1F8C0-1F8C1,U+1F900-1F90B,U+1F93B,U+1F946,U+1F984,U+1F996,U+1F9E9,U+1FA00-1FA6F,U+1FA70-1FA7C,U+1FA80-1FA89,U+1FA8F-1FAC6,U+1FACE-1FADC,U+1FADF-1FAE9,U+1FAF0-1FAF8,U+1FB??}@font-face{font-family:Google Sans Flex;font-style:normal;font-weight:1 1000;font-stretch:100%;font-display:swap;src:url(../media/7861af42bf66b644.11~a-ch77e~nd.woff2?dpl=dpl_61oVEArF4Qsg39mLFFymzFwQ9q9e)format("woff2");unicode-range:U+303-304,U+307-308,U+30A,U+320,U+323-325,U+32D-32E,U+330-331,U+60C,U+61B-61C,U+61F,U+621,U+640,U+64B-655,U+660-66C,U+670,U+700-74F,U+860-86A,U+1DF8,U+1DFA,U+200C-200F,U+25CC,U+2670-2671}@font-face{font-family:Google Sans Flex;font-style:normal;font-weight:1 1000;font-stretch:100%;font-display:swap;src:url(../media/e44e639ada67b554.0vc.2ssdqlois.woff2?dpl=dpl_61oVEArF4Qsg39mLFFymzFwQ9q9e)format("woff2");unicode-range:U+2C7,U+301-302,U+304,U+306-307,U+309,U+323,U+331,U+200C-200D,U+202E,U+25CC,U+2D30-2D7F}@font-face{font-family:Google Sans Flex;font-style:normal;font-weight:1 1000;font-stretch:100%;font-display:swap;src:url(../media/33761b29848beb9e.0ipmc8t_.aqva.woff2?dpl=dpl_61oVEArF4Qsg39mLFFymzFwQ9q9e)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Google Sans Flex;font-style:normal;font-weight:1 1000;font-stretch:100%;font-display:swap;src:url(../media/6a667e4eb53ae394.p.0wry1y06qsh~l.woff2?dpl=dpl_61oVEArF4Qsg39mLFFymzFwQ9q9e)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Google Sans Flex;font-style:normal;font-weight:1 1000;font-stretch:100%;font-display:swap;src:url(../media/9bf986576a67e941.p.13-j1w-wna3t3.woff2?dpl=dpl_61oVEArF4Qsg39mLFFymzFwQ9q9e)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}.google_sans_flex_62e8133c-module__8yG3xG__className{font-family:Google Sans Flex,system-ui,arial,sans-serif;font-style:normal}.google_sans_flex_62e8133c-module__8yG3xG__variable{--font-heading:"Google Sans Flex", system-ui, arial, sans-serif}
@font-face{font-family:Google Sans Flex;font-style:normal;font-weight:1 1000;font-stretch:100%;font-display:swap;src:url(../media/c9792a9c7bc47940.0np69ga6rot45.woff2?dpl=dpl_61oVEArF4Qsg39mLFFymzFwQ9q9e)format("woff2");unicode-range:U+2C7,U+2D8-2D9,U+2DB,U+307,U+1400-167F,U+18B0-18F5,U+25CC,U+11AB?}@font-face{font-family:Google Sans Flex;font-style:normal;font-weight:1 1000;font-stretch:100%;font-display:swap;src:url(../media/a5b22a6122958900.0m~euodk9yd3j.woff2?dpl=dpl_61oVEArF4Qsg39mLFFymzFwQ9q9e)format("woff2");unicode-range:U+300-302,U+304,U+30B-30C,U+323-324,U+330-331,U+13A0-13FF,U+AB70-ABBF}@font-face{font-family:Google Sans Flex;font-style:normal;font-weight:1 1000;font-stretch:100%;font-display:swap;src:url(../media/368bc7bf1796ace0.0ew9ihl7u46-q.woff2?dpl=dpl_61oVEArF4Qsg39mLFFymzFwQ9q9e)format("woff2");unicode-range:U+302-303,U+305,U+307-308,U+310,U+312,U+315,U+31A,U+326-327,U+32C,U+32F-330,U+332-333,U+338,U+33A,U+346,U+34D,U+391-3A1,U+3A3-3A9,U+3B1-3C9,U+3D1,U+3D5-3D6,U+3F0-3F1,U+3F4-3F5,U+2016-2017,U+2034-2038,U+203C,U+2040,U+2043,U+2047,U+2050,U+2057,U+205F,U+2070-2071,U+2074-208E,U+2090-209C,U+20D0-20DC,U+20E1,U+20E5-20EF,U+2100-2112,U+2114-2115,U+2117-2121,U+2123-214F,U+2190,U+2192,U+2194-21AE,U+21B0-21E5,U+21F1-21F2,U+21F4-2211,U+2213-2214,U+2216-22FF,U+2308-230B,U+2310,U+2319,U+231C-2321,U+2336-237A,U+237C,U+2395,U+239B-23B7,U+23D0,U+23DC-23E1,U+2474-2475,U+25AF,U+25B3,U+25B7,U+25BD,U+25C1,U+25CA,U+25CC,U+25FB,U+266D-266F,U+27C0-27FF,U+2900-2AFF,U+2B0E-2B11,U+2B30-2B4C,U+2BFE,U+3030,U+FF5B,U+FF5D,U+1D400-1D7FF,U+1EE??}@font-face{font-family:Google Sans Flex;font-style:normal;font-weight:1 1000;font-stretch:100%;font-display:swap;src:url(../media/9317a65786b01ac8.0cp3o8.45yzgz.woff2?dpl=dpl_61oVEArF4Qsg39mLFFymzFwQ9q9e)format("woff2");unicode-range:U+2003,U+3000,U+3002,U+4E00,U+FE12,U+16FE1,U+1B170-1B2FB}@font-face{font-family:Google Sans Flex;font-style:normal;font-weight:1 1000;font-stretch:100%;font-display:swap;src:url(../media/ee111935d005fff4.0hyyw3p-mv63f.woff2?dpl=dpl_61oVEArF4Qsg39mLFFymzFwQ9q9e)format("woff2");unicode-range:U+1-C,U+E-1F,U+7F-9F,U+20DD-20E0,U+20E2-20E4,U+2150-218F,U+2190,U+2192,U+2194-2199,U+21AF,U+21E6-21F0,U+21F3,U+2218-2219,U+2299,U+22C4-22C6,U+2300-243F,U+2440-244A,U+2460-24FF,U+25A0-27BF,U+28??,U+2921-2922,U+2981,U+29BF,U+29EB,U+2B??,U+4DC0-4DFF,U+FFF9-FFFB,U+10140-1018E,U+10190-1019C,U+101A0,U+101D0-101FD,U+102E0-102FB,U+10E60-10E7E,U+1D2C0-1D2D3,U+1D2E0-1D37F,U+1F0??,U+1F100-1F1AD,U+1F1E6-1F1FF,U+1F30D-1F30F,U+1F315,U+1F31C,U+1F31E,U+1F320-1F32C,U+1F336,U+1F378,U+1F37D,U+1F382,U+1F393-1F39F,U+1F3A7-1F3A8,U+1F3AC-1F3AF,U+1F3C2,U+1F3C4-1F3C6,U+1F3CA-1F3CE,U+1F3D4-1F3E0,U+1F3ED,U+1F3F1-1F3F3,U+1F3F5-1F3F7,U+1F408,U+1F415,U+1F41F,U+1F426,U+1F43F,U+1F441-1F442,U+1F444,U+1F446-1F449,U+1F44C-1F44E,U+1F453,U+1F46A,U+1F47D,U+1F4A3,U+1F4B0,U+1F4B3,U+1F4B9,U+1F4BB,U+1F4BF,U+1F4C8-1F4CB,U+1F4D6,U+1F4DA,U+1F4DF,U+1F4E3-1F4E6,U+1F4EA-1F4ED,U+1F4F7,U+1F4F9-1F4FB,U+1F4FD-1F4FE,U+1F503,U+1F507-1F50B,U+1F50D,U+1F512-1F513,U+1F53E-1F54A,U+1F54F-1F5FA,U+1F610,U+1F650-1F67F,U+1F687,U+1F68D,U+1F691,U+1F694,U+1F698,U+1F6AD,U+1F6B2,U+1F6B9-1F6BA,U+1F6BC,U+1F6C6-1F6CF,U+1F6D3-1F6D7,U+1F6E0-1F6EA,U+1F6F0-1F6F3,U+1F6F7-1F6FC,U+1F7??,U+1F800-1F80B,U+1F810-1F847,U+1F850-1F859,U+1F860-1F887,U+1F890-1F8AD,U+1F8B0-1F8BB,U+1F8C0-1F8C1,U+1F900-1F90B,U+1F93B,U+1F946,U+1F984,U+1F996,U+1F9E9,U+1FA00-1FA6F,U+1FA70-1FA7C,U+1FA80-1FA89,U+1FA8F-1FAC6,U+1FACE-1FADC,U+1FADF-1FAE9,U+1FAF0-1FAF8,U+1FB??}@font-face{font-family:Google Sans Flex;font-style:normal;font-weight:1 1000;font-stretch:100%;font-display:swap;src:url(../media/7861af42bf66b644.11~a-ch77e~nd.woff2?dpl=dpl_61oVEArF4Qsg39mLFFymzFwQ9q9e)format("woff2");unicode-range:U+303-304,U+307-308,U+30A,U+320,U+323-325,U+32D-32E,U+330-331,U+60C,U+61B-61C,U+61F,U+621,U+640,U+64B-655,U+660-66C,U+670,U+700-74F,U+860-86A,U+1DF8,U+1DFA,U+200C-200F,U+25CC,U+2670-2671}@font-face{font-family:Google Sans Flex;font-style:normal;font-weight:1 1000;font-stretch:100%;font-display:swap;src:url(../media/e44e639ada67b554.0vc.2ssdqlois.woff2?dpl=dpl_61oVEArF4Qsg39mLFFymzFwQ9q9e)format("woff2");unicode-range:U+2C7,U+301-302,U+304,U+306-307,U+309,U+323,U+331,U+200C-200D,U+202E,U+25CC,U+2D30-2D7F}@font-face{font-family:Google Sans Flex;font-style:normal;font-weight:1 1000;font-stretch:100%;font-display:swap;src:url(../media/33761b29848beb9e.0ipmc8t_.aqva.woff2?dpl=dpl_61oVEArF4Qsg39mLFFymzFwQ9q9e)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Google Sans Flex;font-style:normal;font-weight:1 1000;font-stretch:100%;font-display:swap;src:url(../media/6a667e4eb53ae394.p.0wry1y06qsh~l.woff2?dpl=dpl_61oVEArF4Qsg39mLFFymzFwQ9q9e)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Google Sans Flex;font-style:normal;font-weight:1 1000;font-stretch:100%;font-display:swap;src:url(../media/9bf986576a67e941.p.13-j1w-wna3t3.woff2?dpl=dpl_61oVEArF4Qsg39mLFFymzFwQ9q9e)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}.google_sans_flex_8a51eabc-module__aqPVqG__className{font-family:Google Sans Flex,system-ui,arial,sans-serif;font-style:normal}.google_sans_flex_8a51eabc-module__aqPVqG__variable{--font-heading:"Google Sans Flex", system-ui, arial, sans-serif}
