.product_card{position:relative;flex:0 0 calc(100%/3.02);border:1px solid var(--border_color);transition:all .4s ease;background:var(--bg_color2)}.product_card .image-wrap{position:relative;display:block;overflow:hidden}.product_card .img-main,.product_card .img-hover{width:100%;transition:opacity .4s ease}.product_card .img-hover{position:absolute;top:0;left:0;opacity:0;height:100%}.product_card .image-wrap:hover .img-hover{opacity:1}.product_card .badge{position:absolute;top:.5rem;left:.5rem;background:#f7f7f7;border:.5px solid #E6E6E6;padding:4px 5px;font-size:.75rem;font-weight:600;line-height:100%;color:#1a1a1a;text-transform:uppercase;z-index:4}.product_card .quick-cart{position:absolute;bottom:.75rem;right:.75rem;display:flex;align-items:center;justify-content:center;transform:translate(20px);opacity:0;transition:all .45s cubic-bezier(.4,0,.2,1);z-index:5;background:#f7f7f7;border-radius:50%}.product_card:hover .quick-cart{transform:translate(0);opacity:1}.hover-line{position:absolute;bottom:0;left:0;width:100%;height:2px;overflow:hidden}.hover-line:after{content:"";position:absolute;left:0;top:0;width:100%;height:100%;background:#e54e26;transform:scaleX(0);transform-origin:right;transition:transform .6s cubic-bezier(.4,0,.2,1)}@media(hover:hover){.product_card:hover .hover-line:after{transform:scaleX(1)}}.product_card .info{padding:.75rem}.product_card .info h3{font-size:1rem;color:var(--text_color2);line-height:100%;font-weight:400;transition:color .3s ease;margin-bottom:.5rem;font-family:var(--font-body--family);display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.product_card .variant-text{font-size:.88rem;line-height:140%;color:gray;margin-bottom:.5rem;font-weight:400}.product_card .info .price{font-size:1.125rem;color:var(--text_color);line-height:150%;font-weight:600;transition:color .3s ease}.product_card .price_swatch{display:flex;align-items:center;justify-content:space-between}.product_card .swatches{display:flex;gap:.75rem}.product_card .custom_swatch{width:1rem;height:1rem;cursor:pointer;position:relative;border:1px solid var(--border_color);transition:all .3s ease;border-bottom:1px solid transparent}.product_card .custom_swatch:before{content:"";position:absolute;bottom:-.25rem;left:0;width:100%;height:1px;background:var(--text_color);opacity:0;transform:scaleX(0);transition:all .25s ease}.product_card .custom_swatch.active:before{opacity:1;transform:scaleX(1)}@media(max-width:768px){.product_card{flex:0 0 78%}.product_card .badge{top:.5rem;left:.5rem;padding:2px 5px;font-size:.628rem}.product_card .quick-cart{transform:translate(0);opacity:1;bottom:.5rem;right:.5rem}.product_card .quick-cart svg{width:2rem;height:2rem}.product_card .info{padding:.5rem}.product_card .info h3,.product_card .variant-text{font-size:.875rem;margin-bottom:.38rem}.product_card .info .price{font-size:1rem}.product_card .swatches{gap:.5rem}.product_card .custom_swatch{width:.75rem;height:.75rem}}
/*# sourceMappingURL=/cdn/shop/t/9/assets/custom-product-card.css.map */
