*{
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
}
.site-header-two-level {
    width: 100%;
    background: #fff;
    position: relative;
    z-index: 50;
}

.site-header-two-level .header-wrap {
        display: flex;
    width: 100%;
    justify-content: space-between;
}

/* LEFT LOGO */
.site-header-two-level .header-logo-side {

    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-right: 1px solid #e8e8e8;
    padding: 0px 30px;
}

.site-header-two-level .header-logo-link {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.site-header-two-level .header-logo-link img {
       max-width: 210px;
    max-height: 135px;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
    height: 140px;
}

/* RIGHT SIDE */
.site-header-two-level .header-content-side {
    display: flex;
    flex-direction: column;
}

/* TOP ROW */
.site-header-two-level .header-top-row {
    padding:  16px;
    background: #f4f1eb;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #f0eee9;
}

.site-header-two-level .header-contact-items {
    display: flex;
    align-items: center;
    gap: 0;
    width: 100%;
    justify-content: end;
}

.social-links{
    display: flex;
    gap: 12px;
}
.social-links path{
        fill: black;
}
.social-links svg{
    width: 16px;
}

.site-header-two-level .header-contact-item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 0 35px;
    border-right: 1px solid #d9d6d0;
}

.text-page-section .text-page-content h2{
    font-size: 24px;
}

.site-header-two-level .header-contact-item:first-child {
    padding-left: 0;
}

.site-header-two-level .header-contact-item:last-child {
    border-right: none;
}

.site-header-two-level .header-contact-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #4b4b4b;
    font-size: 24px;
    line-height: 1;
}

.site-header-two-level .header-contact-text {
    font-size: 14px;
    line-height: 1.4;
    color: #444;
    text-decoration: none;
    font-weight: 400;
}

.site-header-two-level a.header-contact-text:hover {
    color: #0f571f;
}

/* BOTTOM ROW */
.site-header-two-level .header-bottom-row {
       background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 0px;
}

/* NAV */
.site-header-two-level .main-header-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.main-header-nav{
    padding-left: 32px;
}

.site-header-two-level .main-header-nav > ul {
    display: flex;
    align-items: center;
    gap: 38px;
}

.site-header-two-level .main-header-nav li {
    position: relative;
}

.site-header-two-level .main-header-nav a {
   display: flex;
    align-items: center;
    gap: 6px;
    font-size: 15px;
    line-height: 1;
    color: #333;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.25s ease;
}

.site-header-two-level .main-header-nav li.active > a,
.site-header-two-level .main-header-nav a:hover {
    color: #0f571f;
}

.site-header-two-level .submenu-arrow {
    font-size: 11px;
    line-height: 1;
}

/* SUB MENU */
.site-header-two-level .sub-menu {
    position: absolute;
    left: 0;
    min-width: 210px;
    background: #fff;
    padding: 12px 0;
    border-radius: 6px;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.12);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.25s ease;
    z-index: 20;
}

.site-header-two-level .menu-item-has-children:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.site-header-two-level .sub-menu li {
    width: 100%;
}

.site-header-two-level .sub-menu a {
    display: block;
    padding: 12px 20px;
    font-size: 15px;
    color: #333;
    white-space: nowrap;
}

.site-header-two-level .sub-menu a:hover {
    background: #f7f4ee;
    color: #0f571f;
}

/* ACTIONS */
.site-header-two-level .header-actions {
        display: flex;
    align-items: center;
    gap: 28px;
    margin-left: 40px;
    margin-right: 40px;
}

.site-header-two-level .header-search-btn {
    border: none;
    background: transparent;
    padding: 0;
    cursor: pointer;
    font-size: 24px;
    color: #222;
    line-height: 1;
}

.site-header-two-level .header-search-btn:hover {
    color: #0f571f;
}

.site-header-two-level .header-cart-link {
    position: relative;
    display: inline-flex;
    align-items: center;
    color: #333;
    font-size: 24px;
    text-decoration: none;
}

.site-header-two-level .header-cart-link:hover {
    color: #0f571f;
}

.site-header-two-level .cart-count {
    position: absolute;
    right: -10px;
    bottom: -7px;
    width: 20px;
    height: 20px;
    background: #f5aa00;
    color: #fff;
    border-radius: 50%;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    font-weight: 700;
}

.site-header-two-level .header-quote-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 56px;
    padding: 0 34px;
    border-radius: 6px;
    background: #49910b;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.25s ease;
    white-space: nowrap;
}

.site-header-two-level .header-quote-btn:hover {
    background: #0a4217;
    color: #fff;
}

/* MOBILE BUTTON */
.site-header-two-level .mobile-menu-btn {
    display: none;
    width: 34px;
    height: 28px;
    border: none;
    background: transparent;
    padding: 0;
    cursor: pointer;
    flex-direction: column;
    justify-content: space-between;
}

.site-header-two-level .mobile-menu-btn span {
    display: block;
    height: 3px;
    width: 100%;
    background: #0f571f;
    border-radius: 2px;
}

/* MOBILE MENU */
.site-header-two-level .mobile-header-menu {
    display: none;
    background: #fff;
    border-top: 1px solid #eee;
}

.site-header-two-level .mobile-header-menu ul {
    list-style: none;
    margin: 0;
    padding: 15px 20px;
}

.site-header-two-level .mobile-header-menu li {
    border-bottom: 1px solid #eee;
}

.site-header-two-level .mobile-header-menu li:last-child {
    border-bottom: none;
}

.site-header-two-level .mobile-header-menu a {
    display: block;
    padding: 14px 0;
    font-size: 16px;
    color: #333;
    text-decoration: none;
    font-weight: 500;
}

.site-header-two-level .mobile-header-menu a:hover {
    color: #0f571f;
}

/* RESPONSIVE */
@media (max-width: 1400px) {
    .site-header-two-level .header-logo-side {
        width: 260px;
        min-width: 260px;
    }

    .site-header-two-level .header-content-side {
        width: calc(100% - 260px);
    }

    .site-header-two-level .header-top-row,
    .site-header-two-level .header-bottom-row {
        padding-left: 35px;
        padding-right: 35px;
    }

    .site-header-two-level .main-header-nav > ul {
        gap: 24px;
    }

    .site-header-two-level .header-actions {
        gap: 20px;
        margin-left: 25px;
    }
}

@media (max-width: 1199px) {
    .site-header-two-level .header-wrap {
        min-height: 110px;
    }

    .site-header-two-level .header-logo-side {
        width: 220px;
        min-width: 220px;
        padding: 15px 20px;
    }

    .site-header-two-level .header-logo-link img {
        max-width: 165px;
        max-height: 95px;
    }

    .site-header-two-level .header-content-side {
        width: calc(100% - 220px);
    }

    .site-header-two-level .header-top-row {
        height: 50px;
        padding: 0 25px;
    }

    .site-header-two-level .header-contact-item {
        padding: 0 18px;
        gap: 9px;
    }

    .site-header-two-level .header-contact-icon {
        font-size: 17px;
    }

    .site-header-two-level .header-contact-text {
        font-size: 13px;
    }

    .site-header-two-level .header-bottom-row {
        height: 60px;
        padding: 0 25px;
    }

    .site-header-two-level .main-header-nav {
        display: none;
    }

    .site-header-two-level .header-search-btn,
    .site-header-two-level .header-cart-link,
    .site-header-two-level .header-quote-btn {
        display: none;
    }

    .site-header-two-level .mobile-menu-btn {
        display: flex;
    }

    .site-header-two-level .header-actions {
        margin-left: auto;
    }

    .site-header-two-level.mobile-open .mobile-header-menu {
        display: block;
    }
}

@media (max-width: 767px) {
    .site-header-two-level .header-wrap {
        min-height: auto;
    }

    .site-header-two-level .header-logo-side {
        width: 140px;
        min-width: 140px;
        padding: 12px;
    }

    .site-header-two-level .header-logo-link img {
        max-width: 110px;
        max-height: 75px;
    }

    .site-header-two-level .header-content-side {
        width: calc(100% - 140px);
    }

    .site-header-two-level .header-top-row {
        height: auto;
        min-height: 55px;
        padding: 8px 15px;
    }

    .site-header-two-level .header-contact-items {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }

    .site-header-two-level .header-contact-item {
        padding: 0;
        border-right: none;
        gap: 7px;
    }

    .site-header-two-level .header-contact-icon {
        width: 16px;
        font-size: 13px;
    }

    .site-header-two-level .header-contact-text {
        font-size: 11px;
        line-height: 1.25;
    }

    .site-header-two-level .header-bottom-row {
        height: 55px;
        padding: 0 15px;
        justify-content: flex-end;
    }
}

@media (max-width: 420px) {
    .site-header-two-level .header-logo-side {
        width: 115px;
        min-width: 115px;
    }

    .site-header-two-level .header-logo-link img {
        max-width: 95px;
        max-height: 65px;
    }

    .site-header-two-level .header-content-side {
        width: calc(100% - 115px);
    }

    .site-header-two-level .header-contact-text {
        font-size: 10px;
    }
}







.banner-block{
    background: url(../img/h1-slider1.jpg);
    background-size: cover;
    background-position-y: bottom;
        position: relative;
        border-radius: 6px;
}
.banner-block .title-block h1{
        padding: 240px 0;
    color: white;
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
}
.banner-block .title-block{
    z-index: 2;
}

.banner-block::after{
        content: '';
        z-index: 1;
    height: 100%;
    width: 100%;
    position: absolute;
    background: #0000002b;
    top: 0;
    border-radius: 6px;
}


.recomendation{
    padding: 80px 0;
}
.recomendation .title-block{
          text-align: center;
    margin-bottom: 40px;
}

.recomendation .title-block h2{
          font-size: 28px;
    color: #49910b;
    text-transform: uppercase;
    font-weight: 700;
}
.recomendation .single-recom a{
    text-decoration: none;
}

.recomendation .single-recom .name span{
         color: black;
    font-size: 20px;
    display: block;
    margin: 12px 0;
    text-align: center;
}
.recomendation .single-recom .him-block{
        background: #49910b;
    color: white;
    font-size: 20px;
    padding: 8px;
    font-weight: 600;
    text-align: center;
        border-radius: 6px;
}

