/**
 * MKT Demo Store Classic v1.1 — retail FO aligned with Hummingbird `mktdemo`.
 * Parent: Classic (Bootstrap 4). Not affiliated with any third-party brand.
 */

@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");

:root {
  --wm-blue: #0a66c2;
  --wm-blue-dark: #084e96;
  --wm-blue-soft: #eef5fc;
  --wm-yellow: #f5c518;
  --wm-rollback: #c41e3a;
  --wm-ink: #1a1a1a;
  --wm-muted: #6b6e76;
  --wm-line: #e8eaed;
  --wm-bg: #fafafa;
  --wm-bg-subtle: #f3f4f6;
  --wm-radius: 0.5rem;
  --wm-radius-pill: 999px;
  --wm-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
  --wm-header-h: 2.85rem;
}

html {
  font-size: 15px;
}

body {
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
  color: var(--wm-ink);
  background: var(--wm-bg);
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, .h1, .h2, .h3,
.products-section-title, .page-header h1 {
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: var(--wm-ink);
}

a { color: var(--wm-blue); }
a:hover { color: var(--wm-blue-dark); }

.btn-primary,
.btn.btn-primary,
button.btn-primary {
  background-color: var(--wm-blue) !important;
  border-color: var(--wm-blue) !important;
  border-radius: var(--wm-radius-pill) !important;
  font-weight: 650 !important;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background-color: var(--wm-blue-dark) !important;
  border-color: var(--wm-blue-dark) !important;
}

/* ——— Promo ——— */
#header .mkt-promo-banner,
#header .header-banner.mkt-promo-banner {
  background: #0b1f3a !important;
  color: #fff !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0.28rem 0 !important;
  font-size: 0.75rem;
  line-height: 1.3;
  min-height: 0 !important;
}

#header .mkt-promo-banner__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

#header .mkt-promo-banner__text {
  margin: 0 !important;
  color: rgba(255, 255, 255, 0.88) !important;
  font-weight: 500;
}

#header .mkt-promo-banner__text strong {
  color: #fff;
  font-weight: 650;
}

#header .mkt-promo-banner__pill {
  display: inline-block;
  margin-right: 0.35rem;
  padding: 0.08rem 0.4rem;
  border-radius: var(--wm-radius-pill);
  background: var(--wm-yellow);
  color: var(--wm-ink);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  vertical-align: 0.05em;
}

#header .mkt-promo-banner__cta {
  display: inline-block;
  margin-left: 0.45rem;
  padding: 0.12rem 0.55rem;
  border-radius: var(--wm-radius-pill);
  background: rgba(255, 255, 255, 0.12);
  color: #fff !important;
  font-weight: 650;
  font-size: 0.72rem;
  text-decoration: none !important;
  white-space: nowrap;
}

#header .mkt-promo-banner__cta:hover {
  background: rgba(255, 255, 255, 0.22);
  color: #fff !important;
}

/* ——— Mobile-only utility strip ——— */
#header .mkt-header-nav--mobile {
  background: var(--wm-blue) !important;
  border: 0 !important;
  padding: 0.35rem 0;
  min-height: 0;
}

#header .mkt-header-nav--mobile .hidden-sm-down {
  display: none !important;
}

@media (min-width: 768px) {
  #header .mkt-header-nav--mobile {
    display: none !important;
  }
}

#header .mkt-header-nav--mobile #menu-icon .material-icons,
#header .mkt-header-nav--mobile .mobile a,
#header .mkt-header-nav--mobile .mobile .material-icons {
  color: #fff !important;
}

/* ——— Unified blue main bar ——— */
#header .header-top,
#header .mkt-header-main {
  background: var(--wm-blue) !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0.4rem 0 !important;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
}

#header .mkt-header-main__row {
  display: flex !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  gap: 0.45rem 0.75rem;
  min-height: var(--wm-header-h);
  margin: 0 !important;
}

#header .mkt-header-main__logo {
  flex: 0 0 auto;
  order: 1;
}

