: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}.auth-status:empty{min-height:0;margin:0;padding:0;display:none}.auth-consent-list{background:#fbf9f8;border:1px solid #ebe4e1;border-radius:8px;flex-direction:column;gap:12px;margin:18px 0 16px;padding:14px 16px;display:flex}.auth-consent-group{flex-direction:column;gap:4px;display:flex}.auth-consent-item{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:flex-start;gap:10px;display:flex}.auth-consent-item input[type=checkbox],.auth-checkbox{width:18px;min-width:18px;height:18px;accent-color:var(--primary,#2d2624);cursor:pointer;border:1px solid #c8beba;border-radius:4px;margin:2px 0 0}.auth-consent-text{color:#4a423f;font-size:13px;line-height:1.5}.auth-consent-text a,.auth-legal-link{color:#1a1514;text-underline-offset:2px;font-weight:600;text-decoration:underline;transition:color .15s}.auth-consent-text a:hover,.auth-legal-link:hover{color:#c9715a}.auth-required-mark{color:#d9383a;margin-left:2px;font-weight:700}.auth-consent-footnote{color:#8c827e;padding-left:28px;font-size:11.5px;line-height:1.45}.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 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,.checkout-form select{width:100%;font:inherit;background:#fff;border:1px solid #ddd;border-radius:4px;padding:12px}.checkout-form-grid{gap:0 16px;display:grid}.checkout-address{border-top:1px solid #e6ddda;margin:24px 0 0;padding-top:22px}.checkout-address>strong{color:#2d2624;margin-bottom:7px;font-size:16px;display:block}.checkout-address-help{color:#756b68;margin:0 0 16px;font-size:13px;line-height:1.55}.checkout-parse-card{background:#fff;border:1.5px solid #ebd9d7;border-radius:14px;justify-content:space-between;align-items:center;gap:16px;margin:6px 0 18px;padding:14px 18px;transition:border-color .2s,box-shadow .2s;display:flex;box-shadow:0 3px 12px #8d2a2c0d}.checkout-parse-card:hover{border-color:#dfc0bc;box-shadow:0 4px 16px #8d2a2c14}.checkout-parse-info{align-items:center;gap:12px;min-width:0;display:flex}.checkout-parse-info svg{color:#8d2a2c;flex-shrink:0}.checkout-parse-info div{flex-direction:column;gap:2px;display:flex}.checkout-parse-info strong{color:#2d2624;font-size:13.5px;font-weight:700}.checkout-parse-info span{color:#756b68;font-size:12px;line-height:1.4}.checkout-address-parse{color:#fff;cursor:pointer;white-space:nowrap;background:#8d2a2c;border:none;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;gap:7px;padding:10px 20px;font-family:inherit;font-size:13px;font-weight:700;transition:all .2s;display:inline-flex;box-shadow:0 3px 10px #8d2a2c40}.checkout-address-parse:hover{background:#a12a2d;transform:translateY(-1px);box-shadow:0 5px 14px #8d2a2c59}.checkout-address-parse:active{transform:translateY(0);box-shadow:0 2px 6px #8d2a2c33}.checkout-address-parse:disabled{color:#8e817e;cursor:wait;box-shadow:none;background:#d8cecc;transform:none}.checkout-address .auth-status{min-height:0;margin:0;font-size:13px;line-height:1.5;transition:all .2s}.checkout-address .auth-status:empty{height:0;margin:0;padding:0;display:none}.checkout-address .auth-status:not(:empty){color:#166534;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:8px;margin:0 0 16px;padding:10px 14px;display:block}.checkout-address .auth-status.is-error:not(:empty){color:#991b1b;background:#fef2f2;border-color:#fecaca}@media (width<=640px){.checkout-parse-card{flex-direction:column;align-items:stretch;gap:12px;padding:14px}.checkout-address-parse{width:100%}}.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}.cart-page,.checkout-page,.membership-account{padding-top:42px;padding-bottom:76px}.commerce-page-head{text-align:center;max-width:620px;margin:0 auto 28px}.eyebrow{color:var(--primary);letter-spacing:.12em;font-size:11px;font-weight:800;display:inline-block}.commerce-page-head h1{letter-spacing:-.035em;margin:7px 0 8px;font-size:clamp(28px,4vw,40px)}.commerce-page-head p{color:#756b68;font-size:15px}.commerce-tabs{background:#faf7f6;border:1px solid #eee6e3;border-radius:14px;gap:4px;margin:0 auto 30px;padding:5px;display:inline-flex}.commerce-tabs button{color:#756b68;min-height:42px;font:inherit;cursor:pointer;background:0 0;border:0;border-radius:10px;padding:0 17px;font-size:14px;font-weight:700}.commerce-tabs button[aria-selected=true]{color:var(--primary);background:#fff;box-shadow:0 4px 14px #4f25231a}.commerce-tabs button span{min-width:19px;height:19px;color:var(--primary);background:#f3e8e6;border-radius:50%;place-items:center;margin-left:5px;font-size:11px;display:inline-grid}.cart-page>.commerce-tabs{width:fit-content;display:flex}.cart-layout{align-items:start;gap:24px}.cart-content-card,.cart-summary,.commerce-empty-card,.order-access-card,.order-card,.checkout-form,.checkout-summary,.membership-account .checkout-form,.membership-orders article{background:#fff;border:1px solid #eee6e3;border-radius:18px;box-shadow:0 10px 30px #4f25230b}.cart-content-card{overflow:hidden}.cart-table th{color:#756b68;letter-spacing:.04em;text-transform:uppercase;background:#fdfafa;padding:18px 20px;font-size:12px}.cart-table td{border-color:#f1eae8;padding:20px}.cart-product{gap:16px}.cart-product img{background:#faf7f6;border-radius:12px}.cart-product a{margin-bottom:5px;display:block}.cart-product small{color:#756b68;font-size:12px}.qty-control{border:1px solid #ebe3e0;border-radius:10px;overflow:hidden}.qty-control button{background:#faf7f6}.qty-control input{background:#fff}.btn-remove{color:#756b68;border-radius:50%;width:32px;height:32px;transition:all .2s}.btn-remove:hover{color:var(--primary);background:#f7e7e5}.cart-summary{top:calc(var(--header-h) + 18px);background:#fdfafa;padding:26px;position:sticky}.cart-summary h2{margin:4px 0 22px;font-size:20px}.summary-row{color:#514a48;margin-bottom:13px}.summary-total{border-color:#eadfdb;justify-content:space-between;gap:12px;margin:22px 0;padding-top:20px;display:flex}.summary-total strong{white-space:nowrap}.cart-page .btn-primary,.checkout-page .btn-primary,.membership-account .btn-primary{border-radius:10px;box-shadow:0 10px 20px #8d2c2a2e}.commerce-link{color:var(--primary);align-items:center;gap:8px;font-size:14px;font-weight:750;display:inline-flex}.commerce-link:hover{text-underline-offset:4px;text-decoration:underline}.cart-continue-link{justify-content:center;margin-top:18px;display:flex}.commerce-empty-card{text-align:center;max-width:620px;margin:0 auto;padding:46px 24px}.commerce-empty-card>span{background:#f8ecea;border-radius:16px;place-items:center;width:52px;height:52px;margin:0 auto 16px;font-size:22px;display:grid}.commerce-empty-card h2{margin-bottom:8px;font-size:22px}.commerce-empty-card p{color:#756b68;margin-bottom:18px}.cart-recommendations{margin-top:48px}.cart-recommendations .section-head{margin-bottom:20px}.cart-recommendations .section-head a{color:var(--primary);font-size:13px;font-weight:700}.order-tab-panel{max-width:920px;margin:0 auto}.order-access-card{background:linear-gradient(135deg,#fff 0%,#fdf8f7 100%);grid-template-columns:minmax(0,.8fr) minmax(360px,1fr);gap:30px;max-width:920px;margin:0 auto;padding:30px;display:grid}.order-access-card[hidden],[data-cart-panel][hidden]{display:none!important}.order-access-card h2{margin:5px 0 8px;font-size:23px}.order-access-card p{color:#756b68;font-size:14px;line-height:1.65}.order-access-card label,.order-verify-form label{gap:7px;margin-bottom:14px;font-size:13px;font-weight:700;display:grid}.order-access-card input{width:100%;font:inherit;background:#fff;border:1px solid #e5deda;border-radius:10px;padding:12px}.order-access-card .auth-status{margin:4px 0 10px}.order-verify-form{grid-column:2}.order-card-list{gap:14px;display:grid}.order-card{padding:20px}.order-card-head{grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:12px 18px;display:grid}.order-card-head>div{gap:3px;display:grid}.order-card-head small{color:#8a807d;font-size:12px}.order-status{color:var(--primary);white-space:nowrap;background:#f8ecea;border-radius:999px;padding:6px 9px;font-size:12px;font-style:normal}.order-card.is-completed .order-status{color:#635e5b;background:#f1f0ee}.order-card-body{border-top:1px solid #f1eae8;grid-template-columns:minmax(0,1.2fr) minmax(280px,340px);align-items:start;gap:24px;margin-top:16px;padding-top:16px;display:grid}.order-card-body:not(.has-payment){grid-template-columns:1fr}.order-card-products{min-width:0}.order-card-body .order-card-items{border-top:none;margin-top:0;padding-top:0}.order-card-items{gap:12px;display:grid}.order-card-items li{color:#514a48;align-items:center;gap:12px;font-size:13px;display:flex}.order-card-items li img{object-fit:cover;background:#faf7f6;border:1px solid #f0eae7;border-radius:8px;flex-shrink:0;width:48px;height:48px}.order-item-placeholder{background:#faf7f6;border:1px solid #f0eae7;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:20px;display:inline-flex}.order-card-items li>span{gap:3px;min-width:0;display:grid}.order-card-items small{color:#8a807d;font-size:12px}.order-shipment{background:#faf7f6;border-radius:10px;justify-content:space-between;padding:10px 12px}.order-shipment a{color:var(--primary);font-weight:700}.order-card-payment-col{flex-direction:column;display:flex}.order-payment{background:#fdfaf9;border:1px solid #f4eae7;border-radius:14px;flex-direction:column;padding:18px 20px;display:flex}.order-payment-title{color:#2c2523;margin:0 0 12px;font-size:15px;font-weight:750}.order-qr-wrapper{background:#fff;border:1px solid #ede3e0;border-radius:12px;justify-content:center;align-items:center;margin-bottom:12px;padding:12px;display:flex;box-shadow:0 2px 8px #4f25230a}.order-qr-wrapper img{aspect-ratio:1;object-fit:contain;width:100%;max-width:200px;height:auto;display:block}.order-payment-details{color:#514a48;flex-direction:column;gap:7px;font-size:13px;line-height:1.5;display:flex}.order-payment-details p{margin:0}.order-payment-bank b{color:#2c2523;font-size:13.5px}.order-payment-holder{color:#3b3331;font-weight:600}.order-payment-memo strong{color:var(--primary,#8d2a2c);-webkit-user-select:all;user-select:all}.order-payment-amount strong{color:var(--primary,#8d2a2c);font-size:14px}.order-payment-amount small{color:#756b68;font-size:12px}.order-payment-note{color:#8a807d!important;margin-top:4px!important;font-size:11.5px!important;line-height:1.45!important}.order-payment-simple{color:#514a48;background:#faf7f6;border:1px solid #ede3e0;border-radius:10px;padding:12px 16px;font-size:13px}.order-payment-simple.is-paid{color:#2e6930;background:#f2f8f3;border-color:#d6ead8}@media (width<=820px){.order-card-body{grid-template-columns:1fr;gap:20px}.order-card-payment-col{flex-direction:column;align-items:center;width:100%;display:flex}.order-payment{text-align:center;align-items:center;width:100%;max-width:380px;margin:0 auto;padding:18px 16px}.order-payment-title{text-align:center}.order-qr-wrapper{margin:0 auto 12px}.order-payment-details{text-align:center;align-items:center}.order-payment-details p,.order-payment-simple{text-align:center}}.order-empty-card{color:#756b68;text-align:center;border:1px dashed #dfd3cf;border-radius:18px;place-content:center;gap:10px;min-height:210px;display:grid}.order-empty-card span{color:var(--primary);font-size:28px}.order-loading{color:#756b68;text-align:center;padding:36px}.checkout-layout{align-items:start;gap:24px}.checkout-form,.checkout-summary{background:#fff;padding:28px}.checkout-summary{top:calc(var(--header-h) + 18px);position:sticky}.checkout-form h2,.checkout-summary h2{font-size:22px}.checkout-form input,.checkout-form textarea,.checkout-form select{border-color:#e5deda;border-radius:10px}.checkout-form input:focus,.checkout-form textarea:focus,.checkout-form select:focus,.order-access-card input:focus{border-color:var(--primary);outline:2px solid #8d2c2a2e}.checkout-address{border-color:#eee3e0;margin:22px 0}.checkout-address>strong{font-size:17px}.checkout-success{border:1px solid #eee6e3;border-radius:18px;max-width:620px;margin:48px auto;padding:42px 28px;box-shadow:0 10px 30px #4f25230b}.order-action-page{max-width:1060px}.order-action-heading{text-align:center;margin:36px 0 24px}.order-action-heading .eyebrow{color:var(--primary);letter-spacing:.1em;text-transform:uppercase;margin:0 0 6px;font-size:12px;font-weight:800}.order-action-heading h1{letter-spacing:-.04em;margin:0;font-size:clamp(30px,4vw,42px)}.order-action-heading>p:last-child{color:#756b68;margin:9px 0 0}.order-action-layout{grid-template-columns:minmax(0,1.45fr) minmax(280px,.8fr);align-items:start;gap:22px;display:grid}.order-action-card{background:#fff;border:1px solid #eee6e3;border-radius:18px;padding:26px;box-shadow:0 10px 30px #4f25230b}.order-action-card h2{margin:0;font-size:19px}.order-action-customer{grid-template-columns:1fr 1fr;gap:16px 22px;margin:20px 0 0;display:grid}.order-action-customer .full{grid-column:1/-1}.order-action-customer dt{color:#8a807d;margin-bottom:4px;font-size:12px;font-weight:700}.order-action-customer dd{color:#302a28;overflow-wrap:anywhere;margin:0;line-height:1.55}.order-action-products-title{border-top:1px solid #f0e8e5;padding-top:24px;margin-top:28px!important}.order-action-items{gap:12px;margin:14px 0 0;padding:0;list-style:none;display:grid}.order-action-item{border-bottom:1px solid #f3ece9;grid-template-columns:64px minmax(0,1fr) auto;align-items:center;gap:12px;padding:12px 0;display:grid}.order-action-item:last-child{border-bottom:0}.order-action-item img,.order-action-image-placeholder{object-fit:cover;background:#faf5f3;border-radius:12px;width:64px;height:64px}.order-action-item>div{gap:3px;min-width:0;display:grid}.order-action-item b{text-overflow:ellipsis;white-space:nowrap;font-size:14px;overflow:hidden}.order-action-item small{color:#8a807d;font-size:12px}.order-action-item>strong{white-space:nowrap;font-size:14px}.order-action-summary{gap:13px;display:grid;position:sticky;top:94px}.order-action-summary>div{color:#514a48;justify-content:space-between;gap:12px;display:flex}.order-action-summary>div b{color:#211d1b}.order-action-summary .order-action-total{color:#211d1b;border-top:1px solid #eadfdb;margin-top:4px;padding-top:16px;font-size:17px;font-weight:800}.order-action-summary>p{color:#756b68;margin:7px 0 0;font-size:13px;line-height:1.6}.order-action-summary .btn-primary,.order-action-summary .btn-outline{justify-content:center;width:100%;margin-top:5px}.membership-account{max-width:920px}.membership-account>h1{letter-spacing:-.035em;margin-bottom:10px;font-size:clamp(28px,4vw,38px)}.membership-account>p{color:#756b68;max-width:680px}.membership-account .checkout-form{margin-top:28px;max-width:100%!important}.membership-orders{gap:14px}.membership-orders article{grid-template-columns:minmax(0,1fr) auto auto;padding:20px}.membership-orders em{border-radius:999px}@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}.cart-page,.checkout-page,.membership-account{padding-top:28px;padding-bottom:52px}.commerce-page-head{text-align:left;margin-bottom:22px}.commerce-tabs{width:100%;margin-bottom:22px;overflow-x:auto}.commerce-tabs button{flex:1 0 auto;padding-inline:13px}.cart-content-card{box-shadow:none;border:0;border-radius:0}.cart-table tr{background:#fff;border:1px solid #eee6e3;border-radius:14px;padding:16px;box-shadow:0 8px 22px #4f25230a}.cart-table tbody{gap:12px;display:grid}.cart-product img{border-radius:10px}.cart-summary,.checkout-form,.checkout-summary{border-radius:14px;padding:20px;position:static}.order-access-card{border-radius:14px;grid-template-columns:1fr;padding:22px}.order-verify-form{grid-column:auto}.order-card{border-radius:14px;padding:16px}.order-card-head{grid-template-columns:1fr auto}.order-card-head>strong{grid-column:1/-1}.order-shipment{flex-direction:column;align-items:flex-start!important}.order-card-body{grid-template-columns:1fr;gap:18px}.order-card-payment-col{flex-direction:column;align-items:center;width:100%;display:flex}.order-payment{text-align:center;align-items:center;width:100%;max-width:380px;margin:0 auto;padding:18px 16px}.order-payment-title{text-align:center}.order-qr-wrapper{margin:0 auto 12px}.order-payment-details{text-align:center;align-items:center}.order-payment-details p,.order-payment-simple{text-align:center}.checkout-success{border-radius:14px;margin:28px 0;padding:32px 20px}.order-action-heading{margin:26px 0 18px}.order-action-layout{grid-template-columns:1fr;gap:14px}.order-action-card{border-radius:14px;padding:20px}.order-action-summary{position:static}.order-action-customer{grid-template-columns:1fr;gap:13px}.order-action-item{grid-template-columns:54px minmax(0,1fr)}.order-action-item img,.order-action-image-placeholder{width:54px;height:54px}.order-action-item>strong{grid-column:2}.membership-orders article{border-radius:14px;grid-template-columns:1fr auto}}.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}.content-page.membership-account{max-width:920px;padding-top:42px;padding-bottom:76px}.content-page.membership-account>h1{letter-spacing:-.035em;margin-bottom:10px;font-size:clamp(28px,4vw,38px)}.content-page.membership-account>p{color:#756b68;max-width:680px}.membership-orders article>ul{grid-column:1/-1}@media (width<=759px){.content-page.membership-account{padding-top:28px;padding-bottom:52px}}.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}}.checkout-page .checkout-layout{grid-template-columns:minmax(0,860px);justify-content:center}.checkout-payment{border:1px solid #e8dedb;border-radius:16px;margin:24px 0;padding:18px}.checkout-payment legend{padding:0 8px;font-weight:700}.checkout-form .checkout-payment label{align-items:flex-start;gap:12px;margin:10px 0;display:flex}.checkout-form .checkout-payment input{width:18px;height:18px;accent-color:var(--primary);flex:0 0 18px;margin:3px 0 0}.checkout-payment span{gap:5px;display:grid}.checkout-payment small{color:#756b68;font-weight:400;line-height:1.6}.checkout-page .checkout-review{background:#faf7f6;margin-top:24px;padding:24px;position:static}.checkout-review-actions{flex-wrap:wrap;gap:12px 22px;margin:12px 0;display:flex}.checkout-review-actions button,.checkout-review-actions a{color:var(--primary);font:inherit;cursor:pointer;background:0 0;border:0;padding:0;font-weight:600;text-decoration:underline}.checkout-review>p{overflow-wrap:anywhere;font-size:14px;line-height:1.6}.checkout-review .summary-row{gap:16px}.checkout-review .summary-row>:last-child{text-align:right}.checkout-review>button[type=submit]{width:100%;margin-top:20px}@media (width<=600px){.checkout-page .checkout-review{padding:16px}.checkout-review .checkout-item{grid-template-columns:48px minmax(0,1fr)}.checkout-review .checkout-item>strong{grid-column:2}}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{display:none!important}: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-action{display:none}.store-desktop-footer{color:#fff;padding-bottom:calc(76px + env(safe-area-inset-bottom,0px));background:#2b2020;margin-top:30px;display:block}.store-desktop-footer-inner{flex-direction:column;gap:28px;width:min(100% - 32px,1200px);margin:0 auto;padding:36px 0 24px;display:flex}.store-footer-brand img{object-fit:contain;object-position:left center;width:auto;height:38px}.store-footer-brand p{color:#ffffff9e;max-width:340px;margin-top:12px;font-size:13px;line-height:1.6}.store-footer-column{color:#ffffffad;flex-direction:column;align-items:flex-start;gap:10px;font-size:13px;display:flex}.store-footer-column b{color:#fff;margin-bottom:4px;font-size:14px}.store-footer-column a{color:inherit;text-decoration:none;transition:color .18s}.store-footer-column a:hover{color:#fff}.store-footer-contact span{color:#ffffffbf;max-width:100%;line-height:1.55}.store-footer-contact-links{flex-direction:column;gap:6px;margin-top:4px;display:flex}.store-footer-contact-links a{color:#ffffffe6;font-weight:500}.store-desktop-footer-bottom{color:#ffffff80;border-top:1px solid #ffffff1a;flex-direction:column;align-items:flex-start;gap:14px;width:min(100% - 32px,1200px);min-height:60px;margin:0 auto;padding-top:20px;font-size:12px;display:flex}.store-desktop-footer-bottom img{object-fit:contain;width:auto;height:38px}.store-desktop-footer-bottom-copy{flex-direction:column;gap:6px;display:flex}.store-footer-legal-links{flex-wrap:wrap;align-items:center;gap:8px;font-size:12px;display:flex}.store-footer-legal-links a{color:#ffffffb8;text-decoration:none;transition:color .18s}.store-footer-legal-links a:hover{color:#fff;text-decoration:underline}body.ecard-page-active .store-desktop-footer{display:none!important}.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{padding-bottom:0}.store-desktop-footer-inner{grid-template-columns:1.2fr .85fr .85fr 1.6fr;gap:48px;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:380px;line-height:1.6}.store-desktop-footer-bottom{color:#ffffff80;border-top:1px solid #ffffff1a;flex-direction:row;justify-content:space-between;align-items:center;gap:24px;width:min(100% - 56px,1200px);min-height:76px;margin:0 auto;padding-top:0;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}}.duni-chat{z-index:1000;right:16px;bottom:calc(86px + env(safe-area-inset-bottom));position:fixed}.duni-chat-trigger{z-index:2;color:#fff;cursor:pointer;background:#8d2a2c;border:1px solid #ffffff80;border-radius:999px;align-items:center;gap:9px;min-height:56px;padding:5px 16px 5px 5px;display:flex;position:relative;box-shadow:0 12px 30px #4b14164d}.duni-chat-avatar{background:#fff7f3;border-radius:50%;flex:none;place-items:center;width:44px;height:44px;display:grid;overflow:hidden;box-shadow:inset 0 0 0 1px #5e181c1f}.duni-chat-avatar img{object-fit:cover;width:100%;height:100%}.duni-chat-trigger-copy{white-space:nowrap;align-items:baseline;gap:4px;display:flex}.duni-chat-trigger b,.duni-chat-trigger-copy small{font-size:13px;font-weight:800}.duni-chat-trigger-copy small{font-size:12px}.duni-chat-channels{z-index:2;visibility:hidden;opacity:0;pointer-events:none;gap:7px;transition:opacity .2s,transform .2s,visibility .2s;display:flex;position:absolute;bottom:6px;right:calc(100% + 10px);transform:translate(12px)}.duni-chat-channel{background:#fff;border-radius:50%;place-items:center;width:44px;height:44px;transition:transform .2s;display:grid;overflow:hidden;box-shadow:0 7px 18px #4b141638}.duni-chat-channel:hover{transform:translateY(-2px)}.duni-chat-channel img{object-fit:contain;width:44px;height:44px}.duni-chat.is-open .duni-chat-trigger{gap:0;width:56px;padding:5px}.duni-chat.is-open .duni-chat-trigger-copy{display:none}.duni-chat.is-open .duni-chat-channels{visibility:visible;opacity:1;pointer-events:auto;transform:translate(0)}.duni-chat-panel{right:12px;bottom:calc(144px + env(safe-area-inset-bottom));background:#fff;border:1px solid #eadeda;border-radius:22px;width:min(420px,100vw - 24px);position:fixed;overflow:hidden;box-shadow:0 22px 60px #2d14143d}.duni-chat-panel header{color:#fff;background:#8d2a2c;justify-content:space-between;align-items:center;padding:13px 14px;display:flex}.duni-chat-panel header div,.duni-chat-panel header p{align-items:center;gap:10px;display:flex}.duni-chat-panel header .duni-chat-avatar{width:38px;height:38px}.duni-chat-panel header p{flex-direction:column;align-items:flex-start;gap:0;line-height:1.25}.duni-chat-panel header small{opacity:.78;font-size:10px}.duni-chat-panel header button{color:#fff;cursor:pointer;background:0 0;border:0;font-size:27px}.duni-chat-messages{background:#fcf9f7;height:min(360px,45vh);padding:14px;overflow:hidden auto}.duni-chat-message{word-break:break-word;border-radius:15px;width:fit-content;max-width:88%;margin:0 0 9px;padding:10px 12px;font-size:13px;line-height:1.5}.duni-chat-message.is-user{color:#fff;white-space:pre-wrap;background:#8d2a2c;border-bottom-right-radius:4px;margin-left:auto}.duni-chat-message.is-assistant{color:#302828;background:#fff;border-bottom-left-radius:4px;max-width:92%;box-shadow:0 2px 8px #0000000a}.duni-chat-message.is-assistant>:first-child{margin-top:0}.duni-chat-message.is-assistant>:last-child{margin-bottom:0}.duni-chat-message.is-assistant p{margin:0 0 8px}.duni-chat-message.is-assistant strong,.duni-chat-message.is-assistant b{color:#1e293b;font-weight:700}.duni-chat-message.is-assistant ul,.duni-chat-message.is-assistant ol{margin:6px 0 10px;padding-left:20px}.duni-chat-message.is-assistant li{margin-bottom:4px}.duni-chat-message.is-assistant li:last-child{margin-bottom:0}.duni-chat-message.is-assistant blockquote{color:#475569;background:#fbf3f2;border-left:3px solid #8d2a2c;border-radius:0 8px 8px 0;margin:8px 0;padding:6px 12px}.duni-chat-message.is-assistant code{color:#8d2a2c;background:#f1f5f9;border-radius:4px;padding:2px 5px;font-family:Consolas,SFMono-Regular,monospace;font-size:.92em}.duni-chat-message.is-assistant pre{color:#abb2bf;background:#282c34;border-radius:8px;max-width:100%;margin:8px 0;padding:8px 10px;font-size:12px;overflow-x:auto}.duni-chat-message.is-assistant pre code{color:inherit;background:0 0;padding:0}.duni-chat-message.is-assistant table{border-collapse:collapse;border-spacing:0;-webkit-overflow-scrolling:touch;border:1px solid #dbe2ea;border-radius:8px;width:max-content;max-width:100%;margin:10px 0;font-size:12px;display:block;overflow-x:auto}.duni-chat-message.is-assistant th,.duni-chat-message.is-assistant td{text-align:left;vertical-align:middle;border:1px solid #dbe2ea;min-width:80px;padding:7px 10px}.duni-chat-message.is-assistant th{color:#6f2227;background:#f8eef0;font-weight:700}.duni-chat-message.is-assistant tr:nth-child(2n) td{background:#f8fafc}.duni-chat-message.is-assistant a{color:#8d2a2c;font-weight:600;text-decoration:underline}.duni-chat-suggestions{flex-wrap:wrap;gap:6px;padding:9px 12px 5px;display:flex}.duni-chat-suggestions button{color:#8d2a2c;cursor:pointer;white-space:nowrap;background:#fff;border:1px solid #e7d8d5;border-radius:999px;flex:calc(50% - 6px);min-width:0;padding:7px 9px;font-size:11px}.duni-chat-panel form{grid-template-columns:minmax(0,1fr) 48px;align-items:end;gap:8px;padding:8px 12px;display:grid}.duni-chat-panel textarea{box-sizing:border-box;resize:none;width:100%;min-height:42px;max-height:112px;font:inherit;border:1px solid #ded4d1;border-radius:13px;padding:10px 12px;font-size:13px;line-height:20px;overflow-y:hidden}.duni-chat-panel form button{color:#fff;cursor:pointer;background:#8d2a2c;border:0;border-radius:13px;font-size:12px;font-weight:800}.duni-chat-panel form button:disabled{opacity:.5}.duni-chat-note{color:#8a7c78;text-align:center;padding:0 12px 10px;font-size:9px;display:block}.duni-chat-products{gap:8px;width:100%;min-width:0;margin:2px 0 12px;display:grid}.duni-chat-product-card{color:#302828;background:#fff;border:1px solid #eadeda;border-radius:15px;grid-template-columns:76px minmax(0,1fr) 20px;align-items:center;width:100%;min-width:0;display:grid;overflow:hidden;box-shadow:0 5px 16px #4d23200d}.duni-chat-product-card img{object-fit:cover;background:#f3ece9;width:76px;height:76px}.duni-chat-product-copy{flex-direction:column;gap:3px;min-width:0;padding:8px 10px;display:flex}.duni-chat-product-copy small{color:#9a7771;text-transform:uppercase;text-overflow:ellipsis;white-space:nowrap;font-size:9px;overflow:hidden}.duni-chat-product-copy>b{color:#302828;text-overflow:ellipsis;white-space:nowrap;font-size:11px;line-height:1.3;overflow:hidden}.duni-chat-product-copy>span{align-items:center;gap:7px;display:flex}.duni-chat-product-copy strong{color:#8d2a2c;font-size:12px}.duni-chat-product-copy del{color:#a69a96;font-size:9px}.duni-chat-product-arrow{color:#8d2a2c;font-size:17px}.duni-chat-links{gap:7px;margin:4px 0 10px;display:flex}.duni-chat-links a{color:#8d2a2c;background:#f2e4e2;border-radius:10px;padding:8px 10px;font-size:11px;font-weight:800}.duni-chat-page-card{color:#302828;background:#fff;border:1px solid #eadeda;border-radius:15px;grid-template-columns:64px minmax(0,1fr) 22px;align-items:center;width:100%;min-width:0;margin:1px 0 11px;display:grid;overflow:hidden;box-shadow:0 5px 16px #4d23200d}.duni-chat-page-visual{color:#fff;background:linear-gradient(145deg,#8d2a2c,#c8645f);place-items:center;width:64px;height:72px;display:grid}.duni-chat-page-visual b{color:#8d2a2c;background:#fff;border-radius:50%;place-items:center;width:34px;height:34px;display:grid}.duni-chat-page-copy{flex-direction:column;gap:2px;min-width:0;padding:8px 10px;display:flex}.duni-chat-page-copy small{color:#9a7771;text-transform:uppercase;font-size:9px}.duni-chat-page-copy b{font-size:12px}.duni-chat-page-copy span{color:#746762;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:10px;line-height:1.35;display:-webkit-box;overflow:hidden}.duni-chat-page-arrow{color:#8d2a2c;font-size:17px}body.ecard-page-active .duni-chat{display:none}@media (width>=900px){.duni-chat{bottom:24px;right:24px}.duni-chat-panel{bottom:92px;right:24px}}@media (width<=599px){.duni-chat{right:14px;bottom:calc(100px + env(safe-area-inset-bottom))}.duni-chat-trigger{min-height:52px;padding-right:12px}.duni-chat-avatar{width:42px;height:42px}.duni-chat-trigger-copy{flex-direction:column;align-items:flex-start;gap:0;line-height:1.05}.duni-chat-label-prefix{display:none}.duni-chat-trigger b{font-size:12px}.duni-chat-trigger-copy small{font-size:10px}.duni-chat.is-open .duni-chat-trigger{width:52px;padding:5px}.duni-chat-channels{gap:6px;bottom:4px}.duni-chat-channel,.duni-chat-channel img{width:42px;height:42px}.duni-chat.is-open .duni-chat-panel{bottom:calc(170px + env(safe-area-inset-bottom));max-height:calc(100dvh - 182px - env(safe-area-inset-bottom))}.duni-chat-panel form{grid-template-columns:minmax(0,1fr) 52px}}@media (prefers-reduced-motion:reduce){.duni-chat *{scroll-behavior:auto!important}}.duni-chat-size-modal{background:#fff;border:1px solid #eadeda;border-radius:14px;margin:4px 12px 8px;padding:10px 12px;animation:.18s ease-out duniSlideUp;box-shadow:0 8px 24px #3c14161a}@keyframes duniSlideUp{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.duni-chat-size-modal-header{color:#8d2a2c;justify-content:space-between;align-items:center;margin-bottom:8px;font-size:12px;font-weight:700;display:flex}.duni-chat-size-modal-header button{color:#8a7c78;cursor:pointer;background:0 0;border:0;padding:0 4px;font-size:14px;line-height:1}.duni-chat-size-modal-header button:hover{color:#302828}.duni-chat-size-row{grid-template-columns:1fr 1fr;gap:8px;margin-bottom:8px;display:grid}.duni-chat-size-field{flex-direction:column;gap:3px;margin-bottom:8px;display:flex}.duni-chat-size-row .duni-chat-size-field{margin-bottom:0}.duni-chat-size-field label{color:#594d4a;font-size:11px;font-weight:600}.duni-chat-input-unit{align-items:center;display:flex;position:relative}.duni-chat-input-unit input{box-sizing:border-box;background:#fdfaf9;border:1px solid #ded4d1;border-radius:8px;outline:none;width:100%;padding:6px 26px 6px 8px;font-size:12px}.duni-chat-input-unit input:focus{background:#fff;border-color:#8d2a2c}.duni-chat-input-unit span{color:#9a8d8a;pointer-events:none;font-size:11px;position:absolute;right:8px}.duni-chat-size-field select{box-sizing:border-box;color:#302828;cursor:pointer;background:#fdfaf9;border:1px solid #ded4d1;border-radius:8px;outline:none;width:100%;padding:6px 8px;font-size:12px}.duni-chat-size-field select:focus{background:#fff;border-color:#8d2a2c}.duni-chat-size-submit{color:#fff;cursor:pointer;background:#8d2a2c;border:0;border-radius:8px;width:100%;padding:7px 12px;font-size:12px;font-weight:700;transition:background .15s}.duni-chat-size-submit:hover{background:#731f21}.dc-sku-gallery{overscroll-behavior-x:contain;scroll-snap-type:x proximity;scrollbar-width:thin;grid-auto-columns:128px;grid-auto-flow:column;gap:8px;margin:8px 0 12px;padding-bottom:8px;display:grid;overflow-x:auto}.dc-sku-gallery:focus-visible{outline-offset:2px;outline:2px solid #8d2a2c}.dc-sku-tile{color:#352d2a;scroll-snap-align:start;background:#fff;border:1px solid #e4d6d0;border-radius:12px;min-width:0;text-decoration:none;overflow:hidden}.dc-sku-tile img{aspect-ratio:1;object-fit:contain;width:100%;display:block}.dc-sku-tile span,.dc-sku-tile small{overflow-wrap:anywhere;padding:6px 10px;font-size:12px;display:block}.dc-sku-tile small{color:#8d2a2c;padding-top:0;font-size:10px}.dc-sku-tile span{-webkit-line-clamp:2;-webkit-box-orient:vertical;line-height:1.4;display:-webkit-box;overflow:hidden}.dc-answer-cards{color:#352d2a;font-synthesis:none;margin:4px 0 20px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Arial,sans-serif}.dc-section-heading{justify-content:space-between;align-items:center;gap:12px;padding:14px 2px 12px;display:flex}.dc-section-heading small,.dc-fit-heading>span{letter-spacing:1.7px;color:#8d2a2c;font-size:9px;font-weight:700}.dc-section-heading h3{margin:4px 0 0;font-size:22px;font-weight:700;line-height:1.25}.dc-section-heading>span{white-space:nowrap;border:1px solid #dfcfca;border-radius:30px;padding:6px 8px;font-size:9px}.dc-products{grid-template-columns:minmax(0,1fr);gap:8px;display:grid}.dc-product{background:#fff;border:1px solid #e4d6d0;border-radius:14px;grid-template-columns:96px minmax(0,1fr);min-width:0;display:grid;overflow:hidden}.dc-photo{color:#8d2a2c;background:#faf6f2;min-height:120px;display:block;position:relative;overflow:hidden}.dc-photo img{object-fit:contain;width:100%;height:100%;transition:transform .3s;position:absolute;inset:0}.dc-photo:hover img{transform:scale(1.035)}.dc-image-placeholder{flex-direction:column;justify-content:center;align-items:center;font:italic 25px Georgia,serif;display:flex;position:absolute;inset:0}.dc-image-placeholder small{text-transform:uppercase;letter-spacing:2px;margin-top:8px;font:9px sans-serif}.dc-number{color:#492b2b;background:#fffcf3ef;border-radius:20px;padding:5px 8px;font-size:10px;position:absolute;top:10px;left:10px}.dc-photo-link{color:#732326;background:#fff;border-radius:50%;place-items:center;width:28px;height:28px;font-size:18px;display:grid;position:absolute;bottom:9px;right:9px}.dc-product-copy{flex-direction:column;gap:5px;min-width:0;padding:10px;display:flex}.dc-product-copy>small{text-transform:uppercase;color:#85736c;letter-spacing:1px;font-size:9px}.dc-product-name{color:#352d2a;overflow-wrap:anywhere;-webkit-line-clamp:3;-webkit-box-orient:vertical;font-size:13px;font-weight:600;line-height:1.45;text-decoration:none;display:-webkit-box;overflow:hidden}.dc-catalog-note{color:#7b655c;margin:10px 2px;font-size:10px;line-height:1.5}.dc-catalog-note a{color:#8d2a2c;white-space:nowrap}.dc-price{flex-wrap:wrap;align-items:center;gap:4px 7px;margin-top:auto;padding-top:3px;display:flex}.dc-price strong{color:#822b2e;font-size:13px}.dc-price del{color:#85736c;font-size:10px}.dc-product-copy>button{color:#802b2e;cursor:pointer;text-align:left;background:0 0;border:0;border-top:1px solid #ede3de;justify-content:space-between;gap:6px;margin-top:5px;padding:11px 0 0;font-family:inherit;font-size:11px;font-weight:600;display:flex}.dc-variants{border-top:1px solid #eee4de;padding-top:9px}.dc-variants>span{color:#7f6c64;font-size:10px}.dc-variants p{overflow-wrap:anywhere;flex-direction:column;gap:2px;margin:8px 0;font-size:11px;display:flex}.dc-variants small,.dc-variants a{color:#735e58;font-size:10px}.dc-fit,.dc-shipping{background:#fffdf8;border:1px solid #dfcfca;border-radius:16px;margin:12px 0;overflow:hidden}.dc-fit-heading{border-bottom:1px solid #e9ddd5;justify-content:space-between;align-items:center;gap:8px;padding:13px 15px;display:flex}.dc-fit-heading>b{font-size:11px}.dc-fit-body{grid-template-columns:88px minmax(0,1fr);align-items:center;gap:14px;padding:18px 15px;display:grid}.dc-fit-letter{color:#8d2a2c;text-align:center;font-size:64px;font-weight:700;line-height:1}.dc-fit-letter small{letter-spacing:1px;margin-top:9px;font:8px/1.4 sans-serif;display:block}.dc-fit-body strong{font-size:14px}.dc-fit-body p{margin:5px 0 8px;font-size:12px}.dc-fit-body p span{color:#a6897c;margin:0 6px}.dc-fit-body>div>small{color:#7b655c;font-size:11px;line-height:1.55;display:block}.dc-measures{text-align:center;background:#f4ede5;border-radius:10px;grid-template-columns:repeat(3,1fr);margin:0 15px 15px;padding:12px 4px;display:grid}.dc-measures>div+div{border-left:1px solid #ded0c3}.dc-measures dt{color:#7e665a;margin-bottom:5px;font-size:9px}.dc-measures dd{color:#553a31;margin:0;font-size:18px}.dc-measures dd small{font-size:10px}.dc-fact-link{color:#fff;background:#8d2a2c;justify-content:space-between;padding:12px 15px;font-size:11px;text-decoration:none;display:flex}.dc-delivery-figures{grid-template-columns:1fr 1fr;gap:10px;padding:18px 15px 20px;display:grid}.dc-delivery-figures small{color:#7b655c;margin-bottom:8px;font-size:10px;display:block}.dc-delivery-figures strong{color:#8d2a2c;font-variant-numeric:tabular-nums;font-size:23px;font-weight:700;line-height:1.2}.dc-delivery-track{align-items:center;padding:0 34px;display:flex}.dc-delivery-track i{box-sizing:content-box;background:#fff;border:2px solid #b3927f;border-radius:50%;width:7px;height:7px}.dc-delivery-track span{border-top:1px dashed #bca28f;flex:1}.dc-delivery-stops{color:#6f594e;justify-content:space-between;gap:8px;padding:8px 15px 12px;font-size:9px;display:flex}.dc-shipping>p{color:#7b655c;border-top:1px solid #e9ddd5;margin:0;padding:12px 15px;font-size:10px;line-height:1.6}.dc-order-draft{background:#fffdf8;border:1px solid #d9c3bb;border-radius:16px;margin:12px 0;overflow:hidden}.dc-order-draft>header{color:#fff;letter-spacing:1.3px;background:#8d2a2c;justify-content:space-between;gap:8px;padding:12px 15px;font-size:9px;display:flex}.dc-order-draft h4{margin:0;padding:15px 15px 10px;font-size:14px;line-height:1.45}.dc-draft-lines{padding:0 15px 8px}.dc-draft-line{grid-template-columns:45px minmax(0,1fr);align-items:center;gap:8px;padding:7px 0;display:grid}.dc-draft-line label{color:#7e3434;font-size:11px;font-weight:700}.dc-draft-line select{color:#352d2a;background:#fff;border:1px solid #dfcfca;border-radius:10px;width:100%;min-height:40px;padding:8px 10px;font-family:inherit;font-size:12px}.dc-draft-line>span{justify-content:space-between;gap:8px;font-size:11px;display:flex}.dc-draft-line>span small{color:#7b655c;white-space:nowrap}.dc-draft-totals{background:#f4ede5;border-radius:10px;margin:5px 15px 10px;padding:10px 12px}.dc-draft-totals>div{justify-content:space-between;gap:10px;padding:3px 0;font-size:11px;display:flex}.dc-draft-totals dt,.dc-draft-totals dd{margin:0}.dc-draft-totals>div:last-child{color:#8d2a2c;border-top:1px solid #ddcec4;margin-top:5px;padding-top:8px;font-weight:700}.dc-order-draft>p{color:#7b655c;border-top:1px solid #e9ddd5;margin:0;padding:10px 15px;font-size:10px;line-height:1.5}.dc-draft-submit{color:#fff;cursor:pointer;background:#8d2a2c;border:0;border-radius:10px;width:calc(100% - 30px);margin:2px 15px 15px;padding:11px;font-family:inherit;font-size:12px;font-weight:700}.dc-followups{flex-wrap:wrap;gap:6px;margin-top:12px;display:flex}.dc-followups button{color:#7e3434;cursor:pointer;background:0 0;border:1px solid #dfcfca;border-radius:30px;padding:9px 11px;font-family:inherit;font-size:11px}.dc-followups button:hover{background:#f3e7e2}.dc-followups button span{margin-left:5px}.duni-chat-panel{width:min(460px,100vw - 24px);max-height:calc(100dvh - 110px)}.duni-chat-panel:not([hidden]){flex-direction:column;display:flex}.duni-chat-panel>[hidden]{display:none!important}.duni-chat-panel header,.duni-chat-panel form,.duni-chat-suggestions,.duni-chat-note{flex-shrink:0}.duni-chat-panel header p{margin:0}.duni-chat-messages{overscroll-behavior:contain;background:#faf7f2;flex:auto;height:min(520px,56dvh);min-height:100px;padding:16px}.duni-chat-panel form button{min-height:42px}.duni-chat-panel :is(button,a,textarea,input,select):focus-visible{outline-offset:3px;outline:2px solid #ab6554}.duni-chat-message.is-pending{color:#826d62}.duni-chat-size-modal{flex-shrink:0;max-height:42dvh;overflow-y:auto}@media (width<=599px){.duni-chat-panel{left:max(8px,env(safe-area-inset-left));right:max(8px,env(safe-area-inset-right));width:auto;bottom:calc(12px + env(safe-area-inset-bottom));max-height:calc(100dvh - 24px - env(safe-area-inset-bottom))}.duni-chat-messages{height:55dvh;padding:12px}.dc-product-copy{padding:10px}.dc-section-heading h3{font-size:20px}.dc-fit-body{grid-template-columns:72px minmax(0,1fr);gap:10px}.dc-fit-letter{font-size:56px}.duni-chat-panel textarea{font-size:16px}}@media (prefers-reduced-motion:reduce){.dc-photo img,.duni-chat-size-modal{transition:none;animation:none}}@font-face{font-family:swiper-icons;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");font-weight:400;font-style:normal}: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-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.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%}.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.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}}.policy-page{max-width:1040px;margin:0 auto;padding:40px 16px 80px}.policy-hero{text-align:center;background:linear-gradient(135deg,#fff9f8 0%,#fef5f4 50%,#fdf0ee 100%);border:1px solid #f3dedb;border-radius:24px;margin-bottom:36px;padding:32px 20px}.policy-badge{color:#8d2a2c;letter-spacing:.5px;text-transform:uppercase;background:#fbebea;border-radius:999px;align-items:center;gap:6px;margin-bottom:12px;padding:5px 14px;font-size:12px;font-weight:700;display:inline-flex}.policy-hero h1{color:#8d2a2c;margin:0 0 10px;font-size:clamp(24px,4vw,36px);font-weight:800;line-height:1.25}.policy-hero .policy-tagline{color:#302828;margin:0 0 12px;font-size:clamp(15px,2.5vw,18px);font-weight:600}.policy-hero .policy-subtext{color:#735c59;max-width:640px;margin:0 auto;font-size:14px;font-style:italic}.policy-steps-card{background:#fff;border:2px solid #8d2a2c;border-radius:20px;margin-bottom:36px;padding:28px 24px;box-shadow:0 8px 30px #8d2a2c14}.policy-steps-header{text-align:center;margin-bottom:24px}.policy-steps-header h2{color:#8d2a2c;margin:0 0 6px;font-size:22px;font-weight:800}.policy-steps-header p{color:#60514e;margin:0;font-size:14px}.policy-steps-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px;margin-bottom:24px;display:grid}.policy-step-item{background:#fbf5f4;border:1px solid #f1dedb;border-radius:16px;align-items:flex-start;gap:16px;padding:20px;display:flex}.policy-step-num{color:#fff;background:#8d2a2c;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:18px;font-weight:800;display:flex;box-shadow:0 4px 12px #8d2a2c40}.policy-step-content h3{color:#2b2120;margin:0 0 6px;font-size:15px;font-weight:700}.policy-step-content p{color:#594d4a;margin:0;font-size:13.5px;line-height:1.5}.policy-cta-row{flex-wrap:wrap;justify-content:center;align-items:center;gap:12px;display:flex}.policy-btn-primary{color:#fff;background:#8d2a2c;border-radius:999px;align-items:center;gap:8px;padding:12px 24px;font-size:14px;font-weight:700;text-decoration:none;transition:all .2s;display:inline-flex;box-shadow:0 4px 16px #8d2a2c33}.policy-btn-primary:hover{color:#fff;background:#711f21;transform:translateY(-2px)}.policy-btn-outline{color:#8d2a2c;background:#fff;border:1.5px solid #8d2a2c;border-radius:999px;align-items:center;gap:8px;padding:11px 22px;font-size:14px;font-weight:700;text-decoration:none;transition:all .2s;display:inline-flex}.policy-btn-outline:hover{color:#711f21;background:#fbf5f4}.policy-section-title{color:#2b2120;align-items:center;gap:8px;margin:0 0 16px;font-size:20px;font-weight:800;display:flex}.policy-conditions-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:16px;margin-bottom:36px;display:grid}.policy-cond-card{text-align:center;background:#fff;border:1px solid #e8dedb;border-radius:16px;padding:22px 18px;transition:transform .2s,box-shadow .2s;box-shadow:0 4px 16px #00000008}.policy-cond-card:hover{border-color:#d8beba;transform:translateY(-3px);box-shadow:0 8px 24px #8d2a2c14}.policy-cond-icon{color:#8d2a2c;background:#fbf2f1;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;margin:0 auto 12px;font-size:24px;display:flex}.policy-cond-card h3{color:#2b2120;text-transform:uppercase;margin:0 0 6px;font-size:14.5px;font-weight:700}.policy-cond-card p{color:#665754;margin:0;font-size:13px;line-height:1.45}.policy-rules-box{background:#fff;border:1px solid #e8dedb;border-radius:20px;margin-bottom:36px;padding:28px}.policy-rules-list{flex-direction:column;gap:14px;display:flex}.policy-rule-item{background:#fdfaf9;border:1px solid #f3ece9;border-radius:12px;align-items:flex-start;gap:14px;padding:12px 14px;display:flex}.policy-rule-index{color:#fff;background:#8d2a2c;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;font-size:13px;font-weight:700;display:flex}.policy-rule-text{color:#3b302e;margin:0;font-size:13.5px;line-height:1.55}.policy-rule-text strong{color:#8d2a2c}.policy-time-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px;margin-bottom:36px;display:grid}.policy-time-card{background:#fcf6f5;border-left:4px solid #8d2a2c;border-radius:0 16px 16px 0;padding:18px 20px}.policy-time-card h3{color:#8d2a2c;margin:0 0 6px;font-size:15px;font-weight:700}.policy-time-card p{color:#4a3e3b;margin:0;font-size:13px;line-height:1.5}.policy-care-grid{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:12px;margin-bottom:24px;display:grid}.policy-care-item{text-align:center;background:#fff;border:1px solid #eededb;border-radius:14px;padding:16px 10px}.policy-care-item span{margin-bottom:6px;font-size:26px;display:block}.policy-care-item p{color:#443735;margin:0;font-size:12.5px;font-weight:700}.policy-cards-preview{text-align:center;margin-top:36px}.policy-cards-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px;margin-top:16px;display:grid}.policy-card-img-wrapper{background:#fff;border:1px solid #ded3d0;border-radius:16px;overflow:hidden;box-shadow:0 6px 20px #0000000f}.policy-card-img-wrapper img{width:100%;height:auto;transition:transform .25s;display:block}.policy-card-img-wrapper:hover img{transform:scale(1.02)}.product-policy-box{background:#fdfaf9;border:1px solid #eededb;border-radius:16px;margin-top:24px;padding:18px 20px}.product-policy-title{color:#8d2a2c;text-transform:uppercase;letter-spacing:.3px;align-items:center;gap:8px;margin:0 0 12px;font-size:14px;font-weight:800;display:flex}.product-policy-items{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:10px 16px;margin-bottom:12px;display:grid}.product-policy-item{color:#4a3e3b;align-items:flex-start;gap:8px;font-size:12.5px;line-height:1.4;display:flex}.product-policy-item strong{color:#2b2120}.product-policy-link{color:#8d2a2c;align-items:center;gap:4px;margin-top:4px;font-size:12.5px;font-weight:700;text-decoration:underline;transition:color .15s;display:inline-flex}.product-policy-link:hover{color:#641517}@media (width<=600px){.policy-page{padding:20px 12px 60px}.policy-steps-card,.policy-rules-box{padding:20px 16px}.policy-rule-item{gap:10px;padding:10px}.policy-care-grid{grid-template-columns:repeat(2,1fr)}}.product-policy-icon{color:#8d2a2c;background:#fbf2f1;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;margin-top:1px;display:inline-flex}.policy-care-icon{color:#8d2a2c;background:#fbf2f1;border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;margin:0 auto 8px;display:flex}.policy-section-icon{color:#8d2a2c;vertical-align:middle;justify-content:center;align-items:center;margin-right:8px;display:inline-flex}.policy-card-img-wrapper{cursor:zoom-in;position:relative}.policy-card-zoom-hint{color:#fff;opacity:.85;pointer-events:none;background:#1e1414bf;border-radius:999px;align-items:center;gap:5px;padding:4px 10px;font-size:11px;font-weight:600;transition:opacity .2s,transform .2s;display:inline-flex;position:absolute;bottom:10px;right:10px}.policy-card-img-wrapper:hover .policy-card-zoom-hint{opacity:1;transform:scale(1.05)}.policy-lightbox{z-index:99999;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);cursor:zoom-out;background:#0f0a0ae0;justify-content:center;align-items:center;padding:20px;animation:.2s policyFadeIn;display:flex;position:fixed;inset:0}.policy-lightbox[hidden]{display:none}@keyframes policyFadeIn{0%{opacity:0}to{opacity:1}}.policy-lightbox-content{cursor:default;flex-direction:column;align-items:center;max-width:min(1280px,96vw);max-height:92vh;animation:.2s cubic-bezier(.16,1,.3,1) policyZoomIn;display:flex;position:relative}@keyframes policyZoomIn{0%{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}.policy-lightbox-content img{object-fit:contain;background:#fff;border-radius:14px;width:auto;max-width:100%;max-height:82vh;box-shadow:0 16px 48px #0009}.policy-lightbox-close{color:#fff;cursor:pointer;opacity:.85;background:0 0;border:0;padding:4px 8px;font-size:32px;line-height:1;transition:opacity .15s;position:absolute;top:-44px;right:0}.policy-lightbox-close:hover{opacity:1}.policy-lightbox-caption{color:#f1dedb;text-align:center;margin-top:12px;font-size:13.5px;font-weight:600}.privacy-page{max-width:980px;margin:0 auto;padding:40px 16px 80px}.privacy-hero{text-align:center;background:linear-gradient(135deg,#fff9f8 0%,#fef5f4 50%,#fdf0ee 100%);border:1px solid #f3dedb;border-radius:24px;margin-bottom:32px;padding:36px 20px}.privacy-badge{color:#8d2a2c;letter-spacing:.5px;text-transform:uppercase;background:#fbebea;border-radius:999px;align-items:center;gap:6px;margin-bottom:14px;padding:6px 14px;font-size:12px;font-weight:700;display:inline-flex}.privacy-hero h1{color:#8d2a2c;margin:0 0 12px;font-size:clamp(22px,3.8vw,34px);font-weight:800;line-height:1.3}.privacy-hero .privacy-tagline{color:#4a3836;margin:0 0 10px;font-size:clamp(14px,2.2vw,16px);font-weight:600}.privacy-hero .privacy-meta{color:#856a66;max-width:720px;margin:0 auto;font-size:13px;line-height:1.6}.privacy-commit-card{color:#3f3130;background:#fcf6f5;border-left:4px solid #8d2a2c;border-radius:16px;align-items:flex-start;gap:16px;margin-bottom:32px;padding:22px 24px;font-size:14px;line-height:1.65;display:flex}.privacy-commit-card svg{color:#8d2a2c;flex-shrink:0;margin-top:2px}.privacy-sections{flex-direction:column;gap:22px;display:flex}.privacy-card{background:#fff;border:1px solid #ede1df;border-radius:20px;padding:26px 28px;transition:border-color .2s,box-shadow .2s;box-shadow:0 4px 18px #50282808}.privacy-card:hover{border-color:#dfc2be;box-shadow:0 8px 26px #5028280f}.privacy-card-header{border-bottom:1px dashed #f0e3e1;align-items:center;gap:14px;margin-bottom:16px;padding-bottom:12px;display:flex}.privacy-card-icon{color:#8d2a2c;background:#fdf0ee;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;display:flex}.privacy-card-num{color:#a4484a;text-transform:uppercase;letter-spacing:.5px;font-size:12px;font-weight:800}.privacy-card-title{color:#2b2020;margin:2px 0 0;font-size:17px;font-weight:750}.privacy-card-body{color:#4b3d3b;font-size:14px;line-height:1.7}.privacy-card-body p{margin:0 0 10px}.privacy-card-body p:last-child{margin-bottom:0}.privacy-card-body ul,.privacy-card-body ol{margin:8px 0 12px 20px;padding:0}.privacy-card-body li{margin-bottom:8px}.privacy-tag-grid{flex-wrap:wrap;gap:8px;margin:14px 0 10px;display:flex}.privacy-data-tag{color:#4b3836;background:#f9f2f1;border-radius:8px;align-items:center;gap:6px;padding:6px 12px;font-size:13px;font-weight:600;display:inline-flex}.privacy-notice-box{background:#fbf5f4;border:1px solid #ebd7d4;border-radius:14px;margin-top:14px;padding:16px 20px;font-size:13px;line-height:1.6}.privacy-table-wrap{-webkit-overflow-scrolling:touch;border:1px solid #ebd7d4;border-radius:12px;width:100%;margin:14px 0 16px;overflow-x:auto}.privacy-table{border-collapse:collapse;text-align:left;background:#fff;width:100%;font-size:13.5px}.privacy-table th{color:#592426;white-space:nowrap;background:#faf2f1;border-bottom:2px solid #ecd3cf;padding:12px 16px;font-weight:700}.privacy-table td{color:#3f312f;border-bottom:1px solid #f3e6e4;padding:12px 16px;line-height:1.55}.privacy-table tr:last-child td{border-bottom:none}.privacy-table tr:hover td{background:#fdfaf9}.privacy-step-list{flex-direction:column;gap:12px;margin:14px 0 16px;display:flex}.privacy-step-card{background:#fcf8f7;border:1px solid #ebdcd9;border-radius:12px;align-items:flex-start;gap:14px;padding:14px 16px;transition:border-color .2s,background .2s;display:flex}.privacy-step-card:hover{background:#faf2f0;border-color:#dfcac6}.privacy-step-badge{color:#fff;background:#8d2a2c;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:14px;font-weight:750;display:flex}.privacy-step-detail{flex:1;min-width:0}.privacy-step-title{color:#2b2020;margin-bottom:4px;font-size:14.5px;font-weight:700}.privacy-step-desc{color:#4f3f3d;margin:0;font-size:13.5px;line-height:1.55}.privacy-notice-box strong{color:#8d2a2c}.privacy-contact-box{color:#fff;text-align:center;background:linear-gradient(135deg,#2b2020 0%,#3a2b2b 100%);border-radius:22px;margin-top:36px;padding:32px 28px}.privacy-contact-box h2{color:#fff;margin:0 0 10px;font-size:20px;font-weight:750}.privacy-contact-box p{color:#ffffffc7;max-width:640px;margin:0 auto 20px;font-size:14px;line-height:1.65}.privacy-contact-actions{flex-wrap:wrap;justify-content:center;gap:12px;display:flex}.privacy-btn{border-radius:999px;align-items:center;gap:8px;padding:12px 22px;font-size:13px;font-weight:700;text-decoration:none;transition:all .2s;display:inline-flex}.privacy-btn-primary{color:#fff;background:#8d2a2c}.privacy-btn-primary:hover{color:#fff;background:#a83537;transform:translateY(-2px)}.privacy-btn-outline{color:#fff;background:#ffffff1a;border:1px solid #ffffff40}.privacy-btn-outline:hover{color:#fff;background:#fff3;transform:translateY(-2px)}@media (width<=640px){.privacy-page{padding:24px 12px 90px}.privacy-hero{border-radius:20px;padding:24px 16px}.privacy-card{border-radius:16px;padding:20px 18px}.privacy-card-header{gap:10px}.privacy-card-title{font-size:15px}.privacy-contact-box{border-radius:18px;padding:24px 18px}.privacy-btn{justify-content:center;width:100%}}.policy-modal-overlay{z-index:10000;-webkit-backdrop-filter:blur(8px);opacity:0;pointer-events:none;background:#120c0bb8;justify-content:center;align-items:center;padding:24px 16px;transition:opacity .25s cubic-bezier(.16,1,.3,1);display:flex;position:fixed;inset:0}.policy-modal-overlay.is-open{opacity:1;pointer-events:auto}.policy-modal-container{background:#fff;border:1px solid #efe5e3;border-radius:20px;flex-direction:column;width:100%;max-width:820px;max-height:88vh;transition:transform .25s cubic-bezier(.16,1,.3,1);display:flex;overflow:hidden;transform:scale(.95)translateY(14px);box-shadow:0 25px 60px -10px #00000059}.policy-modal-overlay.is-open .policy-modal-container{transform:scale(1)translateY(0)}.policy-modal-header{background:#fff;border-bottom:1px solid #f0e6e4;flex-shrink:0;justify-content:space-between;align-items:center;gap:16px;padding:16px 22px 14px;display:flex}.policy-modal-header-info{flex-direction:column;gap:2px;min-width:0;display:flex}.policy-modal-badge{letter-spacing:.4px;text-transform:uppercase;color:#8d2a2c;background:#fdf0ef;border-radius:999px;align-items:center;gap:6px;width:fit-content;padding:2px 9px;font-size:11px;font-weight:700;display:inline-flex}.policy-modal-title{color:#2d2624;white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:17px;font-weight:800;overflow:hidden}.policy-modal-close{color:#6e6462;cursor:pointer;background:#faf7f6;border:1px solid #e8dedb;border-radius:50%;justify-content:center;align-items:center;width:36px;min-width:36px;height:36px;transition:all .2s;display:flex}.policy-modal-close:hover{color:#1a1514;background:#f2ebe8;transform:rotate(90deg)}.policy-modal-progress-track{background:#f5ebe9;flex-shrink:0;width:100%;height:3px;position:relative}.policy-modal-progress-bar{background:linear-gradient(90deg,#c9715a,#8d2a2c);width:0%;height:100%;transition:width .12s,background .2s}.policy-modal-progress-bar.is-completed{background:#16a34a}.policy-modal-body{-webkit-overflow-scrolling:touch;scroll-behavior:smooth;flex:1;padding:20px 24px;overflow-y:auto}.policy-modal-body .privacy-hero{border-radius:16px;margin-bottom:18px;padding:20px 16px}.policy-modal-body .privacy-hero h1{font-size:20px}.policy-modal-body .privacy-commit-card{border-radius:12px;margin-bottom:20px;padding:16px 18px;font-size:13.5px}.policy-modal-body .privacy-card{border-radius:16px;margin-bottom:16px;padding:20px}.policy-modal-body .privacy-card-title{font-size:16px}.policy-modal-body .privacy-contact-box{border-radius:16px;margin-top:20px;padding:20px}.policy-modal-bottom-sentinel{padding:16px 0 10px}.policy-modal-read-complete{color:#166534;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:12px;align-items:center;gap:12px;padding:14px 18px;font-size:13.5px;font-weight:500;line-height:1.5;display:flex}.policy-modal-read-complete svg{color:#16a34a;flex-shrink:0}.policy-modal-footer{background:#faf7f6;border-top:1px solid #f0e6e4;flex-shrink:0;justify-content:space-between;align-items:center;gap:14px;padding:14px 22px;display:flex}.policy-modal-footer-status{color:#6e6462;align-items:center;gap:8px;min-width:0;font-size:12.5px;display:flex}.policy-status-indicator{background:#c9715a;border-radius:50%;width:8px;min-width:8px;height:8px;animation:1.5s infinite pulse-indicator}.policy-status-indicator.is-completed{background:#16a34a;animation:none}@keyframes pulse-indicator{0%{opacity:.6;transform:scale(.9)}50%{opacity:1;transform:scale(1.3)}to{opacity:.6;transform:scale(.9)}}.policy-modal-actions{flex-shrink:0;align-items:center;gap:10px;display:flex}.policy-btn-secondary{color:#5a4f4c;cursor:pointer;background:#fff;border:1px solid #ded5d2;border-radius:8px;padding:10px 18px;font-size:13px;font-weight:600;transition:all .2s}.policy-btn-secondary:hover{color:#2d2624;background:#f5eeec}.policy-btn-agree{color:#8e817e;cursor:not-allowed;opacity:.75;background:#d8cecc;border:none;border-radius:8px;align-items:center;gap:8px;padding:10px 22px;font-size:13px;font-weight:700;transition:all .25s;display:inline-flex}.policy-btn-agree.is-ready{color:#fff;cursor:pointer;opacity:1;background:#8d2a2c;animation:1.8s ease-in-out infinite pulse-ready-btn;box-shadow:0 4px 14px #8d2a2c59}.policy-btn-agree.is-ready:hover{background:#a12a2d;transform:translateY(-1px);box-shadow:0 6px 18px #8d2a2c73}@keyframes pulse-ready-btn{0%{box-shadow:0 0 #8d2a2c66}70%{box-shadow:0 0 0 8px #8d2a2c00}to{box-shadow:0 0 #8d2a2c00}}.auth-consent-group.just-agreed{animation:1.6s consent-flash}@keyframes consent-flash{0%{background:#dcfce7;border-radius:6px}to{background:0 0}}@media (width<=640px){.policy-modal-overlay{align-items:flex-end;padding:0}.policy-modal-container{border-radius:20px 20px 0 0;width:100%;max-height:92vh}.policy-modal-header{padding:14px 18px}.policy-modal-body{padding:16px 18px}.policy-modal-footer{padding:12px 18px calc(12px + env(safe-area-inset-bottom,0px));flex-direction:column;align-items:stretch;gap:10px}.policy-modal-actions{width:100%;display:flex}.policy-btn-secondary{text-align:center;flex:1;justify-content:center}.policy-btn-agree{text-align:center;flex:2;justify-content:center}}.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)}}
