.products-carousel .owl-dots {
  margin-top: 43px; }
.products-carousel .owl-item {
  padding: 17.5px; }
.products-carousel .one-product {
  padding: 50px;
  padding-top: 20px;
  display: block;
  height: 567px;
  min-height: 100%;
  transition: 0.3s;
  -webkit-transition: 0.3s; }
  .products-carousel .one-product:hover {
    box-shadow: 0 0 17.5px rgba(0, 0, 0, 0.1); }
    .products-carousel .one-product:hover .price:not(.price_before) {
      color: var(--element1-color); }
  .products-carousel .one-product .unit-price {
    text-align: center; }
  .products-carousel .one-product .photo {
    width: 100%;
    height: 354px;
    margin-bottom: 50px; }
    .products-carousel .one-product .photo .image {
      height: 100%;
      display: flex;
      align-items: flex-end; }
    .products-carousel .one-product .photo img {
      max-height: 354px;
      width: 424px;
      max-width: 100%;
      object-fit: contain; }
  .products-carousel .one-product h2 {
    font-size: 19rem;
    font-weight: 400;
    text-align: center;
    margin-top: 0; }
  .products-carousel .one-product .price {
    font-size: 25rem;
    font-weight: 700;
    margin-bottom: 0;
    text-align: center;
    transition: 0.3s;
    -webkit-transition: 0.3s; }
    .products-carousel .one-product .price strong {
      font-weight: 700; }
  .products-carousel .one-product .price_before {
    color: var(--transparent-color2);
    font-weight: 500;
    font-size: 18rem;
    margin-bottom: 0px; }
    .products-carousel .one-product .price_before strong {
      color: #524e4e;
      text-decoration: line-through;
      font-weight: 500;
      font-size: 18rem; }

@media (max-width: 575.5px) {
  .ecommerce-products-carousel-wrapper .buttons {
    margin-top: 35px; }
    .ecommerce-products-carousel-wrapper .buttons .btn {
      min-width: 265px; }

  .products-carousel .one-product {
    height: 415px;
    padding: 30px;
    padding-top: 20px; }
    .products-carousel .one-product .photo {
      height: 220px; }
      .products-carousel .one-product .photo img {
        height: 220px; } }
@media (min-width: 576px) and (max-width: 767.5px) {
  .ecommerce-products-carousel-wrapper .buttons {
    margin-top: 35px; }
    .ecommerce-products-carousel-wrapper .buttons .btn {
      min-width: 265px; }

  .products-carousel .one-product {
    height: 415px;
    padding: 30px;
    padding-top: 20px; }
    .products-carousel .one-product .photo {
      height: 220px; }
      .products-carousel .one-product .photo img {
        height: 220px; } }
@media (min-width: 768px) and (max-width: 991.5px) {
  .ecommerce-products-carousel-wrapper .buttons {
    margin-top: 35px; }
    .ecommerce-products-carousel-wrapper .buttons .btn {
      min-width: 265px; }

  .products-carousel .one-product {
    height: 415px;
    padding: 30px;
    padding-top: 20px; }
    .products-carousel .one-product .photo {
      height: 220px; }
      .products-carousel .one-product .photo img {
        height: 220px; } }
@media (min-width: 992px) and (max-width: 1199.5px) {
  .ecommerce-products-carousel-wrapper .buttons {
    margin-top: 35px; }
    .ecommerce-products-carousel-wrapper .buttons .btn {
      min-width: 265px; }

  .products-carousel .one-product {
    height: 415px;
    padding: 30px;
    padding-top: 20px; }
    .products-carousel .one-product .photo {
      height: 220px; }
      .products-carousel .one-product .photo img {
        height: 220px; } }
@media (min-width: 1200px) and (max-width: 1579.5px) {
  .ecommerce-products-carousel-wrapper .buttons {
    margin-top: 35px; }
    .ecommerce-products-carousel-wrapper .buttons .btn {
      min-width: 265px; }

  .products-carousel .one-product {
    height: 415px;
    padding: 30px;
    padding-top: 20px; }
    .products-carousel .one-product .photo {
      height: 220px; }
      .products-carousel .one-product .photo img {
        height: 220px; } }
@media (min-width: 1580px) {
  .ecommerce-products-carousel-wrapper .buttons {
    margin-top: 35px; }
    .ecommerce-products-carousel-wrapper .buttons .btn {
      min-width: 265px; }

  .products-carousel .one-product {
    height: 540px; }
    .products-carousel .one-product .photo {
      height: 325px; }
      .products-carousel .one-product .photo img {
        height: 325px; } }
@media (min-width: 1700px) {
  .ecommerce-products-carousel-wrapper .buttons {
    margin-top: 35px; }
    .ecommerce-products-carousel-wrapper .buttons .btn {
      min-width: 265px; } }

/*# sourceMappingURL=ecommerce_products_carousel.css.map */
