.product-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:1.2rem}.product-list__item{margin:0}.card-product-list{display:grid;grid-template-columns:200px 1fr 220px;gap:2rem;padding:1.6rem;background:rgb(var(--color-background));border:1px solid rgba(var(--color-foreground),.08);align-items:start}@media screen and (max-width:989px){.card-product-list{grid-template-columns:150px 1fr 160px;gap:1.4rem;padding:1.2rem}}@media screen and (max-width:749px){.card-product-list{grid-template-columns:1fr;grid-template-areas:"media" "content" "aside";gap:1rem}.card-product-list__media{grid-area:media;max-width:200px;margin:0 auto}.card-product-list__content{grid-area:content}.card-product-list__aside{grid-area:aside;align-items:stretch;text-align:left}}.card-product-list__media{display:block;position:relative;aspect-ratio:1;overflow:hidden;background:rgba(var(--color-foreground),.03);text-decoration:none}.card-product-list__media img,.card-product-list__media-img{width:100%;height:100%;object-fit:contain;display:block}.card-product-list__media-img--secondary{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;pointer-events:none}@media(hover:hover)and (prefers-reduced-motion:no-preference){.card-product-list__media-img--primary,.card-product-list__media-img--secondary{transition:opacity .3s ease}.card-product-list__media--hover:hover .card-product-list__media-img--secondary{opacity:1}}.card-product-list__content{display:flex;flex-direction:column;gap:.8rem;min-width:0}.card-product-list__top{display:flex;align-items:center;gap:1.2rem;flex-wrap:wrap;font-size:1.3rem}.card-product-list__vendor{font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:rgb(var(--color-foreground));background:rgba(var(--color-foreground),.05);padding:.3rem .9rem;border-radius:4px}.card-product-list__rating{display:inline-flex;align-items:center;gap:.5rem;color:rgba(var(--color-foreground),.7);font-size:1.4rem;line-height:1}.card-product-list__rating-value{font-weight:600;color:rgb(var(--color-foreground))}.card-product-list__rating-count{color:rgba(var(--color-foreground),.55)}.card-product-list__rating-stars{display:inline-block;position:relative;font-size:1.6rem;line-height:1;color:rgba(var(--color-foreground),.18);letter-spacing:.05em;white-space:nowrap}.card-product-list__rating-stars:before{content:"\2605\2605\2605\2605\2605"}.card-product-list__rating-stars-fill{position:absolute;top:0;left:0;width:var(--rating-pct, 0%);overflow:hidden;color:#fbbf24;white-space:nowrap;letter-spacing:inherit}.card-product-list__rating-stars-fill:before{content:"\2605\2605\2605\2605\2605"}.card-product-list__title-link{text-decoration:none;color:inherit}.card-product-list__title{font-size:2rem;font-weight:600;line-height:1.3;margin:0;color:rgb(var(--color-foreground))}@media screen and (max-width:749px){.card-product-list__title{font-size:1.8rem}}.card-product-list__title-link:hover .card-product-list__title{text-decoration:underline}.card-product-list__specs{list-style:none;margin:.4rem 0 0;padding:0;display:grid;grid-template-columns:repeat(4,1fr);gap:.8rem 1rem}@media screen and (max-width:989px){.card-product-list__specs{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width:749px){.card-product-list__specs{grid-template-columns:repeat(2,1fr)}}.card-product-list__spec{display:flex;align-items:center;gap:.8rem;margin:0;min-width:0}.card-product-list__spec-picto{flex-shrink:0;width:40px;height:40px;object-fit:contain}.card-product-list__spec-text{display:flex;flex-direction:column;min-width:0;line-height:1.25}.card-product-list__spec-label{font-size:1.3rem;color:rgba(var(--color-foreground),.6);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.card-product-list__spec-value{font-size:1.5rem;font-weight:600;color:rgb(var(--color-foreground));white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.card-product-list__aside{display:flex;flex-direction:column;align-items:flex-end;justify-content:flex-end;align-self:stretch;gap:.6rem;text-align:right}.card-product-list__price-current{font-size:2.6rem;font-weight:700;color:rgb(var(--color-foreground));line-height:1.1}.card-product-list__price-was{font-size:1.6rem;color:rgba(var(--color-foreground),.5);text-decoration:line-through}.card-product-list__price-sale{display:flex;flex-direction:column;align-items:flex-end;gap:.2rem}.card-product-list__price-tax{font-size:1.2rem;color:rgba(var(--color-foreground),.6)}.card-product-list__cta{display:inline-flex;align-items:center;justify-content:center;width:100%;min-height:4.8rem;padding:.8rem 1.6rem;background:rgba(var(--color-button),var(--alpha-button-background));color:rgb(var(--color-button-text));border:var(--buttons-border-width) solid rgba(var(--color-button),var(--alpha-button-border));border-radius:var(--buttons-radius);font-size:1.4rem;font-weight:600;text-decoration:none;margin-top:.4rem;transition:background .15s ease}.card-product-list__cta:hover{background:rgba(var(--color-button),.85)}
/*# sourceMappingURL=/cdn/shop/t/14/assets/component-card-product-list.css.map */
