/* Header */
.header__info {
  font-size: 9.5px;
}

@media (max-width: 1260px) {
  .header__info {
    display: none;
  }
}

/* Machine hero */
.category-descr-img {
  opacity: 0.7;
}

.category-descr__descr {
  margin: 0 auto;
  width: 100%;
  max-width: 800px;
  text-align: center;
  font-size: 22px;
}

@media (max-width: 767px) {
  .category-descr {
    height: 500px;
  }

  .category-descr__descr {
    font-size: 16px;
  }
}

/* Product details */
.product__col--image-aroma {
  width: 100%;
  max-width: 560px;
}

.product--aroma {
  align-items: initial;
}

.product__section-title--aroma {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  font-size: 18px;
  color: #ff6e25;
}

.product__descr--aroma {
  padding-top: 20px;
  max-width: 560px;
  text-align: start;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.product__descr--aroma p {
  margin-bottom: 20px;
}

@media (max-width: 1260px) {
  .product__col--image-aroma {
    max-width: 440px;
  }
}

@media (max-width: 900px) {
  .product--aroma {
    flex-direction: column;
  }

  .product__col--txt-aroma {
    width: 100%;
  }

  .product__descr--aroma {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .product__header {
    height: 65vh;
  }

  .product__col--image-aroma {
    width: 100%;
    max-width: 100%;
  }

  .product__section-title--aroma {
    margin-top: 0;
    font-size: 16px;
  }

  .product__section-title--aroma:not(:first-child) {
    margin-top: 10px;
  }

  .product__descr--aroma {
    padding: 20px;
    max-width: 100%;
  }

  .product__descr--aroma p {
    margin-bottom: 10px;
  }
}

/* Rent */
.section--rent-two {
  margin-top: 80px;
}

.section--rent__decor {
  width: 300px;
}

@media (max-width: 767px) {
  .section--rent-two {
    margin-top: 0;
  }
}

.products-slider__list,
.products-smells:not(.active) {
  z-index: 0;
}

.products-slider__list.active,
.products-machine:not(.hide) {
  z-index: 1;
}

@media (max-width: 770px) {
  .site-btn {
    padding: 19px 5px;
    font-size: 14px;
    line-height: 120%;
    white-space: nowrap;
  }
}
