.card-product{width:100%;height:100%;position:relative;font-size:18px}.card-product:hover .card-product__title{text-decoration:underline}.card-product__inner{display:flex;flex-direction:column;height:100%;position:relative}.card-product__badge{position:absolute;top:10px;left:10px;z-index:2;padding:.25rem .5rem;border-radius:.25rem;font-size:10px;font-weight:700;color:rgb(var(--color-button-text))}.card-product__badge--tag{background-color:#4caf50}.card-product__badge--sale{background-color:#f44336}.card-product__badge--stock{background-color:#ff9800}.card-product__badge--out{background-color:#9e9e9e}.card-product__image-link{display:block;margin-bottom:1rem;width:100%;aspect-ratio:1/1.2;position:relative}.card-product__image-link.is-loading:after,.card_product_mobile.is-loading:after{content:"";position:absolute;top:50%;left:50%;width:28px;height:28px;border-radius:50%;border:2px solid rgba(var(--color-background),.35);border-top-color:rgba(var(--color-button),.9);transform:translate(-50%,-50%);animation:card-product-spinner .6s linear infinite;pointer-events:none;z-index:2}.card-product__image-container{width:50%;position:relative;overflow:hidden;display:block}.card-product__image{width:100%;height:100%;border-radius:.5rem;object-fit:cover;transition:opacity .3s ease;opacity:1;pointer-events:all}.card-product__image-link.is-loading .card-product__image,.card_product_mobile.is-loading .card-product__image{opacity:.6;transition:opacity .2s ease}.card-product__content{flex:1;display:flex;flex-direction:row-reverse;gap:1rem;align-items:center;font-size:15px}.card-product__info{padding:.5rem 0;flex:1}.card-product__title{margin:0 0 .5rem;font-size:1.5rem;line-height:1.3;letter-spacing:.2px;font-weight:700}.rtl .card-product__title{text-align:right;direction:rtl}.card-product__title a{color:inherit;text-decoration:none}.card-product__price{display:flex;gap:.5rem;align-items:center;margin-bottom:1rem;flex-wrap:wrap;font-size:24px;letter-spacing:0;font-weight:700}@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;font-size:16px;direction:ltr}.card-product__price{font-size:16px}}.rtl .card-product__price{direction:rtl}.card-product__compare-price{text-decoration:line-through;color:#f44336;line-height:1.3}.card-product__colors{display:flex;gap:.5rem;margin-bottom:.5rem;flex-wrap:wrap}.rtl .card-product__colors{direction:rtl}.card-product__button{display:block;width:100%;text-align:center;background-color:transparent;color:rgb(var(--color-button));text-decoration:none;font-size:14px;border:2px solid rgb(var(--color-button));padding:8px;border-radius:30px;font-weight:600;cursor:pointer}.visible-mobile{display:block;height:100%}.hidden-mobile{display:none}.card-product__color-option{width:1.9rem;height:1.9rem;border-radius:50%;margin-bottom:10px;cursor:pointer;padding:0;position:relative;overflow:hidden;background-size:cover;background-position:center;color:transparent!important;font-size:0!important;text-indent:-9999px;border:1px solid rgba(var(--color-foreground),.2)}.card-product__color-option.disabled{opacity:.5;cursor:not-allowed;position:relative}.card-product__color-option.disabled:after{content:"";position:absolute;top:50%;left:0;right:0;height:1px;background:currentColor;transform:rotate(-45deg);transform-origin:center}@keyframes card-product-spinner{to{transform:translate(-50%,-50%) rotate(360deg)}}.card-product__color-option img{position:absolute;top:0;left:0;width:100%;height:100%}.card-product__color-option[aria-current=true]{border-color:rgba(var(--color-foreground),.8);box-shadow:0 0 0 2px rgb(var(--color-background)),0 0 0 4px rgb(var(--color-button),.8)}.card-product__bundle-colors{display:flex;gap:.5rem;margin-bottom:.5rem;flex-wrap:wrap}.rtl .card-product__bundle-colors{direction:rtl}.card-product__bundle-combination{position:relative;padding:3px;border:1px solid transparent;border-radius:40px;background:transparent;cursor:pointer;transition:all .2s ease}.card-product__bundle-combination.selected{border:1px solid rgb(var(--color-foreground))}.card-product__bundle-combination .bundle-swatches-container{position:relative;height:30px;display:flex;align-items:center;justify-content:flex-start;width:30px}.card-product__bundle-combination[data-swatches-count="2"] .bundle-swatches-container{width:50px}.card-product__bundle-combination[data-swatches-count="3"] .bundle-swatches-container{width:70px}.card-product__bundle-combination[data-swatches-count="4"] .bundle-swatches-container{width:90px}.card-product__bundle-combination .bundle-swatch-item{width:30px;height:30px;border-radius:50%;border:1px solid rgba(var(--color-foreground),.2);flex-shrink:0;position:absolute;box-shadow:0 0 5px #fff;top:50%;transform:translateY(-50%);left:0}.card-product__bundle-combination .bundle-swatch-0{z-index:2;left:0}.card-product__bundle-combination .bundle-swatch-1{z-index:1;left:20px}.card-product__bundle-combination .bundle-swatch-2{z-index:0;left:40px}.card-product__bundle-combination .bundle-swatch-3{z-index:-1;left:60px}.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}.hovered:hover:before{display:none}.hovered:hover .next_image{opacity:1}.bundle-combinations-more{display:inline-flex;align-items:center;padding:.5rem;font-size:.875rem;letter-spacing:0;color:rgba(var(--color-foreground),.7);font-weight:700;vertical-align:middle;line-height:1}@media(min-width:1000px){.card-product__bundle-combination .bundle-swatches-container{height:37px;width:37px}.card-product__bundle-combination[data-swatches-count="2"] .bundle-swatches-container{width:57px}.card-product__bundle-combination[data-swatches-count="3"] .bundle-swatches-container{width:77px}.card-product__bundle-combination[data-swatches-count="4"] .bundle-swatches-container{width:97px}.card-product__bundle-combination .bundle-swatch-item{width:37px;height:37px}}.card-product__image-container .card_product_mobile{display:block;position:relative;width:100%}@media(min-width:1000px){.card-product__content{flex-direction:column;font-size:18px;align-items:start}.rtl .card-product__content{align-items:end}.card-product__inner{gap:1rem}.visible-mobile{display:none}.hidden-mobile{display:block}.card-product__image-container{width:100%}.card-product__image-link{margin-bottom:0}.card-product__color-option{width:2rem;height:2rem}}.wishlist-toggle{position:absolute;top:10px;right:10px;background:none;border:none;padding:5px;cursor:pointer;z-index:2}.wishlist-toggle svg{width:24px;height:24px;transition:all .2s ease}.wishlist-toggle:hover svg{transform:scale(1.1)}.wishlist-toggle.in-wishlist svg path{fill:red}.wishlist-toggle:after{position:absolute;content:"";left:-6px;z-index:10;pointer-events:none;top:50%;border-top:8px solid transparent;border-bottom:8px solid transparent;border-left:8px solid rgb(var(--color-foreground),.8);transform:translateY(-50%);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);opacity:0;transition:opacity .2s ease}.wishlist-toggle:before{position:absolute;left:-6px;z-index:20;pointer-events:none;top:50%;padding:5px;color:rgb(var(--color-background));background-color:rgb(var(--color-foreground),.8);transform:translate(-100%,-50%);white-space:nowrap;font-size:var(--fluid-10-12);text-align:center;border-radius:4px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);opacity:0;transition:opacity .2s ease;content:attr(data-add)}.wishlist-toggle.remove:before{content:attr(data-add)}.wishlist-toggle.in-wishlist:before{content:attr(data-remove)}.wishlist-toggle:hover:before,.wishlist-toggle:hover:after{opacity:1;transition:opacity .2s ease-out .1s}
/*# sourceMappingURL=/cdn/shop/t/5/assets/card-product.css.map */
