:root{--bg: #F8FAFF;--bg-2: #EEF4FF;--surface: #FFFFFF;--surface-blue: #DBEAFE;--primary: #0369A1;--primary-lt: #0EA5E9;--primary-dim: rgba(3,105,161,.08);--accent: #F97316;--accent-hover: #EA6C0A;--text: #0F172A;--text-soft: #475569;--muted: #94A3B8;--border: #E2E8F0;--border-blue: #BFDBFE;--color-primary: var(--primary);--color-secondary: var(--bg-2);--color-text: var(--text);--color-text-light: var(--text-soft);--color-border: var(--border);--grad-hero: linear-gradient(135deg, #1E3A8A 0%, #0369A1 40%, #0EA5E9 70%, #06B6D4 100%);--grad-card: linear-gradient(135deg, #EEF4FF 0%, #DBEAFE 100%);--font-display: "Space Grotesk", sans-serif;--font-body: "DM Sans", sans-serif;--font-mono: "JetBrains Mono", monospace;--radius-sm: 4px;--radius-md: 10px;--radius-lg: 18px;--radius-xl: 24px;--shadow-sm: 0 1px 3px rgba(15,23,42,.06), 0 1px 2px rgba(15,23,42,.04);--shadow-md: 0 4px 16px rgba(15,23,42,.08);--shadow-lg: 0 16px 40px rgba(15,23,42,.1);--shadow-blue: 0 8px 32px rgba(3,105,161,.18);--transition: all .28s cubic-bezier(.4,0,.2,1)}*,*:before,*:after{box-sizing:border-box}body{font-family:var(--font-body);color:var(--text);margin:0;padding:0;background-color:var(--bg);line-height:1.6;-webkit-font-smoothing:antialiased;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);font-weight:700;color:var(--text);margin-top:0;letter-spacing:0}a{text-decoration:none}img{display:block;max-width:100%}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid rgba(14,165,233,.42);outline-offset:3px}.container{max-width:1200px;margin:0 auto;padding:0 24px}.btn{display:inline-flex;align-items:center;gap:8px;background:#fff;color:var(--primary);font-family:var(--font-display);font-weight:700;font-size:15px;padding:13px 28px;border-radius:var(--radius-md);transition:var(--transition);border:none;cursor:pointer;box-shadow:0 4px 16px #00000026}.btn:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0003}.btn-outline{display:inline-flex;align-items:center;gap:8px;background:transparent;color:var(--primary);font-family:var(--font-display);font-weight:600;font-size:14px;padding:10px 22px;border-radius:var(--radius-md);border:1.5px solid var(--border-blue);text-decoration:none;transition:var(--transition);cursor:pointer}.btn-outline:hover{background:var(--bg-2);border-color:var(--primary);color:var(--primary)}.section-label{font-family:var(--font-mono);font-size:11px;letter-spacing:.15em;text-transform:uppercase;color:var(--primary);margin-bottom:12px;display:flex;align-items:center;gap:8px}.section-label:before{content:"";width:20px;height:2px;background:var(--grad-hero);border-radius:1px;flex-shrink:0}.section-title{font-family:var(--font-display);font-size:clamp(1.8rem,2.5vw,2.5rem);font-weight:700;letter-spacing:0;color:var(--text);margin-bottom:10px}.section-head{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:48px;flex-wrap:wrap;gap:20px}#ChilltoHome-template--20663669129351__chillto-homepage .add-btn{background:#16831f;color:#fff}#ChilltoHome-template--20663669129351__chillto-homepage .add-btn:hover,#ChilltoHome-template--20663669129351__chillto-homepage .add-btn:focus-visible{background:#0f6f17}#ChilltoHome-template--20663669129351__chillto-homepage .add-btn--link{display:flex;align-items:center;justify-content:center}#ChilltoHome-template--20663669129351__chillto-homepage .hero-dots button{min-width:24px;min-height:24px;background-clip:content-box;padding:8px}#ChilltoHome-template--20663669129351__chillto-homepage .hero-dots button.is-active{min-width:38px}#ChilltoHome-template--20663669129351__chillto-homepage .cart-page,#ChilltoHome-template--20663669129351__chillto-homepage .product-page,#ChilltoHome-template--20663669129351__chillto-homepage .collection-page{background:#fff;padding:clamp(40px,6vw,84px) 0}#ChilltoHome-template--20663669129351__chillto-homepage .cart-head{margin-bottom:28px}#ChilltoHome-template--20663669129351__chillto-homepage .cart-head h1,#ChilltoHome-template--20663669129351__chillto-homepage .product-page h1{font-size:clamp(2.1rem,4vw,4rem);line-height:1;margin-bottom:12px}#ChilltoHome-template--20663669129351__chillto-homepage .cart-layout,#ChilltoHome-template--20663669129351__chillto-homepage .product-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,420px);gap:clamp(24px,4vw,56px);align-items:start}#ChilltoHome-template--20663669129351__chillto-homepage .cart-items{display:grid;gap:16px}#ChilltoHome-template--20663669129351__chillto-homepage .cart-item{display:grid;grid-template-columns:112px minmax(0,1fr) 110px auto;gap:18px;align-items:center;padding:16px;border:1px solid var(--border);border-radius:14px;background:#fff}#ChilltoHome-template--20663669129351__chillto-homepage .cart-item__image{display:block;aspect-ratio:1;border-radius:10px;background:#f6f9fb;overflow:hidden}#ChilltoHome-template--20663669129351__chillto-homepage .cart-item__image img{width:100%;height:100%;object-fit:contain}#ChilltoHome-template--20663669129351__chillto-homepage .cart-item__title{color:var(--text);font-weight:800}#ChilltoHome-template--20663669129351__chillto-homepage .cart-item__details p{color:var(--text-soft);margin:6px 0 0}#ChilltoHome-template--20663669129351__chillto-homepage .cart-item__price{font-weight:800}#ChilltoHome-template--20663669129351__chillto-homepage .cart-item__qty span,#ChilltoHome-template--20663669129351__chillto-homepage .qty-field span{display:block;color:var(--text-soft);font-size:13px;font-weight:700;margin-bottom:6px}#ChilltoHome-template--20663669129351__chillto-homepage .cart-item__qty input,#ChilltoHome-template--20663669129351__chillto-homepage .qty-field input{width:100%;min-height:44px;border:1px solid var(--border);border-radius:10px;padding:0 12px;color:var(--text)}#ChilltoHome-template--20663669129351__chillto-homepage .cart-item__remove,#ChilltoHome-template--20663669129351__chillto-homepage .continue-link{color:var(--primary);font-weight:800}#ChilltoHome-template--20663669129351__chillto-homepage .cart-summary,#ChilltoHome-template--20663669129351__chillto-homepage .empty-cart{border:1px solid var(--border);border-radius:18px;padding:clamp(20px,3vw,32px);background:#f8fbff;box-shadow:var(--shadow-sm)}#ChilltoHome-template--20663669129351__chillto-homepage .cart-summary h2,#ChilltoHome-template--20663669129351__chillto-homepage .empty-cart h2{font-size:1.5rem;margin-bottom:18px}#ChilltoHome-template--20663669129351__chillto-homepage .summary-row{display:flex;justify-content:space-between;gap:16px;padding:16px 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border);margin-bottom:16px}#ChilltoHome-template--20663669129351__chillto-homepage .checkout-btn,#ChilltoHome-template--20663669129351__chillto-homepage .update-btn{width:100%;min-height:48px;border:0;border-radius:10px;font-weight:900;cursor:pointer}#ChilltoHome-template--20663669129351__chillto-homepage .checkout-btn{display:inline-flex;align-items:center;justify-content:center;background:var(--primary);color:#fff;margin-top:10px}#ChilltoHome-template--20663669129351__chillto-homepage .update-btn{background:#eaf3ff;color:var(--primary);margin-top:10px}#ChilltoHome-template--20663669129351__chillto-homepage .cart-summary .continue-link,#ChilltoHome-template--20663669129351__chillto-homepage .empty-cart .continue-link{display:inline-flex;margin-top:16px}#ChilltoHome-template--20663669129351__chillto-homepage .product-page__media{background:#f6f9fb;border:1px solid var(--border);border-radius:18px;padding:clamp(18px,3vw,34px)}#ChilltoHome-template--20663669129351__chillto-homepage .product-page__media img{width:100%;aspect-ratio:1;object-fit:contain}#ChilltoHome-template--20663669129351__chillto-homepage .product-price{color:var(--primary);font-size:1.7rem;font-weight:900;margin-bottom:12px}#ChilltoHome-template--20663669129351__chillto-homepage .availability-pill{display:inline-flex;padding:7px 12px;border-radius:999px;background:#e8f8ee;color:#12651d;font-weight:800;margin:0 0 18px}#ChilltoHome-template--20663669129351__chillto-homepage .product-status{margin:8px 0 10px;color:var(--text-soft);font-size:13px;font-weight:850}#ChilltoHome-template--20663669129351__chillto-homepage .product-status--available{color:#12651d}#ChilltoHome-template--20663669129351__chillto-homepage .product-status--inquiry{color:var(--primary)}#ChilltoHome-template--20663669129351__chillto-homepage .product-form{display:grid;gap:12px;margin-bottom:24px}#ChilltoHome-template--20663669129351__chillto-homepage .product-form .add-btn,#ChilltoHome-template--20663669129351__chillto-homepage .product-form .btn-light{width:100%}#ChilltoHome-template--20663669129351__chillto-homepage .product-description{color:var(--text-soft);line-height:1.7}#ChilltoHome-template--20663669129351__chillto-homepage .product-description table{width:100%;display:block;overflow-x:auto}#ChilltoHome-template--20663669129351__chillto-homepage .content-page,#ChilltoHome-template--20663669129351__chillto-homepage .collections-page,#ChilltoHome-template--20663669129351__chillto-homepage .policy-page{background:#fff;padding:clamp(42px,7vw,92px) 0}#ChilltoHome-template--20663669129351__chillto-homepage .content-page__shell{max-width:920px}#ChilltoHome-template--20663669129351__chillto-homepage .content-page h1,#ChilltoHome-template--20663669129351__chillto-homepage .collections-page h1{font-size:clamp(2.1rem,4vw,4rem);line-height:1;margin-bottom:22px}#ChilltoHome-template--20663669129351__chillto-homepage .content-page .eyebrow,#ChilltoHome-template--20663669129351__chillto-homepage .collections-page .eyebrow{color:var(--primary)}#ChilltoHome-template--20663669129351__chillto-homepage .content-page .eyebrow:after,#ChilltoHome-template--20663669129351__chillto-homepage .collections-page .eyebrow:after{background:var(--green)}#ChilltoHome-template--20663669129351__chillto-homepage .rte{color:var(--text-soft);font-size:16px;line-height:1.8}#ChilltoHome-template--20663669129351__chillto-homepage .rte h2,#ChilltoHome-template--20663669129351__chillto-homepage .rte h3{color:var(--text);margin:1.4em 0 .5em}#ChilltoHome-template--20663669129351__chillto-homepage .rte a{color:var(--primary);font-weight:800;text-decoration:underline}#ChilltoHome-template--20663669129351__chillto-homepage .rte ul,#ChilltoHome-template--20663669129351__chillto-homepage .rte ol{padding-left:1.2rem}#ChilltoHome-template--20663669129351__chillto-homepage .rte table{width:100%;display:block;overflow-x:auto;border-collapse:collapse}#ChilltoHome-template--20663669129351__chillto-homepage .rte th,#ChilltoHome-template--20663669129351__chillto-homepage .rte td{padding:12px;border:1px solid var(--border)}#ChilltoHome-template--20663669129351__chillto-homepage .info-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:34px}#ChilltoHome-template--20663669129351__chillto-homepage .info-grid>div,#ChilltoHome-template--20663669129351__chillto-homepage .contact-card{border:1px solid var(--border);border-radius:8px;background:#f8fbff;padding:22px}#ChilltoHome-template--20663669129351__chillto-homepage .info-grid strong,#ChilltoHome-template--20663669129351__chillto-homepage .info-grid span{display:block}#ChilltoHome-template--20663669129351__chillto-homepage .info-grid strong{margin-bottom:8px;color:var(--text)}#ChilltoHome-template--20663669129351__chillto-homepage .info-grid span{color:var(--text-soft);font-size:14px;line-height:1.65}#ChilltoHome-template--20663669129351__chillto-homepage .contact-panel{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,360px);gap:24px;align-items:start;margin-top:32px}#ChilltoHome-template--20663669129351__chillto-homepage .contact-form{display:grid;gap:16px}#ChilltoHome-template--20663669129351__chillto-homepage .field-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}#ChilltoHome-template--20663669129351__chillto-homepage .contact-form label span{display:block;margin-bottom:7px;color:var(--text);font-size:13px;font-weight:900}#ChilltoHome-template--20663669129351__chillto-homepage .contact-form input,#ChilltoHome-template--20663669129351__chillto-homepage .contact-form textarea{width:100%;border:1px solid var(--border);border-radius:8px;padding:13px 14px;color:var(--text);font:inherit;background:#fff}#ChilltoHome-template--20663669129351__chillto-homepage .contact-form textarea{resize:vertical}#ChilltoHome-template--20663669129351__chillto-homepage .form-message{border-radius:8px;padding:13px 14px;font-weight:800}#ChilltoHome-template--20663669129351__chillto-homepage .form-message--success{background:#e8f8ee;color:#12651d}#ChilltoHome-template--20663669129351__chillto-homepage .form-message--error{background:#fff1f1;color:#b42318}#ChilltoHome-template--20663669129351__chillto-homepage .contact-card h2{margin-bottom:12px}#ChilltoHome-template--20663669129351__chillto-homepage .contact-card p{color:var(--text-soft);line-height:1.7}#ChilltoHome-template--20663669129351__chillto-homepage .content-page__cta{width:auto;padding:0 22px}#ChilltoHome-template--20663669129351__chillto-homepage .content-page__actions{display:flex;flex-wrap:wrap;gap:16px;align-items:center;margin-top:28px}#ChilltoHome-template--20663669129351__chillto-homepage .content-page__actions .checkout-btn{width:auto;padding:0 22px;margin:0}#ChilltoHome-template--20663669129351__chillto-homepage .product-empty{max-width:620px;margin:0 auto;text-align:center}@media(max-width:820px){#ChilltoHome-template--20663669129351__chillto-homepage .cart-layout,#ChilltoHome-template--20663669129351__chillto-homepage .product-layout,#ChilltoHome-template--20663669129351__chillto-homepage .contact-panel,#ChilltoHome-template--20663669129351__chillto-homepage .info-grid,#ChilltoHome-template--20663669129351__chillto-homepage .field-grid{grid-template-columns:1fr}#ChilltoHome-template--20663669129351__chillto-homepage .cart-item{grid-template-columns:84px 1fr}#ChilltoHome-template--20663669129351__chillto-homepage .cart-item__qty,#ChilltoHome-template--20663669129351__chillto-homepage .cart-item__remove{grid-column:2}}#ChilltoHome-template--20663669129351__chillto-homepage{--navy: #003B5C;--blue: #004A98;--blue-2: #0B82E6;--green: #16831F;--ink: #082244;--muted: #657184;--line: #E4E9F1;--soft: #F5FAFF;--shadow: 0 18px 44px rgba(0, 59, 92, .11);--ease: cubic-bezier(.2, .8, .2, 1);--font: Aptos, "Segoe UI", Tahoma, sans-serif}#ChilltoHome-template--20663669129351__chillto-homepage *{box-sizing:border-box}#ChilltoHome-template--20663669129351__chillto-homepage{margin:0;color:var(--ink);background:radial-gradient(circle at 92% 18%,rgba(11,130,230,.08),transparent 28%),linear-gradient(180deg,#fff 0%,var(--soft) 46%,#fff 100%);font-family:var(--font);-webkit-font-smoothing:antialiased}#ChilltoHome-template--20663669129351__chillto-homepage a{color:inherit;text-decoration:none}#ChilltoHome-template--20663669129351__chillto-homepage img{display:block;max-width:100%}#ChilltoHome-template--20663669129351__chillto-homepage svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}#ChilltoHome-template--20663669129351__chillto-homepage .container{width:min(100% - 80px,1320px);margin:0 auto}#ChilltoHome-template--20663669129351__chillto-homepage .announcement{border-bottom:1px solid #EEF2F6;background:radial-gradient(circle at 78% 18%,rgba(11,130,230,.08),transparent 34%),linear-gradient(145deg,#fff 0%,var(--soft) 100%)}#ChilltoHome-template--20663669129351__chillto-homepage .announcement-inner{min-height:44px;display:flex;align-items:center;justify-content:center;gap:clamp(18px,4vw,60px);color:#1e2a3a;font-size:13px;font-weight:600}#ChilltoHome-template--20663669129351__chillto-homepage .announcement span{display:inline-flex;align-items:center;gap:9px;white-space:nowrap}#ChilltoHome-template--20663669129351__chillto-homepage .announcement svg{width:22px;height:22px;color:var(--green)}#ChilltoHome-template--20663669129351__chillto-homepage .announcement span:first-child svg{color:var(--blue-2)}#ChilltoHome-template--20663669129351__chillto-homepage .header{background:#fff;border-bottom:1px solid #EDF1F6;box-shadow:0 1px #08224408}#ChilltoHome-template--20663669129351__chillto-homepage .header-inner{min-height:112px;display:flex;align-items:center;justify-content:space-between;gap:34px}#ChilltoHome-template--20663669129351__chillto-homepage .logo{display:inline-flex;align-items:center;gap:10px;flex:0 0 auto}#ChilltoHome-template--20663669129351__chillto-homepage .logo--brand{width:clamp(210px,17vw,292px);max-width:30vw;min-width:0}#ChilltoHome-template--20663669129351__chillto-homepage .brand-logo{display:block;width:100%;height:auto;object-fit:contain}#ChilltoHome-template--20663669129351__chillto-homepage .logo--footer{width:min(292px,100%);max-width:100%;padding:0;filter:drop-shadow(0 14px 26px rgba(0,27,66,.32))}#ChilltoHome-template--20663669129351__chillto-homepage .logo-mark{width:54px;height:54px}#ChilltoHome-template--20663669129351__chillto-homepage .logo-word{display:inline-flex;align-items:baseline;font-size:clamp(42px,4vw,58px);font-weight:950;line-height:1;letter-spacing:0}#ChilltoHome-template--20663669129351__chillto-homepage .logo-word span:first-child{color:var(--blue)}#ChilltoHome-template--20663669129351__chillto-homepage .logo-word span:last-child{color:var(--green)}#ChilltoHome-template--20663669129351__chillto-homepage .nav{display:flex;align-items:center;gap:clamp(28px,3vw,46px);color:#12243d;font-size:15px;font-weight:700}#ChilltoHome-template--20663669129351__chillto-homepage .nav a{position:relative;padding:45px 0 42px}#ChilltoHome-template--20663669129351__chillto-homepage .nav a.is-active{color:var(--blue)}#ChilltoHome-template--20663669129351__chillto-homepage .nav a.is-active:after{content:"";position:absolute;left:0;right:0;bottom:30px;height:3px;border-radius:99px;background:var(--green)}#ChilltoHome-template--20663669129351__chillto-homepage .actions{display:flex;flex:0 0 auto;align-items:center;gap:8px}#ChilltoHome-template--20663669129351__chillto-homepage .localization-panel{display:flex;align-items:center}#ChilltoHome-template--20663669129351__chillto-homepage .localization-form select{min-height:38px;max-width:180px;border:1px solid #DDE5EE;border-radius:7px;padding:0 34px 0 12px;color:#12243d;background:#fff;font:inherit;font-size:13px;font-weight:800;cursor:pointer}#ChilltoHome-template--20663669129351__chillto-homepage .icon-btn{position:relative;width:42px;height:42px;display:grid;place-items:center;border-radius:50%;color:#142944}#ChilltoHome-template--20663669129351__chillto-homepage .icon-btn:hover{color:var(--blue);background:#f2f7fc}#ChilltoHome-template--20663669129351__chillto-homepage .icon-btn svg{width:22px;height:22px}#ChilltoHome-template--20663669129351__chillto-homepage .cart-count{position:absolute;top:0;right:-2px;min-width:18px;height:18px;display:grid;place-items:center;padding:0 5px;border-radius:99px;background:var(--green);color:#fff;border:2px solid #fff;font-size:10px;font-weight:900}#ChilltoHome-template--20663669129351__chillto-homepage .hero{position:relative;border-bottom:1px solid #EEF2F6;background:#fff}#ChilltoHome-template--20663669129351__chillto-homepage .hero-slider{position:relative;overflow:hidden;background:var(--soft);width:100%}#ChilltoHome-template--20663669129351__chillto-homepage .hero-viewport{position:relative;width:100%;aspect-ratio:5 / 2;min-height:clamp(360px,40vw,760px);max-height:780px}#ChilltoHome-template--20663669129351__chillto-homepage .hero-slide{position:absolute;top:0;right:0;bottom:0;left:0;display:block;opacity:0;pointer-events:none;transform:scale(1.012);transition:opacity .72s var(--ease),transform 1.2s var(--ease)}#ChilltoHome-template--20663669129351__chillto-homepage .hero-slide picture{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:100%;height:100%}#ChilltoHome-template--20663669129351__chillto-homepage .hero-slide.is-active{opacity:1;pointer-events:auto;transform:scale(1)}#ChilltoHome-template--20663669129351__chillto-homepage .hero-slide img{display:block;width:100%;height:100%;object-fit:cover;object-position:center center}#ChilltoHome-template--20663669129351__chillto-homepage .hero-arrow{position:absolute;top:auto;bottom:clamp(22px,3vw,42px);z-index:4;width:46px;height:46px;display:grid;place-items:center;border:1px solid rgba(0,74,152,.18);border-radius:999px;color:var(--blue);background:#ffffffd6;box-shadow:0 10px 26px #0822441f;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);cursor:pointer;opacity:.82;transform:none;transition:background .24s var(--ease),color .24s var(--ease),transform .24s var(--ease),opacity .24s var(--ease)}#ChilltoHome-template--20663669129351__chillto-homepage .hero-arrow:hover{color:#fff;background:var(--blue);opacity:1;transform:translateY(-2px)}#ChilltoHome-template--20663669129351__chillto-homepage .hero-arrow svg{width:22px;height:22px}#ChilltoHome-template--20663669129351__chillto-homepage .hero-arrow.prev{left:auto;right:clamp(78px,7vw,118px)}#ChilltoHome-template--20663669129351__chillto-homepage .hero-arrow.next{right:clamp(24px,4vw,54px)}#ChilltoHome-template--20663669129351__chillto-homepage .hero-dots{position:absolute;left:50%;top:clamp(14px,2vw,24px);bottom:auto;z-index:4;display:flex;align-items:center;gap:9px;padding:7px 9px;border:1px solid rgba(255,255,255,.4);border-radius:999px;background:#08224438;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);transform:translate(-50%)}#ChilltoHome-template--20663669129351__chillto-homepage .hero-dots button{width:9px;height:9px;padding:0;border:0;border-radius:999px;background:#ffffffb8;cursor:pointer;transition:width .28s var(--ease),background .28s var(--ease)}#ChilltoHome-template--20663669129351__chillto-homepage .hero-dots button.is-active{width:30px;background:var(--green)}#ChilltoHome-template--20663669129351__chillto-homepage .section{padding:44px 0 34px;background:#fff}#ChilltoHome-template--20663669129351__chillto-homepage .section-title{margin:0 0 28px;color:var(--blue);text-align:center;font-size:clamp(26px,2.2vw,34px);line-height:1.12;letter-spacing:0;text-transform:uppercase}#ChilltoHome-template--20663669129351__chillto-homepage .section-title:after{content:"";display:block;width:42px;height:3px;margin:13px auto 0;border-radius:99px;background:var(--green)}#ChilltoHome-template--20663669129351__chillto-homepage .category-grid,#ChilltoHome-template--20663669129351__chillto-homepage .product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}#ChilltoHome-template--20663669129351__chillto-homepage .category-card,#ChilltoHome-template--20663669129351__chillto-homepage .product-card{overflow:hidden;border:1px solid var(--line);border-radius:8px;background:#fff;transition:transform .32s var(--ease),border-color .32s var(--ease),box-shadow .32s var(--ease)}#ChilltoHome-template--20663669129351__chillto-homepage .category-card:hover,#ChilltoHome-template--20663669129351__chillto-homepage .product-card:hover{transform:translateY(-4px);border-color:#c9d5e5;box-shadow:var(--shadow)}#ChilltoHome-template--20663669129351__chillto-homepage .category-img,#ChilltoHome-template--20663669129351__chillto-homepage .product-img{height:220px;display:grid;place-items:center;margin:28px 28px 0;padding:0;overflow:hidden;border-radius:6px;background:radial-gradient(circle at 78% 18%,rgba(11,130,230,.08),transparent 34%),linear-gradient(145deg,#fff 0%,var(--soft) 100%)}#ChilltoHome-template--20663669129351__chillto-homepage .category-img img,#ChilltoHome-template--20663669129351__chillto-homepage .product-img img{width:100%;height:100%;object-fit:contain;transition:transform .4s var(--ease)}#ChilltoHome-template--20663669129351__chillto-homepage .category-card:hover img,#ChilltoHome-template--20663669129351__chillto-homepage .product-card:hover img{transform:scale(1.035)}#ChilltoHome-template--20663669129351__chillto-homepage .category-body{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;gap:16px;background:#fff;padding:18px 26px 24px}#ChilltoHome-template--20663669129351__chillto-homepage .category-body h3,#ChilltoHome-template--20663669129351__chillto-homepage .product-card h3{margin:0 0 6px;color:#102a4a;font-size:18px;line-height:1.3}#ChilltoHome-template--20663669129351__chillto-homepage .category-body p{margin:0;color:var(--muted);font-size:14px}#ChilltoHome-template--20663669129351__chillto-homepage .round-arrow{width:42px;height:42px;flex:0 0 auto;display:grid;place-items:center;border-radius:99px;color:#fff;background:var(--blue)}#ChilltoHome-template--20663669129351__chillto-homepage .round-arrow svg{width:18px;height:18px}#ChilltoHome-template--20663669129351__chillto-homepage .about{padding:0 0 34px;background:#fff}#ChilltoHome-template--20663669129351__chillto-homepage .about-panel{min-height:430px;display:grid;grid-template-columns:.95fr 1.2fr;overflow:hidden;border-radius:10px;background:linear-gradient(120deg,var(--navy) 0%,var(--blue) 48%,var(--green) 100%)}#ChilltoHome-template--20663669129351__chillto-homepage .about-copy{display:flex;flex-direction:column;justify-content:center;padding:clamp(46px,5vw,64px);color:#fff}#ChilltoHome-template--20663669129351__chillto-homepage .eyebrow{margin:0 0 24px;color:#fff;font-size:13px;font-weight:950;letter-spacing:.04em;text-transform:uppercase}#ChilltoHome-template--20663669129351__chillto-homepage .eyebrow:after{content:"";display:block;width:38px;height:3px;margin-top:14px;border-radius:99px;background:var(--green)}#ChilltoHome-template--20663669129351__chillto-homepage .about h2{max-width:440px;margin:0;color:#fff;font-size:clamp(38px,3.8vw,54px);line-height:1.12;letter-spacing:0}#ChilltoHome-template--20663669129351__chillto-homepage .about h2 span{color:var(--green)}#ChilltoHome-template--20663669129351__chillto-homepage .about p:not(.eyebrow){max-width:480px;margin:24px 0 30px;color:#ffffffeb;font-size:17px;line-height:1.7}#ChilltoHome-template--20663669129351__chillto-homepage .btn-light{min-height:50px;width:max-content;display:inline-flex;align-items:center;gap:10px;padding:0 22px;border-radius:8px;color:var(--blue);background:radial-gradient(circle at 72% 18%,rgba(11,130,230,.08),transparent 35%),linear-gradient(145deg,#fff 0%,var(--soft) 100%);font-size:14px;font-weight:850}#ChilltoHome-template--20663669129351__chillto-homepage .btn-light svg{width:26px;height:26px;padding:5px;border-radius:50%;color:var(--green);background:#eef7ef}#ChilltoHome-template--20663669129351__chillto-homepage .about-img{min-height:430px;clip-path:polygon(9% 0,100% 0,100% 100%,0 100%);overflow:hidden}#ChilltoHome-template--20663669129351__chillto-homepage .about-img img{width:100%;height:100%;object-fit:cover;object-position:82% center}#ChilltoHome-template--20663669129351__chillto-homepage .product-head{position:relative;text-align:center;margin-bottom:28px}#ChilltoHome-template--20663669129351__chillto-homepage .product-controls{position:absolute;right:0;bottom:-6px;display:flex;gap:10px}#ChilltoHome-template--20663669129351__chillto-homepage .product-controls button{width:42px;height:42px;display:grid;place-items:center;border:1px solid #DDE5EE;border-radius:99px;color:var(--blue);background:#fff;cursor:pointer}#ChilltoHome-template--20663669129351__chillto-homepage .product-controls svg{width:21px;height:21px}#ChilltoHome-template--20663669129351__chillto-homepage .product-card .product-img{height:230px}#ChilltoHome-template--20663669129351__chillto-homepage .product-body{position:relative;z-index:1;background:#fff;padding:16px 26px 24px}#ChilltoHome-template--20663669129351__chillto-homepage .price{margin:10px 0 16px;color:#071f3d;font-size:22px;font-weight:950}#ChilltoHome-template--20663669129351__chillto-homepage .currency-code{font-size:.68em;font-weight:850;color:currentColor;opacity:.72}#ChilltoHome-template--20663669129351__chillto-homepage .add-btn{min-height:40px;width:100%;border:0;border-radius:7px;color:#fff;background:var(--green);font-size:13px;font-weight:850;cursor:pointer}#ChilltoHome-template--20663669129351__chillto-homepage .feature-strip{padding:34px 0;border-top:1px solid #EEF2F6;background:#fff}#ChilltoHome-template--20663669129351__chillto-homepage .feature-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:28px}#ChilltoHome-template--20663669129351__chillto-homepage .feature{display:flex;align-items:flex-start;gap:18px}#ChilltoHome-template--20663669129351__chillto-homepage .feature svg{width:50px;height:50px;color:var(--blue-2);flex:0 0 auto}#ChilltoHome-template--20663669129351__chillto-homepage .feature strong{display:block;margin-bottom:6px;color:#12243d;font-size:14px;font-weight:850}#ChilltoHome-template--20663669129351__chillto-homepage .feature span{display:block;max-width:210px;color:#5f6c7d;font-size:13px;line-height:1.55}#ChilltoHome-template--20663669129351__chillto-homepage .footer{color:#fff;background:linear-gradient(120deg,var(--blue) 0%,#005AA2 44%,var(--green) 100%)}#ChilltoHome-template--20663669129351__chillto-homepage .footer-grid{display:grid;grid-template-columns:1.25fr .62fr .78fr .7fr 1.05fr;gap:clamp(24px,3.2vw,58px);padding:46px 0 34px}#ChilltoHome-template--20663669129351__chillto-homepage .footer-brand p,#ChilltoHome-template--20663669129351__chillto-homepage .newsletter p{color:#ffffffdb;font-size:13px;line-height:1.65}#ChilltoHome-template--20663669129351__chillto-homepage .footer h3{margin:0 0 16px;color:#fff;font-size:14px;letter-spacing:.02em;text-transform:uppercase}#ChilltoHome-template--20663669129351__chillto-homepage .footer a{display:block;margin-bottom:9px;color:#ffffffdb;font-size:13px;font-weight:600}#ChilltoHome-template--20663669129351__chillto-homepage .social{display:flex;gap:10px;margin-top:20px}#ChilltoHome-template--20663669129351__chillto-homepage .social a{width:34px;height:34px;display:grid;place-items:center;margin:0;border-radius:99px;background:#ffffff29}#ChilltoHome-template--20663669129351__chillto-homepage .social svg{width:17px;height:17px}#ChilltoHome-template--20663669129351__chillto-homepage .footer-form{display:flex;min-height:48px;overflow:hidden;border-radius:7px;background:#fff}#ChilltoHome-template--20663669129351__chillto-homepage .footer-form input{min-width:0;flex:1;border:0;padding:0 16px;color:#12243d;outline:none}#ChilltoHome-template--20663669129351__chillto-homepage .footer-form button{width:56px;border:0;color:#fff;background:var(--blue-2);cursor:pointer}#ChilltoHome-template--20663669129351__chillto-homepage .payments{display:inline-flex;align-items:center;gap:12px;max-width:100%;margin-top:24px;padding:8px 9px 8px 14px;border:1px solid rgba(255,255,255,.32);border-radius:8px;background:linear-gradient(135deg,#ffffff2e,#ffffff14);box-shadow:inset 0 1px #ffffff38,0 14px 34px #002a5d24;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}#ChilltoHome-template--20663669129351__chillto-homepage .payments-label{flex:0 0 auto;color:#ffffffe6;font-size:11px;font-weight:900;letter-spacing:.02em;text-transform:uppercase;white-space:nowrap}#ChilltoHome-template--20663669129351__chillto-homepage .payment-rail{display:flex;align-items:center;overflow:hidden;border-radius:7px;background:#fff;box-shadow:0 10px 22px #002a5d1f}#ChilltoHome-template--20663669129351__chillto-homepage .payment-icon{width:54px;height:34px;display:flex;align-items:center;place-items:center;justify-content:center;padding:5px 8px;border-right:1px solid #E6EDF5;background:#fff}#ChilltoHome-template--20663669129351__chillto-homepage .payment-icon:last-child{border-right:0}#ChilltoHome-template--20663669129351__chillto-homepage .payment-svg{display:block;width:100%;height:auto;max-height:24px}#ChilltoHome-template--20663669129351__chillto-homepage .footer-bottom{padding:0 0 28px;color:#ffffffdb;font-size:13px;font-weight:800}@media(max-width:1100px){#ChilltoHome-template--20663669129351__chillto-homepage .container{width:min(100% - 44px,1320px)}#ChilltoHome-template--20663669129351__chillto-homepage .nav{display:none}#ChilltoHome-template--20663669129351__chillto-homepage .header-inner{min-height:86px}#ChilltoHome-template--20663669129351__chillto-homepage .logo--brand{width:clamp(190px,24vw,260px);max-width:42vw}#ChilltoHome-template--20663669129351__chillto-homepage .category-grid,#ChilltoHome-template--20663669129351__chillto-homepage .product-grid,#ChilltoHome-template--20663669129351__chillto-homepage .feature-grid,#ChilltoHome-template--20663669129351__chillto-homepage .footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}#ChilltoHome-template--20663669129351__chillto-homepage .hero-viewport{min-height:clamp(320px,48vw,620px)}}@media(max-width:720px){#ChilltoHome-template--20663669129351__chillto-homepage .container{width:min(100% - 28px,1320px)}#ChilltoHome-template--20663669129351__chillto-homepage .announcement-inner{justify-content:flex-start;overflow-x:auto;padding:0 14px}#ChilltoHome-template--20663669129351__chillto-homepage .header-inner{min-height:76px}#ChilltoHome-template--20663669129351__chillto-homepage .logo--brand{width:clamp(152px,48vw,188px);max-width:calc(100vw - 168px)}#ChilltoHome-template--20663669129351__chillto-homepage .logo--footer{width:min(238px,100%);max-width:100%}#ChilltoHome-template--20663669129351__chillto-homepage .logo-mark{width:42px;height:42px}#ChilltoHome-template--20663669129351__chillto-homepage .logo-word{font-size:34px}#ChilltoHome-template--20663669129351__chillto-homepage .actions .icon-btn:not(.cart){display:none}#ChilltoHome-template--20663669129351__chillto-homepage .header-inner>.actions>.localization-panel{display:none}#ChilltoHome-template--20663669129351__chillto-homepage .hero-viewport{aspect-ratio:16 / 7;min-height:170px;max-height:240px;background:var(--soft)}#ChilltoHome-template--20663669129351__chillto-homepage .hero-slide img{object-fit:contain;object-position:center center;background:var(--soft)}#ChilltoHome-template--20663669129351__chillto-homepage .hero-arrow{width:34px;height:34px;bottom:10px}#ChilltoHome-template--20663669129351__chillto-homepage .hero-arrow.prev{right:52px}#ChilltoHome-template--20663669129351__chillto-homepage .hero-arrow.next{right:10px}#ChilltoHome-template--20663669129351__chillto-homepage .hero-dots{top:10px;bottom:auto;gap:7px;padding:6px 8px}#ChilltoHome-template--20663669129351__chillto-homepage .hero-dots button{width:8px;height:8px}#ChilltoHome-template--20663669129351__chillto-homepage .section{padding:38px 0}#ChilltoHome-template--20663669129351__chillto-homepage .category-grid,#ChilltoHome-template--20663669129351__chillto-homepage .product-grid,#ChilltoHome-template--20663669129351__chillto-homepage .feature-grid,#ChilltoHome-template--20663669129351__chillto-homepage .footer-grid{grid-template-columns:1fr}#ChilltoHome-template--20663669129351__chillto-homepage .category-card{min-height:auto}#ChilltoHome-template--20663669129351__chillto-homepage .category-img{height:260px;margin:26px 26px 0}#ChilltoHome-template--20663669129351__chillto-homepage .product-card .product-img{height:250px;margin:26px 26px 0}#ChilltoHome-template--20663669129351__chillto-homepage .about-panel{grid-template-columns:1fr}#ChilltoHome-template--20663669129351__chillto-homepage .about-img{min-height:320px;clip-path:none}#ChilltoHome-template--20663669129351__chillto-homepage .product-controls{position:static;justify-content:center;margin-top:16px}}@media(prefers-reduced-motion:reduce){#ChilltoHome-template--20663669129351__chillto-homepage *,#ChilltoHome-template--20663669129351__chillto-homepage *:before,#ChilltoHome-template--20663669129351__chillto-homepage *:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}#ChilltoHome-template--20663669129351__chillto-homepage{display:block;overflow:clip}#ChilltoHome-template--20663669129351__chillto-homepage .menu-toggle{display:none;width:42px;height:42px;place-items:center;border:0;background:transparent;color:var(--ink);cursor:pointer}#ChilltoHome-template--20663669129351__chillto-homepage .menu-toggle span{display:block;width:26px;height:2.5px;margin:4px 0;border-radius:99px;background:currentColor;transition:transform .28s var(--ease),opacity .28s var(--ease)}#ChilltoHome-template--20663669129351__chillto-homepage .menu-toggle.is-open span:nth-child(1){transform:translateY(6.5px) rotate(45deg)}#ChilltoHome-template--20663669129351__chillto-homepage .menu-toggle.is-open span:nth-child(2){opacity:0}#ChilltoHome-template--20663669129351__chillto-homepage .menu-toggle.is-open span:nth-child(3){transform:translateY(-6.5px) rotate(-45deg)}#ChilltoHome-template--20663669129351__chillto-homepage .mobile-panel{display:none;border-top:1px solid var(--line);background:#fff}#ChilltoHome-template--20663669129351__chillto-homepage .mobile-panel a{display:block;padding:16px 28px;color:var(--ink);font-size:15px;font-weight:850;border-bottom:1px solid var(--line)}#ChilltoHome-template--20663669129351__chillto-homepage .mobile-panel .localization-panel{padding:14px 28px 18px;border-bottom:1px solid var(--line)}#ChilltoHome-template--20663669129351__chillto-homepage .mobile-panel .localization-form,#ChilltoHome-template--20663669129351__chillto-homepage .mobile-panel .localization-form select{width:100%;max-width:none}#ChilltoHome-template--20663669129351__chillto-homepage .mobile-panel.is-open{display:block}#ChilltoHome-template--20663669129351__chillto-homepage .skip-link{position:fixed;left:16px;top:16px;z-index:999;transform:translateY(-140%);background:var(--blue);color:#fff;padding:10px 14px;border-radius:8px;transition:transform .25s var(--ease)}#ChilltoHome-template--20663669129351__chillto-homepage .skip-link:focus{transform:translateY(0)}#ChilltoHome-template--20663669129351__chillto-homepage .visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(max-width:1100px){#ChilltoHome-template--20663669129351__chillto-homepage .menu-toggle{display:grid}}@media(max-width:720px){#ChilltoHome-template--20663669129351__chillto-homepage .announcement-inner span:nth-child(n+2){display:none}#ChilltoHome-template--20663669129351__chillto-homepage .announcement-inner{overflow:hidden}}#ChilltoHome-template--20663669129351__chillto-homepage .products{padding-bottom:24px}#ChilltoHome-template--20663669129351__chillto-homepage .product-head{align-items:center}#ChilltoHome-template--20663669129351__chillto-homepage .catalog-link{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:0 16px;border:1px solid #c9dff5;border-radius:999px;color:var(--blue);font-weight:850;background:#f7fbff;transition:background .24s var(--ease),border-color .24s var(--ease),transform .24s var(--ease)}#ChilltoHome-template--20663669129351__chillto-homepage .catalog-link:hover{background:#eaf5ff;border-color:#9ec8ee;transform:translateY(-1px)}#ChilltoHome-template--20663669129351__chillto-homepage .advantage{position:relative;padding:34px 0 54px;background:linear-gradient(180deg,#fff,#f7fbff 44%,#eef7ff);overflow:hidden}#ChilltoHome-template--20663669129351__chillto-homepage .advantage:before{content:"";position:absolute;inset:auto 0 0;height:5px;background:linear-gradient(90deg,var(--blue),var(--green))}#ChilltoHome-template--20663669129351__chillto-homepage .advantage-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}#ChilltoHome-template--20663669129351__chillto-homepage .advantage-card{position:relative;min-height:168px;display:grid;align-content:start;gap:10px;padding:22px 20px 20px;border:1px solid #d7e7f6;border-radius:8px;background:linear-gradient(145deg,#fffffffa,#eff8ffd6),#fff;box-shadow:0 14px 34px #0c3f7014;transition:transform .24s var(--ease),box-shadow .24s var(--ease),border-color .24s var(--ease)}#ChilltoHome-template--20663669129351__chillto-homepage .advantage-card:hover{transform:translateY(-3px);border-color:#b9d8f1;box-shadow:0 18px 42px #0c3f701f}#ChilltoHome-template--20663669129351__chillto-homepage .advantage-card:after{content:"";position:absolute;left:20px;right:20px;top:0;height:3px;border-radius:0 0 99px 99px;background:linear-gradient(90deg,var(--blue),var(--green));opacity:.9}#ChilltoHome-template--20663669129351__chillto-homepage .advantage-icon{display:inline-grid;place-items:center;width:42px;height:42px;border-radius:8px;background:#e7f4ff;color:var(--blue)}#ChilltoHome-template--20663669129351__chillto-homepage .advantage-icon svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}#ChilltoHome-template--20663669129351__chillto-homepage .advantage-card strong{display:block;color:#082a50;font-size:17px;line-height:1.2}#ChilltoHome-template--20663669129351__chillto-homepage .advantage-card span:last-child{display:block;color:#4b6076;font-size:14px;line-height:1.55}@media(max-width:900px){#ChilltoHome-template--20663669129351__chillto-homepage .advantage-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:560px){#ChilltoHome-template--20663669129351__chillto-homepage .advantage{padding:24px 0 44px}#ChilltoHome-template--20663669129351__chillto-homepage .advantage-grid{grid-template-columns:1fr}#ChilltoHome-template--20663669129351__chillto-homepage .advantage-card{min-height:0;grid-template-columns:42px 1fr;column-gap:14px;align-items:start}#ChilltoHome-template--20663669129351__chillto-homepage .advantage-icon{grid-row:span 2}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/base.css.map */
