.top-product{margin:3rem 0 4rem 0;padding:3rem;border-radius:6px;border:2px solid #6FA32E;background:#F4FFE6;box-shadow:0px 0px 0px 10px rgba(111, 163, 46, 0.10);display:grid;grid-template-areas:'image title''image info1''image info2''image comp''image cart';grid-template-columns:min-content auto;position:relative;}.top-product__bestseller{position:absolute;top:0.6rem;left:0.7rem;z-index:1;padding:1.2rem 2.8rem 1.2rem 1.6rem;border-radius:4px 0 0 4px;clip-path:polygon(0 0, 100% 0, calc(100% - 1.2rem) 50%, 100% 100%, 0 100%);background:#1188E1;font-weight:600;font-size:1.5rem;line-height:1.8rem;color:#FFFFFF;}.top-product__image{grid-area:image;margin:0 2rem 0 0;}.top-product__image img{margin:0 auto;display:block;width:20rem;height:20rem;border-radius:6px;}.top-product__image img.default-product-image{scale:0.7;}.top-product__rating{margin:1rem 0 0 0;font-weight:400;font-size:1.3rem;line-height:1.8rem;text-align:center;}.top-product__title{grid-area:title;margin:0;font-weight:500;font-size:2.4rem;line-height:3rem;}.top-product__info1{grid-area:info1;margin:1rem 0 0 0;display:flex;flex-wrap:wrap;align-items:center;column-gap:1rem;row-gap:0.6rem;}.top-product__text-badges{margin:0;display:flex;flex-wrap:wrap;align-items:start;gap:0.4rem;}.top-product__text-badges > *{margin:0;padding:0.4rem 0.6rem;border-radius:0.3rem;font-weight:600;font-size:1.2rem;line-height:1.2rem;}.top-product__text-badges > *.--top{background:#F7C03F;color:#201A3D;}.top-product__text-badges > *.--sale{background:#F73F3F;color:#FFFFFF;}.top-product__text-badges > *.--new{background:#6FA32E;color:#FFFFFF;}.top-product__text-badges > *.--made-in{background:#201A3D;color:#FFFFFF;}.top-product__product-code{font-weight:700;font-size:1.2rem;line-height:1.6rem;color:#97A2B4;}.top-product__info2{grid-area:info2;margin:1rem 0 0 0;font-weight:400;font-size:1.3rem;line-height:1.8rem;display:flex;flex-wrap:wrap;align-items:center;gap:0.5rem 1.4rem;}.top-product__info.--stock{font-weight:700;width:100%;}.top-product__info.--stock.--in-stock{color:#6FA32E;}.top-product__info.--stock.--soon-in-stock{color:#0D5EA9;}.top-product__info.--stock.--not-in-stock{color:#D90000;}.top-product__info.--color{background-position:left center;background-size:0.825rem auto;padding-left:1.425rem;}.top-product__info.--manufacturer{background:url('/template/images/product-info.manufacturer.svg?v=2') left center no-repeat;background-size:1.4rem 1.4rem;padding-left:2rem;}.top-product__info.--pages{background:url('/template/images/product-info.capacity-pages.svg?v=2') left center no-repeat;background-size:1.4rem 1.4rem;padding-left:2rem;}.top-product__info.--volume{background:url('/template/images/product-info.capacity-ml.svg?v=2') left center no-repeat;background-size:1.4rem 1.4rem;padding-left:2rem;}.top-product__info.--ppu{background:url('/template/images/product-info.price-per-unit.svg?v=2') left center no-repeat;background-size:1.2rem 1.2rem;padding-left:1.8rem;}.top-product__compatibility{grid-area:comp;margin:1rem 0 0 0;font-weight:400;font-size:1.3rem;line-height:1.8rem;}.top-product__cart{grid-area:cart;margin:2rem 0 0 0;display:flex;flex-wrap:wrap;align-items:center;column-gap:2rem;row-gap:1rem;}.top-product__price{margin:0;display:flex;flex-direction:column;gap:0.2rem;white-space:nowrap;}.top-product__price > *{margin:0;}.top-product__price-line{display:inline-flex;align-items:baseline;column-gap:0.8rem;}.lang-hr .top-product__price-line{flex-wrap:wrap;}.top-product__price-primary{font-weight:700;font-size:1.8rem;line-height:2.0rem;}.top-product__price-previous{font-weight:400;font-size:1.4rem;line-height:1.6rem;text-decoration:line-through;opacity:0.6;}.top-product__price-secondary{font-weight:400;font-size:1.2rem;line-height:1.4rem;opacity:0.6;}.top-product__price-last-30-days{font-weight:400;font-size:1.2rem;line-height:1.4rem;opacity:0.6;}/* MOBIL */@media screen and (max-width:700px){.top-product{padding:1rem 1rem 1.6rem 1rem;grid-template-areas:'image''title''info1''info2''comp''cart';grid-template-columns:1fr;text-align:center;}.top-product__bestseller{top:-2px;left:-2px;padding:0.4rem 1.6rem 0.4rem 0.8rem;border-radius:6px 0 0 0;clip-path:polygon(0 0, 100% 0, calc(100% - 0.8rem) 50%, 100% 100%, 0 100%);background:#1188E1;font-size:1.3rem;line-height:1.8rem;}.top-product__image{margin:0 0 1.4rem 0;}.top-product__image img{width:10rem;height:10rem;}.top-product__rating{display:none;}.top-product__title{font-weight:600;font-size:1.5rem;line-height:1.8rem;}.top-product__info1{justify-content:center;}.top-product__info2{justify-content:center;}.top-product__info.--stock{width:auto;}.top-product__cart{flex-direction:column;}.top-product__price{align-items:center;}.top-product__price-line{flex-wrap:wrap;justify-content:center;}}