.recomendation .single-recom .img-block img{
    height: 285px;
    width: 100%;
    object-fit: cover;
    border-radius: 6px;
}
.recomendation .single-recom{
        padding: 0px 10px;
}






.advantages-section {
    position: relative;
    padding: 110px 0;
    background: #f4f1eb;
    overflow: hidden;
}

.advantages-section::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 48%;
    height: 72%;
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: contain;
    opacity: 0.12;
    pointer-events: none;
}

.advantages-section .container {
    position: relative;
    z-index: 2;
}

.advantages-section__inner {
    display: grid;
    grid-template-columns: 38% 62%;
    align-items: center;
    gap: 40px;
}

.advantages-section__label {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 18px;
    font-size: 15px;
    line-height: 1.3;
    color: #0e5b20;
    font-weight: 500;
}

.advantages-section__label-icon {
    display: inline-flex;
    font-size: 20px;
    line-height: 1;
}

.advantages-section__title {
    margin: 0 0 28px;
    font-size: 42px;
    line-height: 1.13;
    font-weight: 500;
    color: #000;
    letter-spacing: -1.5px;
}

.advantages-section__text {
    max-width: 520px;
    margin: 0 0 46px;
    font-size: 18px;
    line-height: 1.45;
    color: #3d3d3d;
}

.advantages-section__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 14px 30px;
    background: #5f3101;
    border-radius: 5px;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    transition: all 0.25s ease;
}

.site-header-two-level .menu-item-has-children {
    position: relative;
}

.site-header-two-level .sub-menu {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    min-width: 210px;
    background: #fff;
    padding: 12px 0;
    border-radius: 6px;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.12);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.25s ease;
    z-index: 9999;
    pointer-events: none;
}

.site-header-two-level .menu-item-has-children.submenu-open > .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
}

.advantages-section__btn:hover {
    background: #074813;
    color: #fff;
    text-decoration: none;
}

.advantages-card {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 70px 90px;
    padding: 70px 62px;
    background: #fff;
    border-radius: 6px;
}

.advantages-card__item {
    min-height: 180px;
        position: relative;
}

.advantages-card__top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 18px;
}

.advantages-card__icon {
    color: #2f8a2f;
    font-size: 36px;
    line-height: 1;
}



.advantages-card__num {
        font-size: 64px;
    line-height: 1;
    font-weight: 900;
    color: #49910b61;
    position: absolute;
    right: 0px;
    bottom: 0;
}

.advantages-card__item h3 {
    margin: 0 0 8px;
    font-size: 22px;
    line-height: 1.2;
    font-weight: 500;
    color: #000;
}

.advantages-card__item p {
    margin: 0;
    max-width: 260px;
    font-size: 16px;
    line-height: 1.45;
    color: #555;
}




@media (max-width: 1199px) {
    .advantages-section__title {
        font-size: 44px;
    }

    .advantages-card {
        gap: 50px 50px;
        padding: 55px 45px;
    }

    .advantages-card__item h3 {
        font-size: 22px;
    }
}

@media (max-width: 991px) {
    .advantages-section {
        padding: 70px 0;
    }

    .advantages-section::before {
        width: 100%;
        height: 45%;
        opacity: 0.08;
    }

    .advantages-section__inner {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .advantages-section__title {
        font-size: 38px;
    }

    .advantages-section__text {
        margin-bottom: 30px;
        font-size: 16px;
    }

    .advantages-card {
        grid-template-columns: 1fr 1fr;
        gap: 35px;
        padding: 40px 30px;
    }
}

@media (max-width: 575px) {
    .advantages-section {
        padding: 55px 0;
    }

    .advantages-section__title {
        font-size: 32px;
        letter-spacing: -0.5px;
    }

    .advantages-card {
        grid-template-columns: 1fr;
        gap: 30px;
        padding: 32px 22px;
    }

    .advantages-card__item {
        min-height: auto;
    }

    .advantages-card__top {
        margin-bottom: 14px;
    }

    .advantages-card__icon {
        font-size: 32px;
    }

    .advantages-card__num {
        font-size: 36px;
    }

    .advantages-card__item h3 {
        font-size: 21px;
    }

    .advantages-card__item p {
        max-width: 100%;
        font-size: 15px;
    }
}








.top-sale-products-section {
    padding: 40px 0;
}

.top-sale-products-section .top-sale-products-head {
    margin-bottom: 25px;
}

.top-sale-products-section .top-sale-products-head h2 {
    margin: 0;
    font-size: 32px;
    font-weight: 700;
    color: #111;
}

.top-sale-products-section .top-sale-product-card {
    position: relative;
    background: #fff;
    border: 1px solid #dcdcdc;
    border-radius: 6px;
    padding: 16px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.top-sale-products-section .top-sale-product-labels {
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
}

.top-sale-products-section .product-label {
        display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 7px 10px;
    border-radius: 9px;
    color: #fff;
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
}

.top-sale-products-section .product-label-new {
    background: #21b500;
}

.top-sale-products-section .product-label-top {
    background: #5f3101;
}

.top-sale-products-section .top-sale-product-image {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 250px;
    margin-bottom: 18px;
    text-decoration: none;
}

.top-sale-products-section .top-sale-product-image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    display: block;
}

.top-sale-products-section .top-sale-product-content {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.top-sale-products-section .top-sale-product-title {
    display: block;
    margin-bottom: 24px;
    color: #111;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 700;
    text-decoration: none;
}

.top-sale-products-section .top-sale-product-title:hover {
    color: #49910b;
}

.top-sale-products-section .top-sale-product-price {
       margin-top: auto;
    margin-bottom: 24px;
    border-radius: 7px;
    color: #111;
    font-size: 20px;
    line-height: 1;
    font-weight: 600;
    display: flex;
    gap: 9px;
}

.top-sale-products-section .top-sale-product-price del {
    display: block;
    margin-bottom: 5px;
    color: #999;
    font-size: 17px;
    font-weight: 400;
}

.top-sale-products-section .top-sale-product-price ins {
    text-decoration: none;
}
mark, ins{
        background: none !important;
}

.top-sale-products-section .top-sale-product-btn {
    width: 100%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    border-radius: 7px;
    background: #49910b;
    color: #fff !important;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    border: none;
    transition: 0.25s ease;
}

.top-sale-products-section .top-sale-product-btn:hover {
    background: #1fa300;
    color: #fff !important;
}

.top-sale-products-section .top-sale-product-btn.disabled {
    background: #999;
    pointer-events: none;
}

.top-sale-products-section .owl-stage {
    display: flex;
}

.top-sale-products-section .owl-item {
    display: flex;
}

.top-sale-products-section .owl-item .top-sale-product-item {
    width: 100%;
    display: flex;
}

.top-sale-products-section .owl-nav {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    gap: 12px;
}

.top-sale-products-section .owl-nav button {
    width: 38px;
    height: 38px;
    border-radius: 50% !important;
    background: #23b900 !important;
    color: #fff !important;
    font-size: 24px !important;
    line-height: 1 !important;
}

.top-sale-products-section .owl-dots {
    margin-top: 18px;
}

@media (max-width: 575px) {
    .top-sale-products-section {
        padding: 30px 0;
    }

    .top-sale-products-section .top-sale-products-head h2 {
        font-size: 26px;
    }

    .top-sale-products-section .top-sale-product-image {
        height: 230px;
    }

    .top-sale-products-section .top-sale-product-title {
        font-size: 17px;
        margin-bottom: 35px;
    }

    .top-sale-products-section .top-sale-product-price {
        font-size: 21px;
    }
}

.top-sale-products-section .top-sale-products-carousel {
    position: relative;
}

.top-sale-products-section .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin-top: 0;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
    transform: translateY(-50%);
    z-index: 5;
}

.top-sale-products-section .owl-nav button {
    width: 42px;
    height: 42px;
    border-radius: 50% !important;
    background: #23b900 !important;
    color: #fff !important;
    font-size: 28px !important;
    line-height: 1 !important;
    pointer-events: auto;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.top-sale-products-section .owl-nav button.owl-prev {
    margin-left: -20px;
}

.top-sale-products-section .owl-nav button.owl-next {
    margin-right: -20px;
}

.top-sale-products-section .top-sale-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    transform: translateY(-2px);
}

@media (max-width: 575px) {
    .top-sale-products-section .owl-nav button.owl-prev {
        margin-left: 0;
    }

    .top-sale-products-section .owl-nav button.owl-next {
        margin-right: 0;
    }
}




.top-sales{
    padding: 80px 0;
}
.top-sales .title{
    text-align: center;
}
.top-sales .title h2{
        font-size: 28px;
    color: #49910b;
    text-transform: uppercase;
    font-weight: 700;
}







.home-testimonials-section {
    padding: 80px 0;
    background: #f7f7f7;
}

.home-testimonials-section .home-testimonials-heading {
    text-align: center;
    margin-bottom: 50px;
}

.home-testimonials-section .home-testimonials-subtitle {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 24px;
    line-height: 1.2;
    color: #3b5d2a;
    margin-bottom: 15px;
}

.home-testimonials-section .home-testimonials-subtitle-icon {
    font-size: 26px;
    line-height: 1;
}

.home-testimonials-section .home-testimonials-heading h2 {
   font-size: 28px;
    color: #5f3101;
    text-transform: uppercase;
    font-weight: 700;
}

.home-testimonials-section .home-testimonials-row {
    row-gap: 30px;
}

.home-testimonials-section .home-testimonial-card {
    border-radius: 8px;
    padding: 45px 45px 35px;
    height: 100%;
}

.home-testimonials-section .home-testimonial-card--pink {
    background: #ece4e6;
}

.home-testimonials-section .home-testimonial-card--green {
    background: #e5ece4;
}

.home-testimonials-section .home-testimonial-card-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 30px;
    padding-bottom: 35px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}


.home-testimonials-section .home-testimonial-quote {
    font-size: 54px;
    line-height: 1;
    color: #14532d;
    font-weight: 700;
    margin-bottom: 12px;
}

