
body.etx-webshop-page {
  background: #f8fafc;
}

body.etx-webshop-page .wp-site-blocks > main,
body.etx-webshop-page .wp-block-post-content {
  max-width: none !important;
  margin-block-start: 0 !important;
  padding: 0 !important;
}

body.etx-webshop-page .etx-webshop .shop-toolbar {
  top: 0 !important;
}

.etx-webshop {
  position: relative;
  width: 100%;
  max-width: none;
  min-height: 70vh;
  margin-left: 0 !important;
  margin-right: 0 !important;
  overflow-x: clip;
  isolation: isolate;
}

body.etx-shop-locked {
  overflow: hidden;
}

.etx-webshop {
  --blue: #1f40ab;
  --blue-dark: #123a92;
  --red: #d72028;
  --ink: #101828;
  --text: #344054;
  --muted: #667085;
  --line: #d9e2ec;
  --soft: #f4f7fb;
  --soft-blue: #edf5ff;
  --white: #ffffff;
  --success: #157347;
  --warning: #9a6700;
  --shadow: 0 16px 42px rgba(16, 24, 40, 0.12);
  --shadow-soft: 0 8px 24px rgba(16, 24, 40, 0.08);
  --width: min(1260px, calc(100vw - 40px));
}

.etx-webshop, .etx-webshop * {
  box-sizing: border-box;
}

.etx-webshop [hidden] {
  display: none !important;
}

.etx-webshop {
  scroll-behavior: smooth;
}

.etx-webshop {
  margin: 0;
  background: #f8fafc;
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 0;
}

body.etx-shop-locked {
  overflow: hidden;
}

.etx-webshop button,
.etx-webshop input,
.etx-webshop select,
.etx-webshop textarea {
  font: inherit;
}

.etx-webshop button,
.etx-webshop a {
  -webkit-tap-highlight-color: transparent;
}

.etx-webshop button {
  cursor: pointer;
}

.etx-webshop a {
  color: inherit;
  text-decoration: none;
}

.etx-webshop img {
  display: block;
  max-width: 100%;
}

.etx-webshop .sr-only,
.etx-webshop .skip-link:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.etx-webshop .skip-link:focus {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  background: var(--white);
  border: 2px solid var(--blue);
}

.etx-webshop .site-header {
  position: sticky;
  z-index: 90;
  top: 0;
  background: rgba(255, 255, 255, 0.98);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 6px 20px rgba(16, 24, 40, 0.07);
}

.etx-webshop .site-header::before {
  display: block;
  height: 5px;
  background: linear-gradient(90deg, var(--blue) 0 72%, var(--red) 72% 100%);
  content: "";
}

.etx-webshop .header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: var(--width);
  min-height: 82px;
  margin: 0 auto;
  gap: 28px;
}

.etx-webshop .brand {
  flex: 0 0 auto;
}

.etx-webshop .brand img {
  width: 205px;
  height: 58px;
  object-fit: contain;
}

.etx-webshop .desktop-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  margin-left: auto;
}

.etx-webshop .desktop-nav a,
.etx-webshop .mobile-nav a {
  padding: 11px 14px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 700;
}

.etx-webshop .desktop-nav a:hover,
.etx-webshop .desktop-nav a.active,
.etx-webshop .mobile-nav a:hover,
.etx-webshop .mobile-nav a.active {
  background: var(--soft-blue);
  color: var(--blue);
}

.etx-webshop .header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.etx-webshop .cart-button {
  min-height: 42px;
  padding: 9px 13px;
  border: 1px solid var(--blue);
  border-radius: 8px;
  background: var(--white);
  color: var(--blue);
  font-weight: 800;
}

.etx-webshop .cart-button span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 22px;
  height: 22px;
  margin-left: 6px;
  padding: 0 6px;
  border-radius: 999px;
  background: var(--blue);
  color: var(--white);
  font-size: 12px;
}

.etx-webshop .menu-button {
  display: none;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.etx-webshop .menu-button span[aria-hidden="true"],
.etx-webshop .menu-button span[aria-hidden="true"]::before,
.etx-webshop .menu-button span[aria-hidden="true"]::after {
  display: block;
  width: 21px;
  height: 2px;
  background: var(--ink);
  content: "";
}

.etx-webshop .menu-button span[aria-hidden="true"] {
  position: relative;
}

.etx-webshop .menu-button span[aria-hidden="true"]::before {
  position: absolute;
  top: -7px;
}

.etx-webshop .menu-button span[aria-hidden="true"]::after {
  position: absolute;
  top: 7px;
}

.etx-webshop .mobile-nav {
  width: var(--width);
  margin: 0 auto;
  padding: 0 0 12px;
}

.etx-webshop .mobile-nav a {
  display: block;
}

.etx-webshop main {
  min-height: 70vh;
}

.etx-webshop .catalog-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 32px;
  width: var(--width);
  margin: 0 auto;
  padding: 42px 0 28px;
}

.etx-webshop .eyebrow {
  margin: 0 0 8px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 800;
}

.etx-webshop .catalog-heading h1,
.etx-webshop .cart-heading h2 {
  margin: 0;
  font-size: 40px;
  line-height: 1.05;
}

.etx-webshop .catalog-heading > div > p:last-child {
  max-width: 620px;
  margin: 12px 0 0;
  color: var(--text);
  font-size: 16px;
  line-height: 1.55;
}

.etx-webshop .preview-status {
  min-width: 220px;
  padding: 14px 16px;
  border-left: 4px solid var(--red);
  background: var(--white);
  box-shadow: var(--shadow-soft);
}

.etx-webshop .preview-status strong,
.etx-webshop .preview-status span {
  display: block;
}

.etx-webshop .preview-status span {
  margin-top: 3px;
  color: var(--muted);
  font-size: 13px;
}

.etx-webshop .shop-toolbar {
  position: sticky;
  z-index: 75;
  top: 87px;
  display: grid;
  grid-template-columns: minmax(280px, 1fr) auto auto auto;
  align-items: center;
  gap: 14px;
  width: 100%;
  padding: 14px max(20px, calc((100vw - 1260px) / 2));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.98);
}

.etx-webshop .search-field input,
.etx-webshop .sort-field select,
.etx-webshop .product-config select {
  width: 100%;
  min-height: 44px;
  border: 1px solid #cfd8e3;
  border-radius: 6px;
  background: var(--white);
  color: var(--ink);
}

.etx-webshop .search-field input {
  padding: 10px 13px;
}

.etx-webshop .search-field input:focus,
.etx-webshop .sort-field select:focus,
.etx-webshop .product-config select:focus {
  border-color: var(--blue);
  outline: 3px solid rgba(31, 64, 171, 0.13);
}

.etx-webshop .sort-field {
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.etx-webshop .sort-field select {
  min-width: 215px;
  padding: 9px 34px 9px 11px;
}

.etx-webshop .result-count {
  min-width: 95px;
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  text-align: right;
}

.etx-webshop .filter-button {
  display: none;
  min-height: 44px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--white);
  color: var(--ink);
  font-weight: 800;
}

.etx-webshop .filter-button span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 20px;
  height: 20px;
  margin-left: 5px;
  border-radius: 999px;
  background: var(--blue);
  color: var(--white);
  font-size: 11px;
}

.etx-webshop .shop-layout {
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr);
  gap: 28px;
  width: var(--width);
  margin: 0 auto;
  padding: 28px 0 70px;
}

.etx-webshop .filters-panel {
  align-self: start;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow-soft);
}

.etx-webshop .filter-panel-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 16px 12px;
  border-bottom: 1px solid var(--line);
}

.etx-webshop .filter-panel-heading strong {
  font-size: 18px;
}

.etx-webshop .filter-close {
  display: none !important;
}

.etx-webshop .clear-filters {
  width: calc(100% - 28px);
  margin: 12px 14px 4px;
  padding: 8px 10px;
  border: 0;
  background: transparent;
  color: var(--blue);
  font-size: 13px;
  font-weight: 800;
  text-align: left;
}

.etx-webshop .clear-filters:disabled {
  color: #98a2b3;
  cursor: default;
}

.etx-webshop .filter-group {
  border-top: 1px solid var(--line);
}

