:root {
  --odea-brand-ink: #17211d;
  --odea-brand-green: #173f35;
  --odea-brand-green-deep: #0f3028;
  --odea-brand-cream: #f5f0e7;
  --odea-brand-paper: #fbfaf7;
  --odea-brand-gold: #cda764;
  --odea-brand-line: rgba(255, 255, 255, 0.14);
  --odea-brand-font: Manrope, ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
}

html {
  scroll-behavior: smooth;
}

body,
body p,
body li,
body a,
body strong,
body small,
body label,
body input,
body select,
body textarea,
body button,
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  font-family: var(--odea-brand-font) !important;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  font-style: normal;
  text-wrap: balance;
}

body h1 {
  font-weight: 600 !important;
  letter-spacing: -0.045em !important;
  line-height: 1.08 !important;
}

body h2 {
  font-weight: 600 !important;
  letter-spacing: -0.04em !important;
  line-height: 1.14 !important;
}

body h3,
body h4 {
  font-weight: 600 !important;
  letter-spacing: -0.02em !important;
}

.odea-focus h1,
.odea-editorial-hero h1,
.odea-catalog-hero h1,
.odea-product-summary h1 {
  font-size: clamp(3rem, 5.6vw, 5.7rem) !important;
}

.odea-product-detail .odea-product-summary h1 {
  font-size: clamp(3rem, 4.45vw, 4.7rem) !important;
}

.odea-focus h2,
.odea-editorial-page h2,
.odea-catalog-page h2 {
  font-size: clamp(2.25rem, 4vw, 4.2rem) !important;
}

.odea-button,
.odea-newsletter__form button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
button[type="submit"] {
  align-items: center;
  border-radius: 999px !important;
  display: inline-flex;
  font-size: 15px !important;
  font-weight: 650 !important;
  justify-content: center;
  letter-spacing: 0.01em !important;
  line-height: 1.2;
  min-height: 52px;
  padding: 14px 25px;
  transition: background-color 180ms ease, color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.odea-button:hover,
.odea-button:focus-visible,
.odea-newsletter__form button:hover,
.odea-newsletter__form button:focus-visible {
  box-shadow: 0 12px 32px rgba(15, 48, 40, 0.16);
  transform: translateY(-2px);
}

.odea-button.odea-button--light {
  background: #fff !important;
  border-color: #fff !important;
  color: var(--odea-brand-green-deep) !important;
}

.odea-button.odea-button--dark {
  background: var(--odea-brand-green-deep) !important;
  border-color: var(--odea-brand-green-deep) !important;
  color: #fff !important;
}

.odea-button.odea-button--accent {
  background: var(--odea-brand-gold) !important;
  border-color: var(--odea-brand-gold) !important;
  color: var(--odea-brand-ink) !important;
}

.odea-kicker,
.odea-eyebrow {
  font-size: 12px !important;
  font-weight: 650 !important;
  letter-spacing: 0.17em !important;
}

.odea-microcopy,
.odea-data-note,
.odea-visual-label,
.odea-focus figcaption,
.odea-shipping small,
.odea-newsletter__form small,
.odea-rich-footer__bottom {
  font-size: 14px !important;
  line-height: 1.55 !important;
}

.odea-header a[href*="/warenkorb/"],
.odea-header a[href*="/mein-konto/"],
.odea-top-actions a[href*="/mein-konto/"],
.odea-mobile-cart,
.odea-mobile-utility,
.odea-social-pending,
.odea-welcome,
.odea-welcome-overlay,
.odea-help-widget {
  display: none !important;
}

.odea-footer:not(.odea-brand-footer),
footer#colophon {
  display: none !important;
}

.odea-focus-hero .odea-actions {
  display: flex !important;
}

.odea-product-gallery__thumbs {
  grid-template-columns: 1fr !important;
  pointer-events: none;
}

.odea-rich-footer.odea-brand-footer {
  background: #13231b;
  color: #f7f6f1;
  display: block;
  overflow: hidden;
  padding: 0 24px;
  position: relative;
}

