:root{--ndc-black: #111111;--ndc-deep-black: #050505;--ndc-cream: #f5f0e8;--ndc-fire: #e4572e;--ndc-green: #1e5631;--ndc-deep-green: #123d25;--ndc-sand: #d8b98c;--ndc-wood: #6b3f24;--ndc-volcano: #b83220;--ndc-text-muted: #6e6e6e;--ndc-white: #ffffff;--ndc-border: rgba(17, 17, 17, .14);--ndc-radius: 8px;--ndc-shadow: 0 24px 70px rgba(5, 5, 5, .16)}.ndc-premium-section{position:relative;overflow:hidden;background:var(--ndc-section-bg, var(--ndc-cream));color:var(--ndc-section-text, var(--ndc-black));padding:var(--ndc-pt, 72px) 0 var(--ndc-pb, 72px)}.ndc-premium-section *{box-sizing:border-box}.ndc-premium-container{width:min(100% - 32px,var(--ndc-container, 1360px));margin-inline:auto}.ndc-kicker{margin:0 0 12px;color:var(--ndc-accent, var(--ndc-fire));font-size:12px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.ndc-heading{margin:0;color:inherit;font-size:clamp(34px,5.4vw,78px);line-height:.98;letter-spacing:0}.ndc-heading--section{font-size:clamp(30px,4vw,56px);line-height:1.02}.ndc-text{margin:16px 0 0;color:var(--ndc-muted, color-mix(in srgb, currentColor 68%, transparent));font-size:clamp(16px,1.6vw,20px);line-height:1.55}.ndc-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}.ndc-btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:14px 24px;border:1px solid var(--ndc-btn-border, var(--ndc-black));border-radius:999px;background:var(--ndc-btn-bg, var(--ndc-black));color:var(--ndc-btn-text, var(--ndc-white));font-size:13px;font-weight:800;letter-spacing:.04em;line-height:1;text-decoration:none;text-transform:uppercase;transition:transform .18s ease,background-color .18s ease,color .18s ease,border-color .18s ease}.ndc-btn:hover{transform:translateY(-2px);background:var(--ndc-btn-hover-bg, var(--ndc-fire));border-color:var(--ndc-btn-hover-border, var(--ndc-fire));color:var(--ndc-btn-hover-text, var(--ndc-white))}.ndc-btn:focus-visible{outline:2px solid var(--ndc-fire);outline-offset:3px}.ndc-btn--outline{--ndc-btn-bg: transparent;--ndc-btn-text: currentColor;--ndc-btn-border: currentColor}.ndc-card{border:1px solid var(--ndc-card-border, rgba(255,255,255,.18));border-radius:var(--ndc-card-radius, var(--ndc-radius));background:var(--ndc-card-bg, rgba(255,255,255,.08));box-shadow:var(--ndc-card-shadow, none);overflow:hidden}.ndc-media{position:relative;overflow:hidden;background:#11111114}.ndc-media img,.ndc-media svg{display:block;width:100%;height:100%;object-fit:cover}.ndc-badge{display:inline-flex;align-items:center;min-height:28px;padding:7px 10px;border-radius:999px;background:var(--ndc-badge-bg, var(--ndc-fire));color:var(--ndc-badge-text, var(--ndc-white));font-size:11px;font-weight:900;letter-spacing:.08em;line-height:1;text-transform:uppercase}.ndc-animated-icon{--ndc-icon-duration: 1.9s;display:inline-grid;place-items:center;width:var(--ndc-animated-icon-size, 46px);height:var(--ndc-animated-icon-size, 46px);color:var(--ndc-animated-icon-color, currentColor)}.ndc-animated-icon svg{display:block;width:100%;height:100%;overflow:visible}.ndc-animated-icon .ndc-icon-line{fill:none;stroke:currentColor;stroke-width:3.2;stroke-linecap:round;stroke-linejoin:round}.ndc-animated-icon .ndc-icon-fill{fill:currentColor}.ndc-animated-icon .ndc-icon-steam{stroke-dasharray:22;stroke-dashoffset:22;animation:ndc-icon-steam var(--ndc-icon-duration) ease-in-out infinite}.ndc-animated-icon .ndc-icon-steam--2{animation-delay:.18s}.ndc-animated-icon .ndc-icon-steam--3{animation-delay:.34s}.ndc-animated-icon .ndc-icon-pulse{transform-origin:center;animation:ndc-icon-pulse calc(var(--ndc-icon-duration) * 1.15) ease-in-out infinite}.ndc-animated-icon .ndc-icon-dash{stroke-dasharray:24;stroke-dashoffset:24;animation:ndc-icon-dash var(--ndc-icon-duration) ease-in-out infinite}.ndc-animated-icon .ndc-icon-dash--slow{animation-delay:.25s}.ndc-animated-icon .ndc-icon-wheel{transform-origin:center;animation:ndc-icon-wheel calc(var(--ndc-icon-duration) * .9) linear infinite}.ndc-animated-icon .ndc-icon-wheel--delay{animation-delay:.12s}.ndc-animated-icon .ndc-icon-swing,.ndc-animated-icon .ndc-icon-sway{transform-origin:center;animation:ndc-icon-swing calc(var(--ndc-icon-duration) * 1.25) ease-in-out infinite}.ndc-animated-icon .ndc-icon-sway--delay,.ndc-animated-icon .ndc-icon-swing--delay{animation-delay:.22s}.ndc-animated-icon .ndc-icon-wave{stroke-dasharray:42;stroke-dashoffset:84;animation:ndc-icon-wave calc(var(--ndc-icon-duration) * 1.25) ease-in-out infinite}.ndc-animated-icon .ndc-icon-return-flow{stroke-dasharray:94;stroke-dashoffset:188;animation:ndc-icon-return-flow calc(var(--ndc-icon-duration) * 1.25) ease-in-out infinite}.ndc-animated-icon .ndc-icon-return-head{animation:ndc-icon-return-head calc(var(--ndc-icon-duration) * 1.25) ease-in-out infinite}.ndc-animated-icon .ndc-icon-return-check{stroke-dasharray:24;stroke-dashoffset:24;animation:ndc-icon-return-check calc(var(--ndc-icon-duration) * 1.25) ease-in-out infinite}.ndc-animated-icon .ndc-icon-bloom{transform-origin:center;animation:ndc-icon-bloom calc(var(--ndc-icon-duration) * 1.35) ease-in-out infinite}.ndc-animated-icon .ndc-icon-bloom--2{animation-delay:.12s}.ndc-animated-icon .ndc-icon-bloom--3{animation-delay:.22s}@keyframes ndc-icon-steam{0%{opacity:0;stroke-dashoffset:22;transform:translateY(6px)}35%{opacity:1}80%{opacity:1;stroke-dashoffset:0;transform:translateY(-2px)}to{opacity:0;stroke-dashoffset:0;transform:translateY(-6px)}}@keyframes ndc-icon-pulse{0%,to{opacity:.82;transform:scale(1)}50%{opacity:1;transform:scale(1.08)}}@keyframes ndc-icon-dash{0%{opacity:0;stroke-dashoffset:24;transform:translate(-3px)}45%{opacity:1}to{opacity:0;stroke-dashoffset:0;transform:translate(4px)}}@keyframes ndc-icon-wheel{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes ndc-icon-swing{0%,to{transform:rotate(-2deg) translateY(0)}50%{transform:rotate(2deg) translateY(-2px)}}@keyframes ndc-icon-wave{0%{stroke-dashoffset:84;transform:translate(-2px)}50%{stroke-dashoffset:42;transform:translate(2px)}to{stroke-dashoffset:0;transform:translate(-2px)}}@keyframes ndc-icon-return-flow{0%{opacity:.55;stroke-dashoffset:188}38%{opacity:1}78%{opacity:1;stroke-dashoffset:94}to{opacity:.72;stroke-dashoffset:94}}@keyframes ndc-icon-return-head{0%,to{transform:translate(0)}45%{transform:translate(-3px)}75%{transform:translate(0)}}@keyframes ndc-icon-return-check{0%,45%{opacity:0;stroke-dashoffset:24}70%{opacity:1;stroke-dashoffset:0}to{opacity:1;stroke-dashoffset:0}}@keyframes ndc-icon-bloom{0%,to{transform:scale(.96) rotate(-1deg)}50%{transform:scale(1.04) rotate(1deg)}}.ndc-texture-grain:before,.ndc-texture-volcano:before,.ndc-texture-paper:before,.ndc-texture-botanical:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;opacity:var(--ndc-texture-opacity, .18);mix-blend-mode:soft-light;background-image:radial-gradient(circle at 20% 20%,rgba(255,255,255,.2) 0 1px,transparent 1px),radial-gradient(circle at 70% 80%,rgba(0,0,0,.26) 0 1px,transparent 1px);background-size:18px 18px,26px 26px}.ndc-texture-volcano:after{content:"";position:absolute;inset:auto -8% -35% -8%;height:55%;pointer-events:none;background:radial-gradient(ellipse at center,rgba(228,87,46,.34),transparent 68%)}.ndc-reveal,.ndc-reveal.is-visible{opacity:1;transform:translateY(0);transition:opacity .52s ease,transform .52s ease}.ndc-grid{display:grid;gap:var(--ndc-gap, 24px)}.ndc-product-card-premium .product-card-inner{height:100%}.ndc-sticky-atc{position:fixed;left:0;right:0;bottom:0;z-index:20;display:none;padding:10px 14px calc(10px + env(safe-area-inset-bottom));background:#050505eb;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-top:1px solid rgba(255,255,255,.14)}.ndc-sticky-atc__inner{display:grid;grid-template-columns:1fr auto;gap:12px;align-items:center}.ndc-sticky-atc__title{margin:0;color:var(--ndc-white);font-size:13px;font-weight:800;line-height:1.2}.ndc-sticky-atc__price{display:block;margin-top:2px;color:#ffffffb8;font-size:12px}@media(max-width:767px){.ndc-premium-section{padding:var(--ndc-pt-mobile, 48px) 0 var(--ndc-pb-mobile, 48px)}.ndc-premium-container{width:min(100% - 28px,var(--ndc-container, 1360px))}.ndc-heading{font-size:clamp(34px,12vw,54px)}.ndc-heading--section{font-size:clamp(28px,9vw,42px)}.ndc-actions{display:grid}.ndc-btn{width:100%;min-height:52px}body.template-product .ndc-sticky-atc{display:block}}@media(prefers-reduced-motion:reduce){.ndc-reveal,.ndc-btn,.ndc-media img,.ndc-animated-icon *{transition:none!important;transform:none!important;animation:none!important}.ndc-reveal{opacity:1}}
/*# sourceMappingURL=/cdn/shop/t/99/assets/ndc-premium.css.map */
