.product-card{position:relative;display:flex;flex-direction:column;gap:5px;padding:5px}.product-card__image{position:relative;overflow:hidden;width:100%;height:0;padding-bottom:100%;border:1px solid var(--grey-200);background-color:var(--white)}.product-card__image img{position:absolute;top:0;left:0;width:100%;height:100%;padding:40px 20px;-o-object-fit:contain;object-fit:contain;-webkit-user-select:none;-moz-user-select:none;user-select:none}.product-card__image__reduction{--offset:16px;position:absolute;top:16px;top:var(--offset);right:16px;right:var(--offset);left:16px;left:var(--offset);font-size:12px;font-weight:500;color:#04f}@media (max-width:768px){.product-card__image__reduction{--offset:10px}.product-card--small .product-card__image__reduction{display:none}}.product-card__image__sales{--offset:8px;position:absolute;top:8px;top:var(--offset);right:8px;right:var(--offset);display:flex;align-items:center;justify-content:center;gap:10px;padding:5px 8px;font-size:14px;font-weight:600;color:var(--white);border-radius:4px;background-color:#e43846}@media (max-width:768px){.product-card__image__sales{padding:4px 8px;font-size:13px}}.product-card__image__tags{--offset:0px;top:0;top:var(--offset);right:0;right:var(--offset);display:flex;gap:6px;text-align:right}.product-card__image__tag{display:flex;align-items:center;gap:5px;width:-moz-fit-content;width:fit-content;margin-left:auto;padding:6px;font-family:var(--font-family-heading);font-size:12px;font-style:italic;font-weight:600;border-bottom-left-radius:10px}.product-card__image__tag--express{position:absolute;top:0;right:0;display:flex;align-items:center;gap:6px;padding:5px;color:#04f;border:1px solid rgba(0,102,255,.14);border-radius:0 0 0 6px;background-color:#b9daff}.product-card__image__tag--express span{font-size:12px;font-style:italic;font-weight:600;color:#04f}.product-card__image__tag--express img{position:relative;width:23px;padding:0}.product-card__image__tag--brand-new{color:#000;border:.5px solid rgba(0,0,0,.4)}.product-card__image__tag--premium{color:#fe7a00;border:.5px solid rgba(0,0,0,.4);background:rgba(243,146,0,.1)}@media (max-width:768px){.product-card__image__tag{padding:4px;font-size:10px}.product-card__image img{padding:20px 10px}.product-card__image__tag--express img{padding:0}}.product-card__inner__text{display:flex;flex-direction:column;padding:0 0 0 15px;line-height:1.4}@media (max-width:768px){.product-card__inner__text{flex-direction:column;gap:6px;padding:0 10px}}.product-card__inner__text__title{display:-webkit-box;overflow:hidden;min-height:22px;font-family:var(--poppins);font-size:13px;font-weight:600;color:var(--black);-webkit-text-decoration:none;text-decoration:none;-webkit-line-clamp:2;-webkit-box-orient:vertical;text-overflow:ellipsis}.product-card__inner__text__title:hover{-webkit-text-decoration:underline;text-decoration:underline}@media (max-width:768px){.product-card__inner__text__title{font-weight:500}.product-card__inner__text__title:hover{-webkit-text-decoration:none;text-decoration:none}}.product-card__inner__text__title:after{position:absolute;top:0;right:0;bottom:0;left:0;content:""}.product-card__inner__text__price{flex-shrink:0;font-family:var(--poppins);font-size:14px;font-weight:400;color:var(--black);text-wrap:nowrap}@media (max-width:768px){.product-card__inner__text__price{color:rgba(var(--black-rgb),.7);text-align:left}}.product-card__inner__vendor{min-height:16px;font-size:14px;font-weight:400;line-height:1em;color:rgba(var(--black-rgb),.5)}*+.product-card__inner__vendor{margin-top:8px}