@media screen and (max-width: 767px) {
  .sliderTop {
    height: 40vh;
    background-position: bottom;
    margin-bottom: 50px;
    position: relative;
  }
  .lower {
    flex-direction: column;
    height: 180vh;
  }
  .lowerLeft {
    width: 100%;
    height: 50%;
  }
  .lowerRight {
    width: 100%;
    height: 100%;
  }
  .lowerRightTop {
    height: 50%;
  }
  .lowerRightBot {
    height: 50%;
  }
  .offer {
    font-size: 20px;
  }
  .productDescriptionOffer {
    margin-top: 5px;
    font-size: 10px;
  }

  .containerDescription {
    width: 100%;
    align-self: flex-start;
    justify-self: start;
    display: flex;
    justify-content: space-around;
  }
  .descriptionAccessories {
    padding-top: 23px;
    padding-left: 48px;
  }
  .descriptionButtons {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px;
  }

  .accessories {
    align-self: center;
    justify-self: center;
  }
  .carouselImage {
    width: 100%;
  }

  .textCarousel {
    position: absolute;
    padding: 0px;
    width: 35%;
    right: 3%;
    top: 0%;
    margin: 0px;
  }
  /* Navigation carousel */
  .sliderTop .btn {
    position: absolute;
    top: 50%;
    margin-top: 20px;
    height: 30px;
    width: 30px;
    border-radius: 15px;
    background-color: rgba(95, 106, 117, 0.3);
    z-index: 1;
    line-height: 30px;
    text-align: center;
    color: white;
    font-weight: bold;
  }
  .sliderTop .btn:hover {
    background-color: rgba(95, 106, 117, 0.5);
    cursor: pointer;
  }
  .sliderTop .btn.next {
    right: 15px;
  }
  .sliderTop .btn.prev {
    left: 15px;
  }
}
@media screen and (min-width: 768px) {
  .merchMain {
    margin-top: 0;
  }
  .descriptionAccessories {
    display: none;
  }
  .descriptionButtons {
    display: none;
  }
  .accessories {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
  }
  .sliderTop {
    background-color: rgb(0, 0, 0, 0.3);
  }
  .lowerLeft {
    background-color: rgb(0, 0, 0, 0.6);
    position: relative;
  }
  .lowerLeft img {
    position: absolute;
    height: 80%;
    bottom: 0;
    object-fit: cover;
  }
  .lowerRightTop {
    position: relative;
    background-color: rgb(0, 0, 0, 0.7);
  }
  .lowerRightTop img {
    position: absolute;
    bottom: 0;
  }
  .lowerRightBot {
    position: relative;
    background-color: rgb(0, 0, 0, 0.4);
  }
  .lowerRightBot img {
    position: absolute;
    bottom: 0;
  }
  .carouselImage {
    max-height: 100%;
    max-width: 1024px;
    object-fit: contain;
  }
  .carousel {
    max-height: 100%;
    width: 100vw;
  }
  .item {
    display: flex;
    justify-content: center;
  }
  .textCarousel {
    position: absolute;
    padding: 0px;
    width: 20%;
    right: 10%;
    top: 10%;
    margin: 0px;
  }

  .productHeader {
    padding-top: 5%;
    font-size: 36px;
  }
  .sliderTop .productHeader {
    position: absolute;
    left: 5%;
    font-size: 48px;
    padding-top: 1%;
  }
  .offer {
    font-size: 48px;
  }
  .textCarousel p {
    margin-top: 10px;
    font-size: 22px;
    line-height: 1.4;
  }
  /* Navigation carousel */
  .sliderTop .btn {
    position: absolute;
    top: 50%;
    margin-top: 20px;
    height: 50px;
    width: 50px;
    border-radius: 100%;
    background-color: rgba(95, 106, 117, 0.3);
    z-index: 1;
    text-align: center;
    color: white;
    font-weight: bold;
    font-size: 30px;
    padding-top: 5px;
  }
  .sliderTop .btn:hover {
    background-color: rgba(95, 106, 117, 0.5);
    cursor: pointer;
  }
  .sliderTop .btn.next {
    right: 15px;
  }
  .sliderTop .btn.prev {
    left: 15px;
  }
}
@media screen and (min-width: 1440px) {
  .carouselImage {
    max-height: 100%;
    max-width: 1440px;
    object-fit: contain;
  }
}
