:root{--black:#000;--white:#fff;--gray:#b4b4b4;--gray-light:#f5f5f5;--primary:#8d2c2a;--container:1320px;--header-h:72px;--topbar-h:36px;font-family:Inter,system-ui,sans-serif}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{color:var(--black);background:var(--white);line-height:1.5;overflow-x:hidden}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}ul{list-style:none}button,input{font:inherit}.container{width:min(100% - 32px, var(--container));margin-inline:auto}.top-bar,.top-footer{background:var(--black);color:var(--white);height:var(--topbar-h);text-align:center;align-items:center;font-size:13px;display:flex;overflow:hidden}.top-bar .swiper-slide,.top-footer .swiper-slide{height:var(--topbar-h);justify-content:center;align-items:center;display:flex}.top-bar .swiper,.top-footer .swiper{width:100%;height:100%;overflow:hidden}.opacity-menu{z-index:998;opacity:0;pointer-events:none;background:#0006;transition:opacity .3s;position:fixed;inset:0}body.menu-open .opacity-menu{opacity:1;pointer-events:auto}.header{z-index:999;background:var(--white);border-bottom:1px solid #eee;position:sticky;top:0}.header-inner{min-height:var(--header-h);grid-template-columns:auto 1fr auto;align-items:center;gap:16px;display:grid}.logo img{width:auto;height:40px}.menu-toggle{cursor:pointer;background:0 0;border:none;padding:8px;display:none}.header-nav{justify-content:center;display:flex}.nav-list{flex-wrap:wrap;align-items:center;gap:4px 24px;display:flex}.nav-link{letter-spacing:.02em;padding:8px 0;font-size:13px;font-weight:600}.nav-item{position:relative}.nav-dropdown{background:var(--white);opacity:0;visibility:hidden;z-index:10;border:1px solid #eee;min-width:180px;padding:8px 0;transition:all .2s;position:absolute;top:100%;left:0;transform:translateY(8px)}.nav-item:hover .nav-dropdown{opacity:1;visibility:visible;transform:translateY(0)}.nav-dropdown a{padding:8px 16px;font-size:13px;font-weight:500;display:block}.nav-dropdown a:hover{background:var(--gray-light)}.search-mobile{display:none}.header-actions{align-items:center;gap:12px;display:flex}.action-btn{align-items:center;padding:4px;display:flex;position:relative}.badge{background:var(--primary);min-width:18px;height:18px;color:var(--white);border-radius:50%;justify-content:center;align-items:center;padding:0 4px;font-size:10px;display:flex;position:absolute;top:-4px;right:-6px}.header-user{cursor:pointer;position:relative}.user-dropdown{background:var(--white);opacity:0;visibility:hidden;border:1px solid #eee;min-width:140px;padding:8px 0;transition:all .2s;position:absolute;top:100%;right:0}.header-user:hover .user-dropdown{opacity:1;visibility:visible}.user-dropdown a{padding:8px 16px;font-size:13px;display:block}.main-content{min-height:80vh}.page-title{text-transform:uppercase;text-align:center;letter-spacing:.05em;padding:40px 0 24px;font-size:28px;font-weight:700}.home-slider{width:100%}.home-slider img{aspect-ratio:2000/938;object-fit:cover;width:100%;height:auto}.section-coupons{padding:32px 0}.coupon-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px;display:grid}.coupon-card{border:1px dashed #ccc;border-radius:8px;align-items:center;gap:12px;padding:12px;display:flex}.coupon-card img{border-radius:4px;flex-shrink:0}.coupon-title{font-size:18px;font-weight:700}.coupon-desc{color:#666;margin:4px 0 8px;font-size:12px}.coupon-code-row{justify-content:space-between;align-items:center;gap:8px;font-size:13px;display:flex}.btn-copy{background:var(--primary);color:var(--white);cursor:pointer;white-space:nowrap;border:none;border-radius:4px;padding:6px 12px;font-size:12px}.btn-copy:hover{opacity:.9}.section-head{justify-content:space-between;align-items:baseline;gap:16px;margin-bottom:24px;display:flex}.section-head h2{text-transform:uppercase;font-size:22px;font-weight:700}.section-head a{white-space:nowrap;font-size:13px;text-decoration:underline}.section-block{padding:40px 0}.tab-list{border-bottom:1px solid #eee;flex-wrap:wrap;gap:8px 24px;margin-bottom:24px;padding-bottom:12px;display:flex}.tab-btn{cursor:pointer;opacity:.5;background:0 0;border:none;border-bottom:2px solid #0000;padding:4px 0;font-size:14px;font-weight:600}.tab-btn.active,.tab-btn:hover{opacity:1;border-bottom-color:var(--primary)}.tab-panel.hidden{display:none}.product-grid{grid-template-columns:repeat(2,1fr);gap:16px;display:grid}@media (width>=576px){.product-grid{grid-template-columns:repeat(3,1fr)}}@media (width>=992px){.product-grid{grid-template-columns:repeat(4,1fr);gap:24px}}@media (width>=1200px){.product-grid{grid-template-columns:repeat(5,1fr)}}.product-card{position:relative}.product-thumb{aspect-ratio:1;background:var(--gray-light);margin-bottom:12px;position:relative;overflow:hidden}.product-thumb img{object-fit:cover;width:100%;height:100%;transition:transform .4s}.product-card:hover .product-thumb img{transform:scale(1.05)}.product-actions{opacity:0;gap:8px;transition:opacity .3s;display:flex;position:absolute;bottom:12px;left:50%;transform:translate(-50%)}.product-card:hover .product-actions{opacity:1}.btn-icon{background:var(--black);width:36px;height:36px;color:var(--white);cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;font-size:14px;display:flex}.sale-badge{background:var(--primary);color:var(--white);padding:2px 6px;font-size:11px;position:absolute;top:8px;left:8px}.product-title{-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;margin-bottom:4px;font-size:14px;font-weight:500;display:-webkit-box;overflow:hidden}.color-count{color:var(--gray);font-size:12px}.product-price{font-size:14px;font-weight:600}.price-compare{color:var(--gray);margin-left:6px;font-weight:400;text-decoration:line-through}.styling-grid{grid-template-columns:1fr;gap:24px;display:grid}@media (width>=768px){.styling-grid{grid-template-columns:1fr 1fr}}.styling-set{grid-template-columns:1fr 1fr;align-items:end;gap:12px;display:grid}.styling-set img{aspect-ratio:3/4;object-fit:cover;width:100%}.styling-items{flex-direction:column;gap:12px;display:flex}.styling-item{align-items:center;gap:12px;font-size:13px;display:flex}.styling-item img{object-fit:cover;width:64px;height:64px}.about-section{align-items:center;gap:32px;padding:48px 0;display:grid}@media (width>=768px){.about-section{grid-template-columns:1fr 1fr}}.about-text{font-size:15px;line-height:1.7}.about-text b{font-weight:700}.btn-outline{border:1px solid var(--black);letter-spacing:.05em;margin-top:16px;padding:12px 32px;font-size:13px;font-weight:600;display:inline-block}.btn-outline:hover{background:var(--primary);border-color:var(--primary);color:var(--white)}.instagram-grid{grid-template-columns:repeat(2,1fr);gap:8px;display:grid}@media (width>=768px){.instagram-grid{grid-template-columns:repeat(4,1fr)}}.instagram-grid a{aspect-ratio:4/5;display:block;overflow:hidden}.instagram-grid img{object-fit:cover;width:100%;height:100%}.shop-layout{padding-bottom:48px}.shop-toolbar{flex-wrap:wrap;justify-content:space-between;gap:12px;margin-bottom:24px;font-size:14px;display:flex}.shop-filters select{background:var(--white);border:1px solid #ddd;padding:8px 12px}.product-detail{gap:32px;padding:32px 0 48px;display:grid}@media (width>=992px){.product-detail{grid-template-columns:1fr 1fr;gap:48px}}.product-gallery img{aspect-ratio:1;object-fit:cover;background:var(--gray-light);width:100%}.product-detail h1{margin-bottom:12px;font-size:24px;font-weight:600}.product-detail .price-lg{margin-bottom:20px;font-size:20px;font-weight:700}.variant-label{margin-bottom:8px;font-size:13px;font-weight:600}.variant-options{flex-wrap:wrap;gap:8px;margin-bottom:20px;display:flex}.variant-btn{background:var(--white);cursor:pointer;border:1px solid #ddd;min-width:40px;padding:8px 14px}.variant-btn.active{border-color:var(--primary);background:var(--primary);color:var(--white)}.variant-btn:disabled{color:#aaa09e;cursor:not-allowed;background:#f5f2f1;border-color:#e8e3e1;text-decoration:line-through}.qty-row{align-items:center;gap:12px;margin-bottom:20px;display:flex}.qty-control{border:1px solid #ddd;display:flex}.qty-control button{background:var(--gray-light);cursor:pointer;border:none;width:36px;height:36px}.qty-control input{text-align:center;border:none;border-left:1px solid #ddd;border-right:1px solid #ddd;width:48px}.btn-primary{background:var(--primary);width:100%;color:var(--white);letter-spacing:.05em;cursor:pointer;text-transform:uppercase;border:none;padding:14px;font-size:14px;font-weight:600;display:block}.btn-primary:hover{opacity:.85}.cart-page{padding-bottom:48px}.cart-layout{gap:32px;display:grid}@media (width>=992px){.cart-layout{grid-template-columns:1fr 360px}}.cart-table{border-collapse:collapse;width:100%}.cart-table th,.cart-table td{text-align:left;border-bottom:1px solid #eee;padding:16px 8px;font-size:14px}.cart-product{align-items:center;gap:12px;display:flex}.cart-product img{object-fit:cover;width:80px;height:80px}.cart-empty{text-align:center;color:#666;padding:64px 0}.btn-remove{cursor:pointer;background:0 0;border:none;padding:4px 8px;font-size:24px;line-height:1}.btn-remove:hover{color:#c00}.cart-summary{background:var(--gray-light);padding:24px}.cart-summary h3{margin-bottom:16px;font-size:16px}.summary-row{justify-content:space-between;margin-bottom:8px;font-size:14px;display:flex}.summary-total{border-top:1px solid #ddd;margin:16px 0;padding-top:16px;font-size:18px;font-weight:700}.auth-page{max-width:440px;margin:0 auto;padding:48px 0 64px}.auth-page h1{text-align:center;margin-bottom:32px;font-size:24px}.form-group{margin-bottom:16px}.form-group label{margin-bottom:6px;font-size:13px;font-weight:600;display:block}.form-group input{border:1px solid #ddd;width:100%;padding:12px}.form-group input:focus{outline:2px solid var(--primary);border-color:#0000}.auth-link{text-align:center;margin-top:16px;font-size:14px}.auth-link a{text-decoration:underline}.auth-status{color:#a12a2d;min-height:20px;margin:8px 0;font-size:13px}.cart-checkout-link{justify-content:center;align-items:center;text-decoration:none;display:flex}.checkout-page{padding-bottom:64px}.checkout-layout{gap:28px;display:grid}.checkout-form,.checkout-summary{background:#faf7f6;padding:24px}.checkout-form h2,.checkout-summary h2{margin-bottom:20px;font-size:20px}.checkout-form label{gap:7px;margin-bottom:16px;font-size:13px;font-weight:700;display:grid}.checkout-form input,.checkout-form textarea{width:100%;font:inherit;border:1px solid #ddd;border-radius:4px;padding:12px}.checkout-form-grid{gap:0 16px;display:grid}.checkout-items{gap:14px;margin-bottom:20px;display:grid}.checkout-item{grid-template-columns:54px minmax(0,1fr) auto;align-items:center;gap:12px;display:grid}.checkout-item img{object-fit:cover;width:54px;height:54px}.checkout-item span{min-width:0;font-size:13px;display:grid}.checkout-item small{color:#756b68;margin-top:4px}.checkout-item strong{font-size:13px}.checkout-success{text-align:center}.checkout-success>span{color:#fff;background:#8d2c2a;border-radius:50%;place-items:center;width:64px;height:64px;margin:0 auto 20px;font-size:30px;display:grid}.checkout-success .btn-primary,.checkout-empty .btn-primary{margin-top:20px;text-decoration:none;display:inline-flex}.membership-stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:28px;display:grid}.membership-stats article{text-align:center;background:#faf7f6;gap:5px;padding:18px 12px;display:grid}.membership-stats b{color:#8d2c2a;font-size:20px}.membership-stats span{color:#756b68;font-size:12px}.membership-orders{gap:8px;margin-top:14px;display:grid}.membership-orders article{border:1px solid #eee;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:14px;padding:14px;display:grid}.membership-orders span{display:grid}.membership-orders small{color:#756b68}.membership-orders em{color:#8d2c2a;background:#f4e9e6;padding:4px 8px;font-size:11px;font-style:normal}@media (width>=760px){.checkout-layout{grid-template-columns:minmax(0,1.25fr) minmax(300px,.75fr)}.checkout-form-grid{grid-template-columns:1fr 1fr}}@media (width<=759px){.cart-page{width:100%;padding-inline:14px}.cart-table,.cart-table tbody{width:100%;display:block}.cart-table thead{display:none}.cart-table tr{border-bottom:1px solid #eee;grid-template-columns:minmax(0,1fr) auto;gap:10px 12px;width:100%;padding:14px 0;display:grid;position:relative}.cart-table td{border:0;align-items:center;min-width:0;padding:0;display:flex}.cart-product-cell{grid-column:1/-1;padding-right:34px!important}.cart-product{align-items:flex-start;min-width:0}.cart-product img{flex:none;width:76px;height:76px}.cart-product>div{overflow-wrap:anywhere;min-width:0}.cart-price-cell:before,.cart-total-cell:before{content:attr(data-label) ": ";color:#756b68}.cart-qty-cell{grid-column:1}.cart-total-cell{grid-column:2;justify-content:flex-end}.cart-price-cell{grid-column:1/-1;font-size:12px!important}.cart-remove-cell{position:absolute;top:12px;right:0}.cart-summary{width:100%;padding:20px 16px;overflow:hidden}.summary-row{gap:14px}.summary-row>:last-child{text-align:right;overflow-wrap:anywhere;min-width:0}.checkout-page{padding-inline:14px}.checkout-form,.checkout-summary{padding:18px 14px}.membership-stats{grid-template-columns:1fr}.membership-orders article{grid-template-columns:1fr auto}.membership-orders em{grid-column:1/-1;justify-self:start}}.content-page{max-width:800px;margin:0 auto;padding:32px 0 64px}.content-page h1{margin-bottom:24px;font-size:24px}.content-page p{margin-bottom:16px;line-height:1.7}.footer{background:var(--gray-light);padding-top:40px}.footer-grid{gap:32px;padding-bottom:32px;display:grid}@media (width>=992px){.footer-grid{grid-template-columns:repeat(3,1fr)}}.footer-title{text-transform:uppercase;margin-bottom:12px;font-size:14px;font-weight:700}.footer-info,.footer-contact,.footer-links{font-size:13px;line-height:1.8}.footer-info li,.footer-links li{margin-bottom:4px}.bct-badge{margin:16px 0}.social-links{gap:16px;margin-bottom:20px;font-size:13px;font-weight:600;display:flex}.copyright{text-align:center;border-top:1px solid #ddd;padding:16px 0;font-size:13px}.backtop{background:var(--primary);width:44px;height:44px;color:var(--white);opacity:0;pointer-events:none;z-index:100;border-radius:50%;justify-content:center;align-items:center;font-size:20px;transition:opacity .3s;display:flex;position:fixed;bottom:26px;right:88px}.backtop.visible{opacity:1;pointer-events:auto}.hide-mobile{display:flex}@media (width<=991px){.hide-mobile{display:none!important}.menu-toggle{display:block}.header-inner{grid-template-columns:auto 1fr auto}.header-nav{background:var(--white);z-index:1000;flex-direction:column;align-items:stretch;width:min(320px,85vw);height:100vh;padding:80px 24px 24px;transition:transform .3s;position:fixed;top:0;left:0;overflow-y:auto;transform:translate(-100%)}body.menu-open .header-nav{transform:translate(0)}.nav-list{flex-direction:column;align-items:flex-start;gap:0}.nav-link{padding:12px 0;font-size:15px;display:block}.nav-dropdown{opacity:1;visibility:visible;border:none;padding-left:16px;display:none;position:static;transform:none}.nav-item.has-dropdown.open .nav-dropdown{display:block}.search-mobile{gap:8px;width:100%;margin-bottom:16px;display:flex}.search-mobile input{border:1px solid #ddd;flex:1;padding:10px 12px}.search-mobile button{background:var(--primary);color:var(--white);cursor:pointer;border:none;padding:10px 14px}.section-coupons .coupon-grid{display:none}}body.ecard-page-active .top-bar,body.ecard-page-active .header,body.ecard-page-active .top-footer,body.ecard-page-active .footer,body.ecard-page-active .backtop,body.ecard-page-active .opacity-menu,body.ecard-page-active .float-contact-wrapper{display:none!important}.float-contact-wrapper{bottom:calc(86px + env(safe-area-inset-bottom));z-index:999;width:48px;height:48px;position:fixed;right:16px}.main-float-btn{background:var(--primary);width:48px;height:48px;color:var(--white);cursor:pointer;z-index:10;border:none;border-radius:50%;justify-content:center;align-items:center;transition:transform .3s,background-color .3s;display:flex;position:absolute;bottom:0;right:0;box-shadow:0 4px 16px #8d2c2a66}.main-float-btn:hover{transform:scale(1.05)}.main-float-btn svg{z-index:2;transition:transform .3s}.main-float-btn .close-icon{display:none}.pulse-wave{background:var(--primary);opacity:.6;z-index:1;pointer-events:none;border-radius:50%;animation:2s ease-out infinite wave-pulse;position:absolute;inset:0}.pulse-wave.wave-2{animation-delay:.6s}.pulse-wave.wave-3{animation-delay:1.2s}@keyframes wave-pulse{0%{opacity:.6;transform:scale(1)}to{opacity:0;transform:scale(2.2)}}.float-contact-sub-buttons{opacity:0;visibility:hidden;z-index:5;flex-direction:column;gap:12px;transition:opacity .3s,transform .3s,visibility .3s;display:flex;position:absolute;bottom:60px;right:2px;transform:translateY(20px)}.float-contact-wrapper.active .float-contact-sub-buttons{opacity:1;visibility:visible;transform:translateY(0)}.float-contact-wrapper.active .main-float-btn{background:#333;box-shadow:0 4px 12px #0003}.float-contact-wrapper.active .main-float-btn .chat-icon{display:none!important}.float-contact-wrapper.active .main-float-btn .close-icon{display:block!important}.float-contact-wrapper.active .pulse-wave{opacity:0;animation:none}.sub-float-btn{width:44px;height:44px;box-shadow:none;background:0 0;border:0;justify-content:center;align-items:center;transition:transform .2s;display:flex}.sub-float-btn:hover{transform:scale(1.1)}.sub-float-btn img{object-fit:contain;width:44px;height:44px;display:block}.sub-float-btn[type=button]{cursor:pointer;padding:0}@media (width>=900px){.float-contact-wrapper{bottom:24px;right:24px}}:root{--store-primary:#8d2a2c;--store-primary-dark:#6f2022;--store-primary-soft:#f2e4e2;--store-paper:#fcf9f7;--store-white:#fff;--store-ink:#211c1c;--store-muted:#726969;--store-line:#e9deda;--store-shadow:0 14px 34px #531f201a;--store-shadow-soft:0 8px 24px #531f2012}body{background:var(--store-paper);color:var(--store-ink);padding-bottom:88px}#app-shell{background:var(--store-paper);width:min(100%,480px);min-height:100vh;margin:0 auto;position:relative}.store-topbar{z-index:40;-webkit-backdrop-filter:blur(14px);background:#fcf9f7eb;border-bottom:1px solid #8d2a2c14;justify-content:space-between;align-items:center;gap:12px;padding:14px 16px 12px;display:flex;position:sticky;top:0}.store-brand{align-items:center;gap:10px;min-width:0;display:flex}.store-brand-mark{background:0 0;border-radius:14px;flex:none;place-items:center;width:42px;height:42px;padding:0;display:grid;overflow:hidden;box-shadow:0 8px 18px #8d2a2c3d}.store-brand-mark img{object-fit:cover;border-radius:inherit;width:100%;height:100%}.store-brand-copy{min-width:0;line-height:1.08;display:block}.store-brand-copy b{letter-spacing:-.02em;font-size:16px;display:block}.store-brand-copy span{color:var(--store-muted);white-space:nowrap;margin-top:4px;font-size:11px;display:block}.store-icon-btn{background:var(--store-white);width:42px;height:42px;color:var(--store-ink);box-shadow:var(--store-shadow-soft);border-radius:14px;flex:none;place-items:center;display:grid;position:relative}.store-cart-count{border:2px solid var(--store-white);background:var(--store-primary);color:#fff;border-radius:99px;place-items:center;min-width:17px;height:17px;padding:0 4px;font-size:9px;font-weight:800;display:grid;position:absolute;top:5px;right:5px}.store-home,.store-page{box-sizing:border-box;width:100%;padding:12px 16px 32px}.store-hero{isolation:isolate;background:var(--store-primary);color:#fff;border-radius:28px;min-height:340px;position:relative;overflow:hidden;box-shadow:0 18px 34px #8d2a2c33}.store-hero.store-hero-clean{aspect-ratio:1200/630;background:var(--store-surface);min-height:0}.store-hero-clean:before,.store-hero-clean:after{display:none}.store-sr-only{clip:rect(0, 0, 0, 0)!important;white-space:nowrap!important;border:0!important;width:1px!important;height:1px!important;margin:-1px!important;padding:0!important;position:absolute!important;overflow:hidden!important}.store-hero:before,.store-hero:after{content:"";z-index:1;pointer-events:none;border:1px solid #ffffff24;border-radius:50%;position:absolute}.store-hero:before{width:230px;height:230px;top:-100px;right:-104px}.store-hero:after{width:170px;height:170px;bottom:-82px;right:-58px}.store-hero-cover,.store-hero-shade{width:100%;height:100%;position:absolute;inset:0}.store-hero-cover{z-index:-2;object-fit:cover;animation:1.1s both store-hero-settle;transform:scale(1.015)}.store-hero-clean .store-hero-cover{z-index:0;object-position:center;animation:none;transform:none}.store-hero-shade{z-index:-1;background:radial-gradient(circle at 86% 8%,#ffffff2e,#0000 34%),linear-gradient(95deg,#531315f0 0%,#6f2022db 54%,#4b14166b 100%)}.store-hero-content{z-index:2;padding:24px 20px;position:relative}.store-eyebrow{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#ffffff24;border:1px solid #ffffff29;border-radius:999px;align-items:center;gap:7px;padding:8px 11px;font-size:12px;font-weight:750;display:inline-flex}.store-hero h1{letter-spacing:-.055em;max-width:300px;margin:18px 0 12px;font-size:clamp(31px,8.5vw,36px);line-height:1.04}.store-hero p{color:#ffffffd6;max-width:290px;margin:0;font-size:14px;line-height:1.55}.store-hero-actions{gap:10px;margin-top:20px;display:flex}.store-hero-actions.store-hero-actions-corner{z-index:2;justify-content:flex-end;gap:8px;margin:0;position:absolute;bottom:14px;right:14px}.store-hero-actions-corner .store-btn{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:14px;min-height:30px;padding:0 7px;font-size:10px;box-shadow:0 8px 22px #2d0d0e33}.store-hero-actions-corner .store-btn-ghost{background:#3411128f;border-color:#ffffffb8}.store-hero-actions-corner .store-btn-primary{background:#fffffff0}.store-btn{text-align:center;-webkit-tap-highlight-color:transparent;border:0;border-radius:14px;justify-content:center;align-items:center;gap:8px;min-height:46px;padding:0 16px;font-weight:800;transition:transform .18s,box-shadow .18s,background .18s;display:inline-flex}.store-btn:active{transform:scale(.97)}.store-btn-primary{background:var(--store-white);color:var(--store-primary);box-shadow:0 10px 24px #2f0a0b2e}.store-btn-ghost{color:#fff;background:#ffffff1a;border:1px solid #ffffff2e}.store-mini-badges{color:#ffffffe6;flex-wrap:wrap;gap:7px 10px;margin-top:18px;font-size:11px;display:flex}.store-section{margin-top:30px}.store-section-head{justify-content:space-between;align-items:flex-end;gap:12px;margin-bottom:14px;display:flex}.store-section-head h2{letter-spacing:-.035em;margin:0;font-size:22px;line-height:1.1}.store-section-head p{color:var(--store-muted);margin:5px 0 0;font-size:12px}.store-more{color:var(--store-primary);flex:none;font-size:13px;font-weight:800}.store-chips{scrollbar-width:none;gap:8px;margin-right:-16px;padding:1px 16px 9px 1px;display:flex;overflow-x:auto}.store-chips::-webkit-scrollbar{display:none}.store-chip{border:1px solid var(--store-line);background:var(--store-white);color:var(--store-muted);border-radius:999px;flex:none;padding:10px 14px;font-size:13px;font-weight:700;transition:all .18s}.store-chip.active{border-color:var(--store-primary);background:var(--store-primary);color:#fff;box-shadow:0 8px 18px #8d2a2c2e}.store-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.store-product-card{background:var(--store-white);min-width:0;box-shadow:var(--store-shadow-soft);border:1px solid #8d2a2c14;border-radius:20px;transition:opacity .42s,transform .42s,box-shadow .2s;overflow:hidden}.store-product-card.reveal-ready{opacity:0;transform:translateY(10px)}.store-product-card.reveal-ready.is-visible{opacity:1;transform:none}.store-product-card[hidden]{display:none!important}.store-product-visual{aspect-ratio:1/1.12;background:#f5efec;position:relative;overflow:hidden}.store-product-visual>a,.store-product-visual img{width:100%;height:100%;display:block}.store-product-visual img{object-fit:cover;transition:transform .35s}.store-product-card:active .store-product-visual img,.store-product-card:hover .store-product-visual img{transform:scale(1.035)}.store-product-tag{z-index:2;max-width:calc(100% - 54px);color:var(--store-primary);text-overflow:ellipsis;white-space:nowrap;background:#ffffffeb;border-radius:999px;padding:7px 9px;font-size:9px;font-weight:900;position:absolute;top:10px;left:10px;overflow:hidden;box-shadow:0 5px 16px #3d18191a}.store-heart{z-index:2;width:34px;height:34px;color:var(--store-ink);background:#fffffff0;border:0;border-radius:12px;place-items:center;transition:all .18s;display:grid;position:absolute;top:9px;right:9px;box-shadow:0 5px 16px #3d181917}.store-heart.active{background:var(--store-primary);color:#fff;transform:scale(1.04)}.store-product-info{padding:12px}.store-product-info h3{letter-spacing:-.015em;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;min-height:36px;margin:0;font-size:14px;line-height:1.3;display:-webkit-box;overflow:hidden}.store-product-meta{min-height:30px;color:var(--store-muted);-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;margin-top:7px;font-size:10px;line-height:1.4;display:-webkit-box;overflow:hidden}.store-price-row{justify-content:space-between;align-items:flex-end;gap:6px;margin-top:10px;display:flex}.store-price{color:var(--store-primary);letter-spacing:-.02em;font-size:clamp(13px,3.6vw,16px);font-weight:900}.store-old-price{color:#a29793;font-size:9px;text-decoration:line-through;display:block}.store-mini-cart{background:var(--store-primary-soft);width:34px;height:34px;color:var(--store-primary);border:0;border-radius:12px;flex:none;place-items:center;font-size:18px;font-weight:700;display:grid}.store-mini-cart:disabled{opacity:.65}.store-custom-box{background:var(--store-white);box-shadow:var(--store-shadow);border:1px solid #ead8d5;border-radius:26px;padding:18px;overflow:hidden}.store-custom-banner{background:linear-gradient(135deg,#f7eae7,#f1d8d4);border-radius:20px;min-height:190px;padding:18px;position:relative;overflow:hidden}.store-custom-banner:after{content:"";border:30px solid #8d2a2c0f;border-radius:50%;width:150px;height:150px;position:absolute;bottom:-60px;right:-42px}.store-custom-icon{background:var(--store-primary);color:#fff;border-radius:15px;place-items:center;width:46px;height:46px;display:grid;box-shadow:0 9px 20px #8d2a2c38}.store-custom-banner h3{z-index:1;letter-spacing:-.04em;max-width:300px;margin:14px 0 8px;font-size:23px;line-height:1.07;position:relative}.store-custom-banner p{z-index:1;color:#675b59;max-width:300px;margin:0;font-size:13px;line-height:1.5;position:relative}.store-steps{grid-template-columns:repeat(3,1fr);gap:8px;margin-top:14px;display:grid}.store-steps>div{border:1px solid var(--store-line);background:var(--store-paper);color:var(--store-muted);text-align:center;border-radius:14px;padding:12px 6px;font-size:11px;line-height:1.35}.store-steps b{background:var(--store-primary-soft);width:25px;height:25px;color:var(--store-primary);border-radius:9px;place-items:center;margin:0 auto 7px;font-size:11px;display:grid}.store-custom-cta{background:var(--store-primary);color:#fff;width:100%;margin-top:14px;box-shadow:0 10px 22px #8d2a2c33}.store-benefits{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.store-benefit{border:1px solid var(--store-line);background:var(--store-white);border-radius:18px;min-width:0;min-height:118px;padding:14px}.store-benefit-icon{background:var(--store-primary-soft);width:36px;height:36px;color:var(--store-primary);border-radius:12px;place-items:center;margin-bottom:10px;font-size:18px;font-weight:800;display:grid}.store-benefit b{font-size:13px;display:block}.store-benefit span{color:var(--store-muted);margin-top:5px;font-size:11px;line-height:1.4;display:block}.store-bottom-nav{z-index:50;width:min(100%,480px);padding:10px 14px calc(10px + env(safe-area-inset-bottom));-webkit-backdrop-filter:blur(16px);background:#fcf9f7f0;border-top:1px solid #8d2a2c1a;grid-template-columns:repeat(5,minmax(0,1fr));gap:4px;display:grid;position:fixed;bottom:0;left:50%;transform:translate(-50%)}.store-nav-item{color:#8e8280;flex-direction:column;align-items:center;gap:4px;min-width:0;padding:5px 0;font-size:9px;font-weight:700;display:flex}.store-nav-item svg{width:21px;height:21px}.store-nav-item.active{color:var(--store-primary)}.store-toast{z-index:60;color:#fff;opacity:0;pointer-events:none;background:#231c1c;border-radius:14px;width:calc(min(100%,480px) - 32px);padding:12px 14px;font-size:12px;transition:all .24s;position:fixed;bottom:92px;left:50%;transform:translate(-50%,20px);box-shadow:0 12px 30px #0000002e}.store-toast.show{opacity:1;transform:translate(-50%)}.store-home-loading,.store-state-card{min-height:56vh;color:var(--store-muted);text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:48px 24px;display:flex}.store-loading-dot{background:var(--store-primary);border-radius:50%;width:12px;height:12px;margin-bottom:14px;animation:1.4s infinite store-pulse;box-shadow:0 0 #8d2a2c66}.store-state-card h1{color:var(--store-ink);margin:12px 0 6px;font-size:24px}.store-state-icon{background:var(--store-primary-soft);width:48px;height:48px;color:var(--store-primary);border-radius:16px;place-items:center;font-size:24px;font-weight:900;display:grid}.store-page-heading{background:linear-gradient(145deg, var(--store-primary), var(--store-primary-dark));color:#fff;box-shadow:var(--store-shadow);border-radius:24px;margin-bottom:20px;padding:15px 18px}.store-eyebrow-light{color:#ffffffc7;-webkit-backdrop-filter:none;backdrop-filter:none;background:0 0;border:0;padding:0}.store-page-heading h1{letter-spacing:-.045em;margin:5px 0;font-size:30px;line-height:1.08}.store-page-heading p{color:#ffffffc2;margin:0;font-size:13px}.store-shop-toolbar{color:var(--store-muted);justify-content:space-between;align-items:center;gap:12px;margin-bottom:14px;font-size:12px;display:flex}.store-shop-toolbar select{border:1px solid var(--store-line);background:var(--store-white);max-width:150px;color:var(--store-ink);border-radius:12px;padding:9px 30px 9px 11px;font-size:12px}.store-empty{color:var(--store-muted);text-align:center;grid-column:1/-1;padding:34px 16px}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.product-detail,.cart-layout{grid-template-columns:1fr!important}body.ecard-page-active{padding-bottom:0}body.ecard-page-active #app-shell{width:100%;max-width:none;box-shadow:none;background:0 0;border-radius:0;margin:0}body.ecard-page-active .store-topbar,body.ecard-page-active .store-bottom-nav,body.ecard-page-active .store-toast{display:none!important}@keyframes store-pulse{70%{box-shadow:0 0 0 10px #8d2a2c00}to{box-shadow:0 0 #8d2a2c00}}@keyframes store-hero-settle{0%{opacity:.55;transform:scale(1.08)}to{opacity:1;transform:scale(1.015)}}@media (width<=360px){.store-home,.store-page{padding-inline:12px}.store-hero-content{padding-inline:16px}.store-hero-actions:not(.store-hero-actions-corner){flex-direction:column;align-items:stretch}.store-hero-actions.store-hero-actions-corner{gap:6px;bottom:8px;right:8px}.store-hero-actions-corner .store-btn{border-radius:11px;min-height:36px;padding-inline:10px;font-size:10px}.store-product-grid{gap:8px}.store-product-info{padding:10px}.store-product-tag{top:7px;left:7px}.store-heart{top:6px;right:6px}}@media (width>=600px){body{padding:24px 0 100px}#app-shell{border-radius:30px;overflow:hidden;box-shadow:0 22px 60px #4520201a}.store-bottom-nav{border:1px solid #8d2a2c1a;border-radius:20px;width:448px;bottom:18px}}@media (prefers-reduced-motion:reduce){.store-product-card,.store-hero-cover,.store-loading-dot,.store-btn,.store-toast{transition:none!important;animation:none!important}.store-product-card.reveal-ready{opacity:1;transform:none}}.store-hero-slider .store-hero-slides,.store-hero-slider .store-hero-slide{position:absolute;inset:0}.store-hero-slider .store-hero-slide{opacity:0;pointer-events:none;transition:opacity .45s}.store-hero-slider .store-hero-slide.is-active{opacity:1;pointer-events:auto}.store-hero-slider .store-hero-cover{position:absolute;inset:0}.store-hero-dots{z-index:3;gap:7px;display:flex;position:absolute;bottom:18px;left:18px}.store-hero-dots button{background:#ffffff9e;border:0;border-radius:99px;width:8px;height:8px;padding:0;transition:width .2s,background .2s;box-shadow:0 2px 8px #2d0d0e38}.store-hero-dots button.is-active{background:var(--store-white);width:24px}.store-coupon-section .coupon-grid{grid-template-columns:repeat(auto-fit,minmax(min(100%,300px),1fr))}.store-coupon-section .coupon-card{background:var(--store-white);box-shadow:var(--store-shadow-soft);border-color:#8d2a2c47;border-radius:18px}.store-about-section{border:1px solid var(--store-line);background:var(--store-white);box-shadow:var(--store-shadow-soft);border-radius:26px;overflow:hidden}.store-about-media{aspect-ratio:4/3;overflow:hidden}.store-about-media img{object-fit:cover;width:100%;height:100%;display:block}.store-about-copy{padding:22px}.store-about-eyebrow{color:var(--store-primary);letter-spacing:.14em;font-size:11px;font-weight:850}.store-about-copy h2{letter-spacing:-.04em;margin:8px 0 10px;font-size:25px}.store-about-copy p{color:var(--store-muted);white-space:pre-line;margin:0 0 16px;font-size:13px;line-height:1.7}.store-about-copy .store-more{align-items:center;gap:6px;display:inline-flex}.store-instagram-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.store-instagram-grid a{aspect-ratio:1;background:var(--store-paper);border-radius:16px;overflow:hidden}.store-instagram-grid img{object-fit:cover;width:100%;height:100%;transition:transform .25s;display:block}@media (width>=700px){.store-about-section{grid-template-columns:minmax(0,1.05fr) minmax(300px,.95fr);align-items:stretch;display:grid}.store-about-media{aspect-ratio:auto;min-height:360px}.store-about-copy{flex-direction:column;justify-content:center;padding:42px;display:flex}.store-instagram-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}}@media (hover:hover){.store-instagram-grid a:hover img{transform:scale(1.035)}}@media (prefers-reduced-motion:reduce){.store-hero-slider .store-hero-slide,.store-instagram-grid img{transition:none}}.store-desktop-nav,.store-desktop-footer,.store-desktop-action{display:none}.store-header-actions{align-items:center;gap:10px;display:flex}@media (width>=900px){body{background:var(--store-paper);padding:0}#app-shell{width:100%;max-width:none;box-shadow:none;border-radius:0;overflow:visible}.store-topbar{background:#fcf9f7f5;grid-template-columns:minmax(190px,auto) minmax(0,1fr) minmax(150px,auto);gap:26px;min-height:78px;padding:13px max(28px,50% - 600px);display:grid}.store-brand-mark{width:46px;height:46px}.store-brand-copy b{font-size:18px}.store-brand-copy span{font-size:12px}.store-desktop-nav{justify-content:center;align-items:center;gap:clamp(18px,2.3vw,34px);display:flex}.store-desktop-nav-link{color:var(--store-muted);white-space:nowrap;padding:12px 0;font-size:13px;font-weight:750;transition:color .18s;position:relative}.store-desktop-nav-link:after{content:"";background:var(--store-primary);border-radius:99px;height:2px;transition:transform .18s;position:absolute;bottom:6px;left:0;right:0;transform:scaleX(0)}.store-desktop-nav-link:hover,.store-desktop-nav-link.active{color:var(--store-primary)}.store-desktop-nav-link:hover:after,.store-desktop-nav-link.active:after{transform:scaleX(1)}.store-desktop-action{display:grid}.store-header-actions{justify-content:flex-end}.store-icon-btn{transition:color .18s,transform .18s,box-shadow .18s}.store-icon-btn:hover{color:var(--store-primary);transform:translateY(-2px);box-shadow:0 12px 24px #531f201f}.store-home,.store-page{width:min(100% - 56px,1200px);margin:0 auto;padding:28px 0 80px}#app-shell>.main-content>.container,#app-shell>.main-content .content-page,#app-shell>.main-content .auth-page{width:min(100% - 56px,1200px);margin-inline:auto}.store-hero{border-radius:36px;min-height:520px;box-shadow:0 26px 56px #6f202233}.store-hero.store-hero-clean{min-height:0}.store-hero-actions.store-hero-actions-corner{gap:12px;margin:0;bottom:28px;right:28px}.store-hero-actions-corner .store-btn{min-height:50px;padding-inline:20px;font-size:14px}.store-hero-shade{background:radial-gradient(circle at 86% 8%,#fff3,#0000 35%),linear-gradient(90deg,#4c1012f5 0%,#681a1ce6 40%,#4c14166b 72%,#3e101226 100%)}.store-hero-content{max-width:640px;padding:70px 64px}.store-hero h1{max-width:570px;margin-top:24px;font-size:clamp(48px,5vw,64px);line-height:1.01}.store-hero p{max-width:500px;font-size:16px;line-height:1.65}.store-hero-actions{margin-top:28px}.store-btn{min-height:50px;padding-inline:20px}.store-mini-badges{gap:18px;margin-top:26px;font-size:12px}.store-section{margin-top:66px}.store-section-head{align-items:center;margin-bottom:22px}.store-section-head h2{font-size:32px}.store-section-head p{max-width:580px;margin-top:8px;font-size:14px}.store-more{font-size:14px}.store-chips{margin-right:0;padding-bottom:14px;padding-right:0}.store-chip{padding:11px 17px;font-size:13px}.store-product-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.store-product-card{border-radius:24px}.store-product-card:hover{transform:translateY(-4px);box-shadow:0 18px 38px #531f2021}.store-product-card.reveal-ready:hover{transform:translateY(-4px)}.store-product-visual{aspect-ratio:1/1.08}.store-product-tag{padding:8px 11px;font-size:10px;top:14px;left:14px}.store-heart{width:38px;height:38px;top:13px;right:13px}.store-product-info{padding:16px}.store-product-info h3{min-height:42px;font-size:16px}.store-product-meta{min-height:34px;font-size:12px}.store-price{font-size:18px}.store-old-price{margin-left:6px;font-size:11px;display:inline}.store-mini-cart{width:40px;height:40px;transition:color .18s,background .18s,transform .18s}.store-mini-cart:hover{background:var(--store-primary);color:#fff;transform:rotate(6deg)scale(1.04)}.store-custom-box{border-radius:32px;grid-template-rows:auto auto;grid-template-columns:minmax(0,1.25fr) minmax(330px,.75fr);gap:18px 22px;padding:22px;display:grid}.store-custom-banner{border-radius:25px;flex-direction:column;grid-row:1/3;justify-content:center;min-height:350px;padding:42px;display:flex}.store-custom-banner h3{max-width:500px;margin-top:20px;font-size:36px}.store-custom-banner p{max-width:500px;font-size:14px}.store-steps{align-self:end;margin-top:0}.store-steps>div{flex-direction:column;justify-content:center;min-height:96px;font-size:12px;display:flex}.store-custom-cta{align-self:start;margin-top:0}.store-benefits{grid-template-columns:repeat(4,1fr);gap:16px}.store-benefit{border-radius:22px;min-height:180px;padding:22px}.store-benefit-icon{width:44px;height:44px;margin-bottom:18px}.store-benefit b{font-size:15px}.store-benefit span{margin-top:8px;font-size:12px;line-height:1.55}.store-page-heading{border-radius:30px;padding:48px 44px}.store-page-heading h1{margin-top:16px;font-size:46px}.store-page-heading p{font-size:15px}.store-shop-toolbar{margin:28px 0 20px;font-size:14px}.store-shop-toolbar select{max-width:none;padding:11px 36px 11px 14px;font-size:13px}.product-detail{grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr)!important}.cart-layout{grid-template-columns:minmax(0,1fr) 360px!important}.store-bottom-nav{display:none}.store-toast{width:min(420px,100% - 40px);bottom:30px}.store-desktop-footer{color:#fff;background:#2b2020;margin-top:30px;display:block}.store-desktop-footer-inner{grid-template-columns:1.5fr repeat(3,1fr);gap:56px;width:min(100% - 56px,1200px);margin:0 auto;padding:60px 0 46px;display:grid}.store-footer-brand img{object-fit:contain;object-position:left center;width:auto;height:42px}.store-footer-brand p{color:#ffffff9e;max-width:320px;margin-top:20px;font-size:13px;line-height:1.7}.store-footer-column{color:#ffffffad;flex-direction:column;align-items:flex-start;gap:11px;font-size:13px;display:flex}.store-footer-column b{color:#fff;margin-bottom:7px;font-size:14px}.store-footer-column a{transition:color .18s}.store-footer-column a:hover{color:#fff}.store-footer-contact span{max-width:230px;line-height:1.55}.store-desktop-footer-bottom{color:#ffffff80;border-top:1px solid #ffffff1a;justify-content:space-between;align-items:center;gap:24px;width:min(100% - 56px,1200px);min-height:76px;margin:0 auto;font-size:12px;display:flex}.store-desktop-footer-bottom img{object-fit:contain;width:auto;height:42px}body.ecard-page-active .store-desktop-footer{display:none!important}}@media (width>=1180px){.store-product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (width>=900px) and (width<=1050px){.store-topbar{grid-template-columns:auto 1fr auto;gap:18px}.store-brand-copy span{display:none}.store-desktop-nav{gap:16px}.store-desktop-nav-link{font-size:12px}.store-desktop-footer-inner{gap:30px}}@media (prefers-reduced-motion:reduce){.store-desktop-nav-link,.store-icon-btn,.store-product-card,.store-mini-cart{transition:none!important}}.product-detail{align-items:start;gap:clamp(26px,5vw,68px);width:min(100% - 32px,1180px);padding:clamp(22px,4vw,52px) 0 54px}.product-gallery{border:1px solid var(--store-line);box-shadow:var(--store-shadow-soft);background:#fff;border-radius:28px;padding:8px;overflow:hidden}.product-gallery img{background:var(--store-primary-soft);border-radius:21px}.product-summary{min-width:0;padding:4px 0}.product-detail h1{color:var(--store-ink);letter-spacing:-.045em;font-size:clamp(27px,3.1vw,44px);font-weight:850;line-height:1.12}.product-detail .price-lg{color:var(--store-primary);letter-spacing:-.035em;flex-wrap:wrap;align-items:center;gap:10px;margin:18px 0 28px;font-size:clamp(24px,2.5vw,34px);font-weight:850;display:flex}.product-detail .price-compare{color:#aaa09e;font-size:.66em;font-weight:500}.product-detail .variant-label{color:#5a4d4b;letter-spacing:.04em;text-transform:uppercase;margin-bottom:10px;font-size:11px;font-weight:800}.product-detail .variant-options{gap:10px;margin-bottom:24px}.product-detail .variant-btn{border-color:var(--store-line);min-height:44px;color:var(--store-ink);background:#fffdfb;border-radius:14px;padding:9px 15px;font-size:13px;font-weight:700;transition:transform .18s,background .18s,border-color .18s}.product-detail .variant-btn:not(:disabled):hover{border-color:#8d2a2c73;transform:translateY(-1px)}.product-detail .variant-btn.active{border-color:var(--store-primary);background:var(--store-primary);color:#fff;box-shadow:0 8px 18px #8d2a2c29}.product-detail .qty-row{gap:16px;margin-bottom:0}.product-detail .qty-control{border-color:var(--store-line);background:#fff;border-radius:14px;overflow:hidden}.product-detail .qty-control button,.product-detail .qty-control input{background:#fffdfb;height:42px}.product-detail .qty-control button{width:42px;color:var(--store-primary);font-size:20px}.product-detail .qty-control input{color:var(--store-ink);font-weight:750}.product-detail .btn-primary{background:var(--store-primary);letter-spacing:.04em;text-transform:none;border-radius:14px;min-height:54px;font-weight:800;box-shadow:0 12px 28px #8d2a2c33}.product-detail .btn-primary:hover:not(:disabled){background:var(--store-primary-dark)}@media (width<=899px){.product-detail{padding-bottom:42px}.product-gallery{border-radius:22px}.product-gallery img{border-radius:16px}}html{text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img{height:auto}.store-product-card,.store-benefit,.store-custom-box,.store-seo-copy{content-visibility:auto}.store-product-card{contain-intrinsic-size:280px 430px}.store-benefit{contain-intrinsic-size:180px}.store-custom-box,.store-seo-copy{contain-intrinsic-size:420px}.store-seo-copy{border:1px solid var(--store-line);background:#ffffffb8;border-radius:22px;padding:20px}.store-seo-copy h2{color:var(--store-ink);letter-spacing:-.025em;margin:0;font-size:21px;line-height:1.2}.store-seo-copy p{max-width:850px;color:var(--store-muted);margin:12px 0 0;font-size:13px;line-height:1.7}.store-seo-links{flex-wrap:wrap;gap:8px;margin-top:16px;display:flex}.store-seo-links a{background:var(--store-primary-soft);color:var(--store-primary);border-radius:999px;padding:8px 11px;font-size:12px;font-weight:750}.company-details{border:1px solid var(--store-line);background:var(--store-white);color:var(--store-muted);border-radius:18px;gap:10px;margin:20px 0;padding:18px;font-size:14px;display:grid}.company-details strong{color:var(--store-ink)}.company-details a{color:var(--store-primary);font-weight:700}.performance-lite *,.performance-lite :before,.performance-lite :after{scroll-behavior:auto!important;transition-duration:.001ms!important;animation-duration:.001ms!important;animation-iteration-count:1!important}.performance-lite .store-hero-cover,.performance-lite .store-product-card:hover,.performance-lite .store-product-card:hover .store-product-visual img{transform:none!important}@media (width>=900px){.store-seo-copy{border-radius:28px;padding:34px 38px}.store-seo-copy h2{font-size:28px}.store-seo-copy p{font-size:15px}.company-details{grid-template-columns:repeat(2,minmax(0,1fr));padding:24px}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important}}:root{--swiper-theme-color:#007aff}:host{z-index:1;margin-left:auto;margin-right:auto;display:block;position:relative}.swiper{z-index:1;margin-left:auto;margin-right:auto;padding:0;list-style:none;display:block;position:relative;overflow:hidden}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{z-index:1;width:100%;height:100%;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box;display:flex;position:relative}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate(0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;transition-property:transform;display:block;position:relative}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{backface-visibility:hidden;transform:translateZ(0)}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{scrollbar-width:none;-ms-overflow-style:none;overflow:auto}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-slides-offset-before);scroll-margin-inline-start:var(--swiper-slides-offset-before)}.swiper-css-mode.swiper-horizontal>.swiper-wrapper>.swiper-slide:last-child{margin-inline-end:var(--swiper-slides-offset-after)}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-slides-offset-before);scroll-margin-block-start:var(--swiper-slides-offset-before)}.swiper-css-mode.swiper-vertical>.swiper-wrapper>.swiper-slide:last-child{margin-block-end:var(--swiper-slides-offset-after)}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{pointer-events:none;z-index:10;width:100%;height:100%;position:absolute;top:0;left:0}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(#0000,#00000080)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(#00000080,#0000)}.swiper-lazy-preloader{z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-top-color:#0000;border-radius:50%;width:42px;height:42px;margin-top:-21px;margin-left:-21px;position:absolute;top:50%;left:50%}:is(.swiper:not(.swiper-watch-progress),.swiper-watch-progress .swiper-slide-visible) .swiper-lazy-preloader{animation:1s linear infinite swiper-preloader-spin}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.intro-video-section{--intro-video-red:#992b2e}.intro-video-section--home{margin-top:34px}.intro-video-title{color:var(--intro-video-red);letter-spacing:.1em;text-transform:uppercase;margin:0 0 22px;font-size:clamp(16px,4.4vw,20px);font-weight:900;line-height:1.2}.intro-video-track{scroll-behavior:smooth;scroll-snap-type:x mandatory;scrollbar-width:none;touch-action:pan-x pan-y;cursor:grab;-webkit-overflow-scrolling:touch;gap:12px;padding:4px max(0px,50% - 165px) 14px 0;display:flex;overflow-x:auto}.intro-video-track::-webkit-scrollbar{display:none}.intro-video-track.is-dragging{cursor:grabbing;scroll-behavior:auto;scroll-snap-type:none;-webkit-user-select:none;user-select:none}.intro-video-card{opacity:.78;scroll-snap-align:center;background:#ffffffb3;border:1px solid #8d2a2c1a;border-radius:24px;flex:0 0 min(76vw,330px);min-width:0;padding:7px;transition:opacity .24s,transform .24s,box-shadow .24s}.intro-video-card.is-active{opacity:1;box-shadow:0 18px 42px #582a2921}.intro-video-frame{aspect-ratio:9/16;background:#1f1919;border-radius:18px;position:relative;overflow:hidden}.intro-video-frame video{object-fit:cover;background:#1f1919;width:100%;height:100%;display:block}.intro-video-dots{justify-content:center;gap:6px;margin-top:5px;display:flex}.intro-video-dots button{cursor:pointer;background:#d8c5c1;border:0;border-radius:999px;width:7px;height:7px;padding:0;transition:width .2s,background .2s}.intro-video-dots button[aria-current=true]{background:var(--intro-video-red);width:24px}@media (width>=900px){.intro-video-track{gap:18px;padding-bottom:20px}.intro-video-card{flex-basis:min(29vw,330px)}}@media (prefers-reduced-motion:reduce){.intro-video-track{scroll-behavior:auto}.intro-video-card,.intro-video-dots button{transition:none}}.custom-shirt-page{--red:#8d2a2c;--red-dark:#682022;--cream:#fcf9f7;--rose:#f4e8e3;--ink:#211c1c;--muted:#746968;background:var(--cream);color:var(--ink);padding:12px 0 44px}.custom-shirt-hero,.custom-shirt-section{width:min(100% - 24px,1200px);margin-inline:auto}.custom-shirt-hero{background:radial-gradient(circle at 84% 14%,#fffffff2 0 13%,#0000 14%),linear-gradient(135deg,#fff9f4 0%,#f4e4de 58%,#e8cdc6 100%);border:1px solid #8d2a2c1a;border-radius:30px;min-height:650px;display:grid;position:relative;overflow:hidden;box-shadow:0 24px 70px #5d2b2a1f}.custom-shirt-hero:before,.custom-shirt-hero:after{content:"";border:1px solid #8d2a2c1f;border-radius:999px;position:absolute}.custom-shirt-hero:before{width:420px;height:420px;top:-170px;right:-170px}.custom-shirt-hero:after{width:240px;height:240px;bottom:-130px;left:-130px}.custom-shirt-hero-copy{z-index:2;padding:38px 24px 18px;position:relative}.custom-shirt-eyebrow,.custom-shirt-kicker{color:var(--red);letter-spacing:.12em;text-transform:uppercase;font-size:11px;font-weight:850}.custom-shirt-eyebrow{align-items:center;gap:9px;display:inline-flex}.custom-shirt-eyebrow i{background:currentColor;width:28px;height:1px}.custom-shirt-hero h1{letter-spacing:-.065em;max-width:650px;margin-top:22px;font-size:clamp(40px,11vw,76px);font-weight:900;line-height:.98}.custom-shirt-hero h1 em{color:var(--red);font-family:Georgia,serif;font-weight:500;display:block}.custom-shirt-hero-copy>p{max-width:560px;color:var(--muted);margin-top:22px;font-size:14px;line-height:1.75}.custom-shirt-actions{flex-wrap:wrap;gap:10px;margin-top:26px;display:flex}.custom-shirt-btn{border-radius:999px;justify-content:center;align-items:center;gap:16px;min-height:48px;padding:0 20px;font-size:13px;font-weight:800;display:inline-flex}.custom-shirt-btn--primary{background:var(--red);color:#fff;box-shadow:0 12px 28px #8d2a2c40}.custom-shirt-btn--primary span{font-size:18px}.custom-shirt-btn--ghost{background:#ffffff80;border:1px solid #211c1c29}.custom-shirt-promises{grid-template-columns:repeat(3,1fr);gap:10px;margin-top:28px;display:grid}.custom-shirt-promises span{color:var(--muted);flex-direction:column;gap:3px;font-size:10px;line-height:1.35;display:flex}.custom-shirt-promises b{color:var(--red);font-size:11px}.custom-shirt-hero-visual{z-index:1;grid-template-columns:repeat(2,minmax(0,1fr));align-items:center;gap:14px;min-height:310px;padding:28px;display:grid;position:relative}.custom-shirt-hero-shirt{aspect-ratio:4/5;background:#ffffff9e;border:1px solid #8d2a2c24;border-radius:22px;width:100%;position:relative;overflow:hidden;box-shadow:0 18px 34px #5b2c2b24}.custom-shirt-hero-shirt--front{z-index:2;order:1}.custom-shirt-hero-shirt--back{opacity:.9;order:2;transform:translateY(18px)}.custom-shirt-sticker{z-index:4;color:var(--red);background:#fffdfb;border:1px solid #8d2a2c38;border-radius:999px;padding:9px 13px;font-size:10px;font-weight:800;position:absolute;transform:rotate(-5deg);box-shadow:0 10px 30px #5d2b2a1f}.custom-shirt-sticker--top{top:10px;right:5%}.custom-shirt-sticker--bottom{text-align:center;border-radius:14px;bottom:12px;left:45%;transform:rotate(5deg)}.custom-shirt-config-image{object-fit:cover;width:100%;height:100%;display:block}.custom-shirt-image-placeholder{width:100%;height:100%;color:var(--red);text-align:center;background:linear-gradient(145deg,#fffc,#f1dcd5b8);flex-direction:column;justify-content:center;align-items:center;gap:5px;padding:14px;display:flex}.custom-shirt-image-placeholder span{border:1px dashed;border-radius:50%;place-items:center;width:34px;height:34px;font-size:20px;display:grid}.custom-shirt-image-placeholder b{font-size:11px}.custom-shirt-image-placeholder small{color:var(--muted);font-size:8px;line-height:1.35}.custom-shirt-section{padding-top:20px}.custom-shirt-section-head{gap:14px;margin-bottom:24px;display:grid}.custom-shirt-section-head h2,.custom-shirt-quote h2{letter-spacing:-.045em;margin-top:6px;font-size:clamp(31px,8vw,50px);line-height:1.05}.custom-shirt-section-head>p{max-width:490px;color:var(--muted);font-size:13px;line-height:1.7}.custom-shirt-gallery{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.custom-shirt-sample{min-width:0}.custom-shirt-sample-visual{aspect-ratio:.8;background:#f0dfd8;border-radius:22px;position:relative;overflow:hidden}.custom-shirt-sample--minimal .custom-shirt-sample-visual{background:#d8d0ca}.custom-shirt-sample--team .custom-shirt-sample-visual{background:#d9e2db}.custom-shirt-sample--gift .custom-shirt-sample-visual{background:#eedad4}.custom-shirt-sample-image{object-fit:cover;width:100%;height:100%;display:block}.custom-shirt-sample-index{z-index:2;color:#37232285;font-size:10px;font-weight:850;position:absolute;top:12px;left:14px}.custom-shirt-sample-action{z-index:3;width:36px;height:36px;color:var(--red);cursor:pointer;background:#ffffffeb;border:0;border-radius:50%;font-size:22px;position:absolute;bottom:12px;right:12px;box-shadow:0 8px 20px #37232221}.custom-shirt-sample-copy{padding:13px 3px 8px}.custom-shirt-sample-copy h3{font-size:14px}.custom-shirt-sample-copy p{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;margin-top:3px;font-size:10px;overflow:hidden}.custom-shirt-process{background:var(--red-dark);color:#fff;border-radius:28px;margin-top:68px;padding:48px 22px 22px}.custom-shirt-process .custom-shirt-kicker{color:#efc9c2}.custom-shirt-steps{gap:10px;display:grid}.custom-shirt-steps li{border-top:1px solid #ffffff24;gap:16px;padding:20px 0;display:flex}.custom-shirt-steps li>b{color:#edbeb7;font:italic 28px/1 Georgia,serif}.custom-shirt-steps span{color:#ffffffa6;gap:6px;font-size:12px;line-height:1.6;display:grid}.custom-shirt-steps strong{color:#fff;font-size:15px}.custom-shirt-quote{align-items:start;gap:26px;display:grid}.custom-shirt-quote-intro>p{color:var(--muted);margin-top:17px;font-size:13px;line-height:1.75}.custom-shirt-contact-list{gap:10px;margin-top:25px;display:grid}.custom-shirt-contact-list a{border-bottom:1px solid #eadfdb;justify-content:space-between;gap:16px;padding:14px 0;font-size:12px;display:flex}.custom-shirt-contact-list span{color:var(--muted)}.custom-shirt-contact-list b{color:var(--red)}.custom-shirt-form{background:#fff;border:1px solid #eadfdb;border-radius:26px;gap:15px;padding:22px;display:grid;box-shadow:0 18px 50px #582a2914}.custom-shirt-form-row{gap:15px;display:grid}.custom-shirt-form label{color:#4f4545;gap:7px;font-size:11px;font-weight:750;display:grid}.custom-shirt-form input,.custom-shirt-form select,.custom-shirt-form textarea{width:100%;min-height:46px;color:var(--ink);font:inherit;resize:vertical;background:#fcfaf9;border:1px solid #e6d8d4;border-radius:12px;outline:none;padding:12px 13px;font-weight:500}.custom-shirt-form textarea{min-height:112px}.custom-shirt-form input:focus,.custom-shirt-form select:focus,.custom-shirt-form textarea:focus{border-color:var(--red);box-shadow:0 0 0 3px #8d2a2c14}.custom-shirt-upload{cursor:pointer;background:#fcf8f6;border:1px dashed #d8bfba;border-radius:14px;align-items:center;min-height:72px;padding:12px;gap:12px!important;display:flex!important}.custom-shirt-upload input{opacity:0;width:1px;height:1px;position:absolute}.custom-shirt-upload-icon{background:var(--rose);width:40px;height:40px;color:var(--red);border-radius:12px;flex:none;place-items:center;font-size:22px;display:grid}.custom-shirt-upload>span:last-child{gap:3px;min-width:0;display:grid}.custom-shirt-upload small{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-weight:500;overflow:hidden}.custom-shirt-submit{background:var(--red);color:#fff;cursor:pointer;border:0;border-radius:14px;justify-content:space-between;align-items:center;min-height:50px;padding:0 18px;font-size:13px;font-weight:850;display:flex}.custom-shirt-submit span{font-size:20px}.custom-shirt-form-note{color:var(--muted);text-align:center;font-size:9px}@media (width>=760px){.custom-shirt-page{padding-top:26px}.custom-shirt-hero{grid-template-columns:1.05fr .95fr;min-height:610px}.custom-shirt-hero-copy{flex-direction:column;justify-content:center;padding:58px;display:flex}.custom-shirt-hero h1>span{letter-spacing:-.055em;white-space:nowrap;font-size:clamp(34px,4vw,60px);display:block}.custom-shirt-hero-visual{min-height:610px;padding:54px 34px}.custom-shirt-sticker--top{top:90px}.custom-shirt-sticker--bottom{bottom:65px;left:8%}.custom-shirt-section{padding-top:96px}.custom-shirt-section-head{grid-template-columns:minmax(0,1fr) 420px;align-items:end}.custom-shirt-gallery{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.custom-shirt-sample-copy h3{font-size:16px}.custom-shirt-sample-copy p{font-size:11px}.custom-shirt-process{margin-top:96px;padding:64px 52px 42px}.custom-shirt-section-head--process{grid-template-columns:1fr}.custom-shirt-steps{grid-template-columns:repeat(4,1fr);gap:22px}.custom-shirt-steps li{padding-right:16px;display:grid}.custom-shirt-quote{grid-template-columns:.9fr 1.1fr;gap:70px;padding-bottom:50px}.custom-shirt-form{padding:32px}.custom-shirt-form-row{grid-template-columns:1fr 1fr}}@media (width<=759px){.custom-shirt-hero{width:88%;min-height:0}.custom-shirt-hero-visual{order:-1;min-height:0;padding:18px 18px 8px}.custom-shirt-hero-copy{padding:18px 20px 24px}.custom-shirt-hero h1{margin-top:12px;font-size:clamp(34px,9.5vw,42px);line-height:.96}.custom-shirt-hero-copy>p{margin-top:14px;font-size:12px;line-height:1.6}.custom-shirt-actions{margin-top:18px}.custom-shirt-btn{min-height:42px;padding:0 16px;font-size:12px}.custom-shirt-promises{margin-top:18px}}@media (prefers-reduced-motion:no-preference){.custom-shirt-btn,.custom-shirt-sample-action{transition:transform .2s,box-shadow .2s}.custom-shirt-btn:hover,.custom-shirt-sample-action:hover{transform:translateY(-2px)}}
