.product-thumb{display:flex;flex-direction:column;gap:15px;width:100%;text-decoration:none;color:inherit;position:relative;isolation:isolate}.product-thumb__name-link{color:inherit;text-decoration:none}.product-thumb__name-link:after{content:"";position:absolute;inset:0;z-index:1}.product-thumb--compact{width:200px}.product-thumb--normal{width:300px;height:100%}.product-thumb__img-wrap{width:300px;aspect-ratio:1 / 1;flex-shrink:0;display:flex;align-items:center;justify-content:center;overflow:hidden}.product-thumb__img{aspect-ratio:1/1;object-fit:contain;display:block;transition:transform .25s ease}.product-thumb--normal .product-thumb__img{width:300px;height:300px}.product-thumb--compact .product-thumb__img{width:200px;height:200px}.product-thumb__details{display:flex;flex-direction:column;gap:25px;width:100%;height:100%;justify-content:space-between}.product-thumb__head{display:flex;flex-direction:column;gap:5px;width:100%}.product-thumb__name{margin:0;font-family:var(--font-family, "Montserrat", sans-serif);font-weight:500;color:#000;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.product-thumb__desc{margin:0;font-family:var(--font-family, "Montserrat", sans-serif);font-weight:400;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.product-thumb__prices{display:flex;flex-direction:column;gap:5px;width:100%;color:#333;font-family:var(--font-family, "Montserrat", sans-serif);font-weight:500;white-space:nowrap}.product-thumb__price-row{display:flex;align-items:baseline;gap:10px;flex-wrap:nowrap}.product-thumb__price-current{color:#333;white-space:nowrap}.product-thumb__price-crossed{color:#909090;text-decoration:line-through;text-decoration-skip-ink:none;white-space:nowrap}.product-thumb__badge{position:absolute;top:10px;right:10px;z-index:2;display:inline-flex;align-items:center;justify-content:center;padding:6px 12px;border-radius:20px;background:#ff3d3d;color:#fff;font-size:13px;font-weight:700;letter-spacing:-.21px;line-height:1}.product-thumb--compact .product-thumb__img-wrap{width:100%;aspect-ratio:1 / 1}.product-thumb--compact .product-thumb__name{font-size:18px;line-height:22px;letter-spacing:-.27px}.product-thumb--compact .product-thumb__desc{font-size:14px;line-height:17px;letter-spacing:-.24px;color:#000c}.product-thumb--compact .product-thumb__prices{font-size:18px;letter-spacing:-.27px}.product-thumb--normal{background:#f7f7f7;border-radius:20px;padding-bottom:25px;gap:15px;align-items:center}.product-thumb--normal .product-thumb__img-wrap{width:300px;aspect-ratio:1 / 1;box-sizing:border-box}.product-thumb--normal .product-thumb__details{width:100%;padding:0 25px;gap:25px}.product-thumb--normal .product-thumb__head{align-items:flex-start}.product-thumb--normal .product-thumb__name{font-size:20px;line-height:28px;letter-spacing:-.3px}.product-thumb--normal .product-thumb__desc{font-size:14px;line-height:17px;letter-spacing:-.24px;color:#909090}.product-thumb--normal .product-thumb__prices{align-items:flex-start;justify-content:flex-end}.product-thumb--normal .product-thumb__price-row--crossed{font-size:14px;line-height:16px;letter-spacing:-.21px}.product-thumb--normal .product-thumb__price-row--current{font-size:18px;line-height:normal;letter-spacing:-.27px}.product-thumb__cta{position:absolute;bottom:25px;right:25px;z-index:2}.product-thumb{transition:transform .25s ease}.product-thumb:hover .product-thumb__img{transform:scale(1.03);transition:transform .25s ease}.product-thumb--normal:hover{background:#f1f1f1}@media(max-width:1024px){.product-thumb{gap:15px;min-width:160px}.product-thumb__details{gap:20px}.product-thumb--compact{max-width:160px}.product-thumb--normal{max-width:160px;max-height:none}.product-thumb__img-wrap,.product-thumb--compact .product-thumb__img,.product-thumb--normal .product-thumb__img{width:160px;height:160px}.product-thumb--compact .product-thumb__name,.product-thumb--normal .product-thumb__name{font-size:14px;line-height:normal;letter-spacing:-.21px}.product-thumb--compact .product-thumb__desc,.product-thumb--normal .product-thumb__desc{font-size:10px;line-height:normal;letter-spacing:-.18px;color:#000c}.product-thumb--compact .product-thumb__prices{font-size:14px;letter-spacing:-.21px}.product-thumb--normal .product-thumb__price-row--crossed{font-size:10px;letter-spacing:-.15px}.product-thumb--normal .product-thumb__price-row--current{font-size:12px;letter-spacing:-.18px}.product-thumb--normal .product-thumb__details{width:100%;padding:0 15px}.product-thumb__cta.is-icon-only{width:36px;height:36px}.product-thumb__cta{bottom:15px;right:15px}}.product-carousel-wrap{position:relative}.product-carousel .swiper-slide{width:300px}.product-carousel-wrap .scroll-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:3}.product-carousel-prev{left:0;margin-left:1%}.product-carousel-next{right:0;margin-right:1%}@media(max-width:1024px){.product-carousel .swiper-slide{width:160px}.product-carousel-wrap .scroll-arrow{display:none}}
