@media screen and (max-width: 1300px) {
  html{
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }

  .page {
    max-width: 1024px;
    overflow: hidden;
  }
    
  .header__info_right-hand {
    width: 300px;
    margin-left: 30px;
  }

  .header__location {
    width: 180px;
  }

  .header__img_phone {
    margin-left: 0;
  }

  .navigation__section{
    margin-left: 30px;
  }

  .navigation__section:first-of-type {
    margin-left: 25px;
  }

  .search {
    width: 180px;
  }

  .slider-item {
    height: 510px;
  }

  .slider__img {
    width: 510px;
  }

  .slider__promo {
    margin: auto 20px 180px 112px;
  }
    
  .slider__text1 {
    font-size: 15px;
    line-height: 15px;
  }

  .slider__text2 {
    font-size: 35px;
    line-height: 35px;
    margin-bottom: 50px;
  }

  .slider .slick-arrow {
    top: 235px;
  }

  .slider .slick-dots {
    left: 472px;
  }

  .categories {
    margin: 100px 0;
  }

  .categories__container {
    gap: 10px;
    grid-template-columns: repeat(auto-fit, 162px);
  }

  .category:hover .category__img {
    transform: scale(1.1);
  }

  .img-slider .slick-dots {
    left: 80px;
  }

  .sale {
    height: 833px;
    margin-bottom: 100px;
  }

  .sale__products .slick-arrow.slick-next {
    right: 10px;
  }

  .container {
    padding: 0 20px;
    margin: -20px 0 20px 0;
  }

  .price {
    font-size: 16px;
    line-height: 16px;
    margin: 22px 0 10px 24px;
  }

  .price__discount {
    font-size: 12px;
    line-height: 12px;
  }

  .product-item__discount {
    width: 45px;
  }

  .product-item__caption {
    width: 200px;
  }

  .discount__box {
    width: 328px;
    height: 220px;
  }

  .discount__img1 {
    height: 220px;
  }

  .discount__img2 {
    height: 220px;
  }

  .discount__img3 {
    height: 220px;
  }

  .discount__title {
    font-size: 15px;
    line-height: 20px;
    top: 62px;
    left: 17px;
  }

  .discount__deal {
    bottom: 38px;
    width: 140px;
  }

  .discount__diamond {
    top: 10px;
    left: -50px;
  }

  .product-of-the-day {
    margin-bottom: 50px;
  }

  .product__slider {
    width: 432px;
    height: 450px;
  }

  .product__slider .slick-arrow.slick-next {
    top: 215px;
  }

  .product__slider .slick-arrow.slick-prev {
    top: 215px;
  }

  .product__img {
    width: 432px;
    height: 432px;
  }

  .product__info {
    width: 512px;
    margin-left: 78px;
  }

  .rating {
    font-size: 13px;
    line-height: 13px;
  }

  .product-title {
    font-size: 28px;
    line-height: 28px;
    margin: 20px 0 16px 0;
  }

  .product-code {
    font-size: 13px;
    line-height: 13px;
  }

  .product__price {
    font-size: 18px;
    line-height: 18px;
    margin-top: 30px;
  }

  .product__price_discount {
    font-size: 14px;
    line-height: 14px;
  }

  .product-discount {
    top: 122px;
    left: 172px;
  }

  .product-discount_countdown {
    top: 100px;
    left: 243px;
    width: 200px;
  }

  .product__sep-line {
    margin: 22px 0;
  }

  .product__color {
    font-size: 11px;
    line-height: 11px;
  }

  .color-list {
    margin: 12px 0 25px 0;
  }

  .product__size {
    font-size: 11px;
    line-height: 11px;
  }

  .product__buy-btn {
    font-size: 13px;
    line-height: 13px;
    width: 355px;
    height: 52px;
  }

  .product__quick-buy-btn {
    font-size: 13px;
    line-height: 13px;
    width: 355px;
    height: 52px;
  }

  .action-btn {
    font-size: 13px;
    line-height: 13px;
  }

  .product__save {
    top: 6px;
    left: 390px;
  }

  .product__compare {
    top: 42px;
    left: 394px;
  }

  .product__share {
    top: 75px;
    left: 390px;
  }

  .articles {
    margin-bottom: 90px;
  }

  .articles__container {
    grid-template-columns: repeat(auto-fill, 241px);
  }
}

