.mscc-scope {
  --mscc-navy: #061f35;
  --mscc-navy-deep: #041827;
  --mscc-navy-soft: #0c3554;
  --mscc-teal: #08aaa9;
  --mscc-teal-dark: #078f90;
  --mscc-ink: #121b23;
  --mscc-muted: #65717c;
  --mscc-line: #dce3e7;
  --mscc-soft: #f6f8f9;
  --mscc-white: #fff;
  --mscc-danger: #c93645;
  --mscc-success: #1b7c57;
  --mscc-radius: 12px;
  --mscc-shadow: 0 14px 40px rgba(2, 28, 46, 0.1);
  color: var(--mscc-ink);
  font-family: inherit;
  line-height: 1.45;
}

.mscc-scope,
.mscc-scope * {
  box-sizing: border-box;
}

.mscc-scope a {
  text-decoration: none;
}

.mscc-scope button,
.mscc-scope input,
.mscc-scope select {
  font: inherit;
}

.mscc-scope .screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Search and alphabetical navigation */
.mscc-search-shell {
  position: relative;
  width: 100%;
  padding: 8px 0;
  background: transparent;
}

.mscc-search-form {
  position: relative;
  display: flex;
  align-items: center;
  width: min(100%, 1020px);
  min-height: 48px;
  margin: 0 auto;
  overflow: visible;
  border: 1px solid rgba(5, 40, 59, 0.12);
  border-radius: 999px;
  background: var(--mscc-white);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.mscc-search-input {
  width: 100%;
  height: 48px;
  min-width: 0;
  padding: 0 20px 0 30px !important;
  color: var(--mscc-ink) !important;
  border: 0 !important;
  border-radius: 999px 0 0 999px !important;
  outline: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.mscc-search-input::placeholder {
  color: #929aa2;
  opacity: 1;
}

.mscc-search-input::-webkit-search-cancel-button {
  margin-right: 8px;
}

.mscc-search-button {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-width: 112px;
  height: 42px;
  padding: 0 22px;
  margin-right: 3px;
  color: var(--mscc-navy) !important;
  font-weight: 750;
  border: 0;
  border-radius: 999px;
  background: transparent;
  cursor: pointer;
  transition: color 0.2s ease, background 0.2s ease;
}

.mscc-search-button:hover,
.mscc-search-button:focus-visible {
  color: var(--mscc-white) !important;
  background: var(--mscc-teal);
}

.mscc-search-button svg {
  width: 18px;
  height: 18px;
}

.mscc-search-suggestions {
  position: absolute;
  z-index: 9999;
  top: calc(100% + 8px);
  right: 12px;
  left: 12px;
  max-height: 390px;
  padding: 8px;
  overflow-y: auto;
  border: 1px solid var(--mscc-line);
  border-radius: 14px;
  background: var(--mscc-white);
  box-shadow: 0 20px 50px rgba(1, 25, 42, 0.24);
}

.mscc-search-suggestions[hidden] {
  display: none;
}

.mscc-suggestion {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 11px 14px;
  color: var(--mscc-ink) !important;
  border-radius: 9px;
}

.mscc-suggestion:hover,
.mscc-suggestion:focus,
.mscc-suggestion.is-active {
  outline: none;
  background: #eaf8f8;
}

.mscc-suggestion strong {
  font-size: 14px;
}

.mscc-suggestion span,
.mscc-suggestion-empty {
  color: var(--mscc-muted);
  font-size: 12px;
}

.mscc-suggestion-empty {
  padding: 14px;
  text-align: center;
}

.mscc-alphabet-shell {
  display: flex;
  align-items: center;
  justify-content: center;
  /* gap: clamp(18px, 4vw, 52px); */
  width: 100%;
  /* min-height: 46px; */
  /* padding: 8px 0; */
  color: var(--mscc-navy);
  background: transparent;
}

.mscc-alphabet-label {
  flex: 0 0 auto;
  color: var(--mscc-navy);
  font-size: 14px;
  font-weight: 750;
  white-space: nowrap;
}

.mscc-alphabet-letters {
  display: flex;
  align-items: center;
  min-width: 0;
  overflow-x: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.25) transparent;
}

.mscc-letter {
  position: relative;
  display: inline-flex;
  flex: 0 0 27px;
  align-items: center;
  justify-content: center;
  min-height: 26px;
  color: var(--mscc-navy) !important;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  transition: color 0.18s ease, background 0.18s ease;
}

.mscc-letter + .mscc-letter::before {
  position: absolute;
  left: 0;
  width: 1px;
  height: 14px;
  content: '';
  background: rgba(6, 31, 53, 0.35);
}

.mscc-letter:hover,
.mscc-letter:focus-visible,
.mscc-letter.is-active {
  color: var(--mscc-teal) !important;
  outline: none;
}

.mscc-letter.is-empty {
  opacity: 0.38;
}

/* Standalone A-Z header treatment. The shortcode itself stays transparent. */
.mscc-alphabet-shortcode {
  width: 100%;
}

.mscc-alphabet-shortcode .mscc-alphabet-shell {
  /* min-height: 64px; */
  /* padding-right: clamp(16px, 3vw, 44px); */
  /* padding-left: clamp(16px, 3vw, 44px); */
}

.mscc-alphabet-shortcode .mscc-alphabet-label {
  padding-right: clamp(18px, 3vw, 42px);
  border-right: 1px solid rgba(6, 31, 53, 0.3);
}

.mscc-alphabet-shortcode.mscc-tone-light .mscc-alphabet-shell,
.mscc-alphabet-shortcode.mscc-tone-light .mscc-alphabet-label,
.mscc-alphabet-shortcode.mscc-tone-light .mscc-letter {
  color: #fff !important;
}

.mscc-alphabet-shortcode.mscc-tone-light .mscc-alphabet-label {
  border-right-color: rgba(255, 255, 255, 0.32);
}

.mscc-alphabet-shortcode.mscc-tone-light .mscc-letter + .mscc-letter::before {
  background: rgba(255, 255, 255, 0.5);
}

.mscc-alphabet-shortcode.mscc-tone-light .mscc-letter:hover,
.mscc-alphabet-shortcode.mscc-tone-light .mscc-letter:focus-visible,
.mscc-alphabet-shortcode.mscc-tone-light .mscc-letter.is-active {
  color: var(--mscc-teal) !important;
}

.mscc-alphabet-shortcode.mscc-tone-light .mscc-letter.is-empty {
  opacity: 0.62;
}

.mscc-alphabet-shortcode.mscc-tone-dark .mscc-alphabet-shell,
.mscc-alphabet-shortcode.mscc-tone-dark .mscc-alphabet-label,
.mscc-alphabet-shortcode.mscc-tone-dark .mscc-letter {
  color: var(--mscc-navy) !important;
}

.mscc-header-suite .mscc-search-shell {
  padding-bottom: 10px;
}

.mscc-surface-navy .mscc-search-shell {
  padding: 12px clamp(16px, 4vw, 56px);
  background: var(--mscc-navy-deep);
}

.mscc-surface-navy .mscc-alphabet-shell {
  padding: 8px clamp(14px, 4vw, 56px);
  color: var(--mscc-white);
  background: var(--mscc-navy);
}

.mscc-surface-navy .mscc-alphabet-label,
.mscc-surface-navy .mscc-letter {
  color: var(--mscc-white) !important;
}

.mscc-surface-navy .mscc-letter + .mscc-letter::before {
  background: rgba(255, 255, 255, 0.55);
}

/* Shared buttons */
.mscc-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 8px 18px;
  color: var(--mscc-white) !important;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.1;
  text-align: center;
  border: 0;
  border-radius: 999px;
  background: var(--mscc-navy);
  box-shadow: none;
  cursor: pointer;
  transition: transform 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
}

