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;
}


.vxod {
    max-width: 650px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
    min-height: 100vh;
    text-align: center;
}
h2 {
    color: #84b85c;
    font-weight: 800;
    text-transform: uppercase;
}
h1 {
    font-size: 40px;
}
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/2025/07/pexels-mikebirdy-190574.jpg);
    background-size: cover;
    z-index: -1;
    filter: brightness(0.2);
}
section.home-zag.small {
    position: relative;
    padding-top: 105px;
    padding-bottom: 65px;
    color: #fff;
}
section.home-zag.small a {
    color: #86b65f;
}
.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;}
ul.menu > li a:hover{color: #67973f;}
.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%;}
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: #ffffff;
    border-top: 1px solid #d4d1d1;
    margin-top: 50px;
    text-align: center;
}
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;
    }
}