.product-card{--pc-radius: var(--radius-md);--pc-image-radius: var(--pc-radius);--pc-button-radius: var(--pc-radius);display:flex;flex-direction:column;width:100%;height:100%}.product-card--rounding-none{--pc-radius: var(--radius-none)}.product-card--rounding-small{--pc-radius: var(--radius-md)}.product-card--rounding-medium{--pc-radius: var(--radius-lg)}.product-card--rounding-large{--pc-radius: var(--radius-xl)}.product-card--aspect-portrait .product-card__image-container{aspect-ratio:3 / 4}.product-card--aspect-portrait-tall .product-card__image-container{aspect-ratio:2 / 3}.product-card--aspect-square .product-card__image-container{aspect-ratio:1 / 1}.product-card--aspect-landscape .product-card__image-container{aspect-ratio:4 / 3}.product-card--aspect-landscape-wide .product-card__image-container{aspect-ratio:16 / 9}.product-card--fit-cover .product-card__media{object-fit:cover}.product-card--fit-contain .product-card__media{object-fit:contain}.product-card__image-container{position:relative;display:block;width:100%;aspect-ratio:3 / 4;border-radius:var(--pc-image-radius, var(--pc-radius));overflow:hidden;background-color:var(--color-neutral-2);text-decoration:none}.product-card__image-slider{position:relative;width:100%;height:100%}.product-card__media{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;opacity:0;transform:scale(1.02);transition:opacity .6s cubic-bezier(.4,0,.2,1),transform .6s cubic-bezier(.4,0,.2,1);will-change:opacity,transform}.product-card__media.is-active{opacity:1;transform:scale(1)}.product-card__media.is-leaving{opacity:0;transform:scale(.98)}.product-card__image-container:hover .product-card__media.is-active{transform:scale(1.05)}.product-card__video{background-color:var(--color-neutral-2)}.product-card__badges{position:absolute;top:var(--space-2);left:var(--space-2);z-index:4;display:flex;flex-direction:column;gap:var(--space-1);pointer-events:none}.product-card__badge{opacity:1;transform:translateY(0);transition:opacity .3s ease,transform .3s ease}.product-card__badges--rotating .product-card__badge{position:absolute;top:0;left:0;opacity:0;transform:translateY(-8px);pointer-events:none}.product-card__badges--rotating .product-card__badge.is-active{position:relative;opacity:1;transform:translateY(0)}.product-card__badges--rotating .product-card__badge.is-leaving{opacity:0;transform:translateY(8px)}.product-card__badge.tag--mini{height:18px;padding:0 6px;font-size:10px;line-height:18px;gap:3px}.product-card__badge.tag--mini .tag__icon{width:10px;height:10px}.product-card__badge.tag--mini .tag__icon svg{width:10px;height:10px}@media(min-width:768px){.product-card__badge.tag--mini{height:22px;padding:0 8px;font-size:11px;line-height:22px;gap:4px}.product-card__badge.tag--mini .tag__icon{width:12px;height:12px}.product-card__badge.tag--mini .tag__icon svg{width:12px;height:12px}}.product-card__image-progress{position:absolute;top:var(--space-2);right:var(--space-2);display:flex;align-items:center;gap:3px;z-index:3}.product-card__progress-pill{width:20px;height:4px;background:#ffffff4d;border-radius:2px;overflow:hidden;position:relative;transition:width .3s cubic-bezier(.4,0,.2,1)}.product-card__progress-pill:after{content:"";position:absolute;top:0;left:0;height:100%;width:0%;background:#fffffff2;border-radius:2px;transition:width .1s linear}.product-card__progress-pill.is-filling:after{animation:pillFill var(--pill-duration, 3s) linear forwards}@keyframes pillFill{0%{width:0%}to{width:100%}}.product-card__image--placeholder{display:flex;align-items:center;justify-content:center;background-color:var(--color-neutral-2)}.product-card__placeholder-svg{width:60%;height:60%;opacity:.5}.product-card__gradient{position:absolute;bottom:0;left:0;right:0;height:33%;background:linear-gradient(180deg,#0000 20%,#0009);border-radius:0 0 var(--pc-image-radius, var(--pc-radius)) var(--pc-image-radius, var(--pc-radius));pointer-events:none}.product-card__content{display:flex;flex:1 1 auto;flex-direction:column;padding:var(--pc-content-padding-top, var(--space-2)) var(--pc-content-padding-right, 0) var(--pc-content-padding-bottom, 0) var(--pc-content-padding-left, 0)}.product-card__actions{display:flex;flex-direction:column;gap:var(--space-1);margin-top:auto;padding-top:var(--space-1);position:relative;overflow:visible}.product-card__variants,.product-card__variants .select,.product-card__variants .select__trigger{width:100%}.product-card__variants{position:relative;z-index:5}.product-card__variants .select__trigger,.product-card__variants .select__dropdown,.product-card__variants .select__option,.product-card__bundle-variants .select__trigger,.product-card__bundle-variants .select__dropdown,.product-card__bundle-variants .select__option{border-radius:var(--pc-variant-radius, 2px)}.product-card__variants .select__trigger,.product-card__bundle-variants .select__trigger{height:var(--pc-variant-height, 32px);border-style:solid;border-color:var(--pc-variant-border-color, transparent);border-width:var(--pc-variant-border-width, 0)}.product-card__variants .select__option,.product-card__bundle-variants .select__option{height:var(--pc-variant-height, 32px);padding-top:0;padding-bottom:0;display:flex;align-items:center}.product-card__variants .select__dropdown{z-index:10050;left:0;right:auto;width:100%;min-width:100%;max-width:100%}.product-card__color-select{width:100%;position:relative;z-index:6}.product-card__color-select[hidden]{display:none!important}.product-card__color-select .select,.product-card__color-select .select__trigger{width:100%}.product-card__color-select .select__trigger,.product-card__color-select .select__dropdown,.product-card__color-select .select__option{border-radius:var(--pc-variant-radius, 2px)}.product-card__color-select .select__trigger{height:var(--pc-variant-height, 32px);border-style:solid;border-color:var(--pc-variant-border-color, var(--input-border-default));border-width:var(--pc-variant-border-width, 1px)}.product-card__color-select .select__dropdown{z-index:10060;left:0;right:auto;width:100%;min-width:100%;max-width:100%}.product-card__color-select .select__option{min-height:var(--pc-variant-height, 32px);padding-top:0;padding-bottom:0;display:flex;align-items:center;gap:8px}.product-card__color-select-selected{width:100%;display:flex;align-items:center;gap:8px}.product-card__color-select-selected-label{min-width:0;flex:1 1 auto}.product-card__color-select-dot{display:inline-flex;width:14px;height:14px;border-radius:999px;border:1px solid rgba(0,0,0,.16);background:var(--pc-color-chip, #cccccc);flex-shrink:0}.product-card__color-select .select__option-label{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-card__color-select .select__check-icon{display:none!important}.product-card__wishlist-btn.btn{width:100%;border-radius:var(--pc-button-radius, var(--pc-radius))}@media(max-width:767px){.product-card__wishlist-btn.btn.btn--md,.product-card__add-btn.btn.btn--md,.product-card__bundle-btn.btn.btn--md{height:var(--btn-height-sm);padding:var(--btn-padding-sm);font-size:var(--btn-font-size-sm);line-height:var(--btn-line-height-sm)}.product-card__wishlist-btn.btn.btn--md .btn__icon,.product-card__add-btn.btn.btn--md .btn__icon,.product-card__bundle-btn.btn.btn--md .btn__icon{width:14px;height:14px}.product-card__variants .select__trigger,.product-card__bundle-variants .select__trigger,.product-card__color-select .select__trigger{height:var(--btn-height-sm);font-size:var(--btn-font-size-sm)}.product-card__color-select .select__option{min-height:var(--btn-height-sm)}}.product-card__wishlist-btn.btn.is-active{color:var(--color-danger-6);border-color:var(--color-danger-6)}.product-card__wishlist-btn.btn.is-active [data-lucide=heart]{fill:currentColor}.product-card__info{position:absolute;bottom:var(--space-2);left:var(--space-2);right:var(--space-2);display:flex;flex-direction:column;gap:0;z-index:2}.product-card__title-wrapper{overflow:hidden;width:100%}.product-card__title--uppercase{text-transform:uppercase}.product-card__title{display:inline-flex;white-space:nowrap}.product-card__title-text{padding-right:2em}.product-card__title-text:last-child{display:none}.product-card--marquee-enabled .product-card__title-wrapper.is-overflowing .product-card__title{animation:marquee 8s linear infinite}.product-card--marquee-enabled .product-card__title-wrapper.is-overflowing .product-card__title-text:last-child{display:inline}.product-card:not(.product-card--marquee-enabled) .product-card__title{display:block;overflow:hidden;text-overflow:ellipsis}.product-card:not(.product-card--marquee-enabled) .product-card__title-text:last-child{display:none}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.product-card__price-wrapper{overflow:hidden;max-width:100%;display:flex;flex-wrap:nowrap;align-items:baseline}.product-card__price-row{display:inline-flex;align-items:baseline;gap:var(--space-2);flex-wrap:nowrap;white-space:nowrap}.product-card__price-row .text{white-space:nowrap;flex-shrink:0}.product-card--price-marquee-enabled .product-card__price-wrapper.is-overflowing .product-card__price-row{animation:marquee 6s linear infinite}.product-card__price-row--duplicate{display:none;padding-left:var(--space-4)}.product-card--price-marquee-enabled .product-card__price-wrapper.is-overflowing .product-card__price-row--duplicate{display:inline-flex}.product-card--price-marquee-disabled .product-card__price-wrapper{overflow:hidden;display:block}.product-card--price-marquee-disabled .product-card__price-row{display:block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.product-card--price-marquee-disabled .product-card__price-row--duplicate{display:none!important}.product-card__compare-price{text-decoration:line-through;opacity:.6}.product-card__add-btn.btn,.product-card__bundle-btn.btn{width:100%;border-radius:var(--pc-button-radius, var(--pc-radius))}.product-card--style-standard{height:100%!important;align-self:stretch}.product-card--style-standard .product-card__info--below{position:relative;bottom:auto;left:auto;right:auto;padding:0;z-index:1}.product-card--style-standard .product-card__info--below .product-card__title-wrapper{overflow:hidden}.product-card--style-standard .product-card__info--below .product-card__price-wrapper{margin-top:var(--space-1)}.product-card--cart-mode .product-card__add-btn,.product-card--cart-mode .product-card__wishlist-btn{display:none}.product-card__cart-controls{display:flex;align-items:center;gap:4px;width:100%}.product-card__qty-controls{display:flex;align-items:center;border:1px solid var(--pc-variant-border-color, #e4e4e7);border-radius:var(--pc-variant-radius, 2px);overflow:hidden;flex:1}.product-card__qty-btn{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:none;border:none;cursor:pointer;color:#27272a;padding:0;transition:background-color .15s ease}.product-card__qty-btn:hover{background-color:#f4f4f5}.product-card__qty-btn:disabled{opacity:.3;cursor:not-allowed}.product-card__qty-btn svg{width:14px;height:14px}.product-card__qty-input{flex:1;min-width:0;height:32px;text-align:center;border:none;font-size:13px;font-weight:500;color:#27272a;background:none;-moz-appearance:textfield;padding:0}.product-card__qty-input::-webkit-outer-spin-button,.product-card__qty-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.product-card__remove-btn{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:none;border:1px solid var(--pc-variant-border-color, #e4e4e7);border-radius:var(--pc-variant-radius, 2px);cursor:pointer;color:#a1a1aa;padding:0;transition:color .15s ease,border-color .15s ease;flex-shrink:0}.product-card__remove-btn:hover{color:#ef4444;border-color:#fecaca}.product-card__remove-btn svg{width:14px;height:14px}.product-card__color-swatches{display:flex;flex-wrap:wrap;gap:5px;align-items:center;margin:4px 0}.product-card__color-swatch{display:inline-block;width:14px;height:14px;border-radius:9999px;border:1px solid #d4d4d8;background-color:#ccc;flex-shrink:0;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease}.product-card__color-swatch:hover{transform:scale(1.15)}.product-card__color-swatch:focus-visible{outline:2px solid currentColor;outline-offset:2px}.product-card__color-swatches-more{font-size:11px;font-weight:500;color:#71717a;line-height:1;margin-left:2px}
/*# sourceMappingURL=/cdn/shop/t/4/assets/product-card.css.map */