.mscc-button:hover,
.mscc-button:focus-visible {
  color: var(--mscc-white) !important;
  background: var(--mscc-teal-dark);
  outline: none;
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(5, 82, 98, 0.18);
}

.mscc-button-teal {
  background: var(--mscc-teal);
}

.mscc-cart-button {
  min-width: 116px;
  background: var(--mscc-navy);
}

.mscc-cart-button.is-loading {
  opacity: 0.72;
  cursor: wait;
}

.mscc-cart-button.is-added {
  background: var(--mscc-success);
}

.mscc-quote-button {
  min-width: 116px;
  background: var(--mscc-teal);
}

.mscc-disabled-button,
.mscc-disabled-button:hover {
  color: #6d7780 !important;
  background: #e7ecef;
  box-shadow: none;
  cursor: not-allowed;
  transform: none;
}

/* Quantity */
.mscc-quantity {
  display: inline-grid;
  grid-template-columns: 28px 34px 28px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid #dce4e8;
  border-radius: 8px;
  background: var(--mscc-white);
}

.mscc-quantity button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 32px;
  padding: 0;
  color: var(--mscc-navy);
  font-size: 18px;
  font-weight: 700;
  border: 0;
  background: #edf4f6;
  cursor: pointer;
}

.mscc-quantity button:hover,
.mscc-quantity button:focus-visible {
  color: var(--mscc-white);
  outline: 0;
  background: var(--mscc-teal);
}

.mscc-quantity input {
  width: 34px !important;
  height: 32px !important;
  min-height: 32px !important;
  padding: 0 !important;
  margin: 0 !important;
  color: var(--mscc-ink) !important;
  font-size: 13px !important;
  font-weight: 700;
  text-align: center;
  border: 0 !important;
  border-radius: 0 !important;
  background: var(--mscc-white) !important;
  box-shadow: none !important;
  appearance: textfield;
  -moz-appearance: textfield;
}

.mscc-quantity input::-webkit-inner-spin-button,
.mscc-quantity input::-webkit-outer-spin-button {
  margin: 0;
  appearance: none;
  -webkit-appearance: none;
}

.mscc-quantity-na {
  color: var(--mscc-muted);
}

/* Homepage product table */
.mscc-new-products {
/*   width: min(100%, 1180px); */
  margin: 0 auto;
}

.mscc-category-products {
/*   width: min(100%, 1180px); */
  margin: 0 auto;
}

.mscc-category-section + .mscc-category-section {
  margin-top: clamp(44px, 7vw, 78px);
}

.mscc-category-heading {
  margin-bottom: 22px;
}

.mscc-section-heading {
  margin: 0 0 28px;
  text-align: center;
}

.mscc-section-heading span {
  display: block;
  margin-bottom: 2px;
  color: var(--mscc-muted);
  font-size: 14px;
  letter-spacing: 0.03em;
}

.mscc-section-heading h2 {
  margin: 0;
  color: var(--mscc-ink);
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 550;
  line-height: 1.15;
}

.mscc-home-table {
  width: 100%;
}

.mscc-home-head,
.mscc-home-row {
  display: grid;
  grid-template-columns: minmax(255px, 2.4fr) minmax(125px, 0.9fr) 86px 94px 104px 132px minmax(120px, 0.95fr);
  align-items: center;
}

.mscc-home-head {
  min-height: 56px;
  padding: 0 26px;
  color: var(--mscc-white);
  font-size: 12px;
  font-weight: 750;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  border-radius: var(--mscc-radius);
  background: var(--mscc-teal);
}

.mscc-home-head > span {
  padding: 0 14px;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.55);
}

