.body-product-style-page {
  background: #fff;
}

.body-product-style-page .style-debug-sql {
  position: relative;
  z-index: 30;
  max-width: 1122px;
  margin: 110px auto 24px;
  padding: 16px;
  border: 1px solid #d8e6de;
  background: #f7fbf8;
  color: #004436;
  font-size: 13px;
  line-height: 1.6;
  white-space: pre-wrap;
}

.body-product-style-page .wrapper,
.body-product-style-page #sb-site {
  background: #fff;
  overflow-x: hidden;
}

.body-product-style-page #head-top.navbar-style-page {
  height: 106px !important;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  background: transparent;
  box-shadow: none;
  border: 0;
}

.body-product-style-page #head-top.navbar-style-page.navbar-fixed-top {
  position: fixed !important;
  height: 90px !important;
  background: rgba(0, 68, 54, 0.96) !important;
  box-shadow: none !important;
}

.body-product-style-page #head-top.navbar-style-page.menu-open {
  z-index: 1000;
  background: transparent !important;
  box-shadow: none !important;
}

.body-product-style-page #head-top.navbar-style-page #gf-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 76px);
  height: 100%;
  margin: auto;
  padding: 0;
  box-sizing: border-box;
}

.body-product-style-page #head-top.navbar-style-page #gf-header:before,
.body-product-style-page #head-top.navbar-style-page #gf-header:after {
  content: none;
  display: none;
}

.body-product-style-page #head-top.navbar-style-page .navbar-header {
  position: relative;
  z-index: 2;
  flex: 0 0 auto;
}

.body-product-style-page #head-top.navbar-style-page .main-logo img {
  height: 58px;
  width: auto;
  display: block;
}

.body-product-style-page #head-top.navbar-style-page #nav {
  display: block !important;
  width: auto;
  float: none;
  padding: 0;
}

.body-product-style-page #head-top.navbar-style-page #nav .navbar-right {
  float: none !important;
  display: flex;
  align-items: center;
  gap: 32px;
  width: auto;
  margin: 0;
}

.body-product-style-page #head-top.navbar-style-page #nav .navbar-right > li {
  float: none;
  display: block;
}

.body-product-style-page #head-top.navbar-style-page #nav .navbar-right > li.frm-search {
  display: block;
}

.body-product-style-page #head-top.navbar-style-page #nav li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 0;
  color: #fff;
  font-size: 24px;
  line-height: 1;
}

.body-product-style-page #head-top.navbar-style-page .search-green,
.body-product-style-page #head-top.navbar-style-page #nav li a.btn-account .account-name,
.body-product-style-page #head-top.navbar-style-page #nav li.header-cart a.btn-cart .fa {
  color: #fff;
}

.body-product-style-page #head-top.navbar-style-page #nav li a.btn-account .account-name {
  display: none;
}

.body-product-style-page #head-top.navbar-style-page #nav li a.btn-account,
.body-product-style-page #head-top.navbar-style-page #nav li.header-cart a.btn-cart {
  width: 26px;
  min-width: 26px;
  height: 34px;
  min-height: 34px;
}

.body-product-style-page #head-top.navbar-style-page #nav li.header-cart a.btn-cart .cart-number {
  top: -10px;
  right: -8px;
  width: 20px;
  height: 20px;
  border: 2px solid #fff;
  background: #00a552;
  color: #fff;
  font-size: 11px;
  line-height: 16px;
}

.body-product-style-page #head-top.navbar-style-page #nav li.header-cart .mini-cart {
  right: -18px;
}

.body-product-style-page #head-top.navbar-style-page.navbar-fixed-top #nav li a {
  color: #fff;
}

.body-product-style-page #head-top.navbar-style-page.navbar-fixed-top .search-green {
  color: #fff;
}

.body-product-style-page #head-top.navbar-style-page.navbar-fixed-top #nav li a.btn-account .account-name {
  color: #fff;
}

.body-product-style-page #head-top.navbar-style-page #btn-nav {
  width: 34px;
  height: 34px;
  background: #00a552;
  box-shadow: none;
}

.body-product-style-page #head-top.navbar-style-page #btn-nav::before,
.body-product-style-page #head-top.navbar-style-page #btn-nav::after {
  width: 20px;
}

.body-product-style-page #head-top.navbar-style-page #btn-nav .navbar-toggler-icon1 {
  top: 13px;
  right: 8px;
  width: 18px;
}

