/* Responsive product list page. Scoped so old style.css can stay in place. */
.product-list-page,
.product-list-page * {
  box-sizing: border-box;
}

.product-list-page {
  width: 100%;
  overflow: hidden;
  background: #f6f8fb;
  color: #0b2545;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, "Microsoft Yahei", sans-serif;
}

.product-list-page a {
  color: inherit;
  text-decoration: none;
}

.product-list-page img {
  display: block;
  max-width: 100%;
  height: auto;
}

.product-list-page .pl-inner,
.product-list-page .pl-layout {
  width: 100% !important;
  max-width: 1280px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 24px !important;
  padding-right: 24px !important;
}

.product-list-page .pl-banner {
  position: relative !important;
  width: 100% !important;
  height: 360px !important;
  min-height: 360px !important;
  max-height: 360px !important;
  margin: 0 !important;
  background:
    radial-gradient(circle at 72% 24%, rgba(49, 112, 188, 0.34), transparent 34%),
    radial-gradient(circle at 18% 82%, rgba(255, 140, 0, 0.12), transparent 28%),
    linear-gradient(135deg, #0b2545 0%, #0b2b50 54%, #09213f 100%) !important;
  overflow: hidden !important;
}

.product-list-page .pl-banner:before,
.product-list-page .pl-banner:after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.product-list-page .pl-banner:before {
  inset: 0;
  z-index: 0;
  opacity: 0.78;
  background: url("/Home/Tpl/default/Public/images/coil-blueprint-banner.svg?v=20260607-simple-base5") center center / cover no-repeat;
}

.product-list-page .pl-banner:after {
  inset: 0;
  z-index: 0;
  opacity: 1;
  background:
    linear-gradient(90deg, rgba(9, 33, 63, 0.42), transparent 28%, transparent 72%, rgba(9, 33, 63, 0.42)),
    radial-gradient(circle at 50% 45%, rgba(11, 37, 69, 0.10), rgba(11, 37, 69, 0.38) 78%);
}

.product-list-page .pl-banner .gg_li,
.product-list-page .pl-banner .gg_img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
}

.product-list-page .pl-banner img {
  display: none !important;
}

.product-list-page .pl-banner .text {
  position: absolute !important;
  inset: 0 !important;
  z-index: 2 !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 24px !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  color: #fff !important;
  text-align: center !important;
}

.product-list-page .pl-banner .gg_t {
  max-width: 900px !important;
  margin: 0 !important;
  color: #fff !important;
  font-family: "Barlow Condensed", Impact, "Arial Narrow", Arial, sans-serif !important;
  font-size: 46px !important;
  line-height: 1.02 !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
  text-shadow: 0 10px 28px rgba(0, 0, 0, .18) !important;
}

.product-list-page .pl-banner .gg_t::after {
  display: none !important;
}

.product-list-page .pl-banner-desc {
  max-width: 760px !important;
  margin: 20px auto 0 !important;
  color: rgba(255, 255, 255, 0.78) !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, Helvetica, sans-serif !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 1.65 !important;
  text-align: center !important;
}

.product-list-page .pl-quick-links {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  gap: 12px !important;
  max-width: 1120px !important;
  margin: 34px auto 0 !important;
  position: relative !important;
}

.products-catalog-page .pl-quick-links {
  width: fit-content !important;
  max-width: calc(100% - 48px) !important;
}

.products-catalog-page .pl-quick-links.is-searching .pl-quick-link {
  opacity: 0 !important;
  pointer-events: none !important;
}

.product-list-page .pl-quick-link {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  min-height: 42px !important;
  padding: 9px 20px !important;
  border: 1px solid rgba(255, 255, 255, 0.22) !important;
  border-radius: 999px !important;
  color: #fff !important;
  background: rgba(255, 255, 255, 0.10) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.10) !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, Helvetica, sans-serif !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 1.2 !important;
  text-decoration: none !important;
  transition: background .2s ease, box-shadow .2s ease, transform .2s ease !important;
}

.product-list-page .pl-quick-link:hover {
  background: rgba(255, 255, 255, 0.20) !important;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.14) !important;
  transform: translateY(-1px) !important;
}

.product-list-page .pl-quick-link.is-active {
  border-color: rgba(255, 140, 0, .98) !important;
  background: #ff8c00 !important;
  color: #fff !important;
  box-shadow: 0 16px 30px rgba(255, 140, 0, .24) !important;
}

