/* filter window */
.filter-window-hidden {
  display: none !important;
}

/* overlay container */
.overlay-container {
  position: fixed;
  height: 100vh;
  top: 0px;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
  width: 100vw;
}

/* pagination container */
.pagination-container {
  margin-top: 32px;
  margin-bottom: 16px;
  display: flex;
  gap: 16px;
  justify-content: center;
  align-items: center;
}
.pagination-container img {
  width: 28px;
  height: 28px;
  cursor: pointer;
}
.pagination-container .all-pages-button {
  display: flex;
  gap: 16px;
  justify-content: center;
}
.pagination-container .all-pages-button button {
  border: none;
  background: var(--light-white, #fff);
  color: var(--dark-dark-d-2, #111116);
  font-family: "SF-Pro-Semi-Bold-Text";
  font-size: 16px;
  font-style: normal;
  line-height: 125%;
}
.pagination-container .all-pages-button button:hover {
  color: var(--primary-primary, #fb5650);
}
.pagination-container .all-pages-button .selected-button-page {
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 8px;
  padding-right: 8px;
  color: var(--Primary-Gray-600, var(--Primary-Gray-600, #4b5563));
  font-family: "SF-Pro-Semi-Bold-Text";
  font-size: 16px;
  font-style: normal;
  line-height: 125%;
  border-bottom: 2px solid var(--primary-primary, #fb5650);
  color: var(--primary-primary, #fb5650);
}

/* selected filter tags */
.all-filter-tags {
  display: flex;
  gap: 6px;
}
.all-filter-tags button {
  display: flex;
  gap: 4px;
  align-items: center;
  padding: 4px 8px;
  border-radius: 100px;
  border: 1px solid var(--Primary-Gray-400, #9ca3af);
  background: var(--light-light, #f1f2f5);
}
.all-filter-tags button span {
  color: var(--Primary-Gray-600, var(--Primary-Gray-600, #4b5563));
  font-family: "SF-Pro-Semi-Bold-Text";
  font-size: 16px;
  font-style: normal;
  line-height: 125%;
}
.all-filter-tags button img {
  height: 16px;
  width: 16px;
}
.all-filter-tags .reset-button {
  border-radius: 1000px;
  border: 1px solid var(--Brand-color-Sparkal-color, #fb5650);
  background: var(--light-white, #fff);
  gap: 6px;
}
.all-filter-tags .reset-button span {
  color: var(--Brand-color-Sparkal-color, #fb5650);
}
.all-filter-tags .reset-button img {
  height: 14px;
  width: 14px;
}

.toggle-filter-window {
  cursor: pointer;
}

#material-page-cards-component-wrapper {
  margin-top: 0px;
  margin-bottom: 100px;
}
#material-page-cards-component-wrapper #material-filter-cards {
  width: 1216px;
  min-width: 1216px;
  max-width: 1216px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  /* Material cards list view */
}
#material-page-cards-component-wrapper
  #material-filter-cards
  #material-search-filter {
  margin-top: 24px;
  margin-bottom: 28px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#material-page-cards-component-wrapper
  #material-filter-cards
  #material-search-filter
  #search-container {
  position: relative;
}
#material-page-cards-component-wrapper
  #material-filter-cards
  #material-search-filter
  #search-container
  input {
  width: 384px;
  height: 52px;
  padding: 14px 16px;
  border-radius: 1000px;
  border: 1px solid var(--light-light-d-2, #d3d6e0);
}
#material-page-cards-component-wrapper
  #material-filter-cards
  #material-search-filter
  #search-container
  input
  input:placeholder {
  color: var(--secondary-secondary, #6b6c7e);
  font-family: "SF-Pro-Semi-Bold-Text";
  font-size: 16px;
  font-style: normal;
  line-height: 125%;
}
#material-page-cards-component-wrapper
  #material-filter-cards
  #material-search-filter
  #search-container
  img {
  height: 24px;
  width: 24px;
  position: absolute;
  right: 17px;
  top: 15px;
  cursor: pointer;
}
#material-page-cards-component-wrapper
  #material-filter-cards
  #material-search-filter
  #button-container {
  display: flex;
  gap: 16px;
}
#material-page-cards-component-wrapper
  #material-filter-cards
  #material-search-filter
  #button-container
  button:first-child {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 1000px;
  background: var(--Brand-color-Sparkal-color, #fb5650);
  color: var(--light-white, #fff);
  font-family: "SF-Pro-Semi-Bold-Text";
  font-size: 16px;
  font-style: normal;
  line-height: 125%;
  border: none;
  height: 52px;
  width: 105px;
  padding: 14px 16px;
  position: relative;
  overflow: hidden;
}
#material-page-cards-component-wrapper
  #material-filter-cards
  #material-search-filter
  #button-container
  button:first-child
  img {
  width: 24px;
  height: 24px;
}
#material-page-cards-component-wrapper
  #material-filter-cards
  #material-search-filter
  #button-container
  button:first-child
  img {
  z-index: 5;
  position: relative;
}
#material-page-cards-component-wrapper
  #material-filter-cards
  #material-search-filter
  #button-container
  button:first-child
  span {
  z-index: 5 !important;
  position: relative;
}
#material-page-cards-component-wrapper
  #material-filter-cards
  #material-search-filter
  #button-container
  button:first-child::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-color: var(--primary-primary-d-1, #d23d37);
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  border-radius: 1000px;
  animation: HoverOut 0.5s forwards;
}
@keyframes HoverOut {
  0% {
    width: 101%;
  }
  100% {
    width: 0%;
  }
}
#material-page-cards-component-wrapper
  #material-filter-cards
  #material-search-filter
  #button-container
  button:first-child:hover {
  color: var(--light-white, var(--Primary-Base-White, #fff));
}
#material-page-cards-component-wrapper
  #material-filter-cards
  #material-search-filter
  #button-container
  button:first-child:hover::after {
  animation: HoverIn 0.5s forwards ease-in-out;
}
@keyframes HoverIn {
  0% {
    width: 0%;
  }
  100% {
    width: 101%;
  }
}
#material-page-cards-component-wrapper
  #material-filter-cards
  #material-search-filter
  #button-container
  button:last-child {
  display: flex;
  padding: 2px 2px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border: none;
  border-radius: 1000px;
  height: 54px;
}
#material-page-cards-component-wrapper
  #material-filter-cards
  #material-search-filter
  #button-container
  button:last-child
  img {
  height: 52px;
  width: 52px;
  -o-object-fit: cover;
  object-fit: cover;
}
#material-page-cards-component-wrapper
  #material-filter-cards
  #first-line-seprator {
  height: 4px;
  border-radius: 2px;
  background: linear-gradient(
    90deg,
    #f51102 0%,
    #a4675a 32.81%,
    #9766ff 66%,
    #ff5bb4 95.5%
  );
  margin-top: 32px;
  margin-bottom: 46px;
  opacity: 1;
  border-top: none;
  margin-top: 0px;
  margin-bottom: 36px;
}
#material-page-cards-component-wrapper #material-filter-cards #all-filter-tags {
  display: flex;
  gap: 4px;
  margin-left: 16px;
  flex-wrap: wrap;
}
#material-page-cards-component-wrapper
  #material-filter-cards
  #all-filter-tags
  button {
  display: flex;
  gap: 4px;
  align-items: center;
  padding: 4px 8px;
  border-radius: 100px;
  border: 1px solid var(--Primary-Gray-400, #9ca3af);
  background: var(--light-light, #f1f2f5);
}
#material-page-cards-component-wrapper
  #material-filter-cards
  #all-filter-tags
  button
  span {
  color: var(--Primary-Gray-600, var(--Primary-Gray-600, #4b5563));
  font-family: "SF-Pro-Semi-Bold-Text";
  font-size: 16px;
  font-style: normal;
  line-height: 125%;
}
#material-page-cards-component-wrapper
  #material-filter-cards
  #all-filter-tags
  button
  img {
  height: 16px;
  width: 16px;
}
#material-page-cards-component-wrapper
  #material-filter-cards
  #all-filter-tags
  button:last-child {
  border-color: var(--Brand-color-Sparkal-color, #fb5650);
  background-color: var(--light-white, #fff);
}
#material-page-cards-component-wrapper
  #material-filter-cards
  #all-filter-tags
  button:last-child
  span {
  color: var(--Brand-color-Sparkal-color, #fb5650);
}
#material-page-cards-component-wrapper
  #material-filter-cards
  #pages-entries-no {
  margin-left: 16px;
  margin-top: 24px;
  margin-bottom: 16px;
  color: var(--secondary-secondary, #6b6c7e);
  font-family: "SF-Pro-Semi-Bold-Text";
  font-size: 16px;
  font-style: normal;
  line-height: 125%;
}
#material-page-cards-component-wrapper
  #material-filter-cards
  #no-material-found-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 24px;
  margin-bottom: 16px;
}
#material-page-cards-component-wrapper
  #material-filter-cards
  #no-material-found-wrapper
  h3 {
  color: var(--dark-dark-d-2, #111116);
  font-family: "SF-Pro-Semi-Bold-Text";
  font-size: 32px;
  font-style: normal;
  line-height: 125%;
  margin-top: 32px;
  margin-bottom: 12px;
  text-align: center;
}
#material-page-cards-component-wrapper
  #material-filter-cards
  #no-material-found-wrapper
  p {
  text-align: center;
  color: var(--dark-dark-d-2, #111116);
  font-family: "SF-Pro-Regular-Text";
  font-size: 20px;
  font-style: normal;
  line-height: 125%;
  margin-bottom: 24px;
  width: 372px;
}
@media (max-width: 650px) {
  #material-page-cards-component-wrapper
    #material-filter-cards
    #no-material-found-wrapper
    p {
    width: 312px;
  }
}
#material-page-cards-component-wrapper
  #material-filter-cards
  #no-material-found-wrapper
  img {
  width: 250px;
  height: 250px;
  border-radius: 24px;
}
#material-page-cards-component-wrapper
  #material-filter-cards
  .material-card-container-grid-view {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
#material-page-cards-component-wrapper
  #material-filter-cards
  .material-card-container-grid-view
  .material-card:hover
  .material-image-card-container
  .material-card-image {
  animation: cardHoverIn 0.9s ease-in-out forwards;
}
@keyframes cardHoverIn {
  0% {
    transform: perspective(1200px) translateZ(0px);
  }
  100% {
    transform: perspective(800px) translateZ(100px);
  }
}
#material-page-cards-component-wrapper
  #material-filter-cards
  .material-card-container-grid-view
  .material-card {
  width: 384px;
  border-radius: 16px;
  background: var(--light-light-l-1, #f7f8f9);
  overflow: hidden !important;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  position: relative;
}
#material-page-cards-component-wrapper
  #material-filter-cards
  .material-card-container-grid-view
  .material-card
  a {
  text-decoration: none;
}

#material-page-cards-component-wrapper
  #material-filter-cards
  .material-card-container-grid-view
  .material-card
  .material-image-card-container {
  margin: 0 0;
  padding: 0 0;
  overflow: hidden;
  height: 173px;
  min-height: 173px;
  max-height: 173px;
}
#material-page-cards-component-wrapper
  #material-filter-cards
  .material-card-container-grid-view
  .material-card
  .material-image-card-container
  .material-card-image {
  width: 100%;
  height: 173px;
  border-radius: none;
  animation: cardHoverOut 0.9s ease-in-out forwards;
  transform-origin: center;
}
@keyframes cardHoverOut {
  0% {
    transform: perspective(800px) translateZ(100px);
  }
  100% {
    transform: perspective(1200px) translateZ(0px);
  }
}
#material-page-cards-component-wrapper
  #material-filter-cards
  .material-card-container-grid-view
  .material-card
  .material-card-content {
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 16px;
  padding-bottom: 24px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
#material-page-cards-component-wrapper
  #material-filter-cards
  .material-card-container-grid-view
  .material-card
  .material-card-content
  header
  .material-card-heading {
  color: var(--Primary-Base-Black, #000);
  font-family: "SF-Pro-Bold-Text";
  font-size: 16px;
  font-style: normal;
  line-height: 125%;
  margin-top: 0px;
  margin-bottom: 12px;
}
#material-page-cards-component-wrapper
  #material-filter-cards
  .material-card-container-grid-view
  .material-card
  .material-card-content
  header
  .list-pros,
#material-page-cards-component-wrapper
  #material-filter-cards
  .material-card-container-grid-view
  .material-card
  .material-card-content
  header
  .list-applications {
  display: none;
}
#material-page-cards-component-wrapper
  #material-filter-cards
  .material-card-container-grid-view
  .material-card
  .material-card-content
  .cards-tag-container {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
#material-page-cards-component-wrapper
  #material-filter-cards
  .material-card-container-grid-view
  .material-card
  .material-card-content
  .cards-tag-container
  button {
  height: 23px;
  padding: 4px 8px;
  color: var(--Primary-Gray-600, var(--Primary-Gray-600, #4b5563));
  font-family: "SF-Pro-Semi-Bold-Text";
  font-size: 12px;
  font-style: normal;
  line-height: 125%;
  border-radius: 100px;
  border: 1px solid var(--Primary-Gray-400, #9ca3af);
  background: var(--light-light, #f1f2f5);
}
#material-page-cards-component-wrapper
  #material-filter-cards
  .material-card-container-grid-view
  .material-card
  .material-card-content
  .color {
  position: relative;
}
#material-page-cards-component-wrapper
  #material-filter-cards
  .material-card-container-grid-view
  .material-card
  .material-card-content
  .color
  h5 {
  color: var(--dark-dark-d-2, #111116);
  font-family: "SF-Pro-Semi-Bold-Text";
  font-size: 14px;
  font-style: normal;
  line-height: 125%;
  margin-top: 12px;
  margin-bottom: 8px;
}
#material-page-cards-component-wrapper
  #material-filter-cards
  .material-card-container-grid-view
  .material-card
  .material-card-content
  .color
  .color-outer-container {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
#material-page-cards-component-wrapper
  #material-filter-cards
  .material-card-container-grid-view
  .material-card
  .material-card-content
  .color
  .color-outer-container
  .color-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  border-radius: 16px;
  border: 1px solid var(--secondary-secondary-l-3, #e7e7ed);
  background: #fff;
  padding: 4px 8px;
}
#material-page-cards-component-wrapper
  #material-filter-cards
  .material-card-container-grid-view
  .material-card
  .material-card-content
  .color
  .color-outer-container
  .color-container
  .color-circle {
  display: inline-block;
  height: 24px;
  min-height: 24px;
  max-height: 24px;
  width: 24px;
  min-width: 24px;
  max-width: 24px;
  border-radius: 50%;
  border-width: 7px;
  border-style: solid;
}
#material-page-cards-component-wrapper
  #material-filter-cards
  .material-card-container-grid-view
  .material-card
  .material-card-content
  .color
  .color-outer-container
  .color-container
  span:last-child {
  color: var(--dark-dark-l-2, #393a4a);
  font-family: "SF-Pro-Semi-Bold-Text";
  font-size: 16px;
  font-style: normal;
  line-height: 125%;
}
#material-page-cards-component-wrapper
  #material-filter-cards
  .material-card-container-grid-view
  .material-card
  .material-card-content
  .color
  .color-outer-container
  .color-container:last-child {
  border-radius: 1000px;
  border: 1px solid var(--Brand-color-Sparkal-color, #fb5650);
  padding-left: 8px;
  padding-right: 8px;
  cursor: pointer;
}
#material-page-cards-component-wrapper
  #material-filter-cards
  .material-card-container-grid-view
  .material-card
  .material-card-content
  .color
  .color-outer-container
  .color-container:last-child
  span {
  color: var(--Brand-color-Sparkal-color, #fb5650);
  font-family: "SF-Pro-Semi-Bold-Text";
  font-size: 16px;
  font-style: normal;
  line-height: 125%;
}
#material-page-cards-component-wrapper
  #material-filter-cards
  .material-card-container-grid-view
  .material-card
  .material-card-content
  .color
  .color-outer-container
  .color-container:last-child
  img {
  width: 16px;
  height: 16px;
}
#material-page-cards-component-wrapper
  #material-filter-cards
  .material-card-container-grid-view
  .material-card
  .material-card-content
  .color
  #more-color-wrapper-window {
  display: none;
  flex-direction: column;
  gap: 10px;
  width: 244px;
  min-width: 244px;
  max-width: 244px;
  border-radius: 16px;
  background: var(--light-white, #fff);
  position: absolute;
  z-index: 1;
  bottom: 40px;
  right: -20px;
  padding: 24px 24px;
}
#material-page-cards-component-wrapper
  #material-filter-cards
  .material-card-container-grid-view
  .material-card
  .material-card-content
  .color
  #more-color-wrapper-window
  figure {
  align-self: flex-end;
  margin: 0 0;
  padding: 0 0;
  display: flex;
  gap: 8px;
  align-items: center;
}
#material-page-cards-component-wrapper
  #material-filter-cards
  .material-card-container-grid-view
  .material-card
  .material-card-content
  .color
  #more-color-wrapper-window
  figure
  img {
  height: 20px;
  width: 20px;
  cursor: pointer;
}
#material-page-cards-component-wrapper
  #material-filter-cards
  .material-card-container-grid-view
  .material-card
  .material-card-content
  .color
  #more-color-wrapper-window
  figure
  figcaption {
  cursor: pointer;
  color: var(--Brand-color-Sparkal-color, #fb5650);
  font-family: "SF-Pro-Semi-Bold-Text";
  font-size: 16px;
  font-style: normal;
  line-height: 125%;
}
#material-page-cards-component-wrapper
  #material-filter-cards
  .material-card-container-grid-view
  .material-card
  .material-card-content
  .color
  #more-color-wrapper-window
  #more-available-colors-wrapper
  h5 {
  color: var(--dark-dark-l-2, #393a4a);
  font-family: "SF-Pro-Semi-Bold-Text";
  font-size: 16px;
  font-style: normal;
  line-height: 125%;
  margin-top: 0px;
  margin-bottom: 12px;
}
#material-page-cards-component-wrapper
  #material-filter-cards
  .material-card-container-grid-view
  .material-card
  .material-card-content
  .color
  #more-color-wrapper-window
  #more-available-colors-wrapper
  ul {
  display: flex;
  gap: 4px;
  flex-wrap: wrap;
}
#material-page-cards-component-wrapper
  #material-filter-cards
  .material-card-container-grid-view
  .material-card
  .material-card-content
  .color
  #more-color-wrapper-window
  #more-available-colors-wrapper
  ul
  li {
  display: flex;
  gap: 6px;
  min-width: 96px;
  align-items: center;
  border-radius: 16px;
  border: 1px solid var(--secondary-secondary-l-3, #e7e7ed);
  background: #fff;
  padding: 4px 8px;
}
#material-page-cards-component-wrapper
  #material-filter-cards
  .material-card-container-grid-view
  .material-card
  .material-card-content
  .color
  #more-color-wrapper-window
  #more-available-colors-wrapper
  ul
  li
  span:first-child {
  display: inline-block;
  height: 24px;
  min-height: 24px;
  max-height: 24px;
  width: 24px;
  min-width: 24px;
  max-width: 24px;
  border-radius: 50%;
  border-width: 7px;
  border-style: solid;
}
#material-page-cards-component-wrapper
  #material-filter-cards
  .material-card-container-grid-view
  .material-card
  .material-card-content
  .color
  #more-color-wrapper-window
  #more-available-colors-wrapper
  ul
  li
  span:last-child {
  color: var(--dark-dark-l-2, #393a4a);
  font-family: "SF-Pro-Semi-Bold-Text";
  font-size: 16px;
  font-style: normal;
  line-height: 125%;
}
#material-page-cards-component-wrapper
  #material-filter-cards
  .material-card-container-grid-view
  .material-card
  .material-card-content
  ul {
  list-style: none;
  margin: 0 0;
  padding: 0 0;
}
#material-page-cards-component-wrapper
  #material-filter-cards
  .material-card-container-grid-view
  .material-card
  .material-card-content
  ul
  #more {
  margin-top: 12px;
  margin-bottom: 8px;
  color: var(--dark-dark-d-2, #111116);
  font-family: "SF-Pro-Semi-Bold-Text";
  font-size: 14px;
  font-style: normal;
  line-height: 125%;
}
#material-page-cards-component-wrapper
  #material-filter-cards
  .material-card-container-grid-view
  .material-card
  .material-card-content
  ul
  ul:nth-child(2) {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
#material-page-cards-component-wrapper
  #material-filter-cards
  .material-card-container-grid-view
  .material-card
  .material-card-content
  ul
  ul:nth-child(2)
  li {
  color: var(--Secondary-700, #0d121f);
  font-family: "SF-Pro-Semi-Bold-Text";
  font-size: 12px;
  font-style: normal;
  line-height: 125%;
  display: flex;
  gap: 12px;
}
#material-page-cards-component-wrapper
  #material-filter-cards
  .material-card-container-grid-view
  .material-card
  .material-card-content
  ul
  ul:nth-child(2)
  li
  span {
  align-self: center;
}
#material-page-cards-component-wrapper
  #material-filter-cards
  .material-card-container-grid-view
  .material-card
  .material-card-content
  ul
  ul:nth-child(2)
  li
  img {
  height: 24px;
  width: 24px;
}
#material-page-cards-component-wrapper
  #material-filter-cards
  .material-card-container-grid-view
  .material-card
  .material-card-content
  .price {
  margin-bottom: 16px;
}
#material-page-cards-component-wrapper
  #material-filter-cards
  .material-card-container-grid-view
  .material-card
  .material-card-content
  .price
  h6 {
  margin: 0 0;
  padding: 0 0;
  color: var(--dark-dark-d-2, #111116);
  font-family: "SF-Pro-Semi-Bold-Text";
  font-size: 14px;
  font-style: normal;
  line-height: 125%;
  margin-top: 12px;
  margin-bottom: 8px;
}
#material-page-cards-component-wrapper
  #material-filter-cards
  .material-card-container-grid-view
  .material-card
  .material-card-content
  .price
  img {
  width: 24px;
  height: 24px;
  margin-right: 4px;
}
#material-page-cards-component-wrapper
  #material-filter-cards
  .material-card-container-grid-view
  .material-card
  .material-card-content
  a {
  margin-top: 16px;
}
#material-page-cards-component-wrapper
  #material-filter-cards
  .material-card-container-grid-view
  .material-card
  .material-card-content
  a::after {
  animation: linkHoverOut 0.5s forwards ease-in-out;
}
@keyframes linkHoverOut {
  0% {
    width: 113.5px;
  }
  100% {
    width: 0px;
  }
}
#material-page-cards-component-wrapper
  #material-filter-cards
  .material-card-container-grid-view
  .material-card
  .material-card-content
  a:hover::after {
  animation: linkHoverIn 0.5s forwards ease-in-out;
}
@keyframes linkHoverIn {
  0% {
    width: 0px;
  }
  100% {
    width: 113.5px;
  }
}
#material-page-cards-component-wrapper
  #material-filter-cards
  .material-card-container-grid-view
  .material-card
  .material-card-content
  a {
  margin-top: auto !important;
}
#material-page-cards-component-wrapper
  #material-filter-cards
  .material-card-container-list-view {
  width: 100%;
  display: flex;
  flex-direction: column;
}
#material-page-cards-component-wrapper
  #material-filter-cards
  .material-card-container-list-view
  .material-card:nth-child(odd) {
  background: var(--light-white, #fff);
}
#material-page-cards-component-wrapper
  #material-filter-cards
  .material-card-container-list-view
  .material-card:nth-child(even) {
  background: var(--light-light-l-1, #f7f8f9);
}
#material-page-cards-component-wrapper
  #material-filter-cards
  .material-card-container-list-view
  .material-card {
  border: 1px solid var(--light-light, #f1f2f5);
  padding: 16px 16px;
  display: flex;
  align-items: center;
  gap: 12px;
}
#material-page-cards-component-wrapper
  #material-filter-cards
  .material-card-container-list-view
  .material-card
  a {
  text-decoration: none;
}
#material-page-cards-component-wrapper
  #material-filter-cards
  .material-card-container-list-view
  .material-card
  .material-card-image {
  height: 80px;
  width: 80px;
}
#material-page-cards-component-wrapper
  #material-filter-cards
  .material-card-container-list-view
  .material-card
  .material-card-content {
  width: 100%;
  display: flex;
  gap: 12px;
  align-items: center;
}
#material-page-cards-component-wrapper
  #material-filter-cards
  .material-card-container-list-view
  .material-card
  .material-card-content
  header {
  width: 428px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
@media (max-width: 1250px) {
  #material-page-cards-component-wrapper
    #material-filter-cards
    .material-card-container-list-view
    .material-card
    .material-card-content
    header {
    width: 176px;
    min-width: 176px;
    max-width: 176px;
  }
}
@media (max-width: 650px) {
  #material-page-cards-component-wrapper
    #material-filter-cards
    .material-card-container-list-view
    .material-card
    .material-card-content
    header {
    width: 158px;
    min-width: 158px;
    max-width: 158px;
  }
}
#material-page-cards-component-wrapper
  #material-filter-cards
  .material-card-container-list-view
  .material-card
  .material-card-content
  header
  .material-card-heading {
  margin: 0 0;
  color: var(--Primary-Base-Black, #000);
  font-family: "SF-Pro-Bold-Text";
  font-size: 16px;
  font-style: normal;
  line-height: 125%;
}
#material-page-cards-component-wrapper
  #material-filter-cards
  .material-card-container-list-view
  .material-card
  .material-card-content
  header
  .list-pros,
#material-page-cards-component-wrapper
  #material-filter-cards
  .material-card-container-list-view
  .material-card
  .material-card-content
  header
  .list-applications {
  display: block;
  margin: 0 0;
  color: var(--dark-dark, #272833);
  font-family: "SF-Pro-Regular-Text";
  font-size: 14px;
  font-style: normal;
  line-height: 125%;
}
@media (max-width: 1250px) {
  #material-page-cards-component-wrapper
    #material-filter-cards
    .material-card-container-list-view
    .material-card
    .material-card-content
    header
    .list-pros,
  #material-page-cards-component-wrapper
    #material-filter-cards
    .material-card-container-list-view
    .material-card
    .material-card-content
    header
    .list-applications {
    display: none;
  }
}
#material-page-cards-component-wrapper
  #material-filter-cards
  .material-card-container-list-view
  .material-card
  .material-card-content
  .cards-tag-container {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
@media (min-width: 1250px) {
  #material-page-cards-component-wrapper
    #material-filter-cards
    .material-card-container-list-view
    .material-card
    .material-card-content
    .cards-tag-container {
    width: 484px;
  }
}
@media (max-width: 650px) {
  #material-page-cards-component-wrapper
    #material-filter-cards
    .material-card-container-list-view
    .material-card
    .material-card-content
    .cards-tag-container {
    display: none !important;
  }
}
#material-page-cards-component-wrapper
  #material-filter-cards
  .material-card-container-list-view
  .material-card
  .material-card-content
  .cards-tag-container
  button {
  height: 23px;
  padding: 4px 8px;
  color: var(--Primary-Gray-600, var(--Primary-Gray-600, #4b5563));
  font-family: "SF-Pro-Semi-Bold-Text";
  font-size: 12px;
  font-style: normal;
  line-height: 125%;
  border-radius: 100px;
  border: 1px solid var(--Primary-Gray-400, #9ca3af);
  background: var(--light-light, #f1f2f5);
}
#material-page-cards-component-wrapper
  #material-filter-cards
  .material-card-container-list-view
  .material-card
  .material-card-content
  .color {
  display: none;
}
#material-page-cards-component-wrapper
  #material-filter-cards
  .material-card-container-list-view
  .material-card
  .material-card-content
  ul {
  display: none;
}
#material-page-cards-component-wrapper
  #material-filter-cards
  .material-card-container-list-view
  .material-card
  .material-card-content
  a {
  margin-top: 16px;
}
#material-page-cards-component-wrapper
  #material-filter-cards
  .material-card-container-list-view
  .material-card
  .material-card-content
  a::after {
  animation: linkHoverOut 0.5s forwards ease-in-out;
}
@keyframes linkHoverOut {
  0% {
    width: 113.5px;
  }
  100% {
    width: 0px;
  }
}
#material-page-cards-component-wrapper
  #material-filter-cards
  .material-card-container-list-view
  .material-card
  .material-card-content
  a:hover::after {
  animation: linkHoverIn 0.5s forwards ease-in-out;
}
@keyframes linkHoverIn {
  0% {
    width: 0px;
  }
  100% {
    width: 113.5px;
  }
}
@media (max-width: 1250px) {
  #material-page-cards-component-wrapper
    #material-filter-cards
    .material-card-container-list-view
    .material-card
    .material-card-content
    a
    span {
    display: none;
  }
}
@media (max-width: 1250px) {
  #material-page-cards-component-wrapper
    #material-filter-cards
    .material-card-container-list-view
    .material-card
    .material-card-content
    a {
    margin-top: 16px;
  }
  #material-page-cards-component-wrapper
    #material-filter-cards
    .material-card-container-list-view
    .material-card
    .material-card-content
    a::after {
    animation: linkHoverOut 0.5s forwards ease-in-out;
  }
  @keyframes linkHoverOut {
    0% {
      width: 21px;
    }
    100% {
      width: 0px;
    }
  }
  #material-page-cards-component-wrapper
    #material-filter-cards
    .material-card-container-list-view
    .material-card
    .material-card-content
    a:hover::after {
    animation: linkHoverIn 0.5s forwards ease-in-out;
  }
  @keyframes linkHoverIn {
    0% {
      width: 0px;
    }
    100% {
      width: 21px;
    }
  }
}
#material-page-cards-component-wrapper
  #material-filter-cards
  .material-card-container-list-view
  .material-card
  .material-card-content
  .price {
  display: none;
}

@media (max-width: 1250px) and (min-width: 650px) {
  #material-page-cards-component-wrapper {
    margin-top: 0px;
    margin-bottom: 64px;
  }
  #material-page-cards-component-wrapper #material-filter-cards {
    width: 616px;
    min-width: 616px;
    max-width: 616px;
    margin-left: auto;
    margin-right: auto;
  }
  #material-page-cards-component-wrapper
    #material-filter-cards
    #material-search-filter
    #search-container
    input {
    width: 312px;
  }
  #material-page-cards-component-wrapper
    #material-filter-cards
    #pages-entries-no {
    margin-left: 8px;
  }
  #material-page-cards-component-wrapper
    #material-filter-cards
    .material-card-container-grid-view {
    justify-content: flex-start;
  }
  #material-page-cards-component-wrapper
    #material-filter-cards
    .material-card-container-grid-view
    .material-card {
    width: 284px;
    min-width: 284px;
    max-width: 284px;
  }
}
@media (max-width: 650px) {
  #material-page-cards-component-wrapper {
    margin-top: 0px;
    margin-bottom: 48px;
  }
  #material-page-cards-component-wrapper #material-filter-cards {
    width: 344px;
    min-width: 344px;
    max-width: 344px;
    margin-left: auto;
    margin-right: auto;
  }
  #material-page-cards-component-wrapper
    #material-filter-cards
    #material-search-filter {
    margin-top: 16px;
    flex-direction: column;
    gap: 12px;
  }
  #material-page-cards-component-wrapper
    #material-filter-cards
    #material-search-filter
    #search-container
    input {
    width: 312px;
  }
  #material-page-cards-component-wrapper
    #material-filter-cards
    #material-search-filter
    #button-container {
    gap: 8px;
  }
  #material-page-cards-component-wrapper
    #material-filter-cards
    #material-search-filter
    #button-container
    button:first-child {
    width: 189px;
    padding-left: 16px;
    padding-right: 16px;
  }
  #material-page-cards-component-wrapper
    #material-filter-cards
    #first-line-seprator {
    margin-top: 0px;
    margin-bottom: 24px;
  }
  #material-page-cards-component-wrapper
    #material-filter-cards
    #pages-entries-no {
    margin-left: 8px;
  }
  #material-page-cards-component-wrapper
    #material-filter-cards
    .material-card-container-grid-view
    .material-card {
    width: 312px;
    min-width: 312px;
    max-width: 312px;
  }
}
/* Material Filter System */
.filter-hidden {
  display: none !important;
}

#material-filter-system {
  position: fixed;
  top: 0;
  bottom: 0px;
  right: 0;
  width: 511px;
  min-width: 511px;
  max-width: 511px;
  min-height: 90vh !important;
  overflow-y: scroll;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  padding: 24px 48px;
  background: var(--light-white, #fff);
  z-index: 9;
}
@media (max-width: 650px) {
  #material-filter-system {
    width: 360px;
    min-width: 360px;
    max-width: 360px;
  }
}
#material-filter-system #filter-cancel {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
}
#material-filter-system #filter-cancel span {
  color: var(--Brand-color-Sparkal-color, #fb5650);
  font-family: "SF-Pro-Semi-Bold-Text";
  font-size: 16px;
  font-style: normal;
  line-height: 125%;
}
#material-filter-system #filter-cancel img {
  height: 24px;
  width: 24px;
}
#material-filter-system #material-filter-header h3 {
  margin-top: 24px;
  margin-bottom: 8px;
  color: var(--Primary-Base-Black, #000);
  font-family: "SF-Pro-Semi-Bold-Text";
  font-size: 24px;
  font-style: normal;
  line-height: 125%;
}
#material-filter-system #material-filter-header p {
  color: -var(--Secondary-400, #596780);
  font-family: "SF-Pro-Regular-Text";
  font-size: 16px;
  font-style: normal;
  line-height: 125%;
  margin: 0 0;
}
#material-filter-system hr {
  height: 2px;
  width: 100%;
  background-color: var(--light-light-d-2, #d3d6e0);
  margin-top: 24px;
  margin-bottom: 24px;
}
#material-filter-system fieldset {
  border: none;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 0 0;
}
#material-filter-system fieldset button {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 12px;
  background: var(--light-white, #fff);
  color: var(--dark-dark-d-2, #111116);
  font-family: "SF-Pro-Semi-Bold-Text";
  font-size: 16px;
  font-style: normal;
  line-height: 125%;
  border: 1px solid var(--secondary-secondary, #6b6c7e);
  padding: 14px 8px;
  justify-content: space-between;
  border: none;
}
#material-filter-system fieldset .selected-button {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 12px;
  background: var(--Brand-color-Sparkal-color, #fb5650);
  color: var(--light-white, #fff);
  font-family: "SF-Pro-Semi-Bold-Text";
  font-size: 16px;
  font-style: normal;
  line-height: 125%;
  border: none;
  justify-content: space-between;
  margin-bottom: 4px;
  padding: 14px 12px;
}
#material-filter-system fieldset .selected-button img {
  width: 20px;
  height: 20px;
}
#material-filter-system fieldset .menu {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
#material-filter-system fieldset .menu div {
  margin-left: 8px;
  display: flex;
  gap: 10px;
  align-items: center;
}
#material-filter-system fieldset .menu div input {
  height: 16px;
  width: 16px;
}
#material-filter-system fieldset .menu div input[type="checkbox"]:checked {
  position: relative;
  z-index: 2;
}
#material-filter-system fieldset .menu div input[type="radio"]:checked {
  position: relative;
  z-index: 2;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 16px;
  height: 16px;
  border: 1px solid #ff5733;
  border-radius: 50%;
}
#material-filter-system
  fieldset
  .menu
  div
  input[type="checkbox"]:checked::before {
  content: "✓";
  position: absolute;
  font-size: 10px;
  font-weight: bold;
  color: white;
  text-align: center;
  top: 0;
  left: 0px;
  width: 100%;
  height: 100%;
  background: var(--Brand-color-Sparkal-color, #fb5650);
  z-index: 1;
}
#material-filter-system fieldset .menu div input[type="radio"]:checked::before {
  content: ""; /* Radio buttons usually don't have text */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60%; /* Smaller circle inside the radio */
  height: 60%;
  background: var(--Brand-color-Sparkal-color, #fb5650);
  border-radius: 50%; /* Makes it a circle */
  z-index: 1;
  border: none;
}
#material-filter-system fieldset .menu div label {
  align-self: center;
  color: var(--Primary-Base-Black, var(--Primary-Base-Black, #000));
  font-family: "SF-Pro-Regular-Text";
  font-size: 16px;
  font-style: normal;
  line-height: 125%;
}
#material-filter-system #material-filter-button {
  display: flex;
  gap: 16px;
  margin-top: 32px;
  justify-content: center;
  align-items: flex-end;
}
@media (max-width: 650px) {
  #material-filter-system #material-filter-button {
    flex-direction: column;
    align-items: center;
  }
}
#material-filter-system #material-filter-button #apply-button {
  width: 204px;
  height: 56px;
  padding: var(--font-line-height-s12, 18px) var(--font-line-height-s16, 24px);
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 1000px;
  background: var(--Brand-color-Sparkal-color, #fb5650);
  color: var(--light-white, #fff);
  font-family: "SF-Pro-Semi-Bold-Text";
  font-size: 16px;
  font-style: normal;
  line-height: 125%;
  border: none;
}
#material-filter-system #material-filter-button #apply-button img {
  z-index: 5;
  position: relative;
}
#material-filter-system #material-filter-button #apply-button span {
  z-index: 5 !important;
  position: relative;
}
#material-filter-system #material-filter-button #apply-button::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-color: var(--primary-primary-d-1, #d23d37);
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  border-radius: 1000px;
  animation: HoverOut 0.5s forwards;
}
@keyframes HoverOut {
  0% {
    width: 101%;
  }
  100% {
    width: 0%;
  }
}
#material-filter-system #material-filter-button #apply-button:hover {
  color: var(--light-white, var(--Primary-Base-White, #fff));
}
#material-filter-system #material-filter-button #apply-button:hover::after {
  animation: HoverIn 0.5s forwards ease-in-out;
}
@keyframes HoverIn {
  0% {
    width: 0%;
  }
  100% {
    width: 101%;
  }
}
@media (max-width: 650px) {
  #material-filter-system #material-filter-button #apply-button {
    width: 264px;
  }
}
#material-filter-system #material-filter-button #reset-all-button {
  width: 204px;
  height: 56px;
  padding: var(--font-line-height-s12, 18px) var(--font-line-height-s16, 24px);
  border-width: 1px;
  border-style: solid;
  position: relative;
  animation: HoverOutButton 0.7s forwards ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 1000px;
  background: var(--light-white, #fff);
  color: var(--Brand-color-Sparkal-color, #fb5650);
  font-family: "SF-Pro-Semi-Bold-Text";
  font-size: 16px;
  font-style: normal;
  line-height: 125%;
  border: 1px solid var(--Brand-color-Sparkal-color, #fb5650);
}
@keyframes HoverOutButton {
  0% {
    border-top-color: rgb(30, 64, 175);
    border-left-color: rgb(30, 64, 175);
    border-right-color: rgb(30, 64, 175);
    border-bottom-color: rgb(30, 64, 175);
    color: rgb(54, 111, 235);
  }
  25% {
    border-top-color: rgb(30, 64, 175);
    border-left-color: rgb(30, 64, 175);
    border-right-color: rgb(30, 64, 175);
    color: rgb(54, 111, 235);
  }
  50% {
    border-top-color: rgb(30, 64, 175);
    border-left-color: rgb(30, 64, 175);
    color: rgb(54, 111, 235);
  }
  75% {
    border-top-color: rgb(30, 64, 175);
    color: rgb(54, 111, 235);
  }
}
#material-filter-system #material-filter-button #reset-all-button:hover {
  animation: HoverInButton 0.7s forwards ease-in-out;
}
@keyframes HoverInButton {
  0% {
    border-top-color: rgb(30, 64, 175);
  }
  25% {
    border-top-color: rgb(30, 64, 175);
    border-left-color: rgb(30, 64, 175);
  }
  50% {
    border-top-color: rgb(30, 64, 175);
    border-left-color: rgb(30, 64, 175);
    border-right-color: rgb(30, 64, 175);
  }
  75% {
    border-top-color: rgb(30, 64, 175);
    border-left-color: var(--primary-primary, #fb5650);
    border-right-color: var(--primary-primary, #fb5650);
    border-bottom-color: var(--primary-primary, #fb5650);
  }
  100% {
    border-top-color: rgb(30, 64, 175);
    border-left-color: rgb(30, 64, 175);
    border-right-color: rgb(30, 64, 175);
    border-bottom-color: rgb(30, 64, 175);
    color: rgb(54, 111, 235);
  }
}
@media (max-width: 650px) {
  #material-filter-system #material-filter-button #reset-all-button {
    width: 264px;
  }
}
