.product-card-custom{position:relative;background:#fff;border-radius:0;overflow:hidden;display:flex;flex-direction:column;height:100%}.product-card-custom .card__inner{position:relative;overflow:hidden;border-radius:0}.product-card-custom .card__media{position:relative;width:100%;overflow:hidden}.product-card-custom .card__media img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.product-card-custom .bestseller-badge{position:absolute;top:6px;right:6px;background:#fff;padding:3px 6px;border-radius:10px;font-size:.9rem;font-weight:700;color:#333;box-shadow:0 2px 4px #0000001a;z-index:2;text-transform:uppercase;letter-spacing:.05em;line-height:1.2}@media screen and (min-width:480px){.product-card-custom .bestseller-badge{top:8px;right:8px;font-size:1rem;padding:4px 8px}}@media screen and (min-width:750px){.product-card-custom .bestseller-badge{top:10px;right:10px;font-size:1.1rem;padding:4px 10px}}@media screen and (min-width:1024px){.product-card-custom .bestseller-badge{top:12px;right:12px;font-size:1rem;padding:4px 8px}}.product-card-custom .rating-badge{position:absolute;bottom:12px;left:0;background:#fff;padding:4px 8px;border-radius:0;display:flex;align-items:center;gap:4px;font-size:1.2rem;font-weight:700;color:#000;box-shadow:0 2px 4px #0000001a;z-index:2}@media screen and (min-width:750px){.product-card-custom .rating-badge{font-size:1.4rem;padding:6px 10px}}.product-card-custom .rating-badge .star-icon{color:#f90;font-size:14px}.product-card-custom .card__content{padding:12px 0;display:flex;flex-direction:column;gap:8px}.product-card-custom .card__heading{font-size:1.4rem;font-weight:600;color:#333;margin:0;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-decoration:none}@media screen and (min-width:750px){.product-card-custom .card__heading{font-size:1.6rem}}.product-card-custom .price-container{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.product-card-custom .price-current{font-size:1.6rem;font-weight:800;color:#000}.product-card-custom .price-compare{font-size:1.3rem;color:#999;text-decoration:line-through}.product-card-custom .price-discount{font-size:1.3rem;font-weight:700;color:#ff3e00}@media screen and (min-width:750px){.product-card-custom .price-current{font-size:2rem}.product-card-custom .price-compare,.product-card-custom .price-discount{font-size:1.6rem}}@media screen and (max-width:430px){.product-card-custom .card-info{padding:1rem .5rem}.product-card-custom .card__heading{font-size:1.3rem;margin-bottom:.4rem}.product-card-custom .price-container{gap:.4rem}.product-card-custom .price-current{font-size:1.4rem}.product-card-custom .price-compare,.product-card-custom .price-discount{font-size:1.1rem}}.product-card-custom .card-actions{display:flex;margin-top:auto;border:1px solid #e0e0e0;border-radius:0;overflow:hidden}.product-card-custom .quick-add,.product-card-custom modal-opener{flex-grow:1;display:flex}.product-card-custom .btn-wishlist{width:50px;height:44px;display:flex;align-items:center;justify-content:center;border:none;border-right:1px solid #e0e0e0;background:#fff;cursor:pointer;transition:all .3s ease;padding:0}.product-card-custom .btn-wishlist:hover{background:#f5f5f5;border-color:#999}.product-card-custom .btn-wishlist svg{width:20px;height:20px;fill:none;stroke:#333;stroke-width:2;transition:all .3s ease}.product-card-custom .btn-wishlist.active svg{fill:#ff3e00;stroke:#ff3e00}.product-card-custom .btn-quickview{flex-grow:1;height:44px;display:flex;align-items:center;justify-content:center;border:none;background:#fff;font-size:1.2rem;font-weight:600;color:#333;text-decoration:none;cursor:pointer;transition:all .3s ease}@media screen and (min-width:750px){.product-card-custom .btn-quickview{font-size:1.4rem}}.product-card-custom .btn-quickview:hover{background:#000;color:#fff;border-color:#000}.loading__spinner:not(.hidden){display:flex!important;align-items:center;justify-content:center}.spinner{animation:rotator 1.4s linear infinite}@keyframes rotator{0%{transform:rotate(0)}to{transform:rotate(270deg)}}.path{stroke-dasharray:187;stroke-dashoffset:0;transform-origin:center;animation:dash 1.4s ease-in-out infinite,colors 5.6s ease-in-out infinite;stroke:currentColor}@keyframes dash{0%{stroke-dashoffset:187}50%{stroke-dashoffset:46.75;transform:rotate(135deg)}to{stroke-dashoffset:187;transform:rotate(450deg)}}@media screen and (max-width:430px){.product-card-custom .card-info{padding:.8rem .5rem}.product-card-custom .card__heading{font-size:1.2rem;margin-bottom:.3rem}.product-card-custom .price-container{gap:.3rem}.product-card-custom .price-current{font-size:1.3rem}.product-card-custom .price-compare,.product-card-custom .price-discount{font-size:1rem}.product-card-custom .btn-wishlist{width:38px}.product-card-custom .btn-quickview{font-size:1rem;height:38px}.product-card-custom .btn-wishlist svg{width:14px;height:14px}}.card__media-slider{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;overflow-x:auto!important;overflow-y:hidden!important;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none!important;-ms-overflow-style:none!important;z-index:1}.card__media-slider::-webkit-scrollbar{display:none!important;width:0!important;height:0!important}.product-card-custom .card__media-slide{flex:0 0 100%;width:100%;height:100%;position:relative;scroll-snap-align:start}.product-card-custom .card__media-arrow{position:absolute;top:50%;transform:translateY(-50%);width:30px;height:30px;border-radius:50%;background:#ffffffe6;border:none;box-shadow:0 2px 6px #00000026;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:4;opacity:0;transition:opacity .3s ease,transform .3s ease,background-color .3s ease}.product-card-custom .card__media-arrow svg{width:18px;height:18px;fill:#333}.product-card-custom .card__media-arrow--prev{left:8px;transform:translateY(-50%) translate(-5px)}.product-card-custom .card__media-arrow--next{right:8px;transform:translateY(-50%) translate(5px)}.product-card-custom:hover .card__media-arrow{opacity:1}.product-card-custom:hover .card__media-arrow--prev,.product-card-custom:hover .card__media-arrow--next{transform:translateY(-50%) translate(0)}.product-card-custom .card__media-arrow:hover{background:#fff;box-shadow:0 2px 8px #00000040}@media(hover:none){.product-card-custom .card__media-arrow{display:none!important}}.product-card-custom .card__media-dots{position:absolute;bottom:8px;left:50%;transform:translate(-50%);display:flex;gap:5px;z-index:4;pointer-events:auto}.product-card-custom .card__media-dot{width:6px;height:6px;border-radius:50%;background:#fff6;border:none;padding:0;cursor:pointer;transition:background-color .3s ease,transform .3s ease}.product-card-custom .card__media-dot:hover{background:#fffc}.product-card-custom .card__media-dot.active{background:#fff;transform:scale(1.3);box-shadow:0 1px 2px #0003}.card__media-slide video{width:100%;height:100%;object-fit:cover;display:block}
/*# sourceMappingURL=/cdn/shop/t/52/assets/custom-card-product.css.map */
