.card-product{position:relative;display:flex;flex-direction:column;background:var(--card-bg, transparent);border-radius:0;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;background:transparent}.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__gallery{display:flex;flex-wrap:nowrap;width:100%;height:100%;transition:transform .35s cubic-bezier(.22,1,.36,1);will-change:transform;touch-action:pan-y}.card-product__gallery.is-dragging{transition:none;cursor:grabbing}.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:34px;height:34px;display:flex;align-items:center;justify-content:center;padding:0;border:none;background:transparent;color:rgb(var(--color-foreground));cursor:pointer;opacity:0;transition:opacity .15s ease}.card-product:hover .card-product__nav{opacity:.75}.card-product__nav:hover{opacity:1}.card-product__nav--prev{left:2px}.card-product__nav--next{right:2px}.card-product__nav svg{width:22px;height:22px;display:block;fill:none}.rtl .card-product__nav--prev{left:auto;right:2px}.rtl .card-product__nav--next{right:auto;left:2px}.card-product__bullets{display:none}@media screen and (max-width:749px){.card-product__bullets{display:flex;position:absolute;left:0;right:0;bottom:0;z-index:3;gap:2px;transform:none}.card-product__bullet{flex:1 1 0;width:auto;height:3px;padding:0;border:none;border-radius:0;background:#ffffff80;cursor:pointer;transition:background-color .2s ease}.card-product__bullet.is-active{background:#fff}}.card-product__badge{position:absolute;top:10px;left:10px;z-index:4;display:inline-flex;align-items:center;gap:4px;padding:2px 6px;border-radius:0;background-color:var(--badge-bg, rgb(var(--color-foreground)));text-transform:uppercase;letter-spacing:.03em;font-family:var(--font-heading-family);font-weight:700;font-size:.675rem;line-height:1.3;white-space:nowrap;max-width:calc(100% - 20px);overflow:hidden;text-overflow:ellipsis}.card-product__badge-text{color:#fff}.rtl .card-product__badge{left:auto;right:10px}@media screen and (max-width:999px){.card-product__badge{font-size:.62rem;padding:2px 5px}}.card-product__wishlist{position:absolute;top:10px;right:10px;z-index:4;width:30px;height:30px;padding:0;display:inline-flex;align-items:center;justify-content:center;background:transparent;border:none;cursor:pointer}.card-product__wishlist svg{width:20px;height:20px;transition:fill .3s ease-out,stroke .3s ease-out,transform .2s ease-out}.card-product__wishlist svg,.card-product__wishlist svg path{fill:none;stroke:rgb(var(--color-foreground));stroke-width:1.6}.card-product__wishlist:hover svg{transform:scale(1.1)}.card-product__wishlist.in-wishlist svg,.card-product__wishlist.in-wishlist svg path,.card-product__wishlist.remove svg,.card-product__wishlist.remove svg path{fill:rgb(var(--color-foreground));stroke:rgb(var(--color-foreground))}.rtl .card-product__wishlist{right:auto;left:10px}.card-product__action{position:absolute;right:10px;bottom:10px;z-index:4;opacity:0;transform:translateY(6px);pointer-events:none;transition:opacity .18s ease,transform .18s ease}.card-product:hover .card-product__action{opacity:1;transform:none;pointer-events:auto}@media(hover:none){.card-product__action{opacity:1;transform:none;pointer-events:auto;right:8px;bottom:8px}}.card-product__qa{flex:0 0 auto;width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;padding:0;background-color:rgb(var(--color-background));border:none;border-radius:0;box-shadow:0 1px 6px #0000002e;cursor:pointer;text-decoration:none;position:relative;transition:transform .12s ease}.card-product__qa:hover{transform:scale(1.06)}.card-product__qa:active{transform:scale(.96)}.card-product__qa:disabled{cursor:wait;transform:none}@media screen and (max-width:999px){.card-product__qa{width:34px;height:34px}}.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:19px;height:19px;display:block;fill:none;stroke:rgb(var(--color-foreground))}.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-foreground));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:19px;height:19px;display:block}.card-product__qa-spinner svg circle{stroke:rgb(var(--color-foreground))}.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__info{padding:var(--card-details-padding, 12px);padding-inline:0;display:flex;flex-direction:column;gap:8px;text-align:left}.card-product__row2{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.card-product__title{flex:1 1 auto;min-width:0;margin:0;font-family:var(--font-heading-family);font-weight:700;font-size:1.05rem;line-height:1.2;color:rgb(var(--color-foreground));letter-spacing:.01em;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:.95rem}.card-product__price{font-size:1.05rem}.card-product__compare{font-size:1rem}.card-product__row2{gap:5px}}.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{flex:0 0 auto;display:flex;align-items:baseline;justify-content:flex-end;gap:6px;white-space:nowrap}.card-product__price{font-family:var(--font-heading-family);font-weight:700;font-size:1.15rem;color:rgb(var(--color-foreground))}.card-product__price-row--sale .card-product__price{color:#ec0101}.card-product__compare{font-family:var(--font-heading-family);font-weight:500;font-size:1.1rem;color:rgba(var(--color-foreground),.55);text-decoration:line-through}.card-product__colors{display:flex;align-items:center;gap:4px;min-width:0}.card-product__colors-viewport{flex:1 1 auto;min-width:0;overflow-x:auto;scrollbar-width:none}.card-product__colors-viewport::-webkit-scrollbar{display:none}.card-product__colors--row{display:flex;align-items:center;gap:6px;width:max-content}.card-product__color-option{flex:0 0 auto;width:30px;height:38px;padding:0;border-radius:0;border:1px solid rgba(var(--color-foreground),.18);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:translateY(-1px)}.card-product__color-option[aria-current=true]{box-shadow:inset 0 0 0 2px rgb(var(--color-background)),0 0 0 1.5px rgb(var(--color-foreground));border-color:rgb(var(--color-foreground))}.card-product__colors-arrow{flex:0 0 auto;width:20px;height:20px;display:inline-flex;align-items:center;justify-content:center;padding:0;border:none;background:transparent;color:rgb(var(--color-foreground));cursor:pointer;opacity:0;pointer-events:none;transition:opacity .15s ease}.card-product__colors-arrow svg{width:15px;height:15px;display:block}
/*# sourceMappingURL=/cdn/shop/t/6/assets/card-product.css.map */