#header .mkt-header-main__h1,
#header .mkt-header-main__logo h1 {
  margin: 0 !important;
  font-size: 1.15rem !important;
  line-height: 1.1;
  font-weight: 750;
  letter-spacing: -0.03em;
}

#header .mkt-header-main__logo a,
#header .mkt-header-main__logo .logo,
#header #_desktop_logo a {
  color: #fff !important;
  text-decoration: none !important;
  font-weight: 750;
}

#header .mkt-header-main__logo img {
  max-height: 28px !important;
  filter: brightness(0) invert(1);
}

#header .mkt-header-main__tools {
  flex: 1 1 auto;
  order: 2;
  display: flex !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  gap: 0.35rem 0.65rem;
  min-width: 0;
}

/* Kill Classic floats inside the unified bar */
#header .mkt-header-main .menu,
#header .mkt-header-main #_desktop_top_menu,
#header .mkt-header-main #search_widget,
#header .mkt-header-main .search-widget,
#header .mkt-header-main .search-widgets,
#header .mkt-header-main #_desktop_contact_link,
#header .mkt-header-main #_desktop_language_selector,
#header .mkt-header-main #_desktop_user_info,
#header .mkt-header-main #_desktop_cart,
#header .mkt-header-main #blockcart-wrapper,
#header .mkt-header-main .blockcart {
  float: none !important;
  position: relative !important;
  width: auto !important;
}

/* Menu + search live inside displayTop */
#header .mkt-header-main__tools #_desktop_top_menu,
#header .mkt-header-main__tools .menu,
#header .mkt-header-main__tools .top-menu {
  flex: 0 1 auto;
  min-width: 0;
  margin: 0 !important;
  background: transparent !important;
}

#header .mkt-header-main__tools .top-menu {
  display: flex !important;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0.1rem;
  margin: 0 !important;
  padding: 0 !important;
}

#header .mkt-header-main__tools .top-menu > li {
  float: none !important;
  display: inline-block;
  margin: 0 !important;
}

#header .mkt-header-main__tools #search_widget,
#header .mkt-header-main__tools .search-widget,
#header .mkt-header-main__tools .search-widgets {
  flex: 1 1 12rem;
  max-width: 22rem;
  margin: 0 0 0 auto !important;
  float: none !important;
}

#header .mkt-header-main__contact {
  flex: 0 0 auto;
  order: 3;
}

#header .mkt-header-main__utils {
  flex: 0 0 auto;
  order: 4;
  display: flex !important;
  align-items: center;
  gap: 0.15rem 0.35rem;
}

/* Hide Classic currency (FR-safe, like mktdemo) */
#header #_desktop_currency_selector,
#header .currency-selector,
#header .currency-selector-wrapper {
  display: none !important;
}

/* Contact / lang / sign-in / cart — white on blue (bar only, not dropdowns) */
#header .mkt-header-main__contact a,
#header .mkt-header-main__contact #contact-link a,
#header .mkt-header-main__utils > #_desktop_language_selector > .language-selector-wrapper > .language-selector > button,
#header .mkt-header-main__utils > #_desktop_language_selector .language-selector > button .expand-more,
#header .mkt-header-main__utils > #_desktop_language_selector .language-selector > button .material-icons,
#header .mkt-header-main__utils > #_desktop_user_info a,
#header .mkt-header-main__utils > #_desktop_user_info .material-icons,
#header .mkt-header-main__utils .mkt-cart__link,
#header .mkt-header-main__utils .mkt-cart__icon,
#header .mkt-header-main__utils .mkt-cart__label {
  color: #fff !important;
  font-size: 0.8rem !important;
  font-weight: 500;
  text-decoration: none !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0.2rem 0.35rem !important;
  white-space: nowrap;
}

#header .mkt-header-main__contact a:hover,
#header .mkt-header-main__utils > #_desktop_user_info a:hover {
  opacity: 0.92;
  text-decoration: underline !important;
}

