.card-product{position:relative;display:flex;flex-direction:column;background:var(--card-bg, transparent);border-radius:var(--card-radius, 0px);border:var(--card-border-width, 0px) solid rgb(var(--card-border, var(--color-foreground)));overflow:hidden}.card-product__media{position:relative;width:100%;aspect-ratio:var(--card-ar, 1);overflow:hidden;border-radius:8px;background:rgba(var(--color-foreground),.04)}.card-product__base{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;display:block}.card-product__slide{display:block;width:100%;height:100%;text-decoration:none}.card-product__image{width:100%;height:100%;object-fit:cover;display:block}.card-product__slide--hover-second{position:relative}.card-product__image--hover{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transition:opacity .4s ease}.card-product__media:hover .card-product__image--hover{opacity:1}@media(hover:none){.card-product__image--hover{display:none}}.card-product__gallery{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;display:flex;flex-wrap:nowrap;width:100%;height:100%;opacity:0;pointer-events:none;transition:transform .35s cubic-bezier(.22,1,.36,1),opacity .35s ease;will-change:transform}.card-product__media:hover .card-product__gallery{opacity:1;pointer-events:auto}.card-product__gallery .card-product__slide{flex:0 0 100%;min-width:0}.card-product__nav{position:absolute;top:50%;transform:translateY(-50%);z-index:3;width:27px;height:32px;display:flex;align-items:center;justify-content:center;padding:0;border:none;border-radius:0;background:rgb(var(--color-background),.7);color:rgb(var(--color-foreground));cursor:pointer;opacity:0;transition:opacity .2s ease}.card-product__media:hover .card-product__nav{opacity:1}.card-product__nav--prev{left:0}.card-product__nav--next{right:0}.card-product__nav svg{fill:none}.card-product__nav svg{width:22px;height:22px;display:block}.rtl .card-product__nav--prev{left:auto;right:4px}.rtl .card-product__nav--next{right:auto;left:4px}.card-product__bullets{position:absolute;left:50%;bottom:12px;transform:translate(-50%);z-index:3;display:flex;align-items:center;gap:6px}.card-product__bullet{width:22px;height:2px;padding:0;border:none;border-radius:0;background:rgba(var(--color-foreground),.3);cursor:pointer;transition:background-color .2s ease}.card-product__bullet.is-active{background:rgb(var(--color-foreground))}.card-product__badge{position:absolute;top:10px;left:10px;z-index:4;display:inline-flex;align-items:center;gap:4px;padding:3px 10px;border-radius:2px;background-color:var(--badge-bg, rgb(var(--color-foreground)));color:#fff;text-transform:uppercase;letter-spacing:.3px;font-weight:500;font-size:.6rem;line-height:1.3;white-space:nowrap;max-width:calc(100% - 20px);overflow:hidden;text-overflow:ellipsis}.card-product__badge-text{color:rgb(var(--color-foreground))}.rtl .card-product__badge{left:auto;right:10px}@media screen and (max-width:999px){.card-product__badge{font-size:.6rem;padding:2px 8px}}.card-product__wishlist{position:absolute;top:10px;right:10px;z-index:4;width:30px;height:30px;display:inline-flex;align-items:center;justify-content:center;padding:0;border:none;background:transparent;cursor:pointer;transition:transform .15s ease}.card-product__wishlist:hover{transform:scale(1.08)}.card-product__wishlist svg{width:20px;height:20px;display:block;filter:drop-shadow(0 1px 2px rgba(0,0,0,.25))}.card-product__wishlist svg path{stroke:rgb(var(--color-foreground));fill:none;transition:fill .15s ease,stroke .15s ease}.card-product__wishlist.in-wishlist svg path{fill:rgb(var(--color-button));stroke:rgb(var(--color-button))}.rtl .card-product__wishlist{right:auto;left:10px}.card-product__media,.card-product__badge,.card-product__wishlist{-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.card-product__wishlist:hover{-webkit-transform:translateZ(0) scale(1.08);transform:translateZ(0) scale(1.08)}.card-product__info{padding:8px 0 0;display:flex;flex-direction:column;gap:6px;text-align:left}.card-product__title{margin:0;font-family:var(--font-body-family);font-weight:700;font-size:.82rem;line-height:1.15;color:rgb(var(--color-foreground));text-transform:uppercase;letter-spacing:.02em;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical}@media screen and (max-width:999px){.card-product__title{font-size:.85rem}}.card-product__title a{color:inherit;text-decoration:none}.card-product__title a:hover{text-decoration:underline;text-underline-offset:2px}.card-product__price-row{display:flex;align-items:baseline;gap:6px;flex-wrap:wrap}.card-product__price{font-family:var(--font-body-family);font-weight:700;font-size:.95rem;color:rgb(var(--color-foreground))}.card-product__compare{font-family:var(--font-body-family);font-weight:400;font-size:.82rem;color:rgba(var(--color-foreground),.5);text-decoration:line-through}.card-product__price-row--sale .card-product__price{color:#d0021b}.card-product__action{width:100%}.card-product__qa{position:absolute;bottom:8px;right:8px;z-index:4;width:24px;height:24px;display:inline-flex;align-items:center;justify-content:center;padding:0;background-color:transparent;border:1px solid rgb(var(--color-background));border-radius:2px;cursor:pointer;text-decoration:none;filter:drop-shadow(0 1px 2px rgba(0,0,0,.3));transition:opacity .15s ease,transform .15s ease}.card-product__qa:hover{opacity:.9;transform:scale(1.05)}.card-product__qa:active{opacity:.75}.card-product__qa:disabled{cursor:wait}.card-product__qa .card-product__qa-icon{display:flex}.card-product__qa:disabled .card-product__qa-sr{opacity:0}.card-product__qa-sr{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.card-product__qa-icon,.card-product__qa-spinner{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;transition:opacity .15s ease}.card-product__qa-icon svg{width:20px;height:20px;display:block;fill:none;stroke:rgb(var(--color-background))}@media screen and (max-width:999px){.card-product__qa-icon svg{width:16px;height:16px}}.card-product__qa-icon svg path,.card-product__qa-icon svg circle,.card-product__qa-icon svg line,.card-product__qa-icon svg polyline{stroke:rgb(var(--color-background));fill:none}.card-product__qa-spinner{opacity:0;pointer-events:none;animation:card-qa-spin 1.1s linear infinite}.card-product__qa-spinner svg{width:20px;height:20px;display:block}.card-product__qa-spinner svg circle{stroke:rgb(var(--color-background))}.card-product__qa:disabled .card-product__qa-icon{opacity:0}.card-product__qa:disabled .card-product__qa-spinner{opacity:1}@keyframes card-qa-spin{to{transform:rotate(360deg)}}.card-product__colors{display:flex;align-items:center;gap:6px;flex-wrap:wrap;min-width:0}.card-product__color-option{flex:0 0 auto;width:15px;height:15px;padding:0;border-radius:999px;border:1px solid rgba(var(--color-foreground),.25);background-color:var(--swatch-color, rgba(var(--color-foreground), .1));background-image:var(--swatch-image, none);background-size:cover;background-position:center;cursor:pointer;transition:box-shadow .15s ease,transform .15s ease}.card-product__color-option:hover{transform:scale(1.15)}.card-product__color-option[aria-current=true]{box-shadow:0 0 0 1.5px rgb(var(--card-bg, var(--color-background))),0 0 0 3px rgb(var(--color-foreground))}.card-product__colors-more{flex:0 0 auto;margin-left:2px;font-size:11px;font-weight:600;line-height:15px;color:rgba(var(--color-foreground),.6);text-decoration:none}
/*# sourceMappingURL=/cdn/shop/t/7/assets/card-product.css.map */
