.product-card-large{position:relative;display:flex;flex-direction:column;align-items:center;width:var(--layout-width-330);min-height:455px;padding:var(--spacing-64) var(--spacing-24) var(--spacing-24) var(--spacing-24);gap:var(--spacing-48);background-color:var(--color-cream-white);border:var(--outline-subtle);border-radius:var(--radius-24);text-decoration:none;color:inherit;box-sizing:border-box;transition:height var(--transition-fast),z-index var(--transition-fast);overflow:visible}.product-card-large:hover{z-index:100}.product-card-large__image-wrapper{position:relative;width:var(--layout-width-270);height:var(--layout-width-270);display:flex;align-items:center;justify-content:center;background-color:var(--color-cream-white);transition:width .3s ease,height .3s ease,transform .3s ease,margin-bottom .3s ease;overflow:hidden}.product-card-large:hover .product-card-large__image-wrapper{width:var(--layout-width-300);height:var(--layout-width-300);transform:translateY(calc(-1 * var(--spacing-14)));margin-bottom:-30px}.product-card-large__image,.product-card-large__image-placeholder{width:auto;height:auto;max-width:var(--layout-width-270);max-height:var(--layout-width-270);object-fit:contain;transition:max-width .3s ease,max-height .3s ease,opacity .3s ease}.product-card-large:hover .product-card-large__image,.product-card-large:hover .product-card-large__image-placeholder{max-width:var(--layout-width-300);max-height:var(--layout-width-300)}.product-card-large__preview-image{position:relative;z-index:1;pointer-events:none}.product-card-large__video{position:absolute;top:50%;left:50%;width:auto;height:auto;max-width:var(--layout-width-270);max-height:var(--layout-width-270);object-fit:contain;opacity:0;visibility:hidden;transform:translate(-50%,-50%);transition:opacity .1s ease,visibility .1s ease,max-width .3s ease,max-height .3s ease;z-index:10;pointer-events:none}.product-card-large:hover .product-card-large__video{will-change:opacity,max-width,max-height}.product-card-large[data-has-video=true]:hover .product-card-large__video{max-width:var(--layout-width-300);max-height:var(--layout-width-300)}.product-card-large__image-placeholder{display:flex;align-items:center;justify-content:center;background-color:var(--color-cream-white)}.product-card-large--fullscreen{justify-content:flex-end}.product-card-large--fullscreen .product-card-large__image-wrapper{border-radius:var(--radius-24)}.product-card-large--fullscreen .product-card-large__image-wrapper{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;margin-bottom:0;transform:none}.product-card-large--fullscreen:hover .product-card-large__image-wrapper{width:100%;height:100%;transform:none;margin-bottom:0}.product-card-large--fullscreen .product-card-large__image-wrapper:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:30%;background:linear-gradient(to top,rgba(var(--color-soot-black-rgb),.4),rgba(var(--color-soot-black-rgb),0));pointer-events:none;z-index:1;border-radius:0 0 var(--radius-24) var(--radius-24)}.product-card-large--fullscreen .product-card-large__image,.product-card-large--fullscreen .product-card-large__image-placeholder{width:100%;height:100%;max-width:none;max-height:none;object-fit:cover}.product-card-large--fullscreen:hover .product-card-large__image,.product-card-large--fullscreen:hover .product-card-large__image-placeholder{max-width:none;max-height:none}.product-card-large--fullscreen .product-card-large__video{width:100%;height:100%;max-width:none;max-height:none;object-fit:cover}.product-card-large--fullscreen[data-has-video=true]:hover .product-card-large__video{max-width:none;max-height:none}.product-card-large--fullscreen .product-card-large__content{position:relative;z-index:2;margin-top:auto;align-self:stretch}.product-card-large--fullscreen .product-card-large__title,.product-card-large--fullscreen .product-card-large__price{color:var(--color-clear-white)}.product-card-large--fullscreen .product-card-large__image-placeholder{position:absolute;top:0;right:0;bottom:0;left:0}.product-card-large__placeholder{width:100%;height:100%;opacity:.3}.product-card-large__badge{position:absolute;top:var(--spacing-16);right:var(--spacing-16);display:flex;justify-content:center;align-items:center;padding:var(--spacing-5) var(--spacing-8);background-color:var(--color-clear-white);border-radius:var(--radius-pill);font-family:var(--font-serif);font-size:var(--text-micro-size);font-style:italic;font-weight:var(--fw-normal);line-height:var(--lh-title);letter-spacing:var(--text-micro-badge-spacing);color:var(--color-soot-black);z-index:1}.product-card-large__content{display:flex;flex-direction:column;align-items:flex-start;width:100%}.product-card-large__title{margin:0;text-align:left;color:var(--color-soot-black);font-family:var(--font-sans);font-size:var(--title-product-size);font-weight:var(--fw-normal);font-style:normal;line-height:var(--lh-body);letter-spacing:var(--title-product-card-spacing)}.product-card-large__price{margin:0;margin-top:var(--spacing-8);text-align:left;color:var(--color-flagstone-grey);font-family:var(--font-sans);font-size:var(--text-small-size);font-weight:var(--fw-normal);font-style:normal;line-height:var(--lh-solid);letter-spacing:var(--text-small-spacing)}.product-card-large__subline{display:flex;align-self:stretch;justify-content:flex-start;align-items:center;gap:var(--spacing-10);border-radius:var(--radius-4);background:var(--color-clear-white);box-shadow:0 0 0 var(--icon-size-sm) var(--color-clear-white);color:var(--color-gunmetal-gray);font-family:var(--font-sans);font-size:var(--text-small-size);font-style:normal;font-weight:var(--fw-normal);line-height:var(--lh-body);letter-spacing:var(--text-small-spacing);text-align:left;height:0;padding:0;margin:0;opacity:0;overflow:hidden;visibility:hidden;transform:translateY(calc(-1 * var(--spacing-10)));transition:height .3s ease,opacity .3s ease,transform .3s ease,padding .3s ease,margin-top .3s ease,visibility .3s ease}.product-card-large:hover .product-card-large__subline{height:auto;padding:var(--spacing-4);margin-top:var(--spacing-32);opacity:1;visibility:visible;transform:translateY(0)}@media(max-width:1023px){.product-card-large:hover{z-index:auto}.product-card-large:hover .product-card-large__image-wrapper{width:var(--layout-width-270);height:var(--layout-width-270);transform:none;margin-bottom:0}.product-card-large:hover .product-card-large__image,.product-card-large:hover .product-card-large__image-placeholder{max-width:var(--layout-width-270);max-height:var(--layout-width-270)}.product-card-large:hover .product-card-large__video{will-change:auto}.product-card-large[data-has-video=true]:hover .product-card-large__video{max-width:var(--layout-width-270);max-height:var(--layout-width-270)}.product-card-large--fullscreen:hover .product-card-large__image-wrapper{width:100%;height:100%;transform:none;margin-bottom:0}.product-card-large--fullscreen:hover .product-card-large__image,.product-card-large--fullscreen:hover .product-card-large__image-placeholder,.product-card-large--fullscreen[data-has-video=true]:hover .product-card-large__video{max-width:none;max-height:none}.product-card-large:hover .product-card-large__subline{height:0;padding:0;margin-top:0;opacity:0;visibility:hidden;transform:translateY(calc(-1 * var(--spacing-10)))}}@media(prefers-reduced-motion:reduce){.product-card-large,.product-card-large__image-wrapper,.product-card-large__image,.product-card-large__image-placeholder,.product-card-large__video,.product-card-large__subline{transition:none}.product-card-large:hover .product-card-large__video{will-change:auto}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/product-card-large.css.map */