.etx-webshop .filter-group summary {
  position: relative;
  padding: 15px 38px 15px 16px;
  cursor: pointer;
  list-style: none;
  font-size: 14px;
  font-weight: 800;
}

.etx-webshop .filter-group summary::-webkit-details-marker {
  display: none;
}

.etx-webshop .filter-group summary::after {
  position: absolute;
  top: 50%;
  right: 16px;
  width: 8px;
  height: 8px;
  border-right: 2px solid var(--muted);
  border-bottom: 2px solid var(--muted);
  content: "";
  transform: translateY(-65%) rotate(45deg);
}

.etx-webshop .filter-group[open] summary::after {
  transform: translateY(-30%) rotate(225deg);
}

.etx-webshop .filter-options {
  display: grid;
  gap: 4px;
  padding: 0 10px 12px;
}

.etx-webshop .filter-option {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr) auto;
  align-items: center;
  gap: 8px;
  width: 100%;
  min-height: 36px;
  padding: 7px 8px;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: var(--text);
  font-size: 13px;
  text-align: left;
}

.etx-webshop .filter-option:hover {
  background: var(--soft);
}

.etx-webshop .filter-option[aria-pressed="true"] {
  background: var(--soft-blue);
  color: var(--blue);
  font-weight: 800;
}

.etx-webshop .filter-radio {
  width: 15px;
  height: 15px;
  border: 1px solid #98a2b3;
  border-radius: 50%;
  background: var(--white);
}

.etx-webshop .filter-option[aria-pressed="true"] .filter-radio {
  border: 4px solid var(--blue);
}

.etx-webshop .filter-option-count {
  color: var(--muted);
  font-size: 11px;
}

.etx-webshop .product-results {
  min-width: 0;
}

.etx-webshop.is-viton-mode .shop-layout {
  grid-template-columns: 250px minmax(0, 1fr);
  width: var(--width);
}

.etx-webshop.is-viton-mode .product-results {
  display: grid;
  gap: 22px;
}

.etx-webshop.is-viton-mode #vitonConfigurator {
  width: min(80vw, 1380px);
  margin: 28px auto 0;
}

.etx-webshop .active-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 14px;
}

.etx-webshop .filter-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 32px;
  padding: 6px 9px;
  border: 1px solid rgba(31, 64, 171, 0.26);
  border-radius: 6px;
  background: var(--soft-blue);
  color: var(--blue);
  font-size: 12px;
  font-weight: 800;
}

.etx-webshop .viton-configurator {
  display: grid;
  grid-template-columns: minmax(360px, 0.92fr) minmax(430px, 1.08fr);
  gap: 0;
  width: 100%;
  margin: 0;
  overflow: visible;
  border: 1px solid rgba(31, 64, 171, 0.2);
  border-radius: 14px;
  background: var(--white);
  font-size: 15px;
  box-shadow: 0 22px 58px rgba(16, 24, 40, 0.12);
}

.etx-webshop .viton-configurator.is-awaiting-package {
  grid-template-columns: 1fr;
}

.etx-webshop .viton-config-copy {
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 24px;
  background: linear-gradient(145deg, #f6f9ff 0%, #ffffff 72%);
}

.etx-webshop .viton-config-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.etx-webshop .viton-reset {
  flex: 0 0 auto;
  min-height: 38px;
  padding: 8px 12px;
  border: 1px solid rgba(31, 64, 171, 0.22);
  border-radius: 9px;
  background: var(--white);
  color: var(--blue);
  font-size: 13px;
  font-weight: 900;
}

.etx-webshop .viton-reset:hover {
  background: var(--soft-blue);
}

.etx-webshop .viton-config-copy .eyebrow {
  margin: 0;
  color: var(--blue);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.05em;
}

.etx-webshop .viton-config-copy h2,
.etx-webshop .viton-config-heading h2 {
  margin: 0;
  color: var(--ink);
  font-size: 24px;
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: 0;
}

.etx-webshop .viton-config-copy p:not(.eyebrow) {
  margin: 0;
  color: var(--text);
  line-height: 1.55;
}

.etx-webshop .viton-config-copy img {
  width: min(100%, 300px);
  margin: 10px auto 0;
  filter: drop-shadow(0 14px 18px rgba(16, 24, 40, 0.13));
}

.etx-webshop .viton-config-panel {
  display: grid;
  align-content: start;
  gap: 14px;
  padding: 28px;
}

.etx-webshop .viton-config-panel-main {
  border-right: 1px solid rgba(217, 226, 236, 0.85);
  background:
    radial-gradient(circle at 12% 0%, rgba(31, 64, 171, 0.09), transparent 32%),
    linear-gradient(145deg, #f8fbff 0%, #ffffff 74%);
}

.etx-webshop .viton-configurator.is-awaiting-package .viton-config-panel-main {
  border-right: 0;
}

.etx-webshop .viton-config-panel-buy {
  background:
    radial-gradient(circle at 100% 0%, rgba(230, 27, 43, 0.06), transparent 30%),
    #ffffff;
}

.etx-webshop .viton-config-row {
  display: grid;
  gap: 10px;
  padding: 15px;
  border: 1px solid rgba(217, 226, 236, 0.95);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 10px 26px rgba(16, 24, 40, 0.04);
}

.etx-webshop .viton-config-row > span,
.etx-webshop .viton-config-row > label {
  color: var(--ink);
  font-size: 14px;
  font-weight: 900;
}

.etx-webshop .viton-choice-row,
.etx-webshop .viton-package-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.etx-webshop .viton-choice-row-equal,
.etx-webshop .viton-finish-row,
.etx-webshop .viton-package-row {
  flex-wrap: nowrap;
}

.etx-webshop .viton-choice-row-equal .viton-choice,
.etx-webshop .viton-finish-row .viton-choice {
  flex: 1 1 0;
  min-width: 0;
  text-align: center;
}

.etx-webshop .viton-choice-row-equal .viton-choice {
  font-size: 13px;
  line-height: 1.2;
}

.etx-webshop .viton-choice,
.etx-webshop .viton-package {
  min-height: 46px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--white);
  color: var(--ink);
  font-size: 14px;
  font-weight: 800;
}

.etx-webshop .viton-choice {
  padding: 11px 14px;
}

.etx-webshop .viton-package {
  display: grid;
  gap: 4px;
  flex: 1 1 0;
  min-width: 0;
  padding: 12px 11px;
  text-align: center;
}

.etx-webshop .viton-package span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}

.etx-webshop .viton-choice:hover,
.etx-webshop .viton-package:hover {
  border-color: rgba(31, 64, 171, 0.38);
  background: var(--soft-blue);
}

.etx-webshop .viton-choice[aria-pressed="true"],
.etx-webshop .viton-package[aria-pressed="true"] {
  border-color: var(--blue);
  background: linear-gradient(135deg, var(--blue), #18358f);
  color: var(--white);
  box-shadow: 0 12px 24px rgba(31, 64, 171, 0.2);
}

.etx-webshop .viton-package[aria-pressed="true"] span {
  color: rgba(255, 255, 255, 0.82);
}

.etx-webshop .viton-config-row select,
.etx-webshop .viton-config-row input {
  width: 100%;
  min-height: 46px;
  padding: 11px 13px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--white);
  color: var(--ink);
  font-size: 14px;
  font-weight: 800;
}

.etx-webshop .viton-input-with-prefix {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) 47px;
  overflow: visible;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--white);
}

.etx-webshop .viton-input-with-prefix > span {
  display: inline-flex;
  align-items: center;
  padding: 0 14px;
  border-right: 1px solid var(--line);
  background: var(--soft-blue);
  color: var(--blue);
  font-size: 14px;
  font-weight: 900;
}

.etx-webshop .viton-input-with-prefix input {
  border: 0;
  border-radius: 0;
}

.etx-webshop .viton-swatch {
  flex: 0 0 auto;
  display: inline-block;
  width: 22px;
  height: 22px;
  border: 1px solid rgba(16, 24, 40, 0.18);
  border-radius: 6px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.35);
}

.etx-webshop .viton-shade-picker {
  position: relative;
  z-index: 12;
  margin: 0;
}