.body-product-style-page #head-top.navbar-style-page #btn-nav .navbar-toggler-icon2 {
  top: 21px;
  right: 8px;
  width: 18px;
}

@media screen and (min-width: 1440px) {
  .body-product-style-page #head-top.navbar-style-page #gf-header {
    width: 1360px;
  }
}

.body-product-style-page .style-page {
  min-height: 100vh;
  color: #004436;
  font-family: "Roboto", Arial, sans-serif;
}

.body-product-style-page .style-page-top,
.body-product-style-page .style-logo {
  display: none;
}

.body-product-style-page .style-shell {
  width: 100%;
}

.body-product-style-page .style-main {
  --style-container-width: min(1122px, calc(100vw - 80px));
  --style-container-gutter: max(40px, calc((100vw - var(--style-container-width)) / 2));
  --style-info-content-width: 405px;
  display: grid;
  grid-template-columns: calc(var(--style-container-gutter) + var(--style-info-content-width)) minmax(0, 1fr);
  min-height: 590px;
}

.body-product-style-page .style-info {
  min-height: 590px;
  padding: 117px 64px 70px var(--style-container-gutter);
  background: #fff;
}

.body-product-style-page .style-breadcrumb {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 34px;
  color: #004436;
  font-size: 13px;
}

.body-product-style-page .style-breadcrumb a {
  color: #004436;
  font-size: 15px;
}

.body-product-style-page .style-breadcrumb a:after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-left: 12px;
  border-top: 1px solid #a7b5ae;
  border-right: 1px solid #a7b5ae;
  transform: rotate(45deg);
  vertical-align: 1px;
}

.body-product-style-page .style-title {
  max-width: 310px;
  margin: 0 0 24px;
  color: #004436;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0;
  text-transform: uppercase;
}

.body-product-style-page .style-intro {
  max-width: 290px;
  margin: 0 0 26px;
  color: #313b38;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.55;
}

.body-product-style-page .style-actions {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: nowrap;
}

.body-product-style-page .style-discover {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 131px;
  height: 35px;
  margin-right: 28px;
  background: #06ad5c;
  color: #fff;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.body-product-style-page .style-discover:hover,
.body-product-style-page .style-discover:focus {
  color: #fff;
  background: #004436;
}

.body-product-style-page .style-arrow {
  width: 35px;
  height: 35px;
  padding: 0;
  border: 1px solid #34c27c;
  background: #fff;
  color: #15ad64;
  line-height: 33px;
  text-align: center;
}

.body-product-style-page .style-count {
  margin-left: 12px;
  color: #5f6965;
  font-size: 14px;
}

.body-product-style-page .style-gallery {
  display: flex;
  min-height: 590px;
  background: #111;
  overflow: hidden;
}

.body-product-style-page .style-card {
  position: relative;
  display: block;
  flex: 0 0 25%;
  min-height: 590px;
  overflow: hidden;
  color: #fff;
  transition: transform 0.35s ease;
}

.body-product-style-page .style-card img {
  width: 100%;
  height: 100%;
  min-height: 590px;
  object-fit: cover;
  filter: grayscale(1);
  transform: scale(1.01);
  transition: filter 0.35s ease, transform 0.35s ease;
}

.body-product-style-page .style-card-mask {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.42);
}

.body-product-style-page .style-card.is-active img,
.body-product-style-page .style-card:hover img,
.body-product-style-page .style-card:focus img {
  filter: grayscale(0);
  transform: scale(1.04);
}

.body-product-style-page .style-card.is-active .style-card-mask,
.body-product-style-page .style-card:hover .style-card-mask,
.body-product-style-page .style-card:focus .style-card-mask {
  background: rgba(0, 0, 0, 0.24);
}

.body-product-style-page .style-card-content {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 108px;
  z-index: 2;
  color: #fff;
}

.body-product-style-page .style-card-title {
  display: block;
  color: #fff;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.35;
  text-transform: uppercase;
}

.body-product-style-page .style-card-intro {
  display: block;
  max-height: 48px;
  margin-top: 11px;
  overflow: hidden;
  color: #fff;
  font-size: 12px;
  line-height: 1.45;
}

.body-product-style-page .style-tabs {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  max-width: 1122px;
  margin: 58px auto 56px;
  padding: 0;
}

.body-product-style-page .style-tab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 10px 20px;
  border: 0;
  background: #edf5eb;
  color: #004436;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
  cursor: pointer;
}

