.hero-carousel-section{position:relative;overflow:hidden;background-color:var(--surface-light);padding:6.5rem 0 2.5rem}[data-theme=dark] .hero-carousel-section{background-color:var(--surface-dark)}@media(min-width:1024px){.hero-carousel-section{padding:8rem 0 5rem}}.hero-carousel-section .bgGradient{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse at top right,rgba(249,115,22,.1),var(--background-light),transparent);opacity:.7}[data-theme=dark] .hero-carousel-section .bgGradient{background:radial-gradient(ellipse at top right,rgba(249,115,22,.05),var(--background-dark),transparent)}.hero-carousel-section .container{position:relative;margin:0 auto;max-width:1400px;padding:0 1rem;width:100%}@media(min-width:640px){.hero-carousel-section .container{padding:0 1.5rem}}@media(min-width:1024px){.hero-carousel-section .container{padding:0 2rem}}.hero-carousel-section .grid{display:flex;flex-direction:column-reverse;gap:1.5rem}@media(min-width:1024px){.hero-carousel-section .grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}}.hero-carousel-section .textCol{display:flex;flex-direction:column;align-items:center;text-align:center;gap:1.5rem}@media(min-width:1024px){.hero-carousel-section .textCol{align-items:flex-start;text-align:left}}.hero-carousel-section .badge{z-index:10}.hero-carousel-section .j-badge-text{color:var(--text-main);font-size:.875rem;font-weight:500}[data-theme=dark] .hero-carousel-section .j-badge-text{color:#fff}.hero-carousel-section .pingWrapper{position:relative;display:flex;height:.5rem;width:.5rem;flex-shrink:0}.hero-carousel-section .pingAnim{position:absolute;display:inline-flex;height:100%;width:100%;border-radius:9999px;background-color:var(--primary);opacity:.75;animation:ping 1s cubic-bezier(0,0,.2,1) infinite}@keyframes ping{75%,to{transform:scale(2);opacity:0}}.hero-carousel-section .pingDot{position:relative;display:inline-flex;border-radius:9999px;height:.5rem;width:.5rem;background-color:var(--primary)}.hero-carousel-section .heading{font-family:var(--font-space-grotesk),sans-serif;font-size:2.5rem;line-height:1.1;font-weight:700;letter-spacing:-.025em;color:var(--text-main);margin:0}@media(min-width:640px){.hero-carousel-section .heading{font-size:3.75rem}}@media(min-width:1024px){.hero-carousel-section .heading{font-size:4.5rem}}[data-theme=dark] .hero-carousel-section .heading{color:#fff}.hero-carousel-section .rotatingWord{display:inline-block;color:transparent;background-clip:text;-webkit-background-clip:text;background-image:linear-gradient(to right,#ea580c,#f59e0b);animation:slideUpFadeIn .5s ease-out both}@keyframes slideUpFadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.hero-carousel-section .fadeText{transition:opacity .4s ease,transform .4s ease;opacity:1;transform:translateY(0)}.hero-carousel-section .fadeOut{opacity:0;transform:translateY(8px)}.hero-carousel-section .description{max-width:32rem;font-size:1.125rem;color:var(--text-muted);line-height:1.625}[data-theme=dark] .hero-carousel-section .description{color:#d1d5db}.hero-carousel-section .actions{display:flex;flex-wrap:wrap;gap:1rem;padding-top:0}.hero-carousel-section .btnPrimary{min-height:3.25rem;padding:.75rem 2rem;border-radius:.5rem;background-color:var(--primary);color:#fff;font-weight:700;transition:background-color .2s;display:flex;align-items:center;justify-content:center;gap:.5rem;border:2px solid transparent;cursor:pointer;box-shadow:0 10px 15px -3px #ff572240;text-decoration:none}.hero-carousel-section .btnPrimary:hover{background-color:var(--primary-dark)}.hero-carousel-section .btnSecondary{min-height:3.25rem;padding:.75rem 2rem;border-radius:.5rem;background-color:transparent;border:2px solid rgba(255,87,34,.2);color:var(--primary);font-weight:700;transition:all .2s;display:flex;align-items:center;justify-content:center;gap:.5rem;cursor:pointer;text-decoration:none}.hero-carousel-section .btnSecondary:hover{background-color:#ff57220d;border-color:#ff572280}[data-theme=dark] .hero-carousel-section .btnSecondary{color:#fb923c}.hero-carousel-section .featuresList{display:flex;align-items:center;gap:1.5rem;font-size:.875rem;color:var(--text-muted)}[data-theme=dark] .hero-carousel-section .featuresList{color:#9ca3af}.hero-carousel-section .featureItem{display:flex;align-items:center;gap:.5rem}.hero-carousel-section .featureIcon{color:var(--primary);font-size:1.25rem}.hero-carousel-section .statsRow{display:flex;align-items:center;gap:1.5rem;padding-top:0}.hero-carousel-section .stat{display:flex;flex-direction:column}.hero-carousel-section .statValue{font-family:var(--font-space-grotesk),sans-serif;font-size:1.5rem;font-weight:700;color:var(--text-main)}[data-theme=dark] .hero-carousel-section .statValue{color:#fff}.hero-carousel-section .statLabel{font-size:.75rem;color:var(--text-muted)}[data-theme=dark] .hero-carousel-section .statLabel{color:#9ca3af}.hero-carousel-section .statDivider{width:1px;height:2.5rem;background-color:#0000001a}[data-theme=dark] .hero-carousel-section .statDivider{background-color:#ffffff1a}.hero-carousel-section .imageCol{position:relative;display:none}@media(min-width:1024px){.hero-carousel-section .imageCol{display:block}}.hero-carousel-section .imageWrapper{position:relative;aspect-ratio:3 / 4;width:100%;max-width:340px;margin:0 auto;border-radius:3rem;overflow:hidden;box-shadow:0 32px 80px -16px #0006}@media(min-width:1024px){.hero-carousel-section .imageWrapper{max-width:none}}.hero-carousel-section .imageGlow{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:9999px;filter:blur(24px);background-image:linear-gradient(to top right,rgba(249,115,22,.2),transparent)}.hero-carousel-section .imageLayer{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transition:opacity .6s ease-in-out;display:flex;align-items:center;justify-content:center;border-radius:3rem;overflow:hidden}.hero-carousel-section .imageLayerActive{opacity:1}.hero-carousel-section .productImage{width:100%;height:100%;object-fit:cover;object-position:center top;border-radius:3rem}@media(min-width:1024px){.hero-carousel-section .imageWrapper{max-width:420px}}
/*# sourceMappingURL=/cdn/shop/t/15/assets/section-hero-carousel.css.map */