.etx-webshop .viton-shade-picker summary {
  list-style: none;
  cursor: pointer;
  color: var(--blue);
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
}

.etx-webshop .viton-shade-picker summary::-webkit-details-marker {
  display: none;
}

.etx-webshop .viton-shade-picker.is-ral {
  border-left: 1px solid var(--line);
}

.etx-webshop .viton-shade-picker.is-ral > summary {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  min-height: 46px;
  height: 46px;
  padding: 0;
  background: var(--white);
  border-radius: 0 10px 10px 0;
  font-size: 18px;
  line-height: 1;
}

.etx-webshop .viton-shade-picker.is-ral > summary span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 1em;
  line-height: 1;
  transform: translateY(-4px);
}

.etx-webshop .viton-shade-picker.is-db > summary {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  min-height: 46px;
  height: 46px;
  padding: 11px 13px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--white);
  color: var(--ink);
  font-size: 14px;
  font-weight: 900;
}

.etx-webshop .viton-shade-picker.is-db > summary::after {
  content: "⌄";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  margin-left: auto;
  color: var(--blue);
  font-size: 16px;
  line-height: 1;
  transform: translateY(-4px);
}

.etx-webshop .viton-shade-picker[open] > summary {
  border-color: rgba(31, 64, 171, 0.42);
}

.etx-webshop .viton-shade-list {
  position: absolute;
  z-index: 30;
  top: calc(100% + 9px);
  left: 0;
  right: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(132px, 1fr));
  gap: 8px;
  max-height: 270px;
  overflow: auto;
  padding: 10px;
  border: 1px solid rgba(31, 64, 171, 0.2);
  border-radius: 10px;
  background: var(--white);
  box-shadow: 0 18px 38px rgba(16, 24, 40, 0.16);
}

.etx-webshop .viton-shade-picker.is-ral .viton-shade-list {
  left: auto;
  right: 0;
  width: min(520px, calc(100vw - 40px));
}

.etx-webshop .viton-shade-picker.is-db .viton-shade-list {
  width: 100%;
  min-width: 260px;
}

.etx-webshop .viton-shade-list button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  padding: 8px 10px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: var(--white);
  color: var(--ink);
  font-size: 14px;
  font-weight: 800;
}

.etx-webshop .viton-shade-list button[aria-pressed="true"] {
  border-color: var(--blue);
  background: var(--soft-blue);
  color: var(--blue);
}

.etx-webshop .viton-component-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.etx-webshop .viton-component-field {
  display: grid;
  gap: 7px;
}

.etx-webshop .viton-component-field label {
  color: var(--muted);
  font-size: 13px;
  font-weight: 900;
}

.etx-webshop .viton-component-recommended {
  display: block;
  color: #111111;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.35;
}

.etx-webshop .viton-component-field option.recommended-option {
  color: #111111;
  font-weight: 800;
}

.etx-webshop .viton-config-empty {
  display: grid;
  gap: 10px;
  padding: 24px;
  border: 1px solid rgba(31, 64, 171, 0.16);
  border-radius: 12px;
  background: linear-gradient(135deg, #f8fbff, #ffffff);
}

.etx-webshop .viton-config-empty span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 900;
}

.etx-webshop .viton-config-empty strong {
  color: var(--ink);
  line-height: 1.35;
}

.etx-webshop .viton-config-note {
  margin: 2px 0 0;
  color: var(--red);
  font-size: 14px;
  font-weight: 800;
}

.etx-webshop .viton-config-summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: end;
  padding: 16px;
  border: 1px solid rgba(31, 64, 171, 0.18);
  border-radius: 12px;
  background: linear-gradient(135deg, #f8fbff, #ffffff);
}

.etx-webshop .viton-config-summary span,
.etx-webshop .viton-price span {
  display: block;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}

.etx-webshop .viton-config-summary .viton-solmt-note {
  margin-top: 6px;
  color: var(--blue);
  line-height: 1.4;
}

.etx-webshop .viton-component-summary {
  display: grid;
  gap: 4px;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid rgba(31, 64, 171, 0.12);
}

.etx-webshop .viton-component-summary span {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.35;
}

.etx-webshop .viton-component-summary strong {
  display: inline;
  margin: 0;
  color: var(--ink);
  font-size: inherit;
}

.etx-webshop .viton-config-summary strong {
  display: block;
  margin-top: 3px;
}

.etx-webshop .viton-price {
  text-align: right;
}

.etx-webshop .viton-price del {
  display: block;
  color: var(--muted);
  font-size: 13px;
}

.etx-webshop .viton-price strong {
  color: var(--ink);
  font-size: 30px;
}

.etx-webshop .viton-config-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.etx-webshop .viton-config-actions .primary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.etx-webshop .viton-config-actions .primary-button svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}

.etx-webshop .product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.etx-webshop .product-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 462px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 7px 20px rgba(16, 24, 40, 0.06);
  cursor: pointer;
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.etx-webshop .product-card-open {
  position: absolute;
  z-index: 1;
  inset: 0;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.etx-webshop .product-card:not(.suppress-hover):hover {
  z-index: 2;
  border-color: rgba(31, 64, 171, 0.35);
  box-shadow: var(--shadow);
  transform: scale(1.025);
}

.etx-webshop .product-card-image {
  position: relative;
  height: 232px;
  margin: 0;
  overflow: hidden;
  background: var(--white);
}

.etx-webshop .product-card-image img {
  width: 100%;
  height: 100%;
  padding: 18px;
  object-fit: contain;
  transition: opacity 160ms ease, transform 160ms ease;
}

.etx-webshop .product-card:not(.suppress-hover):hover .product-card-image img {
  opacity: 0.06;
  transform: scale(0.94);
}

.etx-webshop .product-description-preview {
  position: absolute;
  inset: 0;
  display: -webkit-box;
  overflow: hidden;
  padding: 20px;
  opacity: 0;
  color: var(--text);
  font-size: 14px;
  line-height: 1.5;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 9;
  transition: opacity 160ms ease;
}

.etx-webshop .product-card:not(.suppress-hover):hover .product-description-preview {
  opacity: 1;
}

.etx-webshop .product-card-open:focus-visible {
  outline: 3px solid rgba(31, 64, 171, 0.35);
  outline-offset: -3px;
}

.etx-webshop .product-badge {
  position: absolute;
  z-index: 2;
  top: 10px;
  left: 10px;
  padding: 5px 7px;
  border-radius: 5px;
  background: var(--blue);
  color: var(--white);
  font-size: 10px;
  font-weight: 800;
}

.etx-webshop .product-card-body {
  position: relative;
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 15px 16px 16px;
  border-top: 1px solid #edf0f4;
}

.etx-webshop .product-card-actions {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid var(--line);
}

.etx-webshop .card-quantity-stepper {
  display: inline-grid;
  grid-template-columns: 34px 44px 34px;
  align-items: center;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--white);
}

.etx-webshop .card-quantity-stepper button {
  width: 34px;
  height: 38px;
  padding: 0;
  border: 0;
  background: var(--soft);
  color: var(--text);
  font-size: 18px;
  line-height: 1;
}

.etx-webshop .card-quantity-stepper button:hover:not(:disabled) {
  background: var(--soft-blue);
  color: var(--blue);
}

.etx-webshop .card-quantity-stepper button:disabled {
  color: var(--muted);
  cursor: not-allowed;
  opacity: 0.45;
}

.etx-webshop .card-quantity-stepper output {
  display: grid;
  place-items: center;
  width: 44px;
  height: 38px;
  padding: 0 3px;
  border: 0;
  border-right: 1px solid var(--line);
  border-left: 1px solid var(--line);
  background: var(--white);
  color: var(--ink);
  font: inherit;
  font-size: 13px;
  font-weight: 800;
  text-align: center;
}

.etx-webshop .quick-add-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 40px;
  padding: 0;
  border: 1px solid var(--blue);
  border-radius: 6px;
  background: var(--blue);
  color: var(--white);
}

.etx-webshop .quick-add-button:hover {
  background: #173792;
}

.etx-webshop .quick-add-button svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.etx-webshop .product-meta {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  margin-bottom: 8px;
  color: var(--muted);
  font-size: 11px;
}