.home-testimonials-section .home-testimonial-stars {
    font-size: 22px;
    line-height: 1;
    color: #f3a300;
    letter-spacing: 2px;
    margin-bottom: 15px;
}

.home-testimonials-section .home-testimonial-content h3 {
    margin: 0 0 18px;
    font-size: 38px;
    line-height: 1.2;
    font-weight: 500;
    color: #000;
}

.home-testimonials-section .home-testimonial-content p {
    margin: 0;
    font-size: 18px;
    line-height: 1.7;
    color: #355f39;
    max-width: 430px;
}

.home-testimonials-section .home-testimonial-image {
    width: 165px;
    min-width: 165px;
}

.home-testimonials-section .home-testimonial-image img {
    width: 100%;
    height: 225px;
    object-fit: cover;
    border-radius: 6px;
    display: block;
}

.home-testimonials-section .home-testimonial-bottom {
    display: flex;
    align-items: center;
    gap: 18px;
}

.home-testimonials-section .home-testimonial-author-icon {
    width: 56px;
    height: 56px;
    min-width: 56px;
    border: 2px solid #14532d;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #14532d;
    font-size: 24px;
}

.home-testimonials-section .home-testimonial-author-info {
    display: flex;
    flex-direction: column;
}

.home-testimonials-section .home-testimonial-author-name {
    font-size: 28px;
    line-height: 1.2;
    font-weight: 500;
    color: #000;
    margin-bottom: 6px;
}

.home-testimonials-section .home-testimonial-author-role {
    font-size: 18px;
    line-height: 1.2;
    color: #f3a300;
}

@media (max-width: 1199px) {
    .home-testimonials-section .home-testimonials-heading h2 {
        font-size: 52px;
    }

    .home-testimonials-section .home-testimonial-content h3 {
        font-size: 32px;
    }

    .home-testimonials-section .home-testimonial-author-name {
        font-size: 24px;
    }
}

@media (max-width: 991px) {
    .home-testimonials-section {
        padding: 60px 0;
    }

    .home-testimonials-section .home-testimonials-heading {
        margin-bottom: 35px;
    }

    .home-testimonials-section .home-testimonials-heading h2 {
        font-size: 42px;
    }

    .home-testimonials-section .home-testimonial-card {
        padding: 30px 25px;
    }

    .home-testimonials-section .home-testimonial-card-top {
        flex-direction: column;
        gap: 20px;
    }

    .home-testimonials-section .home-testimonial-content {
        max-width: 100%;
    }

    .home-testimonials-section .home-testimonial-image {
        width: 100%;
        min-width: 100%;
    }

    .home-testimonials-section .home-testimonial-image img {
        width: 100%;
        max-width: 220px;
        height: 260px;
    }
}

@media (max-width: 767px) {
    .home-testimonials-section .home-testimonials-subtitle {
        font-size: 18px;
    }

    .home-testimonials-section .home-testimonials-heading h2 {
        font-size: 34px;
        line-height: 1.15;
    }

    .home-testimonials-section .home-testimonial-content h3 {
        font-size: 28px;
    }

    .home-testimonials-section .home-testimonial-content p {
        font-size: 16px;
        line-height: 1.6;
    }

    .home-testimonials-section .home-testimonial-author-name {
        font-size: 22px;
    }

    .home-testimonials-section .home-testimonial-author-role {
        font-size: 16px;
    }
}







.site-footer-farmor {
    background-image: url('../img/bg-footer.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
}

.site-footer-farmor .site-footer-farmor-overlay {
    background: rgba(0, 0, 0, 0.78);
    padding: 75px 0 0;
}

.site-footer-farmor .site-footer-farmor-row {
    row-gap: 35px;
    padding-bottom: 70px;
}

.site-footer-farmor .site-footer-farmor-logo {
    display: inline-flex;
    align-items: center;
    margin-bottom: 20px;
}

.site-footer-farmor .site-footer-farmor-logo img {
    max-width: 175px;
    height: auto;
    display: block;
}

.site-footer-farmor .site-footer-farmor-about p {
    margin: 0 0 28px;
    max-width: 280px;
    font-size: 18px;
    line-height: 1.55;
    color: #ffffff;
}

.site-footer-farmor .site-footer-farmor-socials {
    display: flex;
    align-items: center;
    gap: 22px;
}

.site-footer-farmor .site-footer-farmor-socials a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 20px;
    line-height: 1;
    text-decoration: none;
    transition: color 0.25s ease, transform 0.25s ease;
}

.site-footer-farmor .site-footer-farmor-socials a:hover {
    color: #49910b;
    transform: translateY(-2px);
}

.site-footer-farmor .site-footer-farmor-menu h3 {
    margin: 0 0 28px;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 600;
    color: #ffffff;
}

.site-footer-farmor .site-footer-farmor-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.site-footer-farmor .site-footer-farmor-menu ul li {
    margin-bottom: 13px;
}

.site-footer-farmor .site-footer-farmor-menu ul li:last-child {
    margin-bottom: 0;
}

.site-footer-farmor .site-footer-farmor-menu ul li a {
    display: inline-block;
    font-size: 15px;
    line-height: 1.35;
    font-weight: 400;
    color: #ffffff;
    text-decoration: none;
    transition: color 0.25s ease, padding-left 0.25s ease;
}

.site-footer-farmor .site-footer-farmor-menu ul li a:hover {
    color: #49910b;
    padding-left: 5px;
}

.site-footer-farmor .site-footer-farmor-copy {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding: 30px 0;
    text-align: center;
}

.site-footer-farmor .site-footer-farmor-copy p {
    margin: 0;
    font-size: 14px;
    line-height: 1.4;
    color: #ffffff;
}

@media (max-width: 991px) {
    .site-footer-farmor .site-footer-farmor-overlay {
        padding-top: 55px;
    }

    .site-footer-farmor .site-footer-farmor-row {
        padding-bottom: 50px;
    }

    .site-footer-farmor .site-footer-farmor-menu h3 {
        font-size: 24px;
        margin-bottom: 18px;
    }

    .site-footer-farmor .site-footer-farmor-about p {
        font-size: 16px;
    }

    .site-footer-farmor .site-footer-farmor-menu ul li a {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .site-footer-farmor .site-footer-farmor-overlay {
        padding-top: 45px;
    }

    .site-footer-farmor .site-footer-farmor-about,
    .site-footer-farmor .site-footer-farmor-menu {
        text-align: left;
    }

    .site-footer-farmor .site-footer-farmor-about p {
        max-width: 100%;
    }

    .site-footer-farmor .site-footer-farmor-socials {
        gap: 18px;
    }

    .site-footer-farmor .site-footer-farmor-copy {
        padding: 22px 0;
    }

    .site-footer-farmor .site-footer-farmor-copy p {
        font-size: 15px;
    }
}




.woocommerce-breadcrumb-section{
    background: url(../img/h1-slider1.jpg);
    background-size: cover;
    background-position-y: bottom;
    position: relative;
    border-radius: 6px;
    padding: 32px 0;
}
.woocommerce-breadcrumb-section::after{
        content: '';
    z-index: 1;
    height: 100%;
    width: 100%;
    position: absolute;
    background: #0000008a;
    top: 0;
    border-radius: 6px;
}

.woocommerce-breadcrumb-section #breadcrumbs{
        position: relative;
    z-index: 2;
        margin: 0;
}
.woocommerce-breadcrumb-section #breadcrumbs span{
    color: white;
}
.woocommerce-breadcrumb-section #breadcrumbs a{
    color: white;
    text-decoration: none;
}

.social-link__icon svg {
    width: 18px;
    height: 18px;
    fill: currentColor;
    display: block;
}



.single-product-section{
    padding: 60px 0 0;
}
.woocommerce div.product div.summary{
    margin: 0;
}

.single-product-section h1{
        color: black;
    font-size: 32px;
}

.single-product-section .woocommerce-Price-amount.amount bdi{
        color: #49910b;
    font-size: 24px;
    font-weight: 900;
}

.woocommerce-product-details__short-description .ps-xl-4{
    padding: 0 !important;
}
.custom-product-description-content .ps-xl-4{
    padding: 0 !important;
}
.related.products{
    padding: 40px 0 0;
}
.related.products h2{
        font-size: 24px;
    font-weight: 600;
    color: black;
    text-align: center;
    padding-bottom: 24px;
}

.custom-product-description h2{
    font-size: 24px;
    font-weight: 600;
    color: black;
}

.related.products ul li{
        position: relative;
    background: #fff;
    border: 1px solid #dcdcdc;
    border-radius: 6px;
    padding: 16px !important;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.single-product-section .related.products .woocommerce-Price-amount.amount bdi{
        margin-top: auto;
    margin-bottom: 10px;
    background: #f4f1eb;
    border-radius: 7px;
    padding: 18px 14px;
    color: #111;
    font-size: 20px;
    line-height: 1;
        display: block;
    font-weight: 600;
        margin: 0;
}
.single-product-section .related.products  .woocommerce-loop-product__title{
        text-align: left;
    margin-bottom: 12px !important;
}

.product_meta a{
        display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 7px 10px;
    border-radius: 9px;
    color: #fff;
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
    background: #5f3101;
    text-decoration: none;
}
.product_meta{
        border-top: 1px solid #e8e8e8;
    padding-top: 24px;
}
.product_meta .posted_in{
    display: flex;
    align-items: center;
    gap: 6px;
}

.sc-product-discounts{
    display: none;
}


.woocommerce-breadcrumb-section h1{
        z-index: 9;
    position: relative;
    color: white;
    font-size: 32px;
}










.etalon-about-section {
    padding: 90px 0;
    background: #fff;
}



.etalon-about-image {
    position: sticky;
    top: 30px;
}

.etalon-about-image img {
    width: 100%;
    height: 620px;
    object-fit: cover;
    border-radius: 18px;
    display: block;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.12);
}


.etalon-about-label {
       display: inline-block;
    margin-bottom: 24px;
    padding: 7px 16px;
    background: #f5c542;
    color: #1f1f1f;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 700;
}