@media screen and (max-width: 1024px) {
  .page {
    max-width: 780px;
  }

  .header {
    margin-bottom: 5px;
  }

  .header__content {
    margin: 5px 0 20px 0
  }

  .header__location {
    width: 120px;
  }

  .header__img-location {
    width: 8px;
    height: 10px;
  }

  .select-selected {
    font-size: 10px;
    line-height: 10px;
  }

  .select-items {
    font-size: 10px;
    line-height: 10px;
    width: 150px;
  }

  .select-selected:after {
    background-size: cover;
  }

  .select-selected.select-arrow-active:after {
    margin-left: 3px;
  }

  .header__img_phone {
    height: 10px;
    width: 10px;
  }
      
  .header__phone {
    font-size: 10px;
    line-height: 10px;
  }

  .header__img_phone {
    margin-left: 10px;
  }

  .header__info_right-hand {
    width: 190px;
    margin-left: 45px;
  }

  .header__logo {
     width: 130px;
  }

  .header__logo_caption {
    width: 120px;
    height: 8px;
  }

  .header__icons {
    gap: 15px;
  }

  .header__img_like {
    height: 10px;
  }
      
  .header__img_like-counter {
    height: 11px;
    top: -5px;
    left: 8px;
  }
      
  .header__img_scale {
    height: 10px;
  }
      
  .header__img_bag {
    height: 10px;
  }

  .header__account {
    font-size: 10px;
    line-height: 10px;
  }
    
  .navigation {
    height: 45px;
  }

  .navigation__section{
    margin-left: 25px;
    font-size: 10px;
    line-height: 10px;
  }

  .navigation__section:first-of-type {
    margin-left: 20px;
  }

  .search{
    font-size: 10px;
    line-height: 10px;
    width: 110px;
  }

  .search-icon {
    height: 10px;
    margin-right: 10px;
  }

  .slider-item {
    margin-top: 15px;
  }

  .slider__promo {
    margin: auto 20px 110px 112px;
  }
    
  .slider-item {
    height: 380px;
  }

  .slider__img {
    width: 380px;
  }

  .slider__text1 {
    font-size: 12px;
    line-height: 12px;
    margin-bottom: 15px;
  }

  .slider__text2 {
    font-size: 25px;
    line-height: 25px;
    margin-bottom: 40px;
  }

  .slider__btn {
    width: 150px;
    height: 44px;
    font-size: 10px;
    line-height: 10px;
  }

  .slider__img_diamond {
    height: 420px;
    left: -80px;
  }

  .slider .slick-arrow {
    top: 185px;
  }

  .slider .slick-arrow.slick-next {
    background-size: cover;
  }

  .slider .slick-arrow.slick-prev {
    background-size: cover;
  }

  .slider .slick-arrow {
    width: 38px;
    height: 38px;
  }

  .slider .slick-dots {
    left: 362px;
    bottom: 14px;
  }

  .slider .slick-dots button {
    width: 6px;
    height: 6px;
  }

  .slider .slick-dots li {
    margin: 0 3px;
  }

  .categories {
    margin: 50px 0;
  }

  .categories__title {
    font-size: 25px;
    line-height: 25px;
    margin-bottom: 30px;
  }

  .categories__container {
    grid-template-columns: repeat(auto-fit, 123px);
    column-gap: 8px;
  }

  .category {
    height: 150px;
  }

  .category__img {
    width: 80px;
  }

  .category__name {
    font-size: 13px;
    line-height: 16px;
  }

  .sale {
    height: 580px;
    margin-bottom: 50px;
  }

  .sale__title {
    font-size: 25px;
    line-height: 25px;
    margin-bottom: 18px;
  }

  .sale__categories {
    gap: 4px;
    font-size: 10px;
    line-height: 10px;
  }

  .sale__category {
    width: 70px;
    height: 25px;
    margin-bottom: 24px;
  }

  .product-item__img {
    width: 140px;
    height: 140px;
  }

  .price {
    font-size: 12px;
    line-height: 12px;
    margin: 16px 0 6px 14px;
  }

  .price__discount {
    font-size: 10px;
    line-height: 10px;
    margin-left: 4px;
  }

  .product-item__discount {
    width: 35px;
    right: 14px;
    top: 193px;
  }

  .product-item__caption {
    font-size: 11px;
    line-height: 20px;
    width: 150px;
    margin: 0 auto 18px auto;
  }

  .product-item__sale {
    top: 12px;
    left: 14px;
    width: 40px;
  }

  .like-btn {
    top: 12px;
    right: 10px;
    width: 15px;
    height: 13px;
    background-size: cover;
  }

  .img-slider .slick-dots {
    left: 70px;
  }

  .img-slider .slick-dots li {
    margin: 0 3px;
  }

  .img-slider .slick-dots button {
    width: 6px;
    height: 6px;
  }

  .seen-btn {
    top: 35px;
    right: 10px;
    width: 15px;
    height: 15px;
    background-size: cover;
  }

  .sale__products .slick-arrow {
    width: 38px;
    height: 38px;
  }

  .sale__products .slick-arrow.slick-next {
    background-size: cover;
    top: -60px;
  }

  .sale__products .slick-arrow.slick-prev {
    background-size: cover;
    right: 55px;
    top: -60px;
  }

  .container {
    padding: 0 14px;
    height: 52px;
    margin: -10px 0 14px 0;
  }

  .container select {
    height: 22px;
  }

  .discount__box {
    width: 245px;
    height: 150px;
  }

  .discount__title {
    font-size: 12px;
    line-height: 17px;
    top: 36px;
    left: 13px;
  }

  .discount__deal {
    bottom: 25px;
    width: 110px;
  }

  .discount__img1 {
    height: 150px;
  }

  .discount__img2 {
    height: 150px;
  }

  .discount__img3 {
    height: 150px;
  }

  .discount__diamond {
    top: 10px;
    left: -120px;
  }

  .product-of-the-day {
    margin-bottom: 50px;
  }

  .product-of-the-day__title {
    font-size: 25px;
    line-height: 25px;
    margin-bottom: 32px;
  }

  .product__slider {
    width: 330px;
    height: 350px;
  }

  .product__box-slider .slick-arrow {
    width: 38px;
    height: 38px;
  }

  .product__box-slider .slick-arrow.slick-prev_main {
    right: 45px;
    top: -55px;
    background-size: cover;
  }

  .product__box-slider .slick-arrow.slick-next_main {
    right: 0px;
    top: -55px;
    background-size: cover;
  }

  .product__slider .slick-arrow.slick-next {
    top: 170px;
  }

  .product__slider .slick-arrow.slick-prev {
    top: 170px;
  }

  .product__img {
    width: 330px;
    height: 330px;
  }

  .product__info {
    width: 420px;
    margin-left: 60px;
  }

  .stars-rating {
    width: 80px;
  }

  .rating {
    font-size: 11px;
    line-height: 11px;
    padding-left: 10px;
  }

  .product-title {
    font-size: 22px;
    line-height: 22px;
    margin: 18px 0 10px 0;
  }

  .product-code {
    font-size: 11px;
    line-height: 11px;
  }

  .product__price {
    font-size: 16px;
    line-height: 16px;
    margin-top: 18px;
  }

  .product__price_discount {
    font-size: 12px;
    line-height: 12px;
    padding-left: 10px;
  }

  .product-discount {
    top: 89px;
    left: 142px;
    width: 35px;
  }

  .product-discount_countdown {
    top: 70px;
    left: 195px;
    width: 150px;
  }

  .product__sep-line {
    margin: 18px 0;
  }

  .product__color {
    font-size: 10px;
    line-height: 10px;
  }

  .color-list {
    margin: 10px 0 20px 0;
    gap: 8px;
  }

  .color-button {
    width: 25px;
    height: 25px;
  }

  .product__size {
    font-size: 10px;
    line-height: 10px;
  }

  .size__info {
    width: 13px;
    height: 13px;
    background-size: cover;
    margin-left: 8px;
  }

  .size-list {
    gap: 3px;
    margin: 10px 0 22px 0;
  }

  .size-button {
    font-size: 11px;
    line-height: 11px;
    width: 35px;
    height: 22px;
  }

  .product__buy-btn {
    font-size: 11px;
    line-height: 11px;
    width: 230px;
    height: 40px;
  }

  .product__quick-buy-btn {
    font-size: 11px;
    line-height: 11px;
    width: 230px;
    height: 40px;
  }

  .action-btn {
    font-size: 11px;
    line-height: 11px;
  }

  .action__like {
    width: 15px;
    height: 13px;
    background-size: cover;
  }

  .product__save {
    top: 6px;
    left: 260px;
  }

  .product__compare {
    top: 30px;
    left: 262px;
  }

  .product__share {
    top: 52px;
    left: 258px;
  }

  .articles {
    margin-bottom: 40px;
  }

  .articles__title {
    font-size: 25px;
    line-height: 25px;
    margin: 0 0 30px 0;
  }

  .articles__container {
    grid-template-columns: repeat(auto-fill, 180px);
  }

  .articles__more-btn {
    font-size: 11px;
    line-height: 11px;
  }

  .articles__more-btn_arrow {
    width: 18px;
    margin-left: 10px;
    margin-bottom: 3px;
  }
}

