.product-card{position:relative;background:var(--color-white)}.product-card[data-product-url]{cursor:pointer}.product-card__title a{color:var(--color-text);text-decoration:none}.product-card__media{position:relative;aspect-ratio:3/4;overflow:hidden;background:var(--color-surface)}.product-card__slider{position:relative;width:100%;height:100%}.product-card__slide{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transition:opacity .45s ease}.product-card__slide:first-child,.product-card__slide.is-active{opacity:1}.product-card__img{width:100%;height:100%;object-fit:cover}.product-card:hover .product-card__slide:first-child{opacity:0}.product-card:hover .product-card__slide:nth-child(2){opacity:1}.product-card__dots{position:absolute;bottom:8px;left:50%;transform:translate(-50%);display:flex;gap:5px;z-index:6;opacity:0;transition:opacity .3s ease}.product-card:hover .product-card__dots{opacity:0}.product-card__dot{width:6px;height:6px;border-radius:50%;background:#ffffff80;cursor:pointer;transition:background .2s ease,transform .2s ease}.product-card__dot.is-active{background:#fff;transform:scale(1.3)}@media(max-width:768px){.product-card__dots,.product-card:hover .product-card__dots{opacity:1}}.product-card__badges{position:absolute;top:0;left:0;display:flex;flex-direction:column;gap:0;z-index:3}.badge{display:inline-block;padding:.35rem .6rem;font-size:.6rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;line-height:1}.badge--sale{background:var(--color-primary);color:var(--color-white)}.badge--new{background:transparent;color:var(--color-primary);padding-left:.5rem;font-weight:700}.badge--sold-out{background:var(--color-text-light);color:var(--color-white)}.product-card__wishlist{position:absolute;top:.5rem;right:.5rem;width:34px;height:34px;display:flex;align-items:center;justify-content:center;background:transparent;border:1px solid rgba(0,0,0,.12);border-radius:50%;cursor:pointer;z-index:4;opacity:0;transition:opacity .3s ease}.product-card:hover .product-card__wishlist{opacity:1}.product-card__wishlist svg{width:15px;height:15px;stroke:var(--color-primary);transition:all .3s ease}.product-card__wishlist:hover svg,.product-card__wishlist.is-active svg{stroke:#e74c3c;fill:#e74c3c}.product-card__quick-view{display:none}.product-card__quick-panel{position:absolute;bottom:0;left:0;right:0;z-index:5;overflow:hidden;pointer-events:none}.product-card__panel-inner{background:#fffffff5;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);padding:.6rem .6rem .7rem;display:flex;justify-content:center;align-items:center;transform:translateY(100%);transition:transform .35s cubic-bezier(.4,0,.2,1);box-shadow:0 -4px 12px #0000000d}.product-card:hover .product-card__panel-inner,.product-card__panel-inner.is-visible{transform:translateY(0)}.product-card:hover .product-card__quick-panel,.product-card__quick-panel:has(.is-visible){pointer-events:auto}.product-card__size-options{display:flex;justify-content:center;gap:.6rem;flex-wrap:wrap}.product-card__size-btn{display:inline-block;font-size:.75rem;font-weight:500;font-family:var(--font-body);letter-spacing:.08em;color:var(--color-text);background:transparent;border:none;cursor:pointer;padding:.3rem .4rem;position:relative;transition:color .25s ease}.product-card__size-btn:after{content:"";position:absolute;bottom:0;left:0;right:0;height:1px;background:var(--color-primary);transform:scaleX(0);transition:transform .3s ease}.product-card__size-btn:hover:after,.product-card__size-btn.is-selected:after{transform:scaleX(1)}.product-card__size-btn:hover{color:var(--color-primary)}.product-card__size-btn.is-selected{font-weight:700;color:var(--color-primary)}.product-card__size-btn.is-unavailable{opacity:.3;cursor:not-allowed;text-decoration:line-through}.product-card__size-btn.is-unavailable:after{display:none}.product-card__info{padding:.6rem 0 .4rem}.product-card__vendor{display:block;font-size:.6rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--color-text-light);margin-bottom:.15rem}.product-card__title{font-family:var(--font-body);font-size:.8rem;font-weight:400;line-height:1.35;letter-spacing:.02em;text-transform:none;margin-bottom:.3rem}.product-card__title a,.product-card__title span{color:var(--color-text);text-decoration:none}.product-card__price-row{display:flex;align-items:center;justify-content:space-between}.product-card__price{display:flex;align-items:center;gap:.35rem;font-size:.75rem;font-weight:700;color:#111;letter-spacing:.02em}.product-card__price--sale span:first-child{color:var(--color-error, #c0392b)}.product-card__price-compare{font-size:.62rem;font-weight:400;color:var(--color-text-light);text-decoration:line-through}.product-card__colors{display:flex;align-items:center;gap:.3rem}.product-card__color{position:relative;width:14px;height:14px;padding:0;appearance:none;-webkit-appearance:none;background:transparent;border:1px solid rgba(0,0,0,.12);cursor:pointer;transition:border-color .2s ease,transform .2s ease}.product-card__color:hover{transform:scale(1.2);border-color:#0000004d}.product-card__color.is-active{border-color:#00000040}.product-card__color:after{content:"";position:absolute;bottom:-4px;left:0;right:0;height:2px;background:var(--color-primary, #111);transform:scaleX(0);transition:transform .25s ease}.product-card__color.is-active:after{transform:scaleX(1)}.product-card__color-more{font-size:.5rem;font-weight:500;color:var(--color-text-light)}.product-card__add-btn{display:flex;align-items:center;justify-content:center;width:30px;height:30px;background:transparent;border:1px solid var(--color-border, rgba(0,0,0,.12));border-radius:50%;cursor:pointer;color:var(--color-text);flex-shrink:0;transition:background .25s ease,color .25s ease,border-color .25s ease,transform .2s ease}.product-card__add-btn:hover{background:var(--color-primary, #111);color:#fff;border-color:var(--color-primary, #111);transform:scale(1.05)}.product-card__add-btn.is-loading{opacity:.7;pointer-events:none}.product-card__add-btn.is-success{background:var(--color-success, #2e7d32);color:#fff;border-color:var(--color-success, #2e7d32)}.product-card__add-btn svg{width:14px;height:14px}.grid{display:grid;gap:.75rem}.grid--2{grid-template-columns:repeat(2,1fr)}.grid--3{grid-template-columns:repeat(3,1fr)}.grid--4{grid-template-columns:repeat(4,1fr)}.product-card--sold-out .product-card__media{opacity:.6}.product-card--sold-out .product-card__img{filter:grayscale(30%)}@media(max-width:768px){.grid--3,.grid--4{grid-template-columns:repeat(2,1fr);gap:.4rem}.product-card__info{padding:.4rem 0 .3rem}.product-card__title{font-size:.65rem;margin-bottom:.25rem}.product-card__price{font-size:.62rem}.product-card__price-compare{font-size:.52rem}.badge{font-size:.5rem;padding:.25rem .45rem}.product-card__wishlist{opacity:1;width:28px;height:28px}.product-card__wishlist svg{width:13px;height:13px}.product-card__color{width:12px;height:12px}.product-card__colors{gap:.25rem}.product-card__add-btn{width:26px;height:26px}.product-card__add-btn svg{width:12px;height:12px}.product-card__panel-inner{padding:.5rem .4rem .6rem}.product-card__size-btn{font-size:.85rem;padding:.35rem .5rem;font-weight:600}.product-card__size-options{gap:.5rem}}@media(max-width:375px){.product-card__title{font-size:.6rem}.product-card__price{font-size:.65rem}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/component-product-card.css.map */