.body-product-style-page .style-tab.active,
.body-product-style-page .style-tab:hover,
.body-product-style-page .style-tab:focus {
  background: #004436;
  color: #fff;
  outline: 0;
}

.body-product-style-page .style-tab-panels {
  max-width: 1122px;
  margin: 0 auto;
  padding-bottom: 64px;
}

.body-product-style-page .style-product-panel {
  display: none;
}

.body-product-style-page .style-product-panel.active {
  display: block;
}

.body-product-style-page .style-product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px 16px;
}

.body-product-style-page .style-collection-grid {
  margin-bottom: 80px;
}

.body-product-style-page .style-collection-grid:last-child {
  margin-bottom: 0;
}

.body-product-style-page .style-collection-card {
  position: relative;
  display: flex;
  min-height: 265px;
  height: 365px;
  padding: 32px 28px;
  overflow: hidden;
  color: #fff;
  flex-direction: column;
  justify-content: space-between;
}

.body-product-style-page .style-collection-bg,
.body-product-style-page .style-collection-bg img,
.body-product-style-page .style-collection-mask {
  position: absolute;
  inset: 0;
}

.body-product-style-page .style-collection-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.body-product-style-page .style-collection-mask {
  background: rgb(0 0 0 / 5%);
}

.body-product-style-page .style-collection-title,
.body-product-style-page .style-collection-more {
  position: relative;
  z-index: 1;
}

.body-product-style-page .style-collection-title {
  max-width: 200px;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.5;
  text-transform: uppercase;
}

.body-product-style-page .style-collection-more {
  display: inline-flex;
  width: 156px;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.76);
  color: #fff;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.body-product-style-page .style-collection-card:hover .style-collection-more,
.body-product-style-page .style-collection-card:focus .style-collection-more {
  border-color: #00a552;
  background: #00a552;
  color: #fff;
}

.body-product-style-page .style-collection-more i {
  margin-left: 8px;
}

.body-product-style-page .style-product-item {
  display: block;
  min-height: 264px;
  padding: 18px 12px 15px;
  border: 1px solid rgba(0, 68, 54, 0.25);
  color: #004436;
  background: #fff;
}

.body-product-style-page .style-product-thumb {
  display: block;
  height: 240px;
  margin-bottom: 14px;
}

.body-product-style-page .style-product-thumb img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}

.body-product-style-page .style-product-name {
  display: block;
  min-height: 32px;
  color: #004436;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  text-transform: uppercase;
}

.body-product-style-page .style-product-price {
  display: block;
  margin-top: 6px;
  color: #00a552;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 1;
}

.body-product-style-page .style-product-empty {
  padding: 32px 24px;
  border: 1px solid rgba(0, 68, 54, 0.18);
  color: #004436;
  text-align: center;
}

.body-product-style-page .style-detail-page {
  padding-bottom: 54px;
  color: #004436;
  font-family: "Roboto", Arial, sans-serif;
  background: #fff;
}

.body-product-style-page .style-detail-hero {
  min-height: 350px;
  padding-top: 146px;
  background-position: center;
  background-size: cover;
  position: relative;
}

.body-product-style-page .style-detail-hero:before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.46);
}

.body-product-style-page .style-detail-hero .container {
  position: relative;
  z-index: 1;
}

.body-product-style-page .style-detail-breadcrumb {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 22px;
  color: #fff;
  font-size: 13px;
}

.body-product-style-page .style-detail-breadcrumb a,
.body-product-style-page .style-detail-breadcrumb span {
  color: #fff;
}

.body-product-style-page .style-detail-breadcrumb a:after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-left: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.7);
  border-right: 1px solid rgba(255, 255, 255, 0.7);
  transform: rotate(45deg);
}

.body-product-style-page .style-detail-hero h1 {
  margin: 0;
  color: #fff;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 46px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.15;
  text-transform: uppercase;
}

.body-product-style-page .style-detail-main {
  display: block;
  padding-top: 0;
}

.body-product-style-page .style-set-tabs:before,
.body-product-style-page .style-set-tabs:after {
  content: none;
  display: none;
}

.body-product-style-page .style-detail-main .inner {
  padding-top: 56px !important;
}

.body-product-style-page .style-detail-main .pro_info:before,
.body-product-style-page .style-detail-main .pro_info:after {
  content: "";
  display: table;
}

.body-product-style-page .style-detail-main .pro_info:after {
  clear: both;
}

.body-product-style-page .style-detail-main #pro_img {
  padding-left: 0;
}

