.dyb-brands__head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:20px}.dyb-brands__eyebrow{margin:0 0 6px;font-size:12px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;opacity:.6}.dyb-brands__title{margin:0}.dyb-brands__grid{display:grid;grid-template-columns:repeat(var(--dyb-brands-per-row, 5),minmax(0,1fr));gap:1px;margin:0;padding:0;list-style:none;background:var(--colorBorder);border:1px solid var(--colorBorder)}.dyb-brands__item{margin:0}.dyb-brands__card{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;height:100%;min-height:132px;padding:22px 14px;background:var(--colorBody);text-align:center;transition:background .18s ease}.dyb-brands__card:hover,.dyb-brands__card:focus-visible{background:var(--colorSmallImageBg)}.dyb-brands__mark{display:flex;align-items:center;justify-content:center;min-height:30px}.dyb-brands__name{font-family:var(--typeHeaderPrimary),var(--typeHeaderFallback);font-weight:var(--typeHeaderWeight);font-size:17px;line-height:1.2;letter-spacing:.02em;transition:color .18s ease}.dyb-brands__card:hover .dyb-brands__name,.dyb-brands__card:focus-visible .dyb-brands__name{color:var(--colorBtnPrimary)}.dyb-brands__logo{max-width:128px;max-height:30px;width:auto;height:auto;filter:grayscale(1);opacity:.72;transition:filter .18s ease,opacity .18s ease}.dyb-brands__card:hover .dyb-brands__logo,.dyb-brands__card:focus-visible .dyb-brands__logo{filter:grayscale(0);opacity:1}.dyb-brands__note{font-size:12.5px;line-height:1.35;opacity:.74}.dyb-brands__count{font-size:11.5px;letter-spacing:.05em;text-transform:uppercase;opacity:.5}.dyb-brands__all-mobile{margin:16px 0 0;text-align:center}@media only screen and (max-width:1023px){.dyb-brands__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media only screen and (max-width:768px){.dyb-brands__head{margin-bottom:14px}.dyb-brands__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.dyb-brands__card{min-height:112px;padding:16px 10px}.dyb-brands__name{font-size:15px}.dyb-brands__note{font-size:11.5px}}.dyb-concerns{--dyb-concern-accent: #c8362c}.dyb-concern{display:block;position:relative;overflow:hidden;border-radius:10px;background:var(--colorSmallImageBg);text-decoration:none}.dyb-concern__media{display:block;position:relative;padding-bottom:100%;overflow:hidden}.dyb-concern__img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;filter:brightness(var(--dyb-concern-lift, 100%));transition:transform .7s cubic-bezier(.22,.61,.36,1)}.dyb-concern__img--empty{background:var(--colorSmallImageBg)}.dyb-concern:hover .dyb-concern__img{transform:scale(1.04)}.dyb-concern__scrim{position:absolute;right:0;bottom:0;left:0;height:62%;background:linear-gradient(to bottom,#fffdfb00,#fffdfb8c 42%,#fffdfbf0);pointer-events:none}.dyb-concern__label{position:absolute;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;gap:var(--dyb-label-gap, 10px);padding:0 10px var(--dyb-label-pad, 20px);text-align:center}.dyb-concern__chip{display:inline-flex;align-items:center;justify-content:center;width:var(--dyb-chip-size, 64px);height:var(--dyb-chip-size, 64px);border-radius:50%;background:#fffdfb;box-shadow:0 2px 14px #3c2d2324;color:var(--dyb-concern-accent);--element-icon-size: var(--dyb-icon-size, 36px);transition:transform .35s ease}.dyb-concern:hover .dyb-concern__chip{transform:translateY(-3px)}.dyb-concern__title{color:var(--colorTextBody);font-family:var(--typeHeaderPrimary),var(--typeHeaderFallback);font-weight:var(--typeHeaderWeight);letter-spacing:var(--typeHeaderSpacing);font-size:var(--dyb-title-size, 17px);line-height:1.25}@media only screen and (max-width:768px){.dyb-concern__chip{width:min(var(--dyb-chip-size, 64px),44px);height:min(var(--dyb-chip-size, 64px),44px);--element-icon-size: min(var(--dyb-icon-size, 36px), 24px)}.dyb-concern__label{gap:min(var(--dyb-label-gap, 10px),6px);padding:0 6px min(var(--dyb-label-pad, 20px),12px)}.dyb-concern__title{font-size:min(var(--dyb-title-size, 17px),13px)}}.dyb-hero{position:relative}.dyb-hero__track{display:grid;grid-auto-flow:column;grid-auto-columns:100%}.dyb-hero--slider .dyb-hero__track{overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none;overscroll-behavior-x:contain}.dyb-hero--slider .dyb-hero__track::-webkit-scrollbar{display:none}@media(prefers-reduced-motion:reduce){.dyb-hero--slider .dyb-hero__track{scroll-behavior:auto}}.dyb-hero__slide{position:relative;scroll-snap-align:start;scroll-snap-stop:always;min-width:0;border-radius:var(--dyb-hero-radius, 0px);overflow:hidden}.dyb-hero__media-link{display:block;text-decoration:none}.dyb-hero__media{display:block;aspect-ratio:var(--dyb-hero-ratio-mobile, .75);background:var(--colorSmallImageBg, #f4f0ec)}.dyb-hero__img{display:block;width:100%;height:100%;object-fit:cover}.dyb-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;padding:24px;pointer-events:none}.dyb-hero__overlay:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to right,rgba(255,255,255,var(--dyb-hero-scrim, 0)),rgba(255,255,255,calc(var(--dyb-hero-scrim, 0) * .6)) 45%,#fff0 75%)}.dyb-hero__overlay--center{justify-content:center;text-align:center}.dyb-hero__overlay--right{justify-content:flex-end}.dyb-hero__copy{position:relative;max-width:34ch;pointer-events:auto}.dyb-hero__heading{margin:0 0 10px;font-size:clamp(24px,5vw,var(--dyb-hero-heading, 44px));line-height:1.1}.dyb-hero__sub{margin:0;font-size:clamp(14px,2.4vw,17px);line-height:1.45}.dyb-hero__ctas{display:flex;flex-wrap:wrap;gap:10px;margin-top:20px}.dyb-hero__btn{white-space:nowrap}.dyb-hero__note{margin:0 0 12px;padding:10px 14px;border-left:3px solid var(--colorBtnPrimary);background:var(--colorSmallImageBg);font-size:14px}.dyb-hero__dots{position:absolute;left:0;right:0;bottom:14px;display:flex;justify-content:center;gap:8px}.dyb-hero__dot{width:9px;height:9px;padding:0;border:0;border-radius:50%;background:#2a374347;box-shadow:0 0 0 1px #ffffffbf;cursor:pointer;transition:background .2s ease,width .2s ease}.dyb-hero__dot.is-active{width:26px;border-radius:5px;background:var(--colorBtnPrimary)}.dyb-hero__dot:focus-visible{outline:2px solid var(--colorBtnPrimary);outline-offset:3px}.dyb-hero__arrow{position:absolute;top:50%;transform:translateY(-50%);display:none;width:42px;height:42px;padding:0;border:0;border-radius:50%;background:#ffffffe6;color:var(--colorTextBody);box-shadow:0 2px 10px #0000001f;cursor:pointer}.dyb-hero__arrow svg{width:20px;height:20px}.dyb-hero__arrow--prev{left:14px}.dyb-hero__arrow--next{right:14px}.dyb-hero__arrow[disabled]{opacity:.35;cursor:default}@media only screen and (min-width:769px){.dyb-hero__media{aspect-ratio:var(--dyb-hero-ratio, 2.5)}.dyb-hero__overlay{padding:0 clamp(28px,5vw,72px)}@media(hover:hover)and (pointer:fine){.dyb-hero--slider .dyb-hero__arrow{display:grid;place-items:center}}}.dyb-news{position:relative;overflow:hidden;display:flex;align-items:center;min-height:var(--dyb-news-min, 420px);padding:64px 0;color:var(--dyb-news-color, #2a3743)}.dyb-news>.page-width{flex:1 1 100%;width:100%}.dyb-news__bg,.dyb-news__tint{position:absolute;top:0;right:0;bottom:0;left:0}.dyb-news__img{width:100%;height:100%;object-fit:cover;filter:blur(var(--dyb-news-blur, 14px)) saturate(1.06);transform:scale(1.12)}.dyb-news__tint{background:linear-gradient(100deg,rgba(255,253,251,calc(var(--dyb-news-tint, .72) + .16)),rgba(255,253,251,var(--dyb-news-tint, .72)) 46%,rgba(255,253,251,calc(var(--dyb-news-tint, .72) - .22)))}.dyb-news__inner{position:relative;max-width:560px}.dyb-news__eyebrow{margin:0 0 12px;font-size:12px;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:var(--colorBtnPrimary)}.dyb-news__title{margin:0 0 12px;font-size:34px;line-height:1.12;letter-spacing:-.01em;color:inherit}.dyb-news__text{margin-bottom:26px;font-size:16.5px;line-height:1.55;opacity:.88}.dyb-news__text p{margin:0}.dyb-news__form .newsletter__input-group,.dyb-news__form .input-group{display:flex;max-width:470px;padding:5px;border-radius:999px;background:#fffdfb;box-shadow:0 2px 24px -8px #3c2d2366}.dyb-news__form .newsletter__input,.dyb-news__form .input-group-field{flex:1 1 auto;min-width:0;height:48px;margin:0;padding:0 8px 0 20px;border:0;background:transparent;font-size:15.5px;color:var(--colorTextBody);box-shadow:none}.dyb-news__form .newsletter__input:focus,.dyb-news__form .input-group-field:focus{outline:none;box-shadow:none}.dyb-news__form .input-group-btn{flex:0 0 auto}.dyb-news__form .input-group-btn .btn{height:48px;padding:0 30px;border-radius:999px!important;font-size:14.5px;letter-spacing:.06em;white-space:nowrap}.dyb-news__form .input-group:focus-within{box-shadow:0 2px 30px -8px #3c2d2380,0 0 0 2px var(--colorBtnPrimary)}.dyb-news__form .note--success{max-width:470px;border-radius:14px}.dyb-news__footnote{margin:14px 0 0;font-size:13px;opacity:.7}@media only screen and (max-width:768px){.dyb-news{min-height:0;padding:46px 0}.dyb-news__title{font-size:26px}.dyb-news__text{font-size:15.5px;margin-bottom:20px}.dyb-news__form .btn{padding:0 20px}.dyb-news__form .form__submit--large{display:none}.dyb-news__form .form__submit--small{display:block}}.dyb-proof__head{display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:space-between;gap:16px 40px;margin-bottom:18px}.dyb-proof__eyebrow{margin:0 0 6px;color:var(--colorTextBody);font-size:12px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;opacity:.6}.dyb-proof__title{margin:0}.dyb-shop-rating--aggregate{padding-bottom:4px}.dyb-proof__verification{display:flex;align-items:flex-start;gap:8px;max-width:62ch;margin:0 0 30px;font-size:13.5px;line-height:1.55;opacity:.82}.dyb-proof__verification-icon{flex:0 0 auto;width:17px;height:17px;margin-top:2px;stroke:var(--colorBtnPrimary)}.dyb-proof__reviews{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:22px;margin:0;padding:0;list-style:none}.dyb-proof__review{margin:0}.dyb-proof__review>article{display:flex;flex-direction:column;height:100%;padding:24px 22px;background:var(--colorSmallImageBg)}.dyb-proof__quote{margin:12px 0 18px;padding:0;border:0;font-size:15.5px;font-style:normal;line-height:1.6}.dyb-proof__quote:before{content:"\201e"}.dyb-proof__quote:after{content:"\201c"}.dyb-proof__meta{margin-top:auto}.dyb-proof__author{margin:0;font-size:14px;font-weight:600}.dyb-proof__verified{display:inline-block;margin-left:7px;color:var(--colorBtnPrimary);font-size:11.5px;font-weight:600;letter-spacing:.04em;text-transform:uppercase}.dyb-proof__date,.dyb-proof__product{margin:3px 0 0;font-size:12.5px;opacity:.7}.dyb-proof__product a{border-bottom:1px solid var(--colorBorder)}.dyb-proof__case{display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);gap:34px;align-items:center;margin-top:34px;padding-top:30px;border-top:1px solid var(--colorBorder)}.dyb-proof__case-media{position:relative;overflow:hidden;background:var(--colorSmallImageBg)}.dyb-proof__case-img{display:block;width:100%;height:auto}.dyb-proof__case-tag{position:absolute;bottom:10px;padding:3px 9px;background:#fffdfbeb;color:var(--colorTextBody);font-size:11px;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.dyb-proof__case-tag--before{left:10px}.dyb-proof__case-tag--after{right:10px}.dyb-proof__case-title{margin:0 0 14px;font-size:22px}.dyb-proof__case-facts{display:grid;grid-template-columns:auto 1fr;gap:4px 14px;margin:0 0 16px;font-size:14px}.dyb-proof__case-facts dt{opacity:.66}.dyb-proof__case-facts dd{margin:0}.dyb-proof__case-text{font-size:15px}.dyb-proof__case-consent,.dyb-proof__case-disclaimer{margin:12px 0 0;font-size:12.5px;line-height:1.5;opacity:.7}.dyb-proof__case-body .btn{margin-top:18px}.dyb-proof__more{margin:26px 0 0;font-size:15px}.dyb-proof__more a{border-bottom:1px solid var(--colorBtnPrimary)}@media only screen and (max-width:768px){.dyb-proof__head{display:block}.dyb-proof__aggregate{margin-top:14px}.dyb-proof__verification{margin-bottom:22px}.dyb-proof__reviews{grid-template-columns:1fr;gap:14px}.dyb-proof__review>article{padding:20px 18px}.dyb-proof__case{grid-template-columns:1fr;gap:20px;margin-top:26px;padding-top:24px}}.dyb-seo{max-width:100%;padding-top:8px}.dyb-seo__title{margin:0 0 18px;font-size:27px;line-height:1.16}.dyb-seo__body h1{font-size:25px;margin:0 0 12px}.dyb-seo__body h2{font-size:21px;margin:30px 0 10px;padding-top:20px;border-top:1px solid var(--colorBorder)}.dyb-seo__body h3{font-size:17.5px;margin:20px 0 6px}.dyb-seo__body p,.dyb-seo__body li{font-size:16px;line-height:1.7;opacity:.92}.dyb-seo__body ul{margin:10px 0 10px 20px}.dyb-seo__more{margin-top:22px}.dyb-seo__more summary{list-style:none;cursor:pointer;display:inline-flex}.dyb-seo__more summary::-webkit-details-marker{display:none}.dyb-seo__btn{pointer-events:none}@media only screen and (max-width:768px){.dyb-seo__title{font-size:22px}.dyb-seo__body h2{font-size:19px}}.dyb-store{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:46px;align-items:center}.dyb-store--right .dyb-store__media{order:2}.dyb-store__media{position:relative;overflow:hidden;border-radius:12px;background:var(--colorSmallImageBg);aspect-ratio:var(--dyb-store-ratio, 4 / 5)}.dyb-store__img{display:block;width:100%;height:100%;object-fit:cover;object-position:center var(--dyb-store-focus, 62%)}.dyb-store__eyebrow{margin:0 0 10px;font-size:12px;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:var(--colorBtnPrimary)}.dyb-store__title{margin:0 0 16px;font-size:32px;line-height:1.14;letter-spacing:-.01em}.dyb-store__address{margin:0 0 4px;font-size:17.5px;line-height:1.5}.dyb-store__hours{margin:0 0 18px;font-size:16px;opacity:.75}.dyb-store__text{margin-bottom:24px;font-size:16px;line-height:1.6;opacity:.9}.dyb-store__text p{margin:0 0 8px}.dyb-store__actions{display:flex;flex-wrap:wrap;gap:12px}@media only screen and (max-width:768px){.dyb-store{grid-template-columns:1fr;gap:24px}.dyb-store__media{aspect-ratio:16 / 10}.dyb-store--right .dyb-store__media{order:0}.dyb-store__title{font-size:25px}}.mobile-nav shopify-account::part(signed-out-avatar){font-size:var(--typeBodySizeMobile);-webkit-font-smoothing:antialiased}.site-nav shopify-account::part(signed-out-avatar){color:var(--colorNavText)}.is-light .site-nav shopify-account::part(signed-out-avatar){color:#fff}shopify-account{--shopify-account-color-accent: var(--colorBtnPrimary);--shopify-account-color-accent-hover: var(--colorBtnPrimaryLight);--shopify-account-color-accent-text: var(--colorTextBody);--shopify-account-color-background: var(--colorBody);--shopify-account-color-background-subdued: color-mix(in srgb, var(--colorBorder) 50%, transparent);--shopify-account-color-border: var(--colorBorder);--shopify-account-color-card-background: var(--colorBody);--shopify-account-color-control-background: var(--colorBody);--shopify-account-color-text: var(--colorTextBody);--shopify-account-color-text-subdued: color-mix(in srgb, var(--colorBorder) 50%, black);--shopify-account-font-body: var(--typeBasePrimary), var(--typeBaseFallback);--shopify-account-font-body-weight: var(--typeBaseWeight);--shopify-account-font-heading: var(--typeHeaderPrimary), var(--typeHeaderFallback);--shopify-account-font-heading-weight: var(--typeHeaderWeight);--shopify-account-radius-base: var(--buttonRadius);--shopify-account-radius-button: var(--buttonRadius);--shopify-account-radius-button-small: var(--buttonRadius);--shopify-account-radius-dialog: var(--buttonRadius);--shopify-account-radius-input: var(--buttonRadius);--shopify-account-signed-in-avatar-color-background: var(--colorBody);--shopify-account-signed-in-avatar-color-text: var(--colorTextBody)}:root{--element-icon-size: 20px;--element-icon-width: initial;--element-icon-height: initial;--element-icon-stroke-width: 2px;--element-icon-stroke-linejoin: miter;--element-icon-color: inherit;--element-icon-opacity: 1}.element-icon{--_size: var(--element-icon-size);--_width: var(--element-icon-width, var(--_size));--_height: var(--element-icon-height, var(--_size));--_stroke-width: var(--element-icon-stroke-width);--_stroke-linejoin: var(--element-icon-stroke-linejoin);--_color: var(--element-icon-color);--_opacity: var(--element-icon-opacity);display:inline-block;vertical-align:middle;width:var(--_width);height:var(--_height);color:var(--_color);opacity:var(--_opacity)}.element-icon.element-icon--line{stroke-width:var(--_stroke-width);stroke-linejoin:var(--_stroke-linejoin)}/*! modern-normalize v3.0.1 | MIT License | https://github.com/sindresorhus/modern-normalize */*,:before,:after{box-sizing:border-box}html{font-family:system-ui,Segoe UI,Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";line-height:1.15;-webkit-text-size-adjust:100%;tab-size:4}body{margin:0}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{border-color:currentcolor}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}legend{padding:0}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}:root{--size-0-25: .0625rem;--size-0-5: .125rem;--size-1: .25rem;--size-1-5: .375rem;--size-2: .5rem;--size-2-5: .625rem;--size-3: .75rem;--size-3-5: .875rem;--size-4: 1rem;--size-4-5: 1.125rem;--size-5: 1.25rem;--size-5-5: 1.375rem;--size-6: 1.5rem;--size-6-5: 1.625rem;--size-7: 1.75rem;--size-7-5: 1.875rem;--size-8: 2rem;--size-8-5: 2.125rem;--size-9: 2.25rem;--size-9-5: 2.375rem;--size-10: 2.5rem;--size-11: 2.75rem;--size-12: 3rem;--size-14: 3.5rem;--size-16: 4rem;--size-18: 4.5rem;--size-20: 5rem;--size-24: 6rem;--size-28: 7rem;--size-32: 8rem;--text-size-2: .5rem;--text-size-2-5: .625rem;--text-size-3: .75rem;--text-size-3-5: .875rem;--text-size-4: 1rem;--text-size-4-5: 1.125rem;--text-size-5: 1.25rem;--text-size-5-5: 1.375rem;--text-size-6: 1.5rem;--text-size-6-5: 1.625rem;--text-size-7: 1.75rem;--text-size-7-5: 1.875rem;--text-size-8: 2rem;--text-size-8-5: 2.125rem;--text-size-9: 2.25rem;--text-size-9-5: 2.375rem;--text-size-10: 2.5rem;--text-size-11: 2.75rem;--text-size-12: 3rem;--text-size-14: 3.5rem;--text-size-16: 4rem;--text-size-18: 4.5rem;--text-size-20: 5rem;--text-size-24: 6rem;--text-size-28: 7rem;--text-size-32: 8rem;--line-size-none: 0px;--line-size-xs: .5px;--line-size-sm: 1px;--line-size-md: 2px;--line-size-lg: 4px;--line-size-xl: 8px;--gap-size-none: 0px;--gap-size-3xs: var(--size-0-5);--gap-size-2xs: var(--size-1);--gap-size-xs: var(--size-2);--gap-size-sm: var(--size-4);--gap-size-md: var(--size-8);--gap-size-lg: var(--size-12);--gap-size-xl: var(--size-16);--gap-size-2xl: var(--size-24);--radius-xs: 4px;--radius-sm: 8px;--radius-md: 12px;--radius-lg: 16px;--radius-xl: 24px;--radius-2xl: 32px;--radius-none: 0px;--radius-full: 999px;--shadow-none: 0px 0px 0px 0px rgba(0, 0, 0, 0);--shadow-sm: 0px 1px 2px 0px rgba(0, 0, 0, .08);--shadow-md: 0px 2px 4px -1px rgba(0, 0, 0, .08);--shadow-lg: 0px 8px 16px -4px rgba(0, 0, 0, .08);--shadow-xl: 0px 16px 32px -6px rgba(0, 0, 0, .12);--shadow-2xl: 0px 16px 64px -12px rgba(0, 0, 0, .22);--font-weight-100: 100;--font-weight-200: 200;--font-weight-300: 300;--font-weight-400: 400;--font-weight-500: 500;--font-weight-600: 600;--font-weight-700: 700;--font-weight-800: 800;--font-weight-900: 900;--letter-space-2xs: -.05em;--letter-space-xs: -.03em;--letter-space-sm: -.015em;--letter-space-md: 0em;--letter-space-lg: .015em;--letter-space-xl: .03em;--letter-space-2xl: .05em;--letter-space-3xl: .08em;--letter-space-4xl: .12em;--line-height-2xs: .9;--line-height-xs: 1;--line-height-sm: 1.1;--line-height-md: 1.2;--line-height-lg: 1.5;--line-height-xl: 1.7;--line-height-2xl: 2;--shade-0: 0%;--shade-4: 4%;--shade-8: 8%;--shade-12: 12%;--shade-16: 16%;--shade-20: 20%;--shade-30: 30%;--shade-40: 40%;--shade-50: 50%;--shade-60: 60%;--shade-70: 70%;--shade-80: 80%;--shade-90: 90%;--shade-100: 100%}
/*# sourceMappingURL=/cdn/shop/t/12/compiled_assets/styles.css.map?subset=AAD0BgAAAAAAAAAAAAEAAAABAAAAAAAAAAAAAAAABg */