.mscc-home-head > span:first-child {
  padding-left: 0;
  text-align: left;
}

.mscc-home-head > span:last-child {
  padding-right: 0;
  border-right: 0;
}

.mscc-home-head-qty {
  grid-column: 5 / span 2;
}

.mscc-home-head-vendor {
  grid-column: 7;
}

.mscc-home-group {
  padding: 17px 26px 10px;
  margin-top: 8px;
  overflow: hidden;
  border: 1px solid #dbe1e4;
  border-radius: var(--mscc-radius);
  background: #fafbfb;
}

.mscc-chemical-heading {
  margin-bottom: 8px;
}

.mscc-chemical-heading a {
  display: block;
  width: fit-content;
  color: var(--mscc-ink) !important;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.1;
}

.mscc-chemical-heading a:hover {
  color: var(--mscc-teal-dark) !important;
}

.mscc-chemical-heading > span {
  display: block;
  margin-top: 2px;
  color: var(--mscc-ink);
  font-size: 14px;
  font-weight: 700;
}

.mscc-home-row {
  min-height: 48px;
  font-size: 13px;
  border-bottom: 1px dashed #89949c;
}

.mscc-home-row:last-child {
  border-bottom: 0;
}

.mscc-home-cell {
  min-width: 0;
  padding: 7px 14px;
  text-align: center;
  overflow-wrap: anywhere;
}

.mscc-home-cell:first-child {
  padding-left: 0;
  text-align: left;
}

.mscc-home-cell:last-child {
  padding-right: 0;
}

.mscc-home-grade {
  color: #26313a;
}

.mscc-home-cell.mscc-price,
.mscc-price {
  font-weight: 700;
}

.mscc-home-table .mscc-quantity {
  grid-template-columns: 20px 24px 20px;
  overflow: visible;
  border: 0;
  background: transparent;
}

.mscc-home-table .mscc-quantity button {
  width: 20px;
  height: 30px;
  color: var(--mscc-ink);
  font-size: 14px;
  background: transparent;
}

.mscc-home-table .mscc-quantity button:hover,
.mscc-home-table .mscc-quantity button:focus-visible {
  color: var(--mscc-teal-dark);
  background: transparent;
}

.mscc-home-table .mscc-quantity input {
  width: 24px !important;
  height: 30px !important;
  min-height: 30px !important;
  background: transparent !important;
}

.mscc-price del {
  display: block;
  color: var(--mscc-muted);
  font-size: 11px;
  font-weight: 400;
}

.mscc-price ins {
  text-decoration: none;
}

.mscc-vendor {
  color: #3a434a;
}

.mscc-view-more {
  margin-top: 30px;
  text-align: center;
}

/* Full catalog */
.mscc-template-container,
.mscc-catalog {
  width: min(100%, 1320px);
  margin: 0 auto;
}

.mscc-template-container {
  padding: 28px clamp(15px, 3vw, 34px) 72px;
}

.mscc-catalog-top-tools {
  margin: -28px calc(clamp(15px, 3vw, 34px) * -1) 42px;
}

.mscc-catalog-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 28px;
}

.mscc-eyebrow {
  display: block;
  margin-bottom: 5px;
  color: var(--mscc-teal-dark);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.mscc-catalog-heading h1 {
  margin: 0;
  color: var(--mscc-navy);
  font-size: clamp(30px, 4vw, 48px);
  font-weight: 650;
  line-height: 1.1;
}

.mscc-filter-toggle {
  display: none;
  padding: 9px 18px;
  color: var(--mscc-white);
  font-weight: 700;
  border: 0;
  border-radius: 8px;
  background: var(--mscc-navy);
}

.mscc-catalog-layout {
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  gap: clamp(24px, 3vw, 44px);
  align-items: start;
}

.mscc-catalog-main {
  min-width: 0;
  container: mscc-catalog-main / inline-size;
}

.mscc-filter-panel {
  position: sticky;
  top: 24px;
  padding: 22px;
  border: 1px solid #e0e7ea;
  border-radius: 14px;
  background: var(--mscc-white);
  box-shadow: 0 10px 28px rgba(3, 30, 48, 0.06);
}

.mscc-filter-section {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e8edef;
}

.mscc-filter-section:last-of-type {
  margin-bottom: 16px;
}

.mscc-filter-section h2,
.mscc-filter-section > label {
  display: block;
  margin: 0 0 10px;
  color: var(--mscc-navy);
  font-size: 14px;
  font-weight: 800;
}

.mscc-no-filters {
  margin: 0;
  color: var(--mscc-muted);
  font-size: 13px;
}

.mscc-filter-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.mscc-filter-chip {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 6px 9px;
  color: var(--mscc-navy) !important;
  font-size: 11px;
  font-weight: 700;
  border: 1px solid #c6e6e6;
  border-radius: 8px;
  background: #edf9f9;
}

.mscc-filter-chip:hover {
  color: var(--mscc-white) !important;
  border-color: var(--mscc-teal);
  background: var(--mscc-teal);
}

.mscc-clear-filters {
  display: inline-block;
  margin-top: 10px;
  color: var(--mscc-teal-dark) !important;
  font-size: 12px;
  font-weight: 750;
}

.mscc-filter-form select,
.mscc-filter-form input {
  width: 100%;
  min-height: 42px;
  padding: 8px 11px !important;
  color: var(--mscc-ink) !important;
  font-size: 13px !important;
  border: 1px solid #dce3e7 !important;
  border-radius: 8px !important;
  background: #f7f9fb !important;
  box-shadow: none !important;
}

.mscc-filter-form select:focus,
.mscc-filter-form input:focus {
  border-color: var(--mscc-teal) !important;
  outline: 2px solid rgba(8, 170, 169, 0.15);
}

.mscc-price-fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.mscc-apply-filters {
  width: 100%;
  border-radius: 8px;
}

.mscc-results-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 50px;
  margin-bottom: 13px;
}

