.product-card{--pc-gradient-start: var(--product-card-gradient-start, #7c729c);--pc-gradient-end: var(--product-card-gradient-end, #a7a2c2);--pc-bg: #ffffff;--pc-text-dark: #2c2e35;--pc-text-gray: #7a7a7a;--pc-border-radius: 20px;--pc-shadow: 0 10px 20px rgba(0, 0, 0, .08);display:flex;flex-direction:column;background:var(--pc-bg);border-radius:var(--pc-border-radius);box-shadow:var(--pc-shadow);overflow:hidden;max-width:320px;width:100%;position:relative;transition:box-shadow .3s ease;font-family:inherit}.product-card:focus-within{outline:2px solid var(--pc-gradient-start);outline-offset:4px}.product-card__image-wrapper{background:linear-gradient(135deg,var(--pc-gradient-start),var(--pc-gradient-end));aspect-ratio:1 / 1;display:flex;align-items:center;justify-content:center;position:relative;padding:1.5rem}.product-card__image-link{display:flex;align-items:center;justify-content:center;width:100%;height:100%}.product-card__image{width:80%;aspect-ratio:1 / 1;object-fit:contain;background-color:#fff;padding:.5rem;border-radius:8px;transform:rotate(-6deg);filter:drop-shadow(0 15px 15px rgba(0,0,0,.15));transition:transform .3s ease}.product-card:hover .product-card__image{transform:rotate(-5deg) scale(1.05)}.product-card__image.placeholder-svg{filter:none;transform:none;background-color:#ffffff1a;border-radius:10px;width:100%;height:100%}.product-card__wishlist{position:absolute;top:1rem;right:1rem;width:36px;height:36px;background:#fff3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:2;transition:background .3s ease,transform .2s ease;padding:0}.product-card__wishlist svg{width:18px;height:18px;fill:transparent;stroke:#fff;stroke-width:2;transition:fill .3s ease,stroke .3s ease}.product-card__wishlist.is-active svg{fill:#fff;stroke:#fff}.product-card__wishlist:hover{background:#fff6;transform:scale(1.1)}.product-card__wishlist:focus-visible{outline:2px solid white;outline-offset:2px}.product-card__content{padding:1.25rem;display:flex;flex-direction:column;flex-grow:1}.product-card__title{margin:0 0 .5rem;font-size:1.125rem;font-weight:700;color:var(--pc-text-dark);text-decoration:none;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-height:1.3}.product-card__title:focus-visible{outline:2px solid var(--pc-gradient-start);border-radius:4px}.product-card__badges{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.75rem}.product-card__badge{font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;padding:.2rem .5rem;border:1px solid #e0e0e0;border-radius:999px;color:var(--pc-text-gray)}.product-card__description{font-size:.875rem;color:var(--pc-text-gray);line-height:1.5;margin:0 0 1.25rem;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;flex-grow:1}.product-card__footer{display:flex;justify-content:space-between;align-items:flex-end;margin-top:auto;gap:.5rem}.product-card__price-wrapper{display:flex;flex-direction:column;min-width:0}.product-card__price-label{font-size:.65rem;text-transform:uppercase;font-weight:700;letter-spacing:.1em;color:var(--pc-text-gray);margin-bottom:.125rem}.product-card__price-group{display:flex;flex-direction:column;align-items:flex-start;gap:.15rem}.product-card__price-value{font-size:1.25rem;font-weight:700;color:var(--pc-text-dark)}.product-card__price--compare{font-size:.85rem;text-decoration:line-through;color:#a0a0a0}.product-card__cta{background:var(--pc-gradient-start);color:#fff;border:none;border-radius:999px;padding:.6rem 1.25rem;font-size:.875rem;font-weight:700;cursor:pointer;transition:all .2s ease;display:inline-flex;align-items:center;justify-content:center;text-align:center;text-decoration:none;min-width:100px;line-height:1.2;white-space:nowrap}.product-card__cta:hover:not(:disabled):not([aria-disabled=true]){filter:brightness(.9);transform:scale(1.03)}.product-card__cta:focus-visible{outline:2px solid var(--pc-gradient-start);outline-offset:2px}.product-card__cta:disabled,.product-card__cta[aria-disabled=true]{background:#e0e0e0;color:#999;cursor:not-allowed;transform:none}.product-card__cta.is-loading{position:relative;color:transparent!important;pointer-events:none}.product-card__cta.is-loading:after{content:"";position:absolute;width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:pcEdgeSpinner .8s linear infinite;left:50%;top:50%;margin-left:-8px;margin-top:-8px}@keyframes pcEdgeSpinner{to{transform:rotate(360deg)}}.product-card__error-msg{color:#d93025;font-size:.75rem;margin-top:.75rem;display:none;font-weight:500}.product-card__error-msg.is-visible{display:block}.product-card-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:2rem;padding:1rem 0}@media screen and (max-width:600px){.product-card-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1rem}.product-card__image-wrapper{aspect-ratio:1/1}.product-card__cta{padding:.5rem .75rem;min-width:80px}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/product-card.css.map */
