html,
body {
  overflow-x: hidden;
}

.alkyd-simple {
  --alkyd-paper: #f7f5f0;
  --alkyd-ink: #202124;
  --alkyd-muted: #62696d;
  --alkyd-line: #d8d5ce;
  --alkyd-red: #a90e1d;
  background: var(--alkyd-paper);
  color: var(--alkyd-ink);
  font-family: "DM Sans", Arial, sans-serif;
}

.alkyd-simple .catalogue-product-head {
  padding: clamp(2.75rem, 5vw, 4.5rem) 0 clamp(2.5rem, 4vw, 3.75rem);
  border-bottom: 1px solid var(--alkyd-line);
  background: var(--alkyd-paper);
}

.alkyd-simple .catalogue-product-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: clamp(2.5rem, 6vw, 6rem);
}

.alkyd-simple-eyebrow {
  margin: 0 0 0.8rem;
  color: var(--alkyd-red);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.alkyd-simple .catalogue-product-intro h1 {
  margin: 0;
  color: var(--alkyd-ink);
  font-family: "Manrope", "DM Sans", Arial, sans-serif;
  font-size: clamp(3.4rem, 7vw, 6.8rem);
  font-weight: 500;
  letter-spacing: -0.07em;
  line-height: 0.94;
}

.alkyd-simple .catalogue-product-summary {
  max-width: 54rem;
  margin: 1.4rem 0 0;
  color: var(--alkyd-muted);
  font-size: clamp(0.98rem, 1.4vw, 1.15rem);
  line-height: 1.62;
}

.alkyd-simple .catalogue-product-actions {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

.alkyd-simple .catalogue-product-intro-with-image {
  grid-template-columns: minmax(0, 0.85fr) minmax(22rem, 0.65fr) auto;
  align-items: center;
}

.alkyd-simple .catalogue-product-head-image {
  position: relative;
  overflow: hidden;
  min-height: clamp(12rem, 18vw, 16rem);
  margin: 0;
  border-radius: 0.25rem;
  background: #eee9df;
}

.alkyd-simple .catalogue-product-head-image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.alkyd-simple .catalogue-product-head-image.is-product-sample {
  overflow: visible;
  border: 0;
  background: transparent;
}

.alkyd-simple .catalogue-product-head-image.is-product-sample img {
  object-fit: cover;
  mix-blend-mode: normal;
  -webkit-mask-image: radial-gradient(ellipse 92% 88% at 55% 52%, #000 58%, rgba(0, 0, 0, 0.88) 72%, transparent 100%);
  mask-image: radial-gradient(ellipse 92% 88% at 55% 52%, #000 58%, rgba(0, 0, 0, 0.88) 72%, transparent 100%);
  filter: saturate(0.92) contrast(1.02);
}

.alkyd-simple .catalogue-product-actions .catalogue-text-link {
  width: fit-content;
  padding-bottom: 0.55rem;
  font-size: 0.9rem;
}

.alkyd-simple .catalogue-product-head-material {
  position: relative;
  overflow: hidden;
  padding: 0;
}

.alkyd-simple .catalogue-product-head-material::after {
  display: none;
}

.alkyd-simple .catalogue-product-head-material > .container-x {
  width: 100%;
  max-width: none;
  padding: 0;
}

.alkyd-simple .product-material-intro {
  grid-template-columns: minmax(0, 1fr) minmax(28rem, 0.92fr);
  align-items: stretch;
  min-height: clamp(23rem, 32vw, 30rem);
  gap: 0;
}

.alkyd-simple .product-material-intro .catalogue-product-copy {
  position: relative;
  z-index: 2;
  max-width: 48rem;
  align-self: center;
  padding: clamp(3rem, 6vw, 6rem) clamp(2rem, 6vw, 5rem) clamp(3rem, 6vw, 6rem) max(1.5rem, calc((100vw - 80rem) / 2 + 2.5rem));
}

.alkyd-simple .product-material-intro h1 {
  font-size: clamp(3.15rem, 6vw, 6.25rem);
}

.alkyd-simple .product-material-actions {
  justify-content: flex-start;
  margin-top: clamp(1.45rem, 2.4vw, 2.25rem);
}

.alkyd-simple .product-material-hero {
  --material-x: 0px;
  --material-y: 0px;
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  align-self: stretch;
  min-width: 0;
  min-height: inherit;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: #eee8de;
  isolation: isolate;
}

.alkyd-simple .product-material-hero.is-product-sample {
  overflow: hidden;
  border: 0;
  background: #eee8de;
  isolation: isolate;
}

.alkyd-simple .product-material-hero.is-product-sample::before {
  display: none;
}

.alkyd-simple .product-material-hero.is-product-sample .product-material-object {
  inset: 0;
}

.alkyd-simple .product-material-hero.is-product-sample .product-material-object img {
  object-fit: cover;
  mix-blend-mode: normal;
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 11%, #000 100%);
  mask-image: linear-gradient(90deg, transparent 0, #000 11%, #000 100%);
  filter: saturate(0.94) contrast(1.03);
}

.alkyd-simple .product-material-hero.is-maleic-sample .product-material-object img {
  object-position: right center;
  mix-blend-mode: normal;
  -webkit-mask-image: none;
  mask-image: none;
  transform: translate3d(calc(var(--material-x) * 0.2), calc(var(--material-y) * 0.2), 0) scale(1.08);
  transform-origin: right center;
}

.alkyd-simple .product-material-hero.is-polyamide-sample .product-material-object img {
  object-position: 58% center;
}

.alkyd-simple .product-material-hero.is-ketonic-sample .product-material-object img {
  object-position: 52% center;
}

.alkyd-simple .product-material-hero.is-process-photo {
  box-shadow: none;
}

.alkyd-simple .product-material-hero.is-process-photo .product-material-object img {
  filter: saturate(0.88) contrast(1.04);
}

@media (hover: hover) {
  .alkyd-simple .catalogue-product-head-image.is-product-sample img,
  .alkyd-simple .product-material-hero:hover .product-material-object img {
    transition: transform 360ms cubic-bezier(0.2, 0.75, 0.25, 1), filter 360ms ease;
  }

  .alkyd-simple .catalogue-product-head-image.is-product-sample:hover img {
    transform: translateY(-0.2rem) scale(1.01);
    filter: saturate(1) contrast(1.03);
  }

  .alkyd-simple .product-material-hero:hover .product-material-object img {
    filter: saturate(1) contrast(1.04);
  }
}

.alkyd-simple .product-material-hero::before {
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(90deg, rgba(247, 245, 240, 0.08), transparent 42%);
  content: '';
  pointer-events: none;
}

.alkyd-simple .product-material-shadow {
  display: none;
}

.alkyd-simple .product-material-object {
  position: absolute;
  inset: 0;
  display: block;
  animation: product-material-arrive 820ms cubic-bezier(0.2, 0.72, 0.24, 1) both;
}

.alkyd-simple .product-material-object img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate3d(calc(var(--material-x) * 0.2), calc(var(--material-y) * 0.2), 0) scale(1.015);
  transition: transform 260ms cubic-bezier(0.2, 0.75, 0.25, 1);
  will-change: transform;
}

@keyframes product-material-arrive {
  from {
    opacity: 0;
    transform: scale(1.025);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

.alkyd-simple .catalogue-family-switcher {
  background: #fff;
  box-shadow: 0 1px 0 rgba(30, 31, 33, 0.1);
}

.alkyd-simple .catalogue-family-switcher a {
  font-family: "DM Sans", Arial, sans-serif;
}

.alkyd-simple .catalogue-family-switcher-index span,
.alkyd-simple .catalogue-family-switcher-index strong,
.alkyd-simple .catalogue-family-switcher-links a {
  font-size: 0.82rem;
}

.alkyd-simple .catalogue-family-switcher-links a {
  color: #5c6265;
}

.alkyd-simple .catalogue-family-switcher-links a.is-current {
  color: var(--alkyd-red);
}

.alkyd-simple .catalogue-grade-register {
  padding-top: clamp(2.75rem, 4vw, 4.25rem);
  padding-bottom: clamp(4.5rem, 7vw, 7rem);
  background: var(--alkyd-paper);
}

.alkyd-simple .catalogue-table-tools {
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
  align-items: center;
  min-height: 3.75rem;
  margin-bottom: 1rem;
  border-block: 1px solid var(--alkyd-line);
}

.alkyd-simple .catalogue-table-tools > span {
  color: var(--alkyd-muted);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.alkyd-simple .catalogue-table-tools button {
  display: inline-flex;
  min-height: 2.75rem;
  padding: 0;
  border: 0;
  align-items: center;
  color: var(--alkyd-ink);
  background: transparent;
  cursor: pointer;
}

.alkyd-simple .catalogue-table-tools button > span {
  display: grid;
  width: 2.35rem;
  height: 2.35rem;
  border: 1px solid var(--alkyd-line);
  place-items: center;
  font-size: 0.72rem;
  transition: color 160ms ease, border-color 160ms ease, background 160ms ease;
}

.alkyd-simple .catalogue-table-tools button > span + span {
  margin-left: -1px;
  font-size: 0.92rem;
}

.alkyd-simple .catalogue-table-tools button strong {
  margin-left: 0.8rem;
  font-size: 0.75rem;
  font-weight: 650;
}

.alkyd-simple .catalogue-table-tools button:hover > span,
.alkyd-simple .catalogue-table-tools button:focus-visible > span,
.alkyd-simple .catalogue-table-tools button[aria-pressed="true"] > span:last-of-type {
  color: #fff;
  border-color: var(--alkyd-red);
  background: var(--alkyd-red);
}

.alkyd-simple .alkyd-type-index {
  display: grid;
  grid-template-columns: minmax(9rem, 0.24fr) minmax(0, 1fr);
  align-items: stretch;
  margin-bottom: clamp(3rem, 5vw, 4.75rem);
  border-block: 1px solid var(--alkyd-line);
  background: rgba(255, 255, 255, 0.42);
}

.alkyd-simple .alkyd-type-index-label {
  display: flex;
  align-items: center;
  padding: 1rem 1.25rem 1rem 0;
  color: var(--alkyd-muted);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.alkyd-simple .alkyd-type-index-links {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  border-left: 1px solid var(--alkyd-line);
}

.alkyd-simple .alkyd-type-index-links a {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 4rem;
  padding: 0.9rem 1.15rem;
  border-right: 1px solid var(--alkyd-line);
  background: #f9f8f5;
  color: var(--alkyd-ink);
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.25;
  text-decoration: none;
  transition: color 160ms ease-out, background 160ms ease-out;
}

.alkyd-simple .alkyd-type-index-links a::after {
  position: absolute;
  right: 1.15rem;
  bottom: -1px;
  left: 1.15rem;
  height: 2px;
  background: var(--alkyd-red);
  content: "";
  opacity: 0;
  transform: scaleX(0.45);
  transition: opacity 160ms ease-out, transform 160ms ease-out;
}

.alkyd-simple .alkyd-type-index-links a:hover,
.alkyd-simple .alkyd-type-index-links a:focus-visible {
  color: var(--alkyd-red);
  background: #fff;
}

.alkyd-simple .alkyd-type-index-links a:hover::after,
.alkyd-simple .alkyd-type-index-links a:focus-visible::after {
  opacity: 1;
  transform: scaleX(1);
}

.alkyd-simple .catalogue-grade-groups {
  gap: clamp(3.75rem, 6vw, 6rem);
  counter-reset: none;
}

.alkyd-simple .catalogue-grade-group {
  counter-increment: none;
  scroll-margin-top: 10rem;
}

.alkyd-simple .catalogue-grade-group-head {
  align-items: end;
  margin-bottom: 1rem;
  padding-bottom: 0;
  border: 0;
}

.alkyd-simple .catalogue-grade-group-head::before {
  display: none;
}

.alkyd-simple .catalogue-grade-group-head h2 {
  margin: 0;
  color: var(--alkyd-ink);
  font-family: "Manrope", "DM Sans", Arial, sans-serif;
  font-size: clamp(1.65rem, 3vw, 2.5rem);
  font-weight: 550;
  letter-spacing: -0.045em;
  line-height: 1;
}

.alkyd-simple .catalogue-grade-group-head h2::before {
  display: none;
  content: none;
}

.alkyd-simple .alkyd-simple-group-summary {
  max-width: 46rem;
  margin: 0.7rem 0 0;
  color: var(--alkyd-muted);
  font-size: 0.88rem;
  line-height: 1.55;
}

.alkyd-simple .catalogue-grade-group-head > span {
  color: #777d80;
  font-size: 0.68rem;
  font-weight: 650;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.alkyd-simple .catalogue-grade-table-wrap {
  border: 1px solid #cfccc5;
  background: #fff;
  box-shadow: none;
  scrollbar-color: #8c9192 #eceae6;
  scrollbar-width: thin;
}

.alkyd-simple .catalogue-grade-table {
  width: 100%;
  min-width: 0;
  border-collapse: separate;
  border-spacing: 0;
  background: #fff;
  table-layout: fixed;
  font-size: 0.88rem;
}

.alkyd-simple .catalogue-grade-table[data-column-count="9"],
.alkyd-simple .catalogue-grade-table[data-column-count="8"] {
  min-width: 0;
}

.alkyd-simple .catalogue-grade-table thead {
  position: static !important;
  top: auto !important;
  z-index: auto !important;
}

.alkyd-simple .catalogue-grade-table thead th {
  width: auto !important;
  padding: 0.9rem 0.65rem;
  border-right: 1px solid #3b3e40;
  border-bottom: 0;
  background: #242628;
  color: #f2f1ed;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  line-height: 1.35;
  text-transform: uppercase;
  overflow-wrap: anywhere;
  white-space: normal;
}

.alkyd-simple .catalogue-grade-table tbody tr {
  background: #fff;
  opacity: 1 !important;
  transform: none !important;
  transition: background 150ms ease;
}

.alkyd-simple .catalogue-grade-table tbody tr:hover {
  background: #f2f0eb;
}

.alkyd-simple .catalogue-grade-table tbody td {
  padding: 1rem 0.65rem;
  border-right: 1px solid #e1ded8;
  border-bottom: 1px solid #d8d5ce;
  color: #51575a;
  font-size: 0.88rem;
  line-height: 1.5;
  overflow-wrap: anywhere;
  vertical-align: top;
}

.alkyd-simple.has-large-table-text .catalogue-grade-table {
  min-width: 0;
}

.alkyd-simple.has-large-table-text .catalogue-grade-table thead th {
  font-size: 0.82rem;
}

.alkyd-simple.has-large-table-text .catalogue-grade-table tbody td {
  padding: 1.15rem 0.8rem;
  font-size: 1.02rem;
  line-height: 1.58;
}

.alkyd-simple.has-large-table-text .catalogue-grade-table td.grade strong {
  font-size: 1.13rem;
}

.alkyd-simple.has-large-table-text .catalogue-grade-table td.grade small {
  font-size: 0.87rem;
}

.alkyd-simple.has-large-table-text .catalogue-grade-table .product-grade-solubility span {
  font-size: 0.67rem;
}

.alkyd-simple.has-large-table-text .product-tds-link {
  font-size: 0.9rem;
}

.alkyd-simple .catalogue-grade-table th:last-child,
.alkyd-simple .catalogue-grade-table td:last-child {
  border-right: 0;
}

.alkyd-simple .catalogue-grade-table tbody tr:last-child td {
  border-bottom: 0;
}

.alkyd-simple .catalogue-grade-table td.grade {
  background: inherit;
}

.alkyd-simple .catalogue-grade-table td.grade strong {
  display: block;
  color: var(--alkyd-ink);
  font-family: "Manrope", "DM Sans", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 650;
  letter-spacing: -0.02em;
}

.alkyd-simple .catalogue-grade-table td.grade small {
  display: block;
  margin-top: 0.45rem;
  color: #747a7d;
  font-size: 0.75rem;
  line-height: 1.45;
}

.alkyd-simple .catalogue-grade-table .product-grade-solubility {
  padding-top: 0.5rem;
  border-top: 1px solid #e3e0da;
}

.alkyd-simple .catalogue-grade-table .product-grade-solubility span {
  display: block;
  margin-bottom: 0.18rem;
  color: #9b333f;
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.alkyd-simple .product-tds-link {
  color: var(--alkyd-red);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-decoration: none;
  white-space: normal;
}

.alkyd-simple .catalogue-grade-table thead th:first-child {
  width: 16% !important;
}

.alkyd-simple .catalogue-grade-table thead th:nth-last-child(2) {
  width: 20% !important;
}

.alkyd-simple .catalogue-grade-table thead th:last-child {
  width: 9% !important;
}

.alkyd-simple .catalogue-grade-table.has-range thead th:first-child {
  width: 15% !important;
}

.alkyd-simple .catalogue-grade-table.has-range thead th:nth-child(2) {
  width: 12% !important;
}

.alkyd-simple .catalogue-grade-table.has-range thead th:nth-last-child(2) {
  width: 18% !important;
}

.alkyd-simple .catalogue-grade-table.has-range thead th:last-child {
  width: 8% !important;
}

@media (min-width: 761px) {
  .alkyd-simple .catalogue-grade-table,
  .alkyd-simple .catalogue-grade-table[data-column-count="7"],
  .alkyd-simple .catalogue-grade-table[data-column-count="8"],
  .alkyd-simple .catalogue-grade-table[data-column-count="9"],
  .alkyd-simple .catalogue-grade-table[data-column-count="10"],
  .alkyd-simple.has-large-table-text .catalogue-grade-table {
    width: 100%;
    min-width: 0;
    table-layout: fixed;
  }

  .alkyd-simple .catalogue-grade-table thead th:last-child,
  .alkyd-simple .catalogue-grade-table.has-range thead th:last-child {
    width: 6.75rem !important;
    overflow-wrap: normal;
    white-space: nowrap;
  }

  .alkyd-simple .catalogue-grade-table .product-tds-link,
  .alkyd-simple.has-large-table-text .catalogue-grade-table .product-tds-link {
    display: inline-flex;
    width: auto;
    max-width: 100%;
    gap: 0.4rem;
    align-items: center;
    white-space: nowrap;
  }
}

@media (min-width: 761px) and (max-width: 1100px) {
  .alkyd-simple .catalogue-grade-register > .container-x {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }

  .alkyd-simple .catalogue-grade-table thead th {
    padding: 0.78rem 0.45rem;
    font-size: 0.66rem;
    letter-spacing: 0.07em;
  }

  .alkyd-simple .catalogue-grade-table tbody td {
    padding: 0.88rem 0.5rem;
    font-size: 0.82rem;
    line-height: 1.46;
  }

  .alkyd-simple .catalogue-grade-table td.grade strong {
    font-size: 0.95rem;
  }

  .alkyd-simple .catalogue-grade-table td.grade small {
    font-size: 0.72rem;
  }

  .alkyd-simple.has-large-table-text .catalogue-grade-table thead th {
    font-size: 0.75rem;
  }

  .alkyd-simple.has-large-table-text .catalogue-grade-table tbody td {
    padding: 1rem 0.6rem;
    font-size: 0.94rem;
  }
}

.alkyd-simple .product-tds-link:hover {
  color: #700914;
}

.alkyd-simple .catalogue-scroll-note {
  margin-top: 1rem;
  color: #747a7d;
  font-size: 0.68rem;
}

.alkyd-simple .catalogue-product-context {
  background: #ebe8e1;
}

.alkyd-simple .family-application-register {
  border-top: 1px solid var(--alkyd-line);
}

.alkyd-simple .family-application-register article {
  background: transparent;
}

.alkyd-simple .catalogue-specification-register {
  gap: clamp(2rem, 5vw, 5rem);
  padding: clamp(2rem, 4vw, 4rem);
  border: 1px solid #cfccc5;
  background: #fff;
  box-shadow: none;
}

.alkyd-simple .catalogue-specification-list > div {
  grid-template-columns: 2.5rem minmax(9rem, 0.58fr) minmax(0, 1.42fr);
  gap: 1rem 1.25rem;
  padding: 1.25rem 0;
}

.alkyd-simple .catalogue-specification-list strong {
  font-size: 0.92rem;
  line-height: 1.45;
}

.alkyd-simple .catalogue-specification-list p {
  font-size: 0.86rem;
  line-height: 1.6;
}

.alkyd-simple .catalogue-product-context h2,
.alkyd-simple .catalogue-product-faqs h2,
.alkyd-simple .catalogue-product-cta h2 {
  font-family: "Manrope", "DM Sans", Arial, sans-serif;
  letter-spacing: -0.05em;
}

@media (max-width: 900px) {
  .alkyd-simple .catalogue-product-intro-with-image {
    grid-template-columns: 1fr;
  }

  .alkyd-simple .catalogue-product-head-image {
    min-height: clamp(15rem, 48vw, 24rem);
    order: 2;
  }

  .alkyd-simple .catalogue-product-intro-with-image .catalogue-product-actions {
    order: 3;
  }
  .alkyd-simple .catalogue-product-intro {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .alkyd-simple .catalogue-product-actions {
    justify-content: flex-start;
  }

  .alkyd-simple .product-material-intro {
    grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.72fr);
    min-height: 23rem;
    gap: 0;
  }

  .alkyd-simple .product-material-intro .catalogue-product-copy {
    padding-left: clamp(1.5rem, 4vw, 2.5rem);
  }

  .alkyd-simple .product-material-intro h1 {
    font-size: clamp(2.8rem, 7.6vw, 4.5rem);
  }

  .alkyd-simple .alkyd-type-index-links {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .alkyd-simple .alkyd-type-index-links a {
    border-bottom: 1px solid var(--alkyd-line);
  }

  .alkyd-simple .alkyd-type-index-links a:nth-child(n + 7) {
    border-bottom: 0;
  }
}

@media (max-width: 760px) {
  .alkyd-simple .catalogue-product-head {
    padding-top: 2.5rem;
  }

  .alkyd-simple .catalogue-grade-groups {
    gap: 3.5rem;
  }

  .alkyd-simple .alkyd-type-index {
    grid-template-columns: 1fr;
    margin-bottom: 3rem;
  }

  .alkyd-simple .catalogue-table-tools {
    align-items: flex-start;
    flex-direction: column;
    padding-block: 0.75rem;
  }

  .alkyd-simple .alkyd-type-index-label {
    padding: 0.9rem 0;
  }

  .alkyd-simple .alkyd-type-index-links {
    display: flex;
    gap: 1px;
    overflow-x: auto;
    border-top: 1px solid var(--alkyd-line);
    border-left: 0;
    scrollbar-color: #a7a9aa transparent;
    scrollbar-width: thin;
  }

  .alkyd-simple .alkyd-type-index-links a {
    flex: 0 0 auto;
    border-bottom: 0;
    white-space: nowrap;
  }

  .alkyd-simple .catalogue-product-head-material {
    padding: 0;
  }

  .alkyd-simple .product-material-intro {
    grid-template-columns: 1fr;
    min-height: 0;
    gap: 0;
  }

  .alkyd-simple .product-material-hero {
    min-height: 15.5rem;
    margin: 0;
  }

  .alkyd-simple .product-material-intro .catalogue-product-copy {
    padding: 2.75rem 1.25rem;
  }

  .alkyd-simple .product-material-hero.is-product-sample .product-material-object img {
    -webkit-mask-image: linear-gradient(180deg, transparent 0, #000 12%, #000 100%);
    mask-image: linear-gradient(180deg, transparent 0, #000 12%, #000 100%);
  }

  .alkyd-simple .product-material-hero.is-maleic-sample .product-material-object img {
    -webkit-mask-image: none;
    mask-image: none;
  }

  .alkyd-simple .catalogue-specification-register {
    padding: 1.5rem;
  }

  .alkyd-simple .catalogue-specification-list > div {
    grid-template-columns: 2rem 1fr;
  }

  .alkyd-simple .catalogue-specification-list p {
    grid-column: 2;
  }

  .alkyd-simple .catalogue-grade-table-wrap {
    overflow: visible;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  .alkyd-simple .catalogue-grade-table,
  .alkyd-simple .catalogue-grade-table[data-column-count="7"],
  .alkyd-simple .catalogue-grade-table[data-column-count="8"],
  .alkyd-simple .catalogue-grade-table[data-column-count="9"],
  .alkyd-simple .catalogue-grade-table[data-column-count="10"],
  .alkyd-simple.has-large-table-text .catalogue-grade-table {
    display: block;
    width: 100%;
    min-width: 0;
    background: transparent;
  }

  .alkyd-simple .catalogue-grade-table thead {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap;
  }

  .alkyd-simple .catalogue-grade-table tbody {
    display: grid;
    gap: 1rem;
  }

  .alkyd-simple .catalogue-grade-table tbody tr {
    display: block;
    overflow: hidden;
    border: 1px solid #cfccc5;
    border-top: 0.2rem solid var(--alkyd-red);
    background: #fff;
    box-shadow: 0 0.45rem 1.4rem rgba(32, 33, 36, 0.045) !important;
  }

  .alkyd-simple .catalogue-grade-table tbody tr:hover {
    background: #fff;
  }

  .alkyd-simple .catalogue-grade-table tbody td,
  .alkyd-simple.has-large-table-text .catalogue-grade-table tbody td {
    position: static;
    display: grid;
    grid-template-columns: minmax(7.25rem, 38%) minmax(0, 1fr);
    gap: 0.8rem;
    align-items: start;
    width: 100%;
    min-width: 0;
    padding: 0.82rem 1rem;
    border-right: 0;
    border-bottom: 1px solid #e3e0da;
    background: #fff;
    box-shadow: none;
    color: #4d5356;
    font-size: 0.88rem;
    line-height: 1.48;
    white-space: normal;
  }

  .alkyd-simple .catalogue-grade-table tbody td::before {
    color: #747a7d;
    content: attr(data-label);
    font-size: 0.66rem;
    font-weight: 700;
    letter-spacing: 0.085em;
    line-height: 1.45;
    text-transform: uppercase;
  }

  .alkyd-simple .catalogue-grade-table tbody td.grade,
  .alkyd-simple.has-large-table-text .catalogue-grade-table tbody td.grade {
    position: static !important;
    display: block;
    padding: 1.05rem 1rem 1rem;
    background: #f2f0eb;
    box-shadow: none;
  }

  .alkyd-simple .catalogue-grade-table tbody td.grade::before {
    display: none;
  }

  .alkyd-simple .catalogue-grade-table td.grade strong,
  .alkyd-simple.has-large-table-text .catalogue-grade-table td.grade strong {
    color: var(--alkyd-ink);
    font-size: 1.08rem;
    line-height: 1.3;
  }

  .alkyd-simple .catalogue-grade-table td.grade small,
  .alkyd-simple.has-large-table-text .catalogue-grade-table td.grade small {
    font-size: 0.78rem;
  }

  .alkyd-simple .catalogue-grade-table tbody td:last-child {
    border-bottom: 0;
  }

  .alkyd-simple .catalogue-grade-table tbody td.product-table-action {
    align-items: center;
  }

  .alkyd-simple .catalogue-grade-table .product-tds-link,
  .alkyd-simple.has-large-table-text .catalogue-grade-table .product-tds-link {
    display: inline-flex;
    width: 100%;
    min-height: 2.75rem;
    align-items: center;
    justify-content: space-between;
    padding: 0.65rem 0;
    border-bottom: 1px solid currentColor;
    font-size: 0.82rem;
  }

  .alkyd-simple .catalogue-scroll-note {
    margin-top: 1.1rem;
    padding-left: 0.8rem;
    border-left: 0.15rem solid var(--alkyd-red);
    font-size: 0.72rem;
    line-height: 1.5;
  }
}

@media (prefers-reduced-motion: reduce) {
  .alkyd-simple *,
  .alkyd-simple *::before,
  .alkyd-simple *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }

  .alkyd-simple .product-material-object {
    animation: none;
  }

  .alkyd-simple .catalogue-product-head-image img,
  .alkyd-simple .product-material-object img {
    transform: none !important;
  }
}