*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--background);color:var(--ink);font-family:var(--body-font);font-size:16px;line-height:1.55}img,svg{max-width:100%;height:auto}a{color:inherit;text-decoration:none}a:hover{text-decoration:underline}button,input,select,textarea{font:inherit}.skip-link{position:absolute;left:-9999px}.skip-link:focus{left:1rem;top:1rem;background:#fff;padding:.7rem;z-index:1000}.page-width{width:min(calc(100% - 32px),var(--page-width));margin-inline:auto}.section{padding-block:var(--section-space)}.section--tight{padding-block:calc(var(--section-space)*.55)}.surface{background:var(--surface)}h1,h2,h3{font-family:var(--heading-font);line-height:1.15;margin:0 0 .7rem}h1{font-size:clamp(2rem,4vw,3.8rem)}h2{font-size:clamp(1.55rem,3vw,2.5rem)}h3{font-size:1.2rem}.eyebrow{text-transform:uppercase;letter-spacing:.14em;font-size:.75rem;font-weight:700;color:var(--primary)}.muted{color:var(--muted)}.rte>*:first-child{margin-top:0}.rte>*:last-child{margin-bottom:0}.button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:.7rem 1.15rem;border:1px solid var(--primary);border-radius:var(--radius);background:var(--primary);color:#fff;font-weight:700;cursor:pointer;text-decoration:none}.button:hover{background:var(--primary-2);text-decoration:none}.button--secondary{background:transparent;color:var(--primary)}.button--secondary:hover{background:var(--surface)}.input,.select,textarea{width:100%;border:1px solid var(--border);border-radius:var(--radius);padding:.75rem;background:#fff;color:var(--ink)}.announcement{background:var(--primary);color:#fff;text-align:center;font-size:.86rem;padding:.48rem}.site-header{background:var(--background);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:30}.header-inner{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:1.5rem;min-height:76px}.logo img{display:block;max-height:52px;width:auto}.logo-text{font-family:var(--heading-font);font-size:1.8rem;font-weight:700;color:var(--primary)}.nav{display:flex;justify-content:center;gap:1.6rem}.nav a{font-size:.95rem;font-weight:600}.header-actions{display:flex;gap:.75rem;align-items:center}.icon-link{padding:.4rem;border-radius:50%;display:grid;place-items:center}.cart-count{font-size:.72rem;background:var(--accent);padding:.05rem .35rem;border-radius:999px;margin-left:.15rem}.mobile-toggle{display:none;background:none;border:0;padding:.4rem}.mobile-nav{display:none;border-top:1px solid var(--border);padding:1rem}.mobile-nav.open{display:block}.mobile-nav a{display:block;padding:.55rem 0}.hero{border-bottom:1px solid var(--border)}.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;align-items:center;min-height:390px}.hero-copy{padding:3rem 4rem 3rem 0}.hero-media{height:100%;min-height:360px;background:var(--surface);overflow:hidden}.hero-media img{width:100%;height:100%;object-fit:cover}.hero-placeholder{height:100%;min-height:360px;display:grid;place-items:center;padding:2rem;text-align:center;color:var(--muted)}.hero-actions{display:flex;gap:.75rem;flex-wrap:wrap;margin-top:1.4rem}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:1rem;margin-bottom:1.4rem}.grid{display:grid;gap:1rem}.grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid--4{grid-template-columns:repeat(4,minmax(0,1fr))}.card{border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;background:#fff}.card-media{aspect-ratio:1/1;background:var(--surface);overflow:hidden}.card-media img{width:100%;height:100%;object-fit:cover;transition:transform .25s ease}.card:hover .card-media img{transform:scale(1.02)}.card-body{padding:.85rem}.card-title{font-family:var(--heading-font);font-size:1.05rem;font-weight:700;margin:0 0 .25rem}.price{font-weight:700}.compare-price{text-decoration:line-through;color:var(--muted);margin-left:.4rem;font-weight:400}.badge{display:inline-block;background:var(--accent);padding:.2rem .45rem;border-radius:999px;font-size:.72rem;font-weight:700}.collection-card{position:relative;min-height:230px}.collection-card .card-media{aspect-ratio:4/3}.collection-card .card-body{padding:1rem}.shop-layout{display:grid;grid-template-columns:235px 1fr;gap:2rem}.filters{position:sticky;top:100px;align-self:start;border:1px solid var(--border);border-radius:var(--radius);padding:1rem;background:#fff}.filter-group{border-bottom:1px solid var(--border);padding:.7rem 0}.filter-group:last-child{border-bottom:0}.filter-group summary{font-weight:700;cursor:pointer}.filter-options{padding-top:.6rem}.filter-option{display:flex;gap:.5rem;align-items:center;margin:.4rem 0}.filter-toggle{display:none}.toolbar{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1rem}.pagination{display:flex;justify-content:center;gap:.5rem;margin-top:2rem}.pagination a,.pagination span{border:1px solid var(--border);padding:.45rem .7rem;border-radius:var(--radius)}.product-layout{display:grid;grid-template-columns:1.08fr .92fr;gap:3rem}.product-gallery{display:grid;grid-template-columns:repeat(2,1fr);gap:.7rem}.product-gallery img{width:100%;border-radius:var(--radius);background:var(--surface)}.product-info{position:sticky;top:110px;align-self:start}.product-price{font-size:1.35rem;margin:.8rem 0}.product-form{display:grid;gap:.9rem}.quantity{max-width:100px}.trust-list{border-top:1px solid var(--border);margin-top:1.2rem;padding-top:1rem;display:grid;gap:.45rem}.product-description{margin-top:1.5rem}.empty-state{text-align:center;border:1px dashed var(--border);border-radius:var(--radius);padding:3rem 1rem}.cart-table{width:100%;border-collapse:collapse}.cart-table th,.cart-table td{padding:1rem .5rem;border-bottom:1px solid var(--border);text-align:left}.cart-item{display:flex;gap:1rem;align-items:center}.cart-item img{width:90px;border-radius:var(--radius)}.cart-summary{max-width:430px;margin:1.5rem 0 0 auto;border:1px solid var(--border);padding:1.2rem;border-radius:var(--radius)}.footer{background:var(--primary);color:#fff;margin-top:var(--section-space)}.footer-grid{display:grid;grid-template-columns:1.4fr repeat(2,1fr);gap:2rem;padding-block:2.5rem}.footer a{color:#fff}.footer-bottom{border-top:1px solid rgba(255,255,255,.25);padding:1rem 0;font-size:.85rem}.newsletter{display:flex;gap:.5rem}.newsletter .input{border-color:transparent}.page-content{max-width:820px}.contact-form{display:grid;gap:1rem;max-width:700px}.two-col{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.search-form{display:flex;gap:.5rem;max-width:680px;margin-bottom:2rem}.drawer-overlay{display:none}.visually-hidden{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(max-width:900px){.nav{display:none}.mobile-toggle{display:grid}.header-inner{grid-template-columns:auto 1fr auto}.logo{justify-self:center}.hero-grid,.product-layout{grid-template-columns:1fr}.hero-copy{padding:2.5rem 0}.hero-media{min-height:280px}.shop-layout{grid-template-columns:1fr}.filters{display:none;position:static}.filters.open{display:block}.filter-toggle{display:inline-flex}.product-info{position:static}.grid--4{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}}@media(max-width:600px){.page-width{width:min(calc(100% - 22px),var(--page-width))}.section{padding-block:calc(var(--section-space)*.72)}.header-inner{min-height:66px;gap:.7rem}.logo img{max-height:43px;max-width:180px}.header-actions .account-link{display:none}.grid--3,.grid--2{grid-template-columns:1fr}.grid--4{grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem}.card-body{padding:.65rem}.product-gallery,.footer-grid{grid-template-columns:1fr}.footer-brand{grid-column:auto}.two-col{grid-template-columns:1fr}.cart-table thead{display:none}.cart-table,.cart-table tbody,.cart-table tr,.cart-table td{display:block}.cart-table tr{padding:1rem 0;border-bottom:1px solid var(--border)}.cart-table td{border:0;padding:.3rem 0}.newsletter,.search-form{flex-direction:column}.hero-actions .button{width:100%}}.site-header{box-shadow:0 1px #024c4f14}.header-inner{min-height:74px}.nav a{font-family:var(--body-font);font-weight:600}.header-actions{font-family:var(--body-font)}.hero{background:#fff;border-bottom:0;padding:0}.hero-grid{min-height:520px;grid-template-columns:1fr 1.08fr;gap:0}.hero-copy{padding:4.5rem 4.5rem 4.5rem 0}.hero-copy h1{color:var(--primary);font-size:clamp(2.7rem,4.5vw,4.35rem);max-width:680px;letter-spacing:-.02em}.hero-subheading{font-family:var(--body-font);font-size:clamp(1rem,1.5vw,1.2rem);max-width:520px;color:var(--ink);margin-top:1.5rem}.hero-actions{gap:1rem;margin-top:1.75rem}.hero-actions .button{min-width:145px;border-radius:7px;padding:.82rem 1.45rem;font-family:Inter,Arial,sans-serif;font-weight:600}.hero-media{min-height:520px}.hero-media img{object-position:center}.button{border-radius:7px;font-family:Inter,Arial,sans-serif;font-weight:600}.button--secondary{background:#fff}.button--secondary:hover{background:#f5f7f8}.value-strip{border-top:1px solid var(--border);border-bottom:1px solid var(--border);background:#fff;padding-block:28px}.value-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.value-item{display:flex;gap:.85rem;align-items:flex-start;text-align:left}.value-icon{color:var(--primary);font-size:2rem;line-height:1}.value-item h3{font-family:var(--body-font);font-size:.98rem;margin:0 0 .2rem;color:var(--primary)}.value-item p{margin:0;color:var(--muted);font-size:.88rem}.collection-card{border:0}.collection-card .card-media{border-radius:12px}.section-heading h2{color:var(--primary)}@media(max-width:900px){.hero-grid{grid-template-columns:1fr}.hero-copy{padding:2.5rem 0 2rem}.hero-media{min-height:390px}.value-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.hero-copy h1{font-size:2.55rem}.hero-actions{display:grid;grid-template-columns:1fr 1fr}.hero-actions .button{width:100%;min-width:0;padding:.75rem .6rem}.hero-media{min-height:315px}.value-grid{grid-template-columns:1fr}.value-item{border-bottom:1px solid var(--border);padding-bottom:1rem}.value-item:last-child{border-bottom:0}.logo img{max-height:48px}}.hero--background{position:relative;min-height:560px;overflow:hidden;border-bottom:0;background:#f8fafb}.hero-background{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.hero-background img{width:100%;height:100%;object-fit:cover;object-position:center center;display:block}.hero-shade{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:linear-gradient(90deg,#f8fafbfa,#f8fafbe8 30%,#f8fafb7a 48%,#f8fafb0f 68%,#f8fafb00)}.hero-content{position:relative;z-index:2;min-height:560px;display:flex;align-items:center}.hero--background .hero-copy{width:min(48%,650px);padding:3.5rem 0}.hero--background .hero-copy h1{color:var(--primary);font-size:clamp(2.7rem,4.5vw,4.35rem);max-width:650px;letter-spacing:-.02em}.hero--background .hero-subheading{font-family:var(--body-font);font-size:clamp(1rem,1.5vw,1.2rem);max-width:520px;color:var(--ink);margin-top:1.35rem}.hero--background .hero-actions{gap:1rem;margin-top:1.65rem}.footer{margin-top:var(--section-space)}.footer-grid{grid-template-columns:1.35fr .65fr .65fr;gap:1.5rem;padding-block:1.55rem}.footer-brand h2{font-size:clamp(1.55rem,2.2vw,2.15rem);max-width:470px;margin-bottom:.35rem}.footer-brand>p{max-width:560px;margin:.15rem 0 .75rem;line-height:1.4}.footer-menu h3{margin-bottom:.45rem}.footer-menu p{margin:.25rem 0;line-height:1.35}.newsletter{display:flex;gap:.5rem;max-width:510px;align-items:stretch}.newsletter .input{min-width:0;height:46px;padding:.65rem .85rem}.newsletter .button{min-height:46px;padding:.65rem 1.05rem;background:#fff;color:var(--primary);border-color:#fff}.newsletter .button:hover{background:var(--surface)}.footer-bottom{padding:.7rem 0;font-size:.82rem}@media(max-width:900px){.hero--background,.hero-content{min-height:520px}.hero-shade{background:linear-gradient(90deg,#f8fafbf7,#f8fafbe0 48%,#f8fafb38 75%,#f8fafb00)}.hero--background .hero-copy{width:min(62%,600px);padding:3rem 0}.footer-grid{grid-template-columns:1fr 1fr;gap:1.25rem}.footer-brand{grid-column:1/-1}}@media(max-width:600px){.hero--background,.hero-content{min-height:600px}.hero-background img{object-position:66% center}.hero-shade{background:linear-gradient(180deg,#f8fafbfa,#f8fafbe6 48%,#f8fafb40,#f8fafb00)}.hero-content{align-items:flex-start}.hero--background .hero-copy{width:100%;padding:2.4rem 0 1rem}.hero--background .hero-copy h1{font-size:2.55rem;max-width:95%}.hero--background .hero-subheading{max-width:95%}.footer-grid{grid-template-columns:1fr;padding-block:1.35rem}.footer-brand{grid-column:auto}.newsletter{flex-direction:row}.newsletter .button{width:auto}}.configurable-section{background:var(--section-bg,#fff);padding-top:var(--section-pad-top,var(--section-space));padding-bottom:var(--section-pad-bottom,var(--section-space))}.configurable-section .section-content{max-width:var(--content-max,var(--page-width));margin-inline:auto}.configurable-section .section-heading h2,.configurable-section h2{font-size:var(--section-heading-size,2.3rem)}.section-heading--center{justify-content:center;text-align:center}.section-heading--center .section-intro{margin-inline:auto}.section-intro{max-width:760px;margin-top:.65rem}.text-center{text-align:center}.text-left{text-align:left}.hero--background,.hero-content{min-height:var(--hero-desktop-height,520px)}.hero-background img{object-position:var(--hero-x,50%) var(--hero-y,50%)}.hero-shade{background:linear-gradient(90deg,rgba(255,255,255,var(--hero-overlay,.88)),rgba(255,255,255,calc(var(--hero-overlay,.88) * .92)) 31%,#ffffff70 51%,#fff0 74%)}.hero-content--top{align-items:flex-start}.hero-content--center{align-items:center}.hero-content--bottom{align-items:flex-end}.hero--background .hero-copy{width:min(var(--hero-content-width,48%),680px);padding-top:var(--hero-pad-top,24px);padding-bottom:var(--hero-pad-bottom,24px)}.hero--background .hero-copy h1{font-size:clamp(2.3rem,var(--hero-heading-size,58px),5rem)}.hero-actions--center{justify-content:center}.path-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem}.path-card{display:grid;grid-template-columns:42% 1fr;background:#fff;border:1px solid var(--border);border-radius:12px;overflow:hidden}.path-card-media{background:var(--surface);min-height:240px}.path-card-media img,.path-card-media svg{width:100%;height:100%;object-fit:cover}.path-card-body{padding:1.35rem;align-self:center}.path-card-body h3{font-size:1.55rem;margin:.55rem 0}.text-link{font-weight:700;color:var(--primary)}.fulfillment-badge{display:inline-block;background:var(--accent);color:#fff;padding:.25rem .55rem;border-radius:999px;font-size:.72rem;font-weight:800;letter-spacing:.02em}.fulfillment-badge--local{background:var(--primary)}.education-grid{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem;align-items:center}.education-grid--left .education-media{order:-1}.education-copy .button{margin-top:1rem}.education-media{border-radius:12px;overflow:hidden;background:#fff}.education-media img,.education-media svg{width:100%;display:block;aspect-ratio:4/3;object-fit:cover}.education-note{background:#ffffffa8;border:1px solid rgba(40,106,136,.12);padding:1.2rem;border-radius:10px}.education-note h3{color:var(--primary);margin-top:0}.placeholder-product .card-media svg{width:100%;height:100%}.fulfillment-notice{display:grid;gap:.15rem;background:var(--surface);border-left:4px solid var(--accent);padding:.8rem 1rem;margin:.8rem 0 1rem}.fulfillment-notice--local{border-left-color:var(--primary)}.fulfillment-notice span{color:var(--muted);font-size:.92rem}.product-education{margin-top:1.35rem;padding:1rem 1.1rem;background:var(--surface);border-radius:var(--radius)}.product-education h2{font-size:1.2rem;margin:0 0 .35rem;color:var(--primary)}.product-education p{margin:0}.value-grid--2{grid-template-columns:repeat(2,1fr)}.value-grid--3{grid-template-columns:repeat(3,1fr)}.value-grid--4{grid-template-columns:repeat(4,1fr)}@media(max-width:900px){.path-card{grid-template-columns:1fr}.path-card-media{min-height:210px}.education-grid{grid-template-columns:1fr}.education-grid--left .education-media{order:0}.site-header--sticky-mobile{position:sticky;top:0;z-index:50;background:#fff}.collection-toolbar{position:sticky;top:67px;z-index:35;background:var(--background);padding:.6rem 0;border-bottom:1px solid var(--border)}.value-grid--4,.value-grid--3{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.hero--background,.hero-content{min-height:var(--hero-mobile-height,620px)}.hero-background img{object-position:var(--hero-mobile-x,70%) var(--hero-mobile-y,50%)}.hero-shade{background:linear-gradient(180deg,rgba(255,255,255,var(--hero-mobile-overlay,.92)),rgba(255,255,255,calc(var(--hero-mobile-overlay,.92)*.94)) 47%,#ffffff40 72%,#fff0)}.hero--background .hero-copy{width:100%}.path-grid{grid-template-columns:1fr}.path-card{grid-template-columns:36% 1fr}.path-card-media{min-height:190px}.path-card-body{padding:1rem}.value-grid--4,.value-grid--3,.value-grid--2{grid-template-columns:1fr}.collection-toolbar{top:66px}.collection-toolbar .muted{display:none}}@media(min-width:901px){.header-inner{grid-template-columns:minmax(300px,360px) 1fr minmax(90px,130px);gap:1rem}.header-inner .logo{justify-self:center}.header-inner .logo img{max-height:58px}}.hero-background source{display:none}@media(max-width:600px){.hero-background img{object-position:var(--hero-mobile-x,70%) var(--hero-mobile-y,50%)}}@media(min-width:901px){.header-inner{grid-template-columns:minmax(260px,340px) minmax(620px,1fr) minmax(90px,120px)}.header-inner .logo{justify-self:start;padding-left:12px}.header-inner .logo img{max-width:280px;width:min(var(--logo-width,260px),100%);max-height:64px}}.faq-list{margin-top:28px}.faq-item{border-top:1px solid rgba(38,50,56,.18);padding:18px 0}.faq-item:last-child{border-bottom:1px solid rgba(38,50,56,.18)}.faq-item summary{cursor:pointer;font-size:1.05rem}.faq-item .rte{padding-top:12px}.contact-details{margin:22px 0 28px}
/*# sourceMappingURL=/cdn/shop/t/32/assets/theme.css.map */
