.card__product{display:block;position:relative}.card__product{height:100%!important}.card-product{width:100%;height:100%;position:relative;font-size:18px;overflow:hidden;display:block}.card-product.exclusive{position:relative;overflow:hidden}.border-animator{position:absolute;background:linear-gradient(90deg,transparent,#ffbf00,transparent);z-index:3}.border-animator.top{top:-1px;left:0;width:100%;height:2px;transform:translate(-100%);animation:move-border-top 6s linear infinite}.border-animator.right{top:0;right:0;width:2px;height:100%;transform:translateY(-100%);animation:move-border-right 6s linear infinite}.border-animator.bottom{bottom:0;right:0;width:100%;height:2px;transform:translate(100%);animation:move-border-bottom 6s linear infinite}.border-animator.left{bottom:0;left:0;width:2px;height:100%;transform:translateY(100%);animation:move-border-left 6s linear infinite}@keyframes border-gradient{0%{background-position:0% 0%}to{background-position:300% 0%}}@keyframes move-border-top{0%{transform:translate(-100%)}25%{transform:translate(0)}50%{transform:translate(100%)}to{transform:translate(100%)}}@keyframes move-border-right{0%{transform:translateY(-100%)}25%{transform:translateY(-100%)}50%{transform:translateY(0)}75%{transform:translateY(100%)}to{transform:translateY(100%)}}@keyframes move-border-bottom{0%{transform:translate(100%)}50%{transform:translate(100%)}75%{transform:translate(0)}90%{transform:translate(-100%)}to{transform:translate(-100%)}}@keyframes move-border-left{0%{transform:translateY(100%)}75%{transform:translateY(100%)}to{transform:translateY(-100%)}}.card-product__inner{display:flex;flex-direction:column;height:100%;position:relative}.card-product__badge{position:absolute;bottom:1rem;right:1rem;display:flex;align-items:center;z-index:3;letter-spacing:.5px;box-shadow:0 0 4px rgb(var(--color-foreground),.05);padding:.3rem .5rem .3rem .7rem;font-size:8px;color:#000;background-color:#fff}.card-product__badge:after{position:absolute;content:"";left:.3rem;height:7px;width:2px;top:50%;transform:translateY(-50%);animation:fade 1.5s infinite linear;z-index:4;background-color:var(--badge-color)}@keyframes fade{0%{opacity:1}50%{opacity:.2}}.card-product__badge.exclusive{background:linear-gradient(-45deg,#ffbf00,#cb9217,#ffbf00,#cb9217,#ffbf00,#cb9217);background-size:auto;animation:gradient-badge 8s ease-in-out infinite;background-size:300% 300%;color:#fff;border:1px solid #faff00}@keyframes gradient-badge{0%{background-position:100% 0%}50%{background-position:0% 100%}to{background-position:100% 0%}}.card-product-row{display:flex;gap:10px;align-items:start;line-height:.9;justify-content:space-between}.card-product-row a{display:block}.rtl .card-product-row{flex-direction:row-reverse}.card-product__image-container{width:100%;aspect-ratio:2/3;position:relative;display:block;overflow:hidden}.card-product__image-container:before{position:absolute;content:"";top:0;right:0;bottom:0;left:0;background:rgb(var(--color-foreground),.02);z-index:2;transition:background .3s ease-out;pointer-events:none}.card-product__image{width:100%;height:100%;object-fit:cover;transition:opacity .3s ease;opacity:1;pointer-events:all}.card-product__image.next_image{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;opacity:0;transition:opacity .3s ease-out}.card-product__content{flex:1;display:flex;flex-direction:column;gap:12px;align-items:start;font-size:15px}.card-product__info{flex:1;padding:0 .6rem 1rem;width:100%}.card-product.large .card-product__content{flex-direction:column-reverse}.card-product.large .card-product__info{padding:1rem .6rem 0}.product-collection-title{font-size:16px;letter-spacing:.5px;line-height:1.2}.product-collection-name{font-size:16px;color:rgb(var(--color-foreground),.6);text-transform:uppercase;letter-spacing:.3px;margin-bottom:5px}.card-product__title{font-size:16px;letter-spacing:.5px;line-height:1.3}.card-product.small .product-collection-title{font-size:16px}.rtl .card-product__title{text-align:right;direction:rtl}.card-product__title a{color:inherit;text-decoration:none}.card-product__price{display:flex;font-size:14px;word-spacing:-2px;gap:3px;white-space:nowrap;justify-content:end}.card-product.small .card-product__price{margin-top:5px;flex-direction:column;justify-content:start;font-size:14px}.card-product.small .product-collection-name{font-size:12px}.rtl .card-product__price{justify-content:end}.card-product__compare-price{text-decoration:line-through;color:#f44336}.card-product__current-price{font-weight:500}.card-product__image-container .card_product_mobile{display:block;position:relative;width:100%;height:100%}@media (min-width: 1000px){.card-product__inner{gap:5px}.card-product__image-container{width:100%}.card-product__image-link{margin-bottom:0}}.card-product__image-container.dragging{cursor:grabbing}.card-product__image-container.dragging a{pointer-events:none}.card-product .rest-counter{display:none;background-color:rgb(var(--color-foreground),.1);font-size:12px;height:28px;width:28px;border-radius:30px;line-height:30px;text-align:center}.card-product__sizes{display:flex;flex-wrap:wrap;font-size:10px;margin-top:.6rem;gap:3px;opacity:0}.rtl .card-product__sizes{justify-content:end}.size-label{position:relative;text-transform:uppercase;padding:2px;overflow:hidden;color:rgb(var(--color-foreground),.6)}.size-label.sold-out:after{content:"";position:absolute;top:50%;left:0;right:0;height:1px;background:rgb(var(--color-foreground),.6);transform:rotate(-45deg)}.border-animator,.card-product__badge{pointer-events:none}.hovered .next_image,.hovered .card-product__sizes{opacity:1}@media (max-width: 750px){.card-product__title{display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;direction:ltr}.card-product-row{gap:8px}.card-product.small .card-product__price{font-size:14px}.card-product.small .product-collection-name{font-size:12px}.card-product.large .card-product__sizes{opacity:1}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/card-product.css.map */
