.ProductCard{width:100%;max-width:450px;height:450px;position:relative;display:flex;flex-direction:row;align-items:center;justify-content:left;border-radius:16px;box-shadow:0 -1px 4px 0 rgba(0,0,0,.1),-1px 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1)}@media(max-width:1470px){.ProductCard{min-width:0;width:100%}}@media only screen and (max-width:768px){.ProductCard{flex:0 0 100%;width:100%;min-width:0;justify-content:flex-start}}@media(max-width:380px){.ProductCard{height:356px}}.ProductCard-imageWrapper{position:relative;flex:1 1;min-width:0;height:100%;pointer-events:none;background:var(--color-white);border-radius:16px;border-bottom-left-radius:16px;z-index:0;padding:16px}@media only screen and (max-width:768px){.ProductCard-imageWrapper{flex:1 1}}@media(max-width:576px){.ProductCard-imageWrapper{right:auto;top:auto;transform:none}}.ProductCard-imageContainer{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.ProductCard-image{width:100%;height:100%;object-fit:contain;z-index:2}@media(max-width:576px){.ProductCard-image{object-fit:contain}}.ProductCard-promoBadge{position:absolute;z-index:20;width:50px;height:50px;border-radius:50%;background:var(--color-secondary);border:.5px solid var(--color-white);display:flex;align-items:center;justify-content:center;top:20px;right:20px}.ProductCard-promoBadgeTexte{font-family:var(--font-text);font-size:8px;font-weight:var(--font-weight-medium);text-transform:uppercase;text-align:center;color:var(--color-white)}.ProductCard-informationsContainer{flex:1 1;min-width:0;height:100%;padding:16px;box-sizing:border-box;display:flex;flex-direction:column;justify-content:space-between;border-bottom-right-radius:16px;border-top-right-radius:16px;background:rgba(138,26,70,.02)}@media only screen and (max-width:768px){.ProductCard-informationsContainer{flex:1 1}}.ProductCard-texteContainer{width:100%;height:100%;display:flex;flex-direction:column;gap:12px;border-radius:16px;word-wrap:break-word}.ProductCard-marque{font-family:var(--font-title);font-size:var(--title-desktop-l);font-weight:var(--font-weight-bold);line-height:1.25;color:var(--color-secondary)}@media(max-width:1300px){.ProductCard-marque{font-size:var(--title-desktop-m)}}.ProductCard-detail{display:flex;gap:2px;font-family:var(--font-text);font-size:var(--text-desktop-m);font-weight:var(--font-weight-normal);line-height:1.07;color:var(--color-secondary)}.ProductCard-categorieContainer{padding:8px 0}.ProductCard-categorie{font-family:var(--font-text);font-size:16px;font-weight:var(--font-weight-medium);text-transform:uppercase;color:var(--color-secondary)}