@media screen and (max-width: 780px) {
  ::-webkit-scrollbar {
    width: 0;
  }

  .page {
    max-width: 600px;
  }

  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 5px 20px;
    height: 45px;
    z-index: 10;
    flex-direction: row;
    justify-content: space-between;
    background-color: #F8F8F8;
    box-shadow: 0px 16px 32px rgba(0, 0, 0, 0.1);
}

  .header__content {
   margin: 0;
   display: block;
  }

  .header__info_left-hand{
    position: fixed;
  }

  .header__phone-hover {
    display: none;
  }

  .header__location {
    width: 115px;
    position: fixed;
    top: 15px;
    left: 10px;
  }
  
  .header__logo {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -1%);
  }
  .header__icons{
    display: none;
  }

  .header__info_right-hand {
    position: fixed;
    top: 18px;
    right: 0;
  }

  .header__account {
    font-size: 12px;
  }

  .header__burger {
    display: block;
    position: relative;
    width: 25px;
    height: 20px;
  }

  .header__burger span {
    position: absolute;
    background-color: black;
    left: 0;
    width: 100%;
    height: 2px;
    top: 17px;
    transition: all 0.2s ease;
  }

  .header__burger.active span {
    transform: scale(0);
  }

  .header__burger::before,
  .header__burger::after {
    content: '';
    background-color: black;
    position: absolute;
    width: 100%;
    height: 2px;
    transition: all 0.2s ease;
  }

  .header__burger::before{
    top: 10px;
  }

  .header__burger::after {
    bottom: -6px;
  }

  .header__burger.active::before {
    transform: rotate(45deg);
    top:16px;
  }
  .header__burger.active::after {
    transform: rotate(-45deg);
    bottom: 2px;
  }

  .navigation {
    height: max-content;
    position: fixed;
    top: -100%;
    right: 0;
    flex-direction: column;
    overflow: hidden;
    background-color: white;
    border: 1px solid #F8F8F8;
    box-shadow: 0px 16px 32px rgb(0 0 0 / 10%);
    transition: all 0.4s ease;
    
  }

  .navigation.active {
    top: 45px
  }

  .navigation__section {
    font-size: 14px;
    width: 100%;
    padding: 10px 10px;
    margin: 0;
    text-align: end;
  }

  .navigation__section:first-of-type {
    margin: 0;
  }

  

  .search-wrapper {
    display: none;
  }

  main {
    margin-top: 40px;
  }

  .slider__promo {
    margin: auto 20px 110px 72px;
  }

  .slider__text1 {
    font-size: 12px;
    line-height: 12px;
  }

  .slider__text2 {
    font-size: 22px;
    line-height: 22px;
  }

  .slider__btn {
    font-size: 11px;
  }

  .slider .slick-arrow.slick-next {
    right: 14px;
  }

  .slider .slick-arrow.slick-prev {
    left: 14px;
  }

  .slider .slick-dots {
    left: 290px;
    bottom: 14px;
  }

  .categories__container {
    grid-template-columns: repeat(auto-fit, 194px);
  }

  .category {
    height: 220px;
  }

  .category__name {
    font-size: 16px;
  }

  .sale {
    height: 1350px;
  }

  .sale__categories {
    gap: 10px;
    font-size: 12px;
    line-height: 12px;
  }

  .sale__category {
    width: 80px;
    height: 30px;
  }

  .sale__products {
    margin: 0 -9px;
  }

  .product-item {
    margin: 0 9px;
  }
  
  .product-item__caption {
    width: 150px;
    margin: 0 auto 18px auto;
  }

  .price {
    font-size: 14px;
    line-height: 14px;
    width: 150px;
    margin: 16px auto 6px auto;
  }

  .price__discount {
    font-size: 11px;
    line-height: 11px;
  }

  .img-slider .slick-dots {
    left: 75px;
  }

  .discount {
    width: 600px;
    flex-direction: column;
    align-items: center;
  }

  .discount__box {
    width: 555px;
    height: 300px;
    box-shadow: 0px 16px 32px rgba(0, 0, 0, 0.1);
  }

  .discount__title {
    font-size: 25px;
    line-height: 40px;
    top: 56px;
    left: 53px;
  }

  .discount__deal {
    bottom: 25px;
    width: 250px;
  }

  .discount__img1,
  .discount__img2,
  .discount__img3 {
    height: 300px;
  }

  .product__box {
    flex-direction: column;
    align-items: center;
  }

  .product__slider {
    width: 430px;
    height: 450px;
  }

  .product__img {
    width: 430px;
    height: 430px;
  }
  .product__info {
    width: 600px;
    margin-left: 60px;
  }

  .product-title {
    font-size: 25px;
    line-height: 25px;
    margin: 20px 0 13px 0;
  }

  .product-code {
    font-size: 13px;
    line-height: 13px;
  }

  .product__price {
    font-size: 18px;
    line-height: 18px;
    margin-top: 20px;
  }

  .product__price_discount {
    font-size: 13px;
    line-height: 13px;
  }

  .product-discount {
    top: 102px;
    left: 162px;
    width: 40px;
  }

  .product-discount_countdown {
    top: 78px;
    left: 245px;
    width: 180px;
  }
  .product__sep-line {
    margin: 20px 0;
    width: 550px;
  }

  .product__color {
    font-size: 12px;
    line-height: 12px;
  }

  .color-list {
    margin: 12px 0 20px 0;
    gap: 10px;
  }

  .color-button {
    width: 30px;
    height: 30px;
  }

  .product__size {
    font-size: 12px;
    line-height: 12px;
  }

  .size__info {
    width: 15px;
    height: 15px;
    margin-left: 8px;
  }

  .size-list {
    gap: 5px;
    margin: 12px 0 35px 0;
  }

  .size-button {
    font-size: 13px;
    line-height: 13px;
    width: 50px;
    height: 32px;
  }

  .product__action {
    display: flex;
    flex-direction: column;
  }

  .product__buy-btn {
    font-size: 13px;
    line-height: 13px;
    width: 285px;
    height: 60px;
  }

  .product__quick-buy-btn {
    font-size: 13px;
    line-height: 13px;
    width: 285px;
    height: 60px;
  }

  .action-btn {
    font-size: 14px;
    line-height: 14px;
  }

  .product__save {
    top: 6px;
    left: 360px;
  }

  .product__compare {
    top: 41px;
    left: 362px;
  }

  .product__share {
    top: 75px;
    left: 358px;
  }

  .articles__container {
    grid-template-columns: repeat(auto-fill, 290px);
  }

  .article {
    margin-bottom: 25px;
  }

  .article__name {
    font-size: 16px;
    line-height: 16px;
  }

  .articles__more-btn {
    font-size: 13px;
    line-height: 13px;
  }
}