.etx-webshop .product-card h2 {
  margin: 0;
  font-size: 17px;
  line-height: 1.25;
}

.etx-webshop .product-category {
  margin: 7px 0 0;
  color: var(--muted);
  font-size: 12px;
}

.etx-webshop .product-pack-note {
  width: fit-content;
  margin: 10px 0 0;
  padding: 6px 8px;
  border-left: 3px solid var(--blue);
  border-radius: 4px;
  background: var(--soft-blue);
  color: var(--ink);
  font-size: 11px;
  font-weight: 800;
  line-height: 1.35;
}

.etx-webshop .product-card-footer {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 10px;
  margin-top: auto;
  padding-top: 14px;
}

.etx-webshop .price-block strong,
.etx-webshop .price-block span,
.etx-webshop .price-block del {
  display: block;
}

.etx-webshop .price-block del,
.etx-webshop .modal-price del,
.etx-webshop .cart-item-price del {
  margin-bottom: 2px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 400;
}

.etx-webshop .price-block strong {
  font-size: 17px;
}

.etx-webshop .price-block span {
  margin-top: 2px;
  color: var(--muted);
  font-size: 10px;
}

.etx-webshop .stock-state {
  font-size: 11px;
  font-weight: 800;
  text-align: right;
}

.etx-webshop .stock-state.in-stock {
  color: var(--success);
}

.etx-webshop .stock-state.out-of-stock {
  color: var(--red);
}

.etx-webshop .stock-state.unknown {
  color: var(--muted);
}

.etx-webshop .load-more,
.etx-webshop .empty-state button,
.etx-webshop .primary-button,
.etx-webshop .secondary-button {
  min-height: 44px;
  padding: 10px 16px;
  border-radius: 6px;
  font-weight: 800;
}

.etx-webshop .load-more,
.etx-webshop .primary-button,
.etx-webshop .empty-state button {
  border: 1px solid var(--blue);
  background: var(--blue);
  color: var(--white);
}

.etx-webshop .load-more {
  display: block;
  margin: 28px auto 0;
}

.etx-webshop .secondary-button {
  border: 1px solid var(--line);
  background: var(--white);
  color: var(--ink);
}

.etx-webshop .empty-state {
  padding: 70px 24px;
  border: 1px dashed #b8c4d3;
  border-radius: 8px;
  background: var(--white);
  text-align: center;
}

.etx-webshop .empty-state h2 {
  margin: 0;
  font-size: 22px;
}

.etx-webshop .empty-state p {
  color: var(--muted);
}

.etx-webshop .site-footer {
  border-top: 1px solid var(--line);
  background: var(--white);
}

.etx-webshop .footer-inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  width: var(--width);
  margin: 0 auto;
  padding: 42px 0 30px;
}

.etx-webshop .footer-inner strong {
  color: var(--blue);
  font-size: 15px;
}

.etx-webshop .footer-inner p {
  margin: 9px 0 0;
  color: var(--ink);
  font-size: 14px;
  line-height: 1.65;
}

.etx-webshop .footer-inner a:hover {
  color: var(--blue);
}

.etx-webshop .copyright {
  width: var(--width);
  margin: 0 auto;
  padding: 18px 0 24px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 12px;
  text-align: center;
}

.etx-webshop dialog {
  padding: 0;
  border: 0;
  background: var(--white);
  box-shadow: 0 28px 80px rgba(16, 24, 40, 0.28);
}

.etx-webshop dialog::backdrop {
  background: rgba(16, 24, 40, 0.62);
}

.etx-webshop .product-dialog {
  position: fixed;
  inset: 0;
  margin: auto;
  width: min(1120px, calc(100vw - 24px));
  max-height: calc(100vh - 10px);
  max-height: calc(100dvh - 10px);
  overflow: hidden;
  border-radius: 8px;
}

.etx-webshop .dialog-close {
  position: absolute;
  z-index: 5;
  top: 10px;
  right: 10px;
  float: none;
  margin: 0;
}

.etx-webshop .icon-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--white);
  color: var(--ink);
  font-size: 28px;
  line-height: 1;
}

.etx-webshop .product-modal-grid {
  display: grid;
  grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1.5fr);
  height: min(740px, calc(100vh - 10px));
  height: min(740px, calc(100dvh - 10px));
  min-height: 0;
  overflow: hidden;
}

.etx-webshop .viton-product-modal-grid {
  grid-template-columns: minmax(220px, 0.48fr) minmax(0, 1.75fr);
}

.etx-webshop .product-modal-media {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 0;
  padding: 28px;
  border-right: 1px solid var(--line);
  background: var(--soft);
}

.etx-webshop .product-modal-main-image {
  width: 100%;
  max-height: min(48vh, 360px);
  object-fit: contain;
  mix-blend-mode: multiply;
}

.etx-webshop .product-modal-thumbnails {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}

.etx-webshop .product-modal-thumbnails button {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  padding: 5px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--white);
}

.etx-webshop .product-modal-thumbnails button[aria-pressed="true"] {
  border: 2px solid var(--blue);
}

.etx-webshop .product-modal-thumbnails img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.etx-webshop .product-modal-info {
  display: flex;
  flex-direction: column;
  min-height: 0;
  padding: 24px 30px 20px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.etx-webshop .viton-product-modal-info {
  display: flex;
  flex-direction: column;
  padding: 14px 24px 12px;
  font-size: 13px;
  overflow: visible;
}

.etx-webshop .viton-modal-config {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 7px;
  min-height: 0;
  margin-top: 6px;
  overflow: visible;
}

.etx-webshop .tds-documents {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 2px 0 8px;
}

.etx-webshop .tds-documents a {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 5px 8px;
  border: 1px solid rgba(31, 64, 171, 0.22);
  border-radius: 7px;
  background: var(--white);
  color: var(--blue);
  font-size: 12px;
  font-weight: 900;
  text-decoration: none;
}

.etx-webshop .tds-documents a:hover {
  border-color: var(--blue);
  background: var(--soft-blue);
}

.etx-webshop .viton-modal-config .viton-config-row {
  position: relative;
  gap: 6px;
  align-content: start;
  padding: 8px 10px;
  border-radius: 8px;
  box-shadow: none;
  overflow: visible;
}

.etx-webshop .viton-modal-config .viton-choice-row {
  gap: 6px;
}

.etx-webshop .viton-modal-config .viton-choice,
.etx-webshop .viton-modal-config .viton-package {
  min-height: 30px;
  border-radius: 7px;
  font-size: 12px;
}

.etx-webshop .viton-modal-config .viton-package-row {
  gap: 6px;
  grid-template-columns: repeat(auto-fit, minmax(76px, 1fr));
}

.etx-webshop .viton-modal-config .viton-component-grid {
  gap: 6px;
}

.etx-webshop .viton-modal-config .viton-row-shade {
  z-index: 45;
}

.etx-webshop .viton-modal-config .viton-row-package,
.etx-webshop .viton-modal-config .viton-row-components {
  z-index: 1;
}

.etx-webshop .viton-modal-config .viton-input-with-prefix,
.etx-webshop .viton-modal-config .viton-shade-picker {
  z-index: 200;
}

.etx-webshop .viton-modal-config .viton-shade-picker[open] {
  z-index: 1000;
}

.etx-webshop .viton-modal-config .viton-shade-list {
  z-index: 1001;
  max-height: min(310px, 44vh);
}

.etx-webshop .viton-config-pair {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
  gap: 7px;
}

.etx-webshop .viton-config-pair .viton-config-row {
  height: 100%;
  min-width: 0;
  overflow: visible;
}

@media (min-width: 721px) {
  .etx-webshop .viton-modal-config-pe33,
  .etx-webshop .viton-modal-config-pe73,
  .etx-webshop .viton-modal-config-pe84,
  .etx-webshop .viton-modal-config-ke20 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
  }

  .etx-webshop .viton-modal-config-pe33 .viton-config-row,
  .etx-webshop .viton-modal-config-pe73 .viton-config-row,
  .etx-webshop .viton-modal-config-pe84 .viton-config-row,
  .etx-webshop .viton-modal-config-ke20 .viton-config-row {
    min-width: 0;
  }

  .etx-webshop .viton-modal-config-pe33 .viton-row-shade,
  .etx-webshop .viton-modal-config-pe73 .viton-row-shade-type,
  .etx-webshop .viton-modal-config-pe84 .viton-row-shade,
  .etx-webshop .viton-modal-config-ke20 .viton-row-shade {
    grid-column: 1;
    grid-row: 1;
  }

  .etx-webshop .viton-modal-config-pe33 .viton-row-finish,
  .etx-webshop .viton-modal-config-pe73 .viton-row-shade,
  .etx-webshop .viton-modal-config-pe84 .viton-row-package,
  .etx-webshop .viton-modal-config-ke20 .viton-row-package {
    grid-column: 2;
    grid-row: 1;
  }

  .etx-webshop .viton-modal-config-pe33 .viton-row-package,
  .etx-webshop .viton-modal-config-pe73 .viton-row-package,
  .etx-webshop .viton-modal-config-pe33 .viton-row-components,
  .etx-webshop .viton-modal-config-pe73 .viton-row-components,
  .etx-webshop .viton-modal-config-pe84 .viton-row-components,
  .etx-webshop .viton-modal-config-ke20 .viton-row-components,
  .etx-webshop .viton-modal-config-pe33 .viton-component-summary,
  .etx-webshop .viton-modal-config-pe73 .viton-component-summary,
  .etx-webshop .viton-modal-config-pe84 .viton-component-summary,
  .etx-webshop .viton-modal-config-ke20 .viton-component-summary,
  .etx-webshop .viton-modal-config-pe33 .viton-modal-buy-row,
  .etx-webshop .viton-modal-config-pe73 .viton-modal-buy-row,
  .etx-webshop .viton-modal-config-pe84 .viton-modal-buy-row,
  .etx-webshop .viton-modal-config-ke20 .viton-modal-buy-row {
    grid-column: 1 / -1;
  }

  .etx-webshop .viton-modal-config .viton-component-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .etx-webshop .viton-modal-config-pe33 .viton-row-shade,
  .etx-webshop .viton-modal-config-pe33 .viton-row-finish,
  .etx-webshop .viton-modal-config-pe73 .viton-row-shade-type,
  .etx-webshop .viton-modal-config-pe73 .viton-row-shade,
  .etx-webshop .viton-modal-config-pe84 .viton-row-shade,
  .etx-webshop .viton-modal-config-pe84 .viton-row-package,
  .etx-webshop .viton-modal-config-ke20 .viton-row-shade,
  .etx-webshop .viton-modal-config-ke20 .viton-row-package {
    height: 100%;
  }

  .etx-webshop .viton-modal-config-pe84 .viton-row-shade,
  .etx-webshop .viton-modal-config-ke20 .viton-row-shade {
    z-index: 65;
  }
}

