/*
Theme Name: test block theme
Author: annexal.com
Author URI: 
Theme URI: 
Tags: full-site-editing, editor-style, block-styles, block-patterns
Text Domain: test-block-theme
Requires at least: 6.3
Requires PHP: 7.4
Tested up to: 6.3
Version: 1.0.0

License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* Styles intended only for the front.*/
html {
	scroll-behavior: smooth;
}

@media screen and (prefers-reduced-motion: reduce) {

	html {
		scroll-behavior: auto;
	}
}

body {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}



.splide .product-category, .splide .product-description {
    margin-bottom: 0 !important;
}
.splide .product-name, .splide .product-price{
    margin-bottom: 0 !important;
}
.splide .product-price{
  margin-top: 0 !important;
}
.splide .product-price br{
  display: none;
}

.splide .product-name {
    height: auto;
    font-size: 15px !important;
    min-height: 80px !important
}

.splide__slide {
    min-height: auto;
}
.cova-categories li {
    padding: 14px;
 }

.cova-categories-wrap .cova-categories {
    justify-content: center !important;
  }
@media screen and (max-width: 640px) {
    .splide .splide__slide {
        flex-basis: 100% !important;
    }
   .splide__slide  .cova-categories-wrap .cova-categories li {
     flex-basis: 100% !important;
   }
  
  
}