.mscc-results-toolbar p {
  margin: 0;
  color: var(--mscc-muted);
  font-size: 13px;
}

.mscc-sort-label {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--mscc-navy);
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
}

.mscc-sort-label select {
  min-width: 158px;
  height: 42px;
  padding: 0 34px 0 12px;
  color: var(--mscc-ink);
  font-size: 13px;
  border: 1px solid #e0e6e9;
  border-radius: 8px;
  background-color: #f6f8fb;
}

.mscc-products-table {
  width: 100%;
  min-width: 0;
  overflow: hidden;
  border-radius: 10px;
}

.mscc-products-head,
.mscc-product-row {
  display: grid;
  grid-template-columns: minmax(74px, 0.72fr) 94px minmax(160px, 1.7fr) minmax(88px, 0.92fr) minmax(76px, 0.72fr) minmax(78px, 0.72fr) minmax(72px, 0.65fr) minmax(112px, 0.95fr);
  align-items: center;
}

.mscc-products-head {
  min-height: 50px;
  padding: 0 16px;
  color: var(--mscc-white);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.035em;
  text-transform: uppercase;
  border-radius: 10px 10px 0 0;
  background: var(--mscc-navy);
}

.mscc-products-head > span {
  padding: 0 8px;
  text-align: center;
}

.mscc-products-head > span:nth-child(3) {
  text-align: left;
}

.mscc-product-row {
  min-height: 92px;
  padding: 10px 16px;
  border-right: 1px solid #e3e8eb;
  border-bottom: 1px solid #dbe1e4;
  border-left: 1px solid #e3e8eb;
  background: var(--mscc-white);
  transition: background 0.18s ease, box-shadow 0.18s ease;
}

.mscc-product-row:nth-child(odd) {
  background: #fbfcfc;
}

.mscc-product-row:last-child {
  border-radius: 0 0 10px 10px;
}

.mscc-product-row:hover {
  position: relative;
  z-index: 1;
  background: #f2fbfb;
  box-shadow: 0 7px 20px rgba(3, 43, 63, 0.08);
}

.mscc-product-cell {
  min-width: 0;
  padding: 7px 8px;
  color: #27313a;
  font-size: 12px;
  text-align: center;
  overflow-wrap: anywhere;
}

.mscc-product-name {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  text-align: left;
}

.mscc-product-name a {
  color: var(--mscc-navy) !important;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.25;
}

.mscc-product-name a:hover {
  color: var(--mscc-teal-dark) !important;
}

.mscc-product-name span {
  color: #34404a;
  font-size: 12px;
}

.mscc-product-name small {
  color: var(--mscc-muted);
  font-size: 10px;
}

.mscc-product-vendor {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  color: var(--mscc-navy);
  font-size: 10px;
  font-weight: 700;
}

.mscc-vendor-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  color: var(--mscc-teal-dark);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: -0.03em;
  border: 1px solid #bfe3e3;
  border-radius: 50%;
  background: #effafa;
}

.mscc-mono {
  font-variant-numeric: tabular-nums;
}

.mscc-stock {
  display: inline-block;
  color: var(--mscc-success);
  font-size: 11px;
  font-weight: 750;
}

.mscc-stock-outofstock {
  color: var(--mscc-danger);
}

.mscc-action-cell {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}

.mscc-products-table .mscc-action-cell .mscc-button {
  width: 100%;
  min-width: 0;
  max-width: 128px;
  padding-right: 12px;
  padding-left: 12px;
}

.mscc-products-table .mscc-action-cell .mscc-commercial-badge {
  width: 100%;
  max-width: 128px;
}

.mscc-commercial-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  padding: 4px 9px;
  color: var(--mscc-teal-dark);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.035em;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid var(--mscc-teal);
  border-radius: 999px;
  background: var(--mscc-white);
}

.mscc-pagination {
  margin-top: 30px;
}

.mscc-pagination ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 7px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.mscc-pagination a,
.mscc-pagination span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  height: 34px;
  padding: 0 10px;
  color: var(--mscc-navy) !important;
  font-size: 12px;
  font-weight: 750;
  border-radius: 999px;
  background: #f2f5f7;
}

.mscc-pagination .current,
.mscc-pagination a:hover {
  color: var(--mscc-white) !important;
  background: var(--mscc-teal);
}

.mscc-empty {
  padding: 60px 24px;
  color: var(--mscc-muted);
  text-align: center;
  border: 1px dashed #cad5da;
  border-radius: 14px;
  background: #fafcfc;
}

.mscc-empty > span {
  display: block;
  margin-bottom: 10px;
  color: var(--mscc-teal);
  font-size: 38px;
}

.mscc-empty h3 {
  margin: 0 0 6px;
  color: var(--mscc-navy);
  font-size: 20px;
}

.mscc-empty p {
  max-width: 540px;
  margin: 0 auto;
  font-size: 13px;
}

/* Single-product chemical facts and documents */
.mscc-single-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  padding: 1px;
  margin: 20px 0;
  overflow: hidden;
  border-radius: 10px;
  background: var(--mscc-line);
}

.mscc-single-facts > div {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-height: 64px;
  padding: 12px 15px;
  background: var(--mscc-soft);
}

.mscc-single-facts > div span {
  color: var(--mscc-muted);
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.mscc-single-facts > div strong {
  color: var(--mscc-navy);
  font-size: 14px;
}

.mscc-use-notice {
  grid-column: 1 / -1;
  padding: 10px 14px;
  margin: 0;
  color: var(--mscc-navy);
  font-size: 12px;
  font-weight: 700;
  background: #e8f7f7;
}

.mscc-single-facts > .mscc-commercial-badge {
  grid-column: 1 / -1;
  justify-self: start;
  margin: 10px 14px;
}

.mscc-document-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}


