:root{--w-bg: #faf7f2;--w-surface: #ffffff;--w-ink: #232323;--w-muted: #5f666b;--w-teal: #0f4c5c;--w-teal-soft: #e4efec;--w-accent: #ff4d00;--w-accent-dark: #d64300;--w-accent-soft: #f8e8de;--w-sand: #f5e9dd;--w-leaf: #3a7d44;--w-border: #e7ded2;--w-radius: 14px;--w-radius-sm: 8px;--w-max: var(--page-width, 1200px);--w-shadow: 0 10px 30px rgba(35, 35, 35, .08);--w-rem: 1.6}.accio-container{max-width:var(--w-max);margin-inline:auto;padding-inline:clamp(calc(1rem * var(--w-rem)),4vw,calc(4rem * var(--w-rem)));box-sizing:border-box}.accio-section{padding-block:clamp(calc(3rem * var(--w-rem)),6vw,calc(4rem * var(--w-rem)))}.accio-eyebrow{display:inline-block;font-size:calc(.78rem * var(--w-rem));letter-spacing:.14em;text-transform:uppercase;color:var(--w-teal);font-weight:600;margin:0 0 calc(.6rem * var(--w-rem))}.accio-title{margin:0 0 calc(.75rem * var(--w-rem));font-size:clamp(calc(1.6rem * var(--w-rem)),3.4vw,calc(2.4rem * var(--w-rem)));line-height:1.15;color:var(--w-ink);letter-spacing:-.01em}.accio-lead{margin:0;color:var(--w-muted);font-size:clamp(calc(.95rem * var(--w-rem)),1.4vw,calc(1.05rem * var(--w-rem)));line-height:1.6;max-width:56ch}.accio-btn{display:inline-flex;align-items:center;justify-content:center;gap:calc(.45rem * var(--w-rem));padding:calc(.85rem * var(--w-rem)) calc(1.5rem * var(--w-rem));border-radius:var(--w-radius-sm);font-weight:600;font-size:calc(.95rem * var(--w-rem));line-height:1.2;text-decoration:none;cursor:pointer;border:1px solid transparent;transition:background-color .15s ease,color .15s ease,border-color .15s ease}.accio-btn--primary{background:var(--w-accent);color:var(--w-ink)}.accio-btn--primary:hover{background:var(--w-accent-dark);color:var(--w-ink)}.accio-btn--secondary{background:transparent;color:var(--w-teal);border-color:var(--w-teal)}.accio-btn--secondary:hover{background:var(--w-teal-soft);color:var(--w-teal)}.accio-card{background:var(--w-surface);border:1px solid var(--w-border);border-radius:var(--w-radius);overflow:hidden}.accio-motif{position:relative;overflow:hidden}.accio-motif:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:var(--w-motif, none);background-size:220px 220px;background-repeat:repeat;opacity:.06;pointer-events:none;z-index:0}.accio-motif>.accio-container{position:relative;z-index:1}.accio-header{background:var(--w-surface);border-bottom:1px solid var(--w-border);position:sticky;top:0;z-index:50}.accio-header__bar{display:flex;align-items:center;justify-content:space-between;gap:calc(1rem * var(--w-rem));min-height:64px}.accio-header__logo{font-size:calc(1.25rem * var(--w-rem));font-weight:800;letter-spacing:.08em;color:var(--w-ink);text-decoration:none}.accio-header__logo span{color:var(--w-accent)}.accio-nav{display:none;align-items:center;gap:calc(1.4rem * var(--w-rem))}.accio-nav__item{position:relative}.accio-nav__link{display:inline-flex;align-items:center;gap:calc(.3rem * var(--w-rem));font-size:calc(.92rem * var(--w-rem));font-weight:600;color:var(--w-ink);text-decoration:none;padding:calc(.6rem * var(--w-rem)) calc(.2rem * var(--w-rem))}.accio-nav__link:hover{color:var(--w-accent)}.accio-nav__drop{display:none;position:absolute;top:100%;left:-calc(.75rem * var(--w-rem));min-width:220px;background:var(--w-surface);border:1px solid var(--w-border);border-radius:var(--w-radius-sm);box-shadow:var(--w-shadow);padding:calc(.5rem * var(--w-rem));z-index:60}.accio-nav__item:hover .accio-nav__drop,.accio-nav__item:focus-within .accio-nav__drop{display:block}.accio-nav__drop a{display:block;padding:calc(.55rem * var(--w-rem)) calc(.75rem * var(--w-rem));border-radius:6px;font-size:calc(.9rem * var(--w-rem));color:var(--w-ink);text-decoration:none}.accio-nav__drop a:hover{background:var(--w-teal-soft);color:var(--w-teal)}.accio-header__actions{display:flex;align-items:center;gap:calc(.5rem * var(--w-rem))}.accio-header__icon{display:inline-flex;align-items:center;gap:calc(.3rem * var(--w-rem));color:var(--w-ink);text-decoration:none;font-size:calc(.9rem * var(--w-rem));font-weight:600;padding:calc(.5rem * var(--w-rem)) calc(.6rem * var(--w-rem));border-radius:var(--w-radius-sm)}.accio-header__icon:hover{color:var(--w-accent)}.accio-header__cartcount{display:inline-flex;align-items:center;justify-content:center;min-width:calc(1.1rem * var(--w-rem));height:calc(1.1rem * var(--w-rem));padding-inline:calc(.25rem * var(--w-rem));border-radius:999px;background:var(--w-accent);color:#fff;font-size:calc(.7rem * var(--w-rem));font-weight:700}.accio-header__burger{display:inline-flex;background:none;border:0;padding:calc(.5rem * var(--w-rem));cursor:pointer;color:var(--w-ink)}.accio-header__drawer{display:none}.accio-header__drawer[open]{display:block;border-top:1px solid var(--w-border);padding:calc(.5rem * var(--w-rem)) 0 calc(1rem * var(--w-rem))}.accio-header__drawer a,.accio-header__drawer summary{display:block;padding:calc(.7rem * var(--w-rem)) 0;color:var(--w-ink);text-decoration:none;font-weight:600;font-size:calc(.95rem * var(--w-rem));cursor:pointer;list-style:none}.accio-header__drawer a:hover,.accio-header__drawer summary:hover{color:var(--w-accent)}.accio-header__drawer .accio-header__sub a{padding:calc(.45rem * var(--w-rem)) 0 calc(.45rem * var(--w-rem)) calc(1rem * var(--w-rem));font-weight:400;font-size:calc(.9rem * var(--w-rem));color:var(--w-muted)}@media screen and (min-width:990px){.accio-nav{display:flex}.accio-header__burger,.accio-header__drawer{display:none!important}}.accio-hero{--w-hero-bg: none;min-height:clamp(560px,62vw,780px);background-color:var(--w-accent-soft);background-image:linear-gradient(100deg,#2b1a0e8f,#2b1a0e61 28%,#2b1a0e2e 50%,#2b1a0e0d 70%,#2b1a0e00),var(--w-hero-bg);background-size:cover,cover;background-position:center 30%,center 30%;background-repeat:no-repeat,no-repeat;--w-motif: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='96' height='96' viewBox='0 0 96 96'%3E%3Cg fill='none' stroke='%230F4C5C' stroke-width='1.2' stroke-linecap='round'%3E%3Cpath d='M20 14 C36 22 36 42 20 50 C36 42 52 30 52 14'/%3E%3Cpath d='M20 62 C36 70 36 90 20 98 C36 90 52 78 52 62'/%3E%3Cpath d='M58 30 C74 38 74 58 58 66 C74 58 90 46 90 30'/%3E%3C/g%3E%3C/svg%3E")}.accio-hero__grid{display:grid;grid-template-columns:1fr;gap:calc(1.5rem * var(--w-rem));align-items:center;padding-block:clamp(calc(2.5rem * var(--w-rem)),6vw,calc(4.5rem * var(--w-rem)))}.accio-hero__content{max-width:min(600px,100%)}.accio-hero__title{margin:0 0 calc(1rem * var(--w-rem));font-size:clamp(calc(1.9rem * var(--w-rem)),4.6vw,calc(3rem * var(--w-rem)));line-height:1.12;letter-spacing:-.02em;color:var(--w-ink)}.accio-hero__title em{font-style:normal;color:var(--w-accent)}.accio-hero__text{margin:0 0 calc(1.5rem * var(--w-rem));color:var(--w-muted);font-size:clamp(calc(.95rem * var(--w-rem)),1.5vw,calc(1.1rem * var(--w-rem)));line-height:1.6;max-width:52ch}.accio-hero__cta{display:flex;flex-wrap:wrap;gap:calc(.75rem * var(--w-rem));margin-bottom:calc(1rem * var(--w-rem))}.accio-hero__note{font-size:calc(.82rem * var(--w-rem));color:var(--w-muted);margin:0}.accio-hero__media{display:flex;flex-direction:column;gap:calc(1rem * var(--w-rem));position:relative}.accio-hero__stage{position:relative;width:100%;aspect-ratio:1 / 1;display:grid;place-items:center;padding:0;background:transparent;border-radius:0;box-shadow:none;overflow:visible}.accio-hero__stage-link{display:grid;place-items:center;width:100%;height:100%;text-decoration:none}.accio-hero__product{display:block;width:100%;height:100%;object-fit:contain;position:relative;z-index:1;filter:drop-shadow(0 calc(1.1rem * var(--w-rem)) calc(1.5rem * var(--w-rem)) rgba(10,6,4,.45));transition:transform .35s ease,filter .35s ease}.accio-hero__stage:hover .accio-hero__product,.accio-hero__stage:focus-within .accio-hero__product{transform:translateY(calc(-.4rem * var(--w-rem))) scale(1.02);filter:drop-shadow(0 calc(1.5rem * var(--w-rem)) calc(2rem * var(--w-rem)) rgba(10,6,4,.5))}.accio-hero__stage-link:focus-visible{outline:2px solid rgba(255,192,140,.9);outline-offset:-4px;border-radius:var(--w-radius)}.accio-hero__stage:after{content:"";position:absolute;left:14%;right:14%;bottom:7%;height:calc(1.3rem * var(--w-rem));border-radius:50%;background:radial-gradient(50% 50% at 50% 50%,#0000006b,#0000 72%);pointer-events:none;z-index:0}@media(prefers-reduced-motion:reduce){.accio-hero__product{transition:none}.accio-hero__stage:hover .accio-hero__product,.accio-hero__stage:focus-within .accio-hero__product{transform:none}}.accio-hero .accio-eyebrow{color:#ffe9d6}.accio-hero__title{color:#fffaf4}.accio-hero__title em{color:#ffc08c}.accio-hero__text,.accio-hero__note{color:#fdeeda}.accio-hero .accio-eyebrow,.accio-hero__title,.accio-hero__text,.accio-hero__note{text-shadow:0 1px 3px rgba(43,26,14,.38)}.accio-hero__cta .accio-btn--secondary{background:#faf7f229;color:#fffaf4;border-color:#faf7f2d9}.accio-hero__cta .accio-btn--secondary:hover{background:#faf7f247;color:#fff;border-color:#faf7f2f2}@media screen and (min-width:990px){.accio-hero__grid{grid-template-columns:1.15fr .85fr}}@media screen and (max-width:749px){.accio-hero{background-position:72% 12%,96% 12%;min-height:640px}.accio-hero__note{display:none}.accio-hero__grid{padding-block:calc(2.25rem * var(--w-rem)) calc(2.75rem * var(--w-rem))}.accio-hero__media,.accio-hero__stage{width:100%;max-width:100%;min-width:0}.accio-hero__stage{aspect-ratio:1 / 1;overflow:visible}}.accio-path-grid__head{text-align:center;margin-bottom:calc(1.75rem * var(--w-rem))}.accio-path-grid__head .accio-lead{margin-inline:auto}.accio-grid-3{display:grid;grid-template-columns:1fr;gap:calc(1rem * var(--w-rem))}.accio-path-card{padding:calc(1.25rem * var(--w-rem));display:flex;flex-direction:column}.accio-path-card__media{border-radius:calc(var(--w-radius) - 6px);overflow:hidden;background:var(--w-bg);margin-bottom:calc(1rem * var(--w-rem))}.accio-path-card__media img{display:block;width:100%;height:auto;object-fit:contain;background:#fff}.accio-path-card h3{margin:0 0 calc(.5rem * var(--w-rem));font-size:calc(1.15rem * var(--w-rem));color:var(--w-ink)}.accio-path-card p{margin:0 0 calc(1rem * var(--w-rem));color:var(--w-muted);font-size:calc(.92rem * var(--w-rem));line-height:1.55;flex:1}.accio-path-card a.accio-link{color:var(--w-accent);font-weight:600;text-decoration:none;font-size:calc(.92rem * var(--w-rem))}.accio-path-card a.accio-link:hover{text-decoration:underline}@media screen and (min-width:750px){.accio-grid-3{grid-template-columns:repeat(3,1fr)}}.accio-showcase__head{display:flex;flex-wrap:wrap;align-items:end;justify-content:space-between;gap:calc(1rem * var(--w-rem));margin-bottom:calc(1.5rem * var(--w-rem))}.accio-grid-4{display:grid;grid-template-columns:repeat(2,1fr);gap:calc(1rem * var(--w-rem))}.accio-product-card{padding:calc(.9rem * var(--w-rem));display:flex;flex-direction:column}.accio-product-card__media{border-radius:calc(var(--w-radius) - 6px);overflow:hidden;background:#fff;margin-bottom:calc(.85rem * var(--w-rem))}.accio-product-card__media img{display:block;width:100%;height:auto;aspect-ratio:1 / 1;object-fit:contain;background:#fff}.accio-product-card h3{margin:0 0 calc(.25rem * var(--w-rem));font-size:calc(.98rem * var(--w-rem));line-height:1.35;color:var(--w-ink)}.accio-product-card__price{margin:0 0 calc(.6rem * var(--w-rem));font-weight:700;color:var(--w-teal);font-size:calc(.95rem * var(--w-rem))}.accio-product-card__link{margin-top:auto;font-size:calc(.85rem * var(--w-rem));font-weight:600;color:var(--w-accent);text-decoration:none}.accio-product-card__link:hover{text-decoration:underline}@media screen and (min-width:750px){.accio-grid-4{grid-template-columns:repeat(4,1fr)}}.accio-routine__head{text-align:center;margin-bottom:calc(1.75rem * var(--w-rem))}.accio-routine__head .accio-lead{margin-inline:auto}.accio-routine__grid{display:grid;grid-template-columns:1fr;gap:calc(1rem * var(--w-rem))}.accio-routine-card{padding:calc(1.25rem * var(--w-rem));display:flex;flex-direction:column;background:linear-gradient(180deg,var(--w-accent-soft) 0%,var(--w-surface) 55%)}.accio-routine-card__media{border-radius:calc(var(--w-radius) - 6px);overflow:hidden;background:#fff;margin-bottom:calc(1rem * var(--w-rem))}.accio-routine-card__media img{display:block;width:100%;height:auto;aspect-ratio:4 / 3;object-fit:contain;background:#fff}.accio-routine-card h3{margin:0 0 calc(.5rem * var(--w-rem));font-size:calc(1.15rem * var(--w-rem));color:var(--w-ink)}.accio-routine-card p{margin:0;color:var(--w-muted);font-size:calc(.92rem * var(--w-rem));line-height:1.55}@media screen and (min-width:750px){.accio-routine__grid{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width:749px){.accio-grid-3,.accio-grid-4,.accio-routine__grid{display:flex;gap:calc(1rem * var(--w-rem));overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:calc(.5rem * var(--w-rem));margin-inline:-calc(1rem * var(--w-rem));padding-inline:calc(1rem * var(--w-rem));-webkit-overflow-scrolling:touch;scrollbar-width:thin}.accio-grid-3>*,.accio-grid-4>*,.accio-routine__grid>*{flex:0 0 82%;scroll-snap-align:start}.accio-btn{min-height:48px}}.accio-fitdays{background:var(--w-teal);color:#fff;--w-motif: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='96' height='96' viewBox='0 0 96 96'%3E%3Cg fill='none' stroke='%23FAF7F2' stroke-width='1.2' stroke-linecap='round'%3E%3Cpath d='M10 4 L4 10'/%3E%3Cpath d='M40 4 L16 28'/%3E%3Cpath d='M70 4 L28 46'/%3E%3Cpath d='M96 8 L40 64'/%3E%3Cpath d='M96 38 L70 64'/%3E%3Cpath d='M96 68 L90 74'/%3E%3Cpath d='M56 96 L80 72'/%3E%3Cpath d='M26 96 L60 62'/%3E%3Cpath d='M6 96 L32 70'/%3E%3C/g%3E%3C/svg%3E")}.accio-fitdays .accio-title,.accio-fitdays .accio-lead{color:#fff}.accio-fitdays .accio-lead{color:#ffffffd1}.accio-steps{display:grid;grid-template-columns:1fr;gap:calc(.9rem * var(--w-rem));margin:calc(1.5rem * var(--w-rem)) 0 calc(1rem * var(--w-rem))}.accio-step{background:#ffffff14;border:1px solid rgba(255,255,255,.18);border-radius:var(--w-radius-sm);padding:calc(1rem * var(--w-rem))}.accio-step__num{display:inline-flex;align-items:center;justify-content:center;width:calc(1.7rem * var(--w-rem));height:calc(1.7rem * var(--w-rem));border-radius:999px;background:var(--w-accent);color:var(--w-ink);font-weight:700;font-size:calc(.85rem * var(--w-rem));margin-bottom:calc(.5rem * var(--w-rem))}.accio-step h3{margin:0 0 calc(.3rem * var(--w-rem));font-size:calc(1rem * var(--w-rem))}.accio-step p{margin:0;font-size:calc(.88rem * var(--w-rem));color:#ffffffd1;line-height:1.5}.accio-fitdays__note{font-size:calc(.82rem * var(--w-rem));color:#ffffffb3;margin:calc(.4rem * var(--w-rem)) 0 calc(1.1rem * var(--w-rem))}@media screen and (min-width:750px){.accio-steps{grid-template-columns:repeat(4,1fr)}}.accio-trust__grid{display:grid;grid-template-columns:1fr;gap:calc(1rem * var(--w-rem));margin-top:calc(1.5rem * var(--w-rem))}.accio-trust-item{background:var(--w-surface);border:1px solid var(--w-border);border-radius:var(--w-radius);padding:calc(1.15rem * var(--w-rem))}.accio-trust-item h3{margin:0 0 calc(.35rem * var(--w-rem));font-size:calc(1rem * var(--w-rem));color:var(--w-ink)}.accio-trust-item p{margin:0;font-size:calc(.88rem * var(--w-rem));color:var(--w-muted);line-height:1.55}@media screen and (min-width:750px){.accio-trust__grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}}.accio-country-list{display:flex;flex-wrap:wrap;gap:calc(.6rem * var(--w-rem));margin:calc(1.25rem * var(--w-rem)) 0 calc(.75rem * var(--w-rem))}.accio-country-chip{padding:calc(.55rem * var(--w-rem)) calc(1rem * var(--w-rem));border:1px solid var(--w-border);border-radius:999px;background:var(--w-surface);font-weight:600;font-size:calc(.88rem * var(--w-rem));color:var(--w-ink)}.accio-shipping-note{font-size:calc(.85rem * var(--w-rem));color:var(--w-muted)}.accio-b2b{background:var(--w-sand);--w-motif: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='96' height='96' viewBox='0 0 96 96'%3E%3Cg fill='none' stroke='%230F4C5C' stroke-width='1.2'%3E%3Cpath d='M8 72 L28 52 L52 60 L76 34'/%3E%3Cg fill='%230F4C5C'%3E%3Ccircle cx='8' cy='72' r='3'/%3E%3Ccircle cx='28' cy='52' r='3'/%3E%3Ccircle cx='52' cy='60' r='3'/%3E%3Ccircle cx='76' cy='34' r='3'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.accio-b2b__split{display:grid;grid-template-columns:1fr;gap:calc(1rem * var(--w-rem))}.accio-b2b__panel{border-radius:var(--w-radius);padding:clamp(calc(1.5rem * var(--w-rem)),3.5vw,calc(2.5rem * var(--w-rem)))}.accio-b2b__panel--consumer{background:var(--w-surface);border:1px solid var(--w-border);box-shadow:var(--w-shadow)}.accio-b2b__panel--business{background:var(--w-teal);color:#fff}.accio-b2b__panel--business .accio-title,.accio-b2b__panel--business .accio-lead{color:#fff}.accio-b2b__panel--business .accio-lead{color:#ffffffd1}.accio-b2b__panel .accio-lead{margin-bottom:calc(1.25rem * var(--w-rem))}.accio-b2b__note{margin:calc(.9rem * var(--w-rem)) 0 0;font-size:calc(.82rem * var(--w-rem));color:#ffffffb3}.accio-b2b__panel--consumer .accio-b2b__note{color:var(--w-muted)}@media screen and (min-width:750px){.accio-b2b__split{grid-template-columns:1fr 1fr}}.accio-faq details{border:1px solid var(--w-border);border-radius:var(--w-radius-sm);background:var(--w-surface);margin-bottom:calc(.6rem * var(--w-rem));padding:calc(.9rem * var(--w-rem)) calc(1rem * var(--w-rem))}.accio-faq summary{cursor:pointer;font-weight:600;color:var(--w-ink);list-style:none;display:flex;justify-content:space-between;gap:calc(1rem * var(--w-rem))}.accio-faq summary::-webkit-details-marker{display:none}.accio-faq summary:after{content:"+";color:var(--w-accent);font-weight:700}.accio-faq details[open] summary:after{content:"\2212"}.accio-faq__a{margin:calc(.7rem * var(--w-rem)) 0 0;color:var(--w-muted);font-size:calc(.92rem * var(--w-rem));line-height:1.6}.accio-footer{background:var(--w-ink);color:#e8efee;--w-motif: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='96' height='96' viewBox='0 0 96 96'%3E%3Cg fill='none' stroke='%23FFFFFF' stroke-width='1.2'%3E%3Cpath d='M24 8 L40 24 L24 40 L8 24 Z'/%3E%3Cpath d='M72 8 L88 24 L72 40 L56 24 Z'/%3E%3Cpath d='M24 56 L40 72 L24 88 L8 72 Z'/%3E%3Cpath d='M72 56 L88 72 L72 88 L56 72 Z'/%3E%3C/g%3E%3C/svg%3E")}.accio-footer__grid{display:grid;grid-template-columns:1fr;gap:calc(1.75rem * var(--w-rem));padding-block:clamp(calc(2.25rem * var(--w-rem)),5vw,calc(3.5rem * var(--w-rem)))}.accio-footer__brand .accio-footer__logo{font-size:calc(1.2rem * var(--w-rem));font-weight:800;letter-spacing:.08em;color:#fff}.accio-footer__brand .accio-footer__logo span{color:var(--w-accent)}.accio-footer__brand p{margin:calc(.75rem * var(--w-rem)) 0 0;color:#e8efeebf;font-size:calc(.9rem * var(--w-rem));line-height:1.6;max-width:34ch}.accio-footer h3{margin:0 0 calc(.7rem * var(--w-rem));font-size:calc(.8rem * var(--w-rem));letter-spacing:.12em;text-transform:uppercase;color:#fff}.accio-footer ul{list-style:none;margin:0;padding:0}.accio-footer li{margin-bottom:calc(.45rem * var(--w-rem))}.accio-footer a{color:#e8efeec7;text-decoration:none;font-size:calc(.9rem * var(--w-rem))}.accio-footer a:hover{color:#fff;text-decoration:underline}.accio-footer__bottom{border-top:1px solid rgba(255,255,255,.14);padding-block:calc(1rem * var(--w-rem));font-size:calc(.82rem * var(--w-rem));color:#e8efee99}.accio-footer__bottom .accio-container{display:flex;flex-wrap:wrap;gap:calc(.75rem * var(--w-rem));justify-content:space-between}@media screen and (min-width:750px){.accio-footer__grid{grid-template-columns:1.6fr 1fr 1fr 1fr 1fr}}.accio-pdp-trust__grid{display:grid;grid-template-columns:1fr;gap:calc(.75rem * var(--w-rem))}.accio-pdp-trust-item{display:flex;gap:calc(.75rem * var(--w-rem));align-items:flex-start;background:var(--w-surface);border:1px solid var(--w-border);border-radius:var(--w-radius-sm);padding:calc(.9rem * var(--w-rem)) calc(1rem * var(--w-rem))}.accio-pdp-trust-item__icon{color:var(--w-accent);font-weight:700}.accio-pdp-trust-item h3{margin:0 0 calc(.2rem * var(--w-rem));font-size:calc(.92rem * var(--w-rem));color:var(--w-ink)}.accio-pdp-trust-item p{margin:0;font-size:calc(.84rem * var(--w-rem));color:var(--w-muted);line-height:1.5}@media screen and (min-width:750px){.accio-pdp-trust__grid{grid-template-columns:repeat(3,1fr)}}.accio-trust__disclaimer{margin:calc(1.5rem * var(--w-rem)) 0 0;padding:calc(1rem * var(--w-rem)) calc(1.15rem * var(--w-rem));border:1px dashed var(--w-border);border-radius:var(--w-radius-sm);background:var(--w-surface);color:var(--w-muted);font-size:calc(.82rem * var(--w-rem));line-height:1.6}.accio-trust__cta{margin:calc(1.25rem * var(--w-rem)) 0 0}.accio-routine-card__media--blend{position:relative;aspect-ratio:4 / 3;background:linear-gradient(180deg,#ffffff9e,#ffffff1f);box-shadow:inset 0 0 0 1px #ffffffb8,0 calc(.45rem * var(--w-rem)) calc(1.5rem * var(--w-rem)) #23232314}.accio-routine-card .accio-routine-card__media--blend img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;padding:calc(.75rem * var(--w-rem));box-sizing:border-box;background:transparent;object-fit:contain;border-radius:calc(var(--w-radius) - 8px);box-shadow:0 calc(.2rem * var(--w-rem)) calc(.9rem * var(--w-rem)) #2323230f}
/*# sourceMappingURL=/cdn/shop/t/7/assets/accio.css.map */