.etx-webshop .viton-modal-config .viton-component-summary {
  margin: 0;
}

.etx-webshop .viton-modal-buy-row {
  position: static;
  align-items: end;
  margin-top: auto;
  padding-top: 8px;
  align-self: end;
}

.etx-webshop .viton-modal-buy-row .viton-config-actions {
  align-items: end;
}

.etx-webshop .viton-product-modal-grid .product-modal-media {
  padding: 16px;
}

.etx-webshop .viton-product-modal-grid .product-modal-main-image {
  max-height: min(39vh, 285px);
}

.etx-webshop .viton-product-modal-info .eyebrow {
  margin: 0 0 3px;
  font-size: 11px;
}

.etx-webshop .product-modal-info.viton-product-modal-info h2 {
  font-size: 21px;
  line-height: 1.08;
}

.etx-webshop .viton-product-modal-info .modal-description {
  margin: 5px 0 6px;
  padding-right: 20px;
  font-size: 13px;
  line-height: 1.38;
  -webkit-line-clamp: 6;
}

.etx-webshop .viton-product-modal-info .modal-description-toggle {
  min-height: 22px;
  margin: -3px 0 4px;
  font-size: 12px;
}

.etx-webshop .viton-modal-config .viton-config-row > span,
.etx-webshop .viton-modal-config .viton-config-row > label {
  font-size: 12px;
}

.etx-webshop .viton-modal-config .viton-choice {
  padding: 7px 8px;
}

.etx-webshop .viton-modal-config .viton-package {
  gap: 2px;
  padding: 7px 8px;
}

.etx-webshop .viton-modal-config .viton-package span {
  font-size: 11px;
}

.etx-webshop .viton-modal-config .viton-config-row select,
.etx-webshop .viton-modal-config .viton-config-row input {
  min-height: 34px;
  padding: 7px 9px;
  border-radius: 7px;
  font-size: 12px;
}

.etx-webshop .viton-modal-config .viton-input-with-prefix input {
  padding-left: 44px;
}

.etx-webshop .viton-modal-config .viton-input-with-prefix > span {
  left: 10px;
  font-size: 11px;
}

.etx-webshop .viton-modal-config .viton-component-field {
  gap: 4px;
}

.etx-webshop .viton-modal-config .viton-component-field label {
  font-size: 12px;
}

.etx-webshop .viton-modal-config .viton-component-summary {
  gap: 2px;
  padding-top: 6px;
  font-size: 12px;
}

.etx-webshop .viton-modal-buy-row .modal-price strong {
  font-size: 22px;
}

.etx-webshop .viton-modal-buy-row .primary-button {
  min-height: 40px;
  padding: 8px 14px;
}

.etx-webshop .viton-modal-buy-row .card-quantity-stepper {
  height: 36px;
}

.etx-webshop .product-modal-info h2 {
  margin: 0;
  padding-right: 34px;
  font-size: 26px;
  line-height: 1.15;
}

.etx-webshop .modal-code {
  margin: 8px 0 20px;
  color: var(--muted);
  font-size: 12px;
}

.etx-webshop .modal-description {
  display: -webkit-box;
  max-height: none;
  overflow: hidden;
  margin: 7px 0 14px;
  padding-right: 34px;
  color: var(--text);
  font-size: 14px;
  line-height: 1.5;
  white-space: pre-line;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}

.etx-webshop .modal-description.is-expanded {
  display: block;
  overflow: visible;
  -webkit-line-clamp: unset;
}

.etx-webshop .modal-description-toggle {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  margin: -8px 0 14px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--blue);
  font: inherit;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}

.etx-webshop .modal-description-toggle:hover,
.etx-webshop .modal-description-toggle:focus-visible {
  color: var(--blue-dark);
  text-decoration: underline;
}

.etx-webshop .modal-pack-notice {
  margin: 0 0 14px;
  padding: 10px 12px;
  border-left: 3px solid var(--blue);
  background: var(--soft-blue);
  color: var(--ink);
  font-size: 12px;
  line-height: 1.45;
}

.etx-webshop .set-recommendation-intro {
  display: grid;
  gap: 4px;
  margin: 0 0 18px;
  padding: 12px 14px;
  border-left: 3px solid var(--blue);
  background: var(--soft-blue);
  color: var(--ink);
  font-size: 12px;
  line-height: 1.45;
}

.etx-webshop .set-recommendation-intro strong {
  font-size: 14px;
}

.etx-webshop .product-config {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
  gap: 10px 14px;
  padding-top: 12px;
  border-top: 1px solid var(--line);
}

.etx-webshop .config-group {
  min-width: 0;
}

.etx-webshop .linked-config-group {
  grid-column: 1 / -1;
  order: 2;
}

.etx-webshop .component-adjustment-notice {
  order: 3;
}

.etx-webshop .config-group > label,
.etx-webshop .config-label {
  display: block;
  margin-bottom: 5px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 800;
}

.etx-webshop .config-help {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.45;
}

.etx-webshop .modal-quantity-stepper {
  display: inline-grid;
  grid-template-columns: 36px 54px 36px;
  align-items: center;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 6px;
}

.etx-webshop .modal-quantity-stepper button {
  width: 36px;
  height: 36px;
  padding: 0;
  border: 0;
  background: var(--soft);
  color: var(--text);
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
}

