.product-card{display:flex;flex-direction:column;height:100%;background:#fafafa;border:1px solid rgba(var(--color-foreground),.06);border-radius:var(--card-corner-radius, 1.6rem);overflow:hidden;transition:box-shadow .2s ease,transform .2s ease}.product-card:hover{transform:translateY(-3px);box-shadow:0 10px 30px rgba(var(--color-foreground),.08)}.product-card__image-wrapper{position:relative;display:block;margin:.8rem .8rem 0;padding:1.6rem;background:#fff;border-radius:calc(var(--card-corner-radius, 1.6rem) - .6rem);aspect-ratio:1;overflow:hidden}.product-card__image{width:100%;height:100%;object-fit:contain;transition:transform .3s ease}.product-card:hover .product-card__image{transform:scale(1.04)}.product-card__image-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.product-card__image-placeholder .placeholder-svg{width:60%;height:60%;fill:#ccc}.product-card__badge{position:absolute;top:1rem;left:1rem;padding:.5rem .9rem;border-radius:999px;font-size:1.1rem;font-weight:600;line-height:1;letter-spacing:.02em}.product-card__badge--sale{background:rgb(var(--color-foreground));color:rgb(var(--color-background))}.product-card__badge--sold-out{background:rgba(var(--color-foreground),.55);color:#fff;text-transform:uppercase;font-size:1rem}.product-card__strengths{position:absolute;top:1rem;right:1rem;display:flex;flex-direction:column;align-items:flex-end;gap:.4rem}.product-card__badge--strength{position:static;background:#fff;color:rgb(var(--color-foreground));border:1px solid rgba(var(--color-foreground),.14);box-shadow:0 1px 3px rgba(var(--color-foreground),.06);white-space:nowrap}.product-card__info{display:flex;flex-direction:column;flex-grow:1;padding:1.4rem 1.6rem 1.6rem}.product-card__vendor{display:block;margin-bottom:.3rem;text-align:center;font-size:1.1rem;letter-spacing:.06em;text-transform:uppercase;opacity:.55}.product-card__title{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin-bottom:1rem;text-align:center;color:rgb(var(--color-foreground));font-size:1.5rem;font-weight:500;line-height:1.3;letter-spacing:-.01em;text-decoration:none}.product-card__title:hover{text-decoration:underline;text-underline-offset:.3rem}.product-card__rating{display:flex;align-items:center;justify-content:center;gap:.4rem;margin-bottom:.8rem;flex-wrap:nowrap;white-space:nowrap}.product-card__rating .rating{display:flex}.product-card__rating .rating-star{--percent: calc((var(--rating) + var(--rating-decimal)) / var(--rating-max) * 100%);display:inline-block;width:8rem;height:1.4rem;background:linear-gradient(90deg,#f59e0b var(--percent),#e5e5e5 var(--percent));-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 16'%3E%3Cpath d='M8 0l2.5 5 5.5.8-4 3.9.9 5.3L8 12.5 3.1 15l.9-5.3-4-3.9L5.5 5 8 0zm16 0l2.5 5 5.5.8-4 3.9.9 5.3-4.9-2.5-4.9 2.5.9-5.3-4-3.9 5.5-.8L24 0zm16 0l2.5 5 5.5.8-4 3.9.9 5.3-4.9-2.5-4.9 2.5.9-5.3-4-3.9 5.5-.8L40 0zm16 0l2.5 5 5.5.8-4 3.9.9 5.3-4.9-2.5-4.9 2.5.9-5.3-4-3.9 5.5-.8L56 0zm16 0l2.5 5 5.5.8-4 3.9.9 5.3-4.9-2.5-4.9 2.5.9-5.3-4-3.9 5.5-.8L72 0z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 16'%3E%3Cpath d='M8 0l2.5 5 5.5.8-4 3.9.9 5.3L8 12.5 3.1 15l.9-5.3-4-3.9L5.5 5 8 0zm16 0l2.5 5 5.5.8-4 3.9.9 5.3-4.9-2.5-4.9 2.5.9-5.3-4-3.9 5.5-.8L24 0zm16 0l2.5 5 5.5.8-4 3.9.9 5.3-4.9-2.5-4.9 2.5.9-5.3-4-3.9 5.5-.8L40 0zm16 0l2.5 5 5.5.8-4 3.9.9 5.3-4.9-2.5-4.9 2.5.9-5.3-4-3.9 5.5-.8L56 0zm16 0l2.5 5 5.5.8-4 3.9.9 5.3-4.9-2.5-4.9 2.5.9-5.3-4-3.9 5.5-.8L72 0z'/%3E%3C/svg%3E")}.product-card__rating-text,.product-card__rating-count{font-size:1.1rem;opacity:.6}.product-card__row{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-top:auto;margin-bottom:1.4rem;letter-spacing:0}.product-card__row-left{display:flex;flex-direction:column;min-width:0}.product-card__quantity-wrapper{position:relative;display:inline-flex;align-items:center;gap:.4rem;cursor:pointer;color:rgb(var(--color-foreground));font-size:1.7rem;line-height:1.1;letter-spacing:-.02em}.product-card__quantity-label{font-weight:400;letter-spacing:-.01em;cursor:pointer;white-space:nowrap}.product-card__quantity-label strong{font-weight:700}.product-card__quantity-chevron{flex-shrink:0;transition:transform .2s ease}.product-card__quantity-wrapper:focus-within .product-card__quantity-chevron{transform:rotate(180deg)}.product-card__quantity-select{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;margin:0;opacity:0;cursor:pointer;font-size:16px}.product-card__per-can{margin-top:.1rem;font-size:1.2rem;color:rgb(var(--color-foreground));opacity:.9;letter-spacing:0;line-height:1.2;white-space:nowrap}.product-card__prices{display:flex;flex-direction:column;align-items:flex-end;text-align:right;line-height:1.1}.product-card__compare-price{font-size:1.2rem;opacity:.5;text-decoration:line-through}.product-card__price{font-size:1.8rem;font-weight:700;letter-spacing:-.02em;color:rgb(var(--color-foreground))}.product-card__price--sale{color:#e11d48}.product-card__add-btn{display:flex;align-items:center;justify-content:center;gap:.6rem;width:100%;padding:1.1rem 1.4rem;background:rgb(var(--color-foreground));color:rgb(var(--color-background));border:1px solid rgb(var(--color-foreground));border-radius:999px;font-family:var(--font-body-family);font-size:1.3rem;font-weight:500;cursor:pointer;transition:opacity .15s ease,background .15s ease,transform .15s ease}.product-card__add-btn:hover:not(:disabled){opacity:.85}.product-card__add-btn:disabled{background:rgba(var(--color-foreground),.15);border-color:transparent;color:rgba(var(--color-foreground),.5);cursor:not-allowed}.product-card__add-btn--loading{pointer-events:none;opacity:.7}.product-card__add-btn--loading .product-card__add-text,.product-card__add-btn--loading .product-card__cart-icon{display:none}.product-card__add-btn--loading:after{content:"";width:16px;height:16px;border:2px solid currentColor;border-top-color:transparent;border-radius:50%;animation:productCardSpin .8s linear infinite}@keyframes productCardSpin{to{transform:rotate(360deg)}}.product-card__add-btn--success{background:#16a34a;border-color:#16a34a;color:#fff}.product-card__add-btn--error{background:#e11d48;border-color:#e11d48;color:#fff;animation:productCardShake .4s ease}@keyframes productCardShake{0%,to{transform:translate(0)}25%{transform:translate(-4px)}75%{transform:translate(4px)}}.product-card__cart-icon{flex-shrink:0}.grid__item .product-card,.collection-product-list .product-card,.product-grid .product-card{height:100%}@media(max-width:749px){.product-card__image-wrapper{margin:.6rem .6rem 0;padding:1.2rem}.product-card__info{padding:1.2rem 1.2rem 1.4rem}.product-card__title{font-size:1.4rem;margin-bottom:.8rem}.product-card__rating .rating-star{width:7rem;height:1.2rem}.product-card__rating-text{display:none}.product-card__quantity-wrapper{font-size:1.6rem}.product-card__per-can,.product-card__compare-price{font-size:1.1rem}.product-card__price{font-size:1.6rem}.product-card__add-btn{padding:1rem 1.2rem;font-size:1.2rem}}
/*# sourceMappingURL=/cdn/shop/t/12/assets/pouchland-cards.css.map */
