:root{--primary-color:#e62020;--primary-light:#ff4d4d;--secondary-color:#c00;--bg-dark:#f9f9f9;--bg-card:#fff;--text-main:#222;--text-muted:#666;--border-color:#eaeaea;--success:#27ae60}@keyframes store-spin{to{transform:rotate(360deg)}}.spinner{animation:1s linear infinite store-spin}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-dark);color:var(--text-main);-webkit-font-smoothing:antialiased;font-family:Inter,system-ui,-apple-system,sans-serif;line-height:1.5}a{color:inherit;text-decoration:none}ul{list-style:none}h1,h2,h3,h4,h5,h6{letter-spacing:-.02em;font-weight:700}.btn{cursor:pointer;border:none;border-radius:.5rem;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.95rem;font-weight:600;transition:all .2s;display:inline-flex}.btn-primary{background:linear-gradient(135deg, var(--primary-color), #f05);color:#fff;box-shadow:0 4px 15px #ff45004d}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #ff450066}.btn-outline{border:1px solid var(--border-color);color:var(--text-main);background:0 0}.btn-outline:hover{border-color:var(--primary-color);color:var(--primary-color)}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.grid{gap:1.5rem;display:grid}.flex{display:flex}.items-center{align-items:center}.justify-between{justify-content:space-between}.card{background-color:var(--bg-card);border:1px solid var(--border-color);border-radius:.75rem;padding:1.25rem;transition:transform .3s,box-shadow .3s}.input-group{margin-bottom:1rem}.input-group label{color:var(--text-muted);margin-bottom:.5rem;font-size:.9rem;display:block}.input-field{border:1px solid var(--border-color);width:100%;color:var(--text-main);background-color:#00000008;border-radius:.5rem;padding:.75rem 1rem;transition:border-color .2s}.input-field:focus{border-color:var(--primary-color);outline:none}.navbar{z-index:100;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border-color);background:#ffffffd9;padding:1rem 0;position:sticky;top:0}.navbar .logo{background:linear-gradient(135deg, var(--secondary-color), var(--primary-color));-webkit-text-fill-color:transparent;-webkit-background-clip:text;font-size:1.5rem;font-weight:800}.product-card{background:var(--bg-card);border:1px solid var(--border-color);border-radius:1rem;flex-direction:column;display:flex;position:relative;overflow:hidden}.product-card:hover{border-color:#ff450080;transform:translateY(-5px);box-shadow:0 10px 30px #00000080}.product-image-container{aspect-ratio:1;background:#f1f3f5;position:relative;overflow:hidden}.product-image{object-fit:cover;width:100%;height:100%;transition:transform .5s}.product-card:hover .product-image{transform:scale(1.05)}.product-info{flex-direction:column;flex-grow:1;padding:1rem;display:flex}.product-title{margin-bottom:.25rem;font-size:.95rem}.product-price{color:var(--secondary-color);margin-bottom:1rem;font-size:1.1rem;font-weight:700}.dashboard-layout{grid-template-columns:250px 1fr;height:calc(100vh - 70px);display:grid;overflow:hidden}.sidebar{background-color:var(--bg-card);border-right:1px solid var(--border-color);padding:2rem 1rem;overflow-y:auto}.sidebar-nav a{color:var(--text-muted);border-radius:.5rem;align-items:center;gap:.75rem;margin-bottom:.5rem;padding:.75rem 1rem;transition:all .2s;display:flex}.sidebar-nav a:hover,.sidebar-nav a.active{color:var(--primary-color);background-color:#ff45001a}.dashboard-content{height:100%;padding:2rem;overflow-y:auto}.table-responsive{-webkit-overflow-scrolling:touch;width:100%;overflow-x:auto}@media (width<=768px){.dashboard-layout{grid-template-rows:auto 1fr;grid-template-columns:1fr}.sidebar{border-right:none;border-bottom:1px solid var(--border-color);padding:1rem 1rem 0}.sidebar-nav{gap:.5rem;margin-top:1rem;padding-bottom:.5rem;display:flex;overflow-x:auto}.sidebar-nav::-webkit-scrollbar{height:4px}.sidebar-nav::-webkit-scrollbar-thumb{background:var(--border-color);border-radius:4px}.sidebar-nav a{white-space:nowrap;margin-bottom:0;padding:.5rem .75rem;font-size:.85rem}.sidebar-nav button{white-space:nowrap;font-size:.85rem;margin-top:0!important;padding:.5rem .75rem!important}.dashboard-content{padding:1rem}.flex-col-mobile{flex-direction:column!important;align-items:stretch!important}.flex-wrap-mobile{flex-wrap:wrap!important}}.stat-card{background:linear-gradient(145deg, var(--bg-card), #f8f9fa);border:1px solid var(--border-color);border-radius:1rem;padding:1.5rem}.stat-card h3{color:var(--text-muted);margin-bottom:.5rem;font-size:.9rem;font-weight:500}.stat-card .value{color:var(--text-main);font-size:2rem;font-weight:700}.counter{color:var(--accent);background:var(--accent-bg);border:2px solid #0000;border-radius:5px;margin-bottom:24px;padding:5px 10px;font-size:16px;transition:border-color .3s}.counter:hover{border-color:var(--accent-border)}.counter:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.hero{position:relative}.hero .base,.hero .framework,.hero .vite{margin:0 auto;inset-inline:0}.hero .base{z-index:0;width:170px;position:relative}.hero .framework,.hero .vite{position:absolute}.hero .framework{z-index:1;height:28px;top:34px;transform:perspective(2000px)rotate(300deg)rotateX(44deg)rotateY(39deg)scale(1.4)}.hero .vite{z-index:0;width:auto;height:26px;top:107px;transform:perspective(2000px)rotate(300deg)rotateX(40deg)rotateY(39deg)scale(.8)}#center{flex-direction:column;flex-grow:1;place-content:center;place-items:center;gap:25px;display:flex}@media (width<=1024px){#center{gap:18px;padding:32px 20px 24px}}#next-steps{border-top:1px solid var(--border);text-align:left;display:flex}#next-steps>div{flex:1 1 0;padding:32px}@media (width<=1024px){#next-steps>div{padding:24px 20px}}#next-steps .icon{width:22px;height:22px;margin-bottom:16px}@media (width<=1024px){#next-steps{text-align:center;flex-direction:column}}#docs{border-right:1px solid var(--border)}@media (width<=1024px){#docs{border-right:none;border-bottom:1px solid var(--border)}}@media (width<=800px){.dashboard-layout{height:auto;min-height:calc(100dvh - 64px);overflow:visible}.sidebar{min-width:0;overflow:visible}.sidebar-nav{max-width:100%}.dashboard-content{min-width:0;height:auto;overflow:visible}.table-responsive{max-width:100%}.pos-layout{grid-template-columns:minmax(0,1fr)!important;gap:1rem!important}.pos-products-panel,.pos-cart-panel{min-width:0;padding:1rem!important}.pos-products-scroll{max-height:none!important;padding-right:0!important;overflow:visible!important}.pos-products-panel>div:first-child{align-items:stretch}.pos-products-panel>div:first-child select{width:100%!important}.pos-cart-panel{height:auto!important;min-height:0!important}.pos-cart-panel>div:nth-of-type(2){max-height:none!important;overflow:visible!important}.modern-qr-page{width:100%}.modern-qr-header{margin-bottom:1.5rem}.modern-qr-header h2{font-size:clamp(1.65rem,6vw,2rem)}.modern-qr-header p{font-size:.95rem}.modern-qr-grid{grid-template-columns:minmax(0,1fr);gap:1rem}.modern-standee-wrapper{border-radius:22px;width:min(100%,330px);padding:1.5rem 1rem}.modern-qr-box{width:min(68vw,220px);height:min(68vw,220px);margin-bottom:1.2rem}.modern-workflow{grid-template-columns:minmax(0,1fr);gap:1rem}}@media (width<=540px){.navbar{padding:.55rem 0}.navbar .container{gap:.5rem;width:100%;padding-inline:.75rem}.navbar .logo{min-width:0;font-size:1rem}.navbar .container>a:last-child{white-space:nowrap;flex:none;padding:.45rem .6rem;font-size:.8rem}.dashboard-layout{min-height:calc(100dvh - 54px)}.sidebar{padding:.65rem .65rem 0!important}.sidebar>div:first-child{margin:0!important;padding:0 .35rem!important}.sidebar>div:first-child h3{font-size:1rem}.sidebar-nav{gap:.35rem;padding:0 .1rem .55rem;margin-top:.6rem!important}.sidebar-nav a,.sidebar-nav button{min-height:40px;padding:.5rem .7rem!important;font-size:.8rem!important}.dashboard-content{padding:.75rem!important}.dashboard-content h2{overflow-wrap:anywhere}.dashboard-content .card{padding:1rem!important}.dashboard-content .btn{min-height:42px;padding:.65rem .8rem}.stat-card{padding:1rem}.stat-card .value{font-size:1.6rem}.pos-products-panel>div:first-child{gap:.7rem!important;margin-bottom:1rem!important}.pos-products-panel .input-field{min-height:46px;font-size:16px}.pos-products-scroll{max-height:none!important;overflow:visible!important}.pos-products-scroll .table-responsive{-webkit-overflow-scrolling:touch;width:100%;max-width:100%;overflow-x:auto}.pos-products-scroll table{table-layout:fixed;width:100%!important;min-width:0!important}.pos-products-scroll th,.pos-products-scroll td{overflow-wrap:normal;word-break:normal;padding:.55rem!important}.pos-products-scroll th:nth-child(2),.pos-products-scroll td:nth-child(2){display:none}.pos-products-scroll th:first-child,.pos-products-scroll td:first-child{width:68%}.pos-products-scroll th:last-child,.pos-products-scroll td:last-child{width:32%}.pos-products-scroll td:first-child strong{-webkit-line-clamp:2;white-space:normal;overflow-wrap:normal;word-break:normal;-webkit-box-orient:vertical;line-height:1.3;display:-webkit-box;overflow:hidden}.pos-products-scroll td:last-child{white-space:nowrap;overflow-wrap:normal;word-break:keep-all}.local-cart-footer{flex-direction:column;align-items:stretch!important}.local-cart-action-buttons{grid-template-columns:repeat(2,minmax(0,1fr));width:100%;gap:.5rem!important;display:grid!important}.local-cart-action-buttons .btn{width:100%;min-width:0;min-height:46px;padding-inline:.45rem;font-size:.8rem}.local-cart-action-buttons .btn:last-child{grid-column:1/-1}.pos-cart-panel{gap:.2rem}.pos-cart-panel>div:nth-of-type(2){max-height:none!important;overflow:visible!important}.pos-cart-panel input[type=tel]{min-height:46px;font-size:16px}.pos-cart-panel button{min-height:42px}.modern-qr-header h2{font-size:1.65rem}.modern-standee-wrapper{max-width:300px}.modern-qr-box{width:190px;height:190px;padding:12px}.modern-card{padding:1rem!important}.workflow-step{padding:.8rem}.dashboard-content form.card{flex-direction:column;display:flex;align-items:stretch!important;gap:.7rem!important}.dashboard-content form.card .input-group,.dashboard-content form.card .btn{width:100%}.dashboard-content button,.dashboard-content a.btn{touch-action:manipulation}}.modern-qr-page{max-width:1000px;animation:.5s ease-out fade-in}@keyframes fade-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.modern-qr-header{margin-bottom:2.5rem}.badge-pill{color:var(--primary-color);text-transform:uppercase;letter-spacing:.05em;background:linear-gradient(135deg,#e620201a,#ff4d4d26);border-radius:20px;margin-bottom:1rem;padding:.35rem .85rem;font-size:.75rem;font-weight:700;display:inline-block}.modern-qr-header h2{color:var(--text-main);margin:0 0 .5rem;font-size:2.2rem;font-weight:800}.modern-qr-header p{color:var(--text-muted);max-width:600px;margin:0;font-size:1.05rem;line-height:1.6}.modern-qr-grid{grid-template-columns:360px 1fr;align-items:start;gap:3rem;display:grid}.modern-standee-wrapper{background:linear-gradient(145deg,#1f1f1f,#2a2a2a);border:1px solid #ffffff0d;border-radius:28px;flex-direction:column;align-items:center;padding:2.5rem 2rem;display:flex;position:relative;overflow:hidden;box-shadow:0 20px 40px #0000001f,0 1px 3px #0000000d}.modern-standee-wrapper:before{content:"";z-index:0;background:radial-gradient(circle,#e6202026 0%,#0000 60%);width:200%;height:200%;position:absolute;top:-50%;left:-50%}.modern-standee-content{z-index:1;text-align:center;width:100%;position:relative}.modern-standee-brand{background:linear-gradient(135deg,#fff,#ddd);-webkit-text-fill-color:transparent;letter-spacing:-.02em;-webkit-background-clip:text;margin-bottom:1.5rem;font-size:24px;font-weight:800}.modern-qr-box{background:#fffffff2;border-radius:20px;place-items:center;width:240px;height:240px;margin:0 auto 2rem;padding:16px;transition:transform .3s;display:grid;box-shadow:0 10px 30px #0003}.modern-qr-box:hover{transform:scale(1.02)translateY(-5px)}.modern-qr-box img{object-fit:contain;width:100%;height:100%}.modern-qr-empty{color:#666;flex-direction:column;align-items:center;gap:10px;font-size:13px;font-weight:500;display:flex}.modern-standee-cta{color:#fff;letter-spacing:.05em;margin-bottom:.5rem;font-size:15px;font-weight:700;display:block}.modern-standee-sub{color:#aaa;margin:0;font-size:13px}.modern-settings{flex-direction:column;gap:2rem;display:flex}.modern-card{background:var(--bg-card);border:1px solid var(--border-color);border-radius:20px;padding:2rem;transition:box-shadow .3s;box-shadow:0 4px 15px #00000005}.modern-card:hover{box-shadow:0 8px 25px #0000000a}.modern-card h3{align-items:center;gap:8px;margin:0 0 1.5rem;font-size:1.15rem;font-weight:700;display:flex}.modern-card-icon{color:var(--primary-color);background:#e620201a;border-radius:8px;padding:6px}.modern-input-group{margin-bottom:1.5rem}.modern-input-group label{color:var(--text-main);margin-bottom:.5rem;font-size:.85rem;font-weight:600;display:block}.modern-input-wrapper{background:#f8f9fa;border:1px solid #e0e0e0;border-radius:10px;transition:all .2s;display:flex;overflow:hidden}.modern-input-wrapper:focus-within{border-color:var(--primary-color);box-shadow:0 0 0 3px #e620201a}.modern-input-field{color:var(--text-main);background:0 0;border:none;outline:none;flex-grow:1;padding:12px 16px;font-size:.95rem}.modern-copy-btn{color:var(--text-muted);cursor:pointer;background:#fff;border:none;border-left:1px solid #e0e0e0;padding:0 16px;font-size:.85rem;font-weight:600;transition:all .2s}.modern-copy-btn:hover{color:var(--primary-color);background:#f1f1f1}.modern-help{color:var(--text-muted);margin-top:.5rem;font-size:.8rem;line-height:1.5}.modern-actions{border-top:1px solid #f0f0f0;gap:12px;padding-top:1.5rem;display:flex}.action-btn{cursor:pointer;border-radius:10px;flex:1;justify-content:center;align-items:center;gap:8px;padding:12px 20px;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.action-btn.primary{background:var(--primary-color);color:#fff;border:none}.action-btn.primary:hover{background:var(--secondary-color);transform:translateY(-2px);box-shadow:0 4px 12px #e6202033}.action-btn.secondary{color:var(--text-main);background:#fff;border:1px solid #ddd}.action-btn.secondary:hover{background:#f9f9f9;border-color:#ccc}.action-btn[aria-disabled=true]{opacity:.5;pointer-events:none}.modern-workflow{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.workflow-step{text-align:center}.step-circle{width:48px;height:48px;color:var(--primary-color);background:#e6202014;border-radius:50%;place-items:center;margin:0 auto 1rem;font-size:1.2rem;font-weight:700;display:grid}.workflow-step h4{color:var(--text-main);margin:0 0 .5rem;font-size:.95rem}.workflow-step p{color:var(--text-muted);margin:0;font-size:.85rem;line-height:1.5}@media (width<=768px){.modern-qr-grid{grid-template-columns:minmax(0,1fr);gap:1.5rem}.modern-workflow{grid-template-columns:1fr}.modern-standee-wrapper{width:100%;max-width:360px;margin:0 auto}}#next-steps ul{gap:8px;margin:32px 0 0;padding:0;list-style:none;display:flex}#next-steps ul .logo{height:18px}#next-steps ul a{color:var(--text-h);background:var(--social-bg);border-radius:6px;align-items:center;gap:8px;padding:6px 12px;font-size:16px;text-decoration:none;transition:box-shadow .3s;display:flex}#next-steps ul a:hover{box-shadow:var(--shadow)}#next-steps ul a .button-icon{width:18px;height:18px}@media (width<=1024px){#next-steps ul{flex-wrap:wrap;justify-content:center;margin-top:20px}#next-steps ul li{flex:calc(50% - 8px)}#next-steps ul a{box-sizing:border-box;justify-content:center;width:100%}}#spacer{border-top:1px solid var(--border);height:88px}@media (width<=1024px){#spacer{height:48px}}.ticks{width:100%;position:relative}.ticks:before,.ticks:after{content:"";border:5px solid #0000;position:absolute;top:-4.5px}.ticks:before{border-left-color:var(--border);left:0}.ticks:after{border-right-color:var(--border);right:0}.cracker-particle{background-color:var(--color);width:6px;height:6px;box-shadow:0 0 6px var(--color), 0 0 10px var(--color);border-radius:50%;animation:.8s cubic-bezier(.1,.8,.2,1) forwards blastOut;position:absolute}@keyframes blastOut{0%{transform:rotate(var(--angle)) translateY(0) scale(1);opacity:1}to{transform:rotate(var(--angle)) translateY(var(--distance)) scale(0);opacity:0}}@media (width<=768px){.category-grid{grid-template-columns:1fr 1fr;gap:1rem}.pos-layout{grid-template-columns:1fr!important}.table-responsive table{white-space:nowrap;display:block;overflow-x:auto}.table-responsive th,.table-responsive td{padding:.75rem .5rem}.search-container{flex-direction:column;align-items:stretch}.search-container input{width:100%}.local-cart-action-buttons{flex-wrap:wrap}.local-cart-action-buttons button{flex:calc(50% - .75rem);justify-content:center}.search-grid{grid-template-columns:1fr;gap:1rem}.floating-bottom-bar{flex-direction:column;gap:.75rem;padding:.75rem}.modal-content{max-width:95%;margin:1rem;padding:1rem}.stat-card-grid{grid-template-columns:1fr}}@media (width<=480px){.category-grid{grid-template-columns:1fr}.local-cart-action-buttons button{flex:100%}.navbar .container{flex-wrap:wrap;justify-content:space-between}}@media (width<=768px){.dashboard-panels{grid-template-columns:1fr!important}}.customer-nav,.customer-footer{--store-paper:#fff;--store-white:#fff;--store-ink:#1a1a1a;--store-muted:#666;--store-line:#e6e6e6;--store-accent:#e62020;--store-soft:#f9f9f9;font-family:ui-rounded,Avenir Next,Avenir,Segoe UI,system-ui,sans-serif}.customer-store{--store-paper:#fff;--store-white:#fff;--store-ink:#1a1a1a;--store-muted:#666;--store-line:#e6e6e6;--store-accent:#e62020;--store-soft:#f9f9f9;background:var(--store-paper);min-height:100%;color:var(--store-ink);font-family:ui-rounded,Avenir Next,Avenir,Segoe UI,system-ui,sans-serif}.customer-nav{z-index:20;border-bottom:1px solid var(--store-line);background:#faf9f6f5;position:sticky;top:0}.customer-nav-inner{justify-content:space-between;align-items:center;gap:28px;max-width:1680px;height:72px;margin:auto;padding:0 24px;display:flex}.store-brand{color:#242321;letter-spacing:-.045em;white-space:nowrap;align-items:center;gap:10px;font-size:18px;font-weight:740;display:inline-flex}.brand-mark{color:#fff;background:var(--store-accent);border-radius:10px;place-items:center;width:31px;height:31px;display:grid}.brand-light{font-weight:450}.store-links{align-items:center;gap:clamp(19px,3vw,39px);height:100%;display:flex}.store-links a{color:#635f59;align-items:center;gap:6px;font-size:13px;transition:color .18s;display:inline-flex}.store-links a:hover,.store-links a.active{color:var(--store-accent)}.store-links .vendor-link{color:#817d77;font-size:12px}.inside-store-button{color:#a8492f;min-height:36px;font:inherit;white-space:nowrap;cursor:pointer;background:#fff2e8;border:1px solid #f0cdb8;border-radius:999px;justify-content:center;align-items:center;gap:6px;padding:0 13px;font-size:12px;font-weight:700;transition:background .18s,border .18s,color .18s;display:inline-flex}.inside-store-button:hover,.inside-store-active{color:#913a24;background:#ffe5d4;border-color:#e9a984}.cart-nav-button{height:39px;color:var(--store-ink);border:1px solid #e8ddd2;border-radius:999px;align-items:center;gap:8px;padding:0 12px;font-size:13px;transition:background .18s,border .18s;display:inline-flex}.cart-nav-button:hover,.cart-nav-button.active{background:var(--store-white);border-color:var(--store-accent)}.cart-count{background:#f1ede6;place-items:center;min-width:20px;height:20px;font-size:11px;font-weight:700;display:grid}.store-container{max-width:1680px;margin:0 auto;padding:0 24px}.store-banner{aspect-ratio:1280/460;background:#15121c;border-radius:20px;width:100%;margin-top:20px;position:relative;overflow:hidden}.store-banner img{object-fit:cover;object-position:center 48%;width:100%;height:100%;display:block}.legal-notice{background:#fff9f9;border:1px solid #fecaca;border-radius:12px;align-items:flex-start;gap:1rem;margin:2rem 1.5rem;padding:1.25rem 1.5rem;display:flex;box-shadow:0 4px 14px #dc26260f}.legal-notice-icon{color:#dc2626;flex-shrink:0;margin-top:2px}.legal-notice-content h3{color:#991b1b;margin:0 0 .5rem;font-size:1.1rem;font-weight:700}.legal-notice-content p{color:#451a1a;margin:0;font-size:.95rem;line-height:1.6}.banner-credit{color:#ffffffc7;background:#100e14a3;padding:4px 6px;font-size:9px;line-height:1.2;position:absolute;bottom:8px;right:9px}.banner-credit:hover{color:#fff}.eyebrow{color:var(--store-accent);letter-spacing:.14em;margin:0 0 15px;font-size:10px;font-weight:750;line-height:1.4}.category-head h1,.page-title h1,.confirmation-page h1{color:var(--store-ink);letter-spacing:-.065em;margin:0;font-size:clamp(40px,5.2vw,64px);font-weight:560;line-height:1.03}.text-link{color:var(--store-ink);font:inherit;cursor:pointer;background:0 0;border:0;align-items:center;gap:9px;padding:0;font-size:13px;font-weight:650;display:inline-flex}.text-link svg,.browse-link svg{transition:transform .18s}.text-link:hover svg,.category-tile:hover .browse-link svg{transform:translate(3px)}.category-section{padding:28px 0 60px;scroll-margin-top:90px}.section-heading{justify-content:space-between;align-items:flex-end;margin-bottom:22px;display:flex}.section-heading .eyebrow{margin-bottom:7px}.section-heading h2{letter-spacing:-.04em;margin:0;font-size:27px;font-weight:560}.section-aside{color:var(--store-muted);padding-bottom:4px;font-size:12px}.category-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:24px;display:grid}.category-tile{color:inherit;flex-direction:column;text-decoration:none;transition:transform .3s;display:flex}.category-tile:hover{transform:translateY(-5px)}.category-photo{aspect-ratio:1;background:#fff;border:none;border-radius:0;width:100%;margin-bottom:16px;transition:box-shadow .3s;position:relative;overflow:hidden;box-shadow:0 4px 14px #0000000d}.category-photo img{object-fit:contain;width:100%;height:100%;transition:transform .6s cubic-bezier(.2,.8,.2,1);display:block}.category-fallback-wrap{position:absolute;inset:0}.category-fallback-wrap[hidden]{display:none}.category-image-fallback{color:#888;background:radial-gradient(at 50% 115%,#e0672f33,#0000 46%),linear-gradient(135deg,#f5f5f5,#eaeaea);place-items:center;width:100%;height:100%;display:grid}.category-image-fallback span{letter-spacing:.1em;text-transform:uppercase;font-size:14px;font-weight:700}.category-copy{text-align:center}.category-explore-btn{background:var(--store-accent);color:#fff;border-radius:999px;align-items:center;gap:4px;margin-top:12px;padding:6px 16px;font-size:14px;font-weight:600;transition:transform .2s,background .2s;display:inline-flex}.category-tile:hover .category-explore-btn{transform:translateY(-2px);box-shadow:0 4px 10px #d32f2f40}.category-copy p{color:var(--store-muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:14px;line-height:1.5;display:-webkit-box;overflow:hidden}.store-footer-note{border-top:1px solid var(--store-line);color:#858078;letter-spacing:.07em;justify-content:space-between;align-items:center;min-height:49px;font-size:10px;display:flex}.store-footer-note span:first-child{color:#5f5b55;font-weight:750}.state-panel{border:1px solid var(--store-line);min-height:175px;color:var(--store-muted);text-align:center;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;gap:11px;font-size:14px;display:flex}.state-panel p{margin:0}.state-error{color:#90442c}.loading-dot{border:2px solid #e3ded5;border-top-color:var(--store-accent);border-radius:50%;width:17px;height:17px;animation:.7s linear infinite store-spin}.category-page{padding-top:25px;padding-bottom:65px}.breadcrumbs{color:#938e86;align-items:center;gap:10px;font-size:16px;font-weight:500;display:flex}.breadcrumbs a:hover{color:var(--store-accent)}.breadcrumbs span:last-child{color:#5c5852}.category-head{border-bottom:1px solid var(--store-line);justify-content:space-between;align-items:center;min-height:189px;display:flex}.category-head .eyebrow{margin-bottom:10px}.category-head h1{font-size:clamp(38px,5vw,54px)}.category-description{max-width:590px;color:var(--store-muted);margin:11px 0 0;font-size:13px;line-height:1.6}.product-count{color:var(--store-ink);letter-spacing:-.05em;font-size:34px}.product-count span{color:#918b83;letter-spacing:.13em;margin-top:2px;font-size:9px;font-weight:650;display:block}.catalog-toolbar{color:#8c877f;justify-content:space-between;align-items:center;min-height:63px;font-size:11px;display:flex}.back-link{color:#5f5a54;align-items:center;gap:7px;font-size:16px;font-weight:500;display:inline-flex}.back-link:hover{color:var(--store-accent)}.product-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:18px;display:grid}.store-product{border:1px solid var(--store-line);background:#fff;border-radius:12px;flex-direction:column;min-width:0;padding:12px;transition:transform .3s,box-shadow .3s;display:flex;position:relative;box-shadow:0 4px 14px #0000000a}.store-product-photo{aspect-ratio:1;height:auto;box-shadow:none;background:#fff;border:none;border-radius:8px;margin-bottom:12px;position:relative;overflow:hidden}.product-placeholder{color:#ccc;background:linear-gradient(135deg,#f5f5f5,#eaeaea);place-items:center;width:100%;height:100%;display:grid}.product-placeholder span{letter-spacing:.15em;font-size:11px;font-weight:700}.store-product-content{flex-direction:column;flex-grow:1;padding:0;display:flex}.product-byline{color:#a19d96;letter-spacing:.08em;text-transform:uppercase;margin-bottom:4px;font-size:11px;font-weight:600}.store-product h2{letter-spacing:-.02em;color:#1a1a1a;margin:0 0 10px;font-size:18px;font-weight:700}.store-product-description{color:#555;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:4px 0 10px;font-size:14px;line-height:1.4;display:-webkit-box;overflow:hidden}.store-product-bottom{justify-content:space-between;align-items:flex-end;gap:8px;margin-top:auto;display:flex}.store-price{color:#111;flex-direction:column;align-items:flex-start;gap:2px;font-size:18px;font-weight:700;display:flex}.store-price .price-row{align-items:baseline;gap:4px;display:flex}.store-price.has-offer{gap:4px}.store-price.has-offer strong{color:#111;font-size:16px;font-weight:400;line-height:1}.store-price.has-offer del{color:#d32f2f;font-size:14px;font-weight:500;line-height:1;text-decoration:line-through}.store-price span{color:#888;margin-top:0;font-size:16px;font-weight:500;line-height:1}.add-button{border:1px solid var(--store-accent);background:var(--store-accent);color:#fff;cursor:pointer;border-radius:6px;justify-content:center;align-items:center;width:44px;height:44px;padding:0;transition:all .2s;display:inline-flex}.add-button:hover,.add-button.added{background:#a60000;border-color:#a60000}.add-button:focus-visible,.store-button:focus-visible,.quantity-control button:focus-visible,.remove-button:focus-visible,.cart-nav-button:focus-visible,.store-links a:focus-visible,.inside-store-button:focus-visible,.category-tile:focus-visible,input:focus-visible{outline:2px solid var(--store-accent);outline-offset:2px}.gif-indicator{background:var(--store-accent);color:#fff;z-index:2;pointer-events:none;border-radius:50%;justify-content:center;align-items:center;padding:6px;display:flex;position:absolute;top:10px;right:10px;box-shadow:0 4px 12px #00000040}.catalog-bottom{color:#89847d;justify-content:space-between;align-items:center;padding:18px 0;font-size:11px;display:flex}.empty-products{margin-bottom:60px}.checkout-page{padding-top:25px;padding-bottom:75px}.page-title{border-bottom:1px solid var(--store-line);justify-content:space-between;align-items:flex-end;padding:31px 0 25px;display:flex}.page-title .eyebrow{margin-bottom:8px}.page-title h1{font-size:44px}.page-title-count{color:#8b857d;letter-spacing:.12em;padding-bottom:7px;font-size:10px}.cart-layout{grid-template-columns:minmax(0,1fr) minmax(280px,340px);align-items:start;gap:60px;padding-top:26px;display:grid}.cart-items{max-height:calc(100vh - 160px);padding-right:12px;overflow-y:auto}.cart-items::-webkit-scrollbar{width:6px}.cart-items::-webkit-scrollbar-track{background:0 0}.cart-items::-webkit-scrollbar-thumb{background-color:#dcdcdc;border-radius:10px}.cart-line{border-bottom:1px solid #eaeaea;gap:24px;padding:24px 0;display:flex}.cart-line-image{background:#f8f8f8;border:1px solid #eee;border-radius:8px;flex-shrink:0;width:90px;height:90px;overflow:hidden}.cart-line-image .product-placeholder{place-items:center;height:100%;display:grid}.cart-line-content{flex-direction:column;flex-grow:1;display:flex}.cart-line-header{justify-content:space-between;align-items:flex-start;margin-bottom:4px;display:flex}.cart-line-header h2{color:#111;margin:0;font-size:16px;font-weight:500}.cart-line-price{color:#111;font-size:16px;font-weight:600}.cart-line-meta{color:#666;margin:0 0 16px;font-size:13px}.cart-line-controls{justify-content:space-between;align-items:center;margin-top:auto;display:flex}.quantity-control{border:1px solid #e0e0e0;border-radius:6px;align-items:center;height:32px;display:inline-flex;overflow:hidden}.quantity-control button{color:#333;cursor:pointer;background:#fff;border:0;place-items:center;width:32px;height:32px;transition:background .2s;display:grid}.quantity-control button:hover{background:#f5f5f5}.quantity-control span{text-align:center;color:#111;min-width:32px;font-size:13px;font-weight:500}.remove-button{color:#888;font:inherit;cursor:pointer;background:0 0;border:0;align-items:center;gap:5px;font-size:13px;font-weight:500;transition:color .2s;display:inline-flex}.remove-button:hover{color:#d32f2f;text-decoration:underline}.order-summary{background:#fafafa;border:1px solid #eee;border-radius:12px;padding:32px;position:sticky;top:100px}.order-summary .eyebrow{color:#111;letter-spacing:0;margin-bottom:24px;font-size:14px;font-weight:600}.summary-row{color:#444;justify-content:space-between;align-items:center;gap:12px;min-height:35px;margin-bottom:8px;font-size:14px;display:flex}.summary-row strong{color:#111;font-size:14px;font-weight:500}.summary-total{color:#111;border-top:1px solid #ddd;justify-content:space-between;align-items:center;margin-top:16px;padding-top:24px;font-size:16px;font-weight:600;display:flex}.summary-total strong{letter-spacing:-.02em;font-size:24px}.summary-note{color:#888;margin:12px 0 24px;font-size:12px;line-height:1.5}.store-button{border:1px solid var(--store-accent);background:var(--store-accent);color:#fff;min-height:43px;font:inherit;cursor:pointer;border-radius:999px;justify-content:center;align-items:center;gap:9px;padding:0 17px;font-size:12px;font-weight:680;transition:background .18s,color .18s;display:inline-flex}.store-button:hover{background:#b9411e;border-color:#b9411e}.store-button-full{width:100%}.continue-link,.summary-back{color:#77716a;justify-content:center;align-items:center;gap:5px;margin-top:14px;font-size:11px;display:flex}.continue-link:hover,.summary-back:hover{color:var(--store-accent)}.empty-bag{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:400px;display:flex}.empty-bag-mark{width:54px;height:54px;color:var(--store-accent);background:#f0ece5;border-radius:16px;place-items:center;margin-bottom:17px;font-size:27px;display:grid}.empty-bag h2{letter-spacing:-.04em;max-width:420px;margin:0;font-size:22px;font-weight:580}.empty-bag p{color:var(--store-muted);margin:10px 0 20px;font-size:12px}.checkout-steps{color:#827d75;align-items:center;gap:10px;font-size:10px;display:flex}.checkout-steps span{align-items:center;gap:5px;display:flex}.checkout-steps i{background:#d9d3ca;width:26px;height:1px}.checkout-steps .step-done{color:#608160}.checkout-steps .step-current{color:var(--store-ink);font-weight:650}.checkout-layout{grid-template-columns:minmax(0,1.5fr) minmax(265px,.8fr);align-items:start;gap:45px;padding-top:28px;display:grid}.checkout-form-panel{padding:2px 0}.form-heading h2{letter-spacing:-.03em;margin:0;font-size:19px;font-weight:650}.form-heading p{color:#817b73;margin:6px 0 22px;font-size:11px}.form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:15px 17px;display:grid}.field-wide{grid-column:1/-1}.form-field label{color:#55514b;margin-bottom:6px;font-size:11px;font-weight:620;display:block}.form-field label span{color:var(--store-accent)}.form-field input{width:100%;height:41px;color:var(--store-ink);font:inherit;background:#fdfcf9;border:1px solid #ded9d0;border-radius:10px;padding:0 11px;font-size:12px}.form-field input:focus{outline:1px solid var(--store-accent);border-color:var(--store-accent)}.form-field input[aria-invalid=true]{border-color:#ae452c}.field-error{color:#a33e28;margin-top:4px;font-size:10px;display:block}.checkout-disclaimer{color:#8b857d;margin:18px 0 0;font-size:10px;line-height:1.6}.checkout-summary{padding:19px}.checkout-summary .eyebrow{margin-bottom:10px}.summary-items{border-bottom:1px solid var(--store-line);margin-bottom:11px}.summary-item{border-top:1px solid var(--store-line);grid-template-columns:20px minmax(0,1fr) auto;align-items:center;gap:8px;min-height:53px;display:grid}.summary-item-qty{color:#655f57;background:#f0ece5;border-radius:50%;place-items:center;width:20px;height:20px;font-size:10px;display:grid}.summary-item div{flex-direction:column;gap:2px;display:flex}.summary-item div strong{color:#393632;text-overflow:ellipsis;white-space:nowrap;font-size:10px;font-weight:630;overflow:hidden}.summary-item div span{color:#938d84;font-size:9px}.summary-item b{white-space:nowrap;font-size:10px}.checkout-summary .summary-total{margin-bottom:16px}.confirmation-page{text-align:center;max-width:660px;min-height:560px;padding-top:100px}.confirmation-mark{color:#587653;background:#e9efe6;border-radius:50%;place-items:center;width:69px;height:69px;margin:0 auto 22px;display:grid}.confirmation-page .eyebrow{margin-bottom:10px}.confirmation-page h1{font-size:44px}.confirmation-copy{color:#716c64;max-width:440px;margin:14px auto 22px;font-size:13px;line-height:1.7}.confirmation-copy strong{color:#383530}.confirmation-total{border-top:1px solid var(--store-line);border-bottom:1px solid var(--store-line);color:#716c64;justify-content:space-between;max-width:320px;margin:0 auto 23px;padding:13px 0;font-size:12px;display:flex}.confirmation-total strong{color:var(--store-ink);font-size:15px}.customer-footer{color:#77726a;background:#f2f0eb}.customer-footer-inner{align-items:center;gap:17px;max-width:1680px;min-height:95px;margin:0 auto;padding:22px 24px;display:flex}.footer-brand{color:#3a3732;letter-spacing:.08em;font-size:11px;font-weight:760}.customer-footer-inner p{color:#817b72;margin:0;font-size:11px}.footer-vendor{color:#6f6961;margin-left:auto;font-size:11px}.footer-vendor:hover{color:var(--store-accent)}.footer-bottom{color:#938e86;border-top:1px solid #e2ded6;justify-content:space-between;align-items:center;min-height:37px;padding:0 max(24px,50vw - 816px);font-size:9px;display:flex}@media (width<=800px){.customer-nav-inner{gap:14px;height:64px;padding:0 20px}.store-links{gap:17px}.store-links .vendor-link{display:none}.store-container{padding-left:20px;padding-right:20px}.store-banner{aspect-ratio:2}.category-grid,.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.cart-layout,.checkout-layout{grid-template-columns:minmax(0,1fr);gap:26px}.cart-items{max-height:50vh}.order-summary{max-width:none;position:static}.cart-line-image{width:86px;height:86px}}@media (width<=540px){.customer-nav-inner{padding:0 15px}.store-brand{gap:7px;font-size:15px}.brand-mark{width:28px;height:28px}.store-links{gap:13px}.store-links a{font-size:11px}.store-links a:nth-child(2){display:none}.inside-store-button{gap:4px;min-height:33px;padding:0 9px;font-size:10px}.cart-nav-button{gap:5px;height:35px;padding:0 8px;font-size:11px}.store-container{padding-left:16px;padding-right:16px}.store-banner{aspect-ratio:1.55;margin-top:13px}.legal-notice{border-left:0;border-right:0;border-radius:8px;gap:.75rem;margin:1.25rem 0;padding:1rem}.legal-notice-icon{margin-top:0}.legal-notice-icon svg{width:20px;height:20px}.legal-notice-content h3{margin-bottom:.25rem;font-size:1rem}.legal-notice-content p{font-size:.85rem;line-height:1.5}.banner-credit{font-size:8px;bottom:6px;right:6px}.category-section{padding:24px 0 40px}.section-heading h2{font-size:23px}.category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.category-photo{aspect-ratio:1;height:auto}.category-copy{min-height:80px;padding:8px}.store-footer-note{font-size:8px}.category-page,.checkout-page{padding-top:20px;padding-bottom:45px}.category-head{gap:10px;min-height:164px}.category-head h1{font-size:39px}.category-description{max-width:270px;font-size:11px}.product-count{font-size:26px}.catalog-toolbar{min-height:52px;font-size:9px}.product-grid{grid-template-columns:minmax(0,1fr)}.store-product{grid-template-columns:120px minmax(0,1fr);display:grid}.store-product-photo{height:100%;min-height:190px}.store-product-content{min-height:190px;padding:13px 12px}.store-product h2{font-size:14px}.store-product-description{min-height:32px;font-size:10px}.store-product-bottom{flex-direction:column;align-items:flex-start;gap:8px}.add-button{height:31px}.page-title{padding:27px 0 21px}.page-title h1{font-size:38px}.cart-layout,.checkout-layout{padding-top:18px}.cart-line{gap:16px;padding:16px 0}.cart-line-image{width:72px;height:72px}.cart-line-header h2{font-size:14px}.remove-button span{display:none}.quantity-control button{width:25px}.quantity-control span{min-width:20px}.form-grid{grid-template-columns:minmax(0,1fr);gap:13px}.field-wide{grid-column:auto}.checkout-steps{gap:6px;font-size:9px}.checkout-steps i{width:16px}.confirmation-page{min-height:480px;padding-top:80px}.confirmation-page h1{font-size:36px}.customer-footer-inner{flex-wrap:wrap;gap:8px 13px;padding:18px 16px}.customer-footer-inner p{flex-basis:100%;order:2}.footer-vendor{font-size:10px}.footer-bottom{padding:0 16px;font-size:8px}}.customer-nav{background:#fff8eff7;border-color:#f1e5da}.customer-nav-inner{max-width:1760px;padding-inline:18px}.store-brand{color:#382d2a;letter-spacing:-.035em;font-family:ui-rounded,Avenir Next,Avenir,Segoe UI,system-ui,sans-serif}.brand-mark{background:#ed6848;border-radius:11px;box-shadow:0 4px 10px #ed684833}.store-links a{font-weight:560}.cart-nav-button{background:#ffffffad;border-color:#f0dfd1;font-weight:620}.cart-count{color:#74639b;background:#eee9fb;border-radius:50%}.store-container{max-width:1760px;padding-inline:18px}.store-banner{border-radius:26px;margin-top:18px;box-shadow:0 12px 28px #4e2f1b1a}.category-section{padding-top:29px}.section-heading h2{color:#382d2a;letter-spacing:-.045em;font-size:29px;font-weight:620}.section-aside{color:#74639b;background:#f0ebfa;border-radius:999px;padding:6px 12px;font-size:10px;font-weight:650}.category-grid{gap:17px}.category-tile{box-shadow:none;border:none;border-radius:0}.category-tile:hover{transform:translateY(-4px);box-shadow:0 14px 26px #4e2f1b1c}.category-photo{background:#fff;height:clamp(165px,15vw,230px)}.category-image-fallback{color:#766276;background:radial-gradient(circle at 75% 25%,#ccbeefb3,#0000 26%),radial-gradient(circle at 25% 83%,#f4a47a7a,#0000 38%),#f5eadf}.category-image-fallback span{background:#ffffff94;border-color:#76627630;border-radius:999px}.category-number{color:#766276;background:#ffffffeb;border-radius:999px;top:11px;left:12px}.category-arrow{background:#fff;width:37px;height:37px;bottom:11px;right:11px;box-shadow:0 3px 10px #382d2a1f}.category-copy{text-align:center;align-items:center;min-height:91px;padding:15px 16px 16px}.category-copy h3{color:#382d2a;letter-spacing:-.035em;margin:0;font-size:20px;font-weight:680}.category-copy p{color:#85766d}.browse-link{color:#c95435;background:#fff3e9;border-radius:999px;padding:8px 10px;font-weight:700}.state-panel{color:#786c65;background:#fffdf9;border:1px solid #f0e4d9;border-radius:21px;min-height:164px;padding:22px;box-shadow:0 5px 16px #4e2f1b0b}.loading-dot{border-color:#9d87c8 #eee8f8 #eee8f8;width:23px;height:23px}.category-head{border-color:#f0e4d9}.category-head h1,.page-title h1,.confirmation-page h1{color:#382d2a;letter-spacing:-.055em;font-weight:640}.breadcrumbs{color:#97877f}.breadcrumbs a{color:#6f625b;background:#f6eee6;border-radius:999px;padding:8px 16px;transition:all .2s}.breadcrumbs a:hover{background:#eadecd}.product-grid{background:0 0;border:0;gap:16px}.store-product{background:#fff;border:1px solid #f0e4d9;border-radius:8px;transition:transform .2s,box-shadow .2s;overflow:hidden;box-shadow:0 4px 12px #4e2f1b0a}.store-product:hover{transform:translateY(-3px);box-shadow:0 10px 24px #4e2f1b14}.store-product-photo{box-shadow:none;background:#fff;border:none;border-radius:0;margin-bottom:0}.store-product:hover .store-product-photo{box-shadow:none}.product-placeholder{color:#98859b;background:radial-gradient(circle at 76% 24%,#ccbeef8f,#0000 27%),#f5eadf}.product-byline{color:#998879;letter-spacing:.09em;margin-bottom:4px}.store-product h2{color:#382d2a;font-weight:670}.store-product-description{color:#82756d;margin:4px 0 10px;line-height:1.4}.store-product-bottom{margin-top:auto;padding-top:5px}.store-price{color:#3e302d}.add-button{background:var(--store-accent);color:#fff;border:0;border-radius:999px;font-weight:700}.add-button:hover,.add-button.added{background:#a60000;box-shadow:0 4px 10px #d6000033}.back-link{background:#f5eee7;border-radius:999px;padding:10px 20px;transition:all .2s}.back-link:hover{background:#eadecd}.catalog-bottom{padding-block:18px}.text-link{color:#c95435;font-weight:700}.page-title{border-color:#f0e4d9}.page-title-count{color:#74639b;background:#eee9fb;border-radius:999px;padding:7px 12px;font-weight:700}.cart-line{background:#fff;border:1px solid #f0e4d9;border-radius:20px;margin-bottom:12px;padding:20px;box-shadow:0 4px 13px #4e2f1b0b}.cart-line-image{background:#f5eee6;border-radius:12px}.cart-line-header h2{color:#382d2a;font-weight:670}.quantity-control{background:#fffaf5;border-color:#f0dfd1;height:35px}.quantity-control button{color:#c95435;width:32px;height:33px}.quantity-control span{color:#493d38;font-weight:680}.remove-button{background:#f8f2ec;border-radius:999px;padding:6px 9px}.order-summary{background:#fff;border:1px solid #f0e4d9;border-radius:22px;box-shadow:0 7px 20px #4e2f1b0f}.summary-total{border-color:#f1e8df}.store-button{background:#ed6848;border-radius:999px;min-height:45px;box-shadow:0 5px 12px #ed68482e}.store-button:hover{background:#d95738;border-color:#d95738;transform:translateY(-1px)}.empty-bag-mark{color:#8b74ba;background:#eee9fb;border-radius:20px;width:62px;height:62px}.empty-bag h2{color:#443633;font-weight:630}.checkout-steps .step-done{background:#edf4e9;border-radius:999px;padding:7px 11px}.checkout-steps .step-current{color:#705f99;background:#eee9fb;border-radius:999px;padding:7px 11px}.form-heading h2{color:#403431;font-weight:680}.form-field label{color:#65564f}.form-field input{background:#fff;border:1px solid #eadfd5;border-radius:13px;height:44px}.form-field input:focus{box-shadow:0 0 0 3px #9d87c829}.confirmation-mark{background:#eaf3e5;border-radius:25px;width:76px;height:76px;box-shadow:0 6px 16px #5876531a}.confirmation-page .eyebrow{color:#8b74ba}.confirmation-total{border-color:#f0e4d9}.customer-footer{background:#f7ede4}.footer-brand{color:#493833}.footer-bottom{border-color:#ecdfd4}@media (width<=800px){.store-container,.customer-nav-inner{padding-inline:18px}.category-grid{gap:14px}.store-product{border-radius:4px}}@media (width<=540px){.store-container,.customer-nav-inner{padding-inline:14px}.store-banner{border-radius:19px}.category-grid{gap:12px}.category-tile{border-radius:0}.store-product{border-radius:4px}.cart-line{border-radius:17px;padding:16px}.cart-line-image{width:68px;height:68px}.remove-button{padding:6px}.store-product-content{padding:12px}}.image-preview-modal{z-index:9999;-webkit-backdrop-filter:blur(12px);background:#0a0a0cd9;flex-direction:column;justify-content:center;align-items:center;padding:40px 20px;animation:.25s cubic-bezier(.16,1,.3,1) modalFadeIn;display:flex;position:fixed;inset:0}.preview-content-wrapper{flex:1;justify-content:center;align-items:center;width:100%;max-width:1200px;min-height:0;display:flex;position:relative}.preview-image-container{justify-content:center;align-items:center;width:100%;max-width:95vw;height:100%;max-height:80vh;padding:0 70px;display:flex;position:relative}.preview-main-img{object-fit:contain;border-radius:12px;max-width:100%;max-height:100%;animation:.3s cubic-bezier(.16,1,.3,1) imagePop;box-shadow:0 16px 40px #0006}.product-video-shell{background:#000;border-radius:12px;justify-content:center;align-items:center;width:100%;min-width:0;height:100%;max-height:80vh;display:flex;overflow:hidden}.youtube-video-shell{aspect-ratio:16/9;width:min(100%,1100px);height:auto}.instagram-video-shell{background:#fff;width:min(100%,450px);height:min(78vh,760px);position:relative}.instagram-profile-shell{background:#fff;width:min(100%,540px);height:min(78vh,760px);position:relative}.instagram-native-embed{-webkit-overflow-scrolling:touch;justify-content:center;align-items:center;width:100%;min-width:0;height:100%;display:flex;overflow:auto}.product-video-frame{background:#000;border:0;width:100%;min-width:0;height:100%;display:block}.preview-thumbnails{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff1a;border-radius:16px;gap:12px;margin-top:24px;padding:12px;display:flex}.preview-thumbnail-btn{cursor:pointer;opacity:.6;background:#000;border:2px solid #0000;border-radius:10px;width:60px;height:60px;padding:0;transition:all .2s;overflow:hidden}.preview-thumbnail-btn img{object-fit:cover;width:100%;height:100%}.preview-thumbnail-btn:hover{opacity:.9;transform:translateY(-2px)}.preview-thumbnail-btn.active{opacity:1;border-color:#fff;transform:scale(1.05);box-shadow:0 4px 12px #0000004d}.preview-close{color:#fff;cursor:pointer;z-index:10;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffff1a;border:1px solid #ffffff1a;border-radius:50%;place-items:center;width:44px;height:44px;transition:all .2s;display:grid;position:absolute;top:24px;right:24px}.preview-close:hover{background:#fff3;transform:scale(1.05)}.preview-nav{color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:5;background:#ffffff1a;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;transition:all .2s cubic-bezier(.2,.8,.2,1);display:flex;position:absolute;top:50%;transform:translateY(-50%)}.preview-nav:hover{color:#111;background:#fff;transform:translateY(-50%)scale(1.05);box-shadow:0 8px 24px #0003}.preview-nav.prev{left:20px}.preview-nav.next{right:20px}@keyframes modalFadeIn{0%{opacity:0;-webkit-backdrop-filter:blur();backdrop-filter:blur()}to{opacity:1;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}}@keyframes imagePop{0%{opacity:0;transform:scale(.95)translateY(10px)}to{opacity:1;transform:scale(1)translateY(0)}}@media (width<=640px){.preview-image-container{padding:0}.preview-nav{width:44px;height:44px}.preview-nav.prev{left:10px}.preview-nav.next{right:10px}.preview-close{width:40px;height:40px;top:16px;right:16px}.preview-thumbnail-btn{width:50px;height:50px}}.product-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:14px}.store-product{border:1px solid var(--store-line);background:#fff;border-radius:12px;padding:12px}.store-product-photo{aspect-ratio:1;height:auto;box-shadow:none;border:none;border-radius:8px;margin-bottom:12px;position:relative;overflow:hidden}.store-product-content{padding:0}.product-byline{margin-bottom:5px;font-size:10px}.store-product h2{-webkit-line-clamp:1;-webkit-box-orient:vertical;min-height:19px;font-size:16px;font-weight:700;line-height:1.35;display:-webkit-box;overflow:hidden}.store-product-description{-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:35px;margin:6px 0 10px;font-size:12px;line-height:1.45;display:-webkit-box;overflow:hidden}.store-product-bottom{gap:7px;padding-top:0}.store-price{font-size:16px;font-weight:700}.store-price span{margin-top:0;font-size:14px;display:inline-block}.store-price.has-offer strong{color:#111;margin-right:0;font-size:16px;font-weight:500}.store-price.has-offer del{color:#d32f2f;letter-spacing:0;font-size:13px;font-weight:500;text-decoration:line-through}.add-button{border-radius:6px;flex:none;width:44px;height:44px;padding:0}.product-add-controls{flex:none;align-items:center;gap:6px;display:inline-flex}.product-quantity{border:1px solid var(--store-accent);background:#fff;border-radius:6px;align-items:center;height:44px;display:inline-flex;overflow:hidden}.product-quantity button{background:var(--store-accent);color:#fff;cursor:pointer;border:0;place-items:center;width:36px;height:44px;transition:background .2s;display:grid}.product-quantity button:hover{background:#a60000}.product-quantity button:disabled{color:#c9bdb4;cursor:default;background:#f0f0f0}.product-quantity span{color:#1a1a1a;text-align:center;width:28px;font-size:16px;font-weight:700}.product-quantity button:focus-visible{outline:2px solid var(--store-accent);outline-offset:-2px;border-radius:50%}.offer-badge{color:#fff;letter-spacing:.015em;text-transform:uppercase;z-index:2;background:#28a745;border-radius:12px 0;padding:6px 12px;font-size:13px;font-weight:750;position:absolute;top:0;left:0;box-shadow:2px 2px 8px #00000026}@media (width<=1024px){.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.store-product-photo{aspect-ratio:1;height:auto}}@media (width<=540px){.product-grid{grid-template-columns:minmax(0,1fr)}.store-product{border:1px solid var(--store-line);background:#fff;border-radius:12px;grid-template-columns:minmax(0,1fr);padding:12px}.store-product-photo{aspect-ratio:1;height:auto;min-height:200px;box-shadow:none;border:none;border-radius:8px;margin-bottom:12px}.store-product-content{padding:0}.store-product h2{font-size:13px}.store-product-description{min-height:28px;margin:4px 0 6px}.store-product-bottom{padding-top:7px}.offer-badge{border-radius:12px 0;padding:4px 8px;font-size:11px;top:0;left:0}}.cart-regular-price{color:#97877f;margin-left:7px;font-size:11px;font-weight:450;display:inline-block}.summary-item b del{color:#97877f;text-align:right;margin-top:2px;font-size:9px;font-weight:450;display:block}.customer-app{isolation:isolate;background:#fff;position:relative}.customer-app>.customer-fireworks{z-index:2;opacity:.85;mix-blend-mode:normal;pointer-events:none;width:100vw;height:100vh;display:block;position:fixed;inset:0}.customer-app>.customer-nav{z-index:20}.customer-app>main,.customer-app>.customer-footer{z-index:1;position:relative}.customer-app .customer-store{background:0 0}.catalog-mode-banner{background:#ffffffe6;border:1px solid #f0ded0;border-radius:16px;align-items:center;gap:13px;margin:18px 0 2px;padding:13px 16px;display:flex}.catalog-mode-enabled{background:#f7fff8f0;border-color:#cce6d0}.catalog-mode-icon,.catalog-modal-mark{color:#c95034;background:#fff0e5;border-radius:13px;flex:0 0 40px;place-items:center;width:40px;height:40px;display:grid}.catalog-mode-enabled .catalog-mode-icon{color:#328047;background:#e6f6e9}.catalog-mode-copy{flex:1;gap:3px;min-width:0;display:grid}.catalog-mode-copy strong{color:#2b2521;font-size:13px}.catalog-mode-copy span{color:#817970;font-size:11px;line-height:1.45}.catalog-mode-button{color:#a8492f;min-height:37px;font:inherit;white-space:nowrap;cursor:pointer;background:#fff8f2;border:1px solid #e9d2c1;border-radius:999px;padding:0 15px;font-size:11px;font-weight:700}.catalog-mode-button:hover{background:#ffe9da}.catalog-mode-text-button{color:#887f78;font:inherit;cursor:pointer;background:0 0;border:0;font-size:11px}.catalog-modal-backdrop{z-index:80;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#261b1575;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.catalog-modal{background:#fffaf5;border:1px solid #f0e4da;border-radius:24px;width:min(100%,430px);padding:30px;position:relative;box-shadow:0 24px 70px #2b1c1238}.catalog-modal-close{color:#5c5149;cursor:pointer;background:#f5ece4;border:0;border-radius:50%;place-items:center;width:34px;height:34px;display:grid;position:absolute;top:15px;right:15px}.catalog-modal-mark{width:46px;height:46px;margin-bottom:18px}.catalog-modal .eyebrow{color:#c65c3d;letter-spacing:.15em;margin:0 0 7px;font-size:9px;font-weight:800}.catalog-modal h2{color:#30251f;letter-spacing:-.04em;margin:0 0 9px;font-size:23px}.catalog-modal>p:not(.eyebrow){color:#817970;margin:0 0 20px;font-size:12px;line-height:1.6}.catalog-modal form{gap:9px;display:grid}.catalog-modal label{color:#493d35;font-size:11px;font-weight:700}.catalog-modal input{color:#30251f;width:100%;height:45px;font:inherit;background:#fff;border:1px solid #e7dcd2;border-radius:12px;padding:0 13px;font-size:13px}.catalog-modal small{color:#958b82;margin-top:-3px;font-size:10px}.catalog-modal .store-button{margin-top:8px}.catalog-modal .store-button:disabled{opacity:.65;cursor:wait}.catalog-form-error{color:#c13b34;font-size:11px}@media (width<=640px){.catalog-mode-banner{flex-wrap:wrap;align-items:flex-start}.catalog-mode-copy{flex:calc(100% - 55px);padding-top:3px}.catalog-mode-button{margin-left:52px}.catalog-modal{padding:25px 21px}}.inside-store-page{place-items:center;width:min(100%,620px);min-height:min(690px,100vh - 145px);margin:0 auto;padding:48px 18px;display:grid}.inside-store-card{background:#fffaf5f5;border:1px solid #f0e1d4;border-radius:26px;width:100%;padding:clamp(25px,6vw,42px);box-shadow:0 18px 55px #4d2f1b1a}.inside-store-mark{color:#be4d30;background:#ffe9dc;border-radius:16px;place-items:center;width:50px;height:50px;margin-bottom:23px;display:grid}.inside-store-card .eyebrow{color:#c65c3d;letter-spacing:.14em;margin:0 0 9px;font-size:9px;font-weight:800}.inside-store-card h1{color:#2d241f;letter-spacing:-.055em;margin:0;font-size:clamp(29px,6vw,38px);line-height:1.1}.inside-store-intro{color:#817970;margin:13px 0 25px;font-size:13px;line-height:1.65}.inside-store-card form{gap:10px;display:grid}.inside-store-card label{color:#493d35;font-size:11px;font-weight:700}.inside-store-input{color:#a8492f;background:#fff;border:1px solid #e7dcd2;border-radius:13px;align-items:center;gap:10px;height:48px;padding:0 13px;display:flex}.inside-store-input:focus-within{border-color:#d98764;box-shadow:0 0 0 3px #d987641f}.inside-store-input input{color:#30251f;width:100%;height:100%;font:inherit;background:0 0;border:0;outline:none;font-size:14px}.inside-store-card small{color:#958b82;font-size:10px}.inside-store-card .store-button{margin-top:8px}.inside-store-card .store-button:disabled{opacity:.65;cursor:wait}.inside-store-footnote{color:#958b82;text-align:center;margin:18px 0 0;font-size:10px;line-height:1.5}.inside-store-success{color:#506d50;background:#f6fff6f5;border:1px solid #d7ebd8;border-radius:14px;justify-content:space-between;align-items:center;gap:14px;margin:12px 0 2px;padding:12px 16px;font-size:12px;line-height:1.45;display:flex}.inside-store-success strong{color:#38683a;margin-right:4px}.inside-store-success a{color:#417640;white-space:nowrap;align-items:center;gap:5px;font-weight:700;display:inline-flex}@media (width<=540px){.inside-store-page{min-height:calc(100vh - 125px);padding:24px 15px}.inside-store-card{border-radius:21px}.inside-store-success{flex-direction:column;align-items:flex-start}}@media (width<=800px){.customer-nav-inner,.store-links{gap:10px}.store-container{padding-inline:18px}.category-grid{gap:14px}.category-photo{margin-bottom:9px}.category-copy h3{font-size:17px}.category-explore-btn{min-height:38px;margin-top:7px;padding-inline:13px}.product-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.store-product{padding:10px}.store-product h2{font-size:14px}.store-product-description{min-height:0}.add-button,.product-quantity{min-height:42px}.product-quantity button{width:34px;min-height:42px}.cart-layout,.checkout-layout{gap:18px}.order-summary{padding:22px}.store-button{min-height:48px}.form-field input{height:48px;font-size:16px}}@media (width<=540px){.customer-nav-inner{flex-wrap:nowrap;align-items:center;gap:8px;min-width:0;height:60px;padding:0 10px}.store-brand{letter-spacing:-.04em;flex:1;gap:6px;min-width:0;font-size:13px}.store-brand>span:last-child{text-overflow:ellipsis;white-space:nowrap;min-width:0;display:block;overflow:hidden}.brand-mark{flex:0 0 27px;width:27px;height:27px}.store-links{flex:none;order:unset;justify-content:flex-end;gap:4px;margin-top:0;margin-left:auto}.mobile-search-toggle{color:#635f59;cursor:pointer;background:0 0;border:none;padding:5px;display:block!important}.search-form{align-items:center;display:flex;position:static}.search-input{display:none}.search-input.open{z-index:99;box-sizing:border-box;position:absolute;top:60px;left:0;box-shadow:0 6px 10px -2px #0000001a;border-left:none!important;border-right:none!important;border-radius:0!important;width:100%!important;padding:12px 20px!important;display:block!important}.store-links>a{display:none}.inside-store-button{min-height:40px;padding-inline:9px;font-size:10px}.cart-nav-button{justify-content:center;min-width:43px;height:40px;padding-inline:7px}.cart-nav-button>span:nth-child(2){display:none}.cart-count{min-width:18px;height:18px}.store-container{padding-inline:13px}.store-banner{aspect-ratio:1.75;border-radius:14px;margin-top:10px}.category-section{padding:20px 0 34px}.section-heading{margin-bottom:14px}.section-heading h2{font-size:21px}.section-aside{font-size:10px}.category-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.category-tile{background:#fffaf6;border:1px solid #f0e7df;border-radius:15px;min-width:0;padding:7px}.category-photo{aspect-ratio:1.18;border-radius:10px;height:auto;margin-bottom:6px}.category-copy{min-height:0;padding:3px 2px 4px}.category-copy h3{margin-bottom:0;font-size:13px;line-height:1.25}.category-explore-btn{min-height:34px;margin-top:5px;padding:4px 10px;font-size:11px}.category-copy p{font-size:11px}.category-page,.checkout-page{padding-top:14px;padding-bottom:30px}.breadcrumbs{gap:6px;font-size:12px}.catalog-toolbar{gap:8px;min-height:46px;font-size:9px}.back-link{font-size:13px}.category-head{align-items:flex-end;min-height:0;padding:20px 0}.category-head h1{font-size:clamp(27px,8vw,35px)}.category-description{max-width:230px;font-size:11px}.product-count{font-size:22px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.store-product{border-radius:14px;min-width:0;padding:8px;display:flex}.store-product-photo{aspect-ratio:1;border-radius:10px;width:100%;min-height:0;margin-bottom:7px}.store-product-content{min-height:0;padding:0}.store-product h2{-webkit-line-clamp:2;min-height:0;margin-bottom:7px;font-size:12px;line-height:1.3}.store-product-description{display:none}.store-product-bottom{flex-direction:column;align-items:flex-start;gap:7px;margin-top:auto}.store-price{gap:3px;font-size:13px}.store-price.has-offer strong{font-size:13px}.store-price.has-offer del{font-size:11px}.store-price span{font-size:10px}.product-add-controls{width:100%}.add-button{border-radius:10px;width:100%;height:40px;min-height:40px}.product-quantity{border-radius:10px;justify-content:space-between;width:100%;height:40px;min-height:40px}.product-quantity button{width:40px;height:40px;min-height:40px}.product-quantity span{flex:1;font-size:14px}.offer-badge{padding:4px 7px;font-size:9px}.page-title{padding:20px 0 16px}.page-title h1{font-size:32px}.page-title-count{font-size:9px}.cart-layout,.checkout-layout{gap:14px;padding-top:12px}.cart-line{grid-template-columns:66px minmax(0,1fr);grid-template-areas:"image info""actions actions";align-items:start;gap:10px 11px;padding:14px 0}.cart-line-image{grid-area:image}.cart-line-info{grid-area:info;min-width:0}.cart-line-info h2{font-size:14px;line-height:1.3}.cart-line-info p{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.cart-line-actions{flex-direction:row;grid-area:actions;justify-content:space-between;align-items:center;gap:10px;width:100%}.cart-line .remove-button{width:auto;min-width:42px;height:42px;padding-inline:11px}.cart-line .remove-button span{display:inline}.cart-line-image{width:66px;height:66px}.cart-line-meta{margin-bottom:10px;font-size:12px}.cart-line-controls{min-height:42px}.quantity-control{border-radius:10px;height:42px}.quantity-control button{width:38px;height:42px}.quantity-control span{min-width:30px}.remove-button{justify-content:center;width:42px;height:42px}.order-summary{border-radius:16px;padding:17px}.order-summary .eyebrow{margin-bottom:14px}.summary-total{padding-top:16px}.summary-total strong{font-size:21px}.checkout-steps{justify-content:space-between;gap:4px;font-size:8px}.checkout-steps i{width:12px}.form-grid{gap:12px}.form-field label{font-size:12px}.form-field input{height:50px;padding-inline:12px;font-size:16px}.checkout-summary{padding:16px}.catalog-modal-backdrop{align-items:end;padding:10px}.catalog-modal{border-radius:22px;max-height:calc(100dvh - 20px);padding:23px 19px;overflow-y:auto}.catalog-modal input{height:50px;font-size:16px}.catalog-modal .store-button{min-height:50px}.inside-store-page{min-height:calc(100dvh - 95px);padding:14px 12px}.inside-store-card{border-radius:18px;padding:22px 18px}.inside-store-mark{margin-bottom:16px}.inside-store-intro{margin:10px 0 18px;font-size:12px}.inside-store-input{height:50px}.inside-store-input input{font-size:16px}.inside-store-card .store-button{min-height:50px}.customer-footer-inner{gap:8px 10px}.footer-bottom{gap:8px}}@media (width<=360px){.store-brand{font-size:12px}.inside-store-button{padding-inline:7px;font-size:9px}.inside-store-button svg{width:13px;height:13px}.product-grid{grid-template-columns:minmax(0,1fr)}.store-product{grid-template-columns:92px minmax(0,1fr);align-items:stretch;gap:9px;display:grid}.store-product-photo{aspect-ratio:auto;height:100%;min-height:92px;margin:0}.store-product-content{min-width:0}.store-product-bottom{gap:5px}.add-button,.product-quantity,.product-quantity button{height:36px;min-height:36px}}
