.product-card{position:relative;display:flex;flex-direction:column;overflow:visible;border-radius:16px;border:1px solid rgb(216,210,210);background:#fff;height:100%}.product-card .product-card-image-wrap{position:relative;aspect-ratio:1 / 1;overflow:hidden;border-radius:15px 15px 0 0;flex-shrink:0;background:rgba(var(--color-muted),.05)}.product-card .product-card-image-wrap .product-badge{position:absolute;top:12px;left:12px;z-index:1;border:1px solid white;border-radius:16px;padding:4px 8px;font-size:10px;font-weight:800;line-height:1.4;white-space:nowrap;background-color:#8b3a4a;color:#fff}.product-card .product-card-image-wrap .product-card-label{position:absolute;top:12px;right:12px;z-index:1;border-radius:4px;padding:2px 8px;font-size:10px;font-weight:700;line-height:1.4;white-space:nowrap;background:rgb(var(--color-foreground));color:rgb(var(--color-background))}.product-card .product-card-image-wrap img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .35s ease}.product-card:hover .product-card-image-wrap img{transform:scale(1.03)}.product-card .product-card-content{position:relative;display:flex;flex-direction:column;gap:6px;padding:12px;flex:1}.product-card .product-card-tags{display:flex;flex-wrap:wrap;gap:6px;min-height:22px}.product-card .product-card-tag{display:inline-flex;align-items:center;padding:4px 8px;border-radius:9999px;background:#0a3b560a;color:#3584a8;font-size:9px;font-weight:500;letter-spacing:.54px;text-transform:uppercase;white-space:nowrap}.product-card .product-card-title{font-size:13px;font-weight:600;line-height:1.35;color:rgb(var(--color-foreground));text-decoration:none;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-card .product-card-title:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}.product-card .product-card-subtitle{font-size:10px;line-height:1.4;color:rgb(var(--color-muted));margin:0}.product-card .product-card-separator{border:none;border-top:1px solid rgb(var(--color-border));margin:0}.product-card .product-card-bottom-row{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:auto}.product-card .product-card-pricing{display:flex;flex-direction:column;gap:4px;min-width:0}.product-card .product-card-price-row{display:flex;align-items:center;gap:8px}.product-card .product-card-price{font-size:14px;font-weight:700;color:rgb(var(--color-foreground))}.product-card .product-card-compare-price{font-size:12px;color:rgb(var(--color-muted));text-decoration:line-through}.product-card .product-card-compare-price.is-hidden{display:none}.product-card .product-card-discount-row{display:flex;align-items:center;gap:6px}.product-card .product-card-discount-badge{border-radius:4px;padding:2px 6px;font-size:8px;font-weight:700;background:#e8f5e9;color:#2e7d32}.product-card .product-card-discount-badge.is-hidden{display:none}.product-card .product-card-tax-note{font-size:8px;font-weight:400;color:rgb(var(--color-muted))}.product-card .product-card-atc-wrap{flex-shrink:0;z-index:2}.product-card .product-card-atc-btn{position:relative;display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;border:none;cursor:pointer;background-color:#0a3b56;color:rgb(var(--color-background));transition:opacity .2s;flex-shrink:0}.product-card .product-card-atc-btn:hover{opacity:.8}.product-card .product-card-atc-btn:disabled{cursor:not-allowed;opacity:.35}.product-card .product-card-atc-loader{position:absolute;top:0;right:0;bottom:0;left:0;display:none;align-items:center;justify-content:center;border-radius:50%}.product-card .product-card-atc-btn.loading svg{display:none}.product-card .product-card-atc-btn.loading .product-card-atc-loader{display:flex}.product-card .product-card-atc-btn .product-card-atc-loader .loader{display:block!important;width:14px;height:14px;border-radius:50%;border:2px solid rgba(255,255,255,.35);border-top-color:currentColor;animation:atc-spin .6s linear infinite;box-shadow:none;transform:none}@keyframes atc-spin{to{transform:rotate(360deg)}}.product-card .product-card-offer-badge{display:flex;align-items:center;justify-content:center;width:100%;padding:7px 10px;border:1px solid #2e7d32;border-radius:999px;background:#e8f5e9}.product-card .product-card-offer-text{font-size:8px;font-weight:700;letter-spacing:.6px;text-transform:uppercase;color:#2e7d32;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media screen and (min-width:768px){.product-card .product-card-title{font-size:16px}.product-card .product-card-subtitle{font-size:12px}.product-card .product-card-price{font-size:18px}.product-card .product-card-offer-text,.product-card .product-card-discount-badge,.product-card .product-card-tax-note{font-size:10px}}
/*# sourceMappingURL=/cdn/shop/t/40/assets/product-card.css.map */
