.product-card{display:grid;gap:0;background:transparent}.product-card__media-frame{position:relative;background:linear-gradient(180deg,#e0e0db,#e9eae7)}.product-card__media{position:relative;display:block;overflow:hidden;background:transparent}.product-card__image{display:block;width:100%;height:100%;object-fit:cover;object-position:center;transition:opacity var(--transition-base),transform .35s ease}.product-card__image--hover{position:absolute;top:0;right:0;bottom:0;left:0;width:100%!important;height:100%!important;object-fit:cover!important;object-position:center!important;opacity:0;transform:scale(1.01);pointer-events:none}.product-card__image--primary{opacity:1;transform:scale(1)}.product-card--launch .product-card__media-frame{height:min(54rem,100vw);max-height:540px}.product-card--launch .product-card__media{height:100%}.product-card--launch .product-card__image{height:100%;aspect-ratio:auto;width:100%;object-fit:cover;object-position:center}.product-card--standard .product-card__media{aspect-ratio:1 / 1}.product-card--standard .product-card__image{height:100%;aspect-ratio:1 / 1}.product-card--ratio-square .product-card__media{aspect-ratio:1 / 1}.product-card--ratio-portrait .product-card__media{aspect-ratio:4 / 5}.product-card--ratio-natural .product-card__media{aspect-ratio:auto}.product-card--fit-contain .product-card__image{object-fit:contain}.product-card--fit-cover .product-card__image{object-fit:cover}.product-card__badge{position:absolute;top:var(--space-24);left:var(--space-24);z-index:1;background:rgb(var(--scheme-accent));color:rgb(var(--scheme-heading));padding:.4rem .8rem;font-family:var(--font-ui-family);font-size:calc(1rem * var(--font-ui-scale));letter-spacing:var(--font-ui-letter-spacing);text-transform:uppercase}.product-card__content{display:grid;gap:var(--space-12);padding-top:var(--space-24);background:transparent}.product-card__vendor{color:rgb(var(--scheme-accent))}.product-card__title{margin:0}.product-card--launch .product-card__title{color:rgb(var(--scheme-heading));font-family:var(--font-ui-family);font-style:var(--font-ui-style);font-weight:var(--font-ui-weight);font-size:calc(1.6rem * var(--font-ui-scale));line-height:var(--font-ui-line-height);letter-spacing:var(--font-ui-letter-spacing);text-transform:uppercase}.product-card--launch.product-card--launch-scroll{cursor:pointer}.product-card--launch.product-card--launch-scroll .product-card__media{transform:translateZ(0)}@media(hover:hover)and (pointer:fine){.product-card--launch.product-card--launch-scroll:hover .product-card__image--primary,.product-card--launch.product-card--launch-scroll:focus-visible .product-card__image--primary,.product-card--launch.product-card--launch-scroll:focus-within .product-card__image--primary{transform:scale(1.045)}.product-card--launch.product-card--has-hover-image:hover .product-card__image--primary,.product-card--launch.product-card--has-hover-image:focus-visible .product-card__image--primary,.product-card--launch.product-card--has-hover-image:focus-within .product-card__image--primary{opacity:0;transform:scale(1.02)}.product-card--launch.product-card--has-hover-image:hover .product-card__image--hover,.product-card--launch.product-card--has-hover-image:focus-visible .product-card__image--hover,.product-card--launch.product-card--has-hover-image:focus-within .product-card__image--hover{opacity:1;transform:scale(1.045)}}.product-card__title a{text-decoration:none}.product-card__text,.product-card__price{margin:0}.product-card__price{color:#282522}.product-card .button{margin-top:var(--space-12)}.product-card--collection .product-card__content{gap:var(--space-8);padding-top:var(--space-12);background:transparent}.product-card--collection .product-card__media-frame{background:linear-gradient(180deg,#e0e0db,#e9eae7)}.product-card--collection .product-card__title,.product-card--collection .product-card__title a,.product-card--collection .product-card__title span{font-family:var(--font-body-family);font-style:var(--font-body-style);font-weight:700;font-size:calc(1.3rem * var(--font-body-scale));line-height:1.3;letter-spacing:.01em;text-transform:none}.product-card--collection .product-card__vendor{color:rgb(var(--scheme-heading));font-style:normal}.product-card--collection .product-card__price{color:#282522;font-style:normal;font-weight:700}.product-card--collection .product-card__text{color:rgb(var(--scheme-text-muted))}.product-card__variant-thumbs{display:flex;align-items:center;flex-wrap:wrap;gap:4px;padding-top:var(--space-12)}@media(hover:hover)and (pointer:fine){.product-card--has-hover-image:hover .product-card__image--primary,.product-card--has-hover-image:focus-within .product-card__image--primary{opacity:0;transform:scale(1.015)}.product-card--has-hover-image:hover .product-card__image--hover,.product-card--has-hover-image:focus-within .product-card__image--hover{opacity:1;transform:scale(1.045)}}.product-card__variant-thumb{display:inline-flex;align-items:center;justify-content:center;width:4.8rem;height:4.8rem;border:1px solid rgba(var(--scheme-border),.5);background:linear-gradient(180deg,#e0e0db,#e9eae7);overflow:hidden}.product-card__variant-thumb.is-active{border-color:rgb(var(--scheme-heading))}.product-card__variant-thumb-image,.product-card__variant-thumb-fallback{width:100%;height:100%}.product-card__variant-thumb-image{object-fit:cover}.product-card__rating{min-height:1.8rem}.product-card__rating .jdgm-widget.jdgm-preview-badge{display:block}.product-card--interactive .product-card__hover-actions{position:absolute;inset-inline:var(--space-24);bottom:var(--space-24);display:flex;align-items:center;gap:var(--space-12);opacity:0;transform:translateY(1.2rem);transition:opacity var(--transition-base),transform var(--transition-base);pointer-events:none}.product-card--interactive:hover .product-card__hover-actions,.product-card--interactive:focus-within .product-card__hover-actions{opacity:1;transform:translateY(0);pointer-events:auto}.product-card--interactive .product-card__media:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0e0c0a00 40%,#0e0c0aa8);opacity:0;transition:opacity var(--transition-base)}.product-card--interactive:hover .product-card__media:after,.product-card--interactive:focus-within .product-card__media:after{opacity:1}.product-card__hover-form{flex:1 1 auto}.product-card__hover-button{width:100%;justify-self:stretch}.product-card__hover-icon{display:none}.product-card__quick-view{display:inline-flex;align-items:center;justify-content:center;width:var(--button-height);min-width:var(--button-height);height:var(--button-height);border:1px solid rgba(var(--scheme-light-background),.24);border-radius:999px;background:rgb(var(--scheme-accent));color:rgb(var(--scheme-heading));cursor:pointer;transition:transform var(--transition-base),background-color var(--transition-base)}.product-card__quick-view:hover,.product-card__quick-view:focus-visible{transform:translateY(-.1rem);background:rgba(var(--scheme-accent),.92)}.product-card__floating-action{position:absolute;right:var(--space-12);bottom:var(--space-12);z-index:2}.product-card__floating-form{margin:0}.product-card__floating-cart{display:inline-flex;align-items:center;justify-content:center;width:var(--button-height);min-width:var(--button-height);height:var(--button-height);border:0;border-radius:999px;background:rgb(var(--scheme-accent));color:rgb(var(--scheme-heading));box-shadow:0 1rem 2rem #0e0c0a2e;cursor:pointer;transition:transform var(--transition-base),background-color var(--transition-base)}.product-card__floating-cart:hover,.product-card__floating-cart:focus-visible{transform:translateY(-.1rem);background:rgba(var(--scheme-accent),.92)}.product-card__floating-cart-icon{display:inline-flex;align-items:center;justify-content:center}.quick-view-modal{width:min(104rem,calc(100vw - (var(--space-24) * 2)));max-width:100%;padding:0;border:0;border-radius:2.4rem;background:transparent}.quick-view-modal::backdrop{background:#0e0c0a80;-webkit-backdrop-filter:blur(.4rem);backdrop-filter:blur(.4rem)}.quick-view-modal__panel{position:relative;background:rgb(var(--scheme-light-alt-background));color:rgb(var(--scheme-light-text));border-radius:2.4rem;overflow:hidden;box-shadow:0 2rem 6rem #0e0c0a2e}.quick-view-modal__close{position:absolute;top:var(--space-24);right:var(--space-24);z-index:1;display:inline-flex;align-items:center;justify-content:center;width:4rem;height:4rem;border:0;border-radius:999px;background:rgba(var(--scheme-light-background),.94);color:rgb(var(--scheme-light-heading));cursor:pointer}.quick-view-modal__layout{display:grid}.quick-view-modal__media{display:flex;align-items:center;justify-content:center;background:linear-gradient(180deg,#e0e0db,#e9eae7);padding:var(--space-24)}.quick-view-modal__image{width:100%;aspect-ratio:1 / 1;max-width:100%;height:auto;object-fit:contain;object-position:center}.quick-view-modal__content{display:grid;gap:var(--space-24);padding:var(--space-48);align-content:start}.quick-view-modal__eyebrow,.quick-view-modal__price{color:rgb(var(--scheme-light-accent))}.quick-view-modal__title{max-width:34rem}.quick-view-modal__description{color:rgb(var(--scheme-light-text))}.quick-view-modal__form{display:grid;gap:var(--space-24)}.quick-view-modal__form .main-product__block--option{gap:var(--space-12)}.quick-view-modal__form .main-product__option-label{color:rgb(var(--scheme-light-accent))}.quick-view-modal__form .main-product__color-swatch--variant_image{width:4.8rem;min-width:4.8rem;height:4.8rem}.quick-view-modal__select,.quick-view-modal__quantity-input{min-height:var(--button-height);border:1px solid rgb(var(--scheme-light-border));background:transparent;color:rgb(var(--scheme-light-heading));padding:var(--space-12) var(--space-24)}.quick-view-modal__quantity{display:grid;grid-template-columns:var(--button-height) minmax(6rem,1fr) var(--button-height);min-height:var(--button-height);border:1px solid rgb(var(--scheme-light-border))}.quick-view-modal__quantity-button{display:inline-flex;align-items:center;justify-content:center;min-height:var(--button-height);border:0;background:transparent;color:rgb(var(--scheme-light-heading));cursor:pointer}.quick-view-modal__quantity-input{border:0;border-left:1px solid rgb(var(--scheme-light-border));border-right:1px solid rgb(var(--scheme-light-border));text-align:center;padding-inline:var(--space-12);-webkit-appearance:textfield;appearance:textfield}.quick-view-modal__quantity-input::-webkit-outer-spin-button,.quick-view-modal__quantity-input::-webkit-inner-spin-button{-webkit-appearance:none;appearance:none;margin:0}.quick-view-modal__actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--space-12)}.quick-view-modal__submit,.quick-view-modal__link{width:100%;justify-self:stretch}@media screen and (max-width:989px){.product-card--collection .product-card__content{gap:.6rem;padding-top:var(--space-12)}.product-card--collection .product-card__title,.product-card--collection .product-card__title a,.product-card--collection .product-card__title span{font-size:calc(1.2rem * var(--font-body-scale));line-height:1.25}.product-card__floating-action{right:var(--space-8);bottom:var(--space-8)}.product-card--collection .product-card__text{display:none}.product-card--interactive .product-card__media:after{display:none}.product-card--interactive .product-card__quick-view{display:none}.quick-view-modal__content{padding:var(--space-24)}.quick-view-modal__actions{grid-template-columns:1fr}.product-card__variant-thumbs{gap:4px;padding-top:var(--space-8)}}@media screen and (min-width:990px){.quick-view-modal__layout{grid-template-columns:minmax(0,1fr) minmax(36rem,44rem)}}
/*# sourceMappingURL=/cdn/shop/t/25/assets/component-card.css.map */