.etx-webshop .modal-quantity-stepper button:hover:not(:disabled) {
  background: var(--soft-blue);
  color: var(--blue);
}

.etx-webshop .modal-quantity-stepper button:disabled {
  color: var(--muted);
  cursor: not-allowed;
  opacity: 0.45;
}

.etx-webshop .modal-quantity-stepper output {
  display: grid;
  place-items: center;
  width: 54px;
  height: 36px;
  padding: 0 4px;
  border: 0;
  border-right: 1px solid var(--line);
  border-left: 1px solid var(--line);
  background: var(--white);
  color: var(--text);
  font: inherit;
  font-size: 14px;
  font-weight: 800;
  text-align: center;
}

.etx-webshop .component-recommendation {
  margin: -1px 0 8px;
  color: var(--ink);
  font-size: 13px;
  line-height: 1.4;
}

.etx-webshop .component-recommendation span {
  margin-right: 3px;
  font-size: 14px;
}

.etx-webshop .product-config option.recommended-option {
  color: #111111;
  font-weight: 800;
}

.etx-webshop .choice-row {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.etx-webshop .choice-button {
  min-height: 34px;
  padding: 6px 9px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--white);
  color: var(--text);
  font-size: 13px;
  font-weight: 700;
}

.etx-webshop .choice-button[aria-pressed="true"] {
  border-color: var(--blue);
  background: var(--soft-blue);
  color: var(--blue);
}

.etx-webshop .linked-check {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr) auto;
  gap: 9px;
  align-items: start;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--soft);
}

.etx-webshop .linked-check input {
  width: 17px;
  height: 17px;
  margin: 1px 0 0;
  accent-color: var(--blue);
}

.etx-webshop .linked-check strong,
.etx-webshop .linked-check span {
  display: block;
}

.etx-webshop .linked-check span {
  margin-top: 3px;
  color: var(--muted);
  font-size: 11px;
}

.etx-webshop .modal-buy-row {
  position: sticky;
  z-index: 4;
  bottom: -20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: auto;
  margin-right: -30px;
  margin-bottom: -20px;
  margin-left: -30px;
  padding: 14px 30px 20px;
  border-top: 1px solid var(--line);
  background: var(--white);
  box-shadow: 0 -10px 24px rgba(16, 24, 40, 0.06);
}

.etx-webshop .product-config select {
  min-height: 38px;
  padding: 7px 30px 7px 9px;
  font-size: 13px;
}

.etx-webshop .component-adjustment-notice {
  grid-column: 1 / -1;
  margin: 0;
  padding: 8px 10px;
  border-left: 3px solid var(--blue);
  background: var(--soft-blue);
  color: var(--ink);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.4;
}

.etx-webshop .modal-price strong,
.etx-webshop .modal-price span,
.etx-webshop .modal-price del {
  display: block;
}

.etx-webshop .modal-price strong {
  font-size: 23px;
}

.etx-webshop .modal-price span {
  margin-top: 3px;
  color: var(--muted);
  font-size: 11px;
}

.etx-webshop .modal-price .modal-total-label {
  margin: 0 0 4px;
  color: var(--blue);
  font-size: 11px;
  font-weight: 800;
}

@media (min-width: 721px) {
  .etx-webshop .product-modal-media {
    padding: 22px;
  }

  .etx-webshop .product-modal-info {
    padding: 18px 28px 14px;
  }

  .etx-webshop .product-modal-info h2 {
    font-size: 24px;
    line-height: 1.12;
  }

  .etx-webshop .product-modal-info .eyebrow {
    margin-bottom: 6px;
  }

  .etx-webshop .modal-description {
    margin: 5px 0 10px;
    font-size: 13px;
    line-height: 1.42;
    -webkit-line-clamp: 4;
  }

  .etx-webshop .modal-description-toggle {
    min-height: 28px;
    margin: -6px 0 10px;
    font-size: 13px;
  }

  .etx-webshop .product-config {
    gap: 8px 14px;
    padding-top: 10px;
  }

  .etx-webshop .config-label {
    margin-bottom: 4px;
    font-size: 13px;
  }

  .etx-webshop .choice-button {
    min-height: 30px;
    padding: 5px 8px;
    font-size: 12px;
  }

  .etx-webshop .product-config select {
    min-height: 34px;
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .etx-webshop .modal-quantity-stepper {
    grid-template-columns: 34px 50px 34px;
  }

  .etx-webshop .modal-quantity-stepper button {
    width: 34px;
    height: 34px;
  }

  .etx-webshop .modal-quantity-stepper output {
    width: 50px;
    height: 34px;
  }

  .etx-webshop .component-recommendation {
    margin: -2px 0 5px;
    font-size: 12px;
    line-height: 1.32;
  }

  .etx-webshop .modal-buy-row {
    margin-right: -28px;
    margin-bottom: -14px;
    margin-left: -28px;
    padding: 10px 28px 14px;
  }

  .etx-webshop .modal-price strong {
    font-size: 21px;
  }
}

.etx-webshop .cart-dialog {
  width: min(480px, 100vw);
  max-width: 100vw;
  height: 100vh;
  max-height: 100vh;
  margin: 0 0 0 auto;
}

.etx-webshop .cart-heading {
  position: sticky;
  z-index: 2;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px;
  border-bottom: 1px solid var(--line);
  background: var(--white);
}

.etx-webshop .cart-heading h2 {
  font-size: 28px;
}

.etx-webshop .cart-heading-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.etx-webshop .clear-cart-button {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 42px;
  padding: 8px 10px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--white);
  color: var(--red);
  font-size: 12px;
  font-weight: 800;
}

.etx-webshop .clear-cart-button:hover:not(:disabled) {
  border-color: rgba(208, 40, 47, 0.38);
  background: #fff5f5;
}

.etx-webshop .clear-cart-button:disabled {
  color: var(--muted);
  cursor: not-allowed;
  opacity: 0.55;
}

.etx-webshop .clear-cart-button svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.etx-webshop #cartItems {
  padding: 10px 24px 170px;
}

.etx-webshop .cart-empty {
  padding: 70px 0;
  color: var(--muted);
  text-align: center;
}

.etx-webshop .cart-item {
  display: grid;
  grid-template-columns: 68px minmax(0, 1fr) auto;
  gap: 12px;
  padding: 15px 0;
  border-bottom: 1px solid var(--line);
}

.etx-webshop .cart-item img {
  width: 68px;
  height: 68px;
  object-fit: contain;
}

.etx-webshop .cart-item h3 {
  margin: 0;
  font-size: 14px;
  line-height: 1.3;
}

.etx-webshop .cart-item p {
  margin: 5px 0 0;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.45;
}

.etx-webshop .cart-item-quantity {
  display: inline-grid;
  grid-template-columns: 30px 34px 30px;
  align-items: center;
  margin-top: 10px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 6px;
}

.etx-webshop .cart-item-quantity button {
  width: 30px;
  height: 30px;
  padding: 0;
  border: 0;
  background: var(--soft);
  color: var(--text);
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
}

.etx-webshop .cart-item-quantity button:hover:not(:disabled) {
  background: var(--soft-blue);
  color: var(--blue);
}

.etx-webshop .cart-item-quantity button:disabled {
  color: var(--muted);
  cursor: not-allowed;
  opacity: 0.45;
}

.etx-webshop .cart-item-quantity output {
  color: var(--text);
  font-size: 13px;
  font-weight: 800;
  text-align: center;
}

.etx-webshop .cart-inquiry-badge {
  display: inline-block;
  margin-top: 7px;
  padding: 3px 6px;
  border-radius: 4px;
  background: var(--soft-blue);
  color: var(--blue);
  font-size: 10px;
  font-weight: 800;
}

.etx-webshop .cart-item-price {
  text-align: right;
}

.etx-webshop .cart-item-price strong {
  display: block;
  font-size: 13px;
}

.etx-webshop .remove-item {
  margin-top: 7px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--red);
  font-size: 11px;
}

.etx-webshop .cart-summary {
  position: fixed;
  right: 0;
  bottom: 0;
  width: min(480px, 100vw);
  padding: 20px 24px 24px;
  border-top: 1px solid var(--line);
  background: var(--white);
  box-shadow: 0 -10px 28px rgba(16, 24, 40, 0.08);
}

