.hotSales{padding:4rem 2rem;background:#f6f8fb;overflow:hidden}.hotSalesTitle{text-align:center;font-size:2.6rem;font-weight:700;color:#222;margin-bottom:3rem;position:relative}.hotSalesTitle:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translateX(-50%);width:70px;height:4px;background:#ff8c00;border-radius:2px}.hotSalesCarousel{width:100%;overflow:hidden;position:relative;margin:0;padding:0;height:450px;mask-image:linear-gradient(90deg,transparent,#000 5%,#000 95%,transparent);-webkit-mask-image:linear-gradient(90deg,transparent,#000 5%,#000 95%,transparent)}.carouselTrack{display:flex;gap:2rem;height:100%;align-items:center;width:max-content;animation:scroll 30s linear infinite;will-change:transform}.carouselTrack:hover{animation-play-state:paused}@keyframes scroll{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.hotCard{position:relative;width:260px;height:380px;background:#fff;border-radius:24px;padding:20px;flex-shrink:0;display:flex;flex-direction:column;box-shadow:0 15px 30px rgba(0,0,0,.15);transition:transform .3s ease,box-shadow .3s ease;cursor:pointer;transform:translateZ(0)}.hotCard:hover{transform:translateY(-10px);box-shadow:0 25px 50px rgba(0,0,0,.25)}.hotBadge{position:absolute;top:12px;left:12px;background:#ff1a1a;color:#fff;font-size:.8rem;font-weight:700;padding:5px 10px;border-radius:12px;box-shadow:0 4px 10px rgba(255,0,0,.3);letter-spacing:1px;z-index:2}.hotImageBox{width:100%;height:180px;display:flex;justify-content:center;align-items:center;margin-bottom:10px}.hotImageBox img{max-width:100%;max-height:100%;object-fit:contain;transition:transform .3s ease}.hotCard:hover .hotImageBox img{transform:scale(1.05)}.hotContent{flex:1 1;display:flex;flex-direction:column}.hotContent h3{font-size:1.1rem;font-weight:700;margin:0 0 10px;color:#333;-webkit-line-clamp:2}.hotContent h3,.hotContent p{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}.hotContent p{font-size:.9rem;color:#000;line-height:1.3rem;margin-bottom:15px;-webkit-line-clamp:3}.hotPriceBox{display:flex;justify-content:space-between;align-items:center;margin-top:auto;padding-top:10px;border-top:1px solid #f0f0f0}.price{font-size:1.4rem;font-weight:700;color:#000}.buyBtn{background:cyan;color:#000;border:none;padding:8px 15px;border-radius:12px;font-weight:600;cursor:pointer;transition:all .3s ease}.buyBtn:hover{background:#0084ff;color:#fff;transform:scale(1.05)}