.body-product-style-page .style-detail-main .info {
  padding-right: 0;
}

.body-product-style-page .style-detail-main-image {
  aspect-ratio: 2.02;
  border: 1px solid #d9e3dc;
  overflow: hidden;
}

.body-product-style-page .style-detail-main-image img,
.body-product-style-page .style-detail-thumbs img,
.body-product-style-page .style-option img,
.body-product-style-page .style-component-option img,
.body-product-style-page .style-component-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.body-product-style-page .style-detail-thumbs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 18px;
}

.body-product-style-page .style-detail-thumbs button,
.body-product-style-page .style-option,
.body-product-style-page .style-component-option,
.body-product-style-page .style-set-tabs button {
  border: 1px solid #c8d8cf;
  background: #fff;
  cursor: pointer;
}

.body-product-style-page .style-detail-thumbs button {
  box-sizing: border-box;
  height: 91px;
  padding: 0;
  overflow: hidden;
}

.body-product-style-page .style-detail-thumbs button.active {
  border: 3px solid #00a552;
}

.body-product-style-page .style-detail-info {
  max-width: none;
  padding-top: 7px;
}

.body-product-style-page .style-detail-start {
  margin-bottom: 6px;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.2;
}

.body-product-style-page .style-detail-price {
  margin-bottom: 26px;
  color: #00a552;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.05;
}

.body-product-style-page .style-detail-intro {
  max-width: none;
  margin-bottom: 20px;
  color: #56615d;
  font-size: 13px;
  line-height: 1.75;
}

.body-product-style-page .style-option-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  max-width: none;
  margin-bottom: 28px;
}

.body-product-style-page .style-component-option-list {
  display: grid;
}

.body-product-style-page .style-option,
.body-product-style-page .style-component-option {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 37px;
  padding: 8px;
  color: #004436;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.25;
  text-align: left;
}

.body-product-style-page .style-option img,
.body-product-style-page .style-component-option img {
  width: 36px;
  height: 36px;
  flex: 0 0 30px;
}

.body-product-style-page .style-option.active,
.body-product-style-page .style-component-option.active {
  border-color: #00a552;
  box-shadow: inset 0 0 0 1px #00a552;
}

.body-product-style-page .style-option.active:after,
.body-product-style-page .style-component-option.active:after {
  content: "\f00c";
  position: absolute;
  top: 0;
  right: 0;
  width: 15px;
  height: 15px;
  background: #00a552;
  color: #fff;
  font-family: FontAwesome;
  font-size: 9px;
  line-height: 15px;
  text-align: center;
}

.body-product-style-page .style-detail-quantity {
  display: flex;
  align-items: center;
  gap: 36px;
  margin-bottom: 28px;
  color: #004436;
  font-size: 13px;
}

.body-product-style-page .style-qty-control {
  display: grid;
  grid-template-columns: 87px 18px;
  grid-template-rows: 17px 17px;
  border: 1px solid #b6c9bf;
}

.body-product-style-page .style-qty-control input {
  grid-row: 1 / 3;
  width: 87px;
  border: 0;
  color: #00a552;
  font-size: 17px;
  font-weight: 700;
  text-align: center;
}

.body-product-style-page .style-qty-control button {
  width: 18px;
  height: 17px;
  padding: 0;
  border: 0;
  border-left: 1px solid #b6c9bf;
  background: #fff;
  color: #00a552;
  font-size: 9px;
  line-height: 17px;
}

.body-product-style-page .style-detail-actions {
  display: grid;
  grid-template-columns: 117px 128px 117px;
  align-items: center;
  gap: 10px;
  max-width: 372px;
}

.body-product-style-page .style-cart-btn,
.body-product-style-page .style-quote-btn,
.body-product-style-page .style-phone-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  height: 42px;
  padding: 0 10px;
  border: 1px solid #004436;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

.body-product-style-page .style-cart-btn {
  background: #004436;
  color: #fff;
}

.body-product-style-page .style-cart-btn:hover,
.body-product-style-page .style-cart-btn:focus {
  background: #00a552;
  border-color: #00a552;
  color: #fff;
}

.body-product-style-page .style-quote-btn,
.body-product-style-page .style-phone-btn {
  background: #fff;
  color: #004436;
}

.body-product-style-page .style-quote-btn:hover,
.body-product-style-page .style-quote-btn:focus,
.body-product-style-page .style-phone-btn:hover,
.body-product-style-page .style-phone-btn:focus {
  background: #004436;
  color: #fff;
}