.product-list-page .pl-quick-link.is-active .pl-quick-link-count {
  background: rgba(255, 255, 255, .24) !important;
  color: #fff !important;
}

.product-list-page .pl-mobile-banner-search {
  display: none !important;
}

.products-catalog-page .pl-desktop-search-slot {
  position: relative !important;
  display: inline-block !important;
  flex: 0 0 42px !important;
  width: 42px !important;
  height: 42px !important;
}

.products-catalog-page .pl-desktop-banner-search {
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  z-index: 8 !important;
  display: grid !important;
  grid-template-columns: 40px !important;
  align-items: center !important;
  justify-content: end !important;
  width: 42px !important;
  height: 42px !important;
  padding: 0 !important;
  border: 1px solid rgba(255, 255, 255, 0.22) !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, 0.10) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.10) !important;
  backdrop-filter: blur(10px) !important;
  -webkit-backdrop-filter: blur(10px) !important;
  overflow: hidden !important;
  transition: width .26s ease, border-color .2s ease, background .2s ease, box-shadow .2s ease !important;
}

.products-catalog-page .pl-desktop-banner-search.is-open {
  grid-template-columns: 16px minmax(0, 1fr) 40px !important;
  column-gap: 10px !important;
  justify-content: initial !important;
  width: var(--pl-search-expanded-width, 560px) !important;
  max-width: calc(100vw - 48px) !important;
  padding: 0 8px 0 16px !important;
}

.products-catalog-page .pl-desktop-banner-search:hover,
.products-catalog-page .pl-desktop-banner-search:focus-within,
.products-catalog-page .pl-desktop-banner-search.is-open {
  border-color: rgba(255, 140, 0, .98) !important;
  background: rgba(255, 255, 255, 0.14) !important;
  box-shadow: 0 12px 24px rgba(255, 140, 0, .16), inset 0 1px 0 rgba(255, 255, 255, 0.12) !important;
}

.products-catalog-page .pl-desktop-search-toggle,
.products-catalog-page .pl-desktop-search-submit {
  width: 40px !important;
  height: 40px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: url(../images/searchicon.png) center center / 22px 22px no-repeat !important;
  filter: brightness(0) invert(1) opacity(.86) !important;
  cursor: pointer !important;
}

.products-catalog-page .pl-desktop-search-toggle {
  display: block !important;
  grid-column: 1 !important;
}

.products-catalog-page .pl-desktop-search-submit {
  display: none !important;
  grid-column: 3 !important;
}

.products-catalog-page .pl-desktop-banner-search.is-open .pl-desktop-search-toggle {
  display: none !important;
}

.products-catalog-page .pl-desktop-banner-search.is-open .pl-desktop-search-submit {
  display: block !important;
}

.products-catalog-page .pl-desktop-search-arrow {
  display: none !important;
  justify-self: center !important;
  width: 8px !important;
  height: 8px !important;
  border-right: 1.5px solid #fff !important;
  border-bottom: 1.5px solid #fff !important;
  transform: translateY(-2px) rotate(45deg) !important;
}

.products-catalog-page .pl-desktop-banner-search.is-open .pl-desktop-search-arrow {
  display: block !important;
}

.products-catalog-page .pl-desktop-banner-search input {
  width: 100% !important;
  height: 40px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: #fff !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, "Microsoft Yahei", sans-serif !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 20px !important;
  opacity: 0 !important;
  outline: none !important;
  pointer-events: none !important;
  transition: opacity .16s ease !important;
}

.products-catalog-page .pl-desktop-banner-search.is-open input {
  opacity: 1 !important;
  pointer-events: auto !important;
}

.products-catalog-page .pl-desktop-banner-search input::placeholder {
  color: rgba(255, 255, 255, .78) !important;
}

.products-catalog-page .pl-desktop-banner-search.is-keyword-empty input::placeholder,
.products-catalog-page .pl-mobile-banner-search form.is-keyword-empty input::placeholder,
.product-category-page .pl-mobile-banner-search form.is-keyword-empty input::placeholder,
.search-results-page .pl-mobile-banner-search form.is-keyword-empty input::placeholder {
  color: rgba(255, 190, 92, .98) !important;
}

.product-list-page .pl-quick-link-icon {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 12px !important;
  height: 12px !important;
  flex-shrink: 0 !important;
}

