  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;
  }
}

/* HOOB mobile cart: readable bundle configuration and clear reservation summary. */
@media (max-width: 767px) {
    .checkout-cart-index .cart.table-wrapper .product-item-details .item-options {
        margin-top: 14px;
    }

    .checkout-cart-index .cart.table-wrapper .product-item-details .item-options dt {
        clear: both;
        margin: 12px 0 4px;
        color: #f58220;
        font-size: 11px;
        font-weight: 700;
        letter-spacing: .04em;
        line-height: 1.35;
    }

    .checkout-cart-index .cart.table-wrapper .product-item-details .item-options dd {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        column-gap: 10px;
        align-items: baseline;
        margin: 0;
        color: #2b2b2b;
        font-size: 13px;
        line-height: 1.45;
    }

    .checkout-cart-index .cart.table-wrapper .product-item-details .item-options dd .price {
        white-space: nowrap;
        font-weight: 700;
    }

    .checkout-cart-index .cart-summary .grand.totals .mark,
    .checkout-cart-index .cart-summary .grand.totals .amount {
        padding-top: 14px;
    }

    .checkout-cart-index .cart-summary .grand.totals .price {
        font-size: 22px;
        line-height: 1.2;
    }

    .checkout-cart-index .cart-summary .checkout-methods-items .action.primary.checkout {
        width: 100%;
        min-height: 56px;
    }
}

/* NOTE: Compact checkout reservation contents aligned with the order email. */
.checkout-index-index .opc-block-summary .block.items-in-cart > .content,
.checkout-index-index .opc-block-summary .minicart-items-wrapper,
.checkout-index-index .opc-block-summary .minicart-items,
.checkout-index-index .opc-block-summary .minicart-items .product-item,
.checkout-index-index .opc-block-summary .minicart-items .product {
    margin: 0;
    padding: 0;
    border: 0 !important;
}

.checkout-index-index .opc-block-summary .minicart-items .product-image-container {
    display: none !important;
}

.checkout-index-index .opc-block-summary .minicart-items .product-item-details {
    width: 100%;
    padding: 0 !important;
}

.checkout-index-index .opc-block-summary .hoob-reservation-product-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    column-gap: 18px;
    align-items: baseline;
    width: auto;
    margin: 0;
    padding: 6px 0 12px;
    border: 0 !important;
}

.checkout-index-index .opc-block-summary .hoob-reservation-product-row .product-item-name-block,
.checkout-index-index .opc-block-summary .hoob-reservation-total,
.checkout-index-index .opc-block-summary .hoob-reservation-total .subtotal {
    display: block;
    width: auto;
    padding: 0;
}

.checkout-index-index .opc-block-summary .hoob-reservation-product-row .product-item-name,
.checkout-index-index .opc-block-summary .hoob-reservation-total .price {
    margin: 0;
    color: #2b2b2b;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
}

.checkout-index-index .opc-block-summary .hoob-reservation-total,
.checkout-index-index .opc-block-summary .hoob-reservation-total .price {
    text-align: right;
    white-space: nowrap;
}

.checkout-index-index .opc-block-summary .hoob-reservation-options {
    margin: 0;
    padding: 0 0 16px;
    border: 0 !important;
}

.checkout-index-index .opc-block-summary .hoob-reservation-options .item-options {
    margin: 0;
}

.checkout-index-index .opc-block-summary .hoob-reservation-options .item-options dt,
.checkout-index-index .opc-block-summary .hoob-reservation-options .item-options dd {
    float: none;
    clear: both;
    width: auto;
    border: 0 !important;
    word-break: normal;
    overflow-wrap: normal;
    hyphens: none;
}

.checkout-index-index .opc-block-summary .hoob-reservation-options .item-options dt {
    margin: 10px 0 2px;
    color: #737373;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.4;
    text-transform: none;
}

.checkout-index-index .opc-block-summary .hoob-reservation-options .item-options dt:first-child {
    margin-top: 0;
}

.checkout-index-index .opc-block-summary .hoob-reservation-options .item-options dd,
.checkout-index-index .opc-block-summary .hoob-reservation-options .item-options dd .price {
    margin-top: 0;
    color: #2b2b2b;
    font-size: 14px;
    line-height: 1.45;
}

.checkout-index-index .opc-block-summary .hoob-reservation-options .item-options dd .price {
    float: right;
    margin-left: 16px;
    font-weight: 700;
    white-space: nowrap;
}

