.product-pictograms{z-index:2;flex-wrap:wrap;gap:8px}.product-pictograms,.product-pictograms__item{display:flex;position:relative;align-items:center}.product-pictograms__item svg{width:16px;height:16px;color:#3ab290}.product-pictograms__item:after{content:attr(data-tooltip);position:absolute;z-index:1;bottom:calc(100% + 6px);left:50%;padding:4px 8px;transform:translateX(-50%);transition:opacity .15s;border-radius:4px;opacity:0;background-color:#004042;color:#fff;font-size:12px;font-weight:500;text-transform:none;white-space:nowrap;pointer-events:none}.product-pictograms__item:hover:after{opacity:1}.product-pictograms__text{margin-top:2px;color:#3ab290;font-size:10px;font-weight:600;line-height:1}.product-card{display:flex;position:relative;flex-direction:column;min-width:0;transition:box-shadow .2s;border-radius:8px;background-color:#fff;color:#004042;cursor:pointer}.product-card__link{position:absolute;z-index:1;inset:0}.product-card__image{position:relative;height:230px;margin:0;overflow:hidden;border-radius:8px 8px 0 0}.product-card__image--sold-out img{filter:grayscale(1)}.product-card__sold-out,.product-card__tag{position:absolute;top:0;left:0;padding:2px 14px;border-bottom-right-radius:8px;background-color:#004042;color:#fff;font-size:14px;font-weight:600;text-transform:uppercase}.product-card__tag{background-color:#f67b68;color:#363636}.product-card__temperature{display:flex;position:absolute;right:auto;bottom:16px;left:12px;gap:4px;align-items:center;padding:2px 8px;border:1px solid #bdd8db;border-radius:4px;background-color:#fff;color:#477e84;font-size:12px;font-weight:500;text-transform:uppercase}.product-card__temperature img{display:block;width:16px;height:16px}.product-card__body{display:flex;flex:1;flex-direction:column;padding:12px}.product-card__body__infos{display:flex;gap:16px;justify-content:space-between}.product-card__body__infos>*{min-width:0}.product-card__body h3{margin:5px 0 30px;font-weight:600}.product-card__categories{color:#3ab290;font-size:14px;font-weight:500;text-transform:uppercase}.product-card__deposit{margin:0 0 22px;color:#477e84;font-size:14px;font-weight:400}.product-card__footer{display:flex;align-items:center;justify-content:space-between;margin-top:auto}.product-card__price{font-weight:600;line-height:1.1}.product-card__price--promo{color:#e4290c}.product-card__price--promo del{display:block;color:#363636;font-size:16px;font-weight:300}.product-card:hover{box-shadow:0 4px 12px 0 rgba(0,0,0,.13)}.product-card__cta{padding:6px 12px;transition:background-color .2s ease,color .2s ease;border:1px solid #004042;background:none;color:#004042;font-size:.75rem;font-weight:700;text-transform:uppercase;cursor:pointer}.product-card__cta:hover:not(:disabled){background-color:#004042;color:#fff}.product-card__cta:disabled{opacity:.6;cursor:default}