.etalon-about-content h2 {
    margin: 0 0 24px;
    font-size: 32px;
    line-height: 1.15;
    font-weight: 700;
    color: #111;
}

.etalon-about-content h3 {
    margin: 32px 0 24px;
    font-size: 26px;
    line-height: 1.25;
    color: #111;
}

.etalon-about-content p {
    margin: 0 0 16px;
    font-size: 17px;
    line-height: 1.7;
    color: #4b4b4b;
}

.etalon-about-content a {
    color: #145c23;
    font-weight: 700;
    text-decoration: none;
}

.etalon-about-content ul {
    margin: 0 0 24px;
    padding: 0;
    list-style: none;
}

.etalon-about-content li {
    position: relative;
    margin-bottom: 14px;
    padding-left: 32px;
    font-size: 17px;
    line-height: 1.65;
    color: #4b4b4b;
}

.etalon-about-content li::before {
       content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #145c23;
    color: #fff;
    font-size: 13px;
    line-height: 22px;
    text-align: center;
    font-weight: 700;
    background: url(https://s.w.org/images/core/emoji/17.0.2/svg/1f331.svg);
}

.etalon-about-note {
    padding: 22px 24px;
    background: #f3f8ef;
    border-left: 5px solid #145c23;
    border-radius: 12px;
}

@media (max-width: 991px) {
    .etalon-about-section {
        padding: 60px 0;
    }

    .etalon-about-wrap {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .etalon-about-image {
        position: relative;
        top: auto;
    }

    .etalon-about-image img {
        height: 420px;
    }

    .etalon-about-content h2 {
        font-size: 34px;
    }
}

@media (max-width: 575px) {
    .etalon-about-section {
        padding: 45px 0;
    }

    .etalon-about-image img {
        height: 300px;
        border-radius: 14px;
    }

    .etalon-about-content h2 {
        font-size: 28px;
    }

    .etalon-about-content h3 {
        font-size: 22px;
    }

    .etalon-about-content p,
    .etalon-about-content li {
        font-size: 15px;
    }
}








.blog-page{
   padding: 60px 0 60px;
}

.blog-card {
    margin-bottom: 55px;
}

.blog-card-image {
    display: block;
    margin-bottom: 26px;
    overflow: hidden;
    border-radius: 4px;
}

.blog-card-image img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    display: block;
}

.blog-card-meta {
    display: flex;
    align-items: center;
    gap: 28px;
    margin-bottom: 20px;
    font-size: 16px;
    color: #1f1f1f;
}

.blog-meta-item {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.blog-meta-author::before {
    content: "♡";
    font-size: 17px;
    color: #111;
}

.blog-meta-comments {
    color: #005b20;
}

.blog-meta-comments::before {
    content: "☏";
    font-size: 16px;
    color: #111;
}

.blog-card-title {
    margin: 0 0 25px;
    font-size: 48px;
    line-height: 1.1;
    font-weight: 400;
}

.blog-card-title a {
    color: #000;
    text-decoration: none;
}

.blog-card-title a:hover {
    color: #005b20;
}

.blog-card-excerpt {
    max-width: 920px;
    margin-bottom: 28px;
    font-size: 17px;
    line-height: 1.6;
    color: #3f3f4f;
}

.blog-read-more {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #005b20;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    border-bottom: 1px solid #005b20;
    padding-bottom: 3px;
}

.blog-read-more:hover {
    color: #000;
    border-color: #000;
}

.blog-pagination {
    margin-top: 30px;
}

.blog-pagination .nav-links {
    display: flex;
    gap: 10px;
    align-items: center;
}

.blog-pagination .page-numbers {
    min-width: 38px;
    height: 38px;
    padding: 0 12px;
    border: 1px solid #005b20;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #005b20;
    text-decoration: none;
}

.blog-pagination .page-numbers.current,
.blog-pagination .page-numbers:hover {
    background: #005b20;
    color: #fff;
}

@media (max-width: 991px) {
    .blog-card-image img {
        height: 360px;
    }

    .blog-card-title {
        font-size: 36px;
    }
}

@media (max-width: 575px) {
    .blog-archive-page {
        padding: 35px 0;
    }

    .blog-card {
        margin-bottom: 40px;
    }

    .blog-card-image img {
        height: 240px;
    }

    .blog-card-title {
        font-size: 30px;
    }

    .blog-card-excerpt {
        font-size: 15px;
    }

    .blog-card-meta {
        font-size: 14px;
        gap: 18px;
    }
}

.blog-posts-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 55px 35px;
}

.blog-card {
    margin-bottom: 0;
}

.blog-card-image img {
    width: 100%;
    height: 330px;
    object-fit: cover;
    display: block;
}

.blog-card-title {
    margin: 0 0 20px;
    font-size: 26px;
    line-height: 1.15;
    font-weight: 400;
}

.blog-card-excerpt {
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 1.6;
    color: #3f3f4f;
}

@media (max-width: 767px) {
    .blog-posts-list {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .blog-card-image img {
        height: 250px;
    }

    .blog-card-title {
        font-size: 30px;
    }
}




.single-post-page-con  {
    padding: 60px 0;
}

.single-post-layout {
    display: grid;
    grid-template-columns: 1fr 390px;
    gap: 90px;
    align-items: flex-start;
}

.single-post-title {
    margin: 0 0 18px;
    font-size: 36px;
    line-height: 1.1;
    font-weight: 400;
    color: #000;
}

.single-post-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 28px;
    margin-bottom: 32px;
    font-size: 16px;
    color: #3f3f4f;
}

.single-post-meta span:nth-child(2) {
    color: #005b20;
}

.single-post-image {
    margin-bottom: 30px;
    border-radius: 4px;
    overflow: hidden;
}

.single-post-image img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    display: block;
}

.single-post-text {
    font-size: 17px;
    line-height: 1.75;
    color: #3f3f4f;
}

.single-post-text p {
    margin-bottom: 22px;
}

.recent-posts-box {
    background: #f5f2ec;
    border-radius: 4px;
    padding: 32px 30px;
}

.recent-posts-box h3 {
    margin: 0 0 28px;
    font-size: 26px;
    line-height: 1.2;
    font-weight: 500;
    color: #000;
}

.recent-post-item {
    display: grid;
    grid-template-columns: 80px 1fr;
    gap: 16px;
    margin-bottom: 30px;
}

.recent-post-item:last-child {
    margin-bottom: 0;
}

.recent-post-thumb img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 4px;
    display: block;
}

.recent-post-meta {
    display: flex;
    gap: 12px;
    margin-bottom: 8px;
    font-size: 13px;
    color: #5f6270;
}

.recent-post-title {
    font-size: 16px;
    line-height: 1.45;
    font-weight: 500;
    color: #000;
    text-decoration: none;
}

.recent-post-title:hover {
    color: #005b20;
}

@media (max-width: 991px) {
    .single-post-layout {
        grid-template-columns: 1fr;
        gap: 45px;
    }

    .single-post-title {
        font-size: 38px;
    }

    .single-post-image img {
        height: 360px;
    }
}

@media (max-width: 575px) {
    .single-post-page {
        padding: 45px 0;
    }

    .single-post-title {
        font-size: 32px;
    }

    .single-post-meta {
        gap: 14px;
        font-size: 14px;
    }

    .single-post-image img {
        height: 250px;
    }

    .recent-posts-box {
        padding: 25px 20px;
    }
}




.comics-section {
    padding: 60px 0;
}

.comics-head {
    max-width: 760px;
    margin: 0 auto 45px;
    text-align: center;
}

.comics-label {
    display: inline-block;
    margin-bottom: 12px;
    padding: 7px 16px;
    background: #f5c542;
    color: #1f1f1f;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 700;
}

.comics-head h2 {
    margin: 0 0 16px;
    font-size: 44px;
    line-height: 1.15;
    color: #123b1f;
}

.comics-head p {
    margin: 0;
    font-size: 17px;
    line-height: 1.6;
    color: #4b4b4b;
}

.comics-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
}

.comic-card {
    position: relative;
    display: block;
    background: #fff;
    padding: 14px;
    border-radius: 18px;
    box-shadow: 0 18px 45px rgba(0,0,0,0.12);
    overflow: hidden;
    text-decoration: none;
    transition: transform .25s ease, box-shadow .25s ease;
}

.comic-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 60px rgba(0,0,0,0.18);
}

.comic-card img {
    width: 100%;
    height: 760px;
    object-fit: contain;
    display: block;
    background: #fff;
    border-radius: 12px;
}

.comic-card span {
    position: absolute;
    left: 28px;
    top: 28px;
    z-index: 2;
    background: #123b1f;
    color: #fff;
    padding: 8px 16px;
    border-radius: 30px;
    font-size: 15px;
    font-weight: 700;
}

@media (max-width: 991px) {
    .comics-grid {
        grid-template-columns: 1fr;
    }

    .comic-card img {
        height: auto;
    }

    .comics-head h2 {
        font-size: 34px;
    }
}

@media (max-width: 575px) {
    .comics-section {
        padding: 50px 0;
    }

    .comic-card {
        padding: 8px;
        border-radius: 12px;
    }

    .comic-card span {
        left: 18px;
        top: 18px;
        font-size: 13px;
    }
}



