.custom-product-carousel-outer{position:relative;width:100%;max-width:100%;padding:30px 0;display:flex;align-items:center;justify-content:center}.custom-product-carousel-wrapper{width:calc(100% - 160px);max-width:calc(100% - 160px);overflow:hidden;margin:0 auto}.custom-product-carousel{width:100%;overflow:hidden;padding:15px 0}.carousel-track{display:flex;gap:30px;width:max-content;transition:transform .5s ease}.custom-product-card{flex:0 0 400px;min-width:400px;background:#f8f9fa;border-radius:20px;overflow:hidden;display:flex;flex-direction:column;transition:transform .3s ease,box-shadow .3s ease}.custom-product-card:hover{transform:translateY(-8px);box-shadow:0 15px 40px rgba(0,0,0,.12)}.custom-product-card .product-image{width:100%;height:300px;overflow:hidden;background:#fff;display:flex;align-items:center;justify-content:center;padding:30px}.custom-product-card .product-image img{max-width:100%;max-height:100%;object-fit:contain;transition:transform .3s ease}.custom-product-card:hover .product-image img{transform:scale(1.05)}.custom-product-card .product-info{padding:28px;flex:1;display:flex;flex-direction:column;background:#f8f9fa}.custom-product-card .product-tags{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:15px}.custom-product-card .product-tag{display:inline-flex;align-items:center;padding:9px 16px;background:#fff;border:1px solid #e0e0e0;border-radius:25px;font-size:14px;color:#555}.custom-product-card .product-tag .tag-icon{margin-right:6px;font-size:12px}.custom-product-card .product-title{font-size:20px;font-weight:700;color:#1a1a2e;margin:0 0 14px;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.custom-product-card .product-title a{color:inherit;text-decoration:none}.custom-product-card .product-title a:hover{color:#03bfac}.custom-product-card .product-description{font-size:15px;color:#666;line-height:1.7;margin:0 0 20px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;flex:1}.custom-product-card .product-footer{display:flex;align-items:center;justify-content:space-between;margin-top:auto;padding-top:20px;border-top:1px solid #e8e8e8}.custom-product-card .product-price{font-size:20px;font-weight:700;color:#1a1a2e}.custom-product-card .product-price del{color:#999;font-size:15px;margin-right:5px}.custom-product-card .product-price ins{text-decoration:none}.custom-product-card .view-product-btn{display:inline-flex;align-items:center;gap:8px;padding:14px 26px;background:linear-gradient(135deg,#1a1a2e 0%,#4a1942 100%);color:#fff;text-decoration:none;font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;border-radius:30px;transition:all .3s ease}.custom-product-card .view-product-btn:hover{background:linear-gradient(135deg,#03bfac 0%,#029a8a 100%)}.custom-product-card .view-product-btn .btn-arrow{font-size:14px;transition:transform .3s ease}.custom-product-card .view-product-btn:hover .btn-arrow{transform:translateX(3px)}.carousel-nav-btn{width:55px;height:55px;border-radius:50%;background:#e8eef4;color:#1a1a2e;border:none;font-size:20px;cursor:pointer;transition:all .3s ease;flex-shrink:0;display:flex;align-items:center;justify-content:center;z-index:10;margin:0 20px}.carousel-nav-btn:hover{background:#1a1a2e;color:#fff}@media (max-width:1400px){.custom-product-carousel-wrapper{width:calc(100% - 140px);max-width:calc(100% - 140px)}.custom-product-card{flex:0 0 360px;min-width:360px}.custom-product-card .product-image{height:270px}}@media (max-width:1200px){.custom-product-carousel-wrapper{width:calc(100% - 120px);max-width:calc(100% - 120px)}.custom-product-card{flex:0 0 330px;min-width:330px}.custom-product-card .product-image{height:240px}.carousel-nav-btn{width:50px;height:50px;font-size:18px;margin:0 15px}}@media (max-width:992px){.custom-product-carousel-wrapper{width:calc(100% - 100px);max-width:calc(100% - 100px)}.custom-product-card{flex:0 0 300px;min-width:300px}.custom-product-card .product-image{height:210px}.carousel-nav-btn{width:45px;height:45px;font-size:16px;margin:0 10px}}@media (max-width:768px){.custom-product-carousel-wrapper{width:calc(100% - 80px);max-width:calc(100% - 80px)}.custom-product-card{flex:0 0 280px;min-width:280px}.custom-product-card .product-image{height:190px}.carousel-nav-btn{width:40px;height:40px;font-size:14px;margin:0 5px}.custom-product-card .product-footer{flex-direction:column;align-items:flex-start;gap:12px}.custom-product-card .view-product-btn{width:100%;justify-content:center}}@media (max-width:480px){.custom-product-carousel-outer{padding:20px 0}.custom-product-carousel-wrapper{width:calc(100% - 60px);max-width:calc(100% - 60px)}.custom-product-card{flex:0 0 260px;min-width:260px}.custom-product-card .product-tag{font-size:12px;padding:7px 12px}.custom-product-card .product-title{font-size:17px}.carousel-nav-btn{width:35px;height:35px;font-size:12px;margin:0 3px}}