.product-card-enhanced{position:relative;width:100%}.product-card-enhanced__inner{position:relative;display:flex;flex-direction:column;height:100%;transition:transform .3s ease}.product-card-enhanced:hover .product-card-enhanced__inner{transform:translateY(-4px)}.product-card-enhanced__image-wrapper{position:relative;width:100%;overflow:hidden;background-color:#f5f5f5}.product-card-enhanced--aspect-square .product-card-enhanced__image{aspect-ratio:1 / 1}.product-card-enhanced--aspect-portrait .product-card-enhanced__image{aspect-ratio:3 / 4}.product-card-enhanced--aspect-landscape .product-card-enhanced__image{aspect-ratio:4 / 3}.product-card-enhanced--aspect-adapt .product-card-enhanced__image{aspect-ratio:auto}.product-card-enhanced__image{position:relative;width:100%;display:flex;align-items:center;justify-content:center;overflow:hidden}.product-card-enhanced__image-link{display:block;width:100%;height:100%;text-decoration:none}.product-card-enhanced__img{width:100%;height:100%;object-fit:contain;transition:transform .5s ease}.product-card-enhanced__img.placeholder-svg{background-color:rgba(var(--color-foreground),.05);fill:rgba(var(--color-foreground),.3)}.product-card-enhanced--hover-image-zoom:hover .product-card-enhanced__img{transform:scale(1.1)}.product-card-enhanced--hover-gold-border:hover .product-card-enhanced__image-wrapper{border:2px solid var(--color-gold, #c9a24d);box-shadow:0 0 0 2px var(--color-gold, #c9a24d)}.product-card-enhanced--hover-overlay:hover .product-card-enhanced__image-wrapper:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to bottom,transparent 0%,rgba(0,0,0,.5) 100%);z-index:1}.product-card-enhanced__badge{position:absolute;z-index:3;padding:6px 12px;font-size:10px;font-weight:500;letter-spacing:.1em;text-transform:uppercase;font-family:var(--font-body-family),sans-serif;border-radius:2px}.product-card-enhanced__badge--top-left{top:12px;left:12px}.product-card-enhanced__badge--top-right{top:12px;right:12px}.product-card-enhanced__badge--bottom-left{bottom:12px;left:12px}.product-card-enhanced__badge--bottom-right{bottom:12px;right:12px}.product-card-enhanced__badge--gold{background-color:var(--color-gold, #c9a24d);color:#fff}.product-card-enhanced__badge--red{background-color:#d32f2f;color:#fff}.product-card-enhanced__badge--black{background-color:#000;color:#fff}.product-card-enhanced__badge--white{background-color:#fff;color:#000}.product-card-enhanced__collection-badge{position:absolute;bottom:12px;left:12px;padding:4px 8px;background-color:#000000b3;color:var(--color-gold, #c9a24d);font-size:9px;font-weight:500;letter-spacing:.1em;text-transform:uppercase;z-index:2;font-family:var(--font-body-family),sans-serif}product-card-enhanced-form{position:absolute;bottom:0;left:0;right:0;z-index:2;width:100%;pointer-events:none;opacity:0;transform:translateY(10px);transition:all .3s ease}.product-card-enhanced:hover product-card-enhanced-form{pointer-events:auto;opacity:1;transform:translateY(0)}.product-card-enhanced--detailed product-card-enhanced-form,.product-card-enhanced--luxury product-card-enhanced-form{opacity:1;transform:translateY(0);pointer-events:auto}.product-card-enhanced__form{margin:0;padding:0;width:100%}.product-card-enhanced__quick-add{width:100%;padding:14px 20px;border:none;font-size:12px;font-weight:500;letter-spacing:.1em;text-transform:uppercase;cursor:pointer;transition:all .3s ease;font-family:var(--font-body-family),sans-serif;display:flex;align-items:center;justify-content:center;gap:8px;margin:0}.product-card-enhanced__quick-add--solid-gold{background-color:var(--color-gold, #c9a24d);color:#fff}.product-card-enhanced__quick-add--solid-gold:hover{background-color:#d4af37;transform:translateY(-2px)}.product-card-enhanced__quick-add--outline-gold{background-color:transparent;color:var(--color-gold, #c9a24d);border:2px solid var(--color-gold, #c9a24d)}.product-card-enhanced__quick-add--outline-gold:hover{background-color:var(--color-gold, #c9a24d);color:#fff}.product-card-enhanced__quick-add--solid-black{background-color:#000;color:#fff}.product-card-enhanced__quick-add--solid-black:hover{background-color:#333}.product-card-enhanced__quick-add--outline-black{background-color:transparent;color:#000;border:2px solid #000000}.product-card-enhanced__quick-add--outline-black:hover{background-color:#000;color:#fff}.product-card-enhanced__quick-add--disabled,.product-card-enhanced__quick-add:disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.product-card-enhanced__quick-add-text{transition:opacity .2s ease}.product-card-enhanced__quick-add-loading{display:flex;align-items:center;justify-content:center}.product-card-enhanced__quick-add-loading svg{animation:spin .6s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.product-card-enhanced__content{padding:20px;text-align:left;background-color:#000;color:#fff;flex:1;display:flex;flex-direction:column}.product-card-enhanced__collection{font-size:11px;font-weight:400;letter-spacing:.15em;text-transform:uppercase;color:#ffffffb3;margin-bottom:8px;font-family:var(--font-body-family),sans-serif}.product-card-enhanced__title{font-size:16px;font-weight:400;margin:0 0 8px;color:#fff;font-family:var(--font-heading-family),serif}.product-card-enhanced--luxury .product-card-enhanced__title{font-family:var(--font-heading-family),serif;font-size:18px;letter-spacing:.05em}.product-card-enhanced__title-link{color:#fff;text-decoration:none;transition:color .2s ease}.product-card-enhanced__title-link:hover{color:var(--color-gold, #c9a24d)}.product-card-enhanced__notes{font-size:12px;color:#fff9;margin-bottom:8px;font-family:var(--font-body-family),sans-serif;font-style:italic}.product-card-enhanced__description{font-size:13px;line-height:1.6;color:#ffffffb3;margin-bottom:12px;font-family:var(--font-body-family),sans-serif}.product-card-enhanced__price{font-size:16px;font-weight:500;color:#fff;font-family:var(--font-body-family),sans-serif;margin-top:auto}.product-card-enhanced--luxury .product-card-enhanced__price{font-size:18px;color:var(--color-gold, #c9a24d)}.product-card-enhanced__price .price,.product-card-enhanced__price .price__regular,.product-card-enhanced__price .price__sale,.product-card-enhanced__price .price-item{color:inherit}.product-card-enhanced--minimal .product-card-enhanced__content{padding:16px 12px}.product-card-enhanced--minimal .product-card-enhanced__title,.product-card-enhanced--minimal .product-card-enhanced__price{font-size:14px}.product-card-enhanced--detailed .product-card-enhanced__content{padding:24px 20px}.product-card-enhanced--detailed .product-card-enhanced__title{font-size:17px;margin-bottom:12px}.product-card-enhanced--detailed .product-card-enhanced__price{font-size:17px;margin-top:12px}.product-card-enhanced--luxury .product-card-enhanced__image-wrapper{border:1px solid rgba(201,162,77,.2)}.product-card-enhanced--luxury:hover .product-card-enhanced__image-wrapper{border-color:var(--color-gold, #c9a24d);box-shadow:0 0 20px #c9a24d4d}.product-card-enhanced--luxury .product-card-enhanced__content{padding:24px 20px;background:linear-gradient(to bottom,#000,#1a1a1a)}.product-card-enhanced--luxury .product-card-enhanced__collection-badge{background-color:var(--color-gold, #c9a24d);color:#000}@media screen and (max-width: 749px){.product-card-enhanced__content{padding:16px 12px}.product-card-enhanced__title,.product-card-enhanced__price{font-size:14px}.product-card-enhanced--luxury .product-card-enhanced__title,.product-card-enhanced--luxury .product-card-enhanced__price{font-size:16px}product-card-enhanced-form{opacity:1;transform:translateY(0);pointer-events:auto}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/component-product-card-enhanced.css.map */
