@media (max-width: 1400px) {
  .container {
    width: 100%;
    padding: 0 20px;
  }
}

@media (max-width: 1200px) {
  .header__wrapper {
    flex-wrap: wrap;
    gap: 30px;
  }

  .nav__wrapper {
    width: 100%;
    order: 2;
  }

  .menu-menu-1-container {
    width: fit-content;
    margin: 0 auto;
  }

  h1,
  .header-category-title {
    font-size: 42px;
  }

  h3 {
    font-size: 40px;
  }

  .header-main {
    padding: 150px 0 180px;
  }

  .header-main,
  .header-archive,
  .product-header,
  .site-main--error,
  .site-main {
    margin-top: 182px;
  }

  .product-categories {
    grid-template-columns: 59% 39%;
    gap: 22px;
  }

  .product-category {
    height: 280px;
  }

  .real,
  .reviews,
  .mission,
  .presentation,
  .banner,
  .about,
  .benefits,
  .footer,
  .features,
  .gallery-image,
  .product-big-img,
  .product-description-block {
    padding: 75px 0;
  }

  .mission__wrapper {
    padding: 55px 30px 55px;
  }

  .presentation__wrapper {
    padding: 75px 45px 85px;
    background-size: 660px;
    background-position: right -120px bottom;
  }

  .presentation__product-prices {
    margin: 50px 0;
  }

  .about__img-wrapper {
    overflow: hidden;
  }

  .about__img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  .about__item--second .about__img-wrapper {
    height: 555px;
    width: 530px;
    min-width: 530px;
  }

  .about__item--first .about__img-wrapper {
    height: 460px;
    width: 470px;
    min-width: 470px;
  }

  .benefits__item {
    padding: 40px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 170px;
  }

  .like-products__list {
    gap: 25px;
  }

  .like-product__item {
    width: calc(33% - 17px);
    max-width: 305px;
  }

  .like__product-buttons {
    flex-wrap: wrap;
  }

  .like__product-buttons a {
    min-width: 100%;
    text-align: center;
    justify-content: center;
  }

  .header-archive-bg {
    min-height: 575px;
  }

  .header-category__wrapper {
    margin: 10% auto 20%;
  }

  .footer__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 65px;
  }

  .footer__item--logo {
    order: 3;
    grid-column: 2;
    align-items: flex-end;
    width: 135px;
    margin-left: auto;
  }

  .footer__item--logo p {
    margin: 10px auto 0;
  }

  .footer__item--subscribe {
    order: 1;
    grid-column: 1 / -1;
  }

  .footer__item--menu {
    order: 2;
    width: 550px;
    grid-column: 1;
  }

  .footer__item.footer__item--subscribe {
    margin: 0;
  }

  .custom-checkout-layout {
    flex-direction: column;
  }

  .checkout-left-column {
    width: 100%;
  }

  .checkout-right-column {
    width: 100%;
  }
}

@media (max-width: 1100px) {
  .features__wrapper {
    flex-wrap: wrap;
  }

  .features__list {
    min-width: 100%;
    width: 100%;
  }

  .features__image {
    width: 100%;
  }

  .product-gallery__row {
    gap: 20px;
    margin-bottom: 20px;
  }
}

@media (max-width: 991px) {
  .footer__list {
    display: flex;
    flex-wrap: wrap;
    gap: 65px;
  }

  .footer__item--menu {
    width: calc(100% - 250px);
    justify-content: flex-start;
    gap: 80px;
  }

  .wc-block-grid__products {
    gap: 30px;
  }

  .wc-block-grid__product {
    min-width: 300px;
  }
}