#header .mkt-header-main__utils .user-info .material-icons {
  font-size: 1.25rem !important;
  vertical-align: middle;
}

/* Main menu — top level only (white on blue) */
#header .top-menu > li > a[data-depth="0"],
#header #_desktop_top_menu > ul > li > a[data-depth="0"],
#header .menu > ul > li > a[data-depth="0"] {
  color: #fff !important;
  font-weight: 600 !important;
  font-size: 0.82rem !important;
  text-transform: none !important;
  border-radius: var(--wm-radius-pill);
  padding: 0.28rem 0.55rem !important;
  letter-spacing: 0;
  background: transparent !important;
}

#header .top-menu > li > a[data-depth="0"]:hover,
#header #_desktop_top_menu > ul > li > a[data-depth="0"]:hover,
#header .menu > ul > li > a[data-depth="0"]:hover {
  background: rgba(255, 255, 255, 0.28) !important;
  color: #fff !important;
}

/* Submenus + language dropdown — dark text on white panel */
#header .popover,
#header .top-menu .popover,
#header .sub-menu,
#header .js-sub-menu,
#header .language-selector .dropdown-menu {
  background: #fff !important;
  border: 1px solid var(--wm-line) !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12) !important;
  border-radius: var(--wm-radius) !important;
  z-index: 1000;
}

#header .popover a,
#header .popover .dropdown-item,
#header .sub-menu a,
#header .sub-menu .dropdown-item,
#header .js-sub-menu a,
#header .top-menu .popover a,
#header .top-menu .sub-menu a,
#header .top-menu a[data-depth]:not([data-depth="0"]),
#header .language-selector .dropdown-menu a,
#header .language-selector .dropdown-menu .dropdown-item,
#header .mkt-header-main .dropdown-menu a,
#header .mkt-header-main .dropdown-menu .dropdown-item {
  color: var(--wm-ink) !important;
  font-weight: 500 !important;
  text-transform: none !important;
  background: transparent !important;
  opacity: 1 !important;
  text-shadow: none !important;
}

#header .popover a:hover,
#header .sub-menu a:hover,
#header .js-sub-menu a:hover,
#header .top-menu a[data-depth]:not([data-depth="0"]):hover,
#header .language-selector .dropdown-menu a:hover,
#header .mkt-header-main .dropdown-menu a:hover,
#header .mkt-header-main .dropdown-menu .dropdown-item:hover {
  color: var(--wm-blue-dark) !important;
  background: rgba(10, 102, 194, 0.1) !important;
}

#header .language-selector .dropdown-menu .current > a,
#header .language-selector .dropdown-menu li.current .dropdown-item {
  color: var(--wm-blue-dark) !important;
  font-weight: 700 !important;
}

/* Search pill + blue magnifier */
#header #search_widget form,
#header .search-widget form,
#header .search-widgets form {
  position: relative;
  display: flex !important;
  align-items: center;
  background: #fff !important;
  border-radius: var(--wm-radius-pill) !important;
  border: 0 !important;
  box-shadow: var(--wm-shadow);
  height: 2.1rem;
  padding: 0 0.15rem 0 0.85rem !important;
  margin: 0 !important;
  overflow: hidden;
}

#header #search_widget input[type="text"],
#header .search-widget input[type="text"],
#header .search-widgets input[type="text"] {
  border: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
  height: 2rem !important;
  font-size: 0.85rem !important;
  color: var(--wm-ink) !important;
  flex: 1 1 auto;
  min-width: 0;
  padding: 0 0.35rem 0 0 !important;
}

#header #search_widget .material-icons.search,
#header .search-widget .material-icons.search,
#header .search-widgets .material-icons.search {
  display: none !important; /* replaced by ::after */
}

#header #search_widget form::after,
#header .search-widget form::after,
#header .search-widgets form::after {
  content: "";
  flex: 0 0 1.85rem;
  width: 1.85rem;
  height: 1.85rem;
  margin-left: 0.2rem;
  border-radius: 50%;
  background: var(--wm-blue) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23fff'%3E%3Cpath d='M15.5 14h-.79l-.28-.27A6.471 6.471 0 0 0 16 9.5 6.5 6.5 0 1 0 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z'/%3E%3C/svg%3E") center / 0.95rem no-repeat;
}

