/* START - Style for sub-collections listing in Collection page */
.collection-category-list li>a, .collection-category-list li.is-accordion-submenu-item>a{
  display: block;
  padding: 0.84375rem 1.25rem !important;
  text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: 700;
  border: 1px solid #d0d0d0!important;
  color: #969696;
  border-top-style: none;
  line-height: inherit;
  margin: 0;
  margin-top: -1px;
}

.collection-category-list .submenu-toggle {
  height: 50px;
  left: auto;
  right: 0;
  cursor: pointer;
}

.layout-sidebar-content .accordion-menu .nested.is-accordion-submenu{
  margin-left: 1rem!important;
}
/* END - Style for sub-collections listing in Collection page */
/* ========================================================================
   Nuttall Henderson home / service / collection refresh - Sep 2026
   ======================================================================== */
.nh-section-title {
  margin: 0;
  color: #111;
  font-family: 'Poppins', sans-serif;
  font-size: 29px;
  font-weight: 400;
  line-height: 1.25;
}

.nh-section-title--center { text-align: center; }
.nh-section-title--underlined {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.nh-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 20px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  transition: opacity .2s ease, transform .2s ease;
}
.nh-button:hover { opacity: .88; transform: translateY(-1px); }
.nh-button--black,
.nh-button--black:hover,
.nh-button--black:focus { background: #000; color: #fff; }

/* Featured Seiko collection */
.nh-index-featured-products { padding: 34px 0 28px; }
.nh-featured-products__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 24px;
}
.nh-featured-products__eyebrow {
  margin: 0 0 5px;
  color: #777;
  font-size: 14px;
  line-height: 1.4;
}
.nh-featured-products__title {
  text-transform: uppercase;
  font-size: 29px;
}
.nh-featured-products__sub-title { margin-top: 7px; color: #666; }
.nh-featured-products__carousel .carousel-wrapper { padding: 0 26px; }
.nh-featured-products__carousel .carousel-navigation { opacity: 1; }

/* Watch brand grid */
.nh-index-watch-brands { padding: 18px 0 20px; }
.nh-watch-brands__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px 34px;
  margin-top: 42px;
}
.nh-watch-brand-card,
.nh-category-card {
  position: relative;
  display: block;
  color: inherit;
  text-decoration: none;
  overflow: hidden;
  background: #eee;
}
.nh-watch-brand-card__media {
  position: relative;
  aspect-ratio: 2.05 / 1;
  overflow: hidden;
  background: #eee;
}
.nh-watch-brand-card__media img,
.nh-category-card__media img,
.nh-repairs-feature__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.nh-watch-brand-card__media img,
.nh-category-card__media img { transition: transform .35s ease; }
.nh-watch-brand-card:hover img,
.nh-category-card:hover img { transform: scale(1.015); }
.nh-watch-brand-card__label,
.nh-category-card__label {
  position: absolute;
  left: 14px;
  bottom: 12px;
  z-index: 2;
  display: inline-block;
  padding: 6px 9px;
  background: rgba(255,255,255,.92);
  color: #111;
  font-size: 13px;
  font-weight: 600;
}
.nh-home-card__placeholder {
  width: 100%;
  height: 100%;
  display: block;
  background: #d7d7d7;
}

/* Brand logo row beneath the feature banners */
.nh-index-watch-brands + .index-carousel { padding-top: 2px; padding-bottom: 24px; }
.index-carousel .carousel-link img {
  max-height: 72px;
  width: auto;
  margin: 0 auto;
  object-fit: contain;
}

/* Jewellery and gifts */
.nh-index-home-categories { padding: 32px 0 36px; }
.nh-home-categories__grid {
  display: grid;
  gap: 18px;
  margin-top: 35px;
}
.nh-home-categories__grid--jewellery {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.nh-home-categories__grid--gift {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.nh-home-categories__gift-heading { margin-top: 45px; }
.nh-category-card__media {
  position: relative;
  aspect-ratio: 1.42 / 1;
  overflow: hidden;
  background: #eee;
}

.nh-home-categories__jewellery-products { margin-top: 44px; padding: 34px 0 8px; }

/* Repairs callout */
.nh-index-repairs-feature { padding: 32px 0 48px; }
.nh-repairs-feature__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.85fr) minmax(300px, .9fr);
  gap: 44px;
  align-items: stretch;
}
.nh-repairs-feature__media {
  min-height: 330px;
  overflow: hidden;
  background: #eee;
}
.nh-repairs-feature__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 24px 8px;
  color: #111;
}
.nh-repairs-feature__services {
  width: 100%;
  max-width: 310px;
  margin: 22px auto 20px;
  font-size: 16px;
  line-height: 1.45;
}
.nh-repairs-feature__services ul { margin: 0; padding-left: 22px; }
.nh-repairs-feature__services li { margin-bottom: 4px; }