@media (max-width: 768px) {
  .header__wrapper {
    flex-wrap: nowrap;
  }

  .mission,
  .presentation,
  .banner,
  .about,
  .benefits,
  .footer,
  .features,
  .gallery-image,
  .product-big-img,
  .product-description-block {
    padding: 50px 0;
  }

  .real,
  .reviews {
    padding: 50px 0 100px;
  }

  .burger-menu {
    margin-left: 26px;
    display: flex;
    order: 3;
  }

  .burger-item {
    display: block;
    width: 18px;
    height: 2px;
    background-color: #000;
    transition: all 0.3s ease;
  }

  .burger-item2 {
    width: 16px;
  }

  .burger-item3 {
    width: 14px;
  }

  .burger-menu.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
  }

  .burger-menu.active .burger-item2 {
    opacity: 0;
  }

  .burger-menu.active .burger-item3 {
    width: 18px;
    transform: rotate(-45deg) translate(5px, -5px);
  }

  .nav__wrapper {
    position: fixed;
    top: 0;
    right: -100%;
    width: 390px;
    height: 100%;
    background-color: #fff;
    transition: right 0.3s ease;
    z-index: 1000;
  }

  .header__shop-wrapper {
    gap: 0;
  }

  .header__shop-wrapper a.account {
    display: none;
  }

  .burger-menu.active {
    z-index: 10001;
  }

  .nav__wrapper.active {
    right: 0;
  }

  .main-navigation {
    margin: 100px 20px 0;
  }

  .header-main,
  .header-archive,
  .product-header,
  .site-main--error,
  .site-main {
    margin-top: 125px;
  }

  .main-navigation .menu {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }

  .main-navigation .menu li,
  .account-mobi {
    width: 100%;
    padding: 15px 0;
    border-bottom: 1px solid #777;
  }

  .account-mobi {
    display: block;
    color: var(--main-color);
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1.8;
  }

  .menu-menu-1-container {
    width: 100%;
  }

  .product-categories {
    grid-template-columns: none;
  }

  .product-categories :nth-child(2),
  .product-categories :nth-child(3) {
    grid-column: span 2;
  }

  .reviews__item {
    max-width: 400px;
  }

  .reviews__name {
    font-size: 17px;
    text-transform: capitalize;
  }

  .splide__progress {
    bottom: -15px;
    width: 100%;
  }

  .reviews {
    padding-bottom: 130px;
  }

  .reviews .splide__arrow--next {
    right: calc(50% - 60px);
  }

  .reviews .splide__arrow--prev {
    left: calc(50% - 60px);
  }

  .reviews .splide__arrow {
    bottom: -130px;
  }

  .cart-contents {
    margin-right: 26px;
  }

  .header__search-wrapper {
    order: 2;
    display: flex;
    align-items: center;
    pointer-events: none;
  }

  .header__search-wrapper.active {
    pointer-events: auto;
  }

  .woocommerce-product-search button[type="submit"] {
    width: 0;
  }

  .woocommerce-product-search {
    width: 0;
    opacity: 0;
    transition: width 0.3s ease, opacity 0.3s ease;
  }

  .header__search-wrapper .search-field {
    width: 0;
    padding: 0;
  }

  .header__search-wrapper.active .woocommerce-product-search {
    width: 250px;
    opacity: 1;
  }

  .header__search-wrapper.active .search-field {
    width: 250px;
    padding: 4px 40px 4px 18px;
  }

  .header__search-wrapper.active .woocommerce-product-search button[type="submit"] {
    width: 18px;
  }

  .header__shop-wrapper.active .header__search-wrapper {
    pointer-events: auto;
  }

  .search-mobi-ico {
    order: 2;
    display: block;
    width: 22px;
    height: 22px;
    cursor: pointer;
  }

  .search-mobi-ico.active {
    display: none;
  }

  .presentation__wrapper {
    padding: 50px 45px 30px;
    background-size: 550px;
    background-position: right -180px bottom;
  }

  .about__list {
    gap: 75px;
  }

  .about__item {
    gap: 30px;
  }

  .about__item--second .about__img-wrapper {
    height: 435px;
    width: 355px;
    min-width: 355px;
  }

  .about__item--first .about__img-wrapper {
    height: 350px;
    width: 355px;
    min-width: 355px;
  }

  .about-text {
    font-size: 15px;
  }

  .about-btn {
    margin-top: 10px;
  }

  .benefits__list {
    flex-wrap: wrap;
  }

  .benefits__item {
    width: calc(50% - 15px);
    height: 165px;
  }

  .presentation__product-prices {
    margin: 30px 0;
  }

  .like-product__item {
    min-width: 350px;
  }

  div.tnp-subscription,
  form.tnp-subscription,
  form.tnp-profile {
    max-width: 425px;
  }

  .footer__item--menu {
    width: 425px;
  }

  .real .splide__list {
    gap: 0;
  }

  .header-archive-bg {
    min-height: 930px;
    background-position: center top;
  }

  .header-category__wrapper {
    margin: 25% auto 20%;
  }

  .error-title p {
    font-size: 240px;
  }

  .error-title img {
    width: 230px;
  }

  .product-gallery__item.product-gallery__row--first {
    overflow: visible;
    height: auto;
    width: 100%;
  }

  #billing_first_name_field,
  #billing_last_name_field,
  #billing_city_field,
  #billing_state_field {
    flex: 1 0 100%;
  }
}

