.homero-carousel-wrapper{position:relative;width:100%;max-width:100%;padding:0 50px;box-sizing:border-box}.homero-carousel-track{display:flex;gap:20px;overflow-x:auto;scroll-snap-type:x mandatory;padding:20px 5px;scrollbar-width:none}.homero-carousel-track::-webkit-scrollbar{display:none}.woo-card{flex:0 0 calc(25% - 15px);max-width:calc(25% - 15px);background:#1a1a1a;border-radius:12px;overflow:hidden;border:1px solid #2a2a2a;display:flex;flex-direction:column;min-height:420px;scroll-snap-align:start;transition:all 0.3s ease}.woo-card:hover{transform:translateY(-5px);border-color:#FFD700;box-shadow:0 10px 25px rgba(0,0,0,0.5)}.woo-img-box{width:100%;height:220px;background:#ffffff;display:flex;align-items:center;justify-content:center;padding:15px;box-sizing:border-box;border-bottom:4px solid #FFD700}.woo-img-box img{max-width:100%;max-height:100%;object-fit:contain;transition:transform 0.3s}.woo-card:hover .woo-img-box img{transform:scale(1.05)}.woo-info{padding:20px;flex:1;display:flex;flex-direction:column;justify-content:space-between;text-align:left}.woo-title{font-family:'Helvetica',Arial,sans-serif;font-size:16px;font-weight:700;color:#ffffff;margin:0 0 15px 0;line-height:1.3;text-transform:uppercase;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.woo-price{font-size:22px;font-weight:800;color:#FFD700;margin-bottom:20px;display:block}.woo-btn{margin-top:auto;background-color:#000000;color:#FFD700;border:none;padding:14px 15px;border-radius:8px;font-size:15px;font-weight:800;cursor:pointer;text-transform:uppercase;width:100%;display:flex;align-items:center;justify-content:center;transition:all 0.3s;letter-spacing:1px}.woo-btn:hover{background-color:#FFD700;color:#000000}.carousel-nav{position:absolute;top:50%;transform:translateY(-50%);background:#000;color:#FFD700;border:2px solid #FFD700;width:40px;height:40px;font-size:18px;border-radius:50%;cursor:pointer;z-index:10;display:flex;align-items:center;justify-content:center;transition:all 0.2s}.carousel-nav:hover{background:#FFD700;color:#000}.carousel-nav.prev{left:0px}.carousel-nav.next{right:0px}@media (max-width:980px){.woo-card{flex:0 0 calc(33.33% - 15px);max-width:calc(33.33% - 15px)}}@media (max-width:600px){.woo-card{flex:0 0 calc(85% - 10px);max-width:calc(85% - 10px)}.homero-carousel-wrapper{padding:0 20px}.carousel-nav{display:none}}