/* Collection branded banner: existing collection image becomes the collection hero. */
.nh-collection-banner { margin-bottom: 26px; overflow: hidden; background: #f1f1f1; }
.nh-collection-banner__link { aspect-ratio: 3 / 1; overflow: hidden; }
.nh-collection-banner__image { width: 100%; height: 100%; object-fit: cover; }

/* Service enquiry page */
.nh-service-page { padding: 34px 0 60px; }
.nh-service-page__intro { max-width: 920px; margin: 0 auto 34px; text-align: center; }
.nh-service-page__intro h1 { margin-bottom: 16px; }
.nh-service-page__layout {
  display: grid;
  grid-template-columns: minmax(260px, .8fr) minmax(0, 1.45fr);
  gap: 48px;
  max-width: 1060px;
  margin: 0 auto;
  padding-top: 8px;
}
.nh-service-page__summary,
.nh-service-form {
  background: #fff;
  border: 1px solid #e3e3e3;
  padding: 30px;
}
.nh-service-page__summary h2,
.nh-service-form h2 { margin-top: 0; color: #111; }
.nh-service-page__summary ul { margin: 18px 0 0; padding-left: 20px; }
.nh-service-page__summary li { margin-bottom: 7px; }
.nh-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 20px;
}
.nh-form-field { margin-bottom: 18px; }
.nh-form-grid .nh-form-field { margin-bottom: 0; }
.nh-form-field label {
  display: block;
  margin-bottom: 7px;
  color: #222;
  font-weight: 500;
}
.nh-form-field input,
.nh-form-field select,
.nh-form-field textarea {
  width: 100%;
  margin: 0;
  border: 1px solid #cfcfcf;
  background: #fff;
  color: #111;
  box-shadow: none;
}
.nh-form-field textarea { resize: vertical; }
.nh-form-message { margin-bottom: 18px; padding: 12px 14px; border: 1px solid #ccc; }
.nh-form-message--success { background: #f5fbf6; }
.nh-form-message--error { background: #fff7f6; }

/* Footer: remove visual clutter, align copyright + payments as in the supplied layout. */
.footer-main,
.footer-bottom { background: #fff; }
.footer-bottom .grid-x {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px 28px;
}
.footer-bottom-payment-cell {
  order: 2;
  flex: 0 1 auto !important;
  width: auto !important;
  max-width: none !important;
}
.footer-bottom-copyright-cell {
  order: 1;
  flex: 1 1 280px !important;
  width: auto !important;
  max-width: none !important;
}
.footer-payment-container { justify-content: flex-end; gap: 8px; }
.footer-payment-cell { margin: 0 !important; }
.footer-payment-cell--brand { display: inline-flex; align-items: center; }
.footer-payment-brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 22px;
  min-width: 38px;
  padding: 0 6px;
  border-radius: 3px;
  font-family: Arial, sans-serif;
  font-size: 10px;
  line-height: 1;
  white-space: nowrap;
}
.footer-payment-afterpay {
  background: #b2fce4;
  color: #111;
  font-weight: 700;
  letter-spacing: -.3px;
}
.footer-payment-poli {
  border: 1px solid #d2d2d2;
  background: #fff;
  color: #222;
  font-weight: 800;
  font-size: 11px;
  letter-spacing: -.7px;
}
.footer-payment-logo { max-height: 22px; width: auto; }
.footer-copyright { margin: 0; }

@media screen and (max-width: 800px) {
  .nh-section-title { font-size: 24px; }
  .nh-featured-products__head { align-items: flex-start; }
  .nh-featured-products__title { font-size: 24px; }
  .nh-watch-brands__grid { gap: 18px; margin-top: 28px; }
  .nh-home-categories__grid {
    gap: 14px;
    margin-top: 28px;
  }
  .nh-home-categories__grid--jewellery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .nh-home-categories__grid--gift {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .nh-repairs-feature__inner { grid-template-columns: 1fr; gap: 22px; }
  .nh-repairs-feature__media { min-height: 0; aspect-ratio: 1.75 / 1; }
  .nh-service-page__layout { grid-template-columns: 1fr; gap: 22px; }
}

@media screen and (max-width: 550px) {
  .nh-index-featured-products { padding-top: 24px; }
  .nh-featured-products__head { display: block; }
  .nh-featured-products__view-all { margin-top: 14px; }
  .nh-featured-products__carousel .carousel-wrapper { padding: 0 18px; }
  .nh-watch-brands__grid { grid-template-columns: 1fr; }
  .nh-home-categories__grid--jewellery,
  .nh-home-categories__grid--gift { grid-template-columns: 1fr; }
  .nh-home-categories__gift-heading { margin-top: 36px; }
  .nh-category-card__media { aspect-ratio: 1.5 / 1; }
  .nh-repairs-feature__content { padding: 8px 0 0; }
  .nh-repairs-feature__services { font-size: 15px; }
  .nh-service-page { padding-top: 22px; }
  .nh-service-page__summary,
  .nh-service-form { padding: 22px 18px; }
  .nh-form-grid { grid-template-columns: 1fr; gap: 0; }
  .nh-form-grid .nh-form-field { margin-bottom: 18px; }
  .footer-bottom .grid-x { display: block; }
  .footer-bottom-payment-cell,
  .footer-bottom-copyright-cell { width: 100% !important; }
  .footer-payment-container { justify-content: flex-start; margin-top: 12px; flex-wrap: wrap; }
}
@media screen and (max-width: 550px) {
  .nh-collection-banner__link { aspect-ratio: 2 / 1; }
}
.nh-category-card__fallback-label {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
  color: #222;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  pointer-events: none;
}

/* Universal product-card media ratio - Sep 2026
   All catalogue / search / homepage product cards use the same 1:1 image box.
   object-fit: contain keeps the complete product visible instead of cropping
   elongated items such as 21st keys or tall jewellery photography. */
.product-item-thumb > a.display-block {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #fff;
}
.product-item-thumb > a.display-block .product-item-image {
  position: absolute;
  inset: 0;
  display: block;
  width: 100% !important;
  height: 100% !important;
  max-width: none;
  object-fit: contain;
  object-position: center center;
}
.product-item-thumb > a.display-block .product-item-image:nth-child(2) {
  top: 0;
  left: 0;
  height: 100% !important;
}

/* Universal product-card media ratio - Sep 2026
   All catalogue / search / homepage product cards use the same 1:1 image box.
   object-fit: contain keeps the complete product visible instead of cropping
   elongated items such as 21st keys or tall jewellery photography. */
.product-item-thumb > a.display-block {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #fff;
}
.product-item-thumb > a.display-block .product-item-image {
  position: absolute;
  inset: 0;
  display: block;
  width: 100% !important;
  height: 100% !important;
  max-width: none;
  object-fit: contain;
  object-position: center center;
}
.product-item-thumb > a.display-block .product-item-image:nth-child(2) {
  top: 0;
  left: 0;
  height: 100% !important;
}



/* In-store services notice between the repairs feature and footer */
.nh-index-store-service-notice {
  padding: 8px 0 24px;
  background: #fff;
}
.nh-store-service-notice__inner {
  max-width: 1040px;
  margin: 0 auto;
  padding: 24px 24px 0;
  text-align: center;
  color: #111;
}
.nh-store-service-notice__title {
  margin: 0;
  font-family: 'Oswald', sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.25;
  text-transform: uppercase;
}
.nh-store-service-notice__subtitle {
  margin: 10px 0 0;
  font-size: 16px;
  line-height: 1.45;
}
.nh-store-service-notice__rule {
  width: 100%;
  height: 1px;
  margin: 37px auto 0;
  background: #777;
}
@media screen and (max-width: 639px) {
  .nh-index-store-service-notice { padding-bottom: 18px; }
  .nh-store-service-notice__inner { padding: 20px 12px 0; }
  .nh-store-service-notice__title { font-size: 20px; }
  .nh-store-service-notice__subtitle { margin-top: 8px; font-size: 14px; }
  .nh-store-service-notice__rule { margin-top: 28px; }
}

/* Introductory store copy between Seiko products and watch-brand grid */
.nh-featured-products__bottom-copy {
  max-width: 980px;
  margin: 34px auto 10px;
  padding: 0 16px;
  color: #333;
  font-size: 15px;
  line-height: 1.7;
  text-align: center;
}
.nh-featured-products__bottom-copy p { margin: 0; }
@media screen and (max-width: 639px) {
  .nh-featured-products__bottom-copy {
    margin-top: 26px;
    padding: 0 4px;
    font-size: 14px;
    line-height: 1.65;
  }
}

/* Product-card current prices - basic red (10 Sep 2026) */
.product-item-price-sale {
  color: #ff0000 !important;
}
