/** Shopify CDN: Minification failed

Line 20:0 Unexpected "{"

**/


@media screen and (max-width: 991px) {
  .section-product.section-product--ready .product-info {
    padding: 10px 0 40px;
  }
}

@media screen and (max-width: 575px) {
  .section-product.section-product--ready .product-info {
    padding: 10px 0 20px;
  }
}

{}


.ready-product-list-top {
  padding: 120px 0 130px;
  letter-spacing: 0.01em;
  position: relative;
  color: #000;
  text-align: center;
  min-height: 349px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1279px) {
  .ready-product-list-top {
    padding: 60px 0;
  }
}

@media (max-width: 575px) {
  .ready-product-list-top {
    min-height: 218px;
    text-align: right;
    padding: 28px 0;
    display: block;
  }
}

.ready-product-list-top:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("home-1.jpg") 50% 50% no-repeat;
  background-size: cover;
}

@media (max-width: 991px) {
  .ready-product-list-top:before {
    background-position: 12% 50%;    
  }
}

@media (max-width: 575px) {
  .ready-product-list-top:before {
    background-image: url("home-1-m.jpg");
    background-position: 50% 50%;
    background-size: auto;
  }
}

.ready-product-list-top .container {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}

.ready-product-list-top .ready-product-list-top-i {
  width: 550px;
  margin-left: auto;
}

@media (max-width: 991px) {
  .ready-product-list-top .ready-product-list-top-i {
    width: 300px;
  }
}

.ready-product-list-top h1 {
  font-size: 39px;
  font-weight: 600;
  margin-bottom: 5px;
}


@media (max-width: 991px) {
  .ready-product-list-top h1 {
    font-size: 18px;
    font-weight: bold;
  }
}

.ready-product-list-top .txt {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
}

@media (max-width: 1279px) {
  .ready-product-list-top .txt {
    font-size: 20px;
  }
}

@media (max-width: 991px) {
  .ready-product-list-top .txt {
    font-size: 14px;
    max-width: 190px;
    margin: 0 auto;
  }
}
@media (max-width: 575px) {
  .ready-product-list-top .txt {
    margin: 0 0 0 auto;
  }
}

.ready-nat-lab {
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 105px 0 10px;
}
@media (max-width: 991px) {
  .ready-nat-lab {
    padding: 40px 0 20px;
  }
}
.ready-nat-lab .nat-lab-toggler {
  display: flex;
  margin-right: 8px;
  position: relative;
  background: #F8F8F8;
}
@media (max-width: 991px) {
  .ready-nat-lab .nat-lab-toggler:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    border: 1px solid #cdcdcd;
    background: #fff;
  }
}
.ready-nat-lab .nat-lab-item {
  width: 141px;
  height: 53px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 16px;
  padding: 5px 20px;
  cursor: pointer;
  font-weight: normal;
  transition: all 0.2s;
  position: relative;
  z-index: 1;
}
.ready-nat-lab .nat-lab-item:first-child {
  border-left: 1px solid #e0e0e0;  
  border-radius: 0 4px 4px 0;
}
.ready-nat-lab .nat-lab-item:last-child {
  border-radius: 4px 0 0 4px;
}
@media (max-width: 991px) {
  .ready-nat-lab .nat-lab-item {
    height: 33px;
    font-size: 14px;
    width: 96px;
  }
}
@media (max-width: 991px) {
    .ready-nat-lab .nat-lab-item:first-child {
      border-radius: 8px 0 0 8px;
    }
}
@media (max-width: 991px) {
    .ready-nat-lab .nat-lab-item:last-child {
      border-radius: 0 8px 8px 0;
    }
}
.ready-nat-lab .nat-lab-item.active {
  font-weight: 600;
  background: #73cbc9;
  cursor: default;
}
.ready-nat-lab .tip {
  cursor: pointer;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ready-nat-lab .tip i.icon-help-2 {
  background: url("icon-help-2.svg") 50% 50% no-repeat;
  background-size: contain;  
  width: 15px;
  height: 15px;
  display: block;
}
.ready-nat-lab .tip-content {
  display: none;
}


.product-list-filters-top.product-list-filters-top--ready {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 86px 0 18px;
  gap: 20px;
}
@media (max-width: 991px) {
  .product-list-filters-top.product-list-filters-top--ready {
    margin: 30px 0 20px;
    display: block;
  }
}
@media (max-width: 991px) {
  .product-list-filters-top.product-list-filters-top--ready .panel-r {
    display: flex;
    
  }
}

.product-list-filters-top.product-list-filters-top--ready .filter-toggler {
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s;
  padding: 0 8px;
  border-radius: 4px;
}
.product-list-filters-top.product-list-filters-top--ready .filter-toggler.active {
  background: #f8f8f8;
}

.free-filter.free-filter--ready {
  margin: 0;
}

@media (max-width: 991px) {
  .free-filter.free-filter--ready {
    margin: 0 -16px 25px;
  }
}

.section-find { 
}
@media (max-width: 991px) {
  .section-find {
    background: none;
    border-bottom: none;
  }
}

.section-find .container {
  max-width: 1429px;
  padding: 0;
  background: #f8f8f8;
}

@media (max-width: 991px) {
  .section-find .container {
    background: none;
  }
}

.section-find .find-i {
  display: flex;
  flex-direction: row-reverse;
  align-items: stretch;
}

@media (max-width: 1279px) {
  .section-find .find-i {
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .section-find .find-i {
    flex-direction: column-reverse;
  }
}

.section-find .find-i .find-img {
  flex: 0 0 50%;
  width: 50%;
  line-height: 0;
}

@media (max-width: 991px) {
  .section-find .find-i .find-img {
    display: none;
  }
}

.section-find .find-i img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-find .find-info {
  flex: 0 0 50%;
  width: 50%;
  margin-left: auto;
  padding: 30px 72px;
  min-height: 483px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

@media (max-width: 991px) {
  .section-find .find-info {
    padding: 0 20px 180px;
    min-height: 0;
    width: 100%;
    margin: 0;
  }
}

.section-find h2 {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 35px;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .section-find .find-i h2 {
    font-weight: bold;
    font-size: 30px;
    text-transform: none;
    margin-bottom: 18px;
  }
}

@media (max-width: 575px) {
  .section-find .find-i h2 {
    font-size: 26px;
  }
}

.section-find .link {}

.section-find .link a {
  font-size: 20px;
  padding: 13px 30px;
  min-width: 253px;
  text-align: center;
  border: 1px solid #000;
  display: inline-block;
  line-height: 22px;
}

.section-find .link a.show-m {
  display: none;
}
@media (max-width: 991px) {
  .section-find .link a.show-d {
    display: none;
  }
  .section-find .link a.show-m {
    display: block;
  }
}

@media (max-width: 991px) {
  .section-find .link a {
    padding: 0;
    font-size: 18px;
    padding: 0;
    border: none;
    min-width: 0;
    text-decoration: underline;
  }
}

.section-find .link a:hover {
  background: #73cbc9;
}
@media (max-width: 991px) {
  .section-find .link a:hover {
    background: none;
    opacity: 0.8;
  }
}