.etx-webshop .cart-total {
  display: flex;
  justify-content: space-between;
  margin-bottom: 14px;
  font-size: 18px;
  font-weight: 800;
}

.etx-webshop .cart-summary .primary-button {
  width: 100%;
}

.etx-webshop .cart-note {
  margin: 9px 0 0;
  color: var(--muted);
  font-size: 10px;
  line-height: 1.4;
  text-align: center;
}

.etx-webshop .inquiry-dialog {
  width: min(760px, calc(100vw - 28px));
  max-width: 760px;
  max-height: min(90vh, 860px);
  overflow: auto;
  border-radius: 8px;
}

.etx-webshop .inquiry-dialog-inner {
  padding: 38px 42px 42px;
}

.etx-webshop .inquiry-heading {
  padding-right: 42px;
}

.etx-webshop .inquiry-heading h2 {
  margin: 0;
  color: var(--ink);
  font-size: 30px;
  line-height: 1.15;
}

.etx-webshop .inquiry-heading > p:last-child {
  max-width: 620px;
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.etx-webshop .inquiry-form {
  display: grid;
  gap: 18px;
  margin-top: 26px;
}

.etx-webshop .inquiry-section {
  min-width: 0;
  margin: 0;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--white);
}

.etx-webshop .inquiry-section legend {
  padding: 0 8px;
  color: var(--ink);
  font-size: 15px;
  font-weight: 800;
}

.etx-webshop .inquiry-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.etx-webshop .inquiry-field-wide {
  grid-column: 1 / -1;
}

.etx-webshop .inquiry-form label {
  display: grid;
  gap: 7px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 800;
}

.etx-webshop .inquiry-form label small {
  color: var(--muted);
  font-weight: 400;
}

.etx-webshop .inquiry-form input,
.etx-webshop .inquiry-form textarea {
  width: 100%;
  border: 1px solid #cfd8e3;
  border-radius: 6px;
  background: var(--white);
  color: var(--ink);
}

.etx-webshop .inquiry-form input {
  min-height: 46px;
  padding: 10px 12px;
}

.etx-webshop .inquiry-form textarea {
  min-height: 128px;
  padding: 12px;
  line-height: 1.5;
  resize: vertical;
}

.etx-webshop .inquiry-form input:focus,
.etx-webshop .inquiry-form textarea:focus {
  border-color: var(--blue);
  outline: 3px solid rgba(31, 64, 171, 0.13);
}

.etx-webshop .r1-option {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
}

.etx-webshop .r1-option-top {
  margin-top: 0;
  padding: 0 0 16px;
  border-top: 0;
  border-bottom: 1px solid var(--line);
}

.etx-webshop .inquiry-subheading {
  margin: 16px 0 12px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 800;
}

.etx-webshop .inquiry-form .r1-checkbox {
  display: flex;
  align-items: center;
  gap: 9px;
  cursor: pointer;
}

.etx-webshop .inquiry-form .r1-checkbox input {
  width: 18px;
  min-height: 18px;
  height: 18px;
  margin: 0;
  padding: 0;
  accent-color: var(--blue);
}

.etx-webshop .r1-help-wrap {
  position: relative;
  display: inline-flex;
}

.etx-webshop .r1-help {
  display: grid;
  width: 22px;
  height: 22px;
  padding: 0;
  place-items: center;
  border: 1px solid #aebbc9;
  border-radius: 50%;
  background: var(--white);
  color: var(--blue);
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  cursor: help;
}

.etx-webshop .r1-help:focus-visible {
  outline: 3px solid rgba(31, 64, 171, 0.16);
  outline-offset: 2px;
}

.etx-webshop .r1-tooltip {
  position: absolute;
  z-index: 4;
  left: 50%;
  bottom: calc(100% + 9px);
  width: 280px;
  padding: 10px 12px;
  border-radius: 6px;
  background: var(--ink);
  color: var(--white);
  font-size: 12px;
  font-weight: 400;
  line-height: 1.45;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 4px);
  transition: opacity 160ms ease, transform 160ms ease;
}

.etx-webshop .r1-help-wrap:hover .r1-tooltip,
.etx-webshop .r1-help-wrap:focus-within .r1-tooltip {
  opacity: 1;
  transform: translate(-50%, 0);
}

.etx-webshop .r1-fields {
  margin-top: 0;
}

.etx-webshop .r1-fields[hidden] {
  display: none;
}

.etx-webshop .inquiry-form .delivery-same-checkbox {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 18px;
  padding: 13px 14px;
  border: 1px solid #b7c7ec;
  border-radius: 6px;
  background: #f2f6ff;
  color: var(--blue-dark);
  cursor: pointer;
}

.etx-webshop .inquiry-form .delivery-same-checkbox:has(input:checked) {
  border-color: var(--blue);
  background: #eaf1ff;
}

.etx-webshop .inquiry-form .delivery-same-checkbox input {
  width: 18px;
  min-height: 18px;
  height: 18px;
  margin: 0;
  padding: 0;
  accent-color: var(--blue);
}

.etx-webshop .alternate-delivery-fields {
  margin-top: 16px;
  padding-top: 1px;
  border-top: 1px solid var(--line);
}

.etx-webshop .alternate-delivery-fields[hidden],
.etx-webshop .standard-address-fields[hidden] {
  display: none;
}

.etx-webshop .inquiry-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.etx-webshop .inquiry-order-summary {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--soft);
}

.etx-webshop .inquiry-order-summary h3 {
  margin: 0 0 12px;
  font-size: 15px;
}

.etx-webshop .inquiry-order-summary ol {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 22px;
}

.etx-webshop .inquiry-order-summary li {
  padding-left: 3px;
  color: var(--text);
  font-size: 12px;
  line-height: 1.45;
}

.etx-webshop .inquiry-order-summary li strong,
.etx-webshop .inquiry-order-summary li span,
.etx-webshop .inquiry-order-summary li small {
  display: block;
}

.etx-webshop .inquiry-order-summary li strong {
  color: var(--ink);
  font-size: 13px;
}

.etx-webshop .inquiry-order-summary li small {
  margin-top: 2px;
  color: var(--muted);
}

.etx-webshop .inquiry-status {
  margin: 0;
  padding: 11px 12px;
  border-radius: 6px;
  font-size: 13px;
  line-height: 1.45;
}

.etx-webshop .inquiry-status.is-success {
  background: #eaf7ef;
  color: #0d6038;
}

.etx-webshop .inquiry-status.is-error {
  background: #fff1f1;
  color: #a61b23;
}

.etx-webshop .inquiry-submit {
  justify-self: end;
  min-width: 180px;
}

.etx-webshop .toast {
  position: fixed;
  z-index: 150;
  right: 22px;
  bottom: 22px;
  max-width: 340px;
  padding: 13px 15px;
  border-radius: 6px;
  background: var(--ink);
  color: var(--white);
  box-shadow: var(--shadow);
  font-size: 13px;
}

.etx-webshop .toast.is-warning {
  max-width: 430px;
  border: 1px solid #e4b850;
  border-left: 4px solid #d97706;
  background: #fff8e7;
  color: #6b2b0b;
  font-weight: 700;
  line-height: 1.45;
}