#header #search_widget .clear,
#header .search-widgets .clear {
  color: var(--wm-muted) !important;
  font-size: 1rem !important;
}

/* Cart icon + yellow badge — kill Classic cyan button */
#header .blockcart,
#header .cart-preview,
#header .mkt-cart {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  float: none !important;
  padding: 0 !important;
  margin: 0 !important;
  min-height: 0 !important;
  height: auto !important;
}

#header .blockcart .header,
#header .mkt-cart .header {
  background: transparent !important;
  padding: 0 !important;
  margin: 0 !important;
  min-height: 0 !important;
}

/* Dropdown must NOT stretch the blue bar */
#header .blockcart .body,
#header .cart-preview .body,
#header .mkt-cart .body {
  display: none !important;
  position: absolute !important;
  top: 100% !important;
  right: 0 !important;
  left: auto !important;
  z-index: 100 !important;
  width: 20rem;
  max-height: none;
}

#header .blockcart:hover .body,
#header .cart-preview:hover .body,
#header .blockcart.active .body,
#header .cart-preview.active .body {
  display: block !important;
  background: #fff;
  border: 1px solid var(--wm-line);
  border-radius: var(--wm-radius);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  color: var(--wm-ink);
  padding: 0.75rem;
}

#header .mkt-header-main__contact,
#header .mkt-header-main__utils {
  align-self: center;
  max-height: 2.5rem;
  overflow: visible;
}

#header .mkt-header-main__utils #_desktop_language_selector,
#header .mkt-header-main__utils #_desktop_user_info,
#header .mkt-header-main__utils #_desktop_cart,
#header .mkt-header-main__utils #blockcart-wrapper {
  display: inline-flex !important;
  align-items: center;
  vertical-align: middle;
}

#header .mkt-cart__link,
#header .blockcart .header a {
  display: inline-flex !important;
  align-items: center;
  gap: 0.25rem;
  position: relative;
  color: #fff !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  padding: 0.2rem 0.4rem !important;
  min-height: 0 !important;
  line-height: 1 !important;
  text-decoration: none !important;
}

#header .mkt-cart__icon {
  font-size: 1.35rem !important;
  color: #fff !important;
}

#header .mkt-cart__label {
  display: none !important; /* icon + badge only, like mktdemo */
}

/* Titles: no Classic uppercase shout */
#js-product-list-header h1,
#js-product-list-header .h1,
.page-header h1,
h1.h1,
body#new-products h1,
body#category h1,
body#prices-drop h1,
.products-section-title {
  text-transform: none !important;
  letter-spacing: -0.02em !important;
}

#header .mkt-cart__badge {
  position: absolute;
  top: -0.15rem;
  right: -0.1rem;
  min-width: 1.05rem;
  height: 1.05rem;
  padding: 0 0.28rem;
  border-radius: var(--wm-radius-pill);
  background: var(--wm-yellow) !important;
  color: var(--wm-ink) !important;
  font-size: 0.62rem !important;
  font-weight: 800 !important;
  line-height: 1.05rem;
  text-align: center;
}

/* Force single-line blue bar height */
#header .mkt-header-main__row {
  min-height: var(--wm-header-h);
  max-height: 3.25rem;
  align-items: center !important;
}

#header .mkt-header-main {
  overflow: visible;
}

/* ——— Page chrome ——— */
#wrapper,
#content-wrapper,
#main {
  background: var(--wm-bg);
}

#wrapper .breadcrumb,
.breadcrumb {
  background: transparent !important;
  font-size: 0.82rem;
  padding-block: 0.55rem !important;
}

