html,body{max-width:100%;overflow-x:clip}
.dawn-home-products-section{overflow:hidden}
.dawn-hero-slider{--slide-width:68;position:relative;width:100%;padding:3rem 0;overflow:hidden;background:#fbe3da}
.dawn-hero-track{display:flex;gap:18px;width:100%;height:min(42vw,520px);transition:transform .75s cubic-bezier(.22,1,.36,1);will-change:transform}
.dawn-hero-slide{position:relative;display:block;flex:0 0 68%;height:100%;opacity:.48;transform:scale(.92);transition:opacity .55s ease,transform .75s cubic-bezier(.22,1,.36,1)}
.dawn-hero-slide.is-active{z-index:1;opacity:1;transform:scale(1)}
.dawn-hero-slide img{width:100%;height:100%;object-fit:contain;border-radius:8px}
.dawn-hero-arrow{position:absolute;top:50%;z-index:4;display:grid;place-items:center;width:48px;height:48px;padding:0;border:1px solid rgba(255,255,255,.62);border-radius:50%;background:rgba(61,49,88,.78);color:#fff;box-shadow:0 10px 28px rgba(24,18,36,.2);cursor:pointer;transform:translateY(-50%);backdrop-filter:blur(9px);transition:background .2s ease,transform .2s ease}
.dawn-hero-arrow:hover{background:#592c8d;transform:translateY(-50%) scale(1.07)}
.dawn-hero-arrow svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.dawn-hero-prev{left:24px}.dawn-hero-next{right:24px}
.dawn-hero-dots{position:absolute;right:0;bottom:22px;left:0;z-index:4;display:flex;justify-content:center;gap:9px}
.dawn-hero-dot{width:10px;height:10px;padding:0;border:1px solid #171217;border-radius:50%;background:rgba(23,18,23,.42);cursor:pointer;transition:width .25s ease,background .25s ease}
.dawn-hero-dot.is-active{width:34px;border-radius:8px;background:#171217}
@media(max-width:700px){.dawn-hero-slider{--slide-width:88}.dawn-hero-track{height:54vw;gap:10px}.dawn-hero-slide{flex-basis:88%}.dawn-hero-arrow{width:36px;height:36px}.dawn-hero-prev{left:10px}.dawn-hero-next{right:10px}.dawn-hero-dots{bottom:12px}.dawn-hero-dot{width:8px;height:8px}.dawn-hero-dot.is-active{width:24px}}
