:root{--mdst-brand: 32 128 120;--mdst-ink: 32 128 120;--mdst-deep: 22 92 86;--mdst-accent:242 231 220;--mdst-panel: 239 232 223;--mdst-line: 223 213 200;--mdst-gold: 185 138 60;--color-background: 251 248 244;--mdst-gap: clamp(16px,2.4vw,28px);--mdst-sec: clamp(56px,7vw,104px);--mdst-wrap: 1240px;--mdst-r: 14px;--mdst-r-lg: 22px;--mdst-font-display:"Bricolage Grotesque",system-ui,sans-serif;--mdst-font-body:"Instrument Sans",system-ui,sans-serif;--mdst-font-mono:"DM Mono",ui-monospace,monospace}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:rgb(var(--color-background));color:rgb(var(--mdst-ink));font-family:var(--mdst-font-body);-webkit-font-smoothing:antialiased}img{max-width:100%}.mdst-utility{background:rgb(var(--mdst-ink));color:#fff;font-size:12.5px}.mdst-utility__inner{min-height:36px;display:flex;align-items:center;justify-content:space-between;gap:16px;padding-block:9px}.mdst-utility a{color:inherit;text-decoration:none;opacity:.8}.mdst-utility a:hover{opacity:1}.mdst-utility__mid{font-family:var(--mdst-font-mono);letter-spacing:.1em;text-transform:uppercase;font-size:11px}.mdst-header{position:sticky;top:0;z-index:50;background:rgb(var(--color-background));border-bottom:1px solid rgb(var(--mdst-line))}.mdst-header__inner{display:flex;align-items:center;gap:32px;padding-block:14px}.mdst-logo{flex:none;color:rgb(var(--mdst-ink));font-family:var(--mdst-font-display);font-weight:800;font-size:24px;line-height:1;letter-spacing:-.04em;text-decoration:none}.mdst-logo span{color:rgb(var(--mdst-brand))}.mdst-nav{display:flex;align-items:center;gap:26px;flex-wrap:wrap}.mdst-nav a{color:inherit;padding-block:5px;border-bottom:2px solid transparent;font-size:14.5px;font-weight:500;text-decoration:none;cursor:pointer}.mdst-nav a:hover{border-color:rgb(var(--mdst-brand))}.mdst-nav a.is-active{border-color:rgb(var(--mdst-brand));color:rgb(var(--mdst-brand))}.mdst-header__cta{margin-left:auto;display:flex;align-items:center;gap:10px}.mdst-burger{display:none;background:none;border:0;cursor:pointer;padding:6px;color:inherit}.mdst-burger svg{width:24px;height:24px}.mdst-promo{background:rgb(var(--mdst-brand));color:rgb(var(--mdst-accent));text-align:center;padding:11px 16px;font-size:13.8px;font-weight:600}.mdst-promo b{display:inline-block;margin-right:10px;border-radius:999px;padding:3px 10px;background:rgb(var(--mdst-accent));color:rgb(var(--mdst-brand));font-family:var(--mdst-font-mono);font-size:11px;font-weight:500;letter-spacing:.12em;text-transform:uppercase}.mdst-wrap{max-width:var(--mdst-wrap);margin-inline:auto;padding-inline:clamp(16px,4vw,32px)}.mdst-section{padding-block:var(--mdst-sec)}.mdst-center{text-align:center}.mdst-h1{font-family:var(--mdst-font-display);font-weight:800;font-size:clamp(38px,5.4vw,66px);line-height:1.05;letter-spacing:-.025em;margin:0}.mdst-h2{font-family:var(--mdst-font-display);font-weight:800;font-size:clamp(30px,3.6vw,46px);line-height:1.05;letter-spacing:-.025em;margin:0}.mdst-h3{font-family:var(--mdst-font-display);font-weight:600;font-size:clamp(17.6px,1.7vw,21.6px);line-height:1.15;letter-spacing:-.01em;margin:0}.mdst-eyebrow{font-family:var(--mdst-font-mono);font-size:11.5px;letter-spacing:.16em;text-transform:uppercase;color:rgb(var(--mdst-brand));margin:0 0 14px}.mdst-lede{font-size:clamp(16px,1.3vw,17.2px);line-height:1.6;color:rgba(var(--mdst-ink),.92);max-width:62ch;margin:0}.mdst-center .mdst-lede{margin-inline:auto}.mdst-sec-head{max-width:720px;margin-bottom:clamp(32px,4vw,48px)}.mdst-center .mdst-sec-head{margin-inline:auto}.mdst-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:15px 30px;border-radius:999px;font-family:var(--mdst-font-body);font-weight:600;font-size:15px;text-decoration:none;border:0;cursor:pointer;background:rgb(var(--mdst-brand));color:rgb(var(--mdst-accent));transition:transform .18s ease,background .18s ease}.mdst-btn:hover{transform:translateY(-2px);background:rgb(var(--mdst-deep));color:rgb(var(--mdst-accent))}.mdst-btn--ghost{background:transparent;color:inherit;box-shadow:inset 0 0 0 1.5px currentColor}.mdst-btn--ghost:hover{background:transparent}.mdst-btn--sm{padding:11px 22px;font-size:13.5px}.mdst-band .mdst-btn{background:rgb(var(--mdst-accent));color:rgb(var(--mdst-ink))}.mdst-band .mdst-btn:hover{background:#fff}.mdst-media{position:relative;overflow:hidden;border-radius:var(--mdst-r);background:rgb(var(--mdst-panel));display:grid;place-items:center}.mdst-media img{display:block;width:100%;height:100%;object-fit:cover}.mdst-ar-24{aspect-ratio:24/10}.mdst-ar-45{aspect-ratio:4/5}.mdst-ar-11{aspect-ratio:1}.mdst-ar-43{aspect-ratio:4/3}.mdst-ar-916{aspect-ratio:9/16}.mdst-ph{border:2px dashed rgba(var(--mdst-brand),.35);background:repeating-linear-gradient(45deg,rgba(var(--mdst-brand),.05) 0 10px,transparent 10px 20px),rgb(var(--mdst-panel))}.mdst-ph:after{content:attr(data-label);font-family:var(--mdst-font-mono);font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:rgba(var(--mdst-brand),.55);text-align:center;padding:8px}.mdst-hero-full{position:relative;width:100%;margin:0;padding:0;overflow:hidden;min-height:clamp(420px,52vw,640px);display:grid;align-items:center;background:rgb(var(--mdst-ink))}.mdst-hero-full__media{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.mdst-hero-full__media img{width:100%;height:100%;object-fit:cover;display:block}.mdst-hero-full__ph{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(120% 90% at 78% 40%,rgba(var(--mdst-brand),.55) 0%,rgba(var(--mdst-ink),.2) 55%,transparent 100%),repeating-linear-gradient(45deg,rgba(255,255,255,.035) 0 14px,transparent 14px 28px),linear-gradient(120deg,#1a6b64,#208078 55%,#2e9a90)}.mdst-hero-full__scrim{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:linear-gradient(90deg,#0000009e,#0000006b 32%,#0000001f 58%,#0000 78%)}.mdst-hero-full__inner{position:relative;z-index:2;width:100%;max-width:var(--mdst-wrap);margin-inline:auto;padding:clamp(48px,7vw,96px) clamp(16px,4vw,32px);display:grid;gap:20px;color:rgb(var(--mdst-accent))}.mdst-hero-full .mdst-h1{max-width:14ch;color:#fff;text-shadow:0 2px 22px rgba(0,0,0,.45)}.mdst-hero-full .mdst-eyebrow{color:#ffffffeb;text-shadow:0 1px 12px rgba(0,0,0,.55)}.mdst-hero-full .mdst-lede{color:#fffffff5;max-width:44ch;text-shadow:0 1px 14px rgba(0,0,0,.6)}.mdst-hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:8px}.mdst-hero-full .mdst-btn{background:rgb(var(--mdst-accent));color:rgb(var(--mdst-ink))}.mdst-hero-full .mdst-btn:hover{background:#fff}.mdst-hero-full .mdst-btn--ghost{background:transparent;color:#fff;box-shadow:inset 0 0 0 1.5px #ffffffb3}.mdst-hero-sticker{position:absolute;top:0;right:clamp(24px,5vw,72px);z-index:3;background:rgb(var(--mdst-accent));color:rgb(var(--mdst-ink));font-family:var(--mdst-font-mono);font-size:12px;letter-spacing:.12em;text-transform:uppercase;padding:26px 14px 16px;border-radius:0 0 999px 999px;writing-mode:vertical-rl}.mdst-quotes{background:rgb(var(--mdst-panel));border-bottom:1px solid rgb(var(--mdst-line));overflow:hidden}.mdst-quotes__inner{position:relative;max-width:var(--mdst-wrap);margin-inline:auto;padding:clamp(26px,3.4vw,44px) clamp(56px,7vw,88px);min-height:132px;display:grid;place-items:center}.mdst-quote{grid-area:1/1;opacity:0;transform:translateY(10px);transition:opacity .55s ease,transform .55s ease;text-align:center;pointer-events:none;max-width:760px}.mdst-quote.is-active{opacity:1;transform:none;pointer-events:auto}.mdst-quote p{margin:0;font-family:var(--mdst-font-display);font-weight:600;font-size:clamp(18px,2.1vw,27px);line-height:1.28;letter-spacing:-.015em}.mdst-quote cite{display:block;margin-top:12px;font-family:var(--mdst-font-mono);font-style:normal;font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:rgba(var(--mdst-ink),.74)}.mdst-quote-nav{position:absolute;top:50%;transform:translateY(-50%);width:38px;height:38px;border-radius:50%;border:1.5px solid rgb(var(--mdst-line));background:transparent;cursor:pointer;display:grid;place-items:center;color:inherit}.mdst-quote-nav:hover{background:rgb(var(--mdst-deep));border-color:rgb(var(--mdst-deep));color:rgb(var(--mdst-accent))}.mdst-quote-nav svg{width:14px;height:14px}.mdst-quote-nav--prev{left:clamp(10px,2vw,22px)}.mdst-quote-nav--next{right:clamp(10px,2vw,22px)}.mdst-quote-dots{position:absolute;left:0;right:0;bottom:16px;display:flex;gap:7px;justify-content:center}.mdst-quote-dots button{width:7px;height:7px;padding:0;border:0;border-radius:50%;cursor:pointer;background:rgba(var(--mdst-ink),.22);transition:.2s}.mdst-quote-dots button.is-active{background:rgb(var(--mdst-brand));width:20px;border-radius:999px}.mdst-ribbon{overflow:hidden;background:rgb(var(--mdst-deep));color:rgb(var(--mdst-accent));padding-block:13px}.mdst-ribbon__track{display:flex;align-items:center;gap:34px;width:max-content;animation:mdst-slide 34s linear infinite}.mdst-ribbon:hover .mdst-ribbon__track{animation-play-state:paused}.mdst-ribbon__item{display:flex;align-items:center;gap:11px;flex:none;font-family:var(--mdst-font-mono);font-size:12.5px;letter-spacing:.2em;text-transform:uppercase;white-space:nowrap}.mdst-ribbon__item svg{width:17px;height:17px;flex:none}.mdst-ribbon__sep{width:5px;height:5px;border-radius:50%;background:currentColor;opacity:.55;flex:none}@keyframes mdst-slide{0%{transform:translate(0)}to{transform:translate(-50%)}}.mdst-certs{background:rgb(var(--color-background));border-block:1px solid rgb(var(--mdst-line))}.mdst-certs__inner{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:clamp(14px,2vw,26px);padding-block:clamp(22px,2.8vw,34px)}.mdst-cert{display:flex;flex-direction:column;align-items:center;text-align:center;gap:9px;padding-inline:8px;border-right:1px solid rgb(var(--mdst-line))}.mdst-cert:last-child{border-right:0}.mdst-cert__ico{width:46px;height:46px;border-radius:50%;display:grid;place-items:center;border:1.5px solid rgba(var(--mdst-brand),.3);color:rgb(var(--mdst-brand));background:rgba(var(--mdst-brand),.06)}.mdst-cert__ico svg{width:21px;height:21px}.mdst-cert__name{font-family:var(--mdst-font-mono);font-size:11.5px;letter-spacing:.13em;text-transform:uppercase;font-weight:500}.mdst-cert__sub{font-size:12px;line-height:1.4;color:rgba(var(--mdst-ink),.82);max-width:20ch;margin:0}.mdst-trust{border-block:1px solid rgb(var(--mdst-line));background:rgb(var(--mdst-panel))}.mdst-trust-inner{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:16px;padding-block:18px;text-align:center;font-size:13.4px;font-weight:500}.mdst-trust-item{display:flex;align-items:center;justify-content:center;gap:8px}.mdst-dot{width:7px;height:7px;border-radius:50%;background:rgb(var(--mdst-brand));flex:none}.mdst-split{display:grid;grid-template-columns:1.05fr .95fr;gap:clamp(32px,5vw,64px);align-items:start}.mdst-rail{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(205px,1fr);gap:14px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;padding-bottom:4px}.mdst-rail::-webkit-scrollbar{display:none}.mdst-rail>*{scroll-snap-align:start}.mdst-dealbox{position:relative;background:rgb(var(--mdst-panel));border-radius:var(--mdst-r-lg);padding:clamp(18px,2.2vw,26px);display:grid;grid-template-columns:245px 1fr;gap:clamp(16px,2vw,24px);align-items:start}.mdst-dealbox-intro h3{font-family:var(--mdst-font-display);font-weight:800;font-size:20px;letter-spacing:-.02em;line-height:1.2;margin:18px 0 8px}.mdst-dealbox-intro p{font-size:13.6px;color:rgba(var(--mdst-ink),.92);line-height:1.5;margin:0}.mdst-dealbox-link{display:inline-block;margin-top:14px;font-size:13.6px;font-weight:600;color:rgb(var(--mdst-brand));text-decoration:none;cursor:pointer}.mdst-deal-card{position:relative;background:#fff;border-radius:12px;overflow:hidden;display:flex;flex-direction:column}.mdst-deal-flag{position:absolute;top:0;left:0;z-index:2;background:rgb(var(--mdst-brand));color:rgb(var(--mdst-accent));font-family:var(--mdst-font-mono);font-size:9.6px;letter-spacing:.1em;text-transform:uppercase;padding:5px 11px;border-radius:12px 0}.mdst-deal-card .mdst-media{border-radius:0}.mdst-deal-body{padding:14px 16px 17px;display:flex;flex-direction:column;gap:7px;flex:1}.mdst-deal-title{font-size:13.6px;line-height:1.4;margin:0;text-decoration:none;color:inherit}.mdst-deal-title b{font-weight:600}.mdst-deal-rate{display:flex;align-items:center;gap:6px;font-size:12.2px;color:rgba(var(--mdst-ink),.74)}.mdst-stars{color:rgb(var(--mdst-gold));letter-spacing:.12em;font-size:12.8px}.mdst-deal-price{font-family:var(--mdst-font-mono);font-size:20.8px;font-weight:500;letter-spacing:-.02em;line-height:1;margin:0}.mdst-deal-price s{font-family:var(--mdst-font-body);font-size:11.2px;color:rgba(var(--mdst-ink),.74);margin-left:6px}.mdst-atc{margin-top:auto;width:100%;padding:10px;border-radius:999px;background:transparent;border:1.5px solid rgb(var(--mdst-brand));color:rgb(var(--mdst-brand));font-family:var(--mdst-font-body);font-size:13.1px;font-weight:600;text-align:center;text-decoration:none;cursor:pointer;transition:.2s;display:block}.mdst-atc:hover{background:rgb(var(--mdst-brand));color:rgb(var(--mdst-accent))}.mdst-rail-nav{display:flex;gap:10px;justify-content:flex-end;margin-top:8px}.mdst-rail-nav button{width:42px;height:42px;border-radius:50%;border:1.5px solid rgb(var(--mdst-line));background:transparent;cursor:pointer;display:grid;place-items:center;color:inherit;transition:.2s}.mdst-rail-nav button:hover{background:rgb(var(--mdst-deep));border-color:rgb(var(--mdst-deep));color:rgb(var(--mdst-accent))}.mdst-rail-nav svg{width:16px;height:16px}.mdst-marquee{overflow:hidden;border-block:1px solid rgb(var(--mdst-line));padding-block:24px}.mdst-marquee-track{display:flex;gap:clamp(32px,5vw,64px);align-items:center;width:max-content;animation:mdst-slide 32s linear infinite}.mdst-marquee:hover .mdst-marquee-track{animation-play-state:paused}.mdst-marquee-label{font-family:var(--mdst-font-mono);font-size:11.2px;letter-spacing:.14em;text-transform:uppercase;color:rgba(var(--mdst-ink),.74);flex:none}.mdst-press-logo{font-family:var(--mdst-font-display);font-weight:600;font-size:19px;letter-spacing:-.01em;opacity:.4;flex:none;white-space:nowrap}.mdst-band{background:rgb(var(--mdst-ink));color:rgb(var(--mdst-accent))}.mdst-band .mdst-eyebrow{color:rgb(var(--mdst-accent));opacity:.75}.mdst-band .mdst-lede{color:rgba(var(--mdst-accent),.88)}.mdst-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:clamp(24px,4vw,48px);text-align:center;margin-top:40px}.mdst-stat-num{font-family:var(--mdst-font-display);font-size:clamp(45px,6vw,70px);font-weight:800;letter-spacing:-.04em;line-height:1}.mdst-stat-lbl{color:rgba(var(--mdst-accent),.88);font-size:14.4px;margin:10px auto 0;max-width:24ch}.mdst-pillars{align-items:start}.mdst-pillars>div{display:flex;flex-direction:column;align-items:center}.mdst-pillar-mark{width:46px;height:46px;display:grid;place-items:center;border-radius:50%;border:1px solid rgba(var(--mdst-accent),.32);color:rgb(var(--mdst-accent));margin-bottom:16px}.mdst-pillar-mark svg{width:23px;height:23px}.mdst-pillar-title{font-family:var(--mdst-font-display);font-weight:800;letter-spacing:-.02em;font-size:clamp(18px,1.5vw,21px);line-height:1.15;margin:0;color:rgb(var(--mdst-accent))}.mdst-pillars .mdst-stat-lbl{max-width:30ch;margin-top:8px}.mdst-footnote{font-family:var(--mdst-font-mono);font-size:11px;color:rgba(var(--mdst-accent),.72);text-align:center;margin:40px auto 0;max-width:70ch;line-height:1.6}.mdst-card{background:#fff;border:1px solid rgb(var(--mdst-line));border-radius:var(--mdst-r);overflow:hidden;display:flex;flex-direction:column}.mdst-card-body{padding:18px 20px 22px;display:flex;flex-direction:column;gap:8px;flex:1}.mdst-card-body p{font-size:14px;color:rgba(var(--mdst-ink),.92);margin:0}.mdst-chip{align-self:flex-start;font-family:var(--mdst-font-mono);font-size:10.4px;letter-spacing:.1em;text-transform:uppercase;background:rgb(var(--mdst-panel));color:rgb(var(--mdst-deep));border-radius:999px;padding:4px 10px}.mdst-chip--accent{background:rgb(var(--mdst-brand));color:rgb(var(--mdst-accent))}.mdst-metric{font-family:var(--mdst-font-mono);font-size:13px;border-top:1px solid rgb(var(--mdst-line));padding-top:11px;margin-top:auto}.mdst-grid4{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--mdst-gap)}.mdst-grid3{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--mdst-gap)}.mdst-grid2{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--mdst-gap)}.mdst-features{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:clamp(19px,3vw,40px);text-align:center;margin-top:40px}.mdst-feat-ico{width:64px;height:64px;margin:0 auto 16px;border-radius:50%;border:1.5px solid rgba(var(--mdst-accent),.3);display:grid;place-items:center}.mdst-feat-ico svg{width:26px;height:26px}.mdst-features h3{margin-bottom:6px}.mdst-features p{font-size:13.4px;color:rgba(var(--mdst-accent),.85);margin:0}.mdst-acc{border-top:1px solid rgb(var(--mdst-line))}.mdst-acc-item{border-bottom:1px solid rgb(var(--mdst-line))}.mdst-acc-btn{width:100%;display:flex;justify-content:space-between;align-items:center;gap:16px;padding:18px 0;text-align:left;font-family:var(--mdst-font-body);font-weight:600;font-size:16px;cursor:pointer;list-style:none;background:none;border:0;color:inherit}.mdst-acc-btn::-webkit-details-marker{display:none}.mdst-plus{position:relative;width:18px;height:18px;flex:none;transition:transform .25s ease}.mdst-plus:before,.mdst-plus:after{content:"";position:absolute;inset:50% 0 auto 0;height:1.5px;background:currentColor}.mdst-plus:after{transform:rotate(90deg)}.mdst-acc-item[open] .mdst-plus{transform:rotate(45deg)}.mdst-acc-body{padding-bottom:19px;color:rgba(var(--mdst-ink),.92);font-size:15px;max-width:60ch;line-height:1.6}.mdst-acc-body p{margin:0 0 10px}.mdst-faq{max-width:820px;margin-inline:auto}.mdst-review{background:#fff;border:1px solid rgb(var(--mdst-line));border-radius:var(--mdst-r);padding:22px;display:flex;flex-direction:column;gap:12px}.mdst-review blockquote{margin:0;font-size:14.7px;color:rgba(var(--mdst-ink),.92);flex:1;line-height:1.6}.mdst-review-who{display:flex;align-items:center;gap:11px;border-top:1px solid rgb(var(--mdst-line));padding-top:13px}.mdst-review-who .mdst-media{width:40px;height:40px;border-radius:50%;flex:none}.mdst-review-who b{font-size:13.6px}.mdst-verified{font-family:var(--mdst-font-mono);font-size:10.4px;color:rgb(var(--mdst-brand));letter-spacing:.06em}.mdst-ugc{position:relative}.mdst-ugc-tag{position:absolute;left:11px;bottom:11px;right:11px;background:#fff;border-radius:10px;padding:8px 10px;display:flex;align-items:center;gap:10px;box-shadow:0 4px 14px #0000001f;text-decoration:none;color:inherit}.mdst-ugc-tag .mdst-media{width:34px;height:34px;border-radius:7px;flex:none}.mdst-ugc-tag span{font-size:12.5px;font-weight:600;line-height:1.2}.mdst-play{position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:54px;height:54px;border-radius:50%;background:#ffffffe6;display:grid;place-items:center;pointer-events:none}.mdst-play svg{width:20px;height:20px}.mdst-grid{display:grid;grid-template-columns:repeat(var(--mdst-cols,4),1fr);gap:var(--mdst-gap)}.mdst-prod{position:relative}.mdst-prod .mdst-media{border-radius:0}.mdst-badge{position:absolute;top:11px;left:11px;z-index:2;font-family:var(--mdst-font-mono);font-size:9.9px;letter-spacing:.08em;text-transform:uppercase;background:rgb(var(--mdst-brand));color:rgb(var(--mdst-accent));border-radius:999px;padding:4px 10px}.mdst-prod-actions{display:grid;gap:7px;margin-top:13px}.mdst-filters{display:flex;gap:9px;flex-wrap:wrap;justify-content:center;margin-bottom:40px}.mdst-filter{padding:8px 18px;border-radius:999px;border:1.5px solid rgb(var(--mdst-line));background:transparent;color:rgb(var(--mdst-ink));font-family:var(--mdst-font-body);font-size:13.3px;font-weight:500;text-decoration:none;transition:.2s;cursor:pointer}.mdst-filter.is-active,.mdst-filter:hover{background:rgb(var(--mdst-brand));color:#fff;border-color:rgb(var(--mdst-brand))}.mdst-ing-layout{display:grid;grid-template-columns:300px 1fr;gap:clamp(24px,3.5vw,48px);align-items:start}.mdst-ing-products{position:sticky;top:96px;display:grid;gap:8px}.mdst-ing-products h4,.mdst-ing-side-title{font-family:var(--mdst-font-mono);font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:rgba(var(--mdst-ink),.74);margin:0 0 6px}.mdst-ing-prod-btn{display:flex;align-items:center;gap:12px;width:100%;text-align:left;padding:10px 12px;border-radius:12px;border:1px solid rgb(var(--mdst-line));background:#fff;cursor:pointer;color:inherit;font-family:inherit;transition:.18s}.mdst-ing-prod-btn:hover{border-color:rgba(var(--mdst-brand),.55)}.mdst-ing-prod-btn.is-active{background:rgb(var(--mdst-brand));border-color:rgb(var(--mdst-brand));color:rgb(var(--mdst-accent))}.mdst-ing-prod-btn .mdst-media{width:42px;height:42px;border-radius:9px;flex:none}.mdst-ing-prod-btn.is-active .mdst-media{background:#ffffff26;border-color:#ffffff59}.mdst-ing-prod-btn.is-active .mdst-ph:after{color:#ffffffb3}.mdst-ing-prod-name{font-size:14px;font-weight:600;line-height:1.25}.mdst-ing-prod-cat{font-family:var(--mdst-font-mono);font-size:10px;letter-spacing:.1em;text-transform:uppercase;opacity:.6}.mdst-ing-panel{background:#fff;border:1px solid rgb(var(--mdst-line));border-radius:var(--mdst-r-lg);padding:clamp(20px,3vw,34px)}.mdst-ing-panel__head{display:flex;flex-wrap:wrap;gap:16px;align-items:flex-start;justify-content:space-between;padding-bottom:20px;border-bottom:1px solid rgb(var(--mdst-line))}.mdst-ing-count{font-family:var(--mdst-font-mono);font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:rgb(var(--mdst-brand));white-space:nowrap;border:1px solid rgba(var(--mdst-brand),.3);border-radius:999px;padding:6px 12px}.mdst-ing-list{display:grid;gap:0;margin-top:6px}.mdst-ing-row{border-bottom:1px solid rgb(var(--mdst-line))}.mdst-ing-row:last-child{border-bottom:0}.mdst-ing-row summary{list-style:none;cursor:pointer;display:grid;grid-template-columns:1fr auto;gap:14px;align-items:center;padding:16px 0}.mdst-ing-row summary::-webkit-details-marker{display:none}.mdst-ing-name{font-family:var(--mdst-font-display);font-weight:600;font-size:17px;letter-spacing:-.01em}.mdst-ing-inci{font-family:var(--mdst-font-mono);font-size:11px;color:rgba(var(--mdst-ink),.74);margin-top:3px;display:block}.mdst-tags{display:flex;gap:7px;flex-wrap:wrap;margin-top:9px}.mdst-ing-body{padding:0 0 18px;color:rgba(var(--mdst-ink),.92);font-size:14.5px;line-height:1.6;max-width:64ch}.mdst-ing-body p{margin:0 0 10px}.mdst-ing-role{display:inline-block;font-family:var(--mdst-font-mono);font-size:10.5px;letter-spacing:.1em;text-transform:uppercase;color:rgb(var(--mdst-brand));background:rgba(var(--mdst-brand),.08);border-radius:999px;padding:4px 10px;margin-right:6px}.mdst-ing-search{width:100%;padding:13px 18px;border-radius:999px;border:1.5px solid rgb(var(--mdst-line));background:#fff;font-family:inherit;font-size:14.5px;color:inherit}.mdst-ing-search:focus{outline:2px solid rgba(var(--mdst-brand),.5);outline-offset:2px;border-color:rgb(var(--mdst-brand))}.mdst-glossary{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:14px;margin-top:26px}.mdst-gloss-card{background:#fff;border:1px solid rgb(var(--mdst-line));border-radius:var(--mdst-r);padding:18px 20px}.mdst-gloss-card h4{margin:0;font-family:var(--mdst-font-display);font-size:16.5px;font-weight:600;letter-spacing:-.01em}.mdst-gloss-card p{margin:9px 0 0;font-size:13.6px;line-height:1.55;color:rgba(var(--mdst-ink),.92)}.mdst-empty{padding:40px 0;text-align:center;color:rgba(var(--mdst-ink),.74);font-size:14px}.mdst-timeline{border-left:2px solid rgb(var(--mdst-line));display:grid;gap:34px;padding-left:28px;margin-top:12px}.mdst-timeline li{position:relative;list-style:none}.mdst-timeline li:before{content:"";position:absolute;left:-35px;top:5px;width:12px;height:12px;border-radius:50%;background:rgb(var(--mdst-brand));border:3px solid rgb(var(--color-background))}.mdst-timeline .yr{font-family:var(--mdst-font-mono);font-size:11.5px;letter-spacing:.14em;text-transform:uppercase;color:rgb(var(--mdst-brand))}.mdst-timeline h3{margin:6px 0}.mdst-timeline p{margin:0;font-size:14.5px;line-height:1.6;color:rgba(var(--mdst-ink),.92)}.mdst-form{display:grid;gap:14px}.mdst-field label{display:block;font-family:var(--mdst-font-mono);font-size:10.5px;letter-spacing:.13em;text-transform:uppercase;color:rgba(var(--mdst-ink),.78);margin-bottom:7px}.mdst-field input,.mdst-field textarea,.mdst-field select{width:100%;padding:13px 16px;border-radius:12px;border:1.5px solid rgb(var(--mdst-line));background:#fff;font-family:inherit;font-size:15px;color:inherit}.mdst-field textarea{min-height:150px;resize:vertical}.mdst-field input:focus,.mdst-field textarea:focus,.mdst-field select:focus{outline:2px solid rgba(var(--mdst-brand),.45);outline-offset:2px;border-color:rgb(var(--mdst-brand))}.mdst-contact-card{background:rgb(var(--mdst-panel));border-radius:var(--mdst-r-lg);padding:clamp(22px,3vw,34px);display:grid;gap:22px;align-content:start}.mdst-contact-item h4{margin:0 0 5px;font-family:var(--mdst-font-mono);font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:rgb(var(--mdst-brand))}.mdst-contact-item p{margin:0;font-size:15px;line-height:1.6;color:rgba(var(--mdst-ink),.75)}.mdst-contact-item a{color:inherit}.mdst-footer{background:rgb(var(--mdst-ink));color:#fff;padding-block:clamp(48px,6vw,72px) 32px}.mdst-footer__grid{display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:clamp(24px,4vw,48px)}.mdst-logo--footer{color:#fff}.mdst-logo--footer span{color:rgb(var(--mdst-accent))}.mdst-footer__description{color:#ffffffc7;font-size:14px;line-height:1.6;margin-top:14px;max-width:32ch}.mdst-footer h4{margin:0 0 16px;color:rgb(var(--mdst-accent));font-family:var(--mdst-font-mono);font-size:11.2px;font-weight:500;letter-spacing:.14em;text-transform:uppercase}.mdst-footer h4.nl{margin-top:32px}.mdst-footer ul{list-style:none;margin:0;padding:0;display:grid;gap:10px}.mdst-footer a{color:#ffffffd1;font-size:14px;text-decoration:none;cursor:pointer}.mdst-footer a:hover{color:#fff}.mdst-newsletter{display:flex;gap:8px;margin-top:16px;max-width:340px}.mdst-newsletter input{min-width:0;flex:1;background:#ffffff14;border:1px solid rgba(255,255,255,.2);border-radius:999px;padding:11px 18px;color:#fff;font:inherit;font-size:14px}.mdst-newsletter input::placeholder{color:#ffffff73}.mdst-footer__bottom{border-top:1px solid rgba(255,255,255,.22);margin-top:48px;padding-top:24px;display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap;color:#ffffffb3;font-size:12.2px}.page{display:none}.page.is-active{display:block}:focus-visible{outline:3px solid rgb(var(--mdst-brand));outline-offset:3px;border-radius:4px}@media(prefers-reduced-motion:reduce){.mdst-ribbon__track,.mdst-marquee-track{animation:none}.mdst-btn:hover{transform:none}.mdst-quote{transition:none}}@media(max-width:1000px){.mdst-nav{display:none;position:absolute;top:100%;left:0;right:0;background:rgb(var(--color-background));border-bottom:1px solid rgb(var(--mdst-line));flex-direction:column;align-items:stretch;gap:0;padding:8px 16px 16px}.mdst-nav.is-open{display:flex}.mdst-nav a{padding:13px 0;border-bottom:1px solid rgb(var(--mdst-line))}.mdst-burger{display:block;order:3}.mdst-header,.mdst-header__inner{position:relative}.mdst-split,.mdst-dealbox,.mdst-ing-layout{grid-template-columns:1fr}.mdst-ing-products{position:static;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.mdst-grid,.mdst-grid4,.mdst-grid3{grid-template-columns:repeat(2,1fr)}.mdst-footer__grid{grid-template-columns:1fr 1fr}.mdst-cert{border-right:0}}@media(max-width:749px){.mdst-utility__mid{display:none}.mdst-grid,.mdst-grid4,.mdst-grid3,.mdst-grid2,.mdst-footer__grid{grid-template-columns:1fr}.mdst-hero-sticker{display:none}.mdst-hero-full__scrim{background:linear-gradient(180deg,#00000026,#0000009e 62%,#000000c7)}.mdst-quotes__inner{padding-inline:44px}.mdst-quote-nav{width:32px;height:32px}}.mdst-utility__search{display:flex;align-items:center;gap:8px;flex:1;max-width:380px}.mdst-utility__search input{flex:1;min-width:0;background:#ffffff1a;border:1px solid rgba(255,255,255,.22);border-radius:999px;padding:6px 14px;color:#fff;font:inherit;font-size:12.5px}.mdst-utility__search input::placeholder{color:#ffffff80}.mdst-utility__search button{background:none;border:0;color:#fff;opacity:.75;cursor:pointer;padding:4px;display:grid;place-items:center}.mdst-utility__search button:hover{opacity:1}.mdst-utility__search svg{width:15px;height:15px}.mdst-ribbon--alt{background:rgb(var(--mdst-panel));color:rgb(var(--mdst-ink));border-block:1px solid rgb(var(--mdst-line));padding-block:11px}.mdst-ribbon--alt .mdst-ribbon__item{font-size:11.8px;letter-spacing:.18em;color:rgba(var(--mdst-ink),.95)}.mdst-ribbon--alt .mdst-ribbon__item svg{color:rgb(var(--mdst-brand))}.mdst-ribbon__track--alt{animation-duration:44s}.mdst-flag{width:22px;height:14px;border-radius:2px;flex:none;box-shadow:0 0 0 1px #0000001f}.mdst-pull{border-left:3px solid rgb(var(--mdst-brand));margin:34px 0;padding:6px 0 6px 24px;max-width:34ch}.mdst-pull p{margin:0;font-family:var(--mdst-font-display);font-style:italic;font-weight:400;font-size:clamp(19px,2.1vw,26px);line-height:1.32;letter-spacing:-.015em;color:rgb(var(--mdst-ink))}.mdst-prose{max-width:62ch}.mdst-prose p{font-size:16.5px;line-height:1.72;color:rgba(var(--mdst-ink),.95);margin:0 0 18px}.mdst-prose p.lead{font-size:19px;color:rgb(var(--mdst-ink))}.mdst-prose h3{font-family:var(--mdst-font-display);font-size:22px;font-weight:700;margin:34px 0 12px;letter-spacing:-.015em}.mdst-type{font-family:var(--mdst-font-mono);font-size:9.8px;letter-spacing:.1em;text-transform:uppercase;border-radius:999px;padding:4px 9px;white-space:nowrap}.mdst-type--active{background:rgb(var(--mdst-brand));color:rgb(var(--mdst-accent))}.mdst-type--base{background:rgb(var(--mdst-panel));color:rgba(var(--mdst-ink),.85);border:1px solid rgb(var(--mdst-line))}.mdst-type--enzyme{background:rgba(var(--mdst-gold),.16);color:#8a6420;border:1px solid rgba(var(--mdst-gold),.4)}.mdst-type--probiotic{background:rgba(var(--mdst-brand),.12);color:rgb(var(--mdst-brand));border:1px solid rgba(var(--mdst-brand),.3)}.mdst-ing-found{font-family:var(--mdst-font-mono);font-size:10.5px;letter-spacing:.06em;color:rgba(var(--mdst-ink),.7);display:block;margin-top:8px}.mdst-ing-toolbar{display:flex;gap:10px;flex-wrap:wrap;align-items:center;margin:18px 0 6px}.mdst-ing-toolbar .mdst-filter{font-size:12.3px;padding:6px 14px}.mdst-pbadges{display:flex;gap:6px;flex-wrap:wrap;margin-top:10px}.mdst-pbadge{font-family:var(--mdst-font-mono);font-size:9.6px;letter-spacing:.09em;text-transform:uppercase;border:1px solid rgba(var(--mdst-brand),.3);color:rgb(var(--mdst-brand));border-radius:999px;padding:3px 9px}.mdst-soon{position:absolute;top:11px;right:11px;z-index:2;font-family:var(--mdst-font-mono);font-size:9.6px;letter-spacing:.09em;text-transform:uppercase;background:rgb(var(--mdst-ink));color:rgb(var(--mdst-accent));border-radius:999px;padding:4px 10px}.mdst-amz{display:inline-flex;align-items:center;gap:7px}.mdst-amz svg{width:14px;height:14px}.mdst-legal{max-width:78ch;margin-inline:auto}.mdst-legal h2{font-family:var(--mdst-font-display);font-size:21px;font-weight:700;letter-spacing:-.015em;margin:38px 0 12px;padding-top:18px;border-top:1px solid rgb(var(--mdst-line))}.mdst-legal h3{font-family:var(--mdst-font-body);font-size:15px;font-weight:600;margin:22px 0 8px;color:rgb(var(--mdst-brand))}.mdst-legal p{font-size:15px;line-height:1.72;color:rgba(var(--mdst-ink),.95);margin:0 0 14px}.mdst-legal ul{margin:0 0 16px;padding-left:20px}.mdst-legal li{font-size:15px;line-height:1.7;color:rgba(var(--mdst-ink),.95);margin-bottom:8px}.mdst-legal .eff{font-family:var(--mdst-font-mono);font-size:11.5px;letter-spacing:.1em;text-transform:uppercase;color:rgba(var(--mdst-ink),.74)}.mdst-legal .caps{font-size:13.5px;color:rgba(var(--mdst-ink),.82)}.mdst-amzbox{background:rgb(var(--mdst-panel));border-radius:var(--mdst-r-lg);padding:clamp(24px,3.4vw,40px);text-align:center}.mdst-amzbox .mdst-stars{font-size:24px}.mdst-amz-links{display:flex;gap:10px;flex-wrap:wrap;justify-content:center;margin-top:22px}@media(max-width:749px){.mdst-utility__search{max-width:none}.mdst-utility__inner{flex-wrap:wrap;gap:10px}}.mdst-ing-picker{display:grid;grid-template-columns:repeat(6,1fr);gap:12px}.mdst-ing-tile{position:relative;background:#fff;border:1px solid rgb(var(--mdst-line));border-radius:var(--mdst-r);overflow:hidden;cursor:pointer;text-align:left;padding:0;font-family:inherit;color:inherit;transition:.18s;display:flex;flex-direction:column}.mdst-ing-tile:hover{border-color:rgba(var(--mdst-brand),.6);transform:translateY(-2px)}.mdst-ing-tile.is-active{border-color:rgb(var(--mdst-brand));box-shadow:0 0 0 2px rgba(var(--mdst-brand),.28)}.mdst-ing-tile .mdst-media{border-radius:0;background:#fff}.mdst-ing-tile__body{padding:12px 13px 14px;display:flex;flex-direction:column;gap:5px;flex:1}.mdst-ing-tile__name{font-size:13.4px;font-weight:600;line-height:1.25}.mdst-ing-tile__meta{font-family:var(--mdst-font-mono);font-size:10px;letter-spacing:.09em;text-transform:uppercase;color:rgb(var(--mdst-brand))}.mdst-ing-tile__caret{margin-top:auto;padding-top:8px;font-family:var(--mdst-font-mono);font-size:10px;letter-spacing:.08em;text-transform:uppercase;color:rgba(var(--mdst-ink),.7);display:flex;align-items:center;gap:5px}.mdst-ing-tile.is-active .mdst-ing-tile__caret{color:rgb(var(--mdst-brand))}.mdst-ing-tile__caret svg{width:11px;height:11px;transition:transform .2s}.mdst-ing-tile.is-active .mdst-ing-tile__caret svg{transform:rotate(180deg)}.mdst-ing-arrow{position:absolute;left:50%;bottom:-1px;width:16px;height:16px;transform:translate(-50%,50%) rotate(45deg);background:#fff;border-right:1px solid rgb(var(--mdst-brand));border-bottom:1px solid rgb(var(--mdst-brand));display:none;z-index:3}.mdst-ing-tile.is-active .mdst-ing-arrow{display:block}.mdst-ing-open{margin-top:22px}.mdst-ing-cols{columns:2;column-gap:34px}.mdst-ing-cols .mdst-ing-row{break-inside:avoid}.mdst-dealbox-intro .mdst-media{border-radius:10px}.mdst-deal-card .mdst-media{background:#fff}@media(max-width:1000px){.mdst-ing-picker{grid-template-columns:repeat(3,1fr)}.mdst-ing-cols{columns:1}}@media(max-width:560px){.mdst-ing-picker{grid-template-columns:repeat(2,1fr)}}.mdst-highlight-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.mdst-ar-step{aspect-ratio:560/1027}.mdst-deal-card{cursor:pointer;transition:transform .18s ease,box-shadow .18s ease}.mdst-deal-card:hover{transform:translateY(-3px);box-shadow:0 10px 26px #20807824}.mdst-prod{cursor:pointer}.mdst-prod .mdst-media{transition:transform .3s ease}.mdst-prod:hover .mdst-media img{transform:scale(1.03)}.mdst-pdp{display:grid;grid-template-columns:1.05fr .95fr;gap:clamp(28px,4vw,60px);align-items:start}.mdst-pdp__main{background:#fff;border:1px solid rgb(var(--mdst-line));border-radius:var(--mdst-r-lg);overflow:hidden}.mdst-pdp__main img{width:100%;height:100%;object-fit:contain;background:#fff;display:block;padding:4%}.mdst-pdp__thumbs{display:flex;gap:10px;margin-top:12px;flex-wrap:wrap}.mdst-pdp__thumb{width:74px;height:74px;border-radius:10px;overflow:hidden;border:1.5px solid rgb(var(--mdst-line));background:#fff;padding:0;cursor:pointer;flex:none}.mdst-pdp__thumb img{width:100%;height:100%;object-fit:cover;display:block}.mdst-pdp__thumb.is-active{border-color:rgb(var(--mdst-brand));box-shadow:0 0 0 2px #20807840}.mdst-pdp__title{font-family:var(--mdst-font-display);font-weight:800;letter-spacing:-.025em;font-size:clamp(28px,3.4vw,44px);line-height:1.05;margin:6px 0 10px}.mdst-pdp__sub{font-family:var(--mdst-font-mono);font-size:12.5px;letter-spacing:.08em;color:rgba(var(--mdst-ink),.74)}.mdst-pdp__rating{display:flex;align-items:center;gap:9px;margin:16px 0}.mdst-pdp__buy{margin:22px 0 8px;display:flex;gap:12px;flex-wrap:wrap}.mdst-pdp__points{list-style:none;margin:22px 0 0;padding:0;display:grid;gap:11px}.mdst-pdp__points li{display:flex;gap:10px;font-size:15px;line-height:1.55;color:rgba(var(--mdst-ink),.92)}.mdst-pdp__points svg{width:17px;height:17px;flex:none;margin-top:3px;color:rgb(var(--mdst-brand))}.mdst-back{display:inline-flex;align-items:center;gap:7px;font-family:var(--mdst-font-mono);font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:rgba(var(--mdst-ink),.7);cursor:pointer;text-decoration:none}.mdst-back:hover{color:rgb(var(--mdst-brand))}.mdst-back svg{width:13px;height:13px}.mdst-pdp__note{margin-top:22px;padding:14px 16px;border-radius:12px;background:rgb(var(--mdst-panel));font-size:13.4px;line-height:1.55;color:rgba(var(--mdst-ink),.85)}@media(max-width:1000px){.mdst-highlight-grid{grid-template-columns:repeat(2,1fr)}.mdst-pdp{grid-template-columns:1fr}}@media(max-width:560px){.mdst-highlight-grid{grid-template-columns:1fr}}.mdst-dealbox>*{min-width:0}.mdst-dealbox .mdst-rail{min-width:0;max-width:100%}.mdst-rail-nav{padding-right:2px}.mdst-post-card{background:#fff;border:1px solid rgb(var(--mdst-line));border-radius:var(--mdst-r);overflow:hidden;display:flex;flex-direction:column;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease}.mdst-post-card:hover{transform:translateY(-3px);box-shadow:0 10px 26px #20807824}.mdst-post-card .mdst-media{border-radius:0}.mdst-post-body{padding:18px 20px 22px;display:flex;flex-direction:column;gap:9px;flex:1}.mdst-post-meta{font-family:var(--mdst-font-mono);font-size:10.5px;letter-spacing:.11em;text-transform:uppercase;color:rgb(var(--mdst-brand));display:flex;gap:8px;align-items:center;flex-wrap:wrap}.mdst-post-meta span{color:rgba(var(--mdst-ink),.62)}.mdst-post-card h3{font-family:var(--mdst-font-display);font-size:19px;font-weight:700;letter-spacing:-.015em;line-height:1.2;margin:0}.mdst-post-card p{margin:0;font-size:14px;line-height:1.6;color:rgba(var(--mdst-ink),.92)}.mdst-post-more{margin-top:auto;padding-top:10px;font-size:13.4px;font-weight:600;color:rgb(var(--mdst-brand))}.mdst-article{max-width:70ch;margin-inline:auto}.mdst-article__hero{border-radius:var(--mdst-r-lg);overflow:hidden;margin-bottom:clamp(28px,3.4vw,44px)}.mdst-article h1{font-family:var(--mdst-font-display);font-weight:800;letter-spacing:-.025em;font-size:clamp(30px,4vw,50px);line-height:1.06;margin:10px 0 16px}.mdst-article h2{font-family:var(--mdst-font-display);font-size:24px;font-weight:700;letter-spacing:-.015em;margin:36px 0 12px}.mdst-article p{font-size:16.5px;line-height:1.75;color:rgba(var(--mdst-ink),.95);margin:0 0 18px}.mdst-article p.lead{font-size:19px}.mdst-article ul{margin:0 0 20px;padding-left:20px}.mdst-article li{font-size:16px;line-height:1.7;color:rgba(var(--mdst-ink),.95);margin-bottom:9px}.skip-link{position:absolute;left:-9999px}.skip-link:focus{left:16px;top:16px;z-index:999;background:rgb(var(--mdst-brand));color:rgb(var(--mdst-accent));padding:10px 16px;border-radius:8px}.mdst-price{margin:2px 0 0;font-family:var(--mdst-font-mono);font-size:14px}.mdst-price s{opacity:.5;margin-right:8px}.mdst-atc-form{margin:0;flex:1}.mdst-atc-form .mdst-atc{width:100%;justify-content:center}[data-product-grid]>[data-cat][hidden]{display:none}.mdst-ba{margin:0}.mdst-ba .mdst-media{border-radius:var(--mdst-r,14px);overflow:hidden}.mdst-ba figcaption{font-family:var(--mdst-font-mono);font-size:11px;letter-spacing:.1em;text-transform:uppercase;color:rgba(var(--mdst-brand),.62);margin-top:10px;display:flex;align-items:center;gap:8px}.mdst-ba-tag{background:rgb(var(--mdst-brand));color:rgb(var(--mdst-accent));padding:3px 8px;border-radius:99px;font-size:10px;letter-spacing:.12em}.mdst-pdp__thumb{padding:0;border:1px solid rgba(var(--mdst-line),1);border-radius:10px;overflow:hidden;background:none;cursor:pointer;width:72px;aspect-ratio:1}.mdst-pdp__thumb.is-active{border-color:rgb(var(--mdst-brand))}.mdst-pdp__thumb img{width:100%;height:100%;object-fit:contain;background:rgb(var(--mdst-panel))}.mdst-select{width:100%;padding:12px 14px;border:1px solid rgba(var(--mdst-line),1);border-radius:10px;font-family:var(--mdst-font-body);font-size:15px;background:#fff;margin-bottom:10px}.mdst-field{margin-bottom:16px}.mdst-field label{display:block;font-family:var(--mdst-font-mono);font-size:11px;letter-spacing:.1em;text-transform:uppercase;color:rgba(var(--mdst-ink),.66);margin-bottom:6px}.mdst-field input,.mdst-field textarea{width:100%;padding:12px 14px;border:1px solid rgba(var(--mdst-line),1);border-radius:10px;font-family:var(--mdst-font-body);font-size:15px;background:#fff}.mdst-contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:clamp(24px,4vw,56px)}@media(max-width:820px){.mdst-contact-grid{grid-template-columns:1fr}}.mdst-cart-row{display:flex;align-items:center;gap:16px;padding:16px 0;border-bottom:1px solid rgba(var(--mdst-line),1)}.mdst-cart-foot{display:flex;justify-content:space-between;align-items:flex-end;margin-top:24px;flex-wrap:wrap;gap:16px}.mdst-qty{width:64px;padding:8px;border:1px solid rgba(var(--mdst-line),1);border-radius:8px;text-align:center}.mdst-article__hero img{width:100%;border-radius:var(--mdst-r-lg,22px)}.mdst-acc-btn svg{width:20px;height:20px;flex:none;transition:transform .22s ease;color:rgb(var(--mdst-brand))}.mdst-acc-item[open] .mdst-acc-btn svg{transform:rotate(180deg)}.mdst-soft{background:rgb(var(--mdst-panel))}.mdst-soft+.mdst-soft{padding-top:0}.mdst-section.mdst-soft,.mdst-section.mdst-band{padding-top:var(--mdst-sec)!important}.mdst-prod .mdst-h3 a{color:inherit;text-decoration:none}.mdst-prod .mdst-h3 a:hover{color:rgb(var(--mdst-brand))}
/*# sourceMappingURL=/cdn/shop/t/2/assets/moudist.css.map */