/* Premium single product page */
.mscc-single-template {
  background: #f7f9fa;
}

.mscc-single-template-container {
  width: 100%;
  padding: 0 0 76px;
}

.mscc-single-product {
  width: min(100% - 30px, 1320px);
  margin: 0 auto;
  padding-top: 28px;
}

.mscc-single-breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 24px;
  color: var(--mscc-muted);
  font-size: 12px;
}

.mscc-single-breadcrumb a {
  color: var(--mscc-teal-dark) !important;
  font-weight: 700;
}

.mscc-single-hero {
  display: grid;
  grid-template-columns: minmax(330px, 0.9fr) minmax(0, 1.35fr);
  gap: clamp(34px, 5vw, 72px);
  align-items: center;
  padding: clamp(26px, 4vw, 52px);
  border: 1px solid #e0e7ea;
  border-radius: 20px;
  background: var(--mscc-white);
  box-shadow: 0 18px 50px rgba(3, 30, 48, 0.07);
}

.mscc-single-visual {
  min-width: 0;
}

.mscc-single-image-frame {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 390px;
  overflow: hidden;
  border: 1px solid #dce6e9;
  border-radius: 18px;
  background: linear-gradient(145deg, #f8fbfc, #eef7f7);
}

.mscc-single-product-image {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 500px;
  object-fit: contain;
}

.mscc-chemical-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 8px;
  min-height: 360px;
  color: var(--mscc-teal-dark);
  text-align: center;
}

.mscc-chemical-placeholder svg {
  width: 148px;
  height: 148px;
  margin-bottom: 6px;
  opacity: 0.9;
}

.mscc-chemical-placeholder strong {
  color: var(--mscc-navy);
  font-size: 34px;
  letter-spacing: -0.05em;
}

.mscc-chemical-placeholder span {
  color: var(--mscc-muted);
  font-size: 13px;
  font-weight: 700;
}

.mscc-single-trust-line {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 2px 0;
}

.mscc-single-trust-line > div {
  display: flex;
  flex-direction: column;
}

.mscc-single-trust-line strong {
  color: var(--mscc-navy);
  font-size: 13px;
}

.mscc-single-trust-line span {
  color: var(--mscc-muted);
  font-size: 11px;
}

.mscc-single-summary {
  min-width: 0;
}

.mscc-single-summary h1 {
  margin: 0 0 14px;
  color: var(--mscc-navy);
  font-size: clamp(32px, 4vw, 52px);
  font-weight: 700;
  line-height: 1.08;
  overflow-wrap: anywhere;
}

.mscc-single-summary-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 20px;
  margin-bottom: 16px;
  color: var(--mscc-muted);
  font-size: 12px;
}

.mscc-single-summary-meta strong {
  color: var(--mscc-navy);
}

.mscc-single-price-range {
  margin: 0 0 16px;
  color: var(--mscc-navy);
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 800;
}

.mscc-single-price-range del {
  margin-right: 8px;
  color: #88939b;
  font-size: 0.65em;
}

.mscc-single-price-range ins {
  text-decoration: none;
}

.mscc-single-intro {
  max-width: 760px;
  margin: 0 0 22px;
  color: #4c5963;
  font-size: 14px;
  line-height: 1.75;
}

.mscc-single-intro p {
  margin: 0;
}

.mscc-single-fact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.mscc-single-fact-grid > div {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-height: 76px;
  padding: 14px 16px;
  border: 1px solid #e0e8eb;
  border-radius: 11px;
  background: #f8fafb;
}

.mscc-single-fact-grid span {
  color: var(--mscc-muted);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.mscc-single-fact-grid strong {
  color: var(--mscc-navy);
  font-size: 14px;
  overflow-wrap: anywhere;
}

.mscc-single-badges {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 18px;
}

.mscc-single-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 10px;
  color: var(--mscc-navy);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  border-radius: 999px;
  background: #e8f7f7;
}

.mscc-single-badge.is-quote {
  color: #8c5c08;
  background: #fff3d9;
}

.mscc-single-quick-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.mscc-button-outline {
  color: var(--mscc-navy) !important;
  border: 1px solid #bfd0d8;
  background: transparent;
}

.mscc-button-outline:hover,
.mscc-button-outline:focus-visible {
  color: var(--mscc-white) !important;
  border-color: var(--mscc-navy);
  background: var(--mscc-navy);
}

.mscc-single-section {
  margin-top: 42px;
}

.mscc-single-section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 18px;
}

.mscc-single-section-heading h2,
.mscc-single-content-card h2,
.mscc-single-spec-card h2 {
  margin: 0;
  color: var(--mscc-navy);
  font-size: clamp(25px, 3vw, 34px);
  line-height: 1.15;
}

.mscc-single-section-heading > p {
  max-width: 460px;
  margin: 0;
  color: var(--mscc-muted);
  font-size: 13px;
  text-align: right;
}

.mscc-single-buy-table {
  overflow: hidden;
  border: 1px solid #dce4e8;
  border-radius: 14px;
  background: var(--mscc-white);
  box-shadow: 0 10px 28px rgba(3, 30, 48, 0.05);
}

.mscc-single-buy-head,
.mscc-single-buy-row {
  display: grid;
  grid-template-columns: minmax(90px, 0.8fr) minmax(150px, 1.35fr) minmax(110px, 1fr) minmax(105px, 0.95fr) 92px 96px minmax(122px, 1fr);
  align-items: center;
}