.odea-brand-footer::before {
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  box-shadow: 0 0 0 80px rgba(255, 255, 255, 0.012), 0 0 0 160px rgba(255, 255, 255, 0.008);
  content: "";
  height: 520px;
  position: absolute;
  right: -260px;
  top: 180px;
  width: 520px;
}

.odea-brand-footer .odea-rich-footer__inner {
  margin: 0 auto;
  max-width: 1240px;
  position: relative;
}

.odea-brand-footer .odea-newsletter {
  align-items: end;
  border-bottom: 1px solid var(--odea-brand-line);
  display: grid;
  gap: clamp(34px, 6vw, 76px);
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  padding: clamp(72px, 8vw, 108px) 0 clamp(58px, 6vw, 78px);
}

.odea-brand-footer .odea-newsletter__copy,
.odea-brand-footer .odea-newsletter__form,
.odea-brand-footer .odea-reveal {
  opacity: 1 !important;
  transform: none !important;
  visibility: visible !important;
}

.odea-brand-footer .odea-eyebrow {
  color: #b7c8b5;
  margin: 0 0 14px;
}

.odea-brand-footer .odea-newsletter h2 {
  color: #fff !important;
  font-size: clamp(2.25rem, 3.8vw, 3.7rem) !important;
  margin: 0 0 18px;
  max-width: 720px;
}

.odea-brand-footer .odea-newsletter__copy > p:last-child {
  color: rgba(255, 255, 255, 0.68);
  font-size: 17px;
  line-height: 1.65;
  margin: 0;
  max-width: 680px;
}

.odea-brand-footer .odea-newsletter__form {
  align-items: end;
  display: grid;
  gap: 11px;
  grid-template-columns: minmax(0, 1fr) auto;
  margin: 0;
}

.odea-brand-footer .odea-newsletter__form label {
  margin: 0;
}

.odea-brand-footer .odea-newsletter__form label > span {
  color: rgba(255, 255, 255, 0.72);
  display: block;
  font-size: 12px;
  font-weight: 650;
  letter-spacing: 0.08em;
  margin-bottom: 9px;
  text-transform: uppercase;
}

.odea-brand-footer .odea-newsletter__form input[type="email"] {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  color: #fff;
  font: inherit;
  min-height: 54px;
  padding: 0 19px;
  width: 100%;
}

.odea-brand-footer .odea-newsletter__form input[type="email"]::placeholder {
  color: rgba(255, 255, 255, 0.54);
}

.odea-brand-footer .odea-newsletter__form button {
  background: #f7f6f1 !important;
  border: 0;
  color: var(--odea-brand-green-deep) !important;
  cursor: pointer;
  min-height: 54px;
  white-space: nowrap;
}

.odea-brand-footer .odea-newsletter__consent,
.odea-brand-footer .odea-newsletter__form > small,
.odea-brand-footer .odea-newsletter__status {
  grid-column: 1 / -1;
}

.odea-brand-footer .odea-newsletter__consent {
  align-items: start;
  color: rgba(255, 255, 255, 0.66);
  display: grid !important;
  font-size: 14px;
  gap: 10px;
  grid-template-columns: 18px 1fr;
  line-height: 1.55;
}

.odea-brand-footer .odea-newsletter__consent input {
  height: 17px;
  margin: 3px 0 0;
  min-height: 0;
  width: 17px;
}

.odea-brand-footer .odea-newsletter__consent span {
  color: inherit;
  font-size: inherit;
  font-weight: 400;
  letter-spacing: 0;
  margin: 0;
  text-transform: none;
}

.odea-brand-footer .odea-newsletter__consent a,
.odea-brand-footer .odea-newsletter__form > small {
  color: rgba(255, 255, 255, 0.64) !important;
}

