@media (max-width: 1200px) {
  .tabs .tab,
  .header__menu a {
    font-size: 18px;
  }
  h2 {
    font-size: 16px;
  }

  .destacados__box a,
  .marcas__box a {
    font-size: 12px;
  }

  .destacados__box img,
  .marcas__box img {
    max-width: 155px;
  }

  .marcas__box img {
    max-width: 85%;
  }

  .tab__products-categorias-box {
    width: 200px;
  }

  .tab__product,
  .sort-select,
  .product-content__item-title,
  .product-content__item-price,
  .product-content__item-btn {
    font-size: 14px;
  }

  .product-content__item {
    max-width: 240px;
  }
}

@media (max-width: 1040px) {
  .product-content__items {
    justify-content: space-around;
  }

  .footer__inner {
    flex-direction: column;
  }

  .footer__box {
    order: 2;
    flex-direction: column;
    text-align: center;
  }

  .footer__social {
    justify-content: center;
  }
}

@media (max-width: 800px) {
  .header__inner {
    flex-direction: column;
  }

  .header__menu a,
  .tabs .tab {
    padding: 15px;
  }

  .destacados__box,
  .marcas__box {
    gap: 10px;
  }

  .destacados__box img,
  .marcas__box img {
    max-width: 100px;
  }

  h2 {
    font-size: 14px;
  }

  .tabs .tab,
  .header__menu a {
    font-size: 14px;
  }

  .tab__product,
  .sort-select,
  .product-content__item-title,
  .product-content__item-price,
  .product-content__item-btn,
  .footer__box a {
    font-size: 12px;
  }

  .product-content__item {
    max-width: 170px;
  }

  .product-content__item {
    padding: 10px;
  }

  .tab__products-categorias-box {
    width: 155px;
  }

  .tab__box-marcas {
    display: none;
  }

  .footer__inner,
  .footer__box,
  .footer__social {
    gap: 12px;
  }
}

@media (max-width: 768px) {
  .slider-frame {
    height: 250px; /* Меньше на мобильных */
  }
  .dot {
    width: 10px;
    height: 10px;
  }
}

@media (max-width: 600px) {
  .tab__products {
    flex-direction: column;
  }

  .tab__product,
  .sort-select {
    padding: 7px;
  }

  .tab__products-categorias-box {
    width: 100%;
    gap: 5px;
  }

  .tab__products-categorias-box span.tab__product {
    text-align: center;
  }

  .destacados__box a {
    font-size: 10px;
  }

  .footer {
    padding: 30px 0;
  }
}

@media (max-width: 410px) {
  .header__logo img {
    width: 200px;
  }

  .slider-frame {
    padding: 10px 0px 20px 0px;
    height: 150px;
  }

  .tabs .tab,
  .header__menu a {
    font-size: 12px;
  }
  .slide {
    padding: 0 10px;
  }
  .dot {
    width: 6px;
    height: 6px;
  }

  .dots {
    bottom: -12px;
  }

  .banner {
    padding: 10px 0;
  }
  .header__menu a,
  .tabs .tab {
    padding: 12px;
  }

  .destacados__box a {
    margin: 6px 0;
  }

  .tab__box-top,
  .tab__box-product {
    padding: 5px;
  }

  h2 {
    margin-bottom: 10px;
  }
  .destacados__box {
    margin: 5px 0;
  }

  .tab__product,
  .sort-select {
    padding: 5px;
  }

  .product-content__item {
    max-width: 125px;
    padding: 5px;
  }

  .product-content__item-btn {
    padding: 4px 5px;
  }
}
