@media screen and (max-width: 767px) {
  .home-page #home-head-carousel .home-carousel .home-carousel-links {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: white;
    padding: 0;
    margin-top: 24px;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 12px;
  }

  .home-page #home-most-sale .home-carousel .home-carousel-images span {
    width: auto;
  }

  .home-page #home-head-carousel .home-carousel .home-carousel-links .home-carousel-links-item {
    box-sizing: border-box;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    height: 60px;
    margin-bottom: 10px;
    padding: 0 5px;
  }

  .home-page #home-head-carousel .home-carousel .home-carousel-links .home-carousel-links-item a {
    font-size: 14px;
  }

  .home-page #home-most-sale {
    padding-bottom: 0;
  }

  .home-page #home-old-page-fragment .columns .column {
    margin: 0 auto 20px auto;
  }

  .home-page #home-old-page-fragment {
    margin: 0;
  }

  .home-page #home-promos .home-description {
    padding: 15px;
    width: 100%;
    margin: auto;
    border: 0;
    box-sizing: border-box;
  }

  .home-page #home-old-page-fragment .columns {
    margin: 0;
  }

  .home-page #home-old-page-fragment .columns .column a {
    max-width: 320px;
    margin: 0 auto;
  }
  .home-page #home-head-carousel .home-carousel .home-carousel-images .carousselButtons {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    width: 90%;
    position: absolute;
    margin-left: 5%;
  }
  
  .home-page #home-head-carousel .home-carousel .home-carousel-images .carousselButtons button {
    background: #fff;
    color: #444444;
    border-radius: 3px;
    white-space: normal;
    min-height: 34px;
    height: fit-content;
    font-size: 15px;
    padding: 0;
    text-transform: none;
    max-width: 155px;
    width: 100%;
    margin: auto;
  }
  
  .home-page #home-head-carousel .home-carousel .home-carousel-images .carousselButtons button a {
    text-decoration:none;
  }
}

@media screen and (min-width: 410px) and (max-width: 767px) {
  .home-page #home-head-carousel .home-carousel .home-carousel-images .carousselButtons button {
    max-width: 170px!important;
  }
}

@media screen and (min-width: 615px) and (max-width: 767px) {
  .home-page #home-head-carousel .home-carousel .home-carousel-images .carousselButtons:has(:nth-child(1)):has(:nth-child(-n+2):last-child) {
    top: 89%;
  }

  .home-page #home-head-carousel .home-carousel .home-carousel-images .home-carousel-image:only-child .carousselButtons:has(:nth-child(1)):has(:nth-child(-n+2):last-child) {
    top: 91%;
  }

  .home-page #home-head-carousel .home-carousel .home-carousel-images .carousselButtons:has(:nth-child(4)):has(:nth-child(-n+4):last-child) {
    top: 84%;
  }

  .home-page #home-head-carousel .home-carousel .home-carousel-images .carousselButtons:has(:nth-child(3)):has(:nth-child(-n+3):last-child) {
    top: 91%;
  }
}

@media screen and (min-width: 550px) and (max-width: 614px) {
  .home-page #home-head-carousel .home-carousel .home-carousel-images .carousselButtons:has(:nth-child(1)):has(:nth-child(-n+2):last-child) {
    top: 87%;
  }

  .home-page #home-head-carousel .home-carousel .home-carousel-images .home-carousel-image:only-child .carousselButtons:has(:nth-child(1)):has(:nth-child(-n+2):last-child) {
    top: 90%;
  }

  .home-page #home-head-carousel .home-carousel .home-carousel-images .carousselButtons:has(:nth-child(3)):has(:nth-child(-n+4):last-child) {
    top: 78%;
  }

  .home-page #home-head-carousel .home-carousel .home-carousel-images .home-carousel-image:only-child .carousselButtons:has(:nth-child(3)):has(:nth-child(-n+4):last-child) {
    top: 82%;
  }
}

@media screen and (min-width: 450px) and (max-width: 550px) {
  .home-page #home-head-carousel .home-carousel .home-carousel-images .carousselButtons:has(:nth-child(1)):has(:nth-child(-n+2):last-child) {
    top: 85%;
  }

  .home-page #home-head-carousel .home-carousel .home-carousel-images .home-carousel-image:only-child .carousselButtons:has(:nth-child(1)):has(:nth-child(-n+2):last-child) {
    top: 89%;
  }

  .home-page #home-head-carousel .home-carousel .home-carousel-images .carousselButtons:has(:nth-child(3)):has(:nth-child(-n+4):last-child) {
    top: 73%;
  }

  .home-page #home-head-carousel .home-carousel .home-carousel-images .home-carousel-image:only-child .carousselButtons:has(:nth-child(3)):has(:nth-child(-n+4):last-child) {
    top: 77%;
  }
}

@media screen and (min-width: 370px) and (max-width: 450px) {
  .home-page #home-head-carousel .home-carousel .home-carousel-images .carousselButtons:has(:nth-child(1)):has(:nth-child(-n+2):last-child) {
    top: 82%;
  }

  .home-page #home-head-carousel .home-carousel .home-carousel-images .home-carousel-image:only-child .carousselButtons:has(:nth-child(1)):has(:nth-child(-n+2):last-child) {
    top: 86%;
  }

  .home-page #home-head-carousel .home-carousel .home-carousel-images .carousselButtons:has(:nth-child(3)):has(:nth-child(-n+4):last-child) {
    top: 71%;
  }

  .home-page #home-head-carousel .home-carousel .home-carousel-images .home-carousel-image:only-child .carousselButtons:has(:nth-child(3)):has(:nth-child(-n+4):last-child) {
    top: 72%;
  }
}