.featured-products .products-section-title,
.products-section-title,
#js-product-list-header h1,
.page-header h1,
h1.h1 {
  font-size: clamp(1.45rem, 2.2vw, 1.85rem) !important;
  font-weight: 750 !important;
  letter-spacing: -0.02em;
  text-transform: none !important;
}

/* ——— Listing grid ——— */
#js-product-list .products,
.featured-products .products {
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 575.98px) {
  #js-product-list .products .product,
  .featured-products .products .product {
    width: 50%;
  }
}

.product-miniature,
article.product-miniature {
  background: #fff;
  border: 1px solid var(--wm-line);
  border-radius: calc(var(--wm-radius) + 0.1rem);
  overflow: hidden;
  height: 100%;
  margin: 0 0 1rem;
  transition: border-color 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
}

.product-miniature:hover,
article.product-miniature:hover {
  border-color: #c9d7ea;
  box-shadow: 0 8px 22px rgba(8, 78, 150, 0.08);
  transform: translateY(-2px);
}

.product-miniature .thumbnail-container,
.product-miniature .thumbnail-top {
  position: relative;
  background: var(--wm-bg-subtle);
  border-radius: 0;
}

.product-miniature .product-thumbnail img,
.product-miniature .thumbnail img {
  object-fit: contain;
  padding: 0.4rem;
  background: var(--wm-bg-subtle);
}

.product-miniature .product-description {
  padding: 0.55rem 0.7rem 0.85rem !important;
  text-align: left !important;
}

.product-miniature .product-title,
.product-miniature .product-title a {
  font-weight: 600 !important;
  font-size: 0.86rem !important;
  line-height: 1.3 !important;
  color: var(--wm-ink) !important;
  text-align: left !important;
  margin-bottom: 0.25rem;
}

.product-miniature .product-price-and-shipping {
  text-align: left !important;
}

.product-miniature .product-price-and-shipping .price,
.product-miniature .price {
  font-weight: 750 !important;
  font-size: 1rem !important;
  color: var(--wm-ink) !important;
}

.product-miniature .regular-price {
  color: var(--wm-muted);
  font-size: 0.8rem;
}

.product-flags .product-flag,
.product-flag {
  border-radius: 0.25rem !important;
  font-weight: 700 !important;
  font-size: 0.72rem !important;
  text-transform: none !important;
  padding: 0.18rem 0.4rem !important;
}

.product-flag.discount,
.product-flag.on-sale {
  background: var(--wm-rollback) !important;
  color: #fff !important;
}

.product-flag.new {
  background: var(--wm-blue) !important;
  color: #fff !important;
}

/* Facets / sort bar */
#search_filters .facet .facet-title,
.products-sort-order .select-title {
  border: 1px solid var(--wm-line);
  border-radius: var(--wm-radius-pill);
  background: #fff;
  padding: 0.35rem 0.85rem;
  font-weight: 600;
  color: var(--wm-ink);
}

#js-product-list-top,
.products-selection {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.65rem 1rem;
  padding: 0.65rem 0.85rem !important;
  margin-bottom: 1rem !important;
  background: #fff;
  border: 1px solid var(--wm-line);
  border-radius: var(--wm-radius);
  box-shadow: var(--wm-shadow);
}

#left-column .block,
#left-column .block-categories,
#search_filters_wrapper,
#left-column .links {
  background: #fff;
  border: 1px solid var(--wm-line);
  border-radius: calc(var(--wm-radius) + 0.05rem);
  box-shadow: var(--wm-shadow);
  padding: 0.7rem 0.85rem;
  margin-bottom: 0.85rem;
}

body.page-category #wrapper,
body.page-new-products #wrapper,
body.page-prices-drop #wrapper,
body.page-best-sales #wrapper {
  background: linear-gradient(180deg, #f3f7fc 0, var(--wm-bg) 12rem);
}

/* ——— PDP ——— */
body.page-product #wrapper {
  background: linear-gradient(180deg, #f3f7fc 0, var(--wm-bg) 10rem);
}

