.product-wrapper{display:flex;flex-direction:column;justify-content:space-between;text-align:center;gap:10px;position:relative;cursor:pointer;height:500px;background-color:#fff;width:19vw!important;border:1px solid var(--color-grey-quantum)}.product-image-container{position:relative;width:19vw;height:400px;overflow:hidden;background-color:#fff}.product-img{object-fit:cover!important;width:19vw!important;height:400px!important;display:block;transition:opacity .35s ease;border-radius:0!important}.primary-img{opacity:1}.product-second-img{position:absolute;inset:0;object-fit:cover!important;width:19vw!important;opacity:0;pointer-events:none}.product-wrapper:hover .product-second-img{opacity:1}.product-wrapper:hover .primary-img{opacity:0}.product-wrapper.no-second-img:hover .primary-img{opacity:1}.product-footer{background-color:var(--color-grey);color:#fff;font-size:.8rem;display:flex;align-items:center;justify-content:center;padding:5px!important}.product-add-cart-btn{border:0;background-color:#000;color:#fff;min-height:36px;padding:8px 10px;font-size:.75rem;cursor:pointer}.product-add-cart-btn:disabled{background-color:var(--color-grey-quantum);color:#555;cursor:not-allowed}.product-tag{background-color:#bc0505;color:#fff;position:absolute;top:1rem;left:0;height:2.5rem;display:flex;justify-content:center;align-items:center;padding:5px;z-index:2}.last-price{font-size:1.1rem}@media screen and (max-width:900px){.desktop{display:none}.product-slider-wrapper .product-wrapper,.product-slider-wrapper>div>div:first-child{gap:0;width:100vw!important}.product-image-container{width:100vw!important;height:400px}.product-img,.product-second-img{width:100vw!important;height:400px!important}.product-slider.mobile .product-wrapper{width:100%!important;height:auto;gap:0;overflow:hidden;border-color:#e1dbd4;border-radius:4px;text-align:left}.product-slider.mobile .product-image-container{width:100%!important;height:auto;aspect-ratio:1/1.16}.product-slider.mobile .product-img,.product-slider.mobile .product-second-img{width:100%!important;height:100%!important}.product-slider.mobile .product-wrapper>p:not(.product-footer){min-height:38px;padding:10px 10px 0;font-size:.78rem;line-height:1.25}.product-slider.mobile .product-footer{justify-content:flex-start;background:#fff;color:var(--color-primary);padding:7px 10px 12px!important;font-size:.84rem}.product-slider.mobile .product-add-cart-btn,.product-slider.mobile .product-tag{display:none}.category-container .product-wrapper{width:100%!important;height:auto;min-height:0;gap:0;overflow:hidden;border-radius:4px;border-color:#e1dbd4;text-align:left}.category-container .product-image-container{width:100%!important;height:auto;aspect-ratio:1/1.22}.category-container .product-img,.category-container .product-second-img{width:100%!important;height:100%!important}.category-container .product-wrapper>p:not(.product-footer){min-height:42px;padding:10px 10px 0;font-size:.82rem;line-height:1.25}.category-container .product-footer{justify-content:flex-start;background:#fff;color:var(--color-primary);padding:8px 10px 10px!important;font-size:.86rem}.category-container .product-add-cart-btn{min-height:34px;font-size:.62rem}.category-container .product-tag{top:10px;left:8px;height:auto;padding:5px 8px;border-radius:4px;background:#fff;color:var(--color-primary);font-size:.62rem}}