.products.columns-4 li{
        position: relative;
    background: #fff;
    border: 1px solid #dcdcdc;
    border-radius: 6px;
    padding: 16px !important;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.products.columns-4 li h2{
        font-size: 24px;
    font-weight: 600;
    color: black;
    text-align: center;
    padding-bottom: 24px;
        text-align: left;
    margin-bottom: 12px !important;
}
.products.columns-4 li bdi{
    margin-top: auto;
    margin-bottom: 10px;

    border-radius: 7px;

    color: #111;
    font-size: 20px;
    line-height: 1;
    display: block;
    font-weight: 600;
}


.shop-page.shop-archive-section{
    padding: 60px 0;
}
.woocommerce-ordering , .woocommerce-result-count{
    display: none;
}


.products.columns-4 li  .button.custom-details-btn{
        width: 100%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    border-radius: 7px;
    background: #49910b;
    color: #fff !important;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    border: none;
    transition: 0.25s ease;
}
.products.columns-4 li  .button.custom-details-btn:hover{
        background: #5f3101;
    color: #fff !important;
}






.about-company-section {
    padding: 80px 0;
    background: #fff;
}

.about-company-hero {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 55px;
    align-items: center;
    margin-bottom: 55px;
}

.about-company-content {
    background: #f5f2ec;
    border-radius: 6px;
    padding: 55px 50px;
}

.section-label {
   display: inline-block;
    margin-bottom: 24px;
    padding: 7px 16px;
    background: #f5c542;
    color: #1f1f1f;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 700;
}

.about-company-content h2 {
    margin: 0 0 22px;
    color: #000;
    font-size: 44px;
    line-height: 1.15;
    font-weight: 500;
}

.about-company-content p {
    margin: 0 0 30px;
    color: #3f3f4f;
    font-size: 17px;
    line-height: 1.7;
}

.about-company-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #005b20;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    border-bottom: 1px solid #005b20;
    padding-bottom: 4px;
}

.about-company-btn::after {
    content: "→";
}

.about-company-btn:hover {
    color: #000;
    border-color: #000;
}

.about-company-image {
    border-radius: 6px;
    overflow: hidden;
}

.about-company-image img {
    width: 100%;
    height: 430px;
    object-fit: cover;
    display: block;
}

.about-company-benefits {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.about-benefit-card {
    background: #f8f1e3;
    border-radius: 6px;
    padding: 35px 30px;
}

.about-benefit-card:nth-child(2) {
    background: #f1f8e5;
}

.about-benefit-card:nth-child(3) {
    background: #e5f4fb;
}

.about-benefit-icon {
    margin-bottom: 18px;
    font-size: 38px;
    line-height: 1;
}

.about-benefit-card h3 {
    margin: 0 0 14px;
    color: #000;
    font-size: 26px;
    line-height: 1.2;
    font-weight: 500;
}

.about-benefit-card p {
    margin: 0;
    color: #3f3f4f;
    font-size: 16px;
    line-height: 1.6;
}

@media (max-width: 991px) {
    .about-company-hero {
        grid-template-columns: 1fr;
    }

    .about-company-benefits {
        grid-template-columns: 1fr;
    }

    .about-company-content h2 {
        font-size: 36px;
    }
}

@media (max-width: 575px) {
    .about-company-section {
        padding: 45px 0;
    }

    .about-company-content {
        padding: 35px 25px;
    }

    .about-company-content h2 {
        font-size: 30px;
    }

    .about-company-image img {
        height: 280px;
    }
}



.partner-banks-section {
    padding: 70px 0;
    background: #fff;
}

.partner-banks-title {
    margin: 0 0 16px;
    font-size: 30px;
    line-height: 1;
    font-weight: 900;
    color: #5f3101;
    text-transform: uppercase;
}

.partner-banks-line {
    width: 100%;
    height: 10px;
    background: #5f3101;
    margin-bottom: 38px;
}

.partner-banks-list {
    display: grid;
    gap: 30px;
}

.partner-bank-card {
    min-height: 160px;
    background: #49910b;
    padding: 35px 38px;
    display: grid;
    grid-template-columns: 230px 1fr;
    gap: 40px;
    align-items: center;
}

.advantages-section__inner .advantages-section__label span{
    display: inline-block;
    margin-bottom: 12px;
    padding: 7px 16px;
    background: #f5c542;
    color: #1f1f1f;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 700;
}

.partner-bank-logo img {
    max-width: 215px;
    max-height: 100px;
    object-fit: contain;
    display: block;
}

.partner-bank-info {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 35px;
}

.partner-bank-info div {
    display: flex;
    flex-direction: column;
}

.partner-bank-info strong {
    margin-bottom: 8px;
    font-size: 17px;
    line-height: 1.2;
    font-weight: 900;
    color: #ffffff;
}

.partner-bank-info span {
    font-size: 17px;
    line-height: 1.3;
    color: #ffffffb0;
}

@media (max-width: 991px) {
    .partner-bank-card {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .partner-bank-info {
        grid-template-columns: 1fr;
        gap: 18px;
    }
}

@media (max-width: 575px) {
    .partner-banks-title {
        font-size: 34px;
    }

    .partner-banks-line {
        height: 7px;
    }

    .partner-bank-card {
        padding: 28px 22px;
    }

    .partner-bank-logo img {
        max-width: 180px;
    }
}




.contact-info-section {
    padding: 75px 0 0px;
}

.contact-info-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 60px;
}

.contact-info-card {
    min-height: 185px;
    border-radius: 5px;
    padding: 55px 55px;
    display: flex;
    align-items: center;
    gap: 24px;
}

.contact-info-card-location {
    background: #f8f1e3;
}

.contact-info-card-phone {
    background: #f1f8e5;
}

.contact-info-card-email {
    background: #e5f4fb;
}

.contact-info-icon {
    font-size: 44px;
    line-height: 1;
}

.contact-info-label {
    margin-bottom: 10px;
    font-size: 16px;
    color: #3f3f4f;
}


.home-testimonial-author-icon img{
        height: 53px;
    width: 55px;
    object-fit: cover;
    border-radius: 50%;
}

.contact-info-title {
    font-size: 18px;
    line-height: 1.25;
    font-weight: 500;
    color: #000;
    text-decoration: none;
}

.contact-info-title:hover {
    color: #005b20;
}

.contact-map {
    width: 100%;
    overflow: hidden;
    border-radius: 4px;
}

.contact-map iframe {
    width: 100%;
    height: 500px;
    display: block;
}

@media (max-width: 991px) {
    .contact-info-row {
        grid-template-columns: 1fr;
        margin-bottom: 60px;
    }

    .contact-info-card {
        min-height: 150px;
        padding: 35px;
    }
}

@media (max-width: 575px) {
    .contact-info-section {
        padding: 45px 0;
    }

    .contact-info-card {
        padding: 28px 22px;
    }

    .contact-info-title {
        font-size: 22px;
    }

    .contact-map iframe {
        height: 360px;
    }
}




.certificates-section {
    padding: 60px 0;
}

.certificate-card {
    margin-bottom: 30px;
    cursor: pointer;
    text-align: center;
}

.certificate-img {
    background: #fff;
    border: 1px solid #e5e5e5;
    padding: 12px;
    transition: 0.3s;
}

.certificate-img img {
    width: 100%;
    height: 260px;
    object-fit: contain;
    display: block;
}

.certificate-card:hover .certificate-img {
    transform: translateY(-4px);
        border-color: #49910b;
}

.certificate-title {
    margin-top: 12px;
    font-size: 16px;
    font-weight: 500;
    color: #222;
}

.certificate-modal {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: none;
    align-items: center;
    justify-content: center;
}

.certificate-modal.active {
    display: flex;
}

.certificate-modal-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.75);
}

.certificate-modal-content {
    position: relative;
    z-index: 2;
    max-width: 90%;
    max-height: 90%;
}

.certificate-modal-content img {
    max-width: 100%;
    max-height: 85vh;
    display: block;
    background: #fff;
}

.certificate-modal-close {
    position: absolute;
    top: -45px;
    right: 0;
    background: none;
    border: none;
    color: #fff;
    font-size: 42px;
    line-height: 1;
    cursor: pointer;
}





.text-page-section{
    padding: 70px 0;
}

.text-page-content{
    font-size: 18px;
    line-height: 1.75;
    color: #2b2b2b;
}

.text-page-content p{
    margin: 0 0 24px;
}

.text-page-content h2,
.text-page-content h3,
.text-page-content h4{
    margin: 40px 0 20px;
    font-weight: 700;
    line-height: 1.3;
    color: #1f1f1f;
}

.text-page-content h2{
    font-size: 34px;
}

.text-page-content h3{
    font-size: 28px;
}

.text-page-content h4{
    font-size: 22px;
}

.text-page-content ul,
.text-page-content ol{
    margin: 0 0 28px;
    padding-left: 24px;
}

.text-page-content li{
    margin-bottom: 12px;
    line-height: 1.7;
}

.text-page-content ul li::marker{
    color: #1f5f3b;
}

.text-page-content ol li::marker{
    color: #1f5f3b;
    font-weight: 700;
}

.text-page-content a{
    color: #1f5f3b;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.text-page-content img{
    max-width: 100%;
    height: auto;
    border-radius: 16px;
    margin: 25px 0;
}

.text-page-content table{
    width: 100%;
    border-collapse: collapse;
    margin: 35px 0;
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
}

.text-page-content table th{
    background: #1f5f3b;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding: 16px 18px;
    text-align: left;
    border: 1px solid #1f5f3b;
}

.text-page-content table td{
    padding: 16px 18px;
    border: 1px solid #e5e5e5;
    font-size: 16px;
    color: #333;
}

.text-page-content table tr:nth-child(even) td{
    background: #f8faf8;
}

.text-page-content table tr:hover td{
    background: #eef7f0;
}

.text-page-content blockquote{
    margin: 35px 0;
    padding: 25px 30px;
    border-left: 5px solid #1f5f3b;
    background: #f7faf7;
    font-size: 20px;
    line-height: 1.6;
    font-style: italic;
    color: #333;
}

@media(max-width: 768px){

    .text-page-section{
        padding: 45px 0;
    }

    .text-page-content{
        font-size: 16px;
        line-height: 1.65;
    }

    .text-page-content h2{
        font-size: 28px;
    }

    .text-page-content h3{
        font-size: 24px;
    }

    .text-page-content h4{
        font-size: 20px;
    }

    .text-page-content table{
        display: block;
        overflow-x: auto;
        white-space: nowrap;
        box-shadow: none;
        border-radius: 0;
    }

    .text-page-content table th,
    .text-page-content table td{
        padding: 14px 15px;
        font-size: 15px;
    }

}






.home-latest-posts {
    padding: 70px 0;
}

.home-latest-card {
    margin-bottom: 35px;
}

