<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.product {
  background: url("../images/index/product-bg.jpg") center center/cover no-repeat;
  padding: 20px;
}
@media screen and (min-width: 768px) {
  .product {
    padding: 40px;
  }
}

.product-title::before {
  background: url("../../common/images/icon-products@2x.png") center center/36px auto no-repeat;
}

.product-title span {
  color: #3a62ba;
}

.product-subtitle {
  font-family: "Oswald", sans-serif;
  font-size: 24px;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .product-subtitle {
    font-size: 36px;
  }
}

.product-subtitle img {
  display: block;
  margin: auto auto 10px;
}

.product-subtitle span {
  color: #111;
  display: block;
  font-size: 14px;
  line-height: 1.25;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .product-subtitle span {
    font-size: 16px;
  }
}

.product-banner {
  background: -webkit-gradient(linear, right top, left top, from(#3a62ba), color-stop(#44ad70), color-stop(#fff), to(#fff)) 0 50%/300% 100%;
  background: linear-gradient(270deg, #3a62ba, #44ad70, #fff, #fff) 0 50%/300% 100%;
  -webkit-box-shadow: 0 0 10px rgba(17, 17, 17, 0.1);
          box-shadow: 0 0 10px rgba(17, 17, 17, 0.1);
  display: block;
  outline: 1px solid rgba(17, 17, 17, 0.4);
  outline-offset: -10px;
  padding: 40px 20px;
  text-decoration: none;
  width: 100%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .product-banner {
    padding: 80px 40px;
  }
}
@media screen and (min-width: 768px) {
  .product-banner::after {
    background: url("../product/images/index/product-decotype@2x.png") center center/100% auto no-repeat;
    content: "";
    display: block;
    height: 90px;
    left: 20px;
    position: absolute;
    top: 20px;
    width: 222px;
  }
}

.product-banner .product-subtitle {
  color: #3a62ba;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.product-banner .product-subtitle span {
  color: #111;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.icon-dyeingkit,
.icon-single {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  width: 64px;
}

.product-banner:hover img {
  opacity: 1;
}

.product-banner:hover {
  background-position: 100% 50%;
  outline: 1px solid rgba(255, 255, 255, 0.4);
}

.product-banner:hover .product-subtitle {
  color: #fff;
}

.product-banner:hover .product-subtitle span {
  color: #fff;
}

.product-banner:hover .icon-dyeingkit,
.product-banner:hover .icon-single {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.product-banner2 {
  background: -webkit-gradient(linear, right top, left top, from(#3a62ba), color-stop(#44ad70), to(#3a62ba)) 0 50%/300% 100%;
  background: linear-gradient(270deg, #3a62ba, #44ad70, #3a62ba) 0 50%/300% 100%;
  -webkit-box-shadow: 0 0 10px rgba(17, 17, 17, 0.1);
          box-shadow: 0 0 10px rgba(17, 17, 17, 0.1);
  display: block;
  outline: 1px solid rgba(255, 255, 255, 0.4);
  outline-offset: -10px;
  padding: 20px;
  text-decoration: none;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .product-banner2 {
    padding: 40px;
  }
}

.product-banner2 .product-subtitle {
  color: #fff;
}

.product-banner2 .product-subtitle span {
  color: #fff;
}

.product-banner2:hover {
  background-position: 100% 50%;
}

.row-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: -10px;
  margin-right: -10px;
}
@media screen and (min-width: 768px) {
  .row-product {
    margin-left: -20px;
    margin-right: -20px;
  }
}

.row-product &gt; div {
  margin-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
  width: 50%;
}
@media screen and (min-width: 768px) {
  .row-product &gt; div {
    margin-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.row-product &gt; div:nth-of-type(1), .row-product &gt; div:nth-of-type(2) {
  margin-top: 0;
}
/*# sourceMappingURL=product.css.map */</pre></body></html>