.mscc-single-buy-head {
  min-height: 50px;
  padding: 0 16px;
  color: var(--mscc-white);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  background: var(--mscc-navy);
}

.mscc-single-buy-head span {
  padding: 0 8px;
  text-align: center;
}

.mscc-single-buy-head span:nth-child(2) {
  text-align: left;
}

.mscc-single-buy-row {
  min-height: 88px;
  padding: 10px 16px;
  border-bottom: 1px solid #e0e6e9;
  background: var(--mscc-white);
}

.mscc-single-buy-row:nth-child(odd) {
  background: #fbfcfc;
}

.mscc-single-buy-row:last-child {
  border-bottom: 0;
}

.mscc-single-buy-row > div {
  min-width: 0;
  padding: 7px 8px;
  color: #27313a;
  font-size: 12px;
  text-align: center;
  overflow-wrap: anywhere;
}

.mscc-single-buy-row > div:nth-child(2) {
  text-align: left;
}

.mscc-single-buy-price {
  color: var(--mscc-navy) !important;
  font-weight: 800;
}

.mscc-single-buy-action {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 6px;
}

.mscc-single-buy-action .mscc-button {
  width: 100%;
  min-width: 0;
  max-width: 132px;
}

.mscc-single-simple-purchase {
  display: grid;
  grid-template-columns: repeat(3, minmax(120px, 1fr)) auto minmax(130px, auto);
  gap: 12px;
  align-items: center;
  padding: 20px;
  border: 1px solid #dce4e8;
  border-radius: 14px;
  background: var(--mscc-white);
  box-shadow: 0 10px 28px rgba(3, 30, 48, 0.05);
}

.mscc-single-simple-purchase > div:not(.mscc-single-simple-qty):not(.mscc-single-simple-action) {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.mscc-single-simple-purchase > div > span:first-child {
  color: var(--mscc-muted);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.mscc-single-info-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(320px, 0.8fr);
  gap: 24px;
  margin-top: 42px;
}

.mscc-single-content-card,
.mscc-single-spec-card {
  padding: clamp(24px, 3vw, 38px);
  border: 1px solid #e0e7ea;
  border-radius: 16px;
  background: var(--mscc-white);
  box-shadow: 0 10px 30px rgba(3, 30, 48, 0.05);
}

.mscc-single-description {
  margin-top: 20px;
  color: #46535d;
  font-size: 14px;
  line-height: 1.75;
}

.mscc-single-description > *:first-child {
  margin-top: 0;
}

.mscc-single-description > *:last-child {
  margin-bottom: 0;
}

.mscc-single-support-callout {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 5px;
  padding: 18px 20px;
  margin-top: 28px;
  border-left: 4px solid var(--mscc-teal);
  border-radius: 0 10px 10px 0;
  background: #eef9f9;
}

.mscc-single-support-callout strong {
  color: var(--mscc-navy);
}

.mscc-single-support-callout span {
  color: var(--mscc-muted);
  font-size: 12px;
}

.mscc-single-support-callout a {
  margin-top: 4px;
  color: var(--mscc-teal-dark) !important;
  font-size: 12px;
  font-weight: 800;
}

.mscc-single-spec-list {
  margin: 22px 0 0;
}

.mscc-single-spec-list > div {
  display: grid;
  grid-template-columns: minmax(115px, 0.75fr) minmax(0, 1.25fr);
  gap: 14px;
  padding: 12px 0;
  border-bottom: 1px solid #e7ecee;
}

.mscc-single-spec-list > div:last-child {
  border-bottom: 0;
}

.mscc-single-spec-list dt {
  color: var(--mscc-muted);
  font-size: 11px;
  font-weight: 750;
}

.mscc-single-spec-list dd {
  margin: 0;
  color: var(--mscc-navy);
  font-size: 12px;
  font-weight: 750;
  overflow-wrap: anywhere;
}

.mscc-single-spec-list dd a {
  color: var(--mscc-teal-dark) !important;
}

.mscc-single-document-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.mscc-single-document-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  padding: 22px;
  border: 1px solid #dce5e8;
  border-radius: 14px;
  background: var(--mscc-white);
}

.mscc-document-code {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  color: var(--mscc-white);
  font-size: 16px;
  font-weight: 900;
  border-radius: 12px;
  background: var(--mscc-navy);
}

.mscc-single-document-card h3 {
  margin: 0 0 4px;
  color: var(--mscc-navy);
  font-size: 17px;
}

.mscc-single-document-card p {
  margin: 0;
  color: var(--mscc-muted);
  font-size: 12px;
}

.mscc-related-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.mscc-related-card {
  overflow: hidden;
  border: 1px solid #dfe7ea;
  border-radius: 14px;
  background: var(--mscc-white);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.mscc-related-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 30px rgba(3, 30, 48, 0.09);
}

.mscc-related-image {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 180px;
  overflow: hidden;
  border-bottom: 1px solid #e5ebed;
  background: #f4f9f9;
}

.mscc-related-image .mscc-chemical-placeholder {
  min-height: 180px;
  transform: scale(0.55);
}

.mscc-related-image .mscc-single-product-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.mscc-related-card > div {
  padding: 16px;
}

.mscc-related-card > div > span {
  display: block;
  margin-bottom: 5px;
  color: var(--mscc-muted);
  font-size: 10px;
  font-weight: 750;
}

.mscc-related-card h3 {
  margin: 0 0 10px;
  font-size: 15px;
  line-height: 1.3;
}

.mscc-related-card h3 a {
  color: var(--mscc-navy) !important;
}

.mscc-related-price {
  color: var(--mscc-teal-dark);
  font-size: 14px;
  font-weight: 850;
}