body.page-product .product-container {
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: 0;
  margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
  body.page-product .product-container > .col-md-6:last-child {
    background: #fff;
    border: 1px solid var(--wm-line);
    border-radius: calc(var(--wm-radius) + 0.15rem);
    box-shadow: var(--wm-shadow);
    padding: 1.15rem 1.25rem 1.25rem !important;
  }
}

body.page-product .images-container,
body.page-product .product-cover {
  position: relative;
  background: linear-gradient(180deg, #f7f9fc 0%, #fff 55%);
  border: 1px solid var(--wm-line);
  border-radius: calc(var(--wm-radius) + 0.2rem);
  overflow: hidden;
  box-shadow: 0 8px 28px rgba(8, 78, 150, 0.08);
}

body.page-product .product-cover img {
  width: 100%;
  max-height: min(38rem, 74vh);
  object-fit: contain;
  padding: 0.5rem;
  margin: 0 auto;
  display: block;
}

body.page-product .thumb-container,
body.page-product .product-images img {
  border-radius: var(--wm-radius);
  border: 1px solid var(--wm-line);
}

body.page-product h1.h1,
body.page-product .h1 {
  font-size: clamp(1.35rem, 2vw, 1.7rem) !important;
  font-weight: 750 !important;
  letter-spacing: -0.025em;
  line-height: 1.2 !important;
  text-transform: none !important;
  margin-bottom: 0.45rem !important;
}

body.page-product .product-prices {
  margin-bottom: 0.75rem !important;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid var(--wm-line);
}

body.page-product .product-prices .current-price,
body.page-product .current-price {
  font-size: 1.55rem !important;
  font-weight: 750 !important;
  color: var(--wm-ink) !important;
  letter-spacing: -0.02em;
}

body.page-product .product-description-short {
  color: var(--wm-muted);
  font-size: 0.92rem;
  line-height: 1.45;
  margin-bottom: 0.85rem !important;
}

body.page-product .product-variants-item select,
body.page-product .product-variants select {
  border: 1px solid var(--wm-line);
  border-radius: var(--wm-radius);
  padding: 0.45rem 0.75rem;
  font-weight: 500;
  max-width: 100%;
}

body.page-product .product-quantity,
body.page-product .product-add-to-cart .product-quantity,
body.page-product .product-actions .product-quantity {
  display: flex !important;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0.65rem;
}

body.page-product .add,
body.page-product .add-to-cart,
body.page-product button.add-to-cart {
  border-radius: var(--wm-radius-pill) !important;
  font-weight: 700 !important;
  padding: 0.65rem 1.15rem !important;
  font-size: 0.9rem !important;
  white-space: nowrap;
  min-width: 10.5rem;
  max-width: 14rem;
}

body.page-product .product-additional-info,
body.page-product .social-sharing {
  margin-top: 0.85rem;
}

/* Trust strip on PDP */
body.page-product .mkt-trust,
body.page-product .blockreassurance--product {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  margin-top: 1rem;
  padding-top: 0.85rem;
  border-top: 1px solid var(--wm-line);
}

body.page-product .mkt-trust .reassurance,
body.page-product .blockreassurance--product .reassurance {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  text-decoration: none;
  color: var(--wm-ink);
}

body.page-product .mkt-trust__icon img,
body.page-product .reassurance__image img {
  width: 2rem;
  height: 2rem;
  object-fit: contain;
}

body.page-product .reassurance__title {
  display: block;
  font-weight: 700;
  font-size: 0.88rem;
  color: var(--wm-ink);
}

body.page-product .reassurance__desc,
body.page-product .reassurance__desc p {
  display: block;
  color: var(--wm-muted) !important;
  font-size: 0.78rem !important;
  margin: 0.1rem 0 0 !important;
  line-height: 1.35;
}

/* Hide noisy placeholder reassurance copy if still default */
body.page-product .reassurance__desc:empty {
  display: none;
}

/* ——— Home carousel — compact (default banner is too tall) ——— */
body#index #carousel,
body.page-index #carousel,
#index #carousel,
#carousel.carousel.slide {
  max-height: 240px;
  overflow: hidden;
  border-radius: var(--wm-radius);
  margin: 0 0 1.25rem !important;
  background: var(--wm-bg-subtle);
}