.home-latest-img {
    display: block;
    margin-bottom: 25px;
    overflow: hidden;
    border-radius: 4px;
}

.home-latest-img img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    display: block;
}

.home-latest-info h3 {
    margin: 0 0 18px;
    font-size: 20px;
    line-height: 1.25;
    font-weight: 500;
}

.home-latest-info h3 a {
    color: #000;
    text-decoration: none;
}

.home-latest-excerpt {
    font-size: 16px;
    line-height: 1.6;
    color: #1f2b44;
    margin-bottom: 25px;
}

.home-latest-posts .home-blog-heading{
        text-align: center;
    margin-bottom: 50px;
}
.home-latest-posts .home-blog-heading h2{
    font-size: 28px;
    color: #5f3101;
    text-transform: uppercase;
    font-weight: 700;
    display: block;
}

.home-latest-more {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #005b20;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    border-bottom: 1px solid #005b20;
    padding-bottom: 3px;
}
.home-latest-more:hover{
    color: #5f3101;
}

@media (max-width: 767px) {
    .home-latest-posts {
        padding: 40px 0;
    }

    .home-latest-img img {
        height: 210px;
    }

    .home-latest-info h3 {
        font-size: 22px;
    }
}




.contact-map-form-section {
    padding: 70px 0;
    background: #fbfbfb;
}

.contact-map-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    align-items: stretch;
}

.contact-map-box {
    min-height: 520px;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 14px 35px rgba(0,0,0,0.12);
    background: #fff;
}

.contact-form-box {
    background: #fff;
    border-radius: 22px;
    padding: 40px;
    box-shadow: 0 14px 35px rgba(0,0,0,0.12);
}

.contact-form-box h2 {
    margin: 0 0 12px;
    font-size: 26px;
    line-height: 1.2;
    font-weight: 700;
    color: #25331f;
}

.contact-form-box > p {
    margin: 0 0 28px;
    font-size: 16px;
    line-height: 1.6;
    color: #68705f;
}

/* Contact Form 7 */
.contact-form-box .wpcf7-form p {
    margin-bottom: 12px;
}
.contact-form-box .wpcf7-form br{
    display: none;
}

.contact-form-box .wpcf7-form label {
    display: block;
    margin-bottom: 7px;
    font-size: 15px;
    font-weight: 600;
    color: #25331f;
}

.contact-form-box .wpcf7-form input[type="text"],
.contact-form-box .wpcf7-form input[type="tel"],
.contact-form-box .wpcf7-form input[type="email"],
.contact-form-box .wpcf7-form textarea {
    width: 100%;
    height: 54px;
    border: 1px solid #d9ddcf;
    border-radius: 14px;
    padding: 0 18px;
    font-size: 16px;
    color: #25331f;
    background: #f9faf6;
    outline: none;
    transition: all 0.25s ease;
}

.contact-form-box .wpcf7-form textarea {
    height: 140px;
    padding-top: 16px;
    resize: none;
}

.contact-form-box .wpcf7-form input:focus,
.contact-form-box .wpcf7-form textarea:focus {
    border-color: #7c9b3a;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(124,155,58,0.15);
}

.contact-form-box .wpcf7-submit {
    width: 100%;
    height: 56px;
    border: none;
    border-radius: 14px;
    background: #6f8f2f;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.25s ease;
}

.contact-form-box .wpcf7-submit:hover {
    background: #587524;
    transform: translateY(-2px);
}

.contact-form-box .wpcf7-spinner {
    display: block;
    margin: 12px auto 0;
}

.contact-form-box .wpcf7-not-valid-tip {
    margin-top: 6px;
    font-size: 13px;
    color: #d93025;
}

.contact-form-box .wpcf7-response-output {
    margin: 20px 0 0 !important;
    padding: 12px 16px !important;
    border-radius: 12px;
    font-size: 14px;
}

/* Mobile */
@media (max-width: 991px) {
    .contact-map-form-section {
        padding: 45px 0;
    }

    .contact-map-form-row {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .contact-map-box {
        min-height: 360px;
    }

    .contact-form-box {
        padding: 28px 20px;
    }

    .contact-form-box h2 {
        font-size: 28px;
    }
}





.etalon-partner-section {
    padding: 90px 0;
    background: #f6f8f3;
}

.etalon-partner-wrap {
    display: grid;
    grid-template-columns: 1fr 430px;
    gap: 70px;
    align-items: center;
}

.etalon-partner-label {
    margin-bottom: 14px;
    color: #145c23;
    font-size: 16px;
    font-weight: 700;
}

.etalon-partner-content h2 {
    max-width: 680px;
    margin: 0 0 24px;
    font-size: 42px;
    line-height: 1.25;
    font-weight: 700;
    color: #111;
}

.etalon-partner-subtitle {
    max-width: 660px;
    margin: 0 0 28px;
    font-size: 20px;
    line-height: 1.55;
    color: #333;
}

.etalon-partner-benefits {
    display: flex;
    flex-wrap: wrap;
    gap: 18px 28px;
    margin-bottom: 28px;
}

.etalon-partner-benefit {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    font-weight: 700;
    color: #111;
}

.etalon-partner-benefit span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #145c23;
    color: #fff;
    font-size: 15px;
}

.etalon-partner-content p {
    max-width: 700px;
    margin: 0 0 34px;
    font-size: 17px;
    line-height: 1.65;
    color: #444;
}

.etalon-partner-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 230px;
    height: 64px;
    padding: 0 34px;
    border-radius: 50px;
    background: #145c23;
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.etalon-partner-btn:hover {
    background: #0f471b;
    color: #fff;
    transform: translateY(-2px);
}

.etalon-partner-card {
    position: relative;
    display: flex;
    gap: 24px;
    align-items: flex-start;
    padding: 34px 34px 34px 46px;
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.12);
}

.etalon-partner-card::before {
    content: "";
    position: absolute;
    left: -18px;
    top: 34px;
    width: 36px;
    height: 90px;
    border-radius: 20px;
    background: #d6a100;
}

.etalon-partner-card-icon {
    flex: 0 0 76px;
    width: 76px;
    height: 76px;
    border-radius: 18px;
    background: #145c23;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
    font-weight: 900;
}

.etalon-partner-card-text {
    font-size: 17px;
    line-height: 1.6;
    color: #333;
}

.etalon-partner-card-text strong {
    color: #111;
}

@media (max-width: 991px) {
    .etalon-partner-section {
        padding: 60px 0;
    }

    .etalon-partner-wrap {
        grid-template-columns: 1fr;
        gap: 38px;
    }

    .etalon-partner-content h2 {
        font-size: 34px;
    }

    .etalon-partner-card {
        max-width: 620px;
    }
}

@media (max-width: 575px) {
    .etalon-partner-section {
        padding: 45px 0;
    }

    .etalon-partner-content h2 {
        font-size: 28px;
    }

    .etalon-partner-subtitle {
        font-size: 17px;
    }

    .etalon-partner-benefits {
        display: grid;
        gap: 14px;
    }

    .etalon-partner-benefit {
        font-size: 16px;
    }

    .etalon-partner-btn {
        width: 100%;
        min-width: 0;
    }

    .etalon-partner-card {
        padding: 28px 22px;
        flex-direction: column;
    }

    .etalon-partner-card::before {
        display: none;
    }
}









.mobile-header-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 320px;
    max-width: 90%;
    height: 100vh;
    background: #fff;
    overflow-y: auto;
    transition: right .35s ease;
    z-index: 9999;
    box-shadow: -5px 0 20px rgba(0,0,0,.15);
}

.mobile-header-menu.active {
    right: 0;
    display: block;
}

body.menu-open {
    overflow: hidden;
}

/* Анимация бургера */

.mobile-menu-btn {
    position: relative;
    width: 42px;
    height: 42px;
    border: 0;
    background: transparent;
    cursor: pointer;
}

.mobile-menu-btn span {
    position: absolute;
    left: 8px;
    width: 26px;
    height: 3px;
    background: #000;
    transition: .3s;
}

.mobile-menu-btn span:nth-child(1) {
    top: 11px;
}

.mobile-menu-btn span:nth-child(2) {
    top: 19px;
}

.mobile-menu-btn span:nth-child(3) {
    top: 27px;
}

.mobile-menu-btn.active span:nth-child(1) {
    top: 19px;
    transform: rotate(45deg);
}

.mobile-menu-btn.active span:nth-child(2) {
    opacity: 0;
}

.mobile-menu-btn.active span:nth-child(3) {
    top: 19px;
    transform: rotate(-45deg);
}


@media (max-width: 800px){
    .header-top-row {
        display: none !important;
    }
    .banner-block .title-block h1{
        padding: 100px 0;
            font-size: 25px;
    }
    .recomendation{
        padding: 60px 0;
    }
    .recomendation .title-block h2{
        font-size: 22px;
    }
    .recomendation .single-recom .img-block img{
        height: 265px;
    }
    .recomendation .single-recom{
        margin-bottom: 24px;
    }
    .recomendation .single-recom .him-block{
        font-size: 18px;
    }
    .advantages-card__item p{
                max-width: 80%;
    }
    .top-sales .title h2{
        font-size: 24px;
    }
    .home-testimonials-section .home-testimonials-heading h2{
        font-size: 24px;
    }
    .about-company-content h2{
        font-size: 24px;
    }
    .partner-banks-title{
        font-size: 24px;
            font-weight: 500;
    }

}





.product-tabs__btn.active{
    background: #5f3101 !important;
}

.product-tabs{
    padding:70px 0;
}

.product-tabs__nav{
       display: flex;
    gap: 0px;
    margin-bottom: 35px;
    flex-wrap: wrap;
    border-bottom: 1px solid #e6e6e6;
}

.product-tabs__btn{
    background:none;
    border:0;
    padding:16px 0;
    cursor:pointer;
    font-size:18px;
    font-weight:600;
    color:#777;
    position:relative;
    transition:.3s;
}

.product-tabs__btn:hover{
    color:#000;
}

.product-tabs__btn.active{
    color:#000;
}



.product_meta{
    display: none;
}