.product-list-page .pl-quick-link-icon:before {
  content: "" !important;
  display: block !important;
  width: 8px !important;
  height: 8px !important;
  border-right: 1.5px solid currentColor !important;
  border-bottom: 1.5px solid currentColor !important;
  transform: translateY(-2px) rotate(45deg) !important;
}

.products-catalog-page .pl-quick-link-text,
.product-category-page .pl-quick-link-text {
  display: inline-block !important;
  min-width: 0 !important;
  max-width: 100% !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.products-catalog-page .pl-quick-link-count,
.product-category-page .pl-quick-link-count {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 26px !important;
  height: 22px !important;
  margin-left: 2px !important;
  padding: 0 8px !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, .18) !important;
  color: #fff !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
}

.products-catalog-page .series-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
  padding: 0 !important;
}

.products-catalog-page a.series-image {
  display: block !important;
  color: inherit !important;
  text-decoration: none !important;
  cursor: pointer !important;
}

.products-catalog-page .section-header p {
  max-width: 820px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  text-wrap: balance;
}

.products-catalog-page .series-title {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, "Microsoft Yahei", sans-serif !important;
  font-size: 18px !important;
  line-height: 1.35 !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
}

.products-catalog-page .series-description {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, "Microsoft Yahei", sans-serif !important;
  font-size: 14px !important;
  line-height: 1.65 !important;
  font-weight: 400 !important;
}

.products-catalog-page .sub-product {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: inherit !important;
  text-decoration: none !important;
  padding: 0 !important;
  aspect-ratio: 1 / 1 !important;
  overflow: hidden !important;
  border: 1px solid #edf1f5 !important;
  border-radius: 8px !important;
  background: #f4f6f9 !important;
}

.products-catalog-page .sub-product:hover {
  background: #fff7ed !important;
  border-color: rgba(255, 140, 0, .35) !important;
  transform: translateY(-1px) !important;
}

.products-catalog-page .sub-product-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  padding: 4px !important;
}

.products-catalog-page .sub-products-grid {
  grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  gap: 8px !important;
}

.products-catalog-page .sub-product-image {
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  border-radius: 7px !important;
  background: transparent !important;
}

.products-catalog-page .btn-primary {
  background: #ff8c00 !important;
  color: #fff !important;
  border-color: #ff8c00 !important;
  box-shadow: 0 10px 22px rgba(255, 140, 0, .16) !important;
}

.products-catalog-page .btn-primary:hover {
  background: #e87f00 !important;
  color: #fff !important;
  border-color: #e87f00 !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 14px 28px rgba(255, 140, 0, .24) !important;
}

@media (max-width: 767px) {
  .products-catalog-page .sub-products-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .products-catalog-page .series-title {
    font-size: 17px !important;
  }
}

.search-results-page .pl-layout {
  grid-template-columns: minmax(0, 1fr) !important;
}

.search-results-page .left_box {
  display: none !important;
}

.search-results-page .right_box {
  width: 100% !important;
  max-width: none !important;
}

.product-list-page .pl-breadcrumb-wrap {
  width: 100% !important;
  border-bottom: 1px solid #e5e7eb !important;
  background: #fff !important;
}

.product-list-page .path_title {
  height: auto !important;
  min-height: 56px !important;
  line-height: 22px !important;
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  color: #64748b !important;
  font-size: 14px !important;
  white-space: nowrap !important;
  overflow-x: auto !important;
  -webkit-overflow-scrolling: touch !important;
}

.product-list-page .path_title a {
  flex: 0 0 auto !important;
  color: #64748b !important;
  transition: color .2s !important;
}

.product-list-page .path_title a:hover {
  color: #0172c2 !important;
}

.product-list-page .path_title span {
  flex: 0 0 auto !important;
  color: #94a3b8 !important;
}