@media screen and (max-width: 370px) {
  .home-page #home-head-carousel .home-carousel .home-carousel-images .carousselButtons button {
    max-width: 140px!important;
  }

  .home-page #home-head-carousel .home-carousel .home-carousel-images .carousselButtons:has(:nth-child(1)):has(:nth-child(-n+2):last-child) {
    top: 79%;
  }

  .home-page #home-head-carousel .home-carousel .home-carousel-images .home-carousel-image:only-child .carousselButtons:has(:nth-child(1)):has(:nth-child(-n+2):last-child) {
    top: 85%;
  }

  .home-page #home-head-carousel .home-carousel .home-carousel-images .carousselButtons:has(:nth-child(3)):has(:nth-child(-n+4):last-child) {
    top: 65%;
  }

  .home-page #home-head-carousel .home-carousel .home-carousel-images .home-carousel-image:only-child .carousselButtons:has(:nth-child(3)):has(:nth-child(-n+4):last-child) {
    top: 69%;
  }
}

@media screen and (max-width: 320px) {
  .home-page #home-head-carousel .home-carousel .home-carousel-images .carousselButtons:has(:nth-child(1)):has(:nth-child(-n+2):last-child) {
    top: 77%;
  }

  .home-page #home-head-carousel .home-carousel .home-carousel-images .home-carousel-image:only-child .carousselButtons:has(:nth-child(1)):has(:nth-child(-n+2):last-child) {
    top: 83%;
  }

  .home-page #home-head-carousel .home-carousel .home-carousel-images .carousselButtons:has(:nth-child(3)):has(:nth-child(-n+4):last-child) {
    top: 62%;
  }

  .home-page #home-head-carousel .home-carousel .home-carousel-images .home-carousel-image:only-child .carousselButtons:has(:nth-child(3)):has(:nth-child(-n+4):last-child) {
    top: 67%;
  }
}

@media screen and (max-width: 340px) {
  .home-page #home-head-carousel .home-carousel .home-carousel-images .carousselButtons button {
    max-width: 120px!important;
  }
}

@media screen and (max-width: 480px) {
  .home-page #home-head-carousel .home-carousel .home-carousel-links .home-carousel-links-item {
    font-size: 12px;
    text-transform: initial;
  }
}

@media screen and (max-width: 530px) {
  .home-page #home-old-page-fragment .columns .column {
    width: 100%;
  }

  .home-page #home-head-carousel .home-carousel .home-carousel-links .home-carousel-links-item a {
    font-size: 12px;
  }
}

@media screen and (min-width: 768px) {
  .home-page #home-promos .home-description .not-expandable-content {
    display: block !important;
  }
  .home-page #home-most-sale .columns .column {
    padding: 21px 1.5%;
  }
  .home-page #home-head-carousel .home-carousel .home-carousel-links {
    margin-top: 30px;
    margin-bottom: 24px;
  }
  .home-page #home-head-carousel .home-carousel .home-carousel-links .home-carousel-links-item {
    height: 76px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1087px) {
  .home-page #home-most-sale .columns .column {
    width: 19.7%;
  }
  .home-page #home-head-carousel .home-carousel .home-carousel-images .carousselButtons {
    display: flex;
    flex-direction: column;
    width: 100%;
    position: absolute;
    margin-left: 70%;
  }
  
  .home-page #home-head-carousel .home-carousel .home-carousel-images .carousselButtons button {
    background: #fff;
    color: #444444;
    border-radius: 3px;
    margin-top: 7px;
    margin-bottom: 7px;
    white-space: normal;
    min-height: 40px;
    height: fit-content;
    font-size: 15px;
    padding: 0;
    text-transform: none;
  }
  
  .home-page #home-head-carousel .home-carousel .home-carousel-images .carousselButtons button a {
    text-decoration:none;
  }
}
@media screen and (min-width: 768px) and (max-width: 900px) {
  .home-page #home-head-carousel .home-carousel .home-carousel-images .carousselButtons {
    max-width: 165px;
  }
  .home-page #home-head-carousel .home-carousel .home-carousel-images .carousselButtons button {
    margin-top: 4px;
    margin-bottom: 4px;
  }
}

@media screen and (min-width: 901px) and (max-width: 1087px) {
  .home-page #home-head-carousel .home-carousel .home-carousel-images .carousselButtons {
    max-width: 185px;
  }
  .home-page #home-head-carousel .home-carousel .home-carousel-images .carousselButtons button {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .home-page #home-head-carousel .home-carousel .home-carousel-images .antiClickCarousel {
    height: 70%;
    width: 80%;
    margin-left: 10%;
    margin-right: 5%;
    top: 0%;
    cursor: pointer;
    position: absolute;
  }
}


@media screen and (min-width: 1088px) {
  .home-page #home-most-sale .columns .column {
    width: 16.5%;
  }
  .home-page #home-head-carousel .home-carousel .home-carousel-images .carousselButtons {
    display: flex;
    flex-direction: column;
    max-width: 185px;
    width: 100%;
    position: absolute;
    margin-left: 78%;
    z-index: 10;
  }
  
  .home-page #home-head-carousel .home-carousel .home-carousel-images .carousselButtons button {
    background: #fff;
    color: #444444;
    border-radius: 3px;
    margin-top: 8px;
    margin-bottom: 8px;
    white-space: normal;
    min-height: 45px;
    height: fit-content;
    font-size: 15px;
    padding: 0;
    text-transform: none;
  }
  
  .home-page #home-head-carousel .home-carousel .home-carousel-images .carousselButtons button a {
    text-decoration:none;
  }

  .home-page #home-head-carousel .home-carousel .home-carousel-images .antiClickCarousel {
    height: 390px;
    width: 70%;
    margin-left: 5%;
    top: 0%;
    cursor: pointer;
    position: absolute;
  }
}