@media (max-width: 600px) {
  .product-gallery__item.product-gallery__row--first {
    overflow: visible;
    height: auto;
    width: 100%;
  }
}

@media (max-width: 550px) {

  .mission,
  .presentation,
  .banner,
  .about,
  .benefits,
  .footer {
    padding: 40px 0;
  }

  .real,
  .reviews {
    padding: 40px 0 100px;
  }

  .header-logo-mobi {
    display: block;
  }

  .header__wrapper {
    padding: 25px 15px;
  }

  .header-logo {
    display: none;
  }

  .header-main,
  .header-archive,
  .product-header,
  .site-main--error,
  .site-main {
    margin-top: 130px;
  }

  .header__search-wrapper.active .search-field {
    width: 150px;
  }

  .header__search-wrapper.active .woocommerce-product-search {
    width: 150px;
  }

  h1,
  .header-category-title {
    font-size: 30px;
  }

  h1 br,
  .product-big-img {
    display: none;
  }

  .title-block {
    font-size: 27px;
    margin-bottom: 36px;
  }

  .product-category {
    height: 240px;
  }

  .real .splide__slide {
    min-width: 225px;
  }

  .reviews .splide__arrow {
    bottom: -110px;
  }

  .reviews .splide__track {
    padding-bottom: 30px;
  }

  div.tnp-subscription,
  form.tnp-subscription,
  form.tnp-profile {
    max-width: 100%;
  }

  .presentation__wrapper {
    padding: 40px 20px;
  }

  .presentation__product-buttons a {
    padding: 10px 20px;
  }

  .about__item {
    flex-wrap: wrap;
  }

  .about__item .about__img-wrapper {
    height: auto;
    width: 100%;
    min-width: 100%;
  }

  .about__item--second .about__item-wrapper {
    order: 2;
  }

  .banner,
  .benefits {
    display: none;
  }

  .presentation__product-attributes ul {
    flex-wrap: wrap;
    grid-gap: 30px;
  }

  .product-header .presentation__product-attributes ul {
    flex-wrap: nowrap;
    max-width: 100%;
    grid-gap: 0;
  }

  .presentation__product-attributes li {
    padding: 0 4px;
  }

  .presentation__product-prices {
    margin-top: 130px;
  }

  .footer__list {
    gap: 25px;
  }

  .footer__item--menu {
    width: 100%;
  }

  .footer__item--logo {
    margin: 0 auto;
  }

  .footer__title {
    font-size: 34px;
    line-height: 2;
  }

  .footer__item--menu {
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
  }

  .nav__wrapper {
    width: 100%;
  }

  .features__wrapper {
    gap: 60px;
  }

  .product-gallery__row {
    flex-wrap: wrap;
  }

  .product-header__bottom {
    flex-wrap: wrap;
    gap: 40px;
  }

  .site-main--error {
    padding: 50px 0;
  }

  .error-title p {
    font-size: 140px;
  }

  .error-title img {
    width: 160px;
  }

  .error-title h2 {
    font-size: 34px;
  }

  .site-main--error h2 {
    font-size: 34px;
  }

  .btn-back {
    min-width: 100%;
    width: 100%;
  }

  .header-archive-bg {
    min-height: 530px;
  }

  h2 {
    font-size: 1.25em !important;
  }

  .like-products__list {
    gap: 0;
  }

  .like__img-wrapper {
    height: 380px;
  }
}

@media (max-width: 425px) {
  .like-product__item {
    max-width: 100%;
  }

  .presentation__product-buttons {
    flex-wrap: wrap;
  }

  .presentation__product-buttons a {
    min-width: 100%;
    justify-content: center;
  }

  .presentation__product-prices {
    margin-top: 50px;
  }

  .footer__item--menu {
    width: 100%;
    gap: 20px;
    flex-wrap: wrap;
  }

  .product-description-block .gallery {
    max-width: 100%;
    flex-wrap: wrap;
  }

  .product-description-block .gallery-item {
    min-width: 100%;
  }

  .like-product__item {
    min-width: 100%;
  }

  h3 {
    font-size: 34px;
  }

  .like__img-wrapper {
    height: 350px;
  }
}