*,*:before,*:after{box-sizing:border-box}[hidden]{display:none!important}html{background:var(--color-gray-100);color-scheme:light;scroll-behavior:smooth}body{margin:0;min-height:100svh;display:flex;flex-direction:column;font-family:var(--font-body);color:var(--color-black);background:radial-gradient(circle at 0% 0%,rgb(116 152 255 / .22),transparent 28rem),radial-gradient(circle at 85% 10%,rgb(104 205 68 / .18),transparent 24rem),linear-gradient(180deg,#fcfcfd,#f3f4f6);text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}body:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;background-image:linear-gradient(rgb(15 16 20 / .02) 1px,transparent 1px),linear-gradient(90deg,rgb(15 16 20 / .02) 1px,transparent 1px);background-size:100% 2.5rem,2.5rem 100%;-webkit-mask-image:linear-gradient(180deg,rgb(0 0 0 / .4),transparent 75%);mask-image:linear-gradient(180deg,rgb(0 0 0 / .4),transparent 75%)}html:has(dialog[scroll-lock][open],details[scroll-lock][open]){overflow:hidden}main{display:grid;gap:var(--section-gap);padding:calc(var(--header-offset) + .5rem) 0 2.5rem}img,picture,video,canvas,svg{display:block;max-width:100%}button,input,textarea,select{font:inherit}button{cursor:pointer}a{color:inherit;text-decoration:none;transition:color .2s ease,border-color .2s ease,background-color .2s ease,transform .2s ease,box-shadow .2s ease}a:hover{color:var(--color-blue-500)}::selection{background:var(--color-black);color:var(--color-white)}p{margin:0;color:var(--color-gray-600);text-wrap:pretty}h1,h2,h3,h4,h5,h6{margin:0;overflow-wrap:break-word}ul,ol{margin:0;padding:0}dialog{background-color:var(--color-white);color:var(--color-black)}.skip-link{position:absolute;left:1rem;top:1rem;z-index:30;padding:.75rem 1rem;border-radius:var(--radius-xl);background:var(--color-black);color:var(--color-white);transform:translateY(-180%)}.skip-link:focus-visible{transform:translateY(0)}:focus-visible{outline:none;box-shadow:var(--focus-ring)}.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}.shopify-section{--content-width: min(var(--page-width), calc(100% - var(--page-margin) * 2));--content-margin: minmax(var(--page-margin), 1fr);--content-grid: var(--content-margin) minmax(0, var(--content-width)) var(--content-margin);position:relative;display:grid;grid-template-columns:var(--content-grid);width:100%}.shopify-section>*{grid-column:2}.shopify-section>.full-width{grid-column:1 / -1}.section-shell,.surface,.page-shell{position:relative;overflow:hidden;border-radius:var(--radius-3xl);border:1px solid rgb(15 16 20 / .08);background:#ffffffc7;box-shadow:0 30px 80px #0f101414;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.section-shell,.surface{padding:clamp(1.5rem,3vw,2.5rem)}.page-shell{padding:clamp(1.5rem,2vw,2rem)}.section-shell--dark,.surface--dark{background:radial-gradient(circle at top left,rgb(116 152 255 / .3),transparent 22rem),linear-gradient(145deg,#0f1014,#1a1c23);color:var(--color-white);border-color:#ffffff14}.section-shell--dark p,.surface--dark p,.section-shell--dark .section-copy{color:#ffffffc2}.eyebrow{display:inline-flex;align-items:center;gap:.35rem;font-size:.75rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--color-gray-500)}.eyebrow:before{content:none}.section-title{font-family:var(--font-display);font-size:clamp(1.8rem,3.8vw,3.35rem);line-height:.95;letter-spacing:-.05em}.section-copy{max-width:46rem;font-size:clamp(.98rem,1.2vw,1.08rem);line-height:1.65}.button-row{display:flex;flex-wrap:wrap;gap:.75rem}.button,.shopify-challenge__button,button.button,input[type=submit],.shopify-payment-button__button--unbranded{display:inline-flex;align-items:center;justify-content:center;min-height:3.2rem;padding:.8rem 1.2rem;border:1px solid transparent;border-radius:var(--radius-xl);font-size:.86rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;background:var(--color-blue-400);color:var(--color-white);box-shadow:0 18px 30px #5374ff3d}.button:hover,.shopify-challenge__button:hover,button.button:hover,input[type=submit]:hover,.shopify-payment-button__button--unbranded:hover{transform:translateY(-2px);background:var(--color-black);color:var(--color-white)}.button--secondary{background:var(--color-green-600);box-shadow:0 18px 30px #279e543d}.button--ghost{border-color:#0f10141f;background:transparent;color:var(--color-black);box-shadow:none}.button--ghost:hover{border-color:var(--color-black);background:var(--color-black);color:var(--color-white)}.section-shell--dark .button--ghost,.surface--dark .button--ghost{border-color:#ffffff29;color:var(--color-white)}.section-shell--dark .button--ghost:hover,.surface--dark .button--ghost:hover{border-color:var(--color-white);background:var(--color-white);color:var(--color-black)}.button--light{background:var(--color-white);color:var(--color-gray-600);box-shadow:0 16px 26px #0f10141a}.button--light:hover{background:var(--color-black);color:var(--color-white)}.pill{display:inline-flex;align-items:center;gap:.5rem;width:fit-content;padding:.6rem .85rem;border-radius:999px;border:1px solid rgb(15 16 20 / .08);background:#fffc;color:var(--color-black);font-size:.8rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.pill--dark{border-color:#ffffff1f;background:#ffffff14;color:var(--color-white)}.card-grid{display:grid;gap:1rem}.card-grid--two{grid-template-columns:repeat(2,minmax(0,1fr))}.card-grid--three{grid-template-columns:repeat(3,minmax(0,1fr))}.card-grid--four{grid-template-columns:repeat(4,minmax(0,1fr))}.split-layout{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(18rem,.9fr);gap:1.25rem;align-items:start}.stat-card,.info-card,.collection-card,.feature-card,.faq-card,.search-card,.article-card,.product-card,.cart-line{position:relative;display:grid;gap:1rem;padding:1.25rem;border-radius:var(--radius-2xl);border:1px solid rgb(15 16 20 / .08);background:#ffffffdb;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease,background-color .22s ease}.stat-card{align-content:start;min-height:10rem}.stat-card__value,.price{font-family:var(--font-display);font-size:clamp(1.7rem,3vw,2.8rem);line-height:.95;letter-spacing:-.05em;color:var(--color-black)}.muted{color:var(--color-gray-500)}.rich-text,.article-content,.page-content,.product-description{display:grid;gap:1rem;color:var(--color-gray-600);line-height:1.8}.rich-text a,.article-content a,.page-content a,.product-description a{color:var(--color-blue-500);text-decoration:underline;text-decoration-thickness:.08em;text-underline-offset:.18em}.rich-text h2,.rich-text h3,.article-content h2,.article-content h3,.page-content h2,.page-content h3,.product-description h2,.product-description h3{font-family:var(--font-display);color:var(--color-black);letter-spacing:-.03em}.rich-text ul,.rich-text ol,.article-content ul,.article-content ol,.page-content ul,.page-content ol,.product-description ul,.product-description ol{padding-left:1.25rem}.media-frame{overflow:hidden;border-radius:calc(var(--radius-3xl) - .35rem);background:linear-gradient(145deg,rgb(39 158 84 / .18),transparent 55%),linear-gradient(135deg,#7498ff2e,#ffffffeb)}.media-frame img{width:100%;height:100%;object-fit:cover}.product-card__media img,.collection-card__media img,.search-card__media img,.article-card__media img{width:100%;height:100%;object-fit:contain;background:#ffffffeb}.placeholder-card,.empty-state{display:grid;gap:.9rem;align-content:center;justify-items:start;min-height:14rem;padding:1.5rem;border-radius:var(--radius-2xl);border:1px dashed rgb(15 16 20 / .18);background:linear-gradient(135deg,rgb(83 116 255 / .12),transparent 40%),#ffffffc7}.stack{display:grid;gap:1rem}.stack--tight{gap:.75rem}.cluster{display:flex;flex-wrap:wrap;gap:.75rem}.product-card,.search-card,.article-card,.collection-card{align-content:start;min-height:100%}.product-card{grid-template-rows:auto minmax(0,1fr) auto auto}.product-card:hover,.search-card:hover,.article-card:hover,.collection-card:hover{transform:translateY(-4px);border-color:#5374ff38;box-shadow:0 22px 44px #0f10141a}.brand-collection__featured-card{background:radial-gradient(circle at top right,rgb(116 152 255 / .18),transparent 11rem),linear-gradient(180deg,#fffffffa,#ffffffe0);border-color:#5374ff33;box-shadow:0 18px 40px #5374ff1f}.brand-collection__featured-card .button{background:#0f1014fa;color:var(--color-white);border-color:transparent}.brand-collection__featured-card .button:hover{background:var(--color-blue-500)}.product-card>.button{margin-top:auto}.product-card__media,.collection-card__media,.search-card__media,.article-card__media{overflow:hidden;border-radius:calc(var(--radius-2xl) - .35rem);background:#f3f4f6e6;aspect-ratio:16 / 9}.product-card__media--placeholder{display:grid;place-items:center;padding:1.25rem;border:1px dashed rgb(15 16 20 / .14);color:var(--color-gray-500);font-size:.95rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;background:linear-gradient(135deg,rgb(83 116 255 / .06),transparent 40%),#f3f4f6eb}.product-card__media--placeholder span{display:block;max-width:12rem;text-align:center}.product-card__title,.collection-card__title,.search-card__title,.article-card__title{font-family:var(--font-display);font-size:clamp(1.2rem,1.8vw,1.6rem);line-height:.98;letter-spacing:-.04em;min-block-size:2.05em}.product-card__title a,.collection-card__title a,.search-card__title a,.article-card__title a{display:-webkit-box;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical}.product-card__meta,.collection-card__meta,.search-card__meta,.article-card__meta{display:flex;align-items:center;justify-content:space-between;gap:.75rem;color:var(--color-gray-500);font-size:.9rem}.badge{display:inline-flex;align-items:center;justify-content:center;min-height:2rem;padding:.35rem .7rem;border-radius:999px;background:#279e5424;color:var(--color-forest-800);font-size:.75rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.free-sticker{position:absolute;top:1rem;right:1rem;z-index:2;display:inline-flex;align-items:center;justify-content:center;width:2.8rem;height:2.8rem;padding:.1rem;border:0;background:transparent;color:#d61f26;font-family:var(--font-display);font-size:.58rem;line-height:.82;letter-spacing:.02em;text-transform:uppercase;text-align:center;isolation:isolate;clip-path:polygon(50% 0%,61% 14%,78% 4%,76% 24%,97% 21%,86% 39%,100% 50%,86% 61%,97% 79%,76% 76%,78% 96%,61% 86%,50% 100%,39% 86%,22% 96%,24% 76%,3% 79%,14% 61%,0% 50%,14% 39%,3% 21%,24% 24%,22% 4%,39% 14%);transform:rotate(9deg);box-shadow:0 10px 22px #d61f2624}.free-sticker:before{content:"";position:absolute;top:-.2rem;right:-.2rem;bottom:-.2rem;left:-.2rem;z-index:-2;background:#d61f26;clip-path:inherit}.free-sticker:after{content:"";position:absolute;top:.22rem;right:.22rem;bottom:.22rem;left:.22rem;z-index:-1;background:#fff;clip-path:inherit}.free-sticker--inline{position:static;width:2.45rem;height:2.45rem;font-size:.5rem;transform:rotate(-5deg)}.field{display:grid;gap:.5rem}.field label{font-size:.85rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--color-gray-500)}input[type=text],input[type=email],input[type=number],input[type=search],select,textarea{width:100%;min-height:3.4rem;padding:.85rem 1rem;border:1px solid rgb(15 16 20 / .12);border-radius:var(--radius-xl);background:#fffffff0;color:var(--color-black)}textarea{min-height:10rem;resize:vertical}.quantity-field{max-width:8rem}.pagination{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center;justify-content:center;margin-top:1rem;width:100%}.pagination .page,.pagination .next,.pagination .prev,.pagination .page.current,.pagination .current,.pagination [aria-current=page]{display:inline-flex;align-items:center;justify-content:center;min-width:2.75rem;min-height:2.75rem;padding:.5rem .75rem;border-radius:999px;border:1px solid rgb(15 16 20 / .1);background:#ffffffdb;overflow:hidden}.pagination .page a,.pagination .next a,.pagination .prev a{display:inline-flex;align-items:center;justify-content:center;min-width:2.75rem;min-height:2.75rem;padding:.5rem .75rem;color:inherit}.pagination .page:hover,.pagination .next:hover,.pagination .prev:hover,.pagination .page.current:hover{background:#0f10140d}.pagination .page.current,.pagination .current,.pagination [aria-current=page]{border-color:#0f10142e;background:#fffffff5;color:var(--color-black);font-weight:700}.section-shell,.surface,.page-shell{animation:talesoft-rise .48s cubic-bezier(.22,1,.36,1) both}.shopify-section:nth-of-type(2) .section-shell,.shopify-section:nth-of-type(2) .surface,.shopify-section:nth-of-type(2) .page-shell{animation-delay:60ms}.shopify-section:nth-of-type(3) .section-shell,.shopify-section:nth-of-type(3) .surface,.shopify-section:nth-of-type(3) .page-shell{animation-delay:.11s}.button,.shopify-challenge__button,button.button,input[type=submit],.shopify-payment-button__button--unbranded{transition:transform .18s ease,box-shadow .18s ease,background-color .18s ease,color .18s ease,border-color .18s ease}.button:hover,.shopify-challenge__button:hover,button.button:hover,input[type=submit]:hover,.shopify-payment-button__button--unbranded:hover{transform:translateY(-2px);box-shadow:0 16px 28px #0f10141f}@keyframes talesoft-rise{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){.section-shell,.surface,.page-shell,.button,.shopify-challenge__button,button.button,input[type=submit],.shopify-payment-button__button--unbranded{animation:none;transition:none}}#shopify-pc__banner,.shopify-pc__banner{inset-inline:var(--page-margin)!important;inset-block-end:var(--page-margin)!important;width:auto!important;max-width:none!important}#shopify-pc__banner__dialog,.shopify-pc__banner__dialog{border-radius:var(--radius-3xl)!important;border:1px solid rgb(15 16 20 / .08)!important;background:linear-gradient(135deg,rgb(83 116 255 / .08),transparent 38%),#fffffff5!important;box-shadow:0 30px 80px #0f10142e!important;color:var(--color-black)!important}#shopify-pc__banner__dialog *,.shopify-pc__banner__dialog *{font-family:var(--font-body)!important}#shopify-pc__banner__dialog h2,.shopify-pc__banner__dialog h2{font-family:var(--font-display)!important;font-size:clamp(1.5rem,2.4vw,2.1rem)!important;letter-spacing:-.04em!important}#shopify-pc__banner__dialog a,.shopify-pc__banner__dialog a{color:var(--color-black)!important;text-decoration-thickness:.08em!important;text-underline-offset:.16em!important}#shopify-pc__banner__dialog button,#shopify-pc__banner__dialog .shopify-pc__banner__btn-manage-prefs,#shopify-pc__banner__dialog .shopify-pc__banner__btn-accept,#shopify-pc__banner__dialog .shopify-pc__banner__btn-decline,.shopify-pc__banner__dialog button,.shopify-pc__banner__dialog .shopify-pc__banner__btn-manage-prefs,.shopify-pc__banner__dialog .shopify-pc__banner__btn-accept,.shopify-pc__banner__dialog .shopify-pc__banner__btn-decline{min-height:3.4rem!important;padding:.8rem 1.25rem!important;border-radius:var(--radius-xl)!important;border:1px solid rgb(15 16 20 / .12)!important;background:#fffffff0!important;color:var(--color-black)!important;font-size:.8rem!important;font-weight:700!important;letter-spacing:.1em!important;text-transform:uppercase!important}#shopify-pc__banner__dialog .shopify-pc__banner__btn-accept,.shopify-pc__banner__dialog .shopify-pc__banner__btn-accept{background:var(--color-blue-400)!important;border-color:transparent!important;color:var(--color-white)!important}.shopify-payment-button{margin-top:.75rem}.shopify-payment-button__button{border-radius:var(--radius-xl)!important;overflow:hidden}.shopify-payment-button__more-options{margin-top:.8rem!important;font-size:.85rem!important;color:var(--color-gray-500)!important}.price--subtle{font-family:var(--font-body);font-size:1rem;font-weight:700;letter-spacing:.02em;color:var(--color-gray-500)}.divider{width:100%;height:1px;background:#0f101414}@media(max-width:990px){:root{--header-offset: 6.25rem}.card-grid--three,.card-grid--four,.split-layout{grid-template-columns:1fr}}@media(max-width:720px){main{padding-top:calc(var(--header-offset) + .5rem)}.section-shell,.surface,.page-shell{border-radius:var(--radius-2xl)}.button,.shopify-challenge__button,button.button,input[type=submit],.shopify-payment-button__button--unbranded{width:100%}.button-row{display:grid}}
/*# sourceMappingURL=/cdn/shop/t/14/assets/critical.css.map */
