  main#maincontent .product-image-wrapper,
  main#maincontent .product-image-photo {
    aspect-ratio: 1 / 1;
    width: 100%;
    height: auto;
  }

body.catalog-product-view main#maincontent .product-image-wrapper,
  body.catalog-product-view main#maincontent .product-image-photo {
    aspect-ratio: auto !important;
  }

  main#maincontent .product-item-info {
    min-height: 360px;
  }

  .logo img {
    width: 160px;
    height: 80px;
  }

  .price-box .price-label {
    color: #4f4f4f !important;
  }

.hoob-card p {
  color: #666 !important;
}

  .footer-bottom-container,
  .footer-bottom-container span,
  .footer-bottom-container small {
    color: #dddddd !important;
  }

/* HOOB legal pages */
/* NOTE: HOOB privacy policy; only policy-specific layout not provided by live hh-* components. */
.hh-policy {
  color: #2b2b2b;
  margin-top: 20px;
}

.hh-policy a {
  text-underline-offset: 3px;
}

.hh-policy .hh-kicker,
.hh-policy__fact .hh-date,
.hh-policy__purpose dt {
  color: #2b2b2b;
}

.hh-policy .hh-kicker::before,
.hh-policy__fact .hh-date::before,
.hh-policy__purpose dt::before {
  background: #ff9e1b;
  content: "";
  display: inline-block;
  height: 8px;
  margin-right: 9px;
  width: 8px;
}

.hh-policy__fact--primary .hh-date,
.hh-policy__purpose--dark dt,
.hh-policy__contact .hh-kicker {
  color: #ff9e1b;
}

.hh-policy__fact--primary .hh-date::before,
.hh-policy__purpose--dark dt::before,
.hh-policy__contact .hh-kicker::before {
  content: none;
}

.hh-policy__intro {
  background: #f4f4f4;
}

.hh-policy__intro .hh-section-head {
  margin-bottom: 30px;
}

.hh-policy__intro .hh-section-head h1 {
  font-size: clamp(30px, 4.2vw, 56px);
  font-weight: 400;
  line-height: 1.05;
  margin: 0;
}

.hh-policy__lead {
  color: rgba(43, 43, 43, .68);
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 400;
  line-height: 1.45;
  margin: 0 0 34px 30%;
  max-width: 880px;
}

.hh-policy__facts {
  gap: 1px;
  margin-left: 30%;
}

.hh-policy__fact {
  background: #ffffff;
  min-height: 156px;
}

.hh-policy__fact--primary {
  background: #2b2b2b;
  color: #ffffff;
}

.hh-policy__fact strong {
  display: block;
  font-size: clamp(25px, 2.5vw, 36px);
  font-weight: 400;
  line-height: 1.05;
  margin-bottom: 14px;
}

.hh-policy__fact p {
  margin: 0;
}

.hh-policy__layout {
  align-items: start;
  display: grid;
  gap: 64px;
  grid-template-columns: minmax(220px, .32fr) minmax(0, 1fr);
}

.hh-policy__toc {
  position: sticky;
  top: 96px;
}

.hh-policy__toc-title {
  display: block;
  margin-bottom: 18px;
}

.hh-policy__toc ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

.hh-policy__toc li + li {
  margin-top: 2px;
}

.hh-policy__toc a {
  background: #f4f4f4;
  color: #2b2b2b;
  display: block;
  padding: 11px 13px;
  text-decoration: none;
}

.hh-policy__toc a:hover,
.hh-policy__toc a:focus-visible {
  background: #2b2b2b;
  color: #ffffff;
}

.hh-policy__content {
  min-width: 0;
}

.hh-policy__section {
  scroll-margin-top: 110px;
}

.hh-policy__section + .hh-policy__section {
  border-top: 1px solid rgba(43, 43, 43, .16);
  margin-top: 58px;
  padding-top: 58px;
}

