.HeroCarousel-module__hy1Euq__wrapper{justify-content:center;align-items:center;width:100%;height:100%;padding:0 20px;display:flex}.HeroCarousel-module__hy1Euq__carouselContainer{width:100%;max-width:400px;margin:0 auto;position:relative}.HeroCarousel-module__hy1Euq__navBtn{z-index:20;background:rgba(var(--bg-secondary-rgb),.98);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(var(--accent-rgb),.08);width:52px;height:52px;color:var(--accent);cursor:pointer;box-shadow:0 8px 24px rgba(var(--accent-rgb),.12),0 4px 12px rgba(var(--accent-rgb),.08);opacity:0;border-radius:12px;justify-content:center;align-items:center;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:absolute;top:45%;transform:translateY(-50%)}.HeroCarousel-module__hy1Euq__carouselContainer:hover .HeroCarousel-module__hy1Euq__navBtn{opacity:1}.HeroCarousel-module__hy1Euq__navBtn:hover{background:var(--accent);color:var(--text-inverse);box-shadow:0 12px 32px rgba(var(--accent-rgb),.2),0 6px 16px rgba(var(--accent-rgb),.15);border-color:var(--accent);transform:translateY(-50%)scale(1.08)}.HeroCarousel-module__hy1Euq__navBtn:active{transform:translateY(-50%)scale(.96)}.HeroCarousel-module__hy1Euq__navBtnLeft{left:16px}.HeroCarousel-module__hy1Euq__navBtnRight{right:16px}.HeroCarousel-module__hy1Euq__card{background:var(--bg-secondary);box-shadow:0 24px 80px rgba(var(--accent-rgb),.14),0 12px 40px rgba(var(--accent-rgb),.1),0 0 0 1px rgba(var(--accent-rgb),.05);border-radius:24px;transition:all .4s cubic-bezier(.4,0,.2,1);overflow:hidden}.HeroCarousel-module__hy1Euq__card:hover{box-shadow:0 32px 100px rgba(var(--accent-rgb),.18),0 16px 48px rgba(var(--accent-rgb),.12),0 0 0 1px rgba(var(--primary-rgb),.15);transform:translateY(-6px)}.HeroCarousel-module__hy1Euq__imageSection{background:linear-gradient(135deg,var(--bg-primary)0%,var(--bg-secondary)100%);justify-content:center;align-items:center;min-height:260px;padding:16px 24px;display:flex;position:relative}.HeroCarousel-module__hy1Euq__badge{background:var(--gradient-primary);color:var(--text-inverse);text-transform:uppercase;letter-spacing:.06em;box-shadow:0 6px 16px rgba(var(--primary-rgb),.3),0 2px 8px rgba(var(--primary-rgb),.2);z-index:2;border-radius:10px;align-items:center;gap:8px;padding:8px 16px;font-size:.75rem;font-weight:700;display:flex;position:absolute;top:20px;left:20px}.HeroCarousel-module__hy1Euq__imageContainer{justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.HeroCarousel-module__hy1Euq__productImage{object-fit:contain;width:auto;max-width:100%;height:auto;max-height:240px;filter:drop-shadow(0 16px 32px rgba(var(--graphite-rgb,17,21,24),.1));transition:all .5s cubic-bezier(.4,0,.2,1)}.HeroCarousel-module__hy1Euq__card:hover .HeroCarousel-module__hy1Euq__productImage{filter:drop-shadow(0 20px 40px #0000001f);transform:scale(1.06)}.HeroCarousel-module__hy1Euq__imagePlaceholder{background:linear-gradient(135deg,var(--bg-tertiary)0%,var(--border)100%);border-radius:16px;width:200px;height:200px}.HeroCarousel-module__hy1Euq__infoSection{background:var(--bg-secondary);border-top:1px solid rgba(var(--accent-rgb),.06);padding:14px 20px 18px}.HeroCarousel-module__hy1Euq__productTitle{color:var(--accent);-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;min-height:2.6em;margin:0 0 4px;font-size:1.1rem;font-weight:700;line-height:1.3;display:-webkit-box;overflow:hidden}.HeroCarousel-module__hy1Euq__productDesc{color:var(--text-tertiary);-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;margin:0 0 8px;font-size:.85rem;font-weight:500;line-height:1.5;display:-webkit-box;overflow:hidden}.HeroCarousel-module__hy1Euq__footer{border-top:1px solid rgba(var(--accent-rgb),.06);justify-content:space-between;align-items:flex-end;gap:12px;padding-top:10px;display:flex}.HeroCarousel-module__hy1Euq__priceBlock{flex-direction:column;gap:6px;display:flex}.HeroCarousel-module__hy1Euq__priceLabel{color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.06em;font-size:.75rem;font-weight:600}.HeroCarousel-module__hy1Euq__price{color:var(--primary);letter-spacing:-.02em;font-size:1.25rem;font-weight:800;line-height:1}.HeroCarousel-module__hy1Euq__detailsBtn{background:var(--accent);color:var(--text-inverse);white-space:nowrap;box-shadow:0 6px 16px rgba(var(--accent-rgb),.25),0 2px 8px rgba(var(--accent-rgb),.15);border-radius:8px;align-items:center;gap:8px;padding:8px 14px;font-size:.8rem;font-weight:600;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex}.HeroCarousel-module__hy1Euq__detailsBtn:hover{background:var(--accent-light);box-shadow:0 8px 20px rgba(var(--accent-rgb),.3),0 4px 12px rgba(var(--accent-rgb),.2);transform:translateY(-2px)}.HeroCarousel-module__hy1Euq__detailsBtn svg{transition:transform .3s cubic-bezier(.4,0,.2,1)}.HeroCarousel-module__hy1Euq__detailsBtn:hover svg{transform:translate(4px)}.HeroCarousel-module__hy1Euq__dotsContainer{justify-content:center;gap:8px;margin-top:16px;display:flex}.HeroCarousel-module__hy1Euq__dot{background:rgba(var(--accent-rgb),.2);cursor:pointer;border:none;border-radius:50%;width:10px;height:10px;padding:0;transition:all .3s cubic-bezier(.4,0,.2,1)}.HeroCarousel-module__hy1Euq__dot:hover{background:rgba(var(--accent-rgb),.4);transform:scale(1.3)}.HeroCarousel-module__hy1Euq__dotActive{background:var(--accent);border-radius:5px;width:32px}@media (max-width:768px){.HeroCarousel-module__hy1Euq__wrapper{padding:0 16px}.HeroCarousel-module__hy1Euq__carouselContainer{max-width:360px}.HeroCarousel-module__hy1Euq__navBtn{opacity:1;width:48px;height:48px}.HeroCarousel-module__hy1Euq__navBtnLeft{left:12px}.HeroCarousel-module__hy1Euq__navBtnRight{right:12px}.HeroCarousel-module__hy1Euq__imageSection{min-height:160px;padding:12px}.HeroCarousel-module__hy1Euq__productImage{max-height:140px}.HeroCarousel-module__hy1Euq__infoSection{padding:24px 28px 28px}.HeroCarousel-module__hy1Euq__productTitle{font-size:1.2rem}.HeroCarousel-module__hy1Euq__price{font-size:1.5rem}.HeroCarousel-module__hy1Euq__detailsBtn{padding:11px 20px;font-size:.9rem}}@media (max-width:480px){.HeroCarousel-module__hy1Euq__wrapper{padding:0 12px}.HeroCarousel-module__hy1Euq__carouselContainer{max-width:100%}.HeroCarousel-module__hy1Euq__navBtn{width:44px;height:44px}.HeroCarousel-module__hy1Euq__navBtnLeft{left:8px}.HeroCarousel-module__hy1Euq__navBtnRight{right:8px}.HeroCarousel-module__hy1Euq__imageSection{min-height:180px;padding:16px}.HeroCarousel-module__hy1Euq__productImage{max-height:154px}.HeroCarousel-module__hy1Euq__infoSection{padding:20px 24px 24px}.HeroCarousel-module__hy1Euq__productTitle{font-size:1.1rem}.HeroCarousel-module__hy1Euq__productDesc{margin-bottom:20px;font-size:.9rem}.HeroCarousel-module__hy1Euq__footer{flex-direction:column;align-items:stretch;gap:16px}.HeroCarousel-module__hy1Euq__detailsBtn{justify-content:center;width:100%;padding:12px 20px}.HeroCarousel-module__hy1Euq__price{font-size:1.4rem}}
