body.page-template-page-new-materials-page .load-more-container #load-more-materials, body.page-template-page-new-materials-page .materials-no-results-layout .no-results-actions .btn-secondary-outline, body.page-template-page-new-materials-page .materials-no-results-layout .no-results-actions .btn-primary-orange, body.page-template-page-new-materials-page .materials-filters .filter-actions-bottom #native-apply-filters, body.page-template-page-new-materials-page .materials-search-wrapper #trigger-material-search {
  text-decoration: none;
  fill: #fff;
  color: #fff;
  background-color: rgb(238, 111, 58);
  border: 1px solid rgb(238, 111, 58);
  border-radius: 3px;
  padding: 9px 18px !important;
  height: 40px;
  max-height: 40px;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  box-sizing: border-box;
  cursor: pointer;
}

body.page-template-page-new-materials-page section.image {
  height: 360px;
  position: relative;
}
body.page-template-page-new-materials-page section.image .hero {
  position: absolute;
  bottom: 32px;
  height: 280px;
  width: 430px;
}
body.page-template-page-new-materials-page section.image .hero h1 {
  margin: 0.9em 0 0.3em 0;
}
body.page-template-page-new-materials-page section.image .hero h2 {
  font-size: 1.17rem;
}
body.page-template-page-new-materials-page section.image .header-iso-badge {
  bottom: 28px;
}
body.page-template-page-new-materials-page section.image .hero-materials-badge {
  font-size: 14px;
  bottom: 32px;
  position: absolute;
  left: 40px;
  padding: 7px 10px;
  background-color: #FFFFFF;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  z-index: 2;
}
body.page-template-page-new-materials-page section.image .hero-materials-badge .bold-span {
  font-weight: bold;
}
body.page-template-page-new-materials-page section.image .hero-materials-badge .flex-distribute {
  display: flex;
  align-items: center;
}
body.page-template-page-new-materials-page section.image .hero-materials-badge .flex-distribute #text-container {
  margin-left: 4px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  body.page-template-page-new-materials-page section.image .hero-materials-badge {
    right: 50px;
    left: auto;
  }
  body.page-template-page-new-materials-page section.image .hero {
    bottom: 82px !important;
    height: 230px;
    width: 490px;
    right: 50px;
  }
  body.page-template-page-new-materials-page section.image .hero h1 {
    margin: 0.6em 0 0.3em 0;
    font-size: 1.6rem;
  }
  body.page-template-page-new-materials-page section.image .hero h2 {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 767px) {
  body.page-template-page-new-materials-page section.image .hero-materials-badge {
    left: 16px;
    width: 93%;
  }
  body.page-template-page-new-materials-page section.image .hero {
    left: 16px;
    bottom: 88px !important;
    height: 212px;
    width: 93%;
    transform: none;
    max-width: none;
  }
  body.page-template-page-new-materials-page section.image .hero h1 {
    margin: 0.6em 0 0.3em 0;
    font-size: 1.6rem;
  }
  body.page-template-page-new-materials-page section.image .hero h2 {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 514px) {
  body.page-template-page-new-materials-page section.image .hero-materials-badge {
    font-size: 12px;
    bottom: 9px !important;
  }
  body.page-template-page-new-materials-page section.image .hero-materials-badge img {
    width: 12px;
    margin-top: -12px;
  }
  body.page-template-page-new-materials-page section.image .hero {
    height: 242px !important;
    bottom: 58px !important;
  }
}
@media screen and (max-width: 767px) and (max-width: 389px) {
  body.page-template-page-new-materials-page section.image .hero h2 {
    font-size: 1rem;
  }
}
body.page-template-page-new-materials-page .new-materials-page.content {
  padding-top: 48px;
}
body.page-template-page-new-materials-page .materials-search-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
  margin: 0 auto 40px auto !important;
  width: 100%;
  max-width: 820px !important;
  position: relative;
  box-sizing: border-box;
}
body.page-template-page-new-materials-page .materials-search-wrapper .search-label {
  font-size: 16px;
  font-weight: 600;
  color: rgb(11, 94, 130) !important;
  white-space: nowrap;
  margin: 0;
  cursor: pointer;
  flex-shrink: 0;
}
body.page-template-page-new-materials-page .materials-search-wrapper .search-input-container {
  flex-grow: 1;
  position: relative;
}
body.page-template-page-new-materials-page .materials-search-wrapper .search-input-container input {
  width: 100% !important;
  padding: 10px 15px !important;
  font-size: 16px !important;
  color: rgba(0, 0, 0, 0.5);
  height: 42px !important;
  box-sizing: border-box !important;
  border: 1px solid rgb(11, 94, 130) !important;
  border-radius: 3px !important;
  background: #FFFFFF !important;
  outline: none;
  transition: border-color 0.2s;
}
body.page-template-page-new-materials-page .materials-search-wrapper .search-input-container input:focus {
  border-color: rgb(121, 196, 212) !important;
  outline: 1px solid rgb(121, 196, 212) !important;
}
body.page-template-page-new-materials-page .materials-search-wrapper #trigger-material-search {
  background: #FFFFFF;
  color: rgb(238, 111, 58);
  border: 1px solid rgb(238, 111, 58);
}
body.page-template-page-new-materials-page .materials-search-wrapper #trigger-material-search:hover {
  background: rgb(238, 111, 58);
  color: #FFFFFF;
}
body.page-template-page-new-materials-page .materials-filters {
  background: transparent;
  padding: 0 10px 0 0;
  margin-bottom: 0;
}
body.page-template-page-new-materials-page .materials-filters .filters-main-title {
  margin-bottom: 18px;
}
body.page-template-page-new-materials-page .materials-filters .filters-main-title h3 {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  color: rgb(11, 94, 130);
}
body.page-template-page-new-materials-page .materials-filters .filter-accordion-item {
  margin-bottom: 20px;
}
body.page-template-page-new-materials-page .materials-filters .filter-accordion-item .accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  user-select: none;
  padding: 0 30px 10px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  position: relative;
  z-index: 5;
  background-image: url("../img/chevron-down.svg") !important;
  background-repeat: no-repeat !important;
  background-position: right center !important;
  background-size: 12px !important;
}
body.page-template-page-new-materials-page .materials-filters .filter-accordion-item .accordion-header .header-info h4 {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 4px 0;
  color: rgb(11, 94, 130);
  text-transform: none;
}
body.page-template-page-new-materials-page .materials-filters .filter-accordion-item .accordion-header .header-info .option-count {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.65);
  display: block;
}
body.page-template-page-new-materials-page .materials-filters .filter-accordion-item .accordion-header .toggle-icon {
  display: none !important;
}
body.page-template-page-new-materials-page .materials-filters .filter-accordion-item .accordion-header.active {
  background-image: url("../img/chevron-up.svg") !important;
}
body.page-template-page-new-materials-page .materials-filters .filter-accordion-item .accordion-content {
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  padding: 15px;
  margin-top: -5px;
  position: relative;
  z-index: 6;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.07);
  max-height: 328px;
  overflow-y: auto;
}
body.page-template-page-new-materials-page .materials-filters .filter-accordion-item .accordion-content label {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 12px;
  font-size: 15px;
  color: rgb(11, 94, 130);
  cursor: pointer;
}
body.page-template-page-new-materials-page .materials-filters .filter-accordion-item .accordion-content label:last-child {
  margin-bottom: 0;
}
body.page-template-page-new-materials-page .materials-filters .filter-accordion-item .accordion-content label:hover {
  color: rgb(238, 111, 58);
}
body.page-template-page-new-materials-page .materials-filters .filter-accordion-item .accordion-content label input.filter-checkbox {
  margin-right: 12px;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  accent-color: rgb(238, 111, 58);
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 3px;
}
body.page-template-page-new-materials-page .materials-filters .filter-actions-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 24px;
}
body.page-template-page-new-materials-page .materials-filters .filter-actions-bottom .reset-link {
  color: rgb(11, 94, 130) !important;
  text-decoration: underline !important;
  font-size: 14px;
  cursor: pointer;
  background: none;
  border: none !important;
  padding: 0;
  font-weight: 400;
}
body.page-template-page-new-materials-page .materials-filters .filter-actions-bottom .reset-link:hover {
  color: rgb(238, 111, 58) !important;
}
body.page-template-page-new-materials-page .materials-filters .filter-actions-bottom #native-apply-filters {
  background: #FFFFFF;
  color: rgb(238, 111, 58);
  border: 1px solid rgb(238, 111, 58);
}
body.page-template-page-new-materials-page .materials-filters .filter-actions-bottom #native-apply-filters:hover {
  background: rgb(238, 111, 58);
  color: #FFFFFF;
}
body.page-template-page-new-materials-page #filter-loader-overlay {
  position: absolute;
  width: 100%;
  text-align: center;
  z-index: 10;
  padding-top: 100px;
}
body.page-template-page-new-materials-page #filter-loader-overlay img {
  width: 60px !important;
  height: auto !important;
  display: inline-block;
  animation: fa-spin 1.2s linear infinite;
}
body.page-template-page-new-materials-page .material-category-header {
  grid-column: 1/-1;
  font-size: 24px;
  font-weight: 700;
  color: rgb(11, 94, 130);
  width: 100%;
  margin: 8px 0 0 0;
}
body.page-template-page-new-materials-page .materials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  width: 100%;
  position: relative;
}
@media screen and (min-width: 515px) and (max-width: 768px) {
  body.page-template-page-new-materials-page .materials-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
body.page-template-page-new-materials-page .materials-grid #load-more-spinner {
  grid-column: 1/-1;
  text-align: center;
  padding: 40px 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
body.page-template-page-new-materials-page .materials-grid #load-more-spinner img {
  width: 60px !important;
  height: 60px !important;
  display: block;
  animation: fa-spin 1.2s linear infinite;
}
body.page-template-page-new-materials-page .material-card {
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: auto;
}
body.page-template-page-new-materials-page .material-card .material-image {
  width: 100%;
  height: 160px;
  overflow: hidden;
  background: #e9eff3;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  display: flex;
  align-items: center;
  justify-content: center;
}
body.page-template-page-new-materials-page .material-card .material-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
body.page-template-page-new-materials-page .material-card .card-content-wrapper {
  padding: 20px;
  flex-grow: 1;
}
body.page-template-page-new-materials-page .material-card .card-content-wrapper .material-title {
  margin: 0 0 12px 0;
  font-size: 18px;
  font-weight: 700;
  color: rgb(11, 94, 130);
  line-height: 1.3;
}
body.page-template-page-new-materials-page .material-card .card-content-wrapper .material-field {
  font-size: 14px;
  margin-bottom: 8px;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1.3;
}
body.page-template-page-new-materials-page .material-card .card-content-wrapper .material-field strong {
  color: rgb(11, 94, 130);
}
body.page-template-page-new-materials-page .material-card .card-content-wrapper .material-field img.price-svg {
  height: 22px;
  width: auto;
  vertical-align: middle;
  margin-top: -1px;
  margin-left: 2px;
}
body.page-template-page-new-materials-page .material-card .card-content-wrapper .material-data-block {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
body.page-template-page-new-materials-page .material-card .card-content-wrapper .material-data-block strong {
  font-size: 13px;
  color: rgb(11, 94, 130);
  display: block;
  margin-bottom: 8px;
  text-transform: uppercase;
}
body.page-template-page-new-materials-page .material-card .card-content-wrapper .material-data-block .rich-text p, body.page-template-page-new-materials-page .material-card .card-content-wrapper .material-data-block .rich-text span, body.page-template-page-new-materials-page .material-card .card-content-wrapper .material-data-block .rich-text {
  font-size: 13px !important;
  color: rgba(0, 0, 0, 0.8);
}
body.page-template-page-new-materials-page .material-card .card-content-wrapper .material-data-block .rich-text ul {
  padding: 0 !important;
  margin: 0 !important;
  list-style: none !important;
}
body.page-template-page-new-materials-page .material-card .card-content-wrapper .material-data-block .rich-text ul li {
  font-size: 13px !important;
  line-height: 1.2 !important;
  padding-left: 18px !important;
  background-image: url("../img/checkmark.svg") !important;
  background-repeat: no-repeat !important;
  background-size: 12px !important;
  background-position: left 4px !important;
}
body.page-template-page-new-materials-page .materials-no-results-layout {
  grid-column: 1/-1;
  width: 100%;
}
body.page-template-page-new-materials-page .materials-no-results-layout .no-results-page-title {
  font-size: 24px;
  font-weight: 700;
  color: rgb(11, 94, 130);
  margin: 8px 0 60px 0;
  text-align: left;
}
body.page-template-page-new-materials-page .materials-no-results-layout .no-results-centered-content {
  max-width: 650px;
  margin: 0 auto;
  text-align: center;
  padding: 20px 0 80px 0;
}
body.page-template-page-new-materials-page .materials-no-results-layout .no-results-centered-content .no-results-icon img {
  width: 180px;
  height: auto;
  margin-bottom: 16px;
}
body.page-template-page-new-materials-page .materials-no-results-layout .no-results-centered-content .no-results-message {
  font-size: 16px;
  line-height: 1.6;
  color: rgb(11, 94, 130);
  margin-bottom: 40px;
}
body.page-template-page-new-materials-page .materials-no-results-layout .no-results-actions {
  display: flex;
  justify-content: center;
  gap: 16px;
}
body.page-template-page-new-materials-page .materials-no-results-layout .no-results-actions .btn-primary-orange {
  color: #FFFFFF !important;
}
body.page-template-page-new-materials-page .materials-no-results-layout .no-results-actions .btn-primary-orange:hover {
  background-color: transparent;
  color: rgb(238, 111, 58) !important;
  border-bottom: 1px solid !important;
}
body.page-template-page-new-materials-page .materials-no-results-layout .no-results-actions .btn-secondary-outline {
  background-color: transparent;
  border-color: rgb(238, 111, 58);
  color: rgb(238, 111, 58) !important;
}
body.page-template-page-new-materials-page .materials-no-results-layout .no-results-actions .btn-secondary-outline:hover {
  background-color: rgb(238, 111, 58);
  color: #FFFFFF !important;
}
body.page-template-page-new-materials-page .load-more-container {
  text-align: center;
  margin: 32px auto 0 auto;
  width: 100%;
}
body.page-template-page-new-materials-page .load-more-container #load-more-materials {
  background: #FFFFFF;
  border: 1px solid rgb(238, 111, 58) !important;
  color: rgb(238, 111, 58);
}
body.page-template-page-new-materials-page .load-more-container #load-more-materials:hover {
  background: rgb(238, 111, 58);
  color: #FFFFFF;
}
@keyframes fa-spin {
  100% {
    transform: rotate(360deg);
  }
}
@media (max-width: 991px) {
  body.page-template-page-new-materials-page .materials-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  body.page-template-page-new-materials-page .materials-filters {
    width: 100%;
    padding-right: 0;
  }
  body.page-template-page-new-materials-page .materials-grid {
    grid-template-columns: 1fr;
  }
  body.page-template-page-new-materials-page .no-results-actions {
    flex-direction: column;
    align-items: center;
  }
  body.page-template-page-new-materials-page .no-results-actions .btn-primary-orange, body.page-template-page-new-materials-page .no-results-actions .btn-secondary-outline {
    width: 100%;
  }
}
@media screen and (max-width: 1440px) {
  body.page-template-page-new-materials-page .new-materials-page.content {
    padding: 48px 0px 0px 0px;
  }
  body.page-template-page-new-materials-page .new-materials-page.content > .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 95%;
  }
}
@media screen and (max-width: 1280px) {
  body.page-template-page-new-materials-page .materials-filters .filter-actions-bottom {
    display: grid;
  }
  body.page-template-page-new-materials-page .materials-filters .filter-actions-bottom #reset-materials-filters {
    margin-bottom: 12px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  body.page-template-page-new-materials-page #content-right-col {
    width: 68%;
  }
  body.page-template-page-new-materials-page #content-right-col .new-materials-page.content > .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 90%;
  }
  body.page-template-page-new-materials-page #content-left-col {
    width: 30%;
  }
  body.page-template-page-new-materials-page #content-left-col .materials-filters .filter-actions-bottom {
    display: grid;
  }
  body.page-template-page-new-materials-page #content-left-col .materials-filters .filter-actions-bottom #reset-materials-filters {
    margin-bottom: 12px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  body.page-template-page-new-materials-page #content-right-col {
    width: 63%;
  }
  body.page-template-page-new-materials-page #content-left-col {
    width: 35%;
  }
}
@media screen and (max-width: 767px) {
  body.page-template-page-new-materials-page #content-right-col {
    margin-top: 24px !important;
    width: 96%;
    margin: 0 auto;
  }
  body.page-template-page-new-materials-page #content-right-col h2.material-category-header {
    margin-top: 32px;
  }
  body.page-template-page-new-materials-page #content-right-col .material-card .material-image {
    height: 248px;
  }
  body.page-template-page-new-materials-page #content-left-col .materials-filters .filter-actions-bottom {
    display: flex;
    width: 100%;
  }
}

/*# sourceMappingURL=new_materials_page_feb_2026.css.map */