@media screen and (max-width: 600px) {
  .page {
    max-width: 100%;
  }

  .header__account {
    display: none;
  }

  .slider-item {
    height: 320px;
  }

  .slider__promo {
    margin: auto 0 auto 20px;
  }

  .slider__img {
    width: 320px;
  }

  .slider__text1 {
    font-size: 12px;
    line-height: 12px;
  }

  .slider__text2 {
    font-size: 28px;
    line-height: 28px;
  }

  .slider__btn {
    width: 150px;
    height: 40px;
    font-size: 11px;
    line-height: 11px;
  }

  .slider .slick-dots {
    left: 47%;
    bottom: 14px;
  }

  .slider .slick-dots button {
    width: 8px;
    height: 8px;
  }

  .slider__img_diamond {
    height: 320px;
  }

  .categories__title {
    padding-left: 10px;
  }

  .categories__container {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .category {
    height: 200px;
  }

  .discount {
    width: 100%;
  }

  .discount__box {
    width: 90%;
  }

  .articles__container {
    grid-template-columns: 1fr;
    margin: 60px;
  }

  .sale__title {
    padding-left: 10px;
  }

  .sale__products .slick-arrow.slick-prev {
    right: 85px;
  }

  .sale__products .slick-arrow.slick-next {
    right: 40px;
  }

  .product-of-the-day__title {
    padding-left: 10px;
  }

  .product__box-slider .slick-arrow.slick-prev_main {
    right: 75px;
  }

  .product__box-slider .slick-arrow.slick-next_main {
    right: 30px;
  }

  .articles__title {
    padding-left: 10px;
  }
}

@media screen and (max-width: 520px) {
  .product__info {
    width: 540px;
  }

  .size-button { 
    width: 45px;
  }
}

@media screen and (max-width: 520px) {
  .slider-item {
    height: 280px;
  }

  .slider__text1 {
    font-size: 10px;
    line-height: 10px;
  }

  .slider__text2 {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 20px;
  }

  .slider__btn {
    height: 40px;
    font-size: 10px;
    line-height: 10px;
  }

  .slider__img {
    width: 280px;
  }

  .price {
    width: 190px;
  }

  .product-item__caption {
    width: 190px;
  }

  .sale {
    height: 1240px;
  }

  .discount__box {
    height: 250px;
  }

  .discount__img1, .discount__img2, .discount__img3 {
    height: 250px;
  }

  .discount__title {
    font-size: 18px;
    line-height: 25px;
  }

  .discount__deal {
    width: 220px;
  }

  .product__info {
    width: 480px;
    margin-left: 60px;
  }

  .size-button {
    font-size: 13px;
    line-height: 13px;
    width: 40px;
    height: 28px;
  }

  .product__save {
    left: 330px;
  }

  .product__compare {
    left: 332px;
  }

  .product__share {
    left: 328px;
  }
}

@media screen and (max-width: 480px) {
  .slider-item {
    height: 200px;
  }

  .slider__text1 {
    font-size: 10px;
    line-height: 10px;
  }

  .slider__text2 {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 20px;
  }

  .slider__btn {
    height: 30px;
    font-size: 8px;
    line-height: 8px;
    width: 110px;
  }

  .slider__img {
    width: 200px;
  }

  .slider__img_diamond {
    height: 280px;
  }

  .category {
    height: 150px;
  }

  .category__name {
    font-size: 14px;
    line-height: 14px;
    margin: 0 auto 15px auto;
  }

  .sale__categories {
    gap: 5px;
    font-size: 10px;
    line-height: 10px;
  }

  .sale__category {
    width: 60px;
    height: 25px;
  }

  .price {
    width: 150px;
  }

  .product-item__caption {
    width: 150px;
  }

  .sale {
    height: 1140px;
  }

  .discount__box {
    height: 220px;
  }

  .discount__img1, .discount__img2, .discount__img3 {
    height: 220px;
  }

  .discount__title {
    font-size: 16px;
    line-height: 25px;
    top: 52px;
    left: 33px;
  }

  .discount__deal {
    width: 180px;
  }

  .product__slider {
    width: 320px;
    height: 350px;
  }

  .product__img {
    width: 320px;
    height: 320px;
  }

  .product__info {
    width: 310px;
    margin-left: 0;
  }

  .product-title {
    font-size: 20px;
    line-height: 25px;
  }

  .product-code {
    font-size: 10px;
    line-height: 10px;
  }

  .product__price {
    font-size: 16px;
    line-height: 16px;
  }

  .product__price_discount {
    font-size: 12px;
    line-height: 12px;
    padding-left: 5px;
  }

  .product-discount {
    top: 125px;
    left: 135px;
    width: 35px;
  }

  .product-discount_countdown {
    top: 110px;
    left: 178px;
    width: 135px;
  }

  .product__color {
    font-size: 11px;
    line-height: 11px;
  }

  .color-list {
    margin: 10px 0 15px 0;
    gap: 5px;
  }

  .color-button {
    width: 25px;
    height: 25px;
  }

  .product__size {
    font-size: 11px;
    line-height: 11px;
  }

  .size-list {
    gap: 2px;
    margin: 10px 0 25px 0;
  }

  .size-button {
    font-size: 10px;
    line-height: 10px;
    width: 32px;
    height: 20px;
  }

  .product__buy-btn {
    font-size: 10px;
    line-height: 10px;
    width: 180px;
    height: 40px;
  }

  .product__quick-buy-btn {
    font-size: 10px;
    line-height: 10px;
    width: 180px;
    height: 40px;
  }

  .action-btn {
    font-size: 10px;
    line-height: 10px;
  }

  .product__save {
    left: 200px;
  }

  .product__compare {
    left: 202px;
    top: 31px;
  }

  .product__share {
    left: 198px;
    top:55;
  }

  .articles__container {
    margin: 30px;
  }
}

@media screen and (max-width: 360px) { 
  .header__location {
    width: 110px;
  }
}

@media screen and (max-width: 360px) { 
  .slider-item {
    height: 190px;
  }

  .slider__text1 {
    font-size: 8px;
    line-height: 8px;
  }

  .slider__text2 {
    font-size: 18px;
    line-height: 18px;
  }

  .slider__text2 {
    font-size: 18px;
    line-height: 18px;
  }
  .slider__img {
    width: 150px;
    height: 150px;
  }

  .slider__img_diamond {
    height: 230px;
  }

  .category {
    height: 130px;
  }

  .category__name {
    font-size: 10px;
    line-height: 10px;
    margin: 0 auto 15px auto;
  }

  .sale__categories {
    gap: 3px;
    font-size: 8px;
    line-height: 8px;
  }

  .sale__category {
    width: 50px;
    height: 20px;
  }

  .sale {
    height: 1000px;
  }

  .discount__box {
    height: 180px;
  }

  .discount__img1, .discount__img2, .discount__img3 {
    height: 180px;
  }

  .discount__title {
    font-size: 14px;
    line-height: 20px;
    top: 32px;
    left: 23px;
  }

  .discount__deal {
    width: 150px;
  }

  .articles__container {
    margin: 10px;
  }
}