@media (max-width: 1240px) {
  .etx-webshop .desktop-nav {
    gap: 2px;
  }

  .etx-webshop .desktop-nav a {
    padding-inline: 9px;
  }

  .etx-webshop .shop-layout {
    grid-template-columns: 225px minmax(0, 1fr);
    gap: 20px;
    width: var(--width);
  }

  .etx-webshop .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .etx-webshop {
    --width: min(100% - 24px, 680px);
  }

  .etx-webshop .site-header::before {
    height: 4px;
  }

  .etx-webshop .header-inner {
    min-height: 67px;
    gap: 10px;
  }

  .etx-webshop .brand img {
    width: 160px;
    height: 46px;
  }

  .etx-webshop .desktop-nav {
    display: none;
  }

  .etx-webshop .menu-button {
    display: inline-flex;
  }

  .etx-webshop .cart-button {
    min-height: 40px;
    padding-inline: 10px;
    font-size: 13px;
  }

  .etx-webshop .catalog-heading {
    align-items: start;
    padding: 28px 0 22px;
  }

  .etx-webshop .catalog-heading h1 {
    font-size: 32px;
  }

  .etx-webshop .preview-status {
    display: none;
  }

  .etx-webshop .shop-toolbar {
    top: 71px;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 9px;
    padding: 10px 12px;
  }

  .etx-webshop .filter-button {
    display: block;
    grid-column: 1;
    grid-row: 1;
  }

  .etx-webshop .search-field {
    grid-column: 2;
    grid-row: 1;
  }

  .etx-webshop .shop-toolbar > .cart-button {
    grid-column: 3;
    grid-row: 1;
  }

  .etx-webshop .sort-field {
    grid-column: 1 / -1;
    grid-row: 2;
  }

  .etx-webshop .sort-field span {
    min-width: 49px;
  }

  .etx-webshop .result-count {
    position: absolute;
    right: 18px;
    bottom: -28px;
  }

  .etx-webshop .shop-layout {
    display: block;
    padding-top: 40px;
  }

  .etx-webshop .filters-panel {
    position: fixed;
    z-index: 120;
    inset: auto 0 0;
    max-height: 82vh;
    overflow: auto;
    border: 0;
    border-radius: 8px 8px 0 0;
    box-shadow: 0 -18px 50px rgba(16, 24, 40, 0.22);
    transform: translateY(105%);
    transition: transform 180ms ease;
  }

  .etx-webshop .filters-panel.is-open {
    transform: translateY(0);
  }

  .etx-webshop .filter-panel-heading {
    position: sticky;
    z-index: 3;
    top: 0;
    background: var(--white);
  }

  .etx-webshop .filter-close {
    display: inline-flex !important;
  }

  .etx-webshop .screen-overlay {
    position: fixed;
    z-index: 110;
    inset: 0;
    background: rgba(16, 24, 40, 0.55);
  }

  .etx-webshop .product-card:hover {
    transform: none;
  }

  .etx-webshop .product-card:hover .product-card-image img {
    opacity: 1;
    transform: none;
  }

  .etx-webshop .product-card:hover .product-description-preview {
    opacity: 0;
  }

  .etx-webshop .viton-configurator {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .etx-webshop.is-viton-mode .shop-layout {
    grid-template-columns: 1fr;
    width: min(94vw, var(--width));
  }

  .etx-webshop.is-viton-mode #vitonConfigurator {
    width: min(94vw, var(--width));
  }

  .etx-webshop .viton-config-panel-main {
    border-right: 0;
    border-bottom: 1px solid rgba(217, 226, 236, 0.85);
  }

  .etx-webshop .viton-config-copy,
  .etx-webshop .viton-config-panel {
    padding: 20px;
  }

  .etx-webshop .viton-config-copy img {
    max-height: 150px;
    object-fit: contain;
  }

  .etx-webshop .viton-config-summary {
    grid-template-columns: 1fr;
  }

  .etx-webshop .viton-price {
    text-align: left;
  }

  .etx-webshop .viton-config-heading {
    display: grid;
  }

  .etx-webshop .viton-reset {
    justify-self: start;
  }

  .etx-webshop .viton-component-grid {
    grid-template-columns: 1fr;
  }

  .etx-webshop .viton-shade-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-height: 190px;
  }

  .etx-webshop .product-modal-grid {
    grid-template-columns: minmax(250px, 0.72fr) minmax(0, 1.5fr);
  }

  .etx-webshop .product-modal-media {
    min-height: 0;
    padding: 24px;
  }

  .etx-webshop .product-modal-main-image {
    max-height: min(44vh, 300px);
  }

  .etx-webshop .product-modal-info {
    padding: 22px 22px 18px;
  }

  .etx-webshop .dialog-close {
    position: absolute;
    top: 10px;
    right: 10px;
    margin: 0;
  }
}

@media (max-width: 720px) {
  .etx-webshop .product-dialog {
    width: 100vw;
    max-width: 100vw;
    height: 100vh;
    height: 100dvh;
    max-height: 100vh;
    max-height: 100dvh;
    margin: 0;
    overflow: hidden;
    border-radius: 0;
  }

  .etx-webshop .product-modal-grid {
    display: flex;
    flex-direction: column;
    height: 100vh;
    height: 100dvh;
    min-height: 0;
    overflow: hidden;
  }

  .etx-webshop .product-modal-media {
    flex: 0 0 220px;
    height: 220px;
    min-height: 220px;
    padding: 18px 56px 14px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .etx-webshop .product-modal-main-image {
    max-height: 178px;
  }

  .etx-webshop .product-modal-thumbnails {
    display: none;
  }

  .etx-webshop .product-modal-info {
    flex: 1 1 auto;
    min-height: 0;
    padding: 20px 18px 24px;
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
  }

  .etx-webshop .product-modal-info h2 {
    font-size: 22px;
  }

  .etx-webshop .modal-description {
    -webkit-line-clamp: 5;
  }

  .etx-webshop .modal-description.is-expanded {
    display: block;
    overflow: visible;
    -webkit-line-clamp: unset;
  }

  .etx-webshop .modal-buy-row {
    position: sticky;
    z-index: 4;
    bottom: 0;
    margin-right: -18px;
    margin-bottom: -24px;
    margin-left: -18px;
    padding: 14px 18px calc(14px + env(safe-area-inset-bottom));
    background: var(--white);
    box-shadow: 0 -10px 24px rgba(16, 24, 40, 0.08);
  }

  .etx-webshop .dialog-close {
    position: fixed;
  }
}

@media (max-width: 560px) {
  .etx-webshop .brand img {
    width: 145px;
  }

  .etx-webshop .cart-button {
    font-size: 0;
  }

  .etx-webshop .cart-button::before {
    font-size: 12px;
    content: "Košarica";
  }

  .etx-webshop .cart-button span {
    margin-left: 4px;
    font-size: 11px;
  }

  .etx-webshop .catalog-heading > div > p:last-child {
    font-size: 14px;
  }

  .etx-webshop .product-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .etx-webshop .viton-config-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .etx-webshop .viton-config-actions .primary-button {
    width: 100%;
  }

  .etx-webshop .viton-choice,
  .etx-webshop .viton-package {
    flex: 1 1 calc(50% - 8px);
  }

  .etx-webshop .product-card {
    min-height: 390px;
  }

  .etx-webshop .product-card-image {
    height: 220px;
  }

  .etx-webshop .footer-inner {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .etx-webshop .modal-buy-row {
    align-items: stretch;
    flex-direction: column;
  }

  .etx-webshop .modal-buy-row .primary-button {
    width: 100%;
  }

  .etx-webshop .inquiry-dialog {
    width: 100vw;
    max-width: 100vw;
    height: 100vh;
    max-height: 100vh;
    margin: 0;
    border-radius: 0;
  }

  .etx-webshop .inquiry-dialog-inner {
    padding: 30px 18px 34px;
  }

  .etx-webshop .inquiry-heading h2 {
    font-size: 26px;
  }

  .etx-webshop .inquiry-fields {
    grid-template-columns: 1fr;
  }

  .etx-webshop .inquiry-section {
    padding: 15px;
  }

  .etx-webshop .inquiry-field-wide {
    grid-column: auto;
  }

  .etx-webshop .r1-tooltip {
    right: -24px;
    left: auto;
    width: min(260px, calc(100vw - 76px));
    transform: translateY(4px);
  }

  .etx-webshop .r1-help-wrap:hover .r1-tooltip,
.etx-webshop .r1-help-wrap:focus-within .r1-tooltip {
    transform: translateY(0);
  }

  .etx-webshop .inquiry-submit {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .etx-webshop, .etx-webshop *,
.etx-webshop *::before,
.etx-webshop *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

body.etx-product-modal-open {
  overflow: hidden !important;
  overscroll-behavior: contain;
  touch-action: none;
}

body.etx-product-modal-open .etx-webshop dialog,
body.etx-product-modal-open .etx-webshop dialog * {
  touch-action: auto;
}

.etx-webshop .modal-description-toggle[hidden] {
  display: none !important;
}
