.amor-product-card{position:relative;background:var(--amor-white, #ffffff);border-radius:var(--radius-md, 12px);overflow:hidden;transition:all .3s ease;height:100%;display:flex;flex-direction:column;box-shadow:var(--shadow-sm, 0 2px 8px rgba(0,0,0,.05))}.amor-product-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-md, 0 8px 24px rgba(0,0,0,.1))}.product-card__link{position:absolute;top:0;left:0;width:100%;height:100%;z-index:2}.product-card__image-wrapper{position:relative;width:100%;padding-bottom:100%;background:var(--amor-beige-light, #f5f5f5);overflow:hidden}.product-card__image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:opacity .3s ease,transform .5s ease}.product-card__image--secondary{opacity:0;z-index:1}.amor-product-card:hover .product-card__image--primary{opacity:0}.amor-product-card:hover .product-card__image--secondary{opacity:1;transform:scale(1.05)}.amor-product-card:not(:has(.product-card__image--secondary)):hover .product-card__image--primary{opacity:1;transform:scale(1.05)}.product-card__badges{position:absolute;top:10px;right:10px;z-index:3;display:flex;flex-direction:column;gap:5px}.product-card__badge{padding:4px 10px;border-radius:20px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.product-card__badge--sale{background:var(--amor-error, #d32f2f);color:#fff}.product-card__badge--new{background:var(--amor-olive, #6b7b5f);color:#fff}.product-card__badge--sold-out{background:var(--amor-gray, #666);color:#fff}.product-card__content{padding:1rem;flex-grow:1;display:flex;flex-direction:column;justify-content:space-between}.product-card__vendor{font-size:.8rem;color:var(--amor-gray, #666);margin-bottom:4px;text-transform:uppercase;letter-spacing:1px}.product-card__title{font-family:var(--font-primary, sans-serif);font-size:1rem;font-weight:600;color:var(--amor-black, #1a1a1a);margin-bottom:8px;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-card__price-wrapper{display:flex;align-items:center;gap:8px;margin-top:auto}.product-card__price{font-weight:600;color:var(--amor-olive-dark, #4a5a40)}.product-card__price--sale{color:var(--amor-error, #d32f2f)}.product-card__compare-price{font-size:.9em;text-decoration:line-through;color:var(--amor-gray-light, #999)}.product-card__quick-add{position:absolute;bottom:0;left:0;width:100%;padding:10px;z-index:4;transform:translateY(100%);transition:transform .3s ease}.amor-product-card:hover .product-card__quick-add{transform:translateY(0)}.product-card__quick-add-button{width:100%;padding:10px;background:var(--amor-black, #1a1a1a);color:#fff;border:none;border-radius:6px;font-weight:500;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;transition:background .2s}.product-card__quick-add-button:hover{background:var(--amor-olive, #6b7b5f)}.product-card__quick-add-button svg{width:18px;height:18px}.product-card__placeholder-image svg{width:100%;height:100%;background:#f5f5f5;color:#ddd}.product-card__badge--accent{background:#c9a86c;color:#fff}.product-card__benefit{margin:.4rem 0 0;font-size:.82rem;color:#6b7b5f;font-weight:500}.product-card__details-link{position:relative;z-index:2;display:inline-block;margin-top:.5rem;font-size:.85rem;font-weight:600;color:#4a5a40;text-decoration:underline;text-underline-offset:3px}.product-card__details-link:hover{color:#6b7b5f}
/*# sourceMappingURL=/cdn/shop/t/6/assets/amor-product-cards.css.map */
