/* @media only screen and (min-width: 2501px) {
  html {
    font-size: 16.3px;
  }
}
@media only screen and (max-width: 2500px) {
  html {
    font-size: 15.2px;
  }
}
@media only screen and (max-width: 2400px) {
  html {
    font-size: 14.7px;
  }
}
@media only screen and (max-width: 2300px) {
  html {
    font-size: 13.7px;
  }
}
@media only screen and (max-width: 2200px) {
  html {
    font-size: 13.2px;
  }
}
@media only screen and (max-width: 2100px) {
  html {
    font-size: 12.7px;
  }
}
@media only screen and (max-width: 2000px) {
  html {
    font-size: 12.3px;
  }
}
@media only screen and (max-width: 1900px) {
  html {
    font-size: 11.2px;
  }
}
@media only screen and (max-width: 1800px) {
  html {
    font-size: 11.2px;
  }
}
@media only screen and (max-width: 1700px) {
  html {
    font-size: 10.7px;
  }
}
@media only screen and (max-width: 1600px) {
  html {
    font-size: 10.3px;
  }
}

@media only screen and (max-width: 1500px) {
  html {
    font-size: 10.3px;
  }
}

@media only screen and (max-width: 1450px) {
  html {
    font-size: 62.5%;
  }
}
   */
@media only screen and (max-width: 1400px) {
    html {
        font-size: 9.75px;
    }
}
@media only screen and (max-width: 1350px) {
    html {
        font-size: 9.3px;
    }
}

@media only screen and (max-width: 1300px) {
    html {
        font-size: 8.9px;
    }
}
@media only screen and (max-width: 1250px) {
    html {
        font-size: 8.5px;
    }
}

@media only screen and (max-width: 1200px) {
    html {
        font-size: 8.1px;
    }
}

@media only screen and (max-width: 1100px) {
    html {
        font-size: 7.75px;
    }
}

/* @media only screen and (max-width: 1024px) {
  html {
    font-size: 7.3px;
  }
}
@media only screen and (max-width: 992px) {
  html {
    font-size: 6.7px;
  }
}
@media only screen and (max-width: 886px) {
  html {
    font-size: 6.3px;
  }
} */

