.hd-hero{--hd-hero-background: #ffffff;--hd-hero-foreground: #111111;--hd-hero-muted: #5f5f5f;--hd-hero-accent: #f58220;--hd-hero-card: #ffffff;display:block;width:100%;max-width:100%;min-width:0;color:var(--hd-hero-foreground);background:var(--hd-hero-background);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.hd-hero__inner{box-sizing:border-box;width:100%;max-width:var(--hd-hero-page-width, 1200px);min-width:0;margin:0 auto;padding:1.25rem 1rem 2.25rem}.hd-hero__slider{position:relative;display:block;width:100%;min-width:0;overflow:hidden;border:1px solid rgba(17,17,17,.05);border-radius:1.75rem;background:radial-gradient(circle at 88% 22%,rgba(245,130,32,.18),transparent 31%),radial-gradient(circle at 12% 20%,rgba(245,130,32,.08),transparent 28%),linear-gradient(135deg,#fff,#fff8f1);box-shadow:0 24px 58px #1111111a}.hd-hero__slides{display:grid;width:100%;min-width:0;min-height:min(var(--hd-hero-min-height-mobile, 520px),520px)}.hd-hero__slide{grid-area:1 / 1;display:grid;box-sizing:border-box;width:100%;min-width:0;align-items:center;gap:1.5rem;padding:1.75rem 1.25rem 4rem;opacity:0;pointer-events:none;transform:translateY(10px);transition:opacity .36s ease,transform .36s ease}.hd-hero__slide.is-active{opacity:1;pointer-events:auto;transform:translateY(0)}.hd-hero__content{position:relative;z-index:1;max-width:36rem;min-width:0}.hd-hero__heading{max-width:15ch;margin:0;color:var(--hd-hero-foreground);font-size:clamp(2rem,8.25vw,3.45rem);font-weight:780;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;letter-spacing:0;line-height:1.08}.hd-hero__text{max-width:34rem;margin:1rem 0 0;color:var(--hd-hero-muted);font-size:1rem;font-weight:450;line-height:1.65}.hd-hero__text p{margin:0}.hd-hero__buttons{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.35rem;min-width:0}.hd-hero__button{display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box;max-width:100%;min-height:3.25rem;padding:.9rem 1.45rem;border:1px solid transparent;border-radius:999px;font-size:.875rem;font-weight:850;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;letter-spacing:.02em;text-decoration:none;transition:transform .16s ease,box-shadow .16s ease,background-color .16s ease,color .16s ease}.hd-hero__button:focus-visible,.hd-hero__control:focus-visible,.hd-hero__dot:focus-visible{outline:2px solid var(--hd-hero-accent);outline-offset:3px}.hd-hero__button--primary{color:#fff;background:var(--hd-hero-accent);box-shadow:0 14px 28px #f5822047}.hd-hero__button--secondary{color:var(--hd-hero-foreground);background:#ffffffdb;border-color:#1111111a}.hd-hero__button:hover{transform:translateY(-2px)}.hd-hero__button--primary:hover{box-shadow:0 18px 34px #f582205c}.hd-hero__media{position:relative;width:100%;min-width:0;min-height:15rem}.hd-hero__media-card{position:relative;overflow:hidden;width:100%;min-width:0;border:1px solid rgba(17,17,17,.06);border-radius:1.5rem;background:var(--hd-hero-card);box-shadow:0 20px 55px #11111124}.hd-hero__image,.hd-hero__placeholder{display:block;width:100%;aspect-ratio:16 / 10;object-fit:cover}.hd-hero picture{display:block;width:100%;min-width:0}.hd-hero__placeholder{color:#1113;background:#f5f5f5}.hd-hero__badge{position:absolute;right:1rem;bottom:1rem;max-width:11rem;padding:.8rem .95rem;color:var(--hd-hero-foreground);background:#ffffffeb;border:1px solid rgba(17,17,17,.08);border-radius:1rem;box-shadow:0 16px 30px #1111111f;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);font-size:.8125rem;font-weight:800;line-height:1.25}.hd-hero__controls{position:absolute;right:1rem;bottom:1rem;left:1rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;pointer-events:none}.hd-hero__arrows,.hd-hero__dots{display:flex;align-items:center;gap:.5rem;pointer-events:auto}.hd-hero__control,.hd-hero__dot{display:inline-flex;align-items:center;justify-content:center;padding:0;border:0;border-radius:999px;cursor:pointer}.hd-hero__control{width:2.75rem;height:2.75rem;color:var(--hd-hero-foreground);background:#ffffffe6;box-shadow:0 10px 28px #1111111a;transition:color .16s ease,transform .16s ease}.hd-hero__control:hover{color:var(--hd-hero-accent);transform:translateY(-1px)}.hd-hero__control svg{width:1rem;height:1rem}.hd-hero__dot{width:.65rem;height:.65rem;min-width:0;min-height:0;flex:0 0 auto;background:#11111138;transition:width .16s ease,background-color .16s ease}.hd-hero__dot[aria-current=true]{width:1.75rem;background:var(--hd-hero-accent)}@media screen and (min-width:990px){.hd-hero__inner{padding:1.75rem 1.5rem 2.75rem}.hd-hero__slides{min-height:min(var(--hd-hero-min-height-desktop, 448px),448px)}.hd-hero__slide{grid-template-columns:minmax(0,.92fr) minmax(440px,1.08fr);align-items:center;gap:3.25rem;padding:2.75rem 3rem 5.75rem}.hd-hero__text{font-size:1.0625rem}.hd-hero__media-card{border-radius:2rem}.hd-hero__badge{right:1.5rem;bottom:1.5rem}.hd-hero__controls{right:2rem;bottom:2rem;left:2rem}}@media screen and (max-width:749px){.hd-hero__inner{padding:.75rem .75rem 1.75rem}.hd-hero__slider{border-radius:1.1rem;box-shadow:0 16px 38px #11111117}.hd-hero__slides{min-height:0}.hd-hero__slide{grid-template-columns:minmax(0,1fr);gap:1.5rem;padding:1.75rem 1rem 4.25rem}.hd-hero__content{max-width:none}.hd-hero__heading{max-width:18ch;font-size:clamp(1.85rem,8vw,2.55rem);line-height:1.12}.hd-hero__text{margin-top:.8rem;font-size:.95rem;line-height:1.55}.hd-hero__buttons{display:grid;grid-template-columns:minmax(0,1fr);gap:.6rem;margin-top:1rem}.hd-hero__button{width:100%;min-height:3rem;padding:.8rem 1rem}.hd-hero__media{min-height:0}.hd-hero__media-card{border-radius:1rem}.hd-hero__image,.hd-hero__placeholder{aspect-ratio:16 / 10}.hd-hero__badge{right:.75rem;bottom:.75rem;max-width:min(10rem,calc(100% - 1.5rem))}.hd-hero__controls{right:1rem;bottom:1rem;left:1rem}}@media screen and (min-width:1200px){.hd-hero__slide{gap:4rem;padding:3.15rem 3.5rem 5.75rem}.hd-hero__content{align-self:center}}@media(prefers-reduced-motion:reduce){.hd-hero__slide,.hd-hero__button,.hd-hero__control,.hd-hero__dot{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/8/assets/hd-hero.css.map */
