.dlx-hero{background:var(--color-background);color:var(--color-foreground);padding:clamp(20px,3vw,40px) 0 clamp(14px,2vw,22px)}.dlx-hero__inner{display:flex;flex-direction:column;align-items:center;gap:clamp(6px,2vw,14px);max-width:1180px;margin:0 auto;padding:0 24px;text-align:center}.dlx-hero__textcol{display:contents}.dlx-hero__eyebrow-stack{order:1;width:100%}.dlx-hero__media{order:2}.dlx-hero__body-stack{order:3;width:100%}@media screen and (min-width:750px){.dlx-hero__inner{flex-direction:row;justify-content:center;gap:clamp(28px,4vw,48px);padding:0 40px;text-align:left}.dlx-hero__textcol{display:flex;flex-direction:column;order:1;flex:1 1 380px;max-width:380px;min-width:280px}.dlx-hero__media{order:2;flex:0 0 auto}}.dlx-hero__eyebrow-stack{position:relative;display:grid;justify-items:center}@media screen and (min-width:750px){.dlx-hero__eyebrow-stack{justify-items:flex-start}.dlx-hero__eyebrow-panel{margin:0 0 14px}}.dlx-hero__eyebrow-panel{grid-area:1/1;margin:0 0 6px;font-size:12px;letter-spacing:.14em;text-transform:uppercase;color:var(--dlx-accent,var(--color-primary));font-style:italic;min-height:1em;opacity:0;filter:blur(16px);transform:translateY(6px);transition:opacity 1s cubic-bezier(.22,1,.36,1),filter 1s cubic-bezier(.22,1,.36,1),transform 1s cubic-bezier(.22,1,.36,1);pointer-events:none}.dlx-hero__eyebrow-panel.is-active{opacity:1;filter:blur(0);transform:translateY(0);pointer-events:auto;transition-delay:.12s}.dlx-hero__body-stack{position:relative;display:grid}.dlx-hero__body-panel{grid-area:1/1;display:flex;flex-direction:column;align-items:center;text-align:center;opacity:0;filter:blur(16px);transform:translateY(6px);transition:opacity 1s cubic-bezier(.22,1,.36,1),filter 1s cubic-bezier(.22,1,.36,1),transform 1s cubic-bezier(.22,1,.36,1);pointer-events:none}@media screen and (min-width:750px){.dlx-hero__body-panel{align-items:flex-start;text-align:left}}.dlx-hero__body-panel.is-active{opacity:1;filter:blur(0);transform:translateY(0);pointer-events:auto;transition-delay:.12s}.dlx-hero__title{margin:0 0 14px}.dlx-hero__title a{text-decoration:none;color:inherit}.dlx-hero__title a:hover{text-decoration:underline;text-underline-offset:4px}.dlx-hero__price{margin-bottom:16px;font-size:16px}.dlx-hero__price .compare-at-price{opacity:.55;margin-right:8px}.dlx-hero__body-panel .dl-rl{justify-content:center;margin-bottom:6px}.dlx-hero__body-panel .dl-rc{max-width:420px;text-align:left;margin-block:4px 18px}@media screen and (min-width:750px){.dlx-hero__body-panel .dl-rl{justify-content:flex-start}}.dlx-hero__blurb{margin:0 0 20px;max-width:40ch;opacity:.75}.dlx-hero__chips{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;list-style:none;margin:0 0 24px;padding:0}@media screen and (min-width:750px){.dlx-hero__chips{justify-content:flex-start}}.dlx-hero__chip{display:flex;align-items:baseline;gap:6px;padding:7px 14px;border:1px solid var(--color-border);border-radius:999px;font-size:11px;letter-spacing:.04em}.dlx-hero__chip strong{font-weight:600}.dlx-hero__chip span{text-transform:uppercase;letter-spacing:.08em;color:var(--color-foreground-muted);font-size:10px}.dlx-hero__cta{display:flex;flex-direction:column;align-items:center;gap:14px}@media screen and (min-width:750px){.dlx-hero__cta{flex-direction:row;justify-content:flex-start;gap:24px;flex-wrap:wrap}}.dlx-hero__cta-btn{min-width:200px;position:relative}.dlx-hero__cta .button,.dlx-hero__add-form .button,.dlx-hero__cta add-to-cart-component{position:relative}.dlx-hero__title,.dlx-hero__title a,.dlx-hero__view-link{position:relative;z-index:1}.dlx-hero__media-panel.is-active{z-index:1}.dlx-hero__view-link{font-size:12px;letter-spacing:.06em;text-transform:uppercase;color:var(--color-foreground);text-decoration:underline;text-underline-offset:4px;text-decoration-color:var(--color-border)}.dlx-hero__media{position:relative;aspect-ratio:1/1;width:min(var(--dlx-media-w-mobile,280px),78vw);margin:0 auto;border-radius:8px;overflow:hidden;display:grid;touch-action:pan-y}@media screen and (min-width:750px){.dlx-hero__media{width:min(var(--dlx-media-w-desktop,520px),58vh,100%);margin:0}}.dlx-hero__media-panel{grid-area:1/1;display:flex;align-items:center;justify-content:center;opacity:0;transform:translate(0);transition:opacity .9s cubic-bezier(.22,1,.36,1),transform .9s cubic-bezier(.22,1,.36,1);pointer-events:none;will-change:transform}.dlx-hero__media-panel.is-active{opacity:1;transform:translate(0);pointer-events:auto}.dlx-hero__media-shift{display:block;width:88%;will-change:transform}.dlx-hero__media-shift img{display:block;width:100%;height:auto}.dlx-hero__pager{display:flex;align-items:center;justify-content:center;gap:14px;margin:18px auto 0;max-width:1180px;padding:0 24px}@media screen and (min-width:750px){.dlx-hero__pager{justify-content:center;padding:0 40px}}.dlx-hero__pager-count{display:flex;align-items:center;gap:5px;font-size:13px;letter-spacing:.02em;color:var(--color-foreground-muted);font-variant-numeric:tabular-nums;background:var(--color-background);border:1px solid var(--color-border);border-radius:999px;padding:9px 18px;line-height:1}.dlx-hero__pager-sep{color:var(--color-foreground-muted);opacity:.6}.dlx-hero__pager-count [data-current]{color:#4a2b3a;font-weight:700}.dlx-hero__arrow{width:36px;height:36px;border-radius:50%;border:1px solid var(--color-border);background:var(--color-background);color:var(--color-foreground);display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0;transition:background-color .2s ease,border-color .2s ease}.dlx-hero__arrow:hover{background:var(--color-primary-button-background);border-color:var(--color-primary-button-background);color:var(--color-primary-button-text)}.dlx-hero__arrow svg{width:16px;height:16px}@media(prefers-reduced-motion:reduce){.dlx-hero__eyebrow-panel,.dlx-hero__body-panel,.dlx-hero__media-panel{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/19/assets/dlx-hero.css.map */
