.product-card{--product-card-radius: 0;position:relative;display:flex;flex-direction:column;width:100%;height:100%;color:rgb(var(--color-foreground));background:transparent}.product-card--skeleton{min-height:36rem;border-radius:var(--product-card-radius);background:linear-gradient(90deg,#eee 25%,#f5f5f5,#eee 75%);background-size:200% 100%;animation:product-card-skeleton-pulse 1.5s ease-in-out infinite}@keyframes product-card-skeleton-pulse{0%{background-position:200% 0}to{background-position:-200% 0}}.product-card__media{position:relative;width:100%;max-width:100%;height:auto;flex-shrink:0;overflow:hidden;aspect-ratio:var(--product-card-aspect-ratio, .7);background:rgba(var(--color-foreground),.04);isolation:isolate}.product-card__media-link{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:100%;height:100%;max-width:100%;overflow:hidden;text-decoration:none;color:inherit}.product-card__media-scroll{display:flex;flex-wrap:nowrap;gap:0;width:100%;max-width:100%;height:100%;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scroll-snap-stop:always;scroll-padding:0;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;overscroll-behavior-x:contain;touch-action:pan-x}.product-card__media-scroll::-webkit-scrollbar{display:none}.product-card__media-scroll--single{overflow:hidden;scroll-snap-type:none}.product-card__media-static{position:relative;width:100%;height:100%;overflow:hidden}.product-card__slide{box-sizing:border-box;position:relative;flex:0 0 100%;width:100%;min-width:100%;max-width:100%;height:100%;overflow:hidden;scroll-snap-align:start;scroll-snap-stop:always}.product-card__image{display:block;width:100%;max-width:100%;height:100%;object-fit:cover;object-position:center;position:absolute;top:0;right:0;bottom:0;left:0}.native-carousel__slide .product-card,.product-recommendations-tabs__slide .product-card{height:auto}.product-card__image--placeholder{padding:2rem}.product-card__media-progress{position:absolute;left:0;right:0;bottom:0;height:var(--card-progress-height, 4px);background:rgba(var(--color-foreground),.12);pointer-events:none;z-index:2}.product-card__media-progress-fill{display:block;height:100%;width:50%;background:rgb(var(--color-foreground));transition:width .08s linear}.product-card__discount-badge{position:absolute;z-index:3;display:inline-flex;align-items:center;justify-content:center;padding:.4rem 1rem;border-radius:2rem;background:var(--discount-badge-bg, #22282e);color:var(--discount-badge-text, #ffffff);font-size:1.2rem;font-weight:600;line-height:1;letter-spacing:.02em;pointer-events:none;white-space:nowrap}.product-card__discount-badge--bottom_right{right:1rem;bottom:calc(var(--card-progress-height, 4px) + .8rem)}.product-card__discount-badge--bottom_left{left:1rem;bottom:calc(var(--card-progress-height, 4px) + .8rem)}.product-card__discount-badge--top_left{top:.8rem;left:1rem}.product-card__wishlist-toggle{position:absolute;top:.8rem;right:.8rem;z-index:3;display:inline-flex;align-items:center;justify-content:center;width:calc(var(--wishlist-heart-icon-size, 16px) + 1.2rem);height:calc(var(--wishlist-heart-icon-size, 16px) + 1.2rem);padding:0;border:none;border-radius:50%;background:rgba(var(--wishlist-heart-bg, 255, 255, 255),var(--wishlist-heart-bg-opacity, 0));color:var(--wishlist-heart-icon-color, #000000);cursor:pointer;box-shadow:var(--wishlist-heart-shadow, none)}.product-card__wishlist-toggle .svg-wrapper,.product-card__wishlist-toggle svg{width:var(--wishlist-heart-icon-size, 16px);height:var(--wishlist-heart-icon-size, 16px);display:block}.product-card__wishlist-icon--filled,.product-card__wishlist-toggle[aria-pressed=true] .product-card__wishlist-icon--outline{display:none}.product-card__wishlist-toggle[aria-pressed=true] .product-card__wishlist-icon--filled{display:block}.product-card__quick-add{position:relative;z-index:1;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:3.2rem;height:3.2rem;margin-left:auto;padding:0;border:none;border-radius:50%;background:transparent;color:rgb(var(--color-foreground));cursor:pointer}.product-card__quick-add .svg-wrapper,.product-card__quick-add svg{width:2rem;height:2rem;display:block}@media(hover:hover)and (pointer:fine){.product-card__quick-add{display:none}}.product-card__size-bar{display:none}@media(hover:hover)and (pointer:fine){.product-card__size-bar{position:absolute;bottom:0;left:0;right:0;z-index:4;display:flex;justify-content:space-around;align-items:center;gap:.4rem;box-sizing:border-box;height:var(--size-bar-height, 48px);min-height:var(--size-bar-height, 48px);padding:0 .6rem;background:rgba(var(--color-background),var(--size-bar-opacity, 1));border-top:1px solid rgba(var(--color-foreground),.15);transform:translateY(100%);transition:transform .25s ease}.product-card:hover .product-card__size-bar,.product-card:focus-within .product-card__size-bar{transform:translateY(0)}}.product-card__size-option{-webkit-appearance:none;appearance:none;border:none;background:transparent;color:rgb(var(--color-foreground));font-family:inherit;font-size:1.2rem;letter-spacing:.04em;text-transform:uppercase;cursor:pointer;padding:.4rem .6rem;line-height:1}.product-card__size-option--unavailable,.product-card__size-option:disabled{opacity:.4;text-decoration:line-through;cursor:not-allowed}.product-card__dialog{position:fixed;inset:auto 0 0 0;margin:0;padding:0;width:100%;max-width:100%;max-height:min(85vh,100%);border:none;border-radius:0;background:rgb(var(--color-background));color:rgb(var(--color-foreground));box-shadow:0 -4px 24px #0000001f}.product-card__dialog[open]{display:flex;flex-direction:column}.product-card__dialog::backdrop{background:transparent;background-color:transparent}.product-card__dialog-inner{position:relative;padding:0;overflow-y:auto;-webkit-overflow-scrolling:touch}.product-card__dialog-title{margin:0;padding:1.6rem;text-align:center;font-size:1.4rem;font-weight:600;letter-spacing:.02em}.product-card__dialog-sizes{display:flex;flex-direction:column;flex-wrap:nowrap;gap:0;justify-content:stretch}.product-card__dialog-sizes .product-card__size-option{display:block;width:100%;min-width:0;min-height:0;margin:0;padding:1.4rem;border:none;border-top:1px solid rgba(var(--color-foreground),.15);border-radius:0;background:none;text-align:center;font-size:1.4rem;letter-spacing:.06em}.product-card__dialog-sizes .product-card__size-option--unavailable,.product-card__dialog-sizes .product-card__size-option:disabled{opacity:.4;text-decoration:line-through}.product-card__info{display:flex;flex-direction:column;align-items:stretch;gap:.4rem;margin-top:1rem;text-align:left}.product-card__info-footer{display:flex;align-items:center;justify-content:space-between;gap:.8rem;min-height:3.2rem}.product-card__info-footer--empty{display:none}.product-card__color-dots{display:flex;flex-wrap:wrap;gap:.6rem;list-style:none;margin:0;padding:0}.product-card--dots-above_name .product-card__color-dots,.product-card--dots-below_name .product-card__color-dots,.product-card--dots-below_price .product-card__color-dots{margin-bottom:.2rem}.product-card--dots-below_name .product-card__color-dots,.product-card--dots-below_price .product-card__color-dots{margin-top:.2rem;margin-bottom:0}.product-card__color-dot{width:.8rem;height:.8rem;padding:0;border:1px solid rgba(var(--color-foreground),.15);border-radius:50%;background-size:cover;background-position:center;cursor:pointer}.product-card__color-dot.is-selected,.product-card__color-dot[aria-pressed=true]{outline:1px solid rgb(var(--color-foreground));outline-offset:2px}@media(hover:hover)and (pointer:fine){.product-card__color-dot:hover,.product-card__color-dot.is-active:not(.is-selected){outline:1px solid rgba(var(--color-foreground),.45);outline-offset:2px}}.product-card__title{font-size:1.3rem;line-height:1.35;letter-spacing:.01em;text-decoration:none;color:rgb(var(--color-foreground))}.product-card__price .price{margin:0}.product-card__price .price-item{font-size:1.3rem}.product-card.is-adding .product-card__size-option{pointer-events:none}
/*# sourceMappingURL=/cdn/shop/t/2/assets/component-product-card.css.map */
