.hero-dynamic-section{margin:0}.hero-dynamic{--hds-bg: #0d0f13;--hds-bg-alt: #15181d;--hds-border: rgba(255, 255, 255, .09);--hds-text: #ffffff;--hds-text-muted: rgba(255, 255, 255, .62);--hds-accent: #ff7a00;--hds-ok: #27ae60;--hds-warn: #f1c40f;--hds-bad: #e74c3c;padding:0}.hds{position:relative;display:block;width:100%;max-width:none;margin:0;background:radial-gradient(120% 140% at 0% 0%,#1a1e25 0%,var(--hds-bg) 60%);border:none;border-radius:0;overflow:hidden;color:var(--hds-text);font-family:var(--font-body-family, inherit)}.hds__meta{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 1.25rem 0;font-size:.72rem;letter-spacing:.06em;text-transform:uppercase;color:var(--hds-text-muted)}.hds__badge{display:inline-flex;align-items:center;gap:.5rem;padding:.3rem .7rem;border:1px solid rgba(39,174,96,.4);border-radius:999px;background:#27ae6014;color:#6be398}.hds__badge-dot{width:6px;height:6px;border-radius:50%;background:currentColor;animation:hds-pulse 1.6s ease-in-out infinite}@keyframes hds-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.35;transform:scale(.7)}}.hds__counter{color:var(--hds-accent);white-space:nowrap}.hds__counter span{color:inherit}.hds__track{display:flex;width:100%;transition:transform .65s cubic-bezier(.65,0,.35,1);will-change:transform}.hds__slide{flex:0 0 100%;min-width:100%;box-sizing:border-box;padding:1.5rem 1.25rem 2rem;height:420px;overflow-y:auto;display:flex;flex-direction:column;justify-content:center}.hds__slide--brands{justify-content:flex-start}@media screen and (min-width:750px){.hds__slide{padding:2.5rem 3rem 3rem;height:460px}}.hds__eyebrow{margin:0 0 .5rem;font-size:.78rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--hds-accent)}.hds__heading{margin:0 0 .75rem;font-size:clamp(1.5rem,3.2vw,2.4rem);line-height:1.15;font-weight:800;color:var(--hds-text)}.hds__heading--sm{font-size:clamp(1.2rem,2.2vw,1.6rem);margin-bottom:1.25rem}.hds__hint{display:block;font-size:.85rem;font-weight:400;color:var(--hds-text-muted);margin-top:.25rem}@media screen and (min-width:750px){.hds__hint{display:inline;margin-top:0}}.hds__subheading{margin:0 0 1.5rem;color:var(--hds-text-muted);font-size:1rem;max-width:42ch}.hds__cta-row{display:flex;flex-wrap:wrap;gap:.75rem}.hds__btn{display:inline-flex;align-items:center;gap:.5rem;padding:.8rem 1.4rem;border-radius:8px;font-weight:700;font-size:.92rem;text-decoration:none;border:1px solid transparent;cursor:pointer;transition:transform .15s ease,opacity .15s ease}.hds__btn svg{width:16px;height:16px}.hds__btn:hover{transform:translateY(-1px)}.hds__btn--primary{background:var(--hds-accent);color:#fff}.hds__btn--primary:hover{opacity:.92}.hds__btn--ghost{background:transparent;border-color:#ffffff4d;color:var(--hds-text)}.hds__btn--ghost:hover{border-color:#fff}.hds__btn:disabled{opacity:.4;cursor:not-allowed;transform:none}.hds__stats-grid{display:grid;grid-template-columns:1fr;gap:2rem;align-items:center}@media screen and (min-width:990px){.hds__stats-grid{grid-template-columns:1.05fr 1fr}}.hds__stats-right{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.hds__stat-card{background:#ffffff0a;border:1px solid var(--hds-border);border-radius:12px;padding:1.1rem 1.2rem;display:flex;flex-direction:column;gap:.15rem;transition:border-color .2s ease,transform .2s ease}.hds__stat-card:hover{border-color:#ff7a0073;transform:translateY(-2px)}.hds__stat-value{font-size:clamp(1.6rem,3vw,2.15rem);font-weight:800;color:#fff;line-height:1.1}.hds__stat-value--text{font-size:clamp(1.2rem,2.2vw,1.6rem)}.hds__stat-plus{color:var(--hds-accent)}.hds__stat-label{font-size:.85rem;font-weight:600;color:var(--hds-text);margin-top:.3rem}.hds__stat-sub{font-size:.75rem;color:var(--hds-text-muted)}.hds__brands-head{margin-bottom:.6rem;flex:0 0 auto}.hds__brand-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(64px,1fr));gap:.35rem;align-content:flex-start}@media screen and (min-width:550px){.hds__brand-grid{grid-template-columns:repeat(auto-fill,minmax(78px,1fr));gap:.4rem}}@media screen and (min-width:990px){.hds__brand-grid{grid-template-columns:repeat(auto-fill,minmax(88px,1fr));gap:.45rem}}.hds__brand-card{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;min-height:56px;padding:.5rem .35rem 0;background:var(--hds-bg-alt);border:1px solid var(--hds-border);border-radius:8px;overflow:hidden;text-decoration:none;isolation:isolate;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.hds__brand-card:before{content:"";position:absolute;inset:0 0 auto 0;height:3px;background:var(--brand-accent, var(--hds-accent));z-index:1}.hds__brand-name{position:relative;z-index:3;font-size:.62rem;font-weight:700;line-height:1.2;color:var(--hds-text);text-align:center;padding:0 .2rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.hds__brand-badge{position:absolute;top:3px;right:3px;font-size:.52rem;font-weight:800;color:#fff;background:var(--brand-accent, var(--hds-accent));padding:.08rem .3rem;border-radius:999px;z-index:4}.hds__brand-overlay{position:absolute;left:0;right:0;bottom:0;top:auto;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.05rem;height:0;padding:0 .25rem;text-align:center;background:linear-gradient(0deg,var(--brand-accent, var(--hds-accent)) 20%,transparent 100%);opacity:0;overflow:hidden;transition:opacity .3s ease,height .3s ease;z-index:2}.hds__brand-overlay-count{font-size:.56rem;font-weight:700;color:#fff;white-space:nowrap}.hds__brand-overlay-discount{font-size:.56rem;font-weight:800;color:#fff;white-space:nowrap}.hds__brand-overlay-cta{font-size:.5rem;color:#ffffffe6;white-space:nowrap}.hds__brand-card:hover,.hds__brand-card.is-active{transform:translateY(-2px);border-color:var(--brand-accent, var(--hds-accent));box-shadow:0 8px 18px -8px var(--brand-accent, var(--hds-accent));z-index:3}.hds__brand-card:hover .hds__brand-overlay,.hds__brand-card.is-active .hds__brand-overlay{opacity:1;height:55%;padding-top:.2rem;padding-bottom:.25rem}.hds__order-grid{display:grid;grid-template-columns:1fr;gap:1.75rem}@media screen and (min-width:990px){.hds__order-grid{grid-template-columns:1fr 1fr;align-items:start}}.hds__order-help{margin:0 0 1rem;color:var(--hds-text-muted);font-size:.9rem;max-width:46ch}.hds__order-textarea{width:100%;min-height:140px;background:#08090b;border:1px solid var(--hds-border);border-radius:10px;color:var(--hds-text);font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:.85rem;padding:.85rem 1rem;resize:vertical;box-sizing:border-box}.hds__order-textarea:focus{outline:none;border-color:var(--hds-accent)}.hds__order-actions-row{display:flex;align-items:center;gap:.85rem;margin-top:.9rem;flex-wrap:wrap}.hds__order-status-text{font-size:.8rem;color:var(--hds-text-muted)}.hds__order-summary{display:grid;grid-template-columns:repeat(3,1fr);gap:.6rem;margin-bottom:.9rem}.hds__order-summary-item{display:flex;flex-direction:column;align-items:center;gap:.15rem;padding:.65rem .4rem;border-radius:10px;border:1px solid var(--hds-border);background:#ffffff08}.hds__order-summary-item strong{font-size:1.3rem;font-weight:800}.hds__order-summary-item span{font-size:.68rem;color:var(--hds-text-muted);text-transform:uppercase;letter-spacing:.04em}.hds__order-summary-item--ok strong{color:var(--hds-ok)}.hds__order-summary-item--warn strong{color:var(--hds-warn)}.hds__order-summary-item--bad strong{color:var(--hds-bad)}.hds__order-results{border:1px solid var(--hds-border);border-radius:10px;background:#ffffff05;max-height:260px;overflow-y:auto;margin-bottom:.9rem}.hds__order-empty{margin:0;padding:1.4rem 1rem;text-align:center;color:var(--hds-text-muted);font-size:.85rem}.hds__order-row{display:flex;align-items:center;gap:.7rem;padding:.65rem .85rem;border-bottom:1px solid var(--hds-border)}.hds__order-row:last-child{border-bottom:none}.hds__order-row-dot{flex:0 0 auto;width:9px;height:9px;border-radius:50%;background:var(--hds-text-muted)}.hds__order-row[data-status=in_stock] .hds__order-row-dot{background:var(--hds-ok)}.hds__order-row[data-status=backorder] .hds__order-row-dot{background:var(--hds-warn)}.hds__order-row[data-status=not_found] .hds__order-row-dot{background:var(--hds-bad)}.hds__order-row-info{flex:1 1 auto;min-width:0}.hds__order-row-name{font-size:.82rem;font-weight:600;color:var(--hds-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hds__order-row-meta{font-size:.72rem;color:var(--hds-text-muted)}.hds__order-row-price{flex:0 0 auto;text-align:right;font-size:.85rem;font-weight:700;color:var(--hds-text);white-space:nowrap}.hds__order-row-price small{display:block;font-weight:400;font-size:.68rem;color:var(--hds-text-muted)}.hds__order-total-row{display:flex;align-items:baseline;justify-content:space-between;padding:.75rem .2rem;border-top:1px dashed var(--hds-border);margin-bottom:.9rem;font-size:.85rem;color:var(--hds-text-muted)}.hds__order-total-row strong{font-size:1.4rem;color:var(--hds-text)}.hds__order-actions{display:flex;flex-wrap:wrap;gap:.75rem}.hds__order-actions .hds__btn{flex:1 1 auto;justify-content:center}.hds .hds__arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:5;box-sizing:border-box;flex:none;width:40px;height:40px;min-width:40px;min-height:40px;max-width:40px;max-height:40px;aspect-ratio:1 / 1;padding:0;margin:0;border-radius:50%;border:1px solid var(--hds-border);background:#00000059;color:#fff;display:none;align-items:center;justify-content:center;line-height:0;cursor:pointer;transition:background .2s ease,border-color .2s ease}.hds .hds__arrow svg{width:18px;height:18px;flex:none}.hds .hds__arrow:hover{background:var(--hds-accent);border-color:var(--hds-accent)}.hds .hds__arrow--prev{left:12px}.hds .hds__arrow--next{right:12px}@media screen and (min-width:750px){.hds .hds__arrow{display:flex}}.hds__dots{display:flex;justify-content:center;gap:.4rem;padding:0 0 1.25rem}.hds__dot-btn{width:8px;height:8px;border-radius:999px;border:none;background:#ffffff40;padding:0;cursor:pointer;transition:width .25s ease,background .25s ease}.hds__dot-btn.is-active{width:22px;background:var(--hds-accent)}@media(prefers-reduced-motion:reduce){.hds__track,.hds__brand-card,.hds__brand-overlay,.hds__brand-name{transition:none!important}}
/*# sourceMappingURL=/cdn/shop/t/7/assets/hero-dynamic.css.map */