.hh-policy__section h2 {
  font-size: clamp(30px, 4.2vw, 56px);
  font-weight: 400;
  line-height: 1.05;
  margin: 0 0 26px;
}

.hh-policy__section h3 {
  font-size: clamp(23px, 2.7vw, 34px);
  font-weight: 400;
  line-height: 1.15;
  margin: 40px 0 16px;
}

.hh-policy__section h4 {
  font-size: 20px;
  font-weight: 500;
  margin: 0 0 10px;
}

.hh-policy__section p,
.hh-policy__section li,
.hh-policy__purpose dd {
  font-size: 16px;
  line-height: 1.65;
}

.hh-policy__section ul,
.hh-policy__section ol {
  padding-left: 22px;
}

.hh-policy__section li + li {
  margin-top: 8px;
}

.hh-policy__note {
  background: #f4f4f4;
  margin: 28px 0;
  padding: 24px;
}

.hh-policy__note--dark {
  background: #2b2b2b;
  color: #ffffff;
}

.hh-policy__note > :last-child {
  margin-bottom: 0;
}

.hh-policy__purposes {
  display: grid;
  gap: 1px;
  margin-top: 28px;
}

.hh-policy__purpose {
  background: #f4f4f4;
  padding: 26px 28px;
}

.hh-policy__purpose--dark {
  background: #2b2b2b;
  color: #ffffff;
}

.hh-policy__purpose-grid {
  display: grid;
  gap: 20px 30px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 18px 0 0;
}

.hh-policy__purpose dt {
  color: #ff9e1b;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .11em;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.hh-policy__purpose dd {
  margin: 0;
}

.hh-policy__rights {
  counter-reset: privacy-right;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  list-style: none;
  margin: 28px 0 0;
  padding: 0;
}

.hh-policy__rights li {
  background: #f4f4f4;
  counter-increment: privacy-right;
  margin: 0 1px 1px 0;
  padding: 22px;
}

.hh-policy__rights li::before {
  color: #ff9e1b;
  content: "0" counter(privacy-right);
  display: block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .1em;
  margin-bottom: 9px;
}

.hh-policy__contact {
  align-items: center;
  background: #2b2b2b;
  color: #ffffff;
  display: grid;
  gap: 34px;
  grid-template-columns: minmax(0, 1fr) auto;
  margin-top: 64px;
  padding: 36px 40px;
}

.hh-policy__contact h2 {
  color: #ffffff;
  font-size: clamp(28px, 3vw, 40px);
  margin: 0 0 8px;
}

.hh-policy__contact p {
  margin: 0;
  max-width: 760px;
}

.hh-policy__meta {
  color: rgba(43, 43, 43, .68);
  font-size: 13px;
  line-height: 1.55;
  margin: 24px 0 0;
}

.hh-policy__contact .hh-policy__meta {
  color: rgba(255, 255, 255, .7);
}

@media (max-width: 900px) {
  .hh-policy__lead,
  .hh-policy__facts {
    margin-left: 0;
  }

  .hh-policy__layout {
    gap: 44px;
    grid-template-columns: 1fr;
  }

  .hh-policy__toc {
    position: static;
  }

  .hh-policy__toc ol {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .hh-policy {
    margin-top: 0;
  }

  .hh-policy__facts,
  .hh-policy__purpose-grid,
  .hh-policy__rights,
  .hh-policy__toc ol,
  .hh-policy__contact {
    grid-template-columns: 1fr;
  }

  .hh-policy__fact {
    min-height: 0;
  }

  .hh-policy__layout {
    gap: 34px;
  }

  .hh-policy__section + .hh-policy__section {
    margin-top: 42px;
    padding-top: 42px;
  }

  .hh-policy__purpose,
  .hh-policy__note {
    padding: 21px;
  }

  .hh-policy__contact {
    padding: 28px 22px;
  }

  .hh-policy__contact .action.primary {
    text-align: center;
    width: 100%;
  }
}

@media print {
  .hh-policy__toc,
  .hh-policy__contact .action.primary {
    display: none;
  }

  .hh-policy__layout {
    display: block;
  }

  .hh-policy__section {
    break-inside: avoid;
  }
}

/* HOOB legal footer */
/* NOTE: Legal navigation sits on the graphite primary-footer surface. */
.hoob-legal-footer__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
  align-items: center;
}