.odea-brand-footer .odea-newsletter__hp {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.odea-brand-footer .odea-rich-footer__grid {
  display: grid;
  gap: clamp(30px, 4vw, 58px);
  grid-template-columns: minmax(230px, 1.3fr) repeat(4, minmax(120px, 0.72fr));
  padding: clamp(56px, 7vw, 82px) 0;
}

.odea-brand-footer .odea-rich-footer__brand img {
  display: block;
  filter: brightness(0) invert(1);
  height: auto;
  margin-bottom: 22px;
  max-height: 52px;
  object-fit: contain;
  object-position: left center;
  width: 150px;
}

.odea-brand-footer .odea-rich-footer__brand > strong,
.odea-brand-footer .odea-rich-footer__brand > a > strong {
  color: #fff;
  display: block;
  font-size: 30px;
  margin-bottom: 22px;
}

.odea-brand-footer .odea-rich-footer__brand p {
  color: rgba(255, 255, 255, 0.64);
  line-height: 1.7;
  margin: 0 0 20px;
  max-width: 310px;
}

.odea-brand-footer h3 {
  color: #fff !important;
  font-size: 13px !important;
  font-weight: 650 !important;
  letter-spacing: 0.1em !important;
  margin: 0 0 22px;
  text-transform: uppercase;
}

.odea-brand-footer nav {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 13px;
}

.odea-brand-footer nav a,
.odea-brand-footer .odea-rich-footer__brand a {
  color: rgba(255, 255, 255, 0.72) !important;
  text-decoration: none !important;
}

.odea-brand-footer nav a:hover,
.odea-brand-footer nav a:focus-visible,
.odea-brand-footer .odea-rich-footer__brand a:hover,
.odea-brand-footer .odea-rich-footer__brand a:focus-visible {
  color: #fff !important;
}

.odea-brand-footer .odea-rich-footer__bottom {
  border-top: 1px solid var(--odea-brand-line);
  color: rgba(255, 255, 255, 0.52);
  display: flex;
  gap: 24px;
  justify-content: space-between;
  padding: 24px 0 31px;
}

.odea-product-focus-404 .site-content,
.odea-product-focus-404 #content {
  margin: 0;
  max-width: none;
  padding: 0;
}

.odea-product-focus-404 .site-content > .ast-container {
  display: block;
  margin: 0;
  max-width: none;
  padding: 0;
  width: 100%;
}

.odea-404 {
  background: var(--odea-brand-paper);
  color: var(--odea-brand-ink);
}

.odea-404__hero {
  align-items: center;
  background: var(--odea-brand-green-deep);
  color: #fff;
  display: grid;
  min-height: 640px;
  overflow: hidden;
  position: relative;
}

.odea-404__media {
  inset: 0;
  position: absolute;
}

.odea-404__media::after {
  background: linear-gradient(90deg, rgba(8, 29, 23, 0.96) 0%, rgba(8, 29, 23, 0.83) 43%, rgba(8, 29, 23, 0.22) 100%);
  content: "";
  inset: 0;
  position: absolute;
}

.odea-404__media img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.odea-404__content {
  padding-bottom: 88px;
  padding-top: 88px;
  position: relative;
  z-index: 1;
}

.odea-404__content > * {
  max-width: 710px;
}

.odea-404__content .odea-kicker {
  color: var(--odea-brand-gold);
}

.odea-404__content h1 {
  color: #fff !important;
  font-size: clamp(3rem, 6vw, 5.8rem) !important;
  margin: 0 0 22px;
}

.odea-404__content > p:not(.odea-kicker) {
  color: rgba(255, 255, 255, 0.82);
  font-size: 18px;
  line-height: 1.65;
  margin-bottom: 30px;
  max-width: 640px;
}

.odea-404__search {
  background: var(--odea-brand-paper);
  padding: clamp(70px, 8vw, 110px) 0;
}

.odea-404__search-grid {
  align-items: end;
  display: grid;
  gap: 42px;
  grid-template-columns: minmax(0, 0.8fr) minmax(320px, 1.2fr);
}

.odea-404__search h2 {
  font-size: clamp(2.2rem, 4vw, 4rem) !important;
  margin-bottom: 0;
}

.odea-404__form {
  display: grid;
  gap: 12px;
  grid-template-columns: minmax(0, 1fr) auto;
}

.odea-404__form label {
  grid-column: 1 / -1;
  font-size: 14px;
  font-weight: 600;
}

.odea-404__form input {
  background: #fff;
  border: 1px solid rgba(23, 33, 29, 0.2);
  border-radius: 999px;
  min-height: 54px;
  padding: 0 19px;
  width: 100%;
}

body.page-template-default .site-main,
body.woocommerce-page .site-main {
  color: var(--odea-brand-ink);
}

