.gw-card-product{display:flex;flex-direction:column;height:100%;position:relative;background:var(--gw-bg);border:1px solid var(--gw-border);padding:.9rem .9rem 1rem;transition:box-shadow .3s ease,transform .25s ease,border-color .3s ease}.gw-card-product:hover{transform:translateY(-3px);box-shadow:0 14px 30px -18px #1a0e0673;border-color:var(--gw-sand)}.gw-card-product__media-link{display:block;text-decoration:none;color:inherit}.gw-card-product__media{position:relative;aspect-ratio:4 / 5;overflow:hidden;background:var(--gw-bg-alt)}.gw-card-product__image{display:block;width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.25,.1,.25,1)}.gw-card-product__image--secondary{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transition:opacity .4s ease,transform .6s cubic-bezier(.25,.1,.25,1)}.gw-card-product:hover .gw-card-product__image{transform:scale(1.05)}.gw-card-product:hover .gw-card-product__image--secondary{opacity:1;transform:scale(1.05)}.gw-card-product__placeholder{width:100%;height:100%;object-fit:cover}.gw-card-product__badge{position:absolute;top:.6rem;left:.6rem;font-family:var(--font-body-family);font-size:var(--type-caption);font-weight:var(--weight-semibold);letter-spacing:.06em;text-transform:uppercase;padding:.26rem .62rem;line-height:1.3;z-index:2}.gw-card-product__badge--save,.gw-card-product__badge--bestseller{background:var(--gw-terracotta);color:var(--gw-bg)}.gw-card-product__badge--new{background:var(--gw-espresso);color:var(--gw-bg)}.gw-card-product__badge--sold-out{background:var(--gw-brown);color:var(--gw-bg)}.gw-card-product__info{display:flex;flex-direction:column;flex:1;padding:.85rem .1rem 0}.gw-card-product__title{font-family:var(--font-heading-family);font-size:var(--type-card-title);font-weight:var(--weight-semibold);color:var(--gw-espresso);line-height:1.3;margin:0 0 .55rem;min-height:4rem;display:-webkit-box;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical}.gw-card-product__title a{text-decoration:none;color:inherit;transition:color .2s ease}.gw-card-product__title a:hover{color:var(--gw-terracotta)}.gw-card-product__title a:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}.gw-card-product__vendor{font-family:var(--font-body-family);font-size:var(--type-caption);font-weight:var(--weight-body);color:var(--gw-light-text);margin:0 0 .6rem;letter-spacing:.04em}.gw-card-product__bottom-row{margin-top:auto;padding-top:.55rem;display:flex;align-items:center;justify-content:space-between;gap:.75rem}.gw-card-product__price-wrap{display:flex;flex-direction:column;gap:.18rem;min-width:0}.gw-card-product__price-line{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.gw-card-product__price{font-family:var(--font-body-family);font-size:var(--type-eyebrow);font-weight:var(--weight-bold);color:var(--gw-espresso);line-height:1.1;font-variant-numeric:tabular-nums}.gw-card-product__price-sub{display:flex;align-items:baseline;flex-wrap:wrap;gap:.5rem}.gw-card-product__price-compare{font-family:var(--font-body-family);font-size:var(--type-caption);font-weight:var(--weight-body);color:var(--gw-brown);text-decoration:line-through;font-variant-numeric:tabular-nums}.gw-card-product__price-discount{font-family:var(--font-body-family);font-size:var(--type-caption);font-weight:var(--weight-semibold);letter-spacing:.02em;color:var(--gw-terracotta);font-variant-numeric:tabular-nums}.gw-card-product__actions{position:relative;z-index:2;flex-shrink:0}.gw-card-product__form,.gw-card-product__add-form{display:contents}.gw-card-product__actions .product-form__error-message-wrapper{display:none}.gw-card-product__add .loading__spinner{position:absolute;top:0;right:0;bottom:0;left:0;margin:0;display:flex;align-items:center;justify-content:center}.gw-card-product__add .loading__spinner.hidden{display:none}.gw-card-product__add .loading__spinner svg{width:1.05rem;height:1.05rem}.gw-card-product__add.loading>span,.gw-card-product__add.loading>svg{visibility:hidden}.gw-card-product__add{display:inline-flex;align-items:center;gap:.35rem;font-family:var(--font-body-family);font-size:var(--type-caption);font-weight:var(--weight-semibold);letter-spacing:.04em;text-transform:uppercase;text-decoration:none;white-space:nowrap;cursor:pointer;position:relative;overflow:hidden;border:1px solid var(--gw-espresso);background:var(--gw-espresso);color:var(--gw-bg);padding:.6rem 1rem;line-height:1;transition:background .25s ease,color .25s ease,border-color .25s ease,transform .15s ease}.gw-card-product__add svg{width:1.05rem;height:1.05rem;flex-shrink:0;stroke:currentColor}.gw-card-product .gw-card-product__add:hover,.gw-card-product .gw-card-product__add:hover span,.gw-card-product .gw-card-product__add:hover svg{color:var(--gw-bg);stroke:var(--gw-bg)}.gw-card-product .gw-card-product__add:hover{background:var(--gw-brown);border-color:var(--gw-brown);transform:translateY(-1px)}.gw-card-product__add--sold-out{background:var(--gw-bg-alt);border-color:var(--gw-border);color:var(--gw-light-text);cursor:not-allowed}.gw-card-product__add--sold-out:hover{background:var(--gw-bg-alt);border-color:var(--gw-border);transform:none}.gw-card-product .rating{margin-bottom:.6rem}@media screen and (max-width:749px){.gw-card-product{padding:0}.gw-card-product__info{padding:.7rem .7rem .85rem}.gw-card-product__title{font-size:var(--type-card-title);line-height:1.26;min-height:3.4rem;margin-bottom:.4rem}.gw-card-product__bottom-row{gap:.5rem;padding-top:.4rem}.gw-card-product__price,.gw-card-product__price-compare,.gw-card-product__price-discount{font-size:var(--type-caption);white-space:nowrap}.gw-card-product__add{font-size:var(--type-caption);padding:.52rem .78rem}}.card-wrapper.product-card-wrapper{height:100%}.gw-card-product--placeholder .gw-card-product__media{background:var(--gw-bg-alt)}.gw-card-product--placeholder .placeholder-svg{fill:var(--gw-border)}
/*# sourceMappingURL=/cdn/shop/t/22/assets/gw-product-card.css.map */
