.card-product-custom{display:flex;flex-direction:column;width:100%;background:#FDFDFD;border-radius:3px;box-shadow:0 4px 4px 0 rgb(0 0 0 / .25);overflow:hidden;font-family:'Manrope',sans-serif;color:#141516}.card-product-custom__media{position:relative;display:block;width:100%;height:200px;background:#FFFEFC;overflow:hidden}.card-product-custom__image{width:100%;height:100%;object-fit:cover;display:block}.card-product-custom__image--primary,.card-product-custom__image--secondary{position:absolute;inset:0;transition:opacity 0.5s ease,transform 0.6s ease;will-change:opacity,transform}.card-product-custom__image--primary{opacity:1;z-index:1}.card-product-custom__image--secondary{opacity:0;z-index:2}.card-product-custom__media--has-secondary:hover .card-product-custom__image--primary{opacity:0;transform:scale(1.03)}.card-product-custom__media--has-secondary:hover .card-product-custom__image--secondary{opacity:1;transform:scale(1.03)}@media (prefers-reduced-motion:reduce){.card-product-custom__image--primary,.card-product-custom__image--secondary{transition:opacity 0.2s ease;transform:none!important}}.card-product-custom__image-tags{position:absolute;top:8px;right:8px;display:flex;flex-direction:column;align-items:flex-end;gap:4px;z-index:2}.card-product-custom__image-tag{display:inline-flex;align-items:center;padding:6px 8px;border-radius:100px;background:#70587C;color:#FFFEFC;font-family:'Manrope',sans-serif;font-weight:600;font-size:11px;line-height:12px;letter-spacing:0;white-space:nowrap}.card-product-custom__image-tag--nouveau{background:#502F4C}.card-product-custom__image-tag--promotion{background:#C0392B}.card-product-custom__body{display:flex;flex-direction:column;gap:6px;padding:8px 6px;background:#FDFDFD}.card-product-custom__tags{display:flex!important;flex-wrap:wrap;gap:4px;min-height:16px!important}.card-product-custom__tag{display:inline-flex;align-items:center;padding:1px 6px;border-radius:2px;background:#F7F0FE;color:#502F4C;font-family:'Manrope',sans-serif;font-weight:500;font-size:11px;line-height:14px;letter-spacing:0}.card-product-custom__title{display:block;font-family:Manrope,sans-serif;font-weight:700;font-size:16px;line-height:24px;color:#141516;text-decoration:none;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;min-height:48px}.card-product-custom__title:hover{text-decoration:none}.card-product-custom__virtues{display:flex!important;flex-wrap:wrap;align-items:center;gap:8px;margin:0;padding:0;list-style:none;min-height:16px}.card-product-custom__virtue{position:relative;font-family:'Manrope',sans-serif;font-weight:500;font-size:11px;line-height:16px;color:#696769}.card-product-custom__virtue+.card-product-custom__virtue::before{content:'';position:absolute;left:-6px;top:50%;transform:translateY(-50%);width:4px;height:4px;border-radius:50%;background:#DFCAF3}.card-product-custom__meta{display:flex;align-items:center;justify-content:space-between;gap:8px;border-top:1px solid #EDECED;padding-top:4px}.card-product-custom__price-stock{display:inline-flex;align-items:center;gap:6px}.card-product-custom__price{font-family:'Manrope',sans-serif;font-weight:600;font-size:11px;line-height:18px;color:#141516}.card-product-custom__stock{display:inline-flex;align-items:center;gap:4px;font-family:'Manrope',sans-serif;font-weight:400;font-size:9px;line-height:12px}.card-product-custom__stock--in{color:#1CB967}.card-product-custom__stock--out{color:#C0392B}.card-product-custom__stock-dot{position:relative;display:inline-block;width:6px;height:6px;border-radius:50%;background:currentColor;animation:card-product-custom-dot-pulse 1.6s ease-out infinite}.card-product-custom__stock-dot::after{content:'';position:absolute;inset:0;border-radius:50%;background:currentColor;animation:card-product-custom-dot-ring 1.6s ease-out infinite}@keyframes card-product-custom-dot-pulse{0%,100%{transform:scale(1);opacity:1}50%{transform:scale(.85);opacity:.85}}@keyframes card-product-custom-dot-ring{0%{transform:scale(1);opacity:.6}100%{transform:scale(2.4);opacity:0}}@media (prefers-reduced-motion:reduce){.card-product-custom__stock-dot,.card-product-custom__stock-dot::after{animation:none}}.card-product-custom__reviews{display:inline-flex;align-items:center;gap:4px;text-decoration:underline;color:#2F6BFF;font-family:'Manrope',sans-serif;font-weight:400;font-size:11px;line-height:14px}.card-product-custom__star{color:#2F6BFF;flex-shrink:0}.card-product-custom__button{display:inline-flex;align-items:center;justify-content:center;width:100%;padding:3px 10px;border:0;border-radius:100px;background:#502F4C;color:#FDFDFD;font-family:'Montserrat',sans-serif;font-weight:600;font-size:11px;line-height:26px;text-transform:uppercase;text-decoration:none;letter-spacing:0;cursor:pointer;transition:background-color 0.2s ease,opacity 0.2s ease}.card-product-custom__button:hover{background:#3d2339}.card-product-custom__button.loading{opacity:.6;pointer-events:none}.card-product-custom__button--soldout,.card-product-custom__button[disabled]{background:#B8B5BA;cursor:not-allowed}.card-product-custom__button--soldout:hover,.card-product-custom__button[disabled]:hover{background:#B8B5BA}.text__rating *{font-family:Manrope,sans-serif;font-weight:600;font-size:11px!important;line-height:18px;color:#141516;text-decoration:underline}.text__rating .rate-aggregate,.text__rating span.rate-aggregate__separator,.text__rating span.rate-aggregate__max{display:none}.stars{align-items:center!important}.skeepers_product__stars{display:flex!important;align-items:center !IMPORTANT}@media (max-width:767px){.card-product-custom__virtue{gap:8px;row-gap:0}.card-product-custom__button{padding:6px}.card-product-custom__meta{align-items:flex-start;gap:0;flex-wrap:wrap;min-height:45px}.card-product-custom__virtues{gap:0 10px;min-height:32px}}