body.page-template-default .entry-title,
body.woocommerce-page .entry-title {
  font-size: clamp(2.7rem, 5vw, 4.8rem) !important;
}

body.page-template-default .entry-content,
body.woocommerce-page .entry-content {
  font-size: 16px;
  line-height: 1.72;
}

@media (max-width: 1020px) {
  .odea-brand-footer .odea-rich-footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .odea-brand-footer .odea-rich-footer__brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 900px) {
  .odea-header .odea-mobile-menu {
    display: block !important;
    justify-self: end;
    position: relative;
    z-index: 1202;
  }

  .odea-header .odea-mobile-menu summary {
    align-items: center;
    background: transparent;
    border: 1px solid rgba(23, 33, 29, 0.18);
    border-radius: 999px;
    cursor: pointer;
    display: inline-flex;
    font-size: 14px;
    font-weight: 650;
    justify-content: center;
    list-style: none;
    min-height: 44px;
    padding: 10px 17px;
  }

  .odea-header .odea-mobile-menu summary::-webkit-details-marker {
    display: none;
  }

  .odea-header .odea-mobile-menu > div {
    background: #fff;
    border: 1px solid rgba(23, 33, 29, 0.12);
    border-radius: 18px;
    box-shadow: 0 22px 60px rgba(15, 48, 40, 0.16);
    min-width: min(310px, calc(100vw - 32px));
    padding: 16px;
    position: absolute;
    right: 0;
    top: calc(100% + 12px);
  }

  .odea-header .odea-mobile-menu a {
    border-radius: 10px;
    color: var(--odea-brand-ink) !important;
    display: block;
    font-size: 15px;
    padding: 11px 12px;
  }

  .odea-header .odea-mobile-menu a:hover,
  .odea-header .odea-mobile-menu a:focus-visible {
    background: var(--odea-brand-cream);
  }
}

@media (max-width: 760px) {
  .odea-focus-hero,
  .odea-focus-hero__content {
    min-height: min(680px, calc(100svh - 74px)) !important;
  }

  .odea-focus-hero__content {
    padding-bottom: 46px !important;
    padding-top: 60px !important;
  }

  .odea-focus-hero .odea-actions {
    align-items: stretch;
    display: flex !important;
    flex-direction: column;
    gap: 15px;
  }

  .odea-focus-hero .odea-actions .odea-button {
    width: 100%;
  }

  .odea-product-gallery__thumbs {
    display: grid !important;
    grid-template-columns: 1fr !important;
  }

  .odea-product-gallery__thumbs img:first-child {
    display: block !important;
  }

  .odea-brand-footer .odea-newsletter,
  .odea-404__search-grid {
    grid-template-columns: 1fr;
  }

  .odea-brand-footer .odea-rich-footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .odea-focus h1,
  .odea-editorial-hero h1,
  .odea-catalog-hero h1,
  .odea-product-summary h1 {
    font-size: clamp(2.45rem, 12vw, 3.4rem) !important;
  }

  .odea-product-detail .odea-product-summary h1 {
    font-size: clamp(2.45rem, 12vw, 3.4rem) !important;
  }

  .odea-focus h2,
  .odea-editorial-page h2,
  .odea-catalog-page h2 {
    font-size: clamp(2rem, 9vw, 2.8rem) !important;
  }

  .odea-brand-footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .odea-brand-footer .odea-newsletter {
    gap: 32px;
    padding: 60px 0 50px;
  }

  .odea-brand-footer .odea-newsletter__form,
  .odea-404__form {
    grid-template-columns: 1fr;
  }

  .odea-brand-footer .odea-newsletter__form button,
  .odea-404__form button {
    width: 100%;
  }

  .odea-brand-footer .odea-rich-footer__grid {
    gap: 38px;
    grid-template-columns: 1fr;
    padding: 52px 0;
  }

  .odea-brand-footer .odea-rich-footer__brand {
    grid-column: auto;
  }

  .odea-brand-footer .odea-rich-footer__bottom {
    flex-direction: column;
  }

  .odea-404__hero {
    min-height: 600px;
  }

  .odea-404__content {
    padding-bottom: 64px;
    padding-top: 64px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
