h3 {
    color: #009eff;
}
ul.product-categories {
    display: grid;
    grid-template-columns: 31.33% 31.33% 31.33%;
    grid-column-gap: 3%;
    padding: 0px 10%;
    list-style: none;
    margin: 0;
}
ul.product-categories li {
    border: 1px solid #e7e7e7;
    padding: 45px;
    padding-bottom: 40px;
    border-radius: 15px;
    text-align: center;
}
ul.product-categories li h3 {
    margin-bottom: 35px;
}

.swiper-slide .main-a {
    box-shadow: 0px 3px 37px -7px #ffffff;
}
body .swiper-slide > a img {
    position: absolute;
    right: 10%;
    top: calc(50% - 159px);
    width: 36%;
    height: auto;
    z-index: 2;
    border-radius: 150px 0px;
}
body .swiper-pagination, body .swiper-pagination-bullets.swiper-pagination-horizontal {
    text-align: left;
    padding-left: 125px;
    bottom: 22px;
}
body .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    background: #fff;
		transition:0.4s;
}
body .swiper-pagination-bullet:hover{transform:scale(1.1);}
body .swiper-button-next:hover::after, 
body .swiper-button-prev:hover::after{background: #1772a9;color:#fff;}

body .swiper-button-next::after, body .swiper-button-prev::after {
    color: #009eff;
    background: #fff;
    font-size: 24px;
    min-width: 50px;
    min-height: 80px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    border-radius: 15px 0px 0px 15px;
    transition: 0.4s;
}
body .swiper-button-prev::after{border-radius: 0px 15px 15px 0px;}
section.home-1 .swiper {
    margin-top: 44px;
    border-radius: 15px;
    overflow: hidden;
}
body .swiper-slide > a {
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: relative;
    min-height: 50vh;
    background-size: cover!important;
    background-position: center!important;
    padding: 0px 125px;
}
body .swiper-slide > a::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, rgb(0 0 0 / 47%), transparent);
    z-index: 1;
}
body .swiper-slide > a h2, body .swiper-slide > a div {
    width: fit-content;
    color: #fff;
		position:relative;
		z-index: 2;
}



.main-a:hover::after{bottom:0;}
.main-a {
    background: #1772a9;
    padding: 15px 25px;
    border-radius: 8px;
    color: #fff;
    padding-left: 45px;
    position: relative;
    overflow: hidden;
    display: inline-block;
    width: fit-content;
}
.main-a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -100%;
    width: 100%;
    height: 100%;
    background: #009eff;
    transition: 0.4s;
}
.main-a i {
    z-index: 2;
}
.main-a span {
    position: relative;
    z-index: 2;
}
.main-a i {
    position: absolute;
    left: 16px;
    top: calc(50% - 9px);
    font-size: 18px;
}


body .woocommerce div.product form.cart .button {
    vertical-align: middle;
    float: left;
    background: #82b95b;
}

section.related.products {
    padding: 0;
    margin-top: 50px;
}

h1.page-title {
    display: none;
}

.a21 {
    background: #87b65f;
    border: none;
    color: #fff;
    font-size: 18px;
    padding: 10px 20px;
    border-radius: 12px;
}
:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}
input, textarea, select {
    border-radius: 12px;
    border: none;
    background: #f5f5f5;
    border: 1px solid #d2d2d2;
    color: #000;
    font-size: 18px;
}

a#joie {
    width: 100%;
    text-align: center;
    display: block;
    padding: 20px 0px;
    margin-top: -50px;
    text-transform: uppercase;
    font-weight: 400;
    color: #dedede;
}
.vxod {
    max-width: 650px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
    min-height: 100vh;
    text-align: center;
}
h2 {
    color: #009eff;
    font-weight: 600;
    font-size: 27px;
}
h1 {
    font-size: 40px;
}
a {
    color: #1772a9;
}
section.home-zag.small h1 {
    margin-bottom: 1px;
}
.home-zag.small::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(/wp-content/uploads/pexels-thepaintedsquare-606537.jpg);
    background-size: cover;
    background-position: center;
    z-index: -1;
    filter: brightness(0.6);
    transform: rotate(180deg);
}
section.home-zag.small {
    position: relative;
    color: #fff;
    width: 80%;
    margin: 0 auto;
    margin-top: 90px;
    border-radius: 15px;
    overflow: hidden;
    padding: 0px 35px;
    padding-bottom: 35px;
}
section.home-zag.small a {
    color: #ffffff;
}
.menu .main-a::after {
    background: #05639c;
}
.wc-block-components-button__text,
.a21 {
    background: #87b65f!important;
    border: none;
    color: #fff!important;
    font-size: 18px!important;
    padding: 10px 20px;
    border-radius: 12px!important;
}
.a21:hover{background: #67973f!important;}

.a21 i {
    margin-right: 11px;
}
body {
    margin: 0;
    font-family: 'Montserrat';
}
button,
a {
    text-decoration: none;
	    cursor: pointer;
    transition: 0.4s;
    font-family: 'montserrat';
    font-weight: 600;
}
img {
    width: 100%;
    height: auto;
}
section {
    padding: 50px 10%;
}
* {
    box-sizing: border-box;
}

section.fyter img {
    max-width: 450px;
    margin: 0 auto;
    display: block;
}
section.fyter {
    display: grid;
    grid-template-columns: 100%;
    background: #1772a9;
    color: #fff;
    margin-top: 50px;
    text-align: center;
    width: 80%;
    margin: 50px auto;
    border-radius: 15px;
}
nav.footer-nav ul {
    list-style: none;
    margin: 0;
    display: grid;
    padding: 0;
}
nav.footer-nav ul a {
    color: #000;
    font-weight: 600;
    font-size: 22px;
}

@media(max-width:650px){
.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
        padding-bottom: 50px;
        min-width: 100%;
        margin: 0 auto;
    }
}