@font-face {
  font-family: "EDC UI";
  src: url("../fonts/bahnschrift.ttf") format("truetype");
  font-display: swap;
  font-weight: 300 700;
}

:root {
  --edc-ink: #090909;
  --edc-white: #fff;
  --edc-paper: #f4f4f2;
  --edc-line: #d7d7d3;
  --edc-muted: #6a6a67;
  --edc-focus: #1a5fa8;
  --edc-positive: #27643c;
  --edc-danger: #a33124;
  --edc-hover: #282828;
  --edc-container: 1440px;
  --edc-gutter: clamp(16px, 3vw, 48px);
  --edc-header-height: 92px;
}

html { box-sizing: border-box; scroll-behavior: smooth; }
*, *::before, *::after { box-sizing: inherit; }
body.edc-page {
  margin: 0;
  min-width: 320px;
  color: var(--edc-ink);
  background: var(--edc-white);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  padding-bottom: 0;
}
body.edc-page.edc-menu-is-open { overflow: hidden; }
body.edc-page a { color: inherit; }
body.edc-page a:hover, body.edc-page a:focus { color: inherit; text-decoration: none; }
body.edc-page button, body.edc-page input, body.edc-page select, body.edc-page textarea { font: inherit; }
body.edc-page img { max-width: 100%; height: auto; }
body.edc-page svg { fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
body.edc-page :focus-visible { outline: 2px solid var(--edc-focus); outline-offset: 3px; }
.edc-container { width: min(100%, var(--edc-container)); margin-inline: auto; padding-inline: var(--edc-gutter); }
.edc-skip-link { position: fixed; z-index: 10000; top: 10px; left: 10px; padding: 12px 16px; background: var(--edc-ink); color: var(--edc-white) !important; transform: translateY(-160%); }
.edc-skip-link:focus { transform: translateY(0); }
.sr-only { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

.edc-header { position: relative; z-index: 100; border-bottom: 1px solid var(--edc-line); background: var(--edc-white); }
.edc-utility { border-bottom: 1px solid var(--edc-line); font-size: 12px; letter-spacing: .055em; text-transform: uppercase; }
.edc-utility__inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.edc-utility__message { margin: 0; color: var(--edc-muted); }
.edc-utility__links { display: flex; align-items: center; gap: 28px; }
.edc-utility__links a { padding-block: 7px; }
.edc-utility__links a:hover { text-decoration: underline; text-underline-offset: 4px; }
.edc-header__main { min-height: var(--edc-header-height); display: grid; grid-template-columns: auto auto minmax(230px, 1fr) auto; align-items: center; gap: clamp(20px, 2.2vw, 40px); }
.edc-logo { display: block; width: 150px; flex: none; }
.edc-logo img, .edc-footer__logo img { display: block; width: 100%; }
.edc-primary-nav { display: flex; align-items: center; gap: clamp(18px, 1.8vw, 34px); font-family: "EDC UI", Arial, sans-serif; font-size: 14px; font-weight: 600; letter-spacing: .04em; text-transform: uppercase; white-space: nowrap; }
.edc-primary-nav a, .edc-primary-nav button { min-height: 44px; display: inline-flex; align-items: center; border: 0; background: transparent; padding: 0; }
.edc-primary-nav a::after, .edc-primary-nav button::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 7px; height: 1px; background: currentColor; transition: right 180ms ease; }
.edc-primary-nav a, .edc-primary-nav button { position: relative; }
.edc-primary-nav a:hover::after, .edc-primary-nav button:hover::after, .edc-primary-nav button[aria-expanded="true"]::after { right: 0; }
.edc-primary-nav__catalog { gap: 6px; }
.edc-primary-nav__catalog svg { width: 14px; height: 14px; transition: transform 180ms ease; }
.edc-primary-nav__catalog[aria-expanded="true"] svg { transform: rotate(180deg); }
.edc-header__search { min-width: 180px; max-width: 440px; justify-self: stretch; }
.edc-search { height: 48px; display: grid; grid-template-columns: 1fr 48px; border: 1px solid var(--edc-ink); background: var(--edc-white); }
.edc-search input { width: 100%; min-width: 0; border: 0; border-radius: 0; box-shadow: none; background: transparent; padding: 0 14px; font-size: 14px; }
.edc-search input:focus { outline: 0; }
.edc-search:focus-within { outline: 2px solid var(--edc-focus); outline-offset: 2px; }
.edc-search button { width: 48px; height: 46px; border: 0; border-left: 1px solid var(--edc-ink); border-radius: 0; background: var(--edc-ink); color: var(--edc-white); display: grid; place-items: center; }
.edc-search button:hover { background: #242424; }
.edc-search svg { width: 21px; height: 21px; }
.edc-header-actions { display: flex; align-items: stretch; gap: 2px; }
.edc-header-action { position: relative; min-width: 58px; min-height: 58px; padding: 7px 8px; border: 0; border-radius: 0; background: transparent; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 4px; color: var(--edc-ink); font-size: 10px; line-height: 1; white-space: nowrap; }
.edc-header-action:hover { background: var(--edc-paper); }
.edc-header-action svg { width: 21px; height: 21px; }
.edc-menu-trigger { display: none; }
.edc-icon-button { width: 48px; height: 48px; border: 0; border-radius: 0; background: transparent; color: var(--edc-ink); place-items: center; }
.edc-icon-button:hover { background: var(--edc-paper); }
.edc-icon-button svg { width: 25px; height: 25px; }

.edc-catalog-panel { position: absolute; top: 100%; left: 0; right: 0; max-height: calc(100vh - 126px); overflow-y: auto; border-top: 1px solid var(--edc-line); border-bottom: 1px solid var(--edc-ink); background: var(--edc-white); box-shadow: 0 18px 40px rgba(0,0,0,.08); }
.edc-catalog-panel[hidden] { display: none; }
.edc-catalog-panel__head { padding-block: 28px 20px; display: flex; align-items: baseline; justify-content: space-between; border-bottom: 1px solid var(--edc-line); font-family: "EDC UI", Arial, sans-serif; }
.edc-catalog-panel__head span { font-size: 24px; font-weight: 600; }
.edc-catalog-panel__head a { color: var(--edc-muted); font-size: 13px; text-decoration: underline; text-underline-offset: 4px; }
.edc-category-grid { list-style: none; margin: 0; padding: 30px 0 42px; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 32px 48px; }
.edc-category-grid ul { list-style: none; margin: 13px 0 0; padding: 0; }
.edc-category-grid li li + li { margin-top: 7px; }
.edc-category-grid__title { font-family: "EDC UI", Arial, sans-serif; font-weight: 600; text-transform: uppercase; letter-spacing: .04em; }
.edc-category-grid ul a { color: var(--edc-muted); font-size: 14px; }
.edc-category-grid a:hover { text-decoration: underline; text-underline-offset: 3px; }

.edc-cart { position: relative; }
.edc-cart__trigger { cursor: pointer; }
.edc-cart__label { display: block; }
.edc-cart__total { position: absolute; top: 3px; right: 2px; min-width: 18px; height: 18px; overflow: hidden; padding: 0 4px; border-radius: 9px; background: var(--edc-ink); color: var(--edc-white); font-size: 10px; font-weight: 650; line-height: 18px; text-align: center; }
.edc-cart-popover { display: none; position: absolute; z-index: 120; top: calc(100% + 17px); right: 0; width: min(390px, calc(100vw - 32px)); margin: 0; padding: 0; border: 1px solid var(--edc-ink); border-radius: 0; background: var(--edc-white); list-style: none; box-shadow: 0 18px 45px rgba(0,0,0,.14); }
.edc-cart.edc-cart--open .edc-cart-popover, .edc-cart.open .edc-cart-popover { display: block; }
.edc-cart-popover__items { display: block; max-height: 360px; overflow-y: auto; padding: 16px; }
.edc-mini-product { display: grid; grid-template-columns: 64px 1fr 28px; gap: 12px; align-items: start; padding: 12px 0; border-bottom: 1px solid var(--edc-line); }
.edc-mini-product:first-child { padding-top: 0; }
.edc-mini-product img { width: 64px; aspect-ratio: 1; object-fit: contain; background: var(--edc-paper); }
.edc-mini-product div { min-width: 0; font-size: 13px; }
.edc-mini-product div > a { font-weight: 600; }
.edc-mini-product small { display: block; margin-top: 7px; color: var(--edc-muted); }
.edc-mini-product button { width: 28px; height: 28px; border: 0; background: transparent; font-size: 22px; line-height: 1; }
.edc-cart-popover__summary { display: block; padding: 16px; border-top: 1px solid var(--edc-ink); }
.edc-cart-popover__summary p { display: flex; justify-content: space-between; margin: 0 0 7px; font-size: 13px; }
.edc-cart-popover__actions { margin-top: 14px; display: grid; grid-template-columns: 1fr 1fr; }
.edc-cart-popover__actions a { min-height: 44px; display: grid; place-items: center; border: 1px solid var(--edc-ink); font-family: "EDC UI", Arial, sans-serif; font-size: 12px; font-weight: 600; text-transform: uppercase; }
.edc-cart-popover__actions a:last-child { background: var(--edc-ink); color: var(--edc-white); }
.edc-cart-popover__empty { display: block; padding: 28px; text-align: center; color: var(--edc-muted); }

.edc-mobile-menu, .edc-page-scrim { display: none; }

/* Modern base for legacy OpenCart templates while each route is being rebuilt. */
body.edc-page > .container { width: min(100%, var(--edc-container)); padding-inline: var(--edc-gutter); }
body.edc-page #content { min-height: 360px; padding-top: clamp(28px, 4vw, 64px); padding-bottom: clamp(56px, 7vw, 112px); }
body.edc-page .breadcrumb { margin: 0 0 30px; padding: 0 0 13px; border-bottom: 1px solid var(--edc-line); border-radius: 0; background: transparent; font-size: 13px; }
body.edc-page h1, body.edc-page h2, body.edc-page h3, body.edc-page h4 { font-family: "EDC UI", Arial, sans-serif; color: var(--edc-ink); }
body.edc-page h1 { margin: 0 0 32px; font-size: clamp(34px, 4.8vw, 72px); font-weight: 600; line-height: .98; letter-spacing: -.035em; }
body.edc-page h2 { font-size: clamp(25px, 2.8vw, 42px); line-height: 1.05; }
body.edc-page .btn { min-height: 44px; border-radius: 0; box-shadow: none; font-family: "EDC UI", Arial, sans-serif; font-weight: 600; letter-spacing: .035em; }
body.edc-page .btn-primary, body.edc-page .btn-inverse, body.edc-page .btn-success, body.edc-page .btn-warning { border-color: var(--edc-ink); background: var(--edc-ink); color: var(--edc-white); }
body.edc-page .btn-primary:hover, body.edc-page .btn-inverse:hover, body.edc-page .btn-success:hover, body.edc-page .btn-warning:hover { border-color: var(--edc-hover); background: var(--edc-hover); color: var(--edc-white); }
body.edc-page .btn-default { border-color: var(--edc-ink); background: var(--edc-white); color: var(--edc-ink); }
body.edc-page .btn-default:hover { background: var(--edc-paper); color: var(--edc-ink); }
body.edc-page .btn-danger { border-color: var(--edc-danger); background: var(--edc-danger); color: var(--edc-white); }
body.edc-page .form-control { min-height: 44px; border-color: var(--edc-line); border-radius: 0; box-shadow: none; }
body.edc-page .form-control:focus { border-color: var(--edc-ink); box-shadow: 0 0 0 2px var(--edc-focus); }
body.edc-page .panel, body.edc-page .well, body.edc-page .list-group-item { border-radius: 0; box-shadow: none; }
body.edc-page .product-thumb { border: 0; }
body.edc-page .product-thumb .image { background: var(--edc-paper); }
body.edc-page .product-thumb .caption { min-height: 0; padding: 18px 0; }
body.edc-page .product-thumb .button-group { border: 0; background: transparent; }
body.edc-page .product-thumb .button-group button { border: 1px solid var(--edc-line); background: var(--edc-white); color: var(--edc-ink); }

.edc-footer { margin-top: 0; border-top: 1px solid var(--edc-ink); background: var(--edc-ink); color: var(--edc-white); }
.edc-footer a { color: var(--edc-white) !important; }
.edc-footer__lead { padding-top: clamp(42px, 6vw, 84px); padding-bottom: clamp(34px, 5vw, 68px); display: grid; grid-template-columns: 1.5fr 1fr; gap: 48px; border-bottom: 1px solid #333; }
.edc-footer__logo { display: block; width: 188px; filter: invert(1); }
.edc-footer__lead p { max-width: 520px; margin: 20px 0 0; color: #aaa; }
.edc-footer__social { display: grid; grid-template-columns: 1fr auto; gap: 10px 24px; align-content: start; }
.edc-footer__social span { grid-column: 1 / -1; margin-bottom: 10px; color: #8c8c8c; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.edc-footer__social a { min-height: 44px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid #444; font-family: "EDC UI", Arial, sans-serif; font-weight: 600; }
.edc-footer__grid { padding-top: clamp(38px, 5vw, 68px); padding-bottom: clamp(46px, 6vw, 80px); display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px; }
.edc-footer h2 { margin: 0 0 20px; color: var(--edc-white) !important; font-size: 14px !important; font-weight: 600; letter-spacing: .07em; text-transform: uppercase; }
.edc-footer ul { list-style: none; margin: 0; padding: 0; }
.edc-footer li + li { margin-top: 10px; }
.edc-footer li a, .edc-footer__contact p { color: #aaa !important; font-size: 14px; }
.edc-footer li a:hover { color: var(--edc-white) !important; text-decoration: underline; text-underline-offset: 4px; }
.edc-footer__contact p { max-width: 310px; }
.edc-text-link { display: inline-flex; min-height: 44px; align-items: center; border-bottom: 1px solid #555; font-family: "EDC UI", Arial, sans-serif; font-size: 13px; font-weight: 600; }
.edc-footer__legal { min-height: 72px; padding-block: 20px; display: flex; justify-content: space-between; gap: 24px; align-items: center; border-top: 1px solid #333; color: #777; font-size: 12px; }
.edc-mobile-dock { display: none; }

@media (max-width: 1240px) {
  .edc-header__main { grid-template-columns: auto auto minmax(220px, 1fr) auto; gap: 18px; }
  .edc-logo { width: 128px; }
  .edc-primary-nav { gap: 17px; font-size: 12px; }
  .edc-header-action { min-width: 48px; padding-inline: 5px; }
  .edc-header-action--desktop span { display: none; }
}

@media (max-width: 1120px) {
  :root { --edc-header-height: 72px; }
  body.edc-page { padding-bottom: calc(65px + env(safe-area-inset-bottom)); }
  .edc-utility, .edc-primary-nav, .edc-header-action--desktop { display: none; }
  .edc-header { position: sticky; top: 0; }
  .edc-header__main { min-height: 72px; grid-template-columns: 48px auto minmax(0, 1fr) 52px; gap: 10px; padding-inline: 12px; }
  .edc-menu-trigger { display: grid; }
  .edc-logo { width: 114px; }
  .edc-header__search { max-width: none; }
  .edc-search { height: 44px; grid-template-columns: 1fr 44px; }
  .edc-search button { width: 44px; height: 42px; }
  .edc-cart__trigger { min-width: 48px; min-height: 48px; }
  .edc-cart__label { display: none; }
  .edc-cart-popover { position: fixed; top: 71px; right: 12px; }
  .edc-catalog-panel { display: none !important; }
  .edc-mobile-menu { display: block; position: fixed; z-index: 1001; inset: 0 auto 0 0; width: min(480px, 92vw); background: var(--edc-white); transform: translateX(-102%); visibility: hidden; transition: transform 240ms cubic-bezier(.2,.8,.2,1), visibility 240ms; }
  .edc-mobile-menu[aria-hidden="false"] { transform: translateX(0); visibility: visible; }
  .edc-mobile-menu__bar { height: 72px; padding: 0 12px 0 20px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--edc-line); font-family: "EDC UI", Arial, sans-serif; font-size: 20px; font-weight: 600; }
  .edc-mobile-menu__content { height: calc(100% - 72px); overflow-y: auto; overscroll-behavior: contain; padding: 12px 20px 40px; }
  .edc-mobile-menu nav > a, .edc-mobile-menu summary { min-height: 56px; display: flex; align-items: center; border-bottom: 1px solid var(--edc-line); font-family: "EDC UI", Arial, sans-serif; font-size: 21px; font-weight: 600; list-style: none; cursor: pointer; }
  .edc-mobile-menu summary::-webkit-details-marker { display: none; }
  .edc-mobile-menu summary::after { content: "+"; margin-left: auto; font-size: 26px; font-weight: 300; }
  .edc-mobile-menu details[open] summary::after { content: "−"; }
  .edc-mobile-menu ul { list-style: none; margin: 0; padding: 8px 0 18px 16px; }
  .edc-mobile-menu li a { min-height: 44px; display: flex; align-items: center; color: var(--edc-muted); }
  .edc-mobile-menu__service { margin-top: 24px; display: grid; grid-template-columns: 1fr 1fr; gap: 0 20px; border-top: 1px solid var(--edc-ink); }
  .edc-mobile-menu__service a { min-height: 48px; display: flex; align-items: center; border-bottom: 1px solid var(--edc-line); font-size: 14px; }
  .edc-page-scrim { display: block; position: fixed; z-index: 1000; inset: 0; width: 100%; height: 100%; border: 0; background: rgba(0,0,0,.48); opacity: 1; }
  .edc-page-scrim[hidden] { display: none; }
  .edc-footer__grid { grid-template-columns: repeat(2, 1fr); }
  .edc-mobile-dock { position: fixed; z-index: 90; left: 0; right: 0; bottom: 0; min-height: calc(64px + env(safe-area-inset-bottom)); padding-bottom: env(safe-area-inset-bottom); border-top: 1px solid var(--edc-line); background: rgba(255,255,255,.97); display: grid; grid-template-columns: repeat(5, 1fr); backdrop-filter: blur(14px); }
  .edc-mobile-dock a, .edc-mobile-dock button { min-width: 0; min-height: 64px; border: 0; background: transparent; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 4px; color: var(--edc-ink); font-size: 10px; }
  .edc-mobile-dock svg { width: 21px; height: 21px; }
}

@media (max-width: 640px) {
  :root { --edc-gutter: 16px; }
  .edc-header__main { grid-template-columns: 44px minmax(0, 1fr) 48px; gap: 8px; }
  .edc-logo { width: 96px; }
  .edc-header__search { display: none; }
  .edc-search { border-color: var(--edc-line); }
  .edc-search input { padding-inline: 10px; font-size: 13px; }
  .edc-search input::placeholder { color: transparent; }
  .edc-search button { border-left-color: var(--edc-line); background: var(--edc-white); color: var(--edc-ink); }
  body.edc-page h1 { font-size: clamp(34px, 12vw, 54px); }
  .edc-footer__lead, .edc-footer__grid { grid-template-columns: 1fr; }
  .edc-footer__lead { gap: 36px; }
  .edc-footer__social { grid-template-columns: 1fr; }
  .edc-footer__legal { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

