body.center-products-refresh #layout_1597387120722 {
  display: none !important;
}

body.center-products-refresh #layout_center_products_natural {
  position: relative;
  display: block;
  padding: 64px 0 86px;
  background: #ffffff;
}

body.center-products-refresh .center-products-shell {
  width: 82%;
  max-width: 82%;
  margin: 0 auto;
}

body.center-products-refresh .center-products-heading {
  margin-bottom: 34px;
  text-align: center;
}

body.center-products-refresh .center-products-kicker {
  margin: 0 0 12px;
  color: #0070b2;
  font-size: 16px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.center-products-refresh .center-products-heading h1 {
  margin: 0;
  color: #1b2c3a;
  font-size: 42px;
  line-height: 1.15;
  font-weight: 600;
}

body.center-products-refresh .center-products-heading > p:last-child {
  max-width: 760px;
  margin: 18px auto 0;
  color: #60707f;
  font-size: 16px;
  line-height: 1.9;
}

body.center-products-refresh .center-products-level {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

body.center-products-refresh .center-products-level-2 {
  gap: 26px;
  margin-bottom: 38px;
}

body.center-products-refresh .center-products-level-2 a {
  position: relative;
  padding: 4px 2px 10px;
  color: #1f2d38;
  font-size: 18px;
  line-height: 1.6;
  text-decoration: none;
  transition: color 0.2s ease;
}

body.center-products-refresh .center-products-level-2 a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  background: transparent;
  transition: background-color 0.2s ease;
}

body.center-products-refresh .center-products-level-2 a:hover,
body.center-products-refresh .center-products-level-2 a.is-active {
  color: #0070b2;
}

body.center-products-refresh .center-products-level-2 a.is-active::after {
  background: #0070b2;
}

body.center-products-refresh .center-products-level-3 {
  gap: 12px;
  margin-bottom: 40px;
}

body.center-products-refresh .center-products-level-3 a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 96px;
  padding: 9px 20px;
  border: 1px solid #d5dfe7;
  border-radius: 999px;
  color: #60707f;
  font-size: 14px;
  line-height: 1.5;
  text-decoration: none;
  transition: color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}

body.center-products-refresh .center-products-level-3 a:hover,
body.center-products-refresh .center-products-level-3 a.is-active {
  border-color: #0070b2;
  background: #0070b2;
  color: #ffffff;
}

body.center-products-refresh .center-products-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 34px;
}

body.center-products-refresh .center-product-card {
  box-sizing: border-box;
  flex: 0 0 calc((100% - 68px) / 3);
  max-width: calc((100% - 68px) / 3);
  overflow: hidden;
  background: #ffffff;
  border: 1px solid #dbe5ec;
  box-shadow: 0 16px 36px rgba(16, 37, 52, 0.06);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

body.center-products-refresh .center-product-card:only-child {
  margin-inline: auto;
}

body.center-products-refresh .center-product-card:first-child:nth-last-child(2) {
  margin-left: auto;
}

body.center-products-refresh .center-product-card:first-child:nth-last-child(2) + .center-product-card {
  margin-right: auto;
}

body.center-products-refresh .center-product-thumb {
  display: block;
  overflow: hidden;
  background: #eff4f8;
}

body.center-products-refresh .center-product-thumb img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.28s ease;
}

body.center-products-refresh .center-product-body {
  padding: 26px 26px 30px;
  text-align: center;
}

body.center-products-refresh .center-product-title {
  display: block;
  color: #1f2d38;
  font-size: 22px;
  line-height: 1.45;
  text-decoration: none;
}

body.center-products-refresh .center-product-detail {
  display: inline-block;
  margin-top: 14px;
  padding: 8px 22px;
  border: solid 1px #cfcfcf;
  border-radius: 30px;
  color: #7b8b98;
  font-size: 14px;
  line-height: 1.7;
  text-decoration: none;
  transition: color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}

@media (min-width: 901px) {
  body.center-products-refresh .center-product-card:hover {
    transform: translateY(-8px);
    border-color: #c7d8e5;
    box-shadow: 0 24px 48px rgba(16, 37, 52, 0.12);
  }

  body.center-products-refresh .center-product-card:hover .center-product-thumb img {
    transform: scale(1.04);
  }

  body.center-products-refresh .center-product-card:hover .center-product-title,
  body.center-products-refresh .center-product-card:hover .center-product-detail {
    color: #0070b2;
  }

  body.center-products-refresh .center-product-card:hover .center-product-detail {
    border-color: #0070b2;
    background: rgba(0, 112, 178, 0.03);
  }
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
  body.center-products-refresh .center-products-shell {
    width: 82%;
    max-width: 82%;
  }

  body.center-products-refresh .center-products-grid {
    gap: 28px;
  }

  body.center-products-refresh .center-product-card {
    flex-basis: calc((100% - 28px) / 2);
    max-width: calc((100% - 28px) / 2);
  }
}

@media screen and (max-width: 640px) {
  body.center-products-refresh #layout_center_products_natural {
    padding: 40px 0 54px;
  }

  body.center-products-refresh .center-products-shell {
    width: calc(100% - 24px);
    max-width: calc(100% - 24px);
  }

  body.center-products-refresh .center-products-heading {
    margin-bottom: 24px;
  }

  body.center-products-refresh .center-products-kicker {
    margin-bottom: 10px;
    font-size: 13px;
  }

  body.center-products-refresh .center-products-heading h1 {
    font-size: 30px;
  }

  body.center-products-refresh .center-products-heading > p:last-child {
    margin-top: 14px;
    font-size: 13px;
    line-height: 1.8;
  }

  body.center-products-refresh .center-products-level-2 {
    gap: 12px 18px;
    margin-bottom: 14px;
  }

  body.center-products-refresh .center-products-level-2 a {
    padding-bottom: 8px;
    font-size: 16px;
  }

  body.center-products-refresh .center-products-level-3 {
    gap: 10px 8px;
    margin-bottom: 28px;
  }

  body.center-products-refresh .center-products-level-3 a {
    min-width: 0;
    padding: 8px 15px;
    font-size: 12px;
  }

  body.center-products-refresh .center-products-grid {
    gap: 20px;
  }

  body.center-products-refresh .center-product-card {
    flex-basis: 100%;
    max-width: 100%;
  }

  body.center-products-refresh .center-product-body {
    padding: 20px 18px 24px;
  }

  body.center-products-refresh .center-product-title {
    font-size: 18px;
  }
}





