:root{--font-size-h1:52px;--font-size-h2:42px;--font-size-h3:32px;--font-size-h4:28px;--font-size-h5:22px;--font-size-h6:16px;--body-large-font-size:16px;--body-text-font-size:14px;--special-font-size:12px;--special-xs-font-size:11px;--line-height-h1:68px;--line-height-h2:58px;--line-height-h3:48px;--line-height-h4:38px;--line-height-h5:34px;--line-height-h6:24px;--body-large-line-height:24px;--body-text-line-height:22px;--special-line-height:18px;--special-xs-line-height:16px;--font-weight-semibold:600;--font-weight-medium:500;--font-weight-regular:400;--font-weight-light:300;--font-weight-bold:700;--color-dark:#040404;--color-dark-2:#161312;--color-moderate:#505050;--color-yellow:#efff36;--color-yellow-light:#fefcf5;--color-white:#fff;--color-electric-lime:#efff36;--color-darker-electic-lime:#d7e531;--color-onyx-black:#161312;--color-pure-white:#fff;--color-midnight-green:#0f291e;--color-slate-gray:#004225;--color-crimson-red:#dc143c;--color-red:#dc143c;--color-pink:#ff929f;--color-blue:#6351d3;--color-green:#04dc04;--color-forms:#282423;--color-forms-dark:#322e2c;--color-forms-disabled:#5b5b5b;--color-font-gray-2:#767676;--color-font-gray:#dadada;--color-success:#0fb91b;--color-warning:#ffc400;--color-error:#ed1c24;--color-divider:#bdbdbd;--color-gray:#f2f2f2;--breakpoint-mobile:320px;--breakpoint-tablet:768px;--breakpoint-desktop:1024px;--font-bebas-neue:"Bayon",sans-serif}.product-card{overflow:hidden;transition:background-color .3s ease}.product-card .discount-percentage{background-color:var(--color-yellow);color:var(--color-dark);padding:4px 8px;border-radius:4px;font-size:12px;font-weight:600;margin-right:8px}.product-card:hover .product-info{background-color:#efefef}.product-card:hover .product-title{text-decoration:underline}.product-card:hover .product-thumbnail{transform:scale(1.05)}.product-card .cds--skeleton__text{background-color:var(--color-font-gray)}.product-card .cds--skeleton__text:before{background-color:var(--color-white)}.product-card .product-title-container{display:flex;justify-content:flex-start;align-items:center}.product-card .product-title{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;color:var(--color-dark);text-overflow:ellipsis}.product-card .cds--icon--skeleton{height:160px;max-width:220px}.product-card .product-source-text{font-size:10px;color:var(--color-dark);text-transform:uppercase;letter-spacing:.05em}.product-card .product-image{height:160px;display:flex;align-items:center;justify-content:center;overflow:hidden;cursor:pointer;border:1px solid var(--color-divider);border-bottom:none;background-color:#fff}.product-card .product-image img{flex-shrink:0;-o-object-fit:contain;object-fit:contain;max-width:100%;max-height:160px;width:auto;height:auto}@media(max-width:41.98rem){.product-card .product-image img{max-width:100%}}.product-card .product-image img.placeholder-image{max-width:140px;max-height:50px;opacity:.3}.product-card .favorite-button{background:none;border:none;display:inline-flex;align-items:center;justify-content:center;padding:0;cursor:pointer}.product-card .product-info{height:210px;border:1px solid var(--color-divider);padding:16px;background:var(--color-white);cursor:pointer}.product-card .product-info.product-info-notavailable{opacity:.5}.product-card .price-color{color:var(--color-dark)}.product-card .product-small-info{font-family:var(--font-oswald);font-size:var(--special-font-size);line-height:var(--special-line-height);font-weight:var(--font-weight-regular);color:var(--color-dark)}