.hoob-legal-footer__nav a {
  color: #cdcdcd;
  text-decoration: none;
}

.hoob-legal-footer__nav a:hover,
.hoob-legal-footer__nav a:focus-visible {
  color: #ffffff;
  text-decoration: none;
}

.hoob-legal-footer__nav a:focus-visible,
.hoob-legal-footer__privacy:focus-visible {
  outline: 2px solid #ffffff;
  outline-offset: 4px;
}

.hoob-legal-footer__privacy {
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #8a8a8a;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.hoob-legal-footer__privacy:hover,
.hoob-legal-footer__privacy:focus-visible {
  background: transparent;
  color: #ffffff;
}

.hoob-legal-footer__privacy svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: square;
}

@media (max-width: 640px) {
  .footer-primary-bottom .item-right:has(> .hoob-legal-footer) {
    display: block;
    width: 100%;
    margin-top: 16px;
  }

  .hoob-legal-footer {
    width: 100%;
  }

  .hoob-legal-footer__nav {
    justify-content: center;
    gap: 0 10px;
    margin: 0 auto;
    max-width: 360px;
    text-align: center;
  }

  .hoob-legal-footer__nav a {
    align-items: center;
    color: #a3a3a3;
    display: inline-flex;
    font-size: 12px;
    justify-content: center;
    letter-spacing: -.01em;
    line-height: 1.35;
    min-height: 44px;
    width: auto;
  }

  .hoob-legal-footer__privacy {
    flex: 0 0 44px;
  }
}

/* HOOB unified age and cookie consent */
.hoob-consent,
.hoob-consent * {
  box-sizing: border-box;
}

html.hoob-consent-lock,
html.hoob-consent-lock body {
  overflow: hidden;
}

.hoob-consent[hidden] {
  display: none !important;
}

.hoob-consent .sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.hoob-consent {
  position: fixed;
  inset: 0;
  z-index: 100000;
  display: grid;
  align-items: end;
  padding: 16px;
  color: #ffffff;
  font: inherit;
}

.hoob-consent__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.78);
}

.hoob-consent__dialog {
  position: relative;
  width: min(100%, 760px);
  max-height: min(820px, calc(100dvh - 32px));
  margin: 0 auto;
  overflow: auto;
  overscroll-behavior: contain;
  background: #242424;
  border-top: 3px solid #ff9e1b;
  outline: 0;
}

.hoob-consent__top,
.hoob-consent__content,
.hoob-consent__actions {
  padding-inline: clamp(20px, 5vw, 48px);
}

.hoob-consent__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-top: 24px;
}

.hoob-consent__brand {
  margin: 0;
  width: 76px;
  line-height: 0;
}

.hoob-consent__brand-logo {
  display: block;
  width: 76px;
  height: auto;
  filter: brightness(0) invert(1);
}

.hoob-consent__step {
  margin: 0;
  color: #bcbcbc;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hoob-consent__content {
  padding-top: 28px;
  padding-bottom: 28px;
}

.hoob-consent__eyebrow {
  display: inline-block;
  margin-bottom: 14px;
  color: #ff9e1b;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hoob-consent__title {
  max-width: 620px;
  margin: 0 0 18px;
  color: #ffffff;
  font-size: clamp(30px, 6vw, 52px);
  font-weight: 600;
  line-height: 1.02;
  letter-spacing: -0.035em;
}

.hoob-consent__lead,
.hoob-consent__copy,
.hoob-consent__legal {
  max-width: 650px;
  margin: 0;
  line-height: 1.55;
}