#carousel .carousel-inner,
#carousel .carousel-item,
#carousel .carousel-item figure {
  max-height: 240px;
  height: 240px;
  margin: 0;
}

#carousel .carousel-item img,
#carousel figure img {
  display: block;
  width: 100% !important;
  height: 240px !important;
  max-height: 240px !important;
  object-fit: cover;
  object-position: center;
}

#carousel .carousel-indicators {
  bottom: 0.35rem;
}

#carousel .direction .carousel-control {
  top: 50%;
  transform: translateY(-50%);
  height: auto;
  background: transparent;
}

#carousel .carousel-caption {
  left: 1.25rem !important;
  right: auto !important;
  bottom: 0.85rem !important;
  max-width: min(22rem, 70%);
  padding: 0.65rem 0.85rem !important;
  background: rgba(4, 30, 66, 0.72) !important;
  border-radius: var(--wm-radius);
  text-align: left !important;
}

@media (max-width: 767.98px) {
  body#index #carousel,
  body.page-index #carousel,
  #carousel.carousel.slide,
  #carousel .carousel-inner,
  #carousel .carousel-item,
  #carousel .carousel-item figure {
    max-height: 160px;
    height: 160px;
  }

  #carousel .carousel-item img,
  #carousel figure img {
    height: 160px !important;
    max-height: 160px !important;
  }
}

/* ——— Home ——— */
#custom-text,
.custom-text {
  background: #fff;
  border: 1px solid var(--wm-line);
  border-radius: var(--wm-radius);
  padding: 1.5rem 1.75rem;
  max-width: 52rem;
  margin: 1rem auto 1.5rem;
}

.featured-products {
  margin-block: 1.5rem 2.25rem;
}

/* ——— Footer ——— */
#footer,
.footer-container {
  background: #041e42 !important;
  color: #f0f0f0;
  border-top: 0;
  margin-top: 2rem;
}

#footer a,
.footer-container a {
  color: #c8d9ef;
}

#footer a:hover {
  color: #fff;
}

#footer .block-contact,
#footer .account-list a,
#footer h3,
#footer .h3,
#footer .h4 {
  color: #fff !important;
}

/* ——— Mobile promo ——— */
@media (max-width: 767.98px) {
  #header .mkt-promo-banner__text {
    font-size: 0.7rem;
  }

  #header .mkt-promo-banner__cta {
    display: inline-block;
    margin-top: 0.15rem;
    margin-left: 0;
  }

  body.page-product .product-container > .col-md-6:last-child {
    margin-top: 0.85rem;
    background: #fff;
    border: 1px solid var(--wm-line);
    border-radius: var(--wm-radius);
    padding: 1rem !important;
  }

  body.page-product .add-to-cart,
  body.page-product button.add-to-cart {
    max-width: none;
    width: 100%;
  }
}

@media (max-width: 991.98px) {
  #header .mkt-header-main__tools #search_widget {
    max-width: 14rem;
  }

  #header .mkt-header-main__contact {
    display: none;
  }
}

/* ——— PDP unified with mktdemo (v1.1.1) ——— */
body.page-product .mkt-pdp {
  align-items: stretch;
  margin-bottom: 0.5rem;
}

body.page-product .mkt-pdp__buybox {
  background: #fff;
  border: 1px solid var(--wm-line);
  border-radius: calc(var(--wm-radius) + 0.15rem);
  box-shadow: var(--wm-shadow);
  padding: 1.15rem 1.25rem 1.25rem !important;
  display: flex;
  flex-direction: column;
}

body.page-product .mkt-pdp__buybox .h1 {
  font-size: clamp(1.35rem, 2vw, 1.7rem) !important;
  font-weight: 750 !important;
  letter-spacing: -0.025em;
  text-transform: none !important;
  margin-bottom: 0.45rem !important;
}

