:root{--bg:#FFFFFF;--bg-subtle:#F7F6F4;--surface:#FFFFFF;--surface-2:#F4F2EF;--text:#1A1714;--text-muted:#6B6258;--text-faint:#948B80;--border:#E7E3DE;--brand:#F40009;--brand-strong:#CC0008;--on-brand:#FFFFFF;--success:#7CC242;--success-bg:rgba(124,194,66,.16);--star:#E0A53C;--band-dark:#1A1714;--band-dark-surface:#262220;--on-dark:#FFFFFF;--on-dark-muted:rgba(255,255,255,.7);--sh-sm:0 1px 2px rgba(26,23,20,.05);--sh:0 1px 2px rgba(26,23,20,.04), 0 14px 34px -14px rgba(26,23,20,.18);color-scheme:light}[data-theme=dark]{--bg:#121110;--bg-subtle:#1A1714;--surface:#1C1916;--surface-2:#241F1B;--text:#F5F2EE;--text-muted:#B4AA9E;--text-faint:#8A8175;--border:#332E29;--brand:#FF1A22;--brand-strong:#FF4049;--on-brand:#FFFFFF;--success:#7CC242;--success-bg:rgba(124,194,66,.16);--star:#E8B24A;--band-dark:#0E0D0C;--band-dark-surface:#1C1916;--on-dark:#FFFFFF;--on-dark-muted:rgba(255,255,255,.72);--sh-sm:0 1px 2px rgba(0,0,0,.5);--sh:0 1px 2px rgba(0,0,0,.4), 0 14px 34px -14px rgba(0,0,0,.7);color-scheme:dark}body.page-type-index,body.page-type-product,body.page-type-page,body.page-type-search,body.page-type-collection,body.page-type-list-collections,body.page-type-blog,body.page-type-article,body.page-type-404,body.page-type-password,body.page-type-policy{background:var(--bg);color:var(--text)}body.page-type-index,body.page-type-index *,body.page-type-product,body.page-type-product *{transition:background-color .25s ease,border-color .25s ease,color .2s ease,fill .2s ease,box-shadow .25s ease}@media(prefers-reduced-motion:reduce){body.page-type-index,body.page-type-index *,body.page-type-product,body.page-type-product *{transition:none!important}html{scroll-behavior:auto!important}}html{scroll-behavior:smooth}.chili-anchor{display:block;height:0;overflow:hidden;scroll-margin-top:var(--chili-anchor-offset,120px)}@media(max-width:900px){:root{--chili-anchor-offset:104px}}.theme-toggle{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:transparent;border:1px solid var(--border);color:var(--text);cursor:pointer;flex:0 0 auto;padding:0}.theme-toggle:hover{background:var(--surface-2)}.theme-toggle svg{width:18px;height:18px;display:block}.theme-toggle .icon-sun{display:none}[data-theme=dark] .theme-toggle .icon-sun{display:block}[data-theme=dark] .theme-toggle .icon-moon{display:none}body.page-type-index a:focus-visible,body.page-type-index button:focus-visible,body.page-type-index input:focus-visible,body.page-type-product a:focus-visible,body.page-type-product button:focus-visible,body.page-type-product input:focus-visible,body.page-type-product summary:focus-visible,#header-group a:focus-visible,#header-group button:focus-visible,#footer-group a:focus-visible,#footer-group button:focus-visible{outline:2px solid var(--brand);outline-offset:2px;border-radius:8px;box-shadow:none}.chili-display{font-family:Plus Jakarta Sans,Inter,system-ui,sans-serif}.chili-search-drawer{background:var(--surface)!important;color:var(--text);border-left:1px solid var(--border);width:min(440px,92vw)}.chili-search-drawer .csd-inner{display:flex;flex-direction:column;height:100%}.chili-search-drawer .csd-head{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:20px 22px;background:var(--surface);border-bottom:1px solid var(--border)}.chili-search-drawer .csd-title{margin:0;font-family:Plus Jakarta Sans,Inter,sans-serif;font-weight:700;font-size:18px;letter-spacing:-.02em;color:var(--text)}.chili-search-drawer .csd-close{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;padding:0;border:1px solid var(--border);border-radius:50%;background:var(--surface);color:var(--text);cursor:pointer;transition:background .15s ease,border-color .15s ease}.chili-search-drawer .csd-close:hover{background:var(--surface-2);border-color:var(--text-faint)}.chili-search-drawer .csd-close svg{width:18px;height:18px}.chili-search-drawer .csd-body{flex:1;overflow-y:auto;padding:22px}.chili-search-drawer .csd-form{position:relative;display:block;margin:0}.chili-search-drawer .csd-search-icon{position:absolute;left:16px;top:26px;transform:translateY(-50%);display:inline-flex;color:var(--text-faint);pointer-events:none}.chili-search-drawer .csd-search-icon svg{width:20px;height:20px}.chili-search-drawer .csd-input{width:100%;height:52px;padding:0 56px 0 46px;border-radius:13px;border:1px solid var(--border);background:var(--bg);color:var(--text);font-family:Inter,sans-serif;font-size:16px;outline:none;box-shadow:none}.chili-search-drawer .csd-input::placeholder{color:var(--text-faint)}.chili-search-drawer .csd-input:focus{border-color:var(--brand);box-shadow:0 0 0 4px color-mix(in srgb,var(--brand) 16%,transparent)}.chili-search-drawer .csd-submit{position:absolute;right:6px;top:6px;width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;padding:0;border:none;border-radius:10px;background:linear-gradient(to bottom,var(--brand),var(--brand-strong));color:var(--on-brand);cursor:pointer}.chili-search-drawer .csd-submit svg{width:20px;height:20px}.chili-search-drawer .csd-submit:hover{filter:brightness(1.05)}.chili-search-drawer .csd-empty{padding:24px 0 8px;text-align:center;color:var(--text-muted);font-family:Inter,sans-serif}.chili-search-drawer .csd-empty-text{margin:0 0 14px}.chili-search-drawer .csd-empty-btn{display:inline-flex;align-items:center;justify-content:center;height:44px;padding:0 22px;border:1px solid var(--brand);border-radius:11px;background:transparent;color:var(--brand);font-family:Inter,sans-serif;font-weight:600;cursor:pointer}.chili-search-drawer .csd-empty-btn:hover{background:var(--brand);color:var(--on-brand)}.chili-search-drawer .predictive-search-results{padding-top:18px}.chili-search-drawer .predictive-search-results .title{font-family:Inter,sans-serif;font-weight:700;font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:var(--text-faint);border-bottom:1px solid var(--border);padding-bottom:8px;margin-bottom:12px}.chili-search-drawer .list-group{margin-bottom:22px}.chili-search-drawer .list-group-item{background:transparent;border:none;padding:0;margin-bottom:4px}.chili-search-drawer .list-group-item-action{display:block;padding:10px;border-radius:12px;color:var(--text);text-decoration:none;transition:background .15s ease}.chili-search-drawer .list-group-item-action:hover,.chili-search-drawer .list-group-item-action:focus{background:var(--surface-2);color:var(--text)}.chili-search-drawer .cart-item-product-title{font-family:Plus Jakarta Sans,Inter,sans-serif;font-weight:700;font-size:14px;line-height:1.3;color:var(--text)}.chili-search-drawer .product-card-price{font-family:Plus Jakarta Sans,Inter,sans-serif;margin-bottom:.25rem}.chili-search-drawer .product-card-price-final,.chili-search-drawer .product-price-final-sale{color:var(--brand-strong)!important;font-weight:800}.chili-search-drawer .product-card-price-compare{color:var(--text-faint)!important;font-weight:500}.chili-search-drawer .csd-getdeal{display:inline-flex;align-items:center;justify-content:center;gap:7px;width:100%;height:42px;margin-top:6px;border-radius:14px;background:linear-gradient(to bottom,var(--brand),var(--brand-strong));color:var(--on-brand)!important;font-family:Inter,sans-serif;font-weight:700;font-size:14px;text-decoration:none}.chili-search-drawer .csd-getdeal svg{width:16px;height:16px}.chili-search-drawer .list-group-item-action:hover .csd-getdeal{filter:brightness(1.06)}.chili-search-drawer .predictive-search-option-search-keywords .btn{width:100%;border-radius:12px;background:color-mix(in srgb,var(--brand) 10%,var(--surface));color:var(--brand);font-family:Inter,sans-serif;font-weight:700;border:none;padding:13px 16px;display:flex;align-items:center;justify-content:space-between}.chili-search-drawer .predictive-search-option-search-keywords .btn:hover{background:color-mix(in srgb,var(--brand) 16%,var(--surface))}.chili-search-drawer .predictive-search-option-search-keywords .btn svg{width:20px;height:20px;color:var(--brand)}.product-card{position:relative;transition:all .3s ease}.product-card:hover{transform:translateY(-2px);box-shadow:0 4px 15px #0000001a}.quiz-btn.accent{border:none;border-radius:var(--bs-border-radius, .375rem);background:var(--bs-primary, #0d6efd);color:#fff;cursor:pointer;transition:all .3s ease;width:100%;display:flex;align-items:center;justify-content:center;min-height:40px;text-transform:uppercase;letter-spacing:.5px}.quiz-btn.accent:hover{background:var(--bs-primary-dark, #0b5ed7);transform:translateY(-1px);box-shadow:0 2px 8px #00000026}.quiz-btn.accent:active{transform:translateY(0)}.product-tag{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);white-space:nowrap;text-overflow:ellipsis;overflow:hidden;max-width:120px}.product-siblings{align-items:center}.sibling-image img{transition:transform .2s ease}.sibling-image:hover img{transform:scale(1.1)}.sibling-more{font-family:var(--bs-font-sans-serif);-webkit-user-select:none;user-select:none}.product-subtitle{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;max-width:100%}@media(max-width:576px){.product-card{margin-bottom:1rem}.product-tag{max-width:100px;font-size:10px!important}.sibling-image,.sibling-more{width:28px!important;height:28px!important}.product-subtitle{font-size:11px!important}}.quiz-results .product-card{background:#ffffff0d;border-radius:var(--bs-border-radius, .375rem);padding:1rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1)}.quiz-results .product-card:hover{background:#ffffff14;border-color:#fff3}.quiz-results .quiz-btn.accent{background:linear-gradient(135deg,var(--bs-primary, #0d6efd),var(--bs-info, #0dcaf0));border:2px solid rgba(255,255,255,.3);text-shadow:0 1px 2px rgba(0,0,0,.2);font-weight:600}.quiz-results .quiz-btn.accent:hover{background:linear-gradient(135deg,var(--bs-primary-dark, #0b5ed7),var(--bs-info-dark, #087990));border-color:#ffffff80}.product-card a:focus,.quiz-btn:focus{outline:2px solid var(--bs-primary, #0d6efd);outline-offset:2px}.product-card.loading{opacity:.7;pointer-events:none}.product-card.loading:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:#ffffff1a;display:flex;align-items:center;justify-content:center}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.recommendation-item{animation:fadeInUp .6s ease forwards}.recommendation-item:nth-child(2){animation-delay:.1s}.recommendation-item:nth-child(3){animation-delay:.2s}.recommendation-item:nth-child(4){animation-delay:.3s}
/*# sourceMappingURL=/cdn/shop/t/6/assets/custom.css.map */