@media (max-width: 767px) {
    .product-tabs__nav {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        gap: 10px;
        padding-bottom: 8px;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    .product-tabs__nav::-webkit-scrollbar {
        display: none;
    }

    .product-tabs__btn {
        flex: 0 0 auto;
        white-space: nowrap;
    }
}
@media (max-width: 767px) {
    #breadcrumbs {
        max-width: 100%;
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        padding-bottom: 6px;
    }

    #breadcrumbs::-webkit-scrollbar {
        display: none;
    }

    #breadcrumbs span {
        white-space: nowrap;
    }
}

.product-tabs{
    clear: both;
}

.product-tabs__pane{
    display:none;
    animation:fadeTab .3s ease;
}

.product-tabs__pane.active{
    display:block;
}

@keyframes fadeTab{
    from{
        opacity:0;
        transform:translateY(10px);
    }
    to{
        opacity:1;
        transform:translateY(0);
    }
}

.product-tabs__pane p:last-child{
    margin-bottom:0;
}



.product-tabs .product-tabs__nav button{
        background: #49910b;
    color: white;
    padding: 8px 18px;
    border-right: 2px solid;
    border-radius: 0px;
    font-size: 18px;
    font-family: 'Inter';
    font-weight: 400;
}


.woocommerce span.onsale.custom-sale-badge {
    top: 15px;
    left: 15px;
    right: auto;
    margin: 0;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-width: auto;
    min-height: auto;
    padding: 8px 16px;
    gap: 7px;

    background: linear-gradient(135deg, #ff4d4d, #d60000);
    color: #fff;
    border-radius: 30px;

    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: .5px;

    box-shadow: 0 8px 20px rgba(214, 0, 0, .25);
    z-index: 9;
}

.woocommerce span.onsale.custom-sale-badge::before {
    content: "";
    margin-right: 0px;
    font-size: 0px;
}



ul li .button.product_type_simple{
        border-radius: 6px;
    background: #5f3101;
    color: #fff;
    font-size: 16px;
    font-family: 'Inter';
    font-weight: 500;
    text-align: center;
    padding: 12px 0;
}

.shablon-page .entry-header{
    display: none;
}

.products.columns-4 li bdi{
   display: block;
    margin-bottom: 3px;
    color: #999;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 12px;
}

.products.columns-4 li ins .woocommerce-Price-amount.amount bdi{
        margin-top: auto;
    border-radius: 7px;
    color: #111;
    font-size: 20px;
    line-height: 1;
    font-weight: 600;
}
.woocommerce ul.products li.product .button:hover{
    background: #49910b;
    color: white;
}
.added_to_cart.wc-forward{
    color: black;
}

.woocommerce ul.products li.product .price del{
        margin-right: 9px;
}


.button.product_type_simple.add_to_cart_button.ajax_add_to_cart{
        border-radius: 6px;
    background: #49910b;
    color: #fff;
    font-size: 16px;
    font-family: 'Inter';
    font-weight: 500;
    text-align: center;
    padding: 12px 0;
}






/* Product tabs content */
.product-tabs__pane {
    font-size: 16px;
    line-height: 1.65;
    color: #263238;
}

.product-tabs__pane p {
    margin: 0 0 16px;
}

.product-tabs__pane h3 {
    margin: 28px 0 14px;
    font-size: 22px;
    line-height: 1.3;
    font-weight: 700;
    color: #1d3b2a;
}

.product-tabs__pane ul {
    margin: 0 0 24px;
    padding: 0;
    list-style: none;
}

.product-tabs__pane ul li {
    position: relative;
    margin: 0 0 10px;
    padding: 12px 16px 12px 42px;
    background: #f6faf7;
    border: 1px solid #e0eee4;
    border-radius: 10px;
}

.product-tabs__pane ul li::before {
    content: "";
    position: absolute;
    left: 16px;
    top: 20px;
    width: 9px;
    height: 9px;
    background: #2f8f46;
    border-radius: 50%;
}

.product-tabs__pane ul li p {
    margin: 0;
}

.product-tabs__pane b,
.product-tabs__pane strong {
    font-weight: 700;
    color: #173d25;
}

.product-tabs__pane i {
    color: #6b7a70;
}

/* Table inside tab */
.product-tabs__pane table {
    width: 100%;
    margin: 22px 0 10px;
    border-collapse: separate;
    border-spacing: 0;
    overflow: hidden;
    background: #fff;
    border: 1px solid #dce8df;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(24, 61, 37, 0.08);
}

.product-tabs__pane table thead td {
    padding: 15px 18px;
    background: #1f6f3a;
    color: #fff;
    font-weight: 700;
    border-right: 1px solid rgba(255,255,255,0.22);
}

.product-tabs__pane table thead td:last-child {
    border-right: none;
}

.product-tabs__pane table tbody td {
    padding: 13px 18px;
    border-bottom: 1px solid #edf3ef;
    border-right: 1px solid #edf3ef;
    color: #263238;
}

.product-tabs__pane table tbody td:last-child {
    border-right: none;
}

.product-tabs__pane table tbody tr:last-child td {
    border-bottom: none;
}

.product-tabs__pane table tbody tr:nth-child(even) {
    background: #f8fbf9;
}

.product-tabs__pane table tbody tr:hover {
    background: #eef8f1;
}

/* Fix если таблица случайно попала внутрь li */
.product-tabs__pane li table {
    margin-top: 18px;
}

.product-tabs__pane li:has(table) {
    padding: 0;
    background: transparent;
    border: none;
}

.product-tabs__pane li:has(table)::before {
    display: none;
}

/* Mobile */
@media (max-width: 768px) {
    .product-tabs__pane {
        font-size: 15px;
    }

    .product-tabs__pane h3 {
        font-size: 19px;
        margin: 24px 0 12px;
    }

    .product-tabs__pane ul li {
        padding: 11px 14px 11px 36px;
        border-radius: 8px;
    }

    .product-tabs__pane ul li::before {
        left: 14px;
        top: 19px;
    }

    .product-tabs__pane table {
        display: block;
        overflow-x: auto;
        border-radius: 10px;
        white-space: nowrap;
    }

    .product-tabs__pane table thead,
    .product-tabs__pane table tbody,
    .product-tabs__pane table tr {
        width: 100%;
    }

    .product-tabs__pane table thead td,
    .product-tabs__pane table tbody td {
        padding: 12px 14px;
        font-size: 14px;
    }
}

.product-tabs__pane ol{
        margin: 0;
    padding: 20px 0 20px 15px;
}
.product-tabs__pane table thead td strong{
    color: white;
}


/* Price */
.entry-summary .price {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 18px 0 28px;
    font-size: 28px;
    line-height: 1;
    font-weight: 800;
}

.entry-summary .price del {
    color: #8fa46a;
    opacity: 1;
    font-size: 24px;
    font-weight: 700;
}

.entry-summary .price del .amount {
    color: #8fa46a;
}

.entry-summary .price ins {
    text-decoration: none;
    color: #2f8f00;
    font-size: 28px;
    font-weight: 900;
}

.entry-summary .price ins .amount {
    color: #2f8f00;
}

/* Cart row */
.entry-summary form.cart {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
}

/* Quantity */
.entry-summary .quantity .qty {
    width: 70px;
    height: 46px;
    border: 1px solid #d6d6d6;
    border-radius: 6px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #222;
    outline: none;
}

.entry-summary .quantity .qty:focus {
    border-color: #3f9700;
    box-shadow: 0 0 0 3px rgba(63, 151, 0, 0.12);
}

/* Add to cart button */
.entry-summary .single_add_to_cart_button {
        height: 46px;
    padding: 0 28px !important;
    border: none !important;
    border-radius: 6px !important;
    background: #3f9700 !important;
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 46px !important;
    text-transform: none;
    box-shadow: 0 8px 18px rgba(63, 151, 0, 0.25);
    transition: all 0.2s ease;
    font-family: 'Inter';
}

.entry-summary .single_add_to_cart_button:hover {
    background: #317800 !important;
    transform: translateY(-1px);
    box-shadow: 0 10px 24px rgba(63, 151, 0, 0.35);
}

.entry-summary .single_add_to_cart_button:active {
    transform: translateY(0);
    box-shadow: 0 5px 12px rgba(63, 151, 0, 0.25);
}

/* Mobile */
@media (max-width: 576px) {
    .entry-summary .price {
        font-size: 24px;
        gap: 8px;
        margin-bottom: 22px;
        flex-wrap: wrap;
    }

    .entry-summary .price del {
        font-size: 20px;
    }

    .entry-summary .price ins {
        font-size: 24px;
    }

    .entry-summary form.cart {
        width: 100%;
    }

    .entry-summary .single_add_to_cart_button {
        flex: 1;
        padding: 0 18px !important;
    }
}




.woocommerce-checkout form.checkout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 32px;
    align-items: flex-start;
}

.woocommerce-checkout #customer_details {
    grid-column: 1;
}

.woocommerce-checkout #order_review_heading,
.woocommerce-checkout #order_review {
    grid-column: 2;
}

.woocommerce-checkout #order_review_heading {
    background: #f7f7f7;
    padding: 24px 24px 18px;
    margin: 0;
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
}

.woocommerce-checkout #order_review {
    background: #f7f7f7;
    padding: 0 24px 24px;
}

.woocommerce-checkout .woocommerce-billing-fields,
.woocommerce-checkout .woocommerce-shipping-fields,
.woocommerce-checkout .woocommerce-additional-fields {
    background: #fff;
}

.woocommerce-checkout .woocommerce-billing-fields h3,
.woocommerce-checkout .woocommerce-additional-fields h3,
.woocommerce-checkout .woocommerce-shipping-fields h3 {
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 20px;
}



.woocommerce-checkout .form-row {
    margin-bottom: 18px;
}

.woocommerce-checkout .form-row label {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 7px;
}

.woocommerce-checkout .form-row input.input-text,
.woocommerce-checkout .form-row textarea,
.woocommerce-checkout .form-row select,
.woocommerce-checkout .select2-container .select2-selection--single {
    height: 48px;
    border: 1px solid #dcdcdc;
    border-radius: 0;
    padding: 0 14px;
    font-size: 14px;
    background: #fff;
}