@media (max-width: 479px) {
    .checkout-index-index .opc-block-summary .hoob-reservation-product-row {
        column-gap: 12px;
    }

    .checkout-index-index .opc-block-summary .hoob-reservation-options .item-options dd .price {
        float: none;
        display: block;
        margin: 2px 0 0;
        text-align: right;
    }
}

/* NOTE: Keep checkout option prices in one aligned right column. */
.checkout-index-index .opc-block-summary .hoob-reservation-options .item-options dd {
    display: grid;
    grid-template-columns: minmax(0, 1fr) max-content;
    column-gap: 16px;
    align-items: start;
}

.checkout-index-index .opc-block-summary .hoob-reservation-options .item-options dd .price {
    grid-column: 2;
    float: none;
    display: block;
    margin: 0;
    text-align: right;
}

@media (max-width: 479px) {
    .checkout-index-index .opc-block-summary .hoob-reservation-options .item-options dd {
        column-gap: 10px;
    }
}

/* NOTE: Accessories v48: purpose-led parent landing; native CMS-only layout, no product list. */
.category-accessories .breadcrumbs { display:none; }
.category-accessories .main.container { padding-top:0; padding-bottom:0; }
.hh-accessories-hub .hoob-category-hero { margin-top:0; min-height:560px; background:#2b2b2b; }
.hh-accessories-hub .hoob-category-hero__media { left:50%; }
.hh-accessories-hub .hoob-category-hero__content { min-height:560px; justify-content:center; padding-top:60px; padding-bottom:60px; }
.hh-accessories-hub .hoob-category-hero__content > * { width:min(43vw,580px); }
.hh-accessories-hub .hoob-category-hero__title { color:#fff; font-size:clamp(48px,4.7vw,76px); letter-spacing:-.02em; }
.hh-accessories-hub .hoob-category-hero__lead { color:rgba(255,255,255,.82); max-width:440px; }
.hh-accessories-hub .pagebuilder-button-primary { background:#2b2b2b; border-color:#2b2b2b; color:#fff; }
.hh-accessories-hub .pagebuilder-button-primary:hover { background:#00566e; border-color:#00566e; color:#fff; }
.hh-accessories-hub .hoob-category-hero .pagebuilder-button-primary { background:#fff; border-color:#fff; color:#2b2b2b; }
.hh-accessories-hub .hoob-category-hero .pagebuilder-button-primary:hover { background:#e5e5e5; border-color:#e5e5e5; color:#2b2b2b; }
.hh-accessories-hub .hoob-category-hero__media img { object-position:50% 50%; }
.hh-accessories-hub h2 { font-size:clamp(32px,3vw,48px); line-height:1.08; font-weight:400; }
.hh-accessories-hub .hh-section-head p { max-width:740px; margin:18px 0 0; font-size:17px; line-height:1.55; }
.hh-accessories-hub__types { grid-template-columns:repeat(4,minmax(0,1fr)); gap:36px 24px; }
.hh-accessories-hub__types .hh-card { color:#2b2b2b; text-decoration:none; }
.hh-accessories-hub__types .hh-card img { padding:0; aspect-ratio:4/3; object-fit:contain; }
/* NOTE: Match the existing Hookahs image-link hover; descriptions remain plain text. */
.hh-accessories-hub__media-link { display:block; overflow:hidden; }
.hh-accessories-hub__media-link img { transition:transform .45s; }
.hh-accessories-hub__media-link:is(:hover,:focus-visible) img { transform:scale(1.025); }
@media (prefers-reduced-motion:reduce) {
 .hh-accessories-hub__media-link img { transition:none; }
}
.hh-accessories-hub__types .hh-card-body { padding:18px 0 0; }
.hh-accessories-hub__types h3 { margin:0 0 8px; font-size:26px; line-height:1.12; font-weight:400; }
.hh-accessories-hub__types p { margin:0; color:#666; font-size:15px; line-height:1.5; }
.hh-accessories-hub a:focus-visible { outline:2px solid #ff9e1b; outline-offset:4px; }
.hh-accessories-hub__focus { grid-template-columns:repeat(2,minmax(0,1fr)); gap:32px; }
.hh-accessories-hub__focus .hh-card { display:flex; flex-direction:column; }
.hh-accessories-hub__focus .hh-card img { padding:0; aspect-ratio:3/2; object-fit:cover; }
.hh-accessories-hub__focus .hh-card-body { display:flex; flex:1; flex-direction:column; padding:32px; }
.hh-accessories-hub__type { color:#666; font-size:14px; }
.hh-accessories-hub__focus h3 { margin:10px 0 20px; font-size:clamp(36px,3.2vw,48px); line-height:1; font-weight:400; }
.hh-accessories-hub__focus h4 { margin:0 0 10px; font-size:24px; font-weight:400; line-height:1.2; }
.hh-accessories-hub__focus p { color:#666; line-height:1.6; font-size:16px; }
.hh-accessories-hub__focus .hoob-category-actions { margin-top:auto; padding-top:16px; }
.hh-accessories-hub__fit-media { margin:0; padding:0; }
.hh-accessories-hub__fit-media img { width:100%; aspect-ratio:3/2; object-fit:cover; padding:0; }
.hh-accessories-hub__fit-copy p { margin:0 0 24px; color:#666; font-size:17px; line-height:1.65; }
.hh-accessories-hub__fit-copy h3 { margin:32px 0 14px; font-size:30px; font-weight:400; }
.hh-accessories-hub__fit-copy a { text-decoration:underline; text-underline-offset:3px; }
@media(max-width:1023px) {
 .hh-accessories-hub__types { grid-template-columns:repeat(2,minmax(0,1fr)); }
}
@media(max-width:768px) {
 .hh-accessories-hub .hoob-category-hero__media { left:auto; }
 .hh-accessories-hub .hoob-category-hero__content { min-height:0; padding:38px 22px 46px; }
 .hh-accessories-hub .hoob-category-hero__content > * { width:100%; }
 .hh-accessories-hub .hoob-category-hero__title { font-size:clamp(38px,10.7vw,52px); }
 .hh-accessories-hub .hoob-category-hero__lead { font-size:17px; }
 .hh-accessories-hub__focus { grid-template-columns:1fr; gap:28px; }
 .hh-accessories-hub__focus .hh-card-body { padding:24px; }
 .hh-accessories-hub__types { gap:28px 18px; }
 .hh-accessories-hub__types h3 { font-size:22px; }
 .hh-accessories-hub__types p { font-size:14px; }
 .hh-accessories-hub .hh-story { grid-template-columns:1fr; gap:28px; }
}

/* NOTE: Unified checkout layout: contacts, receipt, payment and confirmation. */
.checkout-index-index .page-main { max-width: 1280px; padding: 0 24px; }
.checkout-index-index .page-title-wrapper { margin-bottom: 0; }
.checkout-index-index .checkout-container { margin: 24px 0 64px; }
.checkout-index-index .opc-progress-bar { max-width: 560px; margin: 0 0 40px; }
.checkout-index-index .opc-progress-bar-item { width: 50%; }
.checkout-index-index .opc-progress-bar-item > span { padding-top: 48px; font-size: 15px; line-height: 1.4; color: #595959; }
.checkout-index-index .opc-progress-bar-item._active > span { color: #2b2b2b; font-weight: 600; }
.checkout-index-index .opc-progress-bar-item:before { top: 17px; height: 2px; background: #d6d6d6; }
.checkout-index-index .opc-progress-bar-item > span:before { box-sizing: border-box; top: 0; left: 50%; width: 36px; height: 36px; margin: 0; transform: translateX(-50%); border: 2px solid #d6d6d6; background: #ffffff; }
.checkout-index-index .opc-progress-bar-item > span:after,
.checkout-index-index .opc-progress-bar-item._active > span:after { content: counter(i); box-sizing: border-box; display: grid; place-items: center; top: 0; left: 50%; width: 36px; height: 36px; margin: 0; padding: 0; transform: translate(-50%, 1.5px); border: 0; background: transparent; color: #595959; font-family: inherit; font-size: 15px; font-weight: 600; line-height: 1; }
.checkout-index-index .opc-progress-bar-item._active:before,
.checkout-index-index .opc-progress-bar-item._complete:before { background: #2b2b2b; }
.checkout-index-index .opc-progress-bar-item._active > span:before { border-color: #2b2b2b; background: #ffffff; box-shadow: inset 0 0 0 3px #5bd2ec; }
.checkout-index-index .opc-progress-bar-item._active > span:after { color: #2b2b2b; }
.checkout-index-index .opc-progress-bar-item._complete > span:before { border-color: #2b2b2b; background: #2b2b2b; }
.checkout-index-index .opc-progress-bar-item._complete > span:after { content: ''; box-sizing: border-box; top: 16px; left: 50%; width: 12px; height: 7px; margin: 0; padding: 0; transform: translate(-50%, -50%) rotate(-45deg); border: 0; border-left: 2px solid #ffffff; border-bottom: 2px solid #ffffff; border-radius: 0; background: transparent; }
.checkout-index-index .opc-progress-bar-item._complete > span { cursor: pointer; color: #2b2b2b; }
.checkout-index-index .opc-wrapper .step-title,
.checkout-index-index .opc-block-summary > .title { padding: 0; margin: 0 0 20px; border: 0; font-size: 26px; line-height: 1.3; font-weight: 500; color: #2b2b2b; }
.checkout-index-index .step-title__comment { max-width: 620px; margin: -8px 0 24px; font-size: 14px; line-height: 1.55; color: #595959; }
.checkout-index-index .opc-wrapper .step-content { margin: 0; }
.checkout-index-index .opc-wrapper .form-login,
.checkout-index-index .opc-wrapper .form-shipping-address { max-width: none; margin: 0; }
.checkout-index-index .opc-wrapper .form-login { padding: 0 0 24px; border: 0; }
.checkout-index-index .opc-wrapper #shipping { margin: 0 0 36px; }
.checkout-index-index #shipping-new-address-form { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px 24px; margin: 0; }
.checkout-index-index #shipping-new-address-form > .field { margin: 0; min-width: 0; }
.checkout-index-index #shipping-new-address-form > .street,
.checkout-index-index #shipping-new-address-form > .choice,
.checkout-index-index #shipping-new-address-form > [name$=".company"] { grid-column: 1 / -1; }
.checkout-index-index .fieldset > .field:not(.choice) > .label { display: block; width: auto; float: none; padding: 0; margin: 0 0 8px; text-align: left; font-size: 14px; line-height: 1.4; font-weight: 500; }
.checkout-index-index .fieldset > .field:not(.choice) > .control { width: 100%; margin-left: 0; float: none; }
.checkout-index-index .fieldset > .field:not(.choice):before { display: none; }
.checkout-index-index .fieldset .field { margin-bottom: 20px; }
.checkout-index-index input[type="text"],
.checkout-index-index input[type="email"],
.checkout-index-index input[type="tel"],
.checkout-index-index input[type="password"],
.checkout-index-index input[type="number"],
.checkout-index-index select,
.checkout-index-index textarea { min-height: 48px; border: 1px solid #767676; border-radius: 0; box-shadow: none; background-color: #ffffff; color: #2b2b2b; font-size: 16px; line-height: 1.4; padding: 11px 12px; }
.checkout-index-index textarea { min-height: 112px; resize: vertical; }
.checkout-index-index input::placeholder,
.checkout-index-index textarea::placeholder { color: #767676; opacity: 1; }
.checkout-index-index input[type="radio"],
.checkout-index-index input[type="checkbox"] { width: 20px; height: 20px; accent-color: #2b2b2b; vertical-align: middle; flex-shrink: 0; }
.checkout-index-index :is(button, a, input, select, textarea, summary):focus-visible { outline: 2px solid #00546c; outline-offset: 3px; }
.checkout-index-index .field-error,
.checkout-index-index div.mage-error { margin-top: 8px; line-height: 1.4; }
.checkout-index-index .field-tooltip { top: 13px; }
.checkout-index-index .shipping-address-items { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.checkout-index-index .opc-wrapper .shipping-address-item { width: auto; padding: 24px; margin: 0; border: 1px solid transparent; background: #f4f4f4; font-size: 14px; line-height: 1.65; overflow-wrap: anywhere; }
.checkout-index-index .opc-wrapper .shipping-address-item.selected-item { border-color: #2b2b2b; }
.checkout-index-index .opc-wrapper .shipping-address-item.selected-item:after { background: #2b2b2b; }
.checkout-index-index .hoob-address-name { display: block; padding-right: 20px; margin-bottom: 10px; font-size: 16px; line-height: 1.4; }
.checkout-index-index .shipping-address-item .action-select-shipping-item { margin: 18px 0 0; min-height: 44px; width: 100%; }
.checkout-index-index .shipping-address-item .edit-address-link { padding: 12px 0; }
.checkout-index-index .new-address-popup { margin-top: 20px; }
.checkout-index-index .new-address-popup .action-show-popup { margin: 0; min-height: 44px; }
.checkout-index-index .table-checkout-shipping-method { width: 100%; min-width: 0; margin: 0; border-collapse: separate; border-spacing: 0 12px; }
.checkout-index-index .table-checkout-shipping-method tbody > tr.row:not(.row-error) { display: grid; grid-template-columns: 28px minmax(0, 1fr) auto; grid-template-areas: 'radio title price' 'radio description price'; gap: 6px 14px; padding: 20px; background: #f4f4f4; border: 1px solid transparent; cursor: pointer; }
/* NOTE: Legacy row clearfix pseudo-elements must not create extra grid rows. */
.checkout-index-index .table-checkout-shipping-method tbody > tr.row:not(.row-error)::before,
.checkout-index-index .table-checkout-shipping-method tbody > tr.row:not(.row-error)::after { content: none; }
.checkout-index-index .table-checkout-shipping-method tr.row:has(input:checked) { border-color: #2b2b2b; }
.checkout-index-index .table-checkout-shipping-method tr.row > td { padding: 0; border: 0; text-align: left; font-size: 14px; line-height: 1.5; width: auto; }
.checkout-index-index .table-checkout-shipping-method tr.row > td:first-child { grid-area: radio; }
.checkout-index-index .table-checkout-shipping-method .col-carrier { grid-area: title; font-weight: 600; }
.checkout-index-index .table-checkout-shipping-method td.col-method:not(:first-child) { grid-area: description; color: #595959; }
.checkout-index-index .table-checkout-shipping-method .col-price { grid-area: price; white-space: nowrap; font-weight: 600; }
.checkout-index-index .table-checkout-shipping-method .carrier_description { padding: 8px 0 20px; border: 0; }
.checkout-index-index #onepage-checkout-shipping-method-additional-load { margin: 16px 0 24px; font-size: 14px; line-height: 1.5; }
.checkout-index-index #shipping-method-buttons-container { margin: 24px 0 0; }
.checkout-index-index #shipping-method-buttons-container > .primary { float: none; }
.checkout-index-index #shipping-method-buttons-container .continue { min-width: 280px; min-height: 56px; margin: 0; font-size: 16px; background: #2b2b2b; color: #ffffff; }
.checkout-index-index .opc-block-summary { padding: 28px; margin: 0; background: #f4f4f4; }
.checkout-index-index .opc-block-summary > .title { font-size: 22px; margin-bottom: 20px; }
.checkout-index-index .opc-block-summary .table-totals { margin-bottom: 20px; }
.checkout-index-index .opc-block-summary .table-totals th,
.checkout-index-index .opc-block-summary .table-totals td { padding: 10px 0; font-size: 14px; line-height: 1.5; vertical-align: top; }
.checkout-index-index .opc-block-summary .table-totals .amount { padding-left: 16px; white-space: nowrap; }
.checkout-index-index .opc-block-summary .table-totals .grand th,
.checkout-index-index .opc-block-summary .table-totals .grand td { padding-top: 18px; font-size: 18px; }
.checkout-index-index .opc-block-summary .table-totals .grand .price { font-size: 22px; }
.checkout-index-index .opc-block-summary .block.items-in-cart { margin: 0; }
/* NOTE: Keep summary disclosures from becoming scroll anchors when their content changes height. */
.checkout-index-index .opc-block-summary { overflow-anchor: none; }
/* Match cart item grouping; preserve the original availability message. */
.checkout-index-index .opc-block-summary .minicart-items .product-item + .product-item { margin-top: 20px; padding-top: 20px; border-top: 1px solid #d1d1d1 !important; }
.checkout-index-index .opc-block-summary .hoob-reservation-options { padding-bottom: 0; }
.checkout-index-index .opc-block-summary .preorder_note.ampreorder-note { clear: both; margin: 8px 0 0; padding: 5px 10px; background: rgba(255, 158, 27, 0.39); color: #2b2b2b; font-size: 14px; line-height: 1.45; text-align: left; overflow-wrap: anywhere; }


/* NOTE: The custom disclosure below replaces the original shipping-information wrapper. */
.checkout-index-index .opc-block-shipping-information { display: none; }
/* NOTE: Completed details are secondary, collapsed in the order summary on the payment step. */
.checkout-index-index .hoob-checkout-disclosure.hoob-checkout-completed { margin: 12px 0 0; padding: 0; border: 0; font-size: 14px; line-height: 1.5; overflow-wrap: anywhere; }
.checkout-index-index button.hoob-checkout-change { flex: none; position: static; width: auto; height: auto; min-height: 36px; margin: 0; padding: 4px 0; border: 0; background: transparent; box-shadow: none; color: #595959; font: inherit; text-decoration: none; }
.checkout-index-index button.hoob-checkout-change:hover { color: #2b2b2b; text-decoration: underline; }
.checkout-index-index .hoob-checkout-contact-summary p { margin: 0 0 4px; }
.checkout-index-index .hoob-checkout-contact-summary a { color: inherit; }
.checkout-index-index .hoob-checkout-receipt-summary { margin: 8px 0 0; color: #595959; }
.checkout-index-index .opc-block-summary .totals.shipping .mark > .value { display: none; }
.checkout-index-index .opc-block-summary .minicart-items-wrapper { max-height: none; overflow: visible; }
.checkout-index-index .shipping-information > div { margin: 0 0 28px; }
.checkout-index-index .shipping-information-title { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 0 0 12px; margin: 0 0 12px; font-size: 17px; line-height: 1.4; }
.checkout-index-index .shipping-information-title .action-edit { position: static; min-height: 36px; padding: 8px 0 8px 12px; margin: 0; font-size: 13px; }
.checkout-index-index .shipping-information-title .action-edit:before { display: none; }
.checkout-index-index .shipping-information-title .action-edit > span { position: static; width: auto; height: auto; clip: auto; overflow: visible; margin: 0; text-decoration: underline; text-underline-offset: 3px; }
.checkout-index-index .shipping-information-content { font-size: 14px; line-height: 1.6; }
.checkout-index-index .opc-delivery-note { margin-top: 20px; font-size: 13px; line-height: 1.6; }
.checkout-index-index .opc-delivery-note > p { margin: 0 0 8px; }
.checkout-index-index .opc-delivery-note summary { min-height: 40px; padding: 8px 0; cursor: pointer; text-decoration: underline; text-underline-offset: 3px; }
.checkout-index-index .opc-delivery-note details > div { margin-top: 8px; }
.checkout-index-index .checkout-payment-method .fieldset { margin: 0; }
.checkout-index-index .payment-method { margin: 0 0 14px; }
.checkout-index-index .checkout-payment-method .payment-method-title { display: flex; align-items: center; gap: 12px; margin: 0; padding: 16px 20px; background: #f4f4f4; border: 0; }
.checkout-index-index .checkout-payment-method .payment-method-title .radio { margin: 0; }
.checkout-index-index .checkout-payment-method .payment-method-title label { flex: 1; margin: 0; cursor: pointer; font-size: 16px; line-height: 1.45; }
.checkout-index-index .payment-method._active .payment-method-title label { font-weight: 600; }
.checkout-index-index .checkout-payment-method .payment-method-content { padding: 0; }
.checkout-index-index .payment-method._active .payment-method-title { padding-bottom: 8px; }
.checkout-index-index .hoob-payment-details { padding: 0 20px 18px; background: #f4f4f4; }
.checkout-index-index .hoob-payment-details > p { margin: 0; max-width: 600px; font-size: 14px; line-height: 1.5; color: #595959; }
.checkout-index-index .hoob-payment-details .form-invoice-order { margin: 0 0 20px; }
.checkout-index-index .hoob-payment-details .form-invoice-order .field { max-width: 360px; margin: 0; }
.checkout-index-index .hoob-field-help { margin: 8px 0 0; font-size: 13px; line-height: 1.45; color: #595959; }
.checkout-index-index .checkout-agreements-block { margin: 16px 0 0; }
.checkout-index-index .checkout-agreements-block .checkout-agreements { margin: 12px 0 0; }
.checkout-index-index .checkout-agreements-block .action-show { padding: 4px 0; font-size: 13px; line-height: 1.65; text-align: left; color: #595959; white-space: normal; text-decoration: none; }
/* NOTE: A real, initially unchecked consent control; only the rules phrase is styled as a link. */
.checkout-index-index .checkout-agreement.hoob-checkout-consent { display: grid; grid-template-columns: 20px minmax(0, 1fr); align-items: start; gap: 8px 10px; margin: 16px 0 0; }
.checkout-index-index .hoob-checkout-consent input[type="checkbox"] { grid-column: 1; grid-row: 1; position: static; appearance: auto; width: 20px; height: 20px; min-width: 20px; margin: 1px 0 0; accent-color: #2b2b2b; cursor: pointer; }
.checkout-index-index .checkout-payment-method .checkout-agreements .checkout-agreement.hoob-checkout-consent .label { grid-column: 2; grid-row: 1; width: auto; margin: 0; font-size: 13px; line-height: 22px; font-weight: 400; color: #595959; cursor: pointer; }
.checkout-index-index .checkout-agreements-block .hoob-checkout-consent .action-show { display: inline; min-height: 0; margin: 0; padding: 0; border: 0; background: transparent; box-shadow: none; font: inherit; line-height: inherit; vertical-align: baseline; color: #2b2b2b; text-decoration: underline; text-underline-offset: 3px; }
.checkout-index-index .hoob-checkout-consent .mage-error { grid-column: 2; margin: 0; }
.checkout-index-index .hoob-checkout-disclosure { margin: 0; border: 0; }
.checkout-index-index .hoob-checkout-disclosure.hoob-comment > summary,
.checkout-index-index .hoob-payment-discount .hoob-discount > summary { justify-content: flex-start; width: fit-content; max-width: 100%; gap: 12px; color: #595959; }
.checkout-index-index .hoob-checkout-disclosure.hoob-comment > summary:hover,
.checkout-index-index .checkout-agreements-block .action-show:hover { color: #2b2b2b; }
.checkout-index-index .hoob-checkout-disclosure > summary:focus-visible,
.checkout-index-index button.hoob-checkout-change:focus-visible,
.checkout-index-index .checkout-agreements-block .action-show:focus-visible { outline: 2px solid #2b2b2b; outline-offset: 3px; }
.checkout-index-index .hoob-checkout-disclosure > summary { display: flex; align-items: center; justify-content: space-between; gap: 16px; list-style: none; box-sizing: border-box; min-height: 48px; padding: 12px 0; cursor: pointer; font-size: 14px; line-height: 1.5; }
.checkout-index-index .hoob-checkout-disclosure > summary::-webkit-details-marker { display: none; }
.checkout-index-index .hoob-checkout-disclosure > summary:after { content: '+'; font-size: 24px; line-height: 1; }
.checkout-index-index .hoob-checkout-disclosure[open] > summary:after { content: '−'; }
.checkout-index-index .hoob-checkout-disclosure > .payment-option-content { padding: 4px 0 20px; margin: 0; }
.checkout-index-index .hoob-checkout-disclosure .payment-option-inner { margin: 0; }
.checkout-index-index .hoob-checkout-disclosure .field { margin: 0; }
.checkout-index-index .hoob-checkout-disclosure .label { display: block; position: static; clip: auto; width: auto; height: auto; margin: 0 0 8px; overflow: visible; font-size: 14px; font-weight: 500; }
.checkout-index-index .hoob-comment-label textarea { margin-top: 8px; font-weight: 400; }
.checkout-index-index .hoob-optional { font-size: 13px; font-weight: 400; color: #595959; }
.checkout-index-index .hoob-discount { margin: 0; }
.checkout-index-index .hoob-discount #discount-form { display: flex; flex-wrap: wrap; align-items: flex-end; gap: 12px; }
.checkout-index-index .hoob-discount .payment-option-inner { flex: 1 1 180px; }
.checkout-index-index .hoob-discount .actions-toolbar { margin: 0; padding: 0; }
.checkout-index-index .hoob-discount .actions-toolbar > .primary { float: none; }
.checkout-index-index .hoob-discount .action { margin: 0; min-height: 48px; padding: 12px 18px; font-size: 14px; }
.checkout-index-index .payment-method-content > .actions-toolbar { margin: 24px 0 0; padding: 0; }
.checkout-index-index .payment-method-content > .actions-toolbar > .primary { float: none; }
.checkout-index-index .payment-method-content .action.primary.checkout { min-width: 280px; min-height: 56px; margin: 0; padding: 16px 28px; font-size: 17px; line-height: 1.4; }
.checkout-index-index .modal-popup .modal-title { font-size: 24px; }
.checkout-index-index .modal-popup .modal-content { padding-bottom: 24px; }
.checkout-index-index .modal-popup .modal-footer .action { min-height: 48px; }
.checkout-onepage-success .checkout-success { max-width: 720px; margin: 28px 0 64px; padding: 32px; background: #f4f4f4; font-size: 16px; line-height: 1.6; }
.checkout-onepage-success .checkout-success .actions-toolbar { margin-top: 28px; }
.checkout-onepage-success .checkout-success .action.primary { min-height: 52px; padding: 14px 24px; }
@media (min-width: 1024px) {
    .checkout-index-index .checkout-container { display: grid; grid-template-columns: minmax(0, 1fr) 360px; grid-template-areas: 'auth auth' 'progress progress' 'messages messages' 'main side'; column-gap: 48px; align-items: start; }
    .checkout-index-index .opc-progress-bar { grid-area: progress; }
    .checkout-index-index #checkout > .messages { grid-area: messages; }
    .checkout-index-index .opc-wrapper { grid-area: main; width: auto; float: none; padding: 0; min-width: 0; }
    .checkout-index-index .opc-sidebar { grid-area: side; width: auto; float: none; margin: 0; min-width: 0; }
    .checkout-index-index .authentication-wrapper { grid-area: auth; margin: 0 0 16px; width: auto; }
}
@media (min-width: 768px) and (max-width: 1023px) {
    .checkout-index-index .opc-wrapper,
    .checkout-index-index .opc-sidebar { width: 100%; float: none; padding: 0; margin: 0 0 32px; }
}
@media (max-width: 767px) {
    .checkout-index-index .page-main { padding: 0 20px; }
    .checkout-index-index .checkout-container { margin-top: 12px; margin-bottom: 40px; }
    .checkout-index-index .opc-wrapper { padding: 0; }
    .checkout-index-index .opc-wrapper .step-title { font-size: 24px; }
    .checkout-index-index .opc-wrapper .form-login,
    .checkout-index-index .opc-wrapper .form-shipping-address,
    .checkout-index-index .opc-wrapper .methods-shipping { margin: 0; padding: 0; background: transparent; border: 0; }
    .checkout-index-index #shipping-new-address-form,
    .checkout-index-index .shipping-address-items { grid-template-columns: minmax(0, 1fr); }
    .checkout-index-index .opc-wrapper .shipping-address-item { padding: 20px; }
    .checkout-index-index .table-checkout-shipping-method tbody > tr.row:not(.row-error) { padding: 18px 16px; grid-template-columns: 24px minmax(0, 1fr); grid-template-areas: 'radio title' '. description' '. price'; gap: 7px 10px; }
    .checkout-index-index .table-checkout-shipping-method .col-price { margin-top: 4px; }
    .checkout-index-index .checkout-payment-method .payment-methods { margin: 0; }
    .checkout-index-index .checkout-payment-method .payment-method-title { padding: 16px 20px; }
    .checkout-index-index .hoob-payment-details { padding: 0 20px 18px; }
    .checkout-index-index .hoob-payment-details .form-invoice-order .field { max-width: none; }
    .checkout-index-index .payment-method-content .action.primary.checkout,
    .checkout-index-index #shipping-method-buttons-container .continue { width: 100%; min-width: 0; }
    .checkout-index-index .hoob-optional { display: block; }
    .checkout-index-index .opc-block-summary { padding: 24px 20px; }
    .checkout-index-index .opc-delivery-note { margin: 20px; }
    .checkout-index-index .modal-popup .modal-inner-wrap { max-width: 100%; }
    .checkout-onepage-success .checkout-success { padding: 24px 20px; }
}

/* NOTE: Warranty agreement uses the current warranty page copy in a readable single-column dialog. */
.checkout-index-index .hoob-warranty-agreement { max-width: 840px; margin: 0 auto; color: #2b2b2b; font-size: 14px; line-height: 1.6; overflow-wrap: anywhere; }
.checkout-index-index .hoob-warranty-agreement h2 { margin: 0 0 16px; font-size: 26px; line-height: 1.25; font-weight: 600; }
.checkout-index-index .hoob-warranty-agreement h3 { margin: 28px 0 12px; font-size: 20px; line-height: 1.35; font-weight: 600; }
.checkout-index-index .hoob-warranty-agreement h4 { margin: 20px 0 8px; font-size: 16px; line-height: 1.4; font-weight: 600; }
.checkout-index-index .hoob-warranty-agreement p { margin: 0 0 12px; }
.checkout-index-index .hoob-warranty-agreement ul,
.checkout-index-index .hoob-warranty-agreement ol { margin: 0 0 16px; padding-left: 22px; }
.checkout-index-index .hoob-warranty-agreement ul { list-style: disc; }
.checkout-index-index .hoob-warranty-agreement ol { list-style: decimal; }
.checkout-index-index .hoob-warranty-agreement li { margin: 0 0 8px; list-style: inherit; }
.checkout-index-index .hoob-warranty-agreement dl { margin: 16px 0; }
.checkout-index-index .hoob-warranty-agreement dt { margin: 12px 0 2px; font-weight: 600; }
.checkout-index-index .hoob-warranty-agreement dd { margin: 0 0 12px; }
.checkout-index-index .hoob-warranty-agreement a { color: #2b2b2b; text-decoration: underline; text-underline-offset: 3px; }
@media (max-width: 767px) {
    .checkout-index-index .hoob-warranty-agreement h2 { font-size: 22px; }
    .checkout-index-index .hoob-warranty-agreement h3 { font-size: 18px; }
}