body.page-product .mkt-pdp__buybox .product-prices {
  margin-bottom: 0.75rem !important;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid var(--wm-line);
}

body.page-product .mkt-pdp__buybox .product-description--short,
body.page-product .mkt-pdp__buybox .product-description {
  color: var(--wm-muted);
  font-size: 0.92rem;
  line-height: 1.45;
  margin-bottom: 0.85rem;
}

body.page-product .mkt-pdp__buybox .product-quantity {
  display: flex !important;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0.65rem;
  margin-bottom: 0.35rem;
}

body.page-product .mkt-pdp__buybox .add,
body.page-product .mkt-pdp__buybox .add-to-cart,
body.page-product .mkt-pdp__buybox button.add-to-cart {
  border-radius: var(--wm-radius-pill) !important;
  font-weight: 700 !important;
  padding: 0.65rem 1.15rem !important;
  min-width: 10.5rem;
  max-width: 14rem;
}

body.page-product .mkt-pdp__trust {
  margin-top: 1rem;
  padding-top: 0.85rem;
  border-top: 1px solid var(--wm-line);
}

body.page-product .mkt-trust--fallback {
  display: none;
  flex-direction: column;
  gap: 0.35rem;
}

body.page-product .mkt-pdp__trust .mkt-trust .reassurance,
body.page-product .mkt-trust--fallback .reassurance {
  display: flex !important;
  align-items: flex-start;
  gap: 0.7rem;
  padding: 0.55rem 0.45rem;
  border-radius: var(--wm-radius);
  text-decoration: none !important;
  color: inherit;
}

body.page-product .mkt-trust__icon {
  flex: 0 0 auto;
  width: 2.5rem;
  height: 2.5rem;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: var(--wm-blue-soft);
  border: 1px solid #d6e6f7;
  padding: 0.4rem;
}

body.page-product .mkt-trust__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

body.page-product .reassurance__title {
  display: block;
  font-weight: 700;
  font-size: 0.88rem;
  color: var(--wm-ink);
}

body.page-product .reassurance__desc {
  display: block;
  color: var(--wm-muted);
  font-size: 0.78rem;
  line-height: 1.35;
  margin-top: 0.1rem;
}

body.page-product .mkt-pdp__tabs {
  margin-top: 1.5rem;
  background: #fff;
  border: 1px solid var(--wm-line);
  border-radius: calc(var(--wm-radius) + 0.1rem);
  box-shadow: var(--wm-shadow);
  padding: 0.35rem 1rem 1rem;
}

body.page-product .mkt-pdp__tabs .nav-tabs {
  border-bottom: 1px solid var(--wm-line);
  margin-bottom: 0.85rem;
}

body.page-product .mkt-pdp__tabs .nav-link {
  font-weight: 650;
  color: var(--wm-muted);
  border: 0 !important;
  border-bottom: 2px solid transparent !important;
  border-radius: 0 !important;
}

body.page-product .mkt-pdp__tabs .nav-link.active {
  color: var(--wm-blue) !important;
  border-bottom-color: var(--wm-blue) !important;
  background: transparent !important;
}

body.page-product .mkt-pdp__gallery .images-container,
body.page-product .mkt-pdp__gallery .product-cover {
  background: linear-gradient(180deg, #f7f9fc 0%, #fff 55%);
  border: 1px solid var(--wm-line);
  border-radius: calc(var(--wm-radius) + 0.2rem);
  overflow: hidden;
  box-shadow: 0 8px 28px rgba(8, 78, 150, 0.08);
}

body.page-product .social-sharing {
  margin-top: 0.75rem;
}

@media (max-width: 767.98px) {
  body.page-product .mkt-pdp__buybox {
    margin-top: 0.85rem;
  }

  body.page-product .mkt-pdp__buybox .add-to-cart,
  body.page-product .mkt-pdp__buybox button.add-to-cart {
    max-width: none;
    width: 100%;
  }
}

