.product-card{background-color:#fff;border:1px solid rgba(0,0,0,.05);border-radius:var(--card-border-radius);padding:.6rem;display:flex;flex-direction:column;height:100%;transition:box-shadow .3s cubic-bezier(.16,1,.3,1);box-shadow:0 4px 20px #00000003;box-sizing:border-box}.product-card:hover{box-shadow:0 12px 30px #00000014}@media screen and (min-width:750px){.product-card{padding:.8rem}}.product-card__image-container{position:relative;width:100%;aspect-ratio:3 / 4;border-radius:calc(var(--card-border-radius) - 4px);overflow:hidden;background-color:#f1f5f9}.product-card__image-container img{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .6s cubic-bezier(.16,1,.3,1)}.product-card:hover .product-card__image-container img{transform:scale(1.04)}.product-card__badge{position:absolute;top:.75rem;left:.75rem;z-index:5;background-color:#b37d4e;color:#fff;font-family:var(--font-body-family);font-size:.525rem;font-weight:700;letter-spacing:.08em;padding:.35rem .75rem;border-radius:20px;text-transform:uppercase;box-shadow:0 2px 8px #0000001a}.product-card__badge--low-stock{background-color:#b37d4e}.product-card__badge--restocking{background-color:#1d2c42}.product-card__discount-badge{position:absolute;top:.75rem;right:.75rem;z-index:5;background-color:#4d6b56;color:#fff;font-family:var(--font-body-family);font-size:.525rem;font-weight:700;letter-spacing:.05em;padding:.35rem .75rem;border-radius:20px;box-shadow:0 2px 8px #0000001a}.product-card__info{display:flex;flex-direction:column;margin-top:1rem;flex-grow:1}.product-card__vendor{font-family:var(--font-body-family);font-size:.625rem;font-weight:600;letter-spacing:.08em;color:#94a3b8;text-transform:uppercase;margin-bottom:.35rem}.product-card__title{font-family:var(--font-heading-family);font-weight:700;font-size:.85rem;line-height:1.3;letter-spacing:.05em;color:#0b1220;text-decoration:none;text-transform:uppercase;margin-bottom:.5rem;transition:color .2s ease;min-height:2.2rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}@media screen and (min-width:750px){.product-card__title{font-size:.95rem;min-height:2.5rem}}.product-card__title:hover{color:#b37d4e}.product-card__price-wrapper{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.product-card__price{font-family:var(--font-body-family);font-weight:700;font-size:.8rem;color:#0b1220}@media screen and (min-width:750px){.product-card__price{font-size:.875rem}}.product-card__price--compare{font-weight:500;font-size:.75rem;color:#94a3b8;text-decoration:line-through}.product-card__sale-badge{display:inline-block;background-color:#fdf2e9;color:#af7b4d;font-family:var(--font-body-family);font-size:.55rem;font-weight:800;letter-spacing:.08em;padding:.25rem .55rem;border-radius:12px;text-transform:uppercase;margin-top:.35rem;align-self:flex-start}.product-card__actions{display:flex;gap:.4rem;margin-top:auto;padding-top:.65rem}@media screen and (min-width:750px){.product-card__actions{gap:.5rem;padding-top:.8rem}}.product-card__button{background-color:#0b1220;color:#fff;border:1px solid #0b1220;border-radius:10px;font-family:var(--font-body-family);font-weight:700;font-size:.65rem;letter-spacing:.1em;text-transform:uppercase;padding:.75rem;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.4rem;flex-grow:1;transition:background-color .25s ease,border-color .25s ease}@media screen and (min-width:750px){.product-card__button{font-size:.7rem;padding:.85rem 1rem;border-radius:12px}}.product-card__button:hover{background-color:#1d2c42;border-color:#1d2c42}.product-card__button svg{width:14px;height:14px}.product-card__wishlist-mobile{display:flex!important;background-color:#fffffff2!important;color:#0b1220!important;border:1px solid #e2e8f0!important;border-radius:50%!important;width:32px!important;height:32px!important;cursor:pointer!important;align-items:center!important;justify-content:center!important;flex-shrink:0!important;position:absolute!important;top:10px!important;right:10px!important;z-index:10!important;box-shadow:0 2px 6px #00000014!important}.product-card__wishlist-desktop{display:flex!important;background-color:#fff!important;color:#0b1220!important;border:1px solid #e2e8f0!important;border-radius:10px!important;width:36px!important;height:36px!important;cursor:pointer!important;align-items:center!important;justify-content:center!important;flex-shrink:0!important;transition:all .25s ease!important}.product-card__wishlist-desktop svg{width:14px!important;height:14px!important;stroke:currentColor!important;stroke-width:1.5!important;fill:transparent!important}@media screen and (max-width:749px){.product-card:has(.product-card__wishlist-mobile) .product-card__wishlist-desktop{display:none!important}}@media screen and (min-width:750px){.product-card__wishlist-mobile{display:none!important}.product-card__actions{display:flex!important;align-items:stretch!important;gap:8px!important}.product-card__button{flex-grow:1!important}.product-card__wishlist-desktop{border-radius:12px!important;width:44px!important;height:100%!important;min-height:42px!important;position:relative!important;top:auto!important;right:auto!important}.product-card__wishlist-desktop:hover{border-color:#552b31!important;background-color:#faf9f6!important;color:#552b31!important;transform:scale(1.03)!important}.product-card__wishlist-desktop svg{width:16px!important;height:16px!important}}.product-card__placeholder-image{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background-color:#f1f5f9;color:#cbd5e1}.product-card__placeholder-image svg{width:70px;height:70px}.sliding-text{display:inline-flex;overflow:hidden;position:relative;height:1.25em;line-height:1.25}.char-wrapper{display:inline-flex;flex-direction:column;position:relative;height:100%}.char-primary,.char-secondary{display:inline-block;transition:transform .4s cubic-bezier(.22,1,.36,1);will-change:transform}.char-secondary{position:absolute;top:100%;left:0}.product-card__button:hover .char-primary,.product-card__button:hover .char-secondary{transform:translateY(-100%)}.product-card__badges-wrapper{position:absolute!important;top:.75rem!important;left:.75rem!important;z-index:5!important;display:flex!important;flex-direction:column!important;gap:.35rem!important;align-items:flex-start!important}.product-card__badges-wrapper .product-card__badge,.product-card__badges-wrapper .product-card__discount-badge{position:static!important;display:inline-block!important;margin:0!important}@media screen and (max-width:749px){.product-card{padding:.5rem!important;border-radius:12px!important}.product-card__image-container{border-radius:8px!important}.product-card__info{margin-top:.65rem!important;gap:0!important}.product-card__vendor{font-size:.55rem!important;margin-bottom:.2rem!important;color:#94a3b8!important}.product-card__title{font-size:.725rem!important;line-height:1.3!important;font-weight:700!important;margin-bottom:.35rem!important;color:#0b1220!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important;min-height:2.6em!important}.product-card__price-wrapper{margin-bottom:.65rem!important;gap:.4rem!important}.product-card__price{font-size:.775rem!important;font-weight:700!important}.product-card__price--compare{font-size:.65rem!important;color:#94a3b8!important}.product-card__button{width:100%!important;padding:.65rem .5rem!important;border-radius:6px!important;font-size:.65rem!important;height:38px!important;justify-content:center!important;gap:.35rem!important}.product-card__button svg{width:12px!important;height:12px!important}.product-card__badges-wrapper{top:.5rem!important;left:.5rem!important;gap:.25rem!important}.product-card__badges-wrapper .product-card__badge,.product-card__badges-wrapper .product-card__discount-badge{font-size:.475rem!important;padding:.25rem .55rem!important;border-radius:4px!important}}
/*# sourceMappingURL=/cdn/shop/t/27/assets/component-product-card.css.map */