@container mscc-catalog-main (max-width: 820px) {
  .mscc-products-head {
    display: none;
  }

  .mscc-products-table {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    overflow: visible;
    border-radius: 0;
  }

  .mscc-product-row,
  .mscc-product-row:nth-child(odd) {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    padding: 15px;
    border: 1px solid #dfe6e9;
    border-radius: 12px;
    background: var(--mscc-white);
  }

  .mscc-product-cell {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 9px 4px;
    text-align: right;
    border-bottom: 1px dashed #d8e0e4;
  }

  .mscc-product-cell::before {
    flex: 0 0 auto;
    content: attr(data-label);
    color: var(--mscc-muted);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.045em;
    text-align: left;
    text-transform: uppercase;
  }

  .mscc-product-name,
  .mscc-product-vendor,
  .mscc-action-cell {
    grid-column: 1 / -1;
  }

  .mscc-product-name,
  .mscc-product-vendor {
    align-items: flex-start;
    text-align: left;
  }

  .mscc-product-name::before,
  .mscc-product-vendor::before,
  .mscc-action-cell::before {
    display: none;
  }

  .mscc-product-vendor {
    flex-direction: row;
    justify-content: flex-start;
  }

  .mscc-action-cell {
    flex-direction: row;
    justify-content: space-between;
    padding-top: 13px;
    border-bottom: 0;
  }
}

