.pw-product-grid{align-items:stretch;gap:clamp(12px,1.5vw,20px)}.pw-product-grid>*{min-width:0}.pw-product-card{display:flex;flex-direction:column;height:100%;min-width:0;overflow:hidden;border:1px solid #d9dde2;border-radius:3px;background:#fff;box-shadow:none;color:#1b1f23;transition:border-color .16s ease,background-color .16s ease}.pw-product-card__media{position:relative;display:block;aspect-ratio:1 / 1;overflow:hidden;padding:18px;border-bottom:1px solid #e4e7eb;background:#f7f7f5}.pw-product-card__media>img,.pw-product-card__placeholder-svg{display:block;width:100%;height:100%}.pw-product-card__media img{width:100%;height:100%;object-fit:contain;object-position:center;transform:none;transition:none}.pw-product-card__placeholder-svg{color:#c9cdd2}.pw-product-card__badges{position:absolute;inset:10px auto auto 10px;z-index:2;display:flex;max-width:calc(100% - 20px);align-items:flex-start;gap:6px;pointer-events:none}.pw-product-card__badges .pw-energy-label-icon--card{width:auto;max-width:48px;max-height:32px}.pw-status-badge{display:inline-flex;min-height:28px;align-items:center;padding:5px 8px;border:1px solid #b7bdc5;border-radius:2px;background:#fff;color:#343a40;font-size:13px;font-weight:650;line-height:1.2}.pw-status-badge--eol{border-color:#aeb4bb;background:#f2f3f4;color:#4d5359}.pw-product-card__body{display:flex;flex:1;flex-direction:column;min-width:0;padding:18px}.pw-product-card__vendor{margin:0 0 5px;color:#666d75;font-size:14px;font-weight:700;line-height:1.25;letter-spacing:.045em;text-transform:uppercase}.pw-product-card__title{display:-webkit-box;min-height:2.7em;margin:0;overflow:hidden;color:#171a1d;font-size:17px;font-weight:700;line-height:1.35;letter-spacing:-.012em;-webkit-box-orient:vertical;-webkit-line-clamp:2}.pw-product-card__title a{color:inherit;text-decoration:none}.pw-product-card .product-highlights{display:grid;gap:0;margin:14px 0 0;padding:10px 0 0;border-top:1px solid #e4e7eb;list-style:none}.pw-product-card .product-highlights li{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:baseline;min-width:0;padding:6px 0;color:#555c64;font-size:15px;line-height:1.35}.pw-product-card .product-highlights li+li{border-top:1px solid #eef0f2}.pw-product-card .product-highlights__label{min-width:0}.pw-product-card .product-highlights__value{min-width:0;color:#24282c;font-size:inherit;font-weight:650;text-align:right;white-space:nowrap}.pw-product-card__footer{margin-top:auto;padding-top:16px}.pw-product-card__commercial{display:grid;gap:8px;padding-top:14px;border-top:1px solid #dfe3e7}.pw-product-card__features{display:flex;flex-wrap:wrap;gap:6px;margin:0 0 2px}.pw-feature-chip{display:inline-flex;min-height:26px;align-items:center;padding:4px 8px;border:1px solid #c8cdd2;border-radius:2px;background:#f5f5f2;color:#343a40;font-size:12px;font-weight:750;line-height:1.2}.pw-product-card__price{display:flex;flex-wrap:wrap;gap:5px 9px;align-items:baseline;margin:0;color:#14743d;font-size:24px;font-weight:780;line-height:1;letter-spacing:-.025em}.pw-product-card__price .pw-price-compare{order:-1;color:#777e85;font-size:14px;font-weight:500;line-height:1.2;letter-spacing:0;text-decoration:line-through}.pw-availability{display:inline-flex;width:fit-content;align-items:center;gap:7px;color:#4f565e;font-size:14px;font-weight:560;line-height:1.3}.pw-availability:before{width:7px;height:7px;flex:0 0 7px;border-radius:50%;background:#8d949b;content:""}.pw-availability--available{color:#24643c}.pw-availability--available:before{background:#26834c}.pw-availability--unavailable,.pw-availability--eol{color:#666d74}.pw-availability--unavailable:before,.pw-availability--eol:before{background:#9aa0a6}.pw-product-card__action{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-top:14px;padding-top:12px;border-top:1px solid #e4e7eb;color:#1b1f23;font-size:15px;font-weight:700;line-height:1.25;text-decoration:none}.pw-product-card__action svg{width:20px;height:20px;flex:0 0 20px;transition:transform .15s ease}.pw-product-card--eol{background:#fafafa}.pw-product-card--eol .pw-product-card__media img{filter:grayscale(.75);opacity:.78}.pw-product-card--placeholder{pointer-events:none}.pw-product-card__placeholder-line{height:12px;margin-top:16px;background:#eceef0}.pw-product-card__placeholder-line--short{width:62%;margin-top:8px}.pw-product-card :where(a):focus-visible{outline:2px solid #b20d30;outline-offset:3px}@media(hover:hover){.pw-product-card:hover{border-color:#9299a2}.pw-product-card__title a:hover,.pw-product-card__action:hover{color:#8f0e25}.pw-product-card__action:hover svg{transform:translate(3px)}}@media(min-width:701px)and (max-width:899px){.pw-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:900px)and (max-width:1199px){.pw-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(min-width:1200px){.pw-product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(max-width:700px){.pw-product-grid{grid-template-columns:minmax(0,1fr);gap:12px}.pw-product-grid .pw-product-card:not(.pw-product-card--placeholder){display:grid;grid-template-columns:minmax(118px,35%) minmax(0,1fr)}.pw-product-grid .pw-product-card__media{min-height:210px;padding:12px;border-right:1px solid #e4e7eb;border-bottom:0;aspect-ratio:auto}.pw-product-grid .pw-product-card__body{padding:14px}.pw-product-grid .pw-product-card__vendor{font-size:13px}.pw-product-grid .pw-product-card__title{min-height:0;font-size:16px}.pw-product-grid .product-highlights{margin-top:10px;padding-top:7px}.pw-product-grid .product-highlights li{grid-template-columns:minmax(0,1fr) auto;gap:8px;padding:5px 0;font-size:14px}.pw-product-grid .product-highlights li:nth-child(n+4){display:none}.pw-product-grid .product-highlights__value{text-align:right}.pw-product-grid .pw-product-card__footer{padding-top:10px}.pw-product-grid .pw-product-card__commercial{gap:6px;padding-top:10px}.pw-product-grid .pw-product-card__price{font-size:21px}.pw-product-grid .pw-product-card__action{margin-top:10px;padding-top:10px}.pw-product-grid .pw-product-card__badges{inset:7px auto auto 7px}.pw-product-grid .pw-product-card__badges .pw-energy-label-icon--card{max-width:40px;max-height:28px}}
/*# sourceMappingURL=/cdn/shop/t/54/assets/product-card.css.map */
