.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;background:rgba(var(--color-foreground),.04)}.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}.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:.55;transition:opacity .15s ease,transform .15s ease}.card-product__nav:hover{opacity:1}.card-product__nav--prev{left:4px}.card-product__nav--next{right:4px}.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:.04em;font-weight:500;font-size:.72rem;line-height:1.5;white-space:nowrap;max-width:calc(100% - 20px);overflow:hidden;text-overflow:ellipsis}.card-product__badge-text{color:#f5f0e6;letter-spacing:.04em}.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__info{padding:var(--card-details-padding, 12px);display:flex;flex-direction:column;gap:20px;text-align:left}.card-product__title{margin:0;font-family:var(--font-body-family);font-weight:700;font-size:1rem;line-height:1;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:.8rem}}.card-product__title a{color:inherit;text-decoration:none}.card-product__title a:hover{text-decoration:underline;text-underline-offset:2px}.card-product__row2{display:flex;align-items:flex-end;justify-content:space-between;gap:10px}.card-product__meta{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;gap:4px}.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__action{flex:0 0 auto}.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-foreground));border:none;border-radius:999px;cursor:pointer;text-decoration:none;position:relative;transition:transform .12s ease,opacity .12s ease}@media screen and (max-width:999px){.card-product__qa{width:32px;height:32px}}.card-product__qa:hover{transform:scale(1.06)}.card-product__qa:active{transform:scale(.96)}.card-product__qa:disabled{cursor:wait;transform:none}.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: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:8px;width:max-content}.card-product__color-option{flex:0 0 auto;width:22px;height:22px;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.08)}.card-product__color-option[aria-current=true]{box-shadow:0 0 0 2px rgb(var(--card-bg, var(--color-background))),0 0 0 4px rgb(var(--color-foreground))}.card-product__colors-arrow{flex:0 0 auto;width:22px;height:22px;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:16px;height:16px;display:block}.card-product,.card-product__media{background:transparent}.card-product__frames{position:absolute;top:0;right:0;bottom:0;left:0;transition:transform .6s cubic-bezier(.22,1,.36,1)}.card-product__frame{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity .6s ease;z-index:0}.card-product__frame.is-active{opacity:1;z-index:1}@media(hover:hover){.card-product__media:hover .card-product__frames{transform:scale(.965)}}.card-product__progress{position:absolute;top:10px;left:10px;right:10px;z-index:6;display:flex;gap:4px;opacity:0;transition:opacity .3s ease}@media(hover:hover){.card-product__media:hover .card-product__progress{opacity:1}}.card-product__pbar{flex:1 1 0;height:2px;overflow:hidden;background:#1a1a1a38}.card-product__pbar i{display:block;height:100%;width:100%;background:#1a1a1ae6;transform:scaleX(0);transform-origin:left}.card-product__quickview{position:absolute;left:12px;right:12px;bottom:12px;z-index:5;display:flex;align-items:center;justify-content:center;gap:8px;height:46px;padding:0 16px;background:#fffffff0;color:#1a1a1a;border:1px solid rgba(26,26,26,.85);font-family:var(--font-body-family);font-size:1.15rem;font-weight:500;letter-spacing:.16em;text-transform:uppercase;text-decoration:none;cursor:pointer;opacity:0;transform:translateY(12px);transition:opacity .4s cubic-bezier(.22,1,.36,1),transform .4s cubic-bezier(.22,1,.36,1),background .25s ease,color .25s ease}.card-product__quickview:hover{background:#1a1a1a;color:#f5f0e6}.card-product__quickview:disabled{cursor:wait}@media(hover:hover){.card-product__media:hover .card-product__quickview{opacity:1;transform:translateY(0)}}@media(hover:none){.card-product__quickview{opacity:1;transform:none;bottom:10px;height:40px;font-size:1rem}}.card-product__quickview-spinner{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;opacity:0;pointer-events:none;animation:card-qa-spin 1.1s linear infinite}.card-product__quickview-spinner svg{width:20px;height:20px}.card-product__quickview-spinner svg circle{stroke:currentColor}.card-product__quickview:disabled .quick-add-btn-label{opacity:0}.card-product__quickview:disabled .card-product__quickview-spinner{opacity:1}.card-product__info{padding:15px 2px 0;gap:5px;text-align:left}.card-product__title{font-family:var(--font-body-family);font-weight:400;text-transform:none;letter-spacing:0;font-size:1.5rem;line-height:1.35;color:rgb(var(--color-foreground));-webkit-line-clamp:1;line-clamp:1}.card-product__title a:hover{text-decoration:underline;text-underline-offset:3px;text-decoration-thickness:1px}.card-product__price-row{gap:10px;align-items:baseline}.card-product__price{font-family:var(--font-body-family);font-weight:400;font-size:1.4rem;color:rgba(var(--color-foreground),.82)}.card-product__compare{font-size:1.2rem;color:rgba(var(--color-foreground),.42)}.card-product__colors{margin-top:8px}@media(max-width:749px){.card-product__title{font-size:1.3rem}.card-product__price{font-size:1.25rem}.card-product__compare{font-size:1.1rem}}.rtl .card-product__info{text-align:right}
/*# sourceMappingURL=/cdn/shop/t/1/assets/card-product.css.map */