.body-product-style-page .style-cart-btn i,
.body-product-style-page .style-phone-btn i {
  margin-left: 8px;
}

.body-product-style-page .style-detail-info.detail-product .style-buy-quantity {
  clear: both;
  min-height: 40px;
  margin-bottom: 0;
  overflow: hidden;
  padding: 0px 0 0 30px;
}

.body-product-style-page .style-detail-info.detail-product .style-buy-quantity > span {
  float: left;
  width: 150px;
  color: #292929;
  font-size: 14px;
  line-height: 38px;
}

.body-product-style-page .style-detail-info.detail-product .button-addcart {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  padding: 24px 0;
  clear: both;
}

.body-product-style-page .style-detail-info.detail-product .button-addcart .addcart_detail,
.body-product-style-page .style-detail-info.detail-product .button-addcart .pro_contact {
  min-width: 0;
  min-height: 42px;
  padding: 10px 24px;
  border-radius: 0;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.body-product-style-page .style-detail-info.detail-product .button-addcart .addcart_detail {
  border: 0;
  background: #004436;
  color: #fff;
}

.body-product-style-page .style-detail-info.detail-product .button-addcart .addcart_detail:hover,
.body-product-style-page .style-detail-info.detail-product .button-addcart .addcart_detail:focus {
  background: #0c6747;
  color: #fff;
}

.body-product-style-page .style-detail-info.detail-product .button-addcart .pro_contact {
  width: 250px;
  border: 1px solid #004436;
  background: #fff;
  color: #004436;
}

.body-product-style-page .style-detail-info.detail-product .button-addcart .pro_contact:hover,
.body-product-style-page .style-detail-info.detail-product .button-addcart .pro_contact:focus {
  background: #004436;
  color: #fff;
}

.body-product-style-page .style-detail-info.detail-product .button-addcart .fa {
  margin-left: 8px;
}

@media screen and (min-width: 1280px) {
  .body-product-style-page .style-detail-info.detail-product .button-addcart .addcart_detail,
  .body-product-style-page .style-detail-info.detail-product .button-addcart .pro_contact {
    width: 45%;
    padding: 10px;
    text-align: center;
  }
}

@media screen and (min-width: 1440px) {
  .body-product-style-page .style-detail-info.detail-product .button-addcart .addcart_detail,
  .body-product-style-page .style-detail-info.detail-product .button-addcart .pro_contact {
    width: 250px;
  }
}

.body-product-style-page .style-detail-info .style-info-summary {
  padding: 10px 0 0 30px;
}

.body-product-style-page .style-detail-info .style-info-summary .style-detail-start {
  margin-bottom: 10px;
  color: #004436;
  font-size: 24px;
}

.body-product-style-page .style-detail-info .style-info-summary .style-detail-price {
  margin-bottom: 16px;
  font-size: 34px;
}

.body-product-style-page .style-detail-info .style-info-summary .style-detail-intro {
  margin-bottom: 18px;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

.body-product-style-page .style-set-tabs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  max-width: 1122px;
  margin-top: 46px;
}

.body-product-style-page .style-set-tabs button {
  min-height: 42px;
  color: #004436;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 20px;
  padding: 15px;
  font-weight: 500;
  text-transform: uppercase;
}

.body-product-style-page .style-set-tabs button.active {
  background: #004436;
  color: #fff;
}

.body-product-style-page .style-component-tabs {
  margin-bottom: 24px;
}

.body-product-style-page .style-component-area {
  padding-top: 22px;
}

.body-product-style-page .style-component-tab-panels {
  padding-top: 0;
}

.body-product-style-page .style-component-panel {
  display: none;
}

.body-product-style-page .style-component-panel.active {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: 22px;
  row-gap: 28px;
}

.body-product-style-page .style-component-group {
  margin-bottom: 0;
}

.body-product-style-page .style-component-group h2 {
  margin: 0 0 20px;
  color: #004436;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.body-product-style-page .style-component-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.body-product-style-page .style-component-tab-panels .style-component-grid {
  grid-template-columns: 1fr;
}

.body-product-style-page .style-component-card {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  column-gap: 16px;
  align-items: center;
  min-height: 92px;
  padding: 16px;
  border: 1px solid #c9d8d0;
  color: #004436;
  background: #fff;
}

.body-product-style-page .style-component-info {
  width: 200px;
}

.body-product-style-page .style-component-thumb {
  display: block;
  width: 105px;
  height: 105px;
}

.body-product-style-page .style-component-thumb img {
  object-fit: scale-down;
}

.body-product-style-page .style-component-name,
.body-product-style-page .style-component-price {
  display: block;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

.body-product-style-page .style-component-name {
  color: #004436;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.25;
}

.body-product-style-page .style-component-price {
  margin-top: 6px;
  color: #00a552;
  font-size: 18px;
}

.body-product-style-page .style-detail-content {
  padding-top: 28px;
  color: #33423d;
  font-size: 15px;
  line-height: 1.7;
}

@media (max-width: 991px) {
  .body-product-style-page #head-top.navbar-style-page #gf-header {
    width: calc(100% - 48px);
  }

  .body-product-style-page .style-main {
    grid-template-columns: 1fr;
  }

  .body-product-style-page .style-info {
    min-height: auto;
    padding: 104px 24px 36px;
  }

  .body-product-style-page .style-title {
    max-width: 100%;
    font-size: 42px;
    line-height: 1.15;
  }

  .body-product-style-page .style-intro {
    max-width: 520px;
  }

  .body-product-style-page .style-gallery {
    min-height: auto;
  }

  .body-product-style-page .style-card,
  .body-product-style-page .style-card img {
    flex-basis: 50%;
    min-height: 360px;
  }

  .body-product-style-page .style-card-content {
    bottom: 42px;
  }

  .body-product-style-page .style-tabs,
  .body-product-style-page .style-tab-panels {
    max-width: none;
    margin-left: 24px;
    margin-right: 24px;
  }

  .body-product-style-page .style-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .body-product-style-page .style-option-list,
  .body-product-style-page .style-component-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .body-product-style-page .style-component-panel.active {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .body-product-style-page .style-component-tab-panels .style-component-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575px) {
  .body-product-style-page #head-top.navbar-style-page {
    height: 82px !important;
  }

  .body-product-style-page #head-top.navbar-style-page #gf-header {
    width: calc(100% - 30px);
  }

  .body-product-style-page #head-top.navbar-style-page .main-logo img {
    height: 48px;
  }

  .body-product-style-page .style-info {
    padding: 88px 18px 30px;
  }

  .body-product-style-page .style-breadcrumb {
    margin-bottom: 24px;
  }

  .body-product-style-page .style-title {
    font-size: 38px;
  }

  .body-product-style-page .style-actions {
    gap: 6px;
  }

  .body-product-style-page .style-discover {
    min-width: 112px;
    margin-right: 10px;
  }

  .body-product-style-page .style-card,
  .body-product-style-page .style-card img {
    flex-basis: 100%;
    min-height: 310px;
  }

  .body-product-style-page .style-tabs,
  .body-product-style-page .style-tab-panels {
    margin-left: 18px;
    margin-right: 18px;
  }

  .body-product-style-page .style-product-grid {
    grid-template-columns: 1fr;
  }

  .body-product-style-page .style-detail-hero {
    min-height: 280px;
    padding-top: 120px;
  }

  .body-product-style-page .style-detail-hero h1 {
    font-size: 36px;
  }

  .body-product-style-page .style-detail-main {
    padding-top: 0;
  }

  .body-product-style-page .style-detail-main .inner {
    padding-top: 34px !important;
  }

  .body-product-style-page .style-option-list,
  .body-product-style-page .style-set-tabs,
  .body-product-style-page .style-component-grid {
    grid-template-columns: 1fr;
  }

  .body-product-style-page .style-component-panel.active {
    grid-template-columns: 1fr;
  }

  .body-product-style-page .style-detail-thumbs {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
  }

  .body-product-style-page .style-detail-thumbs button {
    height: 64px;
  }

  .body-product-style-page .style-detail-quantity {
    justify-content: space-between;
    gap: 16px;
  }

  .body-product-style-page .style-detail-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .body-product-style-page .style-cart-btn,
  .body-product-style-page .style-quote-btn,
  .body-product-style-page .style-phone-btn {
    width: 100%;
  }

  .body-product-style-page .style-detail-info.detail-product .button-addcart .addcart_detail,
  .body-product-style-page .style-detail-info.detail-product .button-addcart .pro_contact {
    width: 100%;
    margin: 8px 0;
  }

  .body-product-style-page .style-component-card {
    grid-template-columns: 82px minmax(0, 1fr);
  }
}