.woocommerce-checkout .form-row textarea {
    height: 110px;
    padding-top: 12px;
}

.woocommerce-checkout-review-order-table {
    border: none !important;
    margin: 0 !important;
}

.woocommerce-checkout-review-order-table th,
.woocommerce-checkout-review-order-table td {
    border: none !important;
    padding: 12px 0 !important;
}

.woocommerce-checkout-review-order-table thead {
    display: none;
}

.woocommerce-checkout-review-order-table .cart_item td {
    border-bottom: 1px solid #e5e5e5 !important;
    padding-bottom: 18px !important;
}

.woocommerce-checkout-review-order-table .product-name {
    font-weight: 700;
    font-size: 14px;
}

.woocommerce-checkout-review-order-table .product-total {
    text-align: right;
    font-weight: 700;
}

.woocommerce-checkout-review-order-table tfoot th {
    font-size: 15px;
    font-weight: 500;
}

.woocommerce-checkout-review-order-table tfoot td {
    text-align: right;
    font-weight: 700;
}

.woocommerce-checkout-review-order-table .order-total th,
.woocommerce-checkout-review-order-table .order-total td {
    font-size: 24px;
    font-weight: 900;
    text-transform: uppercase;
}

.woocommerce-checkout #payment {
    background: transparent;
    border-radius: 0;
}

.woocommerce-checkout #payment ul.payment_methods {
    border-bottom: 1px solid #e5e5e5;
    padding: 20px 0;
}

.woocommerce-checkout #payment div.form-row {
    padding: 20px 0 0;
}

.woocommerce-checkout #place_order {
    width: 100%;
    height: 54px;
    background: #111;
    color: #fff;
    border-radius: 0;
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
    border: none;
}

.woocommerce-checkout #place_order:hover {
    background: #990000;
}

.woocommerce-checkout .woocommerce-info {
    border-top-color: #111;
    background: #fff;
    font-size: 14px;
}

.woocommerce-checkout .woocommerce-info::before {
    color: #111;
}

@media (max-width: 991px) {
    .woocommerce-checkout form.checkout {
        display: block;
    }

    .woocommerce-checkout #order_review_heading {
        margin-top: 30px;
    }
}

/* ÐžÐ±Ñ‰Ð°Ñ ÑÐµÑ‚ÐºÐ° checkout */
.woocommerce-checkout form.checkout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 32px;
    align-items: flex-start;
}

/* Ð›ÐµÐ²Ð°Ñ ÐºÐ¾Ð»Ð¾Ð½ÐºÐ° */
.woocommerce-checkout #customer_details {
    grid-column: 1;
}

/* ÐŸÑ€Ð°Ð²Ñ‹Ð¹ Ð±Ð»Ð¾Ðº Ñ Ñ‚Ð¾Ð²Ð°Ñ€Ð°Ð¼Ð¸ */
.custom-checkout-products {
    grid-column: 2;
    background: #f7f7f7;
    padding: 0;
}

.custom-checkout-products__head {
    padding: 24px;
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
    border-bottom: 1px solid #e5e5e5;
}

.custom-checkout-products__list {
    padding: 0 24px 24px;
}

.custom-checkout-products__item {
    display: grid;
    grid-template-columns: 70px 1fr auto;
    gap: 14px;
    padding: 24px 0;
    border-bottom: 1px solid #e5e5e5;
    align-items: start;
}

.custom-checkout-products__item:last-child {
    border-bottom: none;
}

.custom-checkout-products__thumb img {
    width: 70px;
    height: auto;
    display: block;
}

.custom-checkout-products__name {
    display: block;
    font-size: 14px;
    line-height: 1.45;
    font-weight: 500;
    color: #222;
    text-decoration: none;
    margin-bottom: 6px;
}
.woocommerce-shipping-fields{
    display: none;
}

.woocommerce-input-wrapper textarea.input-text{
    min-height: 75px;
    padding: 15px;
}

.wcus-checkout-fields.wcus-checkout-np-fields{
    margin-top: 32px;
}

.form-row.place-order #place_order{
      display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 56px;
    padding: 0 34px;
    border-radius: 6px;
    background: #49910b;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.25s ease;
    white-space: nowrap
}


.woocommerce-form-coupon-toggle .woocommerce-info a{
        color: black;
}
.entry-header h1{
        margin: 36px 0 24px;
    color: #1f1f1f;
    font-size: 24px;
    line-height: 1.18;
    font-weight: 500;
}

.cart-subtotal{
    display: none;
}


.wp-block-woocommerce-cart-order-summary-coupon-form-block.wc-block-components-totals-wrapper  , .wp-block-woocommerce-cart-order-summary-totals-block{
    display: none;
}


td.wc-block-cart-item__product a{
    font-size: 20px !important;
    text-decoration: none;
    color: black;
    margin-bottom: 8px;
}
.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained{
     color: #fff;
    font-size: 16px;
    font-weight: 700;
            padding: 0 34px;
}

.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained:hover{
    color: white;
        padding: 0 34px;
    border-radius: 6px;
    background: #49910b;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}

td.wc-block-cart-item__product  .price.wc-block-components-product-price{
        font-size: 16px;
    display: flex;
    gap: 9px;
    font-weight: 500;
    color: black;
    margin-bottom: 12px;
}
td.wc-block-cart-item__product  p{
    display: none;
}

/* Ð¡ÐºÑ€Ð¾Ð»Ð»Ð±Ð°Ñ€ Chrome / Edge / Safari */
.home-category-hero__menu::-webkit-scrollbar {
    width: 6px;
}

.home-category-hero__menu::-webkit-scrollbar-track {
    background: transparent;
}

.home-category-hero__menu::-webkit-scrollbar-thumb {
    background: #000;
    border-radius: 10px;
}

/* Ð¡ÐºÑ€Ð¾Ð»Ð»Ð±Ð°Ñ€ Firefox */
.home-category-hero__menu {
    scrollbar-width: thin;
    scrollbar-color: #000 transparent;
}

#order_review .woocommerce-checkout-payment{
        background: #f7f7f7 !important;
    border-radius: 5px;
    border: 1px solid #e7e7e7 !important;
}

.custom-checkout-products__name:hover {
    text-decoration: underline;
}

.custom-checkout-products__meta {
    font-size: 13px;
    line-height: 1.4;
    color: #666;
    margin-bottom: 6px;
}

.custom-checkout-products__meta dl {
    margin: 0;
}

.custom-checkout-products__meta dt,
.custom-checkout-products__meta dd {
    display: inline;
    margin: 0;
}

.custom-checkout-products__qty {
    font-size: 13px;
    color: #444;
}

.custom-checkout-products__total {
    font-size: 15px;
    font-weight: 700;
    color: #111;
    white-space: nowrap;
        margin-top: 24px;
}

/* Ð—Ð°Ð³Ð¾Ð»Ð¾Ð²Ð¾Ðº ÑÑ‚Ð°Ð½Ð´Ð°Ñ€Ñ‚Ð½Ð¾Ð³Ð¾ order review ÑÐºÑ€Ñ‹Ð²Ð°ÐµÐ¼ */
.woocommerce-checkout #order_review_heading {
    display: none !important;
}

/* ÐÐ¸Ð¶Ð½Ð¸Ð¹ Ð±Ð»Ð¾Ðº: Ð¸Ñ‚Ð¾Ð³Ð¸, Ð´Ð¾ÑÑ‚Ð°Ð²ÐºÐ°, Ð¾Ð¿Ð»Ð°Ñ‚Ð° */
.woocommerce-checkout #order_review {
    grid-column: 1 / -1;
    background: #fff;
    margin-top: 10px;
}

/* Ð’ ÑÑ‚Ð°Ð½Ð´Ð°Ñ€Ñ‚Ð½Ð¾Ð¹ Ñ‚Ð°Ð±Ð»Ð¸Ñ†Ðµ ÑÐºÑ€Ñ‹Ð²Ð°ÐµÐ¼ Ñ‚Ð¾Ð»ÑŒÐºÐ¾ Ñ‚Ð¾Ð²Ð°Ñ€Ñ‹,
   Ð¾ÑÑ‚Ð°Ð²Ð»ÑÐµÐ¼ Ð¸Ñ‚Ð¾Ð³Ð¸/Ð´Ð¾ÑÑ‚Ð°Ð²ÐºÑƒ/ÑÑƒÐ¼Ð¼Ñƒ */
.woocommerce-checkout .woocommerce-checkout-review-order-table tbody {
    display: none;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table {
    width: 100%;
    border-collapse: collapse;
    margin: 0 0 25px;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table th,
.woocommerce-checkout .woocommerce-checkout-review-order-table td {
    padding: 14px 0;
    border-bottom: 1px solid #e5e5e5;
    vertical-align: middle;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table th {
    text-align: left;
    font-weight: 700;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table td {
    text-align: right;
    font-weight: 600;
}

/* Ð‘Ð»Ð¾Ðº Ð¾Ð¿Ð»Ð°Ñ‚Ñ‹ */
.woocommerce-checkout #payment {
    background: #fff;
    border: none;
    padding-top: 15px;
}

.woocommerce-checkout #payment ul.payment_methods {
    padding: 0 0 20px;
    border-bottom: 1px solid #e5e5e5;
}

.woocommerce-checkout #payment div.form-row {
    padding: 20px 0 0;
}

.woocommerce-checkout #place_order {
    width: 100%;
    height: 54px;
    border: none;
    background: #111;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

.woocommerce-checkout #place_order:hover {
    background: #333;
}

/* ÐÐ° Ð¼Ð¾Ð±Ð¸Ð»ÐºÐµ Ð²ÑÑ‘ Ð² Ð¾Ð´Ð½Ñƒ ÐºÐ¾Ð»Ð¾Ð½ÐºÑƒ */
@media (max-width: 991px) {
    .woocommerce-checkout form.checkout {
        display: block;
    }

    .custom-checkout-products {
        margin-top: 25px;
        margin-bottom: 25px;
    }
}