.product-list-page .pl-layout {
  float: none !important;
  clear: both !important;
  display: grid !important;
  grid-template-columns: 280px minmax(0, 1fr) !important;
  gap: 40px !important;
  align-items: start !important;
  justify-items: stretch !important;
  min-height: 0 !important;
  margin-top: 44px !important;
  margin-bottom: 72px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.product-list-page .left_box,
.product-list-page .right_box {
  align-self: start !important;
  float: none !important;
  display: block !important;
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.product-list-page .left_box {
  order: 1;
  padding: 22px !important;
  border: 1px solid #e5e7eb !important;
  border-radius: 8px !important;
  background: #fff !important;
  box-shadow: 0 12px 30px rgba(15, 23, 42, .06) !important;
}

.product-list-page .right_box,
.product-list-page .right_pdt,
.product-list-page.pdt_side .right_box,
.product-list-page .pdt_side .right_box {
  order: 2;
  background: transparent !important;
  box-shadow: none !important;
}

.search-results-page .pl-layout {
  grid-template-columns: minmax(0, 1fr) !important;
}

.search-results-page .right_box {
  order: 1 !important;
  grid-column: 1 / -1 !important;
  width: 100% !important;
  max-width: none !important;
}

.product-list-page .left_box h4 {
  margin: 0 0 14px !important;
  color: #0b2545 !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, "Microsoft Yahei", sans-serif !important;
  font-size: 14px !important;
  line-height: 20px !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

.product-list-page .left_box hr,
.product-list-page .left_box br {
  display: none !important;
}

.product-list-page .searchformzone {
  height: 44px !important;
  margin: 0 0 24px !important;
  border: 1px solid #dbe3ee !important;
  border-radius: 8px !important;
  background: #f8fafc !important;
}

.product-list-page .searchformzone .input {
  width: calc(100% - 52px) !important;
  height: 42px !important;
  margin: 0 !important;
  padding: 0 12px !important;
  border: 0 !important;
  background: transparent !important;
  color: #0b2545 !important;
  font-size: 14px !important;
  line-height: 42px !important;
  outline: none !important;
}

.product-list-page .searchformzone .search_submit a {
  right: 4px !important;
  width: 42px !important;
  height: 42px !important;
}

.product-list-page .side_menu,
.product-list-page .contact,
.product-list-page .top_pdt {
  width: auto !important;
  margin: 0 0 24px !important;
  float: none !important;
  text-align: left !important;
}

.product-list-page .side_menu ul,
.product-list-page .side_menu > ul {
  display: block !important;
  height: auto !important;
  padding: 0 !important;
  margin: 0 !important;
}

.product-list-page .side_menu li,
.product-list-page .side_menu > ul > li {
  display: block !important;
  position: relative !important;
  margin: 0 !important;
}

.product-list-page .side_menu a {
  position: relative !important;
  display: block !important;
  padding: 9px 10px 9px 0 !important;
  border: 0 !important;
  border-bottom: 1px solid #eef2f7 !important;
  color: #475569 !important;
  font-size: 14px !important;
  line-height: 20px !important;
  text-align: left !important;
  transition: color .2s, padding-left .2s, background .2s !important;
}

.product-list-page .side_menu a:before {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  top: 10px !important;
  bottom: 10px !important;
  width: 3px !important;
  border-radius: 999px !important;
  background: #ff8c00 !important;
  opacity: 0 !important;
  transform: scaleY(.45) !important;
  transition: opacity .2s, transform .2s !important;
}

.product-list-page .side_menu a:hover,
.product-list-page .side_menu a.category_active {
  padding-left: 14px !important;
  background: rgba(255, 140, 0, .06) !important;
  color: #ff8c00 !important;
}

.product-list-page .side_menu a:hover:before,
.product-list-page .side_menu a.category_active:before {
  opacity: 1 !important;
  transform: scaleY(1) !important;
}

.product-list-page .side_menu ul ul {
  display: block !important;
  position: static !important;
  padding-left: 12px !important;
}

.product-list-page .side_menu ul ul li {
  display: block !important;
}

.product-list-page .side_menu li li a {
  padding: 7px 0 !important;
  border: 0 !important;
  color: #64748b !important;
  font-size: 13px !important;
  line-height: 19px !important;
}

.product-list-page .top_pdt .item {
  display: block !important;
  padding: 12px 0 !important;
  border-bottom: 1px solid #eef2f7 !important;
  overflow: hidden !important;
}

.product-list-page .top_pdt a {
  display: block !important;
  min-height: 58px !important;
  overflow: hidden !important;
}

.product-list-page .top_pdt span {
  display: block !important;
  float: left !important;
  width: 58px !important;
  height: 58px !important;
  border-radius: 6px !important;
  background: #f1f5f9 !important;
  overflow: hidden !important;
}

.product-list-page .top_pdt img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

.product-list-page .top_pdt .text {
  float: right !important;
  width: calc(100% - 72px) !important;
}

.product-list-page .top_pdt .text h4 {
  height: auto !important;
  margin: 0 !important;
  color: #0b2545 !important;
  font-size: 13px !important;
  line-height: 20px !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

.product-list-page .products_list {
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
  list-style: none !important;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 24px !important;
}

.product-list-page .products_list::before,
.product-list-page .products_list::after,
.product-list-page .pl-layout::before,
.product-list-page .pl-layout::after {
  content: none !important;
  display: none !important;
}

.product-list-page .products_list li {
  float: none !important;
  width: auto !important;
  margin: 0 !important;
  background: transparent !important;
  transition: transform .2s, box-shadow .2s !important;
}

.product-list-page .products_list li:hover {
  transform: translateY(-4px) !important;
}

.product-list-page .products_list a {
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
  padding: 0 18px 18px !important;
  overflow: hidden !important;
  border: 1px solid #e5e7eb !important;
  border-radius: 8px !important;
  background: #fff !important;
  box-shadow: 0 12px 30px rgba(15, 23, 42, .06) !important;
  transition: border-color .2s, box-shadow .2s !important;
}

.product-list-page .products_list a:hover {
  border-color: #e5e7eb !important;
  box-shadow: 0 18px 38px rgba(15, 23, 42, .1) !important;
}

.product-list-page .products_list a:hover::after {
  display: none !important;
}

.product-list-page .products_list .imgH {
  display: block !important;
  flex: 0 0 auto !important;
  width: calc(100% + 36px) !important;
  margin: 0 -18px 16px !important;
  aspect-ratio: 1 / 1 !important;
  overflow: hidden !important;
  background: #fff !important;
}

.product-list-page .products_list img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  transition: transform .25s !important;
}

.product-list-page .products_list a:hover img {
  transform: scale(1.04) !important;
}

.product-list-page .products_list p {
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2 !important;
  height: 48px !important;
  max-height: 48px !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  color: #0b2545 !important;
  font-size: 16px !important;
  line-height: 24px !important;
  font-weight: 700 !important;
  text-overflow: ellipsis !important;
  word-break: break-word !important;
}

.product-list-page .products_list a:hover p {
  color: #0b2545 !important;
}

.search-results-page .products_list a:hover,
.search-results-page .products_list a:focus,
.search-results-page .products_list a:active {
  border-color: #e5e7eb !important;
  outline: none !important;
}

.search-results-page .products_list p,
.search-results-page .products_list p *,
.search-results-page .products_list a:hover p,
.search-results-page .products_list a:hover p * {
  color: #0b2545 !important;
}

.search-results-page .products_list {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

.product-list-page .page {
  clear: both !important;
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  gap: 8px !important;
  margin: 34px 0 46px !important;
  background: transparent !important;
  text-align: center !important;
}

.product-list-page .page a,
.product-list-page .page .current {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 38px !important;
  height: 38px !important;
  padding: 0 12px !important;
  margin: 0 !important;
  border-radius: 6px !important;
  background: #fff !important;
  color: #475569 !important;
  border: 1px solid #e5e7eb !important;
}

.product-list-page .page a:hover,
.product-list-page .page .current {
  background: #0172c2 !important;
  border-color: #0172c2 !important;
  color: #fff !important;
}

@media (min-width: 1101px) {
  .products-catalog-page .pl-banner .text,
  .product-category-page .pl-banner .text {
    left: 50% !important;
    right: auto !important;
    width: 100% !important;
    max-width: 1280px !important;
    padding-left: 24px !important;
    padding-right: 24px !important;
    align-items: flex-start !important;
    text-align: left !important;
    transform: translateX(-50%) !important;
  }

  .products-catalog-page .pl-banner .gg_t,
  .product-category-page .pl-banner .gg_t {
    max-width: 980px !important;
    font-size: 48px !important;
    text-align: left !important;
  }

  .product-category-page .pl-banner .gg_t {
    max-width: 1240px !important;
    font-size: 42px !important;
    line-height: 1.05 !important;
  }

  .products-catalog-page .pl-banner-desc,
  .product-category-page .pl-banner-desc {
    max-width: 860px !important;
    margin: 18px 0 0 !important;
    text-align: left !important;
  }

  .products-catalog-page .pl-quick-links,
  .product-category-page .pl-quick-links {
    width: 100% !important;
    max-width: 1120px !important;
    margin: 30px 0 0 !important;
    justify-content: flex-start !important;
  }
}

@media (max-width: 1100px) {
  .product-list-page .pl-layout {
    grid-template-columns: 240px minmax(0, 1fr) !important;
    gap: 28px !important;
  }

  .search-results-page .pl-layout {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .product-list-page .products_list {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .search-results-page .products_list {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .products-catalog-page .pl-desktop-search-slot {
    display: none !important;
  }

  .products-catalog-page .pl-quick-links,
  .product-category-page .pl-quick-links,
  .search-results-page .pl-quick-links {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 230px)) !important;
    grid-template-columns: repeat(2, minmax(0, min(230px, calc((100vw - 70px) / 2)))) !important;
    justify-content: center !important;
    gap: 12px 14px !important;
    width: 100% !important;
    max-width: none !important;
  }

  .products-catalog-page .pl-quick-link,
  .product-category-page .pl-quick-link,
  .search-results-page .pl-quick-link {
    display: grid !important;
    grid-template-columns: 16px minmax(0, 1fr) 34px !important;
    column-gap: 8px !important;
    align-items: center !important;
    width: 100% !important;
    min-width: 0 !important;
    justify-content: initial !important;
    white-space: nowrap !important;
  }

  .products-catalog-page .pl-quick-link-icon,
  .product-category-page .pl-quick-link-icon,
  .search-results-page .pl-quick-link-icon {
    width: 16px !important;
    height: 16px !important;
    justify-self: center !important;
  }

  .products-catalog-page .pl-quick-link-text,
  .product-category-page .pl-quick-link-text,
  .search-results-page .pl-quick-link-text {
    text-align: left !important;
  }

  .products-catalog-page .pl-quick-link-count,
  .product-category-page .pl-quick-link-count,
  .search-results-page .pl-quick-link-count {
    justify-self: end !important;
  }
}

@media (min-width: 768px) and (max-width: 1023px) and (orientation: portrait) {
  .product-list-page .pl-banner {
    height: 320px !important;
    min-height: 320px !important;
    max-height: 320px !important;
  }

  .product-list-page .pl-banner .text {
    padding-left: 48px !important;
    padding-right: 48px !important;
  }

  .product-list-page .pl-banner .gg_t {
    max-width: 100% !important;
    font-size: 34px !important;
    line-height: 1 !important;
    white-space: nowrap !important;
  }

  .product-list-page .pl-banner-desc {
    max-width: 720px !important;
    margin-top: 18px !important;
    font-size: 15px !important;
    line-height: 1.55 !important;
  }

  .product-list-page .product-finder {
    margin-top: 26px !important;
  }
}

@media (max-width: 767px) {
  .product-list-page .pl-inner,
  .product-list-page .pl-layout {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }

  .product-list-page .pl-banner {
    height: 410px !important;
    min-height: 410px !important;
    max-height: 410px !important;
  }

  .product-list-page .pl-banner:before {
    opacity: 0.52;
    background-size: auto 100%;
  }

  .product-list-page .pl-banner:after {
    inset: 0;
    opacity: 1;
  }

  .product-list-page .pl-banner .text {
    padding: 0 18px !important;
  }

  .product-list-page .pl-banner .gg_t {
    font-size: 32px !important;
    line-height: 1.04 !important;
  }

  .product-list-page .pl-banner-desc {
    display: none !important;
  }

  .product-list-page .pl-quick-links {
    gap: 10px !important;
    margin-top: 26px !important;
  }

  .product-list-page .pl-quick-link {
    min-height: 40px !important;
    padding: 8px 15px !important;
    font-size: 14px !important;
  }

  .products-catalog-page .pl-quick-links,
  .product-category-page .pl-quick-links,
  .search-results-page .pl-quick-links {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 230px)) !important;
    grid-template-columns: repeat(2, minmax(0, min(230px, calc((100vw - 66px) / 2)))) !important;
    justify-content: center !important;
    width: 100% !important;
    max-width: none !important;
    gap: 10px !important;
  }

  .products-catalog-page .pl-quick-link,
  .product-category-page .pl-quick-link,
  .search-results-page .pl-quick-link {
    display: grid !important;
    grid-template-columns: 16px minmax(0, 1fr) 34px !important;
    column-gap: 8px !important;
    align-items: center !important;
    width: 100% !important;
    min-width: 0 !important;
    justify-content: initial !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
    white-space: nowrap !important;
    font-size: 13px !important;
    line-height: 18px !important;
  }

  .products-catalog-page .pl-quick-link-icon,
  .product-category-page .pl-quick-link-icon,
  .search-results-page .pl-quick-link-icon {
    width: 16px !important;
    height: 16px !important;
    justify-self: center !important;
  }

  .products-catalog-page .pl-quick-link-text,
  .product-category-page .pl-quick-link-text,
  .search-results-page .pl-quick-link-text {
    text-align: left !important;
  }

  .products-catalog-page .pl-quick-link-count,
  .product-category-page .pl-quick-link-count,
  .search-results-page .pl-quick-link-count {
    min-width: 24px !important;
    height: 20px !important;
    padding: 0 7px !important;
    font-size: 12px !important;
    justify-self: end !important;
  }

  .products-catalog-page .pl-mobile-banner-search,
  .product-category-page .pl-mobile-banner-search,
  .search-results-page .pl-mobile-banner-search {
    display: block !important;
    width: 100% !important;
    max-width: min(470px, calc(100vw - 56px)) !important;
    margin: 10px auto 0 !important;
  }

  .products-catalog-page .pl-mobile-banner-search form,
  .product-category-page .pl-mobile-banner-search form,
  .search-results-page .pl-mobile-banner-search form {
    position: relative !important;
    display: grid !important;
    grid-template-columns: 16px minmax(0, 1fr) 34px !important;
    column-gap: 8px !important;
    align-items: center !important;
    width: 100% !important;
    height: 40px !important;
    padding: 0 8px 0 12px !important;
    border: 1px solid rgba(255, 255, 255, 0.22) !important;
    border-radius: 999px !important;
    background: rgba(255, 255, 255, 0.10) !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.10) !important;
    backdrop-filter: blur(10px) !important;
    -webkit-backdrop-filter: blur(10px) !important;
    overflow: hidden !important;
    transition: border-color .2s ease, background .2s ease, box-shadow .2s ease !important;
  }

  .products-catalog-page .pl-mobile-banner-search form:before,
  .product-category-page .pl-mobile-banner-search form:before,
  .search-results-page .pl-mobile-banner-search form:before {
    content: "" !important;
    display: block !important;
    justify-self: center !important;
    width: 8px !important;
    height: 8px !important;
    border-right: 1.5px solid #fff !important;
    border-bottom: 1.5px solid #fff !important;
    transform: translateY(-2px) rotate(45deg) !important;
  }

  .products-catalog-page .pl-mobile-banner-search form:hover,
  .products-catalog-page .pl-mobile-banner-search form:focus-within,
  .product-category-page .pl-mobile-banner-search form:hover,
  .product-category-page .pl-mobile-banner-search form:focus-within,
  .search-results-page .pl-mobile-banner-search form:hover,
  .search-results-page .pl-mobile-banner-search form:focus-within {
    border-color: rgba(255, 140, 0, .98) !important;
    background: rgba(255, 255, 255, 0.14) !important;
    box-shadow: 0 12px 24px rgba(255, 140, 0, .16), inset 0 1px 0 rgba(255, 255, 255, 0.12) !important;
  }

  .products-catalog-page .pl-mobile-banner-search input,
  .product-category-page .pl-mobile-banner-search input,
  .search-results-page .pl-mobile-banner-search input {
    width: 100% !important;
    height: 38px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    color: #fff !important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, "Microsoft Yahei", sans-serif !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    line-height: 18px !important;
    outline: none !important;
  }

  .products-catalog-page .pl-mobile-banner-search input::placeholder,
  .product-category-page .pl-mobile-banner-search input::placeholder,
  .search-results-page .pl-mobile-banner-search input::placeholder {
    color: rgba(255, 255, 255, .78) !important;
  }

  .products-catalog-page .pl-mobile-banner-search button,
  .product-category-page .pl-mobile-banner-search button,
  .search-results-page .pl-mobile-banner-search button {
    position: static !important;
    width: 34px !important;
    height: 34px !important;
    border: 0 !important;
    background: url(../images/searchicon.png) center center / 22px 22px no-repeat !important;
    filter: brightness(0) invert(1) opacity(.82) !important;
    cursor: pointer !important;
  }

  .product-category-page .left_box {
    display: none !important;
  }

  .product-list-page .path_title {
    min-height: 48px !important;
    font-size: 13px !important;
  }

  .product-list-page .pl-layout {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 28px !important;
    margin-top: 28px !important;
    margin-bottom: 76px !important;
  }

  .product-list-page .left_box {
    order: 1;
    min-height: 0 !important;
    padding: 20px !important;
  }

  .product-list-page .right_box {
    order: 2;
    padding-bottom: 0 !important;
    background: transparent !important;
  }

  .product-list-page .products_list {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 14px !important;
    margin-bottom: 22px !important;
  }

  .product-list-page .page {
    margin: 42px 0 54px !important;
    background: transparent !important;
  }

  .product-list-page .products_list p {
    height: 42px !important;
    max-height: 42px !important;
    padding: 0 !important;
    font-size: 14px !important;
    line-height: 21px !important;
  }

  .product-list-page .products_list a {
    padding: 0 12px 14px !important;
  }

  .product-list-page .products_list .imgH {
    width: calc(100% + 24px) !important;
    margin: 0 -12px 12px !important;
  }
}

@media (max-width: 560px) {
  .product-list-page .products_list {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px !important;
    margin-bottom: 22px !important;
  }

  .product-list-page .products_list p {
    height: 38px !important;
    max-height: 38px !important;
    padding: 0 !important;
    font-size: 13px !important;
    line-height: 19px !important;
  }

  .product-list-page .products_list a {
    padding: 0 10px 12px !important;
  }

  .product-list-page .products_list .imgH {
    width: calc(100% + 20px) !important;
    margin: 0 -10px 10px !important;
  }
}

@media (max-width: 767px) {
  html.is-android .products-catalog-page,
  html.is-android .product-category-page,
  html.is-android .products-catalog-page p,
  html.is-android .product-category-page p,
  html.is-android .products-catalog-page .series-description,
  html.is-android .product-category-page .products_list p,
  html.is-android .products-catalog-page .pl-banner-desc,
  html.is-android .product-category-page .pl-banner-desc,
  html.is-android .products-catalog-page .section-header p,
  html.is-android .product-category-page .section-header p {
    color: #334155 !important;
    font-weight: 500 !important;
  }

  html.is-android .products-catalog-page .pl-quick-link,
  html.is-android .product-category-page .pl-quick-link,
  html.is-android .products-catalog-page .series-title,
  html.is-android .product-category-page .products_list p {
    font-weight: 600 !important;
  }
}

/* Legacy Android/Huawei fallback for inset shorthand. */
.product-list-page .pl-banner:before,
.product-list-page .pl-banner:after {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.product-list-page .pl-banner .text {
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
}

@media (min-width: 1101px) {
  .products-catalog-page .pl-banner .text,
  .product-category-page .pl-banner .text {
    left: 50% !important;
    right: auto !important;
    width: 100% !important;
    max-width: 1280px !important;
    padding-left: 24px !important;
    padding-right: 24px !important;
    align-items: flex-start !important;
    text-align: left !important;
    transform: translateX(-50%) !important;
  }
}

@media (max-width: 767px) {
  html.is-android .products-catalog-page,
  html.is-android .products-catalog-page *,
  html.is-android .product-category-page,
  html.is-android .product-category-page * {
    -webkit-font-smoothing: auto !important;
    text-rendering: geometricPrecision;
  }

  html.is-android .products-catalog-page .section-header p,
  html.is-android .products-catalog-page .series-description,
  html.is-android .products-catalog-page .sub-products-label,
  html.is-android .products-catalog-page .trusted-by span,
  html.is-android .product-category-page .section-header p,
  html.is-android .product-category-page .products_list p,
  html.is-android .product-category-page .pl-banner-desc {
    color: #334155 !important;
    font-weight: 500 !important;
  }

  html.is-android .products-catalog-page .section-header h1,
  html.is-android .products-catalog-page .series-title,
  html.is-android .products-catalog-page .trusted-logos span,
  html.is-android .products-catalog-page .btn,
  html.is-android .product-category-page .products_list h4,
  html.is-android .product-category-page .btn {
    color: #0f172a !important;
    font-weight: 700 !important;
  }

  html.is-android .products-catalog-page .btn-primary,
  html.is-android .product-category-page .btn-primary {
    color: #fff !important;
  }

  html.is-android .products-catalog-page .series-tag {
    color: #7c4a03 !important;
    font-weight: 600 !important;
  }
}