.hoob-consent__lead {
  color: #f1f1f1;
  font-size: 17px;
}

.hoob-consent__copy {
  margin-top: 14px;
  color: #d1d1d1;
  font-size: 14px;
}

.hoob-consent__legal {
  margin-top: 18px;
  color: #a9a9a9;
  font-size: 12px;
}

.hoob-consent a {
  color: inherit;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.hoob-consent a:hover,
.hoob-consent a:focus-visible {
  color: #ffffff;
}

.hoob-consent__actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  padding-bottom: clamp(24px, 5vw, 44px);
}

.hoob-consent__button {
  min-height: 52px;
  padding: 13px 18px;
  border: 1px solid #ffffff;
  border-radius: 0;
  background: transparent;
  color: #ffffff;
  font: inherit;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  cursor: pointer;
}

.hoob-consent__button:hover,
.hoob-consent__button:focus-visible {
  background: #ffffff;
  color: #242424;
}

.hoob-consent__button:focus-visible,
.hoob-consent__toggle input:focus-visible + span {
  outline: 3px solid #5bd2ec;
  outline-offset: 3px;
}

.hoob-consent__button--primary {
  border-color: #ff9e1b;
  background: #ff9e1b;
  color: #111111;
}

.hoob-consent__button--primary:hover,
.hoob-consent__button--primary:focus-visible {
  border-color: #ffffff;
  background: #ffffff;
  color: #111111;
}

.hoob-consent__button--text {
  border-color: transparent;
  color: #bcbcbc;
}

.hoob-consent__button--text:hover,
.hoob-consent__button--text:focus-visible {
  border-color: transparent;
  background: transparent;
  color: #ffffff;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.hoob-consent__button--wide {
  grid-column: 1 / -1;
}

.hoob-consent__preferences {
  display: grid;
  gap: 1px;
  margin-top: 24px;
  background: #454545;
}

.hoob-consent__preference {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 20px;
  align-items: start;
  padding: 18px;
  background: #303030;
}

.hoob-consent__preference strong {
  display: block;
  margin-bottom: 4px;
  color: #ffffff;
  font-size: 14px;
}

.hoob-consent__preference p {
  margin: 0;
  color: #bcbcbc;
  font-size: 12px;
  line-height: 1.45;
}

.hoob-consent__toggle {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-width: 46px;
  min-height: 26px;
  cursor: pointer;
}

.hoob-consent__toggle input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.hoob-consent__toggle .hoob-consent__switch {
  position: relative;
  width: 46px;
  height: 26px;
  background: #666666;
  pointer-events: none;
}

.hoob-consent__toggle .hoob-consent__switch::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 18px;
  height: 18px;
  background: #ffffff;
  transition: transform 160ms ease;
}

.hoob-consent__toggle input:checked + .hoob-consent__switch {
  background: #ff9e1b;
}

.hoob-consent__toggle input:checked + .hoob-consent__switch::after {
  transform: translateX(20px);
}

.hoob-consent__toggle input:disabled + .hoob-consent__switch {
  background: #4f4f4f;
  opacity: 0.7;
}

.hoob-consent__close {
  min-width: auto;
  min-height: auto;
  padding: 8px;
  border: 0;
  background: transparent;
  color: #ffffff;
  font-size: 24px;
  line-height: 1;
}

@media (min-width: 768px) {
  .hoob-consent {
    align-items: center;
    padding: 32px;
  }

  .hoob-consent__dialog {
    max-height: calc(100dvh - 64px);
  }
}

@media (max-width: 520px) {
  .hoob-consent {
    padding: 0;
  }

  .hoob-consent__dialog {
    width: 100%;
    max-height: 100dvh;
  }

  .hoob-consent__actions {
    grid-template-columns: 1fr;
  }

  .hoob-consent__button--wide {
    grid-column: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
.hoob-consent__toggle .hoob-consent__switch::after {
    transition: none;
  }
}
