.woocommerce ul.products[class*=grid]::after,.woocommerce ul.products[class*=grid]::before{content:none}a.product{text-decoration:none;height:100%;padding:15px;box-shadow:0 5px 30px rgba(0,0,0,.0784313725);display:block;transition:transform .2s ease-in-out;background-color:var(--white)}a.product .product-main-cat{font-size:14px;color:var(--dark-gray);margin-bottom:10px}a.product .price{font-size:14px;color:var(--dark-gray);font-weight:400}a.product .product-image-wrapper{position:relative;height:320px;width:100%;margin-bottom:20px}@media screen and (max-width:991px){a.product .product-image-wrapper{height:160px}}a.product .product-image-wrapper img,a.product .product-image-wrapper picture{height:100%;width:100%;object-fit:contain}a.product .product-image-wrapper .product-label-new{position:absolute;top:0;left:0;background-color:var(--secondary);color:var(--white);padding:5px 10px;border-radius:0 22px 22px 0;border:1px solid var(--white);font-size:14px}@media screen and (max-width:991px){a.product .product-image-wrapper .product-label-new{display:none}}a.product .product-labels{margin-bottom:10px}a.product .product-labels img:first-child,a.product .product-labels picture:first-child{max-width:42px}a.product .product-labels img:first-child+img,a.product .product-labels img:first-child+picture,a.product .product-labels picture:first-child+img,a.product .product-labels picture:first-child+picture{margin-top:5px}a.product .product-labels noscript+img,a.product .product-labels noscript+picture{margin-top:5px}a.product .product-labels img:not(:first-child),a.product .product-labels picture:not(:first-child){max-width:80px}a.product:hover{transform:translateY(-5px)}