.product-card{--card-bg: #ffffff;--border-color: #e5e5e5;--border-radius: 8px;--title-color: #333333;--price-color: #000000;--sale-price-color: #dc2626;--badge-bg: #dc2626;--badge-text: #ffffff;position:relative;display:flex;flex-direction:column;height:100%;width:100%;overflow:hidden;transition:transform .35s cubic-bezier(.2,0,0,1),box-shadow .35s cubic-bezier(.2,0,0,1);background-color:var(--card-bg);border-radius:var(--border-radius)}.product-card--shadow-subtle{box-shadow:0 1px 2px #0000000d}.product-card--shadow-elevated,.product-card--shadow-subtle:hover{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.product-card--shadow-elevated:hover{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.product-card--hover-lift:hover{transform:translateY(-2px)}.product-card--with-border{border:var(--block-border-width) solid var(--border-color)}.product-card--sold-out .product-card__image-container img{opacity:.5;filter:grayscale(.3)}.product-card__sold-out-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;z-index:15;pointer-events:none}.product-card__sold-out-overlay span{background-color:#000000b3;color:#fff;font-size:13px;font-weight:var(--font-weight-body);letter-spacing:.05em;text-transform:uppercase;padding:6px 16px;border-radius:2px}.product-card__image-link{display:block;text-decoration:none;color:inherit;flex-shrink:0}.product-card__image-container{position:relative;overflow:hidden;flex-shrink:0;will-change:transform;background-color:#fff}.product-card__image-container .image.product-card__image{width:100%!important;height:100%!important;position:relative;overflow:hidden;display:block}.product-card__image-container .image.product-card__image img,.product-card__image-container img{width:100%!important;height:100%!important;object-fit:cover;display:block;transition:transform .5s cubic-bezier(.2,0,0,1),opacity .4s ease,filter .4s ease!important;transform-origin:center center;will-change:transform}.product-card__image--secondary{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;opacity:0;transition:opacity .5s cubic-bezier(.2,0,0,1);pointer-events:none}.product-card__image--secondary img,.product-card__secondary-image{width:100%!important;height:100%!important;object-fit:cover;display:block}@media(hover:hover){.product-card:hover .product-card__image--secondary{opacity:1}}.product-card:hover .product-card__image-container[data-zoom-enabled=true] img,.product-card:hover .product-card__image-container .product-card__image--zoom img,.product-card:hover .product-card__image-container .image.product-card__image--zoom img,.product-card:hover .product-card__image--zoom img{transform:scale(1.05)!important}.product-card__image-container--square{aspect-ratio:1 / 1}.product-card__image-container--portrait{aspect-ratio:3 / 4}.product-card__image-container--landscape{aspect-ratio:4 / 3}.product-card__image-container--wide{aspect-ratio:16 / 9}.product-card__image-container--auto{aspect-ratio:auto;height:auto}.product-card__image-container--auto .image.product-card__image{height:auto!important}.product-card__image-container--auto .image.product-card__image img{height:auto!important;object-fit:contain}.product-card__placeholder{width:100%;height:100%;background-color:#f3f4f6;display:flex;align-items:center;justify-content:center}.product-card__badge{position:absolute;top:10px;left:10px;padding:4px 10px;z-index:20;pointer-events:none;background-color:var(--badge-bg);color:var(--badge-text);font-size:12px;font-weight:var(--font-weight-body);letter-spacing:.02em;border-radius:2px}.product-card__content{display:flex;flex-direction:column;flex:1 1 0%;padding:14px 16px 16px}.product-card__vendor{position:absolute;bottom:8px;right:8px;z-index:20;pointer-events:none;background-color:#ffffffd9;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);color:#333;font-size:10px;font-weight:var(--font-weight-body);text-transform:uppercase;letter-spacing:.06em;line-height:1;padding:4px 8px;border-radius:2px}.product-card__sku{color:var(--color-text-muted, #6b7280);font-size:11px;font-weight:var(--font-weight-normal);margin:0 0 6px;line-height:1}.product-card__title{overflow:hidden;color:var(--title-color);font-size:15px!important;font-weight:var(--font-weight-heading)!important;line-height:1.35;min-height:2.7em;margin-bottom:6px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.shopify-section .product-card h3.product-card__title,.product-card h3.product-card__title,h3.product-card__title{font-size:15px!important}.product-card__title a{color:inherit;text-decoration:none;font-weight:inherit!important;font-size:15px!important}.product-card__title a:hover{text-decoration:underline}.product-card__swatches{display:flex;align-items:center;gap:4px;margin-bottom:8px;flex-wrap:wrap}.product-card__swatch{display:inline-block;width:14px;height:14px;border-radius:50%;border:1.5px solid rgba(0,0,0,.12);background-size:cover;background-position:center;flex-shrink:0;transition:transform .15s ease,border-color .15s ease}.product-card__swatch:hover{transform:scale(1.2);border-color:#00000059}.product-card__swatch-more{font-size:11px;color:var(--color-text-muted, #6b7280);margin-left:2px}.product-card__price-container{display:flex;align-items:baseline;gap:6px;flex-wrap:wrap;min-height:24px;margin-bottom:12px}.product-card__sale-price{color:var(--sale-price-color);font-size:15px;font-weight:var(--font-weight-body)!important}.product-card__compare-price{text-decoration:line-through;color:#9ca3af;font-size:13px}.product-card__regular-price{color:var(--price-color);font-size:15px;font-weight:var(--font-weight-body)!important}.product-card__form-container{margin-top:auto}.product-card__form{width:100%}.product-card__button{width:100%;border:none;cursor:pointer;background-color:var(--color-btn-primary-bg, #000000);color:var(--color-btn-primary-text, #ffffff);font-size:13px!important;font-weight:var(--font-weight-body);letter-spacing:.02em;border-radius:var(--btn-border-radius, 4px);padding:var(--btn-padding, 12px);display:flex;align-items:center;justify-content:center;gap:.5rem;position:relative;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease}.product-card__button span{font-size:13px!important}@media(hover:hover){.product-card__button:not(:disabled):hover{transform:translateY(-2px);box-shadow:0 4px 12px color-mix(in srgb,var(--color-btn-primary-bg, #111111) 40%,transparent)}}.product-card__button:disabled{cursor:not-allowed;opacity:.6}.product-card__button.loading{pointer-events:none}.product-card__button-text{display:inline-block}.product-card__button-text[hidden]{display:none!important}.product-card__button-loading{display:flex;align-items:center;justify-content:center;line-height:1}.product-card__button-loading[hidden]{display:none!important}.product-card__spinner{width:1em;height:1em;animation:product-card-spin .8s linear infinite}@keyframes product-card-spin{to{transform:rotate(360deg)}}.product-card__buy-now{display:block;width:100%;margin-top:6px;padding:var(--btn-padding, 12px);border:1.5px solid var(--color-btn-outline-border, #000000);border-radius:var(--btn-border-radius, 4px);background-color:transparent;color:var(--color-btn-outline-text, #000000)!important;font-size:13px!important;font-weight:var(--font-weight-body);letter-spacing:.02em;text-align:center;text-decoration:none;cursor:pointer;position:relative;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease,background-color .2s ease,color .2s ease}@media(hover:hover){.product-card__buy-now:hover{transform:translateY(-2px);box-shadow:0 4px 12px color-mix(in srgb,var(--color-btn-outline-border, #111111) 40%,transparent)}}.product-card__popup{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:none;align-items:flex-end;justify-content:center}.product-card__popup[aria-hidden=false]{display:flex}.product-card__popup-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background-color:#0006}.product-card__popup-content{position:relative;width:100%;max-width:480px;max-height:85vh;overflow-y:auto;background-color:var(--color-background, #fff);border-radius:16px 16px 0 0;padding:24px;animation:popup-slide-up .3s cubic-bezier(.2,0,0,1)}@keyframes popup-slide-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}@media(min-width:750px){.product-card__popup{align-items:center}.product-card__popup-content{border-radius:16px;max-height:80vh;animation:popup-scale-in .25s cubic-bezier(.2,0,0,1)}@keyframes popup-scale-in{0%{transform:translateY(20px) scale(.97);opacity:0}to{transform:translateY(0) scale(1);opacity:1}}}.product-card__popup-close{position:absolute;top:16px;right:16px;width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;color:var(--color-foreground, #333);border-radius:50%;transition:background-color .15s ease}.product-card__popup-close:hover{background-color:#0000000f}.product-card__popup-header{display:flex;align-items:center;gap:14px;margin-bottom:20px;padding-right:32px}.product-card__popup-image{flex-shrink:0;width:80px;height:80px;border-radius:10px;overflow:hidden;background-color:#f5f5f5}.product-card__popup-image img{width:100%;height:100%;object-fit:cover}.product-card__popup-title{font-size:15px!important;font-weight:var(--font-weight-heading)!important;color:var(--color-foreground, #333);line-height:1.35;margin:0 0 4px}.product-card__popup-price{font-size:15px;font-weight:var(--font-weight-body);color:var(--color-foreground, #000);margin:0}.product-card__popup-option{border:none;padding:0;margin:0 0 16px}.product-card__popup-option-name{font-size:13px;font-weight:var(--font-weight-body);color:var(--color-foreground, #333);margin-bottom:10px;display:flex;align-items:baseline;gap:4px}.product-card__popup-option-value{font-weight:var(--font-weight-normal);color:var(--color-text-muted, #6b7280)}.product-card__popup-values{display:flex;flex-wrap:wrap;gap:8px}.product-card__popup-input{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.product-card__popup-label{display:inline-flex;align-items:center;justify-content:center;min-width:40px;height:36px;padding:0 14px;font-size:13px;font-weight:var(--font-weight-body);color:var(--color-foreground, #333);background-color:transparent;border:1.5px solid rgba(0,0,0,.15);border-radius:8px;cursor:pointer;transition:border-color .15s ease,background-color .15s ease,color .15s ease;-webkit-user-select:none;user-select:none;position:relative}.product-card__popup-label:hover{border-color:#00000059}.product-card__popup-input:checked+.product-card__popup-label{border-color:var(--color-foreground, #000);background-color:var(--color-foreground, #000);color:var(--color-background, #fff)}.product-card__popup-input:focus-visible+.product-card__popup-label{outline:2px solid var(--color-foreground, #000);outline-offset:2px}.product-card__popup-label--swatch{width:32px;height:32px;min-width:32px;padding:0;border-radius:50%;border-width:2px;border-color:#0000001a;overflow:hidden}.product-card__popup-label--swatch:hover{border-color:#00000059}.product-card__popup-input:checked+.product-card__popup-label--swatch{border-color:var(--color-foreground, #000);background-color:transparent;box-shadow:0 0 0 2px var(--color-background, #fff),0 0 0 3.5px var(--color-foreground, #000)}.product-card__popup-swatch{display:block;width:100%;height:100%;border-radius:inherit;background-size:cover;background-position:center}.product-card__popup-label--unavailable{opacity:.35}.product-card__popup-unavailable{position:absolute;top:50%;left:0;right:0;height:1px;background-color:currentColor;transform:rotate(-45deg);pointer-events:none}.product-card__popup-submit{margin-top:20px}.product-card__popup-form{display:flex;flex-direction:column}body.popup-open{overflow:hidden}.cart-toast{position:fixed;bottom:28px;left:50%;transform:translate(-50%) translateY(100%);z-index:10000;overflow:hidden;background-color:var(--color-foreground, #111);color:var(--color-background, #fff);font-size:14px;border-radius:14px;box-shadow:0 4px 6px -1px #0000001f,0 16px 40px -4px #0000003d;pointer-events:none;opacity:0;white-space:nowrap}.cart-toast__body{display:flex;align-items:center;gap:10px;padding:14px 16px 14px 18px}.cart-toast__check{display:flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:50%;background-color:#22c55e;color:#fff;flex-shrink:0}.cart-toast__check-path{stroke-dasharray:20;stroke-dashoffset:20}.cart-toast--visible .cart-toast__check-path{animation:cart-toast-check .4s .15s cubic-bezier(.65,0,.35,1) forwards}@keyframes cart-toast-check{to{stroke-dashoffset:0}}.cart-toast__text{line-height:1;font-weight:var(--font-weight-body, 500);letter-spacing:.01em}.cart-toast__link{color:inherit;opacity:.7;text-decoration:none;font-size:13px;margin-left:2px;padding:4px 6px;border-radius:6px;transition:opacity .15s ease,background-color .15s ease}.cart-toast__link:hover{opacity:1;background-color:#ffffff1f;text-decoration:none}.cart-toast__dismiss{display:flex;align-items:center;justify-content:center;width:24px;height:24px;margin-left:2px;padding:0;border:none;border-radius:6px;background:none;color:inherit;opacity:.4;cursor:pointer;transition:opacity .15s ease,background-color .15s ease;flex-shrink:0}.cart-toast__dismiss:hover{opacity:.8;background-color:#ffffff1a}.cart-toast__progress{height:2px;background-color:#ffffff1a}.cart-toast__progress-bar{height:100%;width:100%;background-color:#ffffff59;transform-origin:left}.cart-toast--visible .cart-toast__progress-bar{animation:cart-toast-progress 3.2s linear forwards}@keyframes cart-toast-progress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.cart-toast--visible{pointer-events:auto;opacity:1;transform:translate(-50%) translateY(0);animation:cart-toast-in .35s cubic-bezier(.16,1,.3,1) forwards}.cart-toast--hiding{animation:cart-toast-out .25s cubic-bezier(.4,0,1,1) forwards}@keyframes cart-toast-in{0%{opacity:0;transform:translate(-50%) translateY(20px) scale(.96)}to{opacity:1;transform:translate(-50%) translateY(0) scale(1)}}@keyframes cart-toast-out{0%{opacity:1;transform:translate(-50%) translateY(0) scale(1)}to{opacity:0;transform:translate(-50%) translateY(12px) scale(.97)}}@media(prefers-reduced-motion:reduce){.product-card__button,.product-card__buy-now,.product-card__popup,.product-card__popup-content,.cart-toast,.cart-toast--visible .cart-toast__check-path,.cart-toast--visible .cart-toast__progress-bar{transition:none!important;animation:none!important}.product-card__button:hover,.product-card__buy-now:hover{transform:none!important}.cart-toast--visible{transform:translate(-50%) translateY(0)}.cart-toast--visible .cart-toast__check-path{stroke-dashoffset:0}.cart-toast--visible .cart-toast__progress-bar{transform:scaleX(0)}}
/*# sourceMappingURL=/cdn/shop/t/5/assets/product-card.css.map */