@media (max-width: 1080px) {
  .mscc-single-hero {
    grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.2fr);
    gap: 30px;
  }

  .mscc-single-image-frame {
    min-height: 330px;
  }

  .mscc-single-buy-head,
  .mscc-single-buy-row {
    grid-template-columns: 86px minmax(130px, 1.25fr) 100px 96px 82px 92px minmax(116px, 0.95fr);
  }

  .mscc-related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {
  .mscc-single-hero,
  .mscc-single-info-grid {
    grid-template-columns: 1fr;
  }

  .mscc-single-image-frame {
    min-height: 300px;
  }

  .mscc-single-section-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .mscc-single-section-heading > p {
    text-align: left;
  }

  .mscc-single-buy-head {
    display: none;
  }

  .mscc-single-buy-table {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    overflow: visible;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  .mscc-single-buy-row,
  .mscc-single-buy-row:nth-child(odd) {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 0;
    padding: 15px;
    border: 1px solid #dce4e8;
    border-radius: 13px;
    background: var(--mscc-white);
  }

  .mscc-single-buy-row > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 9px 4px;
    text-align: right;
    border-bottom: 1px dashed #d8e0e4;
  }

  .mscc-single-buy-row > div::before {
    content: attr(data-label);
    color: var(--mscc-muted);
    font-size: 9px;
    font-weight: 800;
    text-align: left;
    text-transform: uppercase;
  }

  .mscc-single-buy-action {
    grid-column: 1 / -1;
    flex-direction: row !important;
    border-bottom: 0 !important;
  }

  .mscc-single-buy-action::before {
    display: none;
  }

  .mscc-single-simple-purchase {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mscc-single-document-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .mscc-single-product {
    width: min(100% - 20px, 1320px);
    padding-top: 18px;
  }

  .mscc-single-hero {
    padding: 20px;
    border-radius: 15px;
  }

  .mscc-single-image-frame {
    min-height: 240px;
  }

  .mscc-chemical-placeholder {
    min-height: 230px;
  }

  .mscc-single-summary h1 {
    font-size: 30px;
  }

  .mscc-single-fact-grid,
  .mscc-single-buy-table,
  .mscc-related-grid {
    grid-template-columns: 1fr;
  }

  .mscc-single-buy-row,
  .mscc-single-buy-row:nth-child(odd),
  .mscc-single-simple-purchase {
    grid-template-columns: 1fr;
  }

  .mscc-single-buy-row > div,
  .mscc-single-buy-row > div:nth-child(2) {
    text-align: right;
  }

  .mscc-single-buy-action,
  .mscc-single-simple-action {
    align-items: stretch;
    flex-direction: column !important;
  }

  .mscc-single-buy-action .mscc-button,
  .mscc-single-simple-action .mscc-button,
  .mscc-single-quick-actions .mscc-button {
    width: 100%;
    max-width: none;
  }

  .mscc-single-document-card {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .mscc-single-document-card .mscc-button {
    grid-column: 1 / -1;
    width: 100%;
  }

  .mscc-single-spec-list > div {
    grid-template-columns: 1fr;
    gap: 4px;
  }
}

/* Toasts */
.mscc-toast-region {
  position: fixed;
  z-index: 100000;
  right: 22px;
  bottom: 22px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
  pointer-events: none;
}

.mscc-toast {
  max-width: min(380px, calc(100vw - 32px));
  padding: 13px 17px;
  color: var(--mscc-white);
  font-size: 13px;
  font-weight: 650;
  border-radius: 9px;
  background: var(--mscc-success);
  box-shadow: 0 16px 35px rgba(3, 28, 44, 0.23);
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.22s ease, transform 0.22s ease;
}

.mscc-toast.is-error {
  background: var(--mscc-danger);
}

.mscc-toast.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1180px) {
  .mscc-home-head,
  .mscc-home-row {
    grid-template-columns: minmax(210px, 2fr) minmax(105px, 0.9fr) 74px 78px 96px 116px minmax(100px, 0.9fr);
  }

  .mscc-home-head,
  .mscc-home-group {
    padding-right: 18px;
    padding-left: 18px;
  }

  .mscc-products-head,
  .mscc-product-row {
    grid-template-columns: minmax(70px, 0.7fr) 92px minmax(150px, 1.6fr) minmax(84px, 0.9fr) 74px 76px 70px minmax(108px, 0.95fr);
  }

  .mscc-products-head,
  .mscc-product-row {
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media (max-width: 980px) {
  .mscc-catalog-layout {
    grid-template-columns: 1fr;
  }

  .mscc-filter-toggle {
    display: inline-flex;
  }

  .mscc-filter-panel {
    position: static;
    display: none;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 20px;
  }

  .mscc-filter-panel.is-open {
    display: grid;
  }

  .mscc-filter-panel > .mscc-filter-section,
  .mscc-filter-panel > .mscc-filter-form {
    min-width: 0;
  }

  .mscc-products-head {
    display: none;
  }

  .mscc-products-table {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .mscc-product-row,
  .mscc-product-row:nth-child(odd) {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    padding: 15px;
    border: 1px solid #dfe6e9;
    border-radius: 12px;
    background: var(--mscc-white);
  }

  .mscc-product-cell {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 9px 4px;
    text-align: right;
    border-bottom: 1px dashed #d8e0e4;
  }

  .mscc-product-cell::before {
    flex: 0 0 auto;
    content: attr(data-label);
    color: var(--mscc-muted);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.045em;
    text-align: left;
    text-transform: uppercase;
  }

  .mscc-product-name,
  .mscc-product-vendor,
  .mscc-action-cell {
    grid-column: 1 / -1;
  }

  .mscc-product-name {
    align-items: flex-start;
    padding: 12px 4px;
    text-align: left;
  }

  .mscc-product-name::before,
  .mscc-action-cell::before {
    display: none;
  }

  .mscc-product-vendor {
    flex-direction: row;
    justify-content: flex-start;
  }

  .mscc-product-vendor::before {
    display: none;
  }

  .mscc-action-cell {
    flex-direction: row;
    justify-content: space-between;
    padding-top: 13px;
    border-bottom: 0;
  }

  .mscc-home-head {
    display: none;
  }

  .mscc-home-table {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .mscc-home-group {
    padding: 17px;
    margin-top: 0;
  }

  .mscc-home-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 0;
    padding: 8px 0;
  }

  .mscc-home-cell {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 7px 2px;
    text-align: right;
  }

  .mscc-home-cell::before {
    content: attr(data-label);
    color: var(--mscc-muted);
    font-size: 9px;
    font-weight: 800;
    text-transform: uppercase;
  }

  .mscc-home-grade,
  .mscc-home-row .mscc-action-cell,
  .mscc-home-row .mscc-vendor {
    grid-column: 1 / -1;
  }

  .mscc-home-grade {
    justify-content: flex-start;
    font-weight: 700;
    text-align: left;
  }

  .mscc-home-grade::before,
  .mscc-home-row .mscc-action-cell::before {
    display: none;
  }
}

@media (max-width: 720px) {
  .mscc-search-shell {
    padding: 10px 12px;
  }

  .mscc-search-form {
    min-height: 44px;
  }

  .mscc-search-input {
    height: 44px;
    padding-left: 17px !important;
    font-size: 12px !important;
  }

  .mscc-search-button {
    min-width: 46px;
    height: 38px;
    padding: 0 13px;
  }

  .mscc-search-button span {
    display: none;
  }

  .mscc-alphabet-shell {
    align-items: flex-start;
    flex-direction: column;
    gap: 3px;
    padding: 8px 14px 10px;
  }

  .mscc-alphabet-label {
    font-size: 11px;
  }

  .mscc-alphabet-letters {
    width: 100%;
    padding-bottom: 2px;
  }

  .mscc-letter {
    flex-basis: 25px;
    font-size: 12px;
  }

  .mscc-section-heading {
    margin-bottom: 20px;
  }

  .mscc-home-table,
  .mscc-products-table {
    grid-template-columns: 1fr;
  }

  .mscc-template-container {
    padding-top: 20px;
    padding-bottom: 48px;
  }

  .mscc-catalog-top-tools {
    margin-top: -20px;
    margin-bottom: 28px;
  }

  .mscc-catalog-heading {
    align-items: center;
    margin-bottom: 18px;
  }

  .mscc-catalog-heading h1 {
    font-size: 28px;
  }

  .mscc-filter-panel.is-open {
    display: block;
  }

  .mscc-results-toolbar {
    align-items: flex-start;
    flex-direction: column;
  }

  .mscc-sort-label,
  .mscc-sort-label select {
    width: 100%;
  }

  .mscc-product-row,
  .mscc-product-row:nth-child(odd) {
    grid-template-columns: 1fr 1fr;
  }

  .mscc-pagination ul {
    justify-content: center;
    flex-wrap: wrap;
  }

  .mscc-toast-region {
    right: 16px;
    bottom: 16px;
    left: 16px;
    align-items: stretch;
  }

  .mscc-toast {
    max-width: none;
    text-align: center;
  }
}

@media (max-width: 460px) {
  .mscc-home-row,
  .mscc-product-row,
  .mscc-product-row:nth-child(odd) {
    grid-template-columns: 1fr;
  }

  .mscc-home-cell,
  .mscc-product-cell,
  .mscc-product-name,
  .mscc-product-vendor,
  .mscc-action-cell {
    grid-column: 1;
  }

  .mscc-action-cell {
    align-items: stretch;
    flex-direction: column;
  }

  .mscc-cart-button,
  .mscc-quote-button {
    width: 100%;
  }

  .mscc-single-facts {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mscc-scope *,
  .mscc-toast {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}


@media (max-width: 680px) {
  .mscc-alphabet-shortcode .mscc-alphabet-shell {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
    min-height: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .mscc-alphabet-shortcode .mscc-alphabet-label {
    width: 100%;
    padding-right: 0;
    padding-bottom: 7px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  }

  .mscc-alphabet-shortcode.mscc-tone-dark .mscc-alphabet-label {
    border-bottom-color: rgba(6, 31, 53, 0.2);
  }
}

