.product-card{background:#f5f7fa99;border-radius:8px;overflow:hidden;border:1px solid rgba(0,0,0,.06);transition:box-shadow .2s ease,transform .2s ease,background .2s ease;display:flex;flex-direction:column;height:100%}.product-card:hover{box-shadow:0 4px 16px #00000014;transform:translateY(-2px);background:#f5f7fad9}.product-card__image-wrapper{position:relative;display:block;padding:1.5rem;background:#ffffffb3;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.05)}.product-card__image-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#f0f0f080}.product-card__image-placeholder .placeholder-svg{width:60%;height:60%;fill:#ccc}.product-card__badge{position:absolute;top:.75rem;right:.75rem;padding:.35rem .6rem;border-radius:50%;font-size:.85rem;font-weight:600;line-height:1}.product-card__badge--sale{background:#ef4444;color:#fff;width:46px;height:46px;display:flex;align-items:center;justify-content:center;border-radius:50%}.product-card__badge--sold-out{background:#6b7280;color:#fff;width:auto;height:auto;padding:.4rem .75rem;border-radius:4px;font-size:.75rem;text-transform:uppercase;letter-spacing:.03em}.product-card__info{padding:1.25rem;display:flex;flex-direction:column;flex-grow:1}.product-card__title{font-size:1.2rem;font-weight:500;color:#111;text-decoration:none;margin-bottom:1rem;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-card__title:hover{color:#0f1d34}.product-card__vendor{display:block;font-size:.85rem;color:#666;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.25rem}.product-card__rating{display:flex;align-items:center;gap:.4rem;margin-bottom:.75rem;flex-wrap:wrap}.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,#fbbf24 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{font-size:.85rem;color:#666}.product-card__rating-count{font-size:.85rem;color:#999}.product-card__quantity-wrapper{position:relative;display:flex;align-items:center;justify-content:space-between;width:100%;padding:.75rem 1rem;background:#fffc;border:1px solid rgba(0,0,0,.1);border-radius:6px;margin-bottom:1rem;cursor:pointer;transition:border-color .2s ease,background .2s ease}.product-card__quantity-wrapper:hover{border-color:#0003;background:#fff}.product-card__quantity-label{font-size:1.1rem;color:#111;font-weight:500}.product-card__quantity-select{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;cursor:pointer;font-size:16px}.product-card__quantity-chevron{color:#666;transition:transform .2s ease}.product-card__quantity-wrapper:hover .product-card__quantity-chevron{color:#333}.product-card__pricing-block{margin-bottom:1rem}.product-card__prices{display:flex;align-items:baseline;gap:.5rem;flex-wrap:wrap}.product-card__compare-price{font-size:1.1rem;color:#999;text-decoration:line-through}.product-card__price{font-size:1.4rem;font-weight:600;color:#111}.product-card__price--sale{color:#ef4444}.product-card__per-can-wrapper{margin-top:.2rem}.product-card__per-can{font-size:1.05rem;color:#666}.product-card__add-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:1rem;background:#0f1d34;color:#fff;border:none;border-radius:6px;font-size:1.1rem;font-weight:500;cursor:pointer;transition:all .2s ease;margin-top:auto}.product-card__add-btn:hover:not(:disabled){background:#1a2d4a}.product-card__add-btn:disabled{background:#ccc;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 #fff;border-top-color:transparent;border-radius:50%;animation:productCardSpin .8s linear infinite}@keyframes productCardSpin{to{transform:rotate(360deg)}}.product-card__add-btn--success{background:#22c55e}.product-card__add-btn--error{background:#ef4444;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__info{padding:1rem}.product-card__title{font-size:1.05rem;margin-bottom:.75rem}.product-card__quantity-wrapper{padding:.6rem .85rem}.product-card__quantity-label{font-size:1rem}.product-card__price{font-size:1.25rem}.product-card__compare-price{font-size:1rem}.product-card__per-can{font-size:.95rem}.product-card__add-btn{padding:.85rem;font-size:1rem}}
/*# sourceMappingURL=/cdn/shop/t/8/assets/pouchland-cards.css.map */