@media only screen and (max-width: 1024px) {
    html {
        font-size: 62.5%;
    }
    .container {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .rows {
        flex-direction: column;
    }

    .column {
        width: 100% !important;
    }
    .btn__box {
        flex-wrap: wrap;
    }

    .base-bottom-margin,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    .subtitle,
    p,
    .services__block .img__box {
        margin-bottom: 1.6rem;
    }

    h1 {
        font-size: 3.6rem;
        line-height: 1.2;
    }
    h2 {
        font-size: 3.6rem;
        line-height: 1.2;
    }

    h3 {
        font-size: 2.8rem;
    }

    h4 {
        font-size: 2rem;
    }

    h5 {
        font-size: 1.8rem;
    }
    h6 {
        font-size: 1.6rem;
    }

    .btn__white,
    .btn {
        min-height: 4rem;
        height: 4rem;
        padding: 1rem 1.6rem;
        font-size: 1.6rem;
    }
    input,
    select {
        min-height: 5rem;
        height: 5rem;
    }
    label {
        font-size: 1.4rem;

        margin-bottom: 0.6rem;
    }
    .custom-radio + label {
        font-size: 1.6rem;
    }
    main {
        padding-top: 9rem;
    }
    p {
        font-size: 1.4rem;
    }
    section {
    }
    .slick-arrow {
        width: 3.2rem;
        height: 3.2rem;
    }
    .slick-arrow::before {
        font-size: 1.5rem;
    }
    body {
        font-size: 1.4rem;
    }

    .section__body {
        padding-top: 2rem;
    }

    /* -------- header ---------- */

    .header {
        height: 9rem;
    }
    .header .container {
        max-width: 100%;
        padding: 2rem;
    }
    .header .header__inner {
        align-items: flex-start;
    }

    .hamburger {
        margin-left: 1.6rem;
    }
    .header .header__logo {
        max-width: 11.8rem;
    }
    .header .header__top {
        height: auto;

        width: 100%;
    }
    .header .search__results_box {
        position: absolute !important;
        top: 9rem;
        left: 50%;
        transform: translateX(-50%);
        opacity: 0;
        visibility: hidden;
        margin: 0 !important;
        width: 100%;
    }
    .header .button__items {
        display: flex;
        justify-content: center;
        margin-bottom: 2.4rem;
    }
    .header .header__contact__wrapper ul {
        margin-left: 0;
        min-width: auto;
        margin-bottom: 1.6rem;
    }
    .header .header__btn__wrapper:first-child {
        margin-left: 0;
    }
    .header .main__nav {
        width: 100%;
        height: 100%;
        overflow-y: scroll;
        max-height: calc(100dvh - 9rem);
        padding: 3rem 2.4rem;
    }
    .header .header__contact__wrapper {
        display: flex;
        flex-direction: column;
        text-align: center;
    }
    .header .main__nav__btn {
        margin-left: auto;
    }
    .header .menu-item {
        text-align: start;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 1rem;
        margin: 0;
    }
    .header .menu-item-has-children {
        padding-right: 0;
        padding-left: 0;
        justify-content: flex-start;
    }
    .header .menu-item-has-children > a {
        padding-right: 2.4rem !important;
    }

    .header .menu-item-has-children.show > .menu__arrow::after {
        transform: translateY(-50%) rotate(180deg);
        filter: brightness(0) saturate(100%) invert(72%) sepia(53%) saturate(4100%) hue-rotate(316deg) brightness(100%) contrast(82%);
    }
    .header .menu-item-has-children.show > a {
        color: var(--red);
    }
    .header .sub__menu .menu-item {
        width: 100%;
    }
    .header .sub__menu .sub__menu {
        padding-left: 2rem !important;
    }
    .header .sub__menu {
        opacity: 1;
        visibility: visible;
        position: relative;
        background: var(--white);
        width: 100%;
        border: 0;
        display: none;
        width: 100%;
        padding: 0;
        transition: none;
        top: 0;
        left: 0;

        transform: translate(0);
    }
    .header .one-col .sub__menu {
        width: auto;
        white-space: wrap;
        position: relative;
    }
    .header .menu-item-has-children > .sub__menu .menu-item-has-children > a {
        font-weight: 600;
        border-bottom: 0;
        padding-bottom: 0.5rem;
        margin-bottom: 0;
    }
    .header .sub__menu .menu-item .menu__arrow {
        display: block;
        top: 0.5rem;
    }
    .header .sub__menu .menu-item a {
        font-size: 1.4rem;
        opacity: 0.75;
    }
    .header .menu__arrow {
        top: 1.2rem;
        transform: translateY(0);
    }

    .header .menu-item a {
        font-size: 1.6rem;
        height: auto;
    }
    .header .search__results_box .search__results_box__overlay {
        display: block;
    }
    .search__results_box.show {
        opacity: 1;
        visibility: visible;
    }
    .search__results_box.show .search__results_box__overlay {
        opacity: 1;
        visibility: visible;
    }
    .header .header__bottom {
        position: fixed;
        height: calc((100dvh - 9rem));
        top: 9rem;
        max-width: 45rem;
        width: 100%;
        right: 0;
        background: var(--white);
        transform: translateX(100%);
        transition: all 0.5s ease-out;
    }
    .header.show .header__bottom {
        transform: translateX(0);
    }
    .header .main__menu {
        flex-direction: column;
        margin-bottom: 3rem;
    }
    .book__nav__footer {
        bottom: 1.2rem;
        padding: 0 2rem;
    }
    .book__nav__footer .book__nav__bottom {
        position: absolute;
        bottom: 0;
        left: 2rem;
        right: 2rem;
        width: calc(100% - 4rem);
    }

    .header.hideNav {
        height: 8rem;
    }
    /* ------ footer -------- */

    .footer .widget__items {
        flex-wrap: wrap;
        margin: 0 -2rem;
    }
    .footer .footer__top .center {
        padding-top: 1rem;
    }
    .footer .footer__bottom .right {
        text-align: start;
        margin-top: 1.2rem;
    }
    .footer {
        padding-top: 3rem;
    }
    /* ------------ hero ---------- */
    .hero {
        padding: 3rem 0;
    }
    .hero .rows {
        width: calc(100%);
        margin: 1rem 0 -1rem;
    }
    .hero .column {
        margin: 1rem 0;
    }
    .hero .hero__item__content {
        padding: 2rem 6.2rem 2.3rem;
    }

    .section__products {
        padding: 3rem 0;
    }
    /*------ section__grid --------- */

    .section__grid .grid__banner {
        width: 100%;
        min-height: 26rem;
        overflow: inherit;
    }
    .section__grid .section__inner {
        display: flex;
        flex-wrap: wrap;
        grid-column-gap: 1.6rem;
        grid-row-gap: 1.6rem;
    }
    .section__grid .grid__banner-4 .img__wrapper {
        position: absolute;
        right: -1rem;
        bottom: -3rem;
        max-width: 18rem;
    }
    /* --------------- section__articles -------*/
    .section__articles .article__banners {
        display: flex;
        flex-direction: column;
    }
    .section__articles .article__banner .article__banner__img {
        max-width: 20rem;
        min-width: 20rem;
        margin-right: 2.5rem;
    }
    .section__articles .article__banner {
        flex-direction: row !important;
    }
    .section__articles .article__banner .img__box {
        padding-top: 119%;
    }
    .section__articles .article__banner-1 .article__banner__content {
        padding-left: 0;
        padding-right: 0;
    }
    .section__articles {
        padding: 3rem 0;
    }
    /* --------- section__more------- */
    .section__more .section__inner {
        padding: 3rem 2rem;
    }
    /* ---- review__slider ------- */
    .review__slider {
        padding: 0;
        width: 90%;
    }
    .review__slider .slick-list {
        overflow: visible;
    }
    /*----- section__partners ----- */
    .section__partners {
        padding: 3rem 0 3rem;
    }

    .partner__slider .slick-arrow.slick-prev {
        left: -0.5rem;
    }
    .partner__slider .slick-arrow.slick-next {
        right: -0.5rem;
    }
    /* ---- section__products ------- */
    .slider__products .slick-arrow.slick-prev {
        left: -0.5rem;
    }
    .slider__products .slick-arrow.slick-next {
        right: -0.5rem;
    }
    /* ------- section__grid ------ */
    .section__grid .bg-element-2 {
        max-width: 38rem;
        margin: 2rem -3rem -3.5rem auto;
        width: 100%;
        bottom: 0;
        right: 0;
        position: relative;
        order: 10;
    }
    .section__grid .grid__banner-1 .content__bottom {
        order: -1;
        text-align: end;
    }

    .section__grid .grid__banner-1 .btn__box {
        margin-top: 1.8rem;
    }

    .section__grid .grid__banner {
        width: calc(100% / 2 - 0.8rem);
    }
    /* ---- section__product -------- */
    .section__product .left {
        padding-right: 0;
    }
    .section__product .right {
        margin-top: 3.2rem;
    }
    .section__product {
        padding: 3rem 0;
    }
    /* --------- section__product__tabs -------- */
    .section__product__tabs {
        padding: 3rem 0 3rem;
    }
    .section__product__tabs table td,
    .section__product__tabs table th {
        padding: 1rem 1.2rem;
        vertical-align: middle;
        text-align: start;
    }
    /* --- section__checkout ------- */
    .section__checkout .right {
        padding-left: 0;
        margin-top: 2.4rem;
    }
    .section__checkout {
        padding: 3rem 0;
    }
    .section__checkout h1 {
        font-size: 3.6rem;
    }
    .product__cart__item .product__cart__item__img {
        width: 6rem;
        min-width: 6rem;
    }
    .product__cart__items__wrapper {
        padding: 2rem;
    }
    .product__cart__item .product__title {
        font-size: 1.6rem;
        display: flex;
        flex-direction: column;
    }
    .product__cart__item .product__price {
        font-size: 1.4rem;
    }
    .product__cart__totals .subtotal__title__item {
        font-size: 1.6rem;

        margin-right: 1rem;
    }
    .product__cart__totals .subtotal__price {
        font-size: 1.6rem;
    }
    .section__checkout .form__step {
        padding-top: 2.4rem;
        margin-top: 2.4rem;
    }
    .product__cart__totals {
        margin-top: 2.4rem;
        margin-bottom: 2.4rem;
    }
    .modal__window.modal__right .modal__window__wrapper {
        padding: 4rem 2rem;
    }
    .product__cart__item .quantity__btn {
        width: 2.8rem;
        height: 2.8rem;
        min-width: 2.8rem;
    }
    .product__cart__item .quantity_inner {
        max-width: 10rem;
        min-width: 10rem;
        min-height: 3.4rem;
        height: 3.4rem;
    }
    .product__cart__item .bt_minus::after {
        width: 1.8rem;
        height: 1.4rem;
        background-size: 1.8rem 1.4rem;
    }
    .product__cart__item .bt_plus::after {
        width: 1.8rem;
        height: 1.4rem;
        background-size: 1.8rem 1.4rem;
    }
    .product__cart__item .quantity {
        font-size: 1.4rem;
    }
    .product__cart__item .product__cart__item__content {
        padding-left: 1rem;
    }

    /* -------- section__thanks ------- */
    .section__thanks {
        padding: 3rem 0;
    }
    .section__thanks .content__box {
        padding: 3.2rem 2rem;
    }
    .section__thanks .right {
        padding: 3.2rem 2rem;
    }
    .section__thanks h1 {
        font-size: 3.6rem;
    }
    /* ----- section__category -------- */
    .section__category {
        padding: 3rem 0;
    }
    .section__category .left {
        padding-right: 0;
    }
    .category__filter__popup {
        position: fixed;
        width: 100%;
        max-width: 45rem;
        top: 0;
        left: 0;
        background: var(--fon);
        z-index: 100;
        height: 100dvh;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease;
        /* transform: translateX(-100%); */
    }
    .category__filter__popup.show {
        opacity: 1;
        visibility: visible;
        /* transform: translateX(0); */
    }
    .category__filter__popup.show .category__filter__overlay {
        opacity: 1;
        visibility: visible;
    }
    .category__filter__popup .content__side {
        background: var(--fon);
        height: 100%;
    }
    .section__category .filter__button__items {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }

    .category__filter__body {
        max-height: calc(100dvh - 16.6rem);
        overflow-x: hidden;
        overflow-y: scroll;
        padding: 2rem;
        height: 100%;
    }
    .section__category .category__filter__header {
        padding: 2rem 5rem 2rem 2rem;
    }
    .section__category .category__filter h4 {
        font-size: 2.2rem;
        margin-bottom: 0;
    }
    .section__category .category__filter {
        border: 0;
        padding: 2rem 0;
        height: 100%;
    }
    .category__filter__footer {
        padding: 1.6rem 2rem;
    }
    .category__filter__footer .btn__white {
        width: 100%;
    }
    .section__category .filter__button__item {
        width: calc(100% / 2 - 1.6rem);
    }
    .section__category .product__sort__wrapper {
        width: 100%;
        max-width: 100%;
    }
    .section__category .product__items .btn__box,
    .pagination__wrapper {
        margin-top: 3.2rem;
    }

    /* ----------- section__information ------ */
    .section__information .tabs__items {
        margin: -0.5rem;
    }
    .section__information .tabs__item {
        margin: 0.5rem;
    }
    .section__information .right {
        margin-top: 3.2rem;
    }
    .section__information {
        padding: 3rem 0;
    }
    .section__information h1 {
        font-size: 3.6rem;
    }
    .section__information .partner__items,
    .section__information .wp-block-gallery {
        width: calc(100% + 2rem);
        margin: -1rem;
        padding-left: 0;
    }
    .section__information .partner__items .partner__item,
    .section__information .wp-block-gallery .wp-block-image {
        width: calc(100% / 4 - 2rem);
        margin: 1rem;
    }
    /* -------- section__article ------ */
    .section__article {
        padding: 3rem 0;
    }
    .section__article h1 {
        font-size: 3.6rem;
    }
    .section__article .social__title {
        margin: 1rem 3rem 1rem 0;
    }
    .article__info ul {
        margin: -1rem;
    }
    .article__info li {
        margin: 1rem;
    }
    /* ------ section__account -------- */
    .section__account .left {
        padding-right: 0;
    }
    .section__account .right {
        margin-top: 3.2rem;
    }
    .section__account {
        padding: 3rem 0;
    }

    .section__account .form-item {
        margin-bottom: 2rem;
    }
    .section__account .total {
        margin-top: 1.6rem;
    }
    .section__account .tabs__items {
        flex-direction: row;
        margin: -1rem;
        flex-wrap: wrap;
    }
    .section__account .tabs__item {
        margin: 1rem;
    }
    .section__404 {
        padding: 3rem 0;
    }
    .product__item .product__item__top {
        padding: 0;
        margin-top: 1rem;
    }
    .product__item .product__item__bottom {
        padding-left: 0;
    }
    .product__item .product__item__price__new {
        padding: 0;
        min-height: auto;
        height: auto;
        font-size: 1.2rem;
        border: 0;
        line-height: 1.2;
        margin-right: 0.6rem;
    }
    .product__item .label {
        left: 0.2rem;
    }
    .product__item .product__item__price__old {
        font-size: 1.2rem;
    }
    .product__item {
        border-radius: 1.2rem;
        padding: 0.7rem 0.5rem 1.4rem;
    }
    .product__item h6 {
        font-size: 1.2rem;
        margin-bottom: 0.8rem;
    }
    .product__item p {
        font-size: 1.2rem;
    }
    .product__item .product__item__price {
        margin-right: 0.7rem;
        line-height: 1.2;
    }
    .addcart__btn {
        width: 3rem;
        min-width: 3rem;
        height: 3rem;
    }

    .addcart__btn svg,
    .addcart__btn img {
        width: 1.8rem;
        height: 1.8rem;
    }
    .product__item .wishlist__btn {
        right: 0.2rem;
    }
    .section__category .product__items .product__item {
        width: calc(100% / 4 - 0.6rem);
        margin: 0.3rem;
    }
    .product__items {
        width: calc(100% + 0.6rem);
        margin: -0.3rem;
    }
    .product__items .product__item {
        margin: 0.3rem;
    }
    .review__item .img__box {
        border-radius: 1.2rem;
        width: 7rem;
        min-width: 7rem;
        margin-right: 1.6rem;
        height: 7rem;
    }
    .review__item p {
        font-size: 1.2rem;
    }
    .review__items .review__item {
        margin: 0.3rem;
        padding: 1.6rem 1rem;
        border-radius: 1.2rem;
    }
    .review__items {
        margin: -0.3rem;
    }
    .cart__section .wc-block-components-sidebar-layout .wc-block-components-main {
        padding-right: 0;
        width: 100%;
    }
    .cart__section .wc-block-components-sidebar {
        margin-top: 3.2rem;
        padding-left: 0;
        width: 100%;
    }

    .article__items .article__item {
        width: calc(100% / 2 - 1.6rem);
    }
}

@media only screen and (max-width: 992px) {
    .reviews__wrapper {
        flex-direction: column;
    }
    .reviews__items__info {
        padding: 2.8rem 2rem 2.8rem;
        min-width: auto;
        max-width: 50rem;
        margin: 3.2rem auto 0;
        width: 100%;
    }
    .reviews__items__info .reviews__info__header {
        margin-bottom: 1.5rem;
    }
    .reviews__items {
        padding-right: 0;
    }
    .reviews__item .reviews__item__header {
        margin-bottom: 1rem;
    }
    .section__product__tabs .tabs__body__items {
        padding-top: 3rem;
    }
    .rating__wrapper {
        font-size: 1.8rem;
    }
    .reviews__form__wrapper {
        margin-top: 3rem;
    }
    .reviews__items .btn__box {
        margin-top: 2.6rem;
    }
    .product__items .product__item {
        width: calc(100% / 3 + 0.6rem);
    }
}
@media only screen and (max-width: 867px) {
    .hero .hero__item__content {
        max-width: 64%;
    }

    .information__banner {
        float: none !important;
        margin: 0 auto 2.6rem;
    }
    .section__category .product__items .product__item {
        width: calc(100% / 3 - 0.6rem);
    }
}
@media only screen and (max-width: 767px) {
    .hero .hero__item .img__box {
        padding-top: 43%;
    }
    .hero .hero__item__content {
        max-width: 100%;
        padding: 2rem 4.2rem 2.3rem;
    }
    .hero h2,
    .hero h1 {
        -webkit-text-stroke: 0.1rem var(--black);
        font-size: 2.8rem;
        margin-bottom: 0.5rem;
    }
    .section__grid .grid__banner {
        width: calc(100%);
    }
}
@media only screen and (max-width: 740px) {
    .cart__section .wc-block-components-product-name {
        font-size: 1.4rem;
    }

    .cart__section .wc-block-components-product-price__value.is-discounted,
    .cart__section .wc-block-components-product-price {
        font-size: 1.6rem;
    }
}
@media only screen and (max-width: 700px) {
    .article__items .article__item {
        width: calc(100% - 1.6rem);
    }
}
@media only screen and (max-width: 670px) {
    .hero .img__wrapper {
        max-width: 25.5rem;
        min-width: 25.5rem;
        margin-left: -4.8rem;
        margin-bottom: -5.8rem;
    }
    .hero .content__side {
        padding: 2.4rem 2rem;
    }
    .slider__products {
        max-width: 75%;
        padding: 0;
    }
    .slider__products .slick-list {
        overflow: visible;
    }
    .footer .widget {
        width: 100%;
        margin-top: 2.4rem;
    }

    .footer .widget:first-child {
        margin-top: 0;
    }

    .section__articles .article__banner {
        flex-direction: column !important;
    }
    .section__articles .article__banner .img__box {
        padding-top: 110%;
    }
    .section__articles .article__banner .article__banner__img {
        margin-right: 0;
    }

    .section__product .price__delivery__box {
        flex-direction: column;
    }
    .section__product .price__wrapper {
        max-width: 100%;
        margin-right: 0;
        padding-right: 0;
        width: 100%;
    }
    .section__product .delivery__wrapper {
        width: 100%;
        order: 5;
        margin-top: 2.4rem;
    }
    .section__product .price__box {
        margin-bottom: 1.6rem;
    }
    .section__product .price__delivery {
        margin-top: 2.4rem;
    }
    .section__product .btn__wrapper .btn__box {
        margin-bottom: 1.2rem;
    }

    .form-row {
        width: 100%;

        flex-direction: column;
    }

    .section__information .partner__items .partner__item,
    .section__information .wp-block-gallery .wp-block-image {
        width: calc(100% / 3 - 2rem);
    }
    .product__items .product__item {
        width: calc(100% / 2 + 0.6rem);
    }
    .review__items .review__item {
        width: calc(100% - 0.6rem);
    }
}
@media only screen and (max-width: 600px) {
    .hero .left .content__side {
        flex-direction: column;
        position: relative;
    }
    .hero .img__wrapper {
        position: absolute;
        bottom: 0;
        right: 0;
    }
    .hero .hero__list__box {
        max-width: 100%;
        min-width: auto;
        padding: 2rem;

        margin-left: 0;
    }

    .hero .img__wrapper {
        max-width: 14.5rem;
        min-width: 14.5rem;
    }
    .hero .img__wrapper {
        position: absolute;
        bottom: -4rem;
        right: -2rem;
        margin: 0;
    }
    .section__grid .section__inner .grid__banner-2 {
        flex-direction: column;
    }
    .section__grid .column__left,
    .section__grid .column__right {
        width: 100%;
    }
    .reviews__item .reviews__item__header {
        flex-direction: column;
        align-items: flex-start;
    }
    .reviews__item .reviews__item__left {
        padding-right: 0;
        margin-bottom: 1rem;
    }
    .information__banner {
        flex-direction: column;
    }
    .information__banner .img__wrapper {
        max-width: 40rem;
        min-width: auto;
        width: 100%;

        margin: 0 auto 2rem;
    }
    .information__banner {
        padding: 3rem 2rem;
    }
    .section__category .product__items .product__item {
        width: calc(100% / 2 - 0.6rem);
    }
    .section__grid .column__right {
        display: none;
    }
    .section__grid .grid__banner {
        min-height: auto;
    }
    .cart__section .wc-block-cart-items__row .wc-block-cart-item__total {
        grid-row-start: 2 !important;
        grid-column-start: 2 !important;
        margin-top: 1.8rem;
    }
    .cart__section .wc-block-cart-item__total-price-and-sale-badge-wrapper {
        align-items: flex-start;
    }
}

@media only screen and (max-width: 499px) {
    .hero .hero__item .img__box {
        padding-top: 59%;
    }
    .hero .hero__small__item .hero__small__item__img {
        max-width: 7.8rem;
    }
    .hero .hero__small__item h5 {
        font-size: 1.6rem;
    }
    .section__articles .article__banner .article__banner__img {
        max-width: 100%;
    }
    .section__subscribe form {
        flex-direction: column;
    }
    .section__subscribe .btn,
    .section__subscribe button {
        margin-left: 0;
        margin-top: 1.2rem;
    }
    .section__subscribe input {
        text-align: center;
    }
    .section__subscribe form {
        text-align: center;
    }
    .slider__products {
        max-width: 90%;
    }
    .section__grid .bg-element-1 {
        width: 36%;
    }
    .section__grid .bg-element-4 {
        width: 50%;
    }
    .product__cart__totals .product__cart__promo {
        flex-direction: column;
    }
    .product__cart__totals .form__item__wrapper {
        margin-right: 0;
        width: 100%;
        margin-bottom: 1rem;
    }
    .product__cart__totals .product__cart__promo .btn__white {
        width: 100%;
        margin-top: 1rem;
    }
    .section__category .filter__button__item {
        width: calc(100% - 1.6rem);
    }

    .section__information .partner__items .partner__item,
    .section__information .wp-block-gallery .wp-block-image {
        width: calc(100% / 2 - 2rem);
    }

    .section__account .account__form .btn__box {
        flex-direction: column;
    }
    .section__404 h1 {
        font-size: 12rem;
    }
}
@media only screen and (max-width: 400px) {
    .hero .hero__item .img__box {
        padding-top: 65%;
    }
    .hero h2,
    .hero h1 {
        font-size: 2.4rem;
    }
    .hero .hero__small__item h5 {
        font-size: 1.4rem;
    }
}
@media only screen and (max-width: 389px) {
    .hero .hero__small__item .hero__small__item__img {
        max-width: 6.8rem;
    }
}
@media only screen and (max-width: 380px) {
}
@media only screen and (max-width: 370px) {
}
@media only screen and (max-width: 360px) {
}
@media only screen and (max-width: 350px) {
}
@media only screen and (max-width: 340px) {
}
@media only screen and (max-width: 330px) {
}
@media only screen and (max-width: 320px) {
}
