/** Shopify CDN: Minification failed

Line 161:21 Expected ")" to end URL token
Line 195:21 Expected ")" to end URL token

**/
.smart-home-title {
  font-size: 34px;
  font-weight: bold;
  text-align: center;
  margin-top: 110px;
  margin-bottom: 30px;
}

.smart-home-container {
  display: flex;
  flex-direction: row;
  gap: 20px;
  padding: 0px;
  max-width: 1200px;
  margin: 0 auto 110px;
}

.smart-home-image {
  width: 58%;
  min-width: 300px;
}

.smart-home-image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.product-title-mb,
.product-description-mb {
  display: none;
}
.smart-home-products {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 300px;
}
.smart-home-products-wrapper {
  width: 43%;
}
.smart-home-products a {
  text-decoration: none;
}
.smart-home-products a:hover {
  transition: 0.3s ease-in-out;
  opacity: 0.8;
}
.smart-home-product {
  display: flex;
  gap: 16px;

  box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.1);
  padding: 10px;
  border-radius: 10px;
}

.product-image {
  display: flex;
}

.product-image img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}

.product-info {
  flex: 1;
}

.product-title {
  font-size: 16px;
  font-weight: bold;
  color: #000;
  margin: 0 0 10px;
  display: flex;
}

.product-description {
  font-size: 14px;
  color: #504f4f;
  margin: 0;
  display: felx;
}
.smart-home-products {
  position: relative;
}
.smart-home-products .slick-prev {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: -25px;
  left: calc(-20px + 50%);
  transform: rotate(90deg);
  display: block;
  width: 40px;
  height: 40px;
  z-index: 1;
  padding: 0;
  cursor: pointer;
  border: none;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 2px 5px #0003;
}
.smart-home-products .slick-slide {
  margin: 8px 0;
}
/* .smart-home-products .slick-list {
  margin: 16px 0;
} */
.smart-home-products .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 98%;
  right: calc(-20px + 50%);
  transform: rotate(90deg);
  display: block;
  width: 40px;
  height: 40px;
  z-index: 1;
  padding: 0;
  cursor: pointer;
  border: none;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 2px 5px #0003;
}

@media (max-width: 767px) {
  .smart-home-products .slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 40%;
    left: calc(15px + 0%);
    transform: rotate(0deg);
    display: block;
    width: 30px;
    height: 30px;
    z-index: 1;
    padding: 0;
    cursor: pointer;
    border: none;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 2px 5px #0003;
  }
  .smart-home-products .slick-prev:before {
    content: "";
    background-image: url(
      data:image/svg + xml,
      %3Csvgwidth="18"height="33"viewBox="0 0 18 33"fill="none"xmlns="http://www.w3.org/2000/svg"%3E%3Cpathd="M16.4853 30.9706L2.00001 16.4853L16.4853 2"stroke="%23000000"stroke-width="3"stroke-linecap="round"stroke-linejoin="round"/%3E%3C/svg%3E
    );
    background-repeat: no-repeat;
    background-position: center;
    width: 10px;
    background-size: contain;
    display: flex;
    position: absolute;
    height: 15px;
    top: 26%;
    left: 8px;
  }
  .smart-home-products .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 40%;
    right: calc(15px + 0%);
    transform: rotate(0deg);
    display: block;
    width: 30px;
    height: 30px;
    z-index: 1;
    padding: 0;
    cursor: pointer;
    border: none;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 2px 5px #0003;
  }
  .smart-home-products .slick-next:before {
    content: "";
    background-image: url(
      data:image/svg + xml,
      %3Csvgwidth="18"height="33"viewBox="0 0 18 33"fill="none"xmlns="http://www.w3.org/2000/svg"%3E%3Cpathd="M1.51472 2L16 16.4853L1.51472 30.9706"stroke="%23000000"stroke-width="3"stroke-linecap="round"stroke-linejoin="round"/%3E%3C/svg%3E
    );
    background-repeat: no-repeat;
    background-position: center;
    width: 10px;
    background-size: contain;
    display: flex;
    position: absolute;
    height: 15px;
    top: 26%;
    left: 11px;
  }
  .smart-home-products .slick-slide {
    margin: 0px 6px;
  }
  .product-title-mb,
  .product-description-mb {
    display: flex;
  }
  .product-title,
  .product-description {
    display: none;
  }
  .product-description-mb {
    font-size: 12px;
    color: #504f4f;
    margin: 0;
  }
  .product-title-mb {
    font-size: 14px;
    font-weight: bold;
    color: #000;
    margin: 0 0 10px;
  }
  .smart-home-container {
    flex-direction: column;
    padding: 0px;
    position: relative;
    margin: 0 auto 70px;
  }
  .smart-home-image {
    width: 100%;
  }
  .smart-home-products-wrapper {
    width: 100%;
    position: absolute;
    bottom: 30px;
  }
  .smart-home-title {
    font-size: 24px;
    margin-top: 70px;
  }

  .smart-home-product {
    background: #fff;
  }

  .product-image {
    flex: 0 0 auto;
    width: 100px;
  }
}
