.product-card-wrapper{align-items:center;display:flex;flex-direction:column;padding:0 45px 50px;width:25%}@media (max-width:991px){.product-card-wrapper{width:50%}}@media (max-width:576px){.product-card-wrapper{padding:0 45px 40px;width:100%}}.product-card-wrapper a{color:#fff;text-decoration:none}.product-card-wrapper .product-image{align-items:center;display:flex;flex-direction:row;min-height:185px;position:relative;transition:all .3s}@media (max-width:576px){.product-card-wrapper .product-image{min-height:165px}}.product-card-wrapper .product-image:hover{opacity:.9}.product-card-wrapper .product-image:hover .product-title a{color:#42a240}.product-card-wrapper .product-image img{max-height:160px;max-width:160px;width:100%}.product-card-wrapper .product-image .badge-sale{background-color:#cf521f;border-radius:50%;color:#fff;font-size:12px;font-weight:600;left:-25px;padding:14px 10px;position:absolute;text-decoration:none;top:48px}.product-card-wrapper .product-title{color:rgb(var(--color-foreground));font-family:Open Sans;font-size:18px;font-weight:700;letter-spacing:0;line-height:24px;margin-top:5px;text-align:center}.product-card-wrapper .product-title a{color:rgb(var(--color-foreground));transition:all .3s}.product-card-wrapper .product-title a:hover{color:#42a240}.product-card-wrapper .pricing{display:flex;margin-top:7px}.product-card-wrapper .pricing .old-price{color:#c0bfbf;margin-right:10px}.product-card-wrapper .pricing .current-price{color:#cf521f;font-weight:600}.product-card-wrapper .type{color:#9d9c9c;font-size:13px;letter-spacing:0;text-align:center}.product-card-wrapper .shop-now{background-color:#42a240;border-radius:16.5px;color:#fff;display:inline;font-size:13px;font-weight:800;letter-spacing:0;margin-top:16px;padding:5px 32px;text-decoration:none;transition:all .3s;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.product-card-wrapper .shop-now:hover{opacity:.7}
