.product-card{--pc-radius: var(--radius-md);position:relative;display:flex;flex-direction:column;width: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-radius);overflow:hidden;background-color:#fff;text-decoration:none}.product-card__image-container img[loading=lazy]{background:#fff}.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-radius) var(--pc-radius);pointer-events:none}.product-card__actions{display:flex;flex-direction:column;gap:var(--space-1);margin-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__wishlist-btn.btn{width:100%;border-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__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-radius)}.product-card--style-standard{height:auto!important;align-self:start}.product-card--style-standard .product-card__info--below{position:relative;bottom:auto;left:auto;right:auto;padding:var(--space-2) 0 0 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 .linked-color-swatches--card{margin-top:var(--space-2)}.product-card--style-modern .linked-color-swatches--card{position:absolute;left:var(--space-2);right:var(--space-2);bottom:var(--space-2);z-index:3;margin-top:0;pointer-events:none}.product-card--style-modern .product-card__info{padding-bottom:26px}.product-card .linked-color-swatches--card .linked-color-swatches__list{display:flex;flex-wrap:wrap;gap:7px}.product-card .linked-color-swatches--card .linked-color-swatches__swatch{display:inline-flex;width:22px;height:22px;padding:2px;background:#ffffffe6;border:1px solid rgba(255,255,255,.72);border-radius:var(--radius-full);text-decoration:none;transition:border-color var(--transition-fast),box-shadow var(--transition-fast),transform var(--transition-fast);pointer-events:auto}.product-card .linked-color-swatches--card .linked-color-swatches__swatch:hover{transform:translateY(-1px);border-color:var(--color-primary-6)}.product-card .linked-color-swatches--card .linked-color-swatches__swatch.is-active{border-color:#111;box-shadow:0 0 0 1px #111}.product-card .linked-color-swatches--card .linked-color-swatches__swatch-inner{width:100%;height:100%;border-radius:var(--radius-full);background-color:var(--linked-swatch-color, #ccc);background-image:radial-gradient(circle at 32% 26%,#ffffff47,#fff0 34%),linear-gradient(135deg,#fff3 0 14%,#fff0 14% 50%,#00000014 50% 64%,#0000 64% 100%),repeating-linear-gradient(45deg,#ffffff1f 0 1px,#fff0 1px 4px),repeating-linear-gradient(-45deg,#00000014 0 1px,#0000 1px 5px);background-blend-mode:soft-light,overlay,normal,multiply;background-position:center;box-shadow:inset 0 0 0 1px #00000024}.product-card--style-standard .linked-color-swatches--card .linked-color-swatches__swatch{background:var(--color-background);border-color:var(--color-border-default)}.product-card__wishlist-overlay{position:absolute;top:10px;right:10px;z-index:10;width:30px;height:30px;border-radius:50%;background:#ffffffe0;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);transition:transform .18s,background .18s;box-shadow:0 1px 4px #00000024;padding:0;color:#111}.product-card__wishlist-overlay:hover{transform:scale(1.12);background:#fff}.product-card__wishlist-overlay.is-active svg{fill:#e83030;stroke:#e83030}.quick-size-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;pointer-events:none;visibility:hidden}.quick-size-drawer.is-open{pointer-events:auto;visibility:visible}.quick-size-drawer__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000073;opacity:0;transition:opacity .3s;cursor:pointer}.quick-size-drawer.is-open .quick-size-drawer__backdrop{opacity:1}.quick-size-drawer__panel{position:absolute;bottom:0;left:0;right:0;background:#fff;border-radius:16px 16px 0 0;padding:24px 20px 36px;transform:translateY(100%);transition:transform .35s cubic-bezier(.32,.72,0,1);max-height:90vh;overflow-y:auto}.quick-size-drawer.is-open .quick-size-drawer__panel{transform:translateY(0)}.quick-size-drawer__close{position:absolute;top:16px;right:16px;background:none;border:none;cursor:pointer;padding:4px;color:#333;display:flex;align-items:center;justify-content:center;line-height:1}.quick-size-drawer__product{display:flex;gap:14px;align-items:center;margin-bottom:24px;padding-right:28px}.quick-size-drawer__img{width:70px;height:90px;object-fit:cover;border-radius:8px;flex-shrink:0;background:#f0f0f0}.quick-size-drawer__meta{flex:1}.quick-size-drawer__title{font-size:14px;font-weight:600;color:#111;line-height:1.4;margin-bottom:4px}.quick-size-drawer__price{font-size:14px;color:#555}.quick-size-drawer__label{font-size:11px;font-weight:700;letter-spacing:.08em;color:#888;margin-bottom:12px;text-transform:uppercase}.quick-size-drawer__sizes{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px}.quick-size-drawer__size-btn{min-width:52px;height:44px;padding:0 14px;border:1.5px solid #ddd;border-radius:6px;background:#fff;font-size:13px;font-weight:500;cursor:pointer;transition:border-color .15s,background .15s,color .15s;color:#111}.quick-size-drawer__size-btn:hover:not(:disabled){border-color:#111}.quick-size-drawer__size-btn.is-selected{border-color:#111;background:#111;color:#fff}.quick-size-drawer__size-btn:disabled{opacity:.35;cursor:not-allowed;text-decoration:line-through}.quick-size-drawer__link{display:block;font-size:12px;color:#999;text-align:center;margin-bottom:16px;text-decoration:underline}.quick-size-drawer__add{width:100%;height:52px;border-radius:8px;font-size:15px;font-weight:600;border:none;cursor:pointer;background:#111;color:#fff;transition:opacity .2s}.quick-size-drawer__add:disabled{opacity:.45;cursor:not-allowed}.product-card--hover-swap .product-card__hover-image{opacity:0;transform:scale(1.02);transition:opacity .4s ease,transform .4s ease}.product-card--hover-swap .product-card__image-container:hover .product-card__primary-image{opacity:0;transform:scale(1.04)}.product-card--hover-swap .product-card__image-container:hover .product-card__hover-image{opacity:1;transform:scale(1.04)}.product-card__image-wrap{position:relative;width:100%}.product-card__actions{position:absolute;bottom:12px;left:12px;right:12px;z-index:8;margin-top:0;opacity:0;transform:translateY(6px);transition:opacity .22s ease,transform .22s ease}.product-card__image-wrap:hover .product-card__actions{opacity:1;transform:translateY(0)}.product-card__image-wrap .product-card__actions .btn{background:#fffffff2!important;color:#111!important;border:1px solid rgba(0,0,0,.1)!important;font-weight:400!important;letter-spacing:.02em;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px)}.product-card__add-icon{display:none}@media(max-width:767px){.product-card__actions{opacity:1!important;transform:none!important;left:auto!important;right:10px;bottom:10px;width:auto;padding:0}.product-card__actions .btn{width:30px!important;height:30px!important;min-width:0!important;padding:0!important;border-radius:50%!important;background:#ffffffe0!important;color:#333!important;border:none!important;box-shadow:0 1px 4px #00000024!important;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);display:flex!important;align-items:center!important;justify-content:center!important}.product-card__actions .btn__text{display:none!important}.product-card__actions .btn__icon{display:inline-flex!important;width:14px!important;height:14px!important;align-items:center;justify-content:center}.product-card__add-icon{display:inline-flex;align-items:center;justify-content:center;width:14px;height:14px}.product-card__add-icon svg{width:14px;height:14px;display:block}.product-card--style-modern .linked-color-swatches--card{right:48px;bottom:var(--space-2)}.product-card--style-modern .product-card__info{padding-bottom:44px}.product-card .linked-color-swatches--card .linked-color-swatches__list>*:nth-child(n+4){display:none}}.linked-color-swatches__more{display:none}@media(max-width:767px){.linked-color-swatches__more{display:inline-flex;align-items:center;height:22px;font-size:11px;font-weight:600;padding:0 8px;border-radius:11px;text-decoration:none;white-space:nowrap;background:#00000059;color:#ffffffeb}.product-card--style-standard .linked-color-swatches__more{background:transparent;color:var(--color-foreground-muted, #666);padding:0 2px;border-radius:0;text-decoration:underline}}
/*# sourceMappingURL=/cdn/shop/t/42/assets/product-card.css.map */
