#toast-container{position:fixed;right:1.25rem;top:1.25rem;z-index:9999}.toast{background:#2e7d32;border-radius:.375rem;color:#fff;font-size:.875rem;margin-bottom:.625rem;opacity:0;padding:.75rem 1.125rem;transform:translateY(-.625rem);transition:all .3s ease}.toast.show{opacity:1;transform:translateY(0)}.product-item{align-self:stretch;border:.03125rem solid #e4e7e9;display:flex;flex-direction:column;gap:.5rem;height:100%;max-width:16.875rem;opacity:1;position:relative;transform:scale(1);transition:opacity .3s ease,transform .3s ease;transition:all .4s;width:100%}.product-item.hide,.product-item[hidden]{display:none}.product-item__image{align-self:center;aspect-ratio:202/172;max-width:12.625rem;position:relative;width:100%}.product-item__image img{cursor:pointer;filter:drop-shadow(-.375rem .375rem .375rem rgba(0,0,0,.5));height:100%;object-fit:contain;overflow:hidden;width:100%}.product-item__main{display:flex;flex-direction:column;flex-grow:1;gap:.5rem;padding-top:0}.product-item__title{flex-grow:1}.product-item__title a{color:#191c1f;font-size:.875rem;font-weight:500;line-height:1.42}.product-item__price{color:#2da5f3;display:flex;font-size:.875rem;font-weight:600;gap:.375rem;line-height:1.42}.product-item__price .old-price{color:#adb7bc;font-weight:400;text-decoration:line-through}.product-item__price .new-price{color:#2da5f3}.product-item__action{align-items:center;aspect-ratio:216/188;background-color:rgba(0,0,0,.2);display:flex;gap:.5rem;height:100%;justify-content:center;left:0;opacity:0;pointer-events:none;position:absolute;top:0;transition:all .4s;visibility:hidden;width:100%;z-index:2}.product-item__action>*{pointer-events:auto}.product-item__cart,.product-item__compare,.product-item__favorite,.product-item__more{align-items:center;background-color:#fff;border-radius:50%;color:#191c1f;display:flex;justify-content:center;transition:all .4s}.product-item__cart.compare--selected,.product-item__compare.compare--selected,.product-item__favorite.compare--selected,.product-item__more.compare--selected{align-items:center;background-color:#3b8836;border-radius:50%;box-shadow:0 .125rem .375rem rgba(0,0,0,.25);color:#fff;display:flex;justify-content:center;opacity:1;padding:.25rem;pointer-events:auto;position:absolute;right:.75rem;top:.75rem;transition:all .3s ease;visibility:visible;z-index:10}.product-item__cart.compare--selected svg,.product-item__compare.compare--selected svg,.product-item__favorite.compare--selected svg,.product-item__more.compare--selected svg{height:.75rem;opacity:1;width:.75rem;fill:currentColor;stroke:currentColor;stroke-width:1;filter:drop-shadow(0 0 .0625rem rgba(0,0,0,.25));transition:all .3s ease}.product-item__favorite.wishlist-selected{align-items:center;background-color:#ee5858;border-radius:50%;box-shadow:0 .125rem .375rem rgba(0,0,0,.25);color:#fff;display:flex;justify-content:center;opacity:1;padding:.25rem;pointer-events:auto;position:absolute;right:2.25rem;top:.75rem;transition:all .3s ease;visibility:visible;z-index:10}.product-item__favorite.wishlist-selected svg{height:.875rem;opacity:1;width:.875rem;stroke-width:3;filter:drop-shadow(0 0 .0625rem rgba(0,0,0,.25))}.product-item__tagprice{display:flex;flex-direction:column;gap:.5rem;left:.75rem;position:absolute;top:.75rem;z-index:5}.product-item__tagprice span{padding:.3125rem;text-transform:uppercase}.product-item__tagprice .tagprice--yellow{color:#191c1f;line-height:1.33}.product-card__rating{align-items:center;display:flex;gap:.25rem}@media (max-width:47.99875em){.product-item{padding-top:.3125rem}.product-item__image,.product-item__main{padding:.3125rem}.product-item__cart,.product-item__compare,.product-item__favorite,.product-item__more{padding:.375rem}.product-item__cart svg,.product-item__compare svg,.product-item__favorite svg,.product-item__more svg{height:1rem;width:1rem}}@media (max-width:20em){.product-item__image{height:5.625rem;width:8.75rem}}@media (min-width:20em) and (max-width:84.375em){.product-item__image{height:clamp(5.625rem,4.03276699029375rem + 7.9611650485vw,10.75rem);width:clamp(8.75rem,7.54611650485625rem + 6.0194174757vw,12.625rem)}}@media (min-width:47.99875em) and (max-width:84.375em){.product-item{padding-top:clamp(.3125rem,-.594661695475rem + 1.8899694169vw,1rem)}.product-item__image,.product-item__main{padding:clamp(.3125rem,-.594661695475rem + 1.8899694169vw,1rem)}.product-item__cart,.product-item__compare,.product-item__favorite,.product-item__more{padding:clamp(.375rem,.045123019825rem + .6872616061vw,.625rem)}.product-item__cart svg,.product-item__compare svg,.product-item__favorite svg,.product-item__more svg{height:clamp(1rem,.670123019825rem + .6872616061vw,1.25rem);width:clamp(1rem,.670123019825rem + .6872616061vw,1.25rem)}}@media (min-width:84.375em){.product-item{padding-top:1rem}.product-item__image{height:10.75rem;padding:1rem;width:12.625rem}.product-item__main{padding:1rem}.product-item__cart,.product-item__compare,.product-item__favorite,.product-item__more{padding:.625rem}.product-item__cart svg,.product-item__compare svg,.product-item__favorite svg,.product-item__more svg{height:1.25rem;width:1.25rem}}@media (any-hover:hover){.product-item:hover{box-shadow:0 .25rem .5rem rgba(0,0,0,.2)}.product-item__image:hover .product-item__action{opacity:1;visibility:visible}.product-item__title a:hover{color:#000;text-decoration:underline}.product-item__cart:hover,.product-item__compare:hover,.product-item__favorite:hover,.product-item__more:hover{background-color:#fa8232;color:#fff}}