/* MistraShop brand layer: a restrained teal-and-gold variation. */
:root {
  --mistra-ink: #123f4a;
  --mistra-ink-hover: #1d5965;
  --mistra-gold: #d6a44b;
  --mistra-soft: #f6f3eb;
  --mistra-border: #d8e4e2;
}

header,
.header-nav,
.top-header,
.ch-header,
footer,
footer.ch-dark-theme {
  background: var(--mistra-ink) !important;
}

.btn-menu,
.btn-menu-top,
.box-menu-top,
.footer-ribbon,
footer .btn-newsletter,
.btn-primary,
.chm-btn-primary,
.btn-general,
.product-thumb:hover .cart .btn-general,
#product .cart .btn-general,
#popup-quickview .cart .btn-general,
.add-to-cart-footer .btn-general,
.kit-cart .btn-general,
#product-options.product-thumb .btn-general {
  background: var(--mistra-ink) !important;
  border-color: var(--mistra-ink) !important;
}

.btn-menu:hover,
.btn-menu-top:hover,
.btn-primary:hover,
.btn-primary:focus,
.chm-btn-primary:hover,
.btn-general:hover,
.btn-general:focus,
footer .btn-newsletter:hover {
  background: var(--mistra-ink-hover) !important;
  border-color: var(--mistra-ink-hover) !important;
}

.price,
.price-new,
.product-thumb .price,
a:hover,
.breadcrumb a:hover {
  color: var(--mistra-ink-hover) !important;
}

.product-thumb,
.categorywall-item,
.container-module,
.panel,
.well {
  border-color: var(--mistra-border) !important;
  border-radius: 12px !important;
}

.product-thumb {
  overflow: hidden;
  transition: transform .2s ease, box-shadow .2s ease;
}

.product-thumb:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(18, 63, 74, .12) !important;
}

.btn,
.form-control,
input,
select,
textarea {
  border-radius: 8px !important;
}

.footer-ribbon-box::after,
.swiper .swiper-fp-prod-pagination .swiper-pagination-bullet-active,
.megasliderpro .swiper-ms-pagination .swiper-pagination-bullet-active {
  background-color: var(--mistra-gold) !important;
}

body {
  background: #fff !important;
}

/* Search is one control: input and action share the same height and outline. */
header .header-search.input-group {
  align-items: stretch !important;
  background: #fff !important;
  border: 1px solid #d8e4e2 !important;
  border-radius: 10px !important;
  display: flex !important;
  height: 42px !important;
  overflow: hidden !important;
}

header .header-search .search-autocomplete {
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  flex: 1 1 auto !important;
  height: 40px !important;
  min-width: 0 !important;
}

header .header-search .button_search {
  display: flex !important;
  flex: 0 0 44px !important;
  height: 40px !important;
  width: 44px !important;
}

header .header-search .btn-search {
  align-items: center !important;
  background: #f4f8f7 !important;
  border: 0 !important;
  border-left: 1px solid #d8e4e2 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  color: var(--mistra-ink) !important;
  display: flex !important;
  height: 40px !important;
  justify-content: center !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 44px !important;
}

header .header-search .btn-search:hover,
header .header-search .btn-search:focus {
  background: #e7f0ee !important;
  color: var(--mistra-ink-hover) !important;
}

.breadcrumb {
  align-items: center;
  background: linear-gradient(135deg, #f8f5ed 0%, #f2f7f6 100%) !important;
  border: 1px solid var(--mistra-border) !important;
  border-radius: 12px !important;
  box-shadow: 0 5px 16px rgba(18, 63, 74, .05);
  display: flex !important;
  flex-wrap: wrap;
  gap: 4px;
  margin: 0 0 22px !important;
  min-height: 46px;
  overflow: hidden;
  padding: 11px 10px !important;
}

.container > .breadcrumb + .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.container > .breadcrumb + .row #content > h1:first-child {
  margin-top: 0 !important;
}

.mistra-search-backdrop,
.mistra-search-shell {
  display: none;
}

.breadcrumb > li {
  align-items: center;
  color: #607980 !important;
  display: flex !important;
  font-size: 13px !important;
  line-height: 22px !important;
  min-width: 0;
  padding: 0 !important;
}

.breadcrumb > li::before {
  content: none !important;
  display: none !important;
}

.breadcrumb > li:not(:last-child)::after {
  background: transparent !important;
  border-right: 1.5px solid #91a6aa;
  border-top: 1.5px solid #91a6aa;
  content: "" !important;
  display: block !important;
  flex: 0 0 6px;
  height: 6px;
  margin: 0 9px 0 7px;
  position: static !important;
  transform: rotate(45deg);
  width: 6px;
}

.breadcrumb > li:last-child::after {
  content: none !important;
  display: none !important;
}

.breadcrumb > li a {
  align-items: center;
  color: var(--mistra-ink) !important;
  display: inline-flex;
  font-weight: 700;
  text-decoration: none !important;
}

.breadcrumb > li:first-child a::before {
  background: currentColor;
  content: "";
  display: inline-block;
  flex: 0 0 14px;
  height: 14px;
  margin-right: 6px;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M3 10.7 12 3l9 7.7v9.1c0 .7-.5 1.2-1.2 1.2h-5.3v-6.4h-5V21H4.2c-.7 0-1.2-.5-1.2-1.2v-9.1Z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M3 10.7 12 3l9 7.7v9.1c0 .7-.5 1.2-1.2 1.2h-5.3v-6.4h-5V21H4.2c-.7 0-1.2-.5-1.2-1.2v-9.1Z'/%3E%3C/svg%3E") center / contain no-repeat;
  width: 14px;
}

.breadcrumb > li a:hover,
.breadcrumb > li a:focus {
  color: var(--mistra-ink-hover) !important;
}

.breadcrumb > li:last-child > span,
.breadcrumb > li:last-child > a {
  color: #5f747a !important;
  font-weight: 600;
}

/* Header contrast: Chameleon applies late dark text rules to these controls. */
html body header.fix-header .phone-box,
html body header.fix-header #phone,
html body header.fix-header #phone .contact-header,
html body header.fix-header #phone .dropdown-toggle,
html body header.fix-header #phone .additional-tel,
html body header.fix-header #phone a,
html body header.fix-header #phone .text-after-phone,
html body header.fix-header .box-account,
html body header.fix-header .box-account a,
html body header.fix-header .btn-wishlist-top,
html body header.fix-header .btn-wishlist-top a,
html body header.fix-header #cart,
html body header.fix-header #cart > .btn {
  color: #f7f3e8 !important;
}

html body header.fix-header #phone .text-after-phone,
html body header.fix-header #phone + .text-after-phone,
html body header.fix-header .phone-box .text-after-phone {
  color: #a8c4c8 !important;
}

html body header.fix-header #phone img,
html body header.fix-header .box-account img,
html body header.fix-header .btn-wishlist-top img,
html body header.fix-header #cart img,
html body header.fix-header .shop-bag-svg,
html body header.fix-header .icon-wishlist {
  filter: brightness(0) invert(1) !important;
  opacity: .95 !important;
}

html body header.fix-header #phone svg,
html body header.fix-header .box-account svg,
html body header.fix-header .btn-wishlist-top svg,
html body header.fix-header #cart svg,
html body header.fix-header #phone svg *,
html body header.fix-header .box-account svg *,
html body header.fix-header .btn-wishlist-top svg *,
html body header.fix-header #cart svg * {
  color: #f7f3e8 !important;
  fill: currentColor !important;
  stroke: currentColor !important;
}

/* Phone dropdown is light, so its links must not inherit the white header text. */
html body header.fix-header #phone .drop-contacts {
  background: #fff !important;
  border: 1px solid var(--mistra-border) !important;
  box-shadow: 0 12px 28px rgba(18, 63, 74, .16) !important;
  overflow: hidden;
}

html body header.fix-header #phone .drop-contacts li,
html body header.fix-header #phone .drop-contacts li a {
  color: var(--mistra-ink) !important;
}

html body header.fix-header #phone .drop-contacts li a {
  background: #f6faf9 !important;
  border-radius: 7px !important;
  font-weight: 700;
}

html body header.fix-header #phone .drop-contacts li a:hover,
html body header.fix-header #phone .drop-contacts li a:focus {
  background: #e5efed !important;
  color: var(--mistra-ink-hover) !important;
}

/* Chameleon renders an empty service row when no phone note is configured. */
html body header.fix-header #phone .drop-contacts > li:not(:has(a)) {
  display: none !important;
}

/* Store reviews: compact summary cards and readable editorial review cards. */
.container-module:has(.rating-info-box) {
  border: 0 !important;
  box-shadow: none !important;
  overflow: visible !important;
}

.container-module:has(.rating-info-box) .title-module {
  align-items: center;
  display: flex;
  gap: 18px;
  justify-content: space-between;
  margin-bottom: 20px;
}

.container-module:has(.rating-info-box) .title-module > span {
  color: var(--mistra-ink) !important;
  font-size: 24px !important;
  font-weight: 750;
  letter-spacing: -.02em;
}

.container-module:has(.rating-info-box) .see-all-reviews {
  background: #fff;
  border: 1px solid var(--mistra-border) !important;
  border-radius: 999px !important;
  color: var(--mistra-ink) !important;
  font-weight: 650;
  padding: 10px 18px;
  transition: background .2s ease, color .2s ease, border-color .2s ease;
}

.container-module:has(.rating-info-box) .see-all-reviews:hover {
  background: var(--mistra-ink) !important;
  border-color: var(--mistra-ink) !important;
  color: #fff !important;
}

.rating-info-box {
  display: flex !important;
  flex-wrap: wrap;
  margin-bottom: 22px !important;
}

.rating-info-box > [class*="col-"] {
  display: flex;
}

.rating-info-box .block-reviews {
  background: linear-gradient(145deg, #fff 0%, #f5faf9 100%) !important;
  border: 1px solid var(--mistra-border) !important;
  border-radius: 18px !important;
  box-shadow: 0 10px 28px rgba(18, 63, 74, .07) !important;
  height: auto !important;
  min-height: 220px !important;
  padding: 26px !important;
  width: 100%;
}

.rating-info-box .average-reviews {
  flex: 0 0 150px;
}

.rating-info-box .average-rating-number {
  color: var(--mistra-ink) !important;
  font-size: 40px !important;
  font-weight: 800 !important;
}

.rating-info-box .percent_rating {
  background: var(--mistra-gold) !important;
  border-radius: 999px;
}

.rating-info-box .percent_rating_line {
  background: #e9f0ef !important;
  border-radius: 999px;
  overflow: hidden;
}

.rating-info-box .rsinfo-item {
  align-items: center;
  display: grid !important;
  gap: 16px;
  grid-template-columns: minmax(120px, 1fr) auto;
  padding: 7px 0;
}

.rating-info-box .rs-theme-text {
  color: #365b63 !important;
  font-weight: 600;
}

.rating-info-box .btn-block-rs {
  margin-top: 14px;
}

.review-store-box {
  margin-left: -10px !important;
  margin-right: -10px !important;
  row-gap: 20px;
}

.review-store-box > [class*="col-"] {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.review-store-box .item-rs {
  background: #fff !important;
  border: 1px solid var(--mistra-border) !important;
  border-radius: 16px !important;
  box-shadow: 0 8px 24px rgba(18, 63, 74, .06) !important;
  min-height: 210px;
  overflow: hidden;
  padding: 22px !important;
  position: relative;
  transition: transform .2s ease, box-shadow .2s ease;
  width: 100%;
}

.review-store-box .item-rs::before {
  background: linear-gradient(90deg, var(--mistra-gold), #efca80);
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.review-store-box .item-rs:hover {
  box-shadow: 0 14px 32px rgba(18, 63, 74, .12) !important;
  transform: translateY(-3px);
}

.review-store-box .rs-author-rating {
  background: var(--mistra-soft) !important;
  border: 2px solid var(--mistra-gold) !important;
  color: var(--mistra-ink) !important;
  font-weight: 800;
}

.review-store-box .rs-author {
  color: var(--mistra-ink) !important;
  font-weight: 750;
}

.review-store-box .rs-date-added {
  color: #789096 !important;
}

.review-store-box .rs-description {
  color: #36555c !important;
  line-height: 1.65 !important;
  margin-top: 18px !important;
}

/* Compact footer layout: remove the configured-but-empty banner row. */
footer > .box-banner-container {
  display: none !important;
}

footer .footer-top {
  background: #f7f8fb !important;
}

footer .newsletter {
  background: linear-gradient(135deg, #ffffff 0%, #f0f8f6 100%);
  border: 1px solid #cbdedb;
  border-radius: 20px;
  box-shadow: 0 14px 34px rgba(18, 63, 74, .10);
  isolation: isolate;
  overflow: hidden;
  position: relative;
}

footer .newsletter::before {
  background: linear-gradient(90deg, var(--mistra-gold), #f0ca78);
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}

footer .newsletter::after {
  background: rgba(214, 164, 75, .10);
  border-radius: 50%;
  content: "";
  height: 180px;
  pointer-events: none;
  position: absolute;
  right: -75px;
  top: -95px;
  width: 180px;
  z-index: -1;
}

footer .newsletter > * {
  position: relative;
  z-index: 1;
}

footer .newsletter .icon-newsletter {
  align-items: center;
  background: var(--mistra-ink);
  border-radius: 16px;
  box-shadow: 0 8px 18px rgba(18, 63, 74, .18);
  display: flex !important;
  height: 62px;
  justify-content: center;
  width: 62px;
}

footer .newsletter .icon-newsletter svg {
  height: 27px !important;
  width: 40px !important;
}

footer .newsletter .icon-newsletter svg rect,
footer .newsletter .icon-newsletter svg path {
  stroke: #fff !important;
}

footer .newsletter .title-nl > div:first-child {
  color: #58737a;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
}

footer .newsletter .title-nl > div:last-child {
  color: var(--mistra-ink);
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -.02em;
  line-height: 1.25;
  margin-top: 4px;
}

footer .newsletter .input-group {
  display: flex !important;
  height: 52px !important;
  margin: 0 !important;
  width: 100% !important;
}

footer .newsletter #input-newsletter {
  background: #fff !important;
  border: 1px solid #c5d9d6 !important;
  border-radius: 10px 0 0 10px !important;
  box-shadow: none !important;
  flex: 1 1 auto;
  height: 52px !important;
  min-width: 0;
}

footer .newsletter #input-newsletter:focus {
  border-color: var(--mistra-gold) !important;
  box-shadow: inset 0 0 0 1px var(--mistra-gold) !important;
}

footer .newsletter .igb-nl {
  display: flex !important;
  flex: 0 0 auto;
  height: 52px !important;
  width: auto !important;
}

footer .newsletter .btn-newsletter {
  border-radius: 0 10px 10px 0 !important;
  box-shadow: 0 8px 18px rgba(18, 63, 74, .16) !important;
  font-weight: 750 !important;
  height: 52px !important;
  margin: 0 !important;
  min-width: 138px;
  transition: background .2s ease, transform .2s ease !important;
}

footer .newsletter .btn-newsletter:hover,
footer .newsletter .btn-newsletter:focus {
  background: var(--mistra-ink-hover) !important;
  transform: translateY(-1px);
}

footer .footer-contact {
  background: #fff;
  border: 1px solid var(--mistra-border);
  border-radius: 16px;
  color: #557078 !important;
}

footer .footer-contact .ch-socials {
  display: none !important;
}

footer .ch-payments:has(img[src*="no_image"]) {
  display: none !important;
}

footer .description_store_footer {
  color: #557078 !important;
  line-height: 1.6;
}

footer .copyright__payments {
  background: var(--mistra-ink) !important;
}

@media (min-width: 768px) {
  footer .footer-top {
    padding: 38px 0 28px !important;
  }

  html body footer .footer-top .newsletter {
    align-items: center !important;
    display: grid !important;
    gap: 24px;
    grid-template-columns: 62px minmax(280px, 1fr) minmax(390px, .9fr);
    margin: 0 0 40px !important;
    padding: 22px 24px !important;
  }

  footer .newsletter .icon-newsletter {
    margin: 0 !important;
  }

  footer .newsletter .title-nl {
    margin: 0 !important;
    padding: 0 !important;
    width: auto !important;
  }

  footer .footer-top .row-flex {
    align-items: stretch;
    display: grid !important;
    gap: 28px;
    grid-template-columns: minmax(0, 3fr) minmax(280px, 1fr);
    margin: 0 !important;
  }

  footer .footer-top .f-column {
    display: grid !important;
    float: none !important;
    gap: 28px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding: 0 !important;
    width: auto !important;
  }

  footer .footer-top .f-column > div {
    float: none !important;
    min-height: 0 !important;
    padding: 0 !important;
    width: auto !important;
  }

  footer .footer-top .two-c-pc {
    column-count: 1 !important;
    columns: auto !important;
  }

  footer .footer-contact {
    float: none !important;
    padding: 20px 22px !important;
    width: auto !important;
  }

  footer .footer-top > .container:last-of-type {
    border-top: 1px solid var(--mistra-border);
    margin-top: 28px;
    padding-top: 24px;
  }
}

@media (max-width: 767px) {
  body.mistra-search-open {
    overflow: hidden !important;
  }

  .mistra-search-backdrop,
  .mistra-search-shell {
    display: none;
  }

  header .header-search.input-group {
    flex: 0 0 44px !important;
    height: 44px !important;
    min-width: 44px !important;
    width: 44px !important;
  }

  header .header-search .search-autocomplete {
    display: none !important;
  }

  header .header-search .button_search,
  header .header-search .btn-search {
    border: 0 !important;
    flex: 0 0 42px !important;
    height: 42px !important;
    width: 42px !important;
  }

  header .header-search .btn-search {
    border-radius: 9px !important;
  }

  .mistra-search-open .mistra-search-backdrop {
    appearance: none;
    background: rgba(8, 35, 42, .78);
    border: 0;
    bottom: 0;
    cursor: default;
    display: block;
    left: 0;
    padding: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 10000;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
  }

  .mistra-search-open .mistra-search-shell {
    align-items: center;
    background: #fff;
    border: 1px solid var(--mistra-border);
    border-radius: 18px;
    box-shadow: 0 22px 60px rgba(0, 0, 0, .28);
    color: var(--mistra-ink);
    display: flex;
    font-size: 18px;
    justify-content: space-between;
    left: 12px;
    padding: 17px 16px 76px;
    position: fixed;
    right: 12px;
    top: 16px;
    z-index: 10001;
  }

  .mistra-search-shell strong {
    font-weight: 800;
  }

  .mistra-search-close {
    align-items: center;
    background: #f1f6f5;
    border: 1px solid var(--mistra-border);
    border-radius: 9px;
    color: var(--mistra-ink);
    display: flex;
    font-size: 25px;
    height: 36px;
    justify-content: center;
    line-height: 1;
    padding: 0 0 2px;
    width: 36px;
  }

  .mistra-search-open > .header-search[data-mistra-modal-ready="1"].input-group {
    align-items: stretch !important;
    background: #fff !important;
    border: 1px solid var(--mistra-border) !important;
    border-radius: 12px !important;
    display: flex !important;
    height: 54px !important;
    left: 28px !important;
    overflow: hidden !important;
    position: fixed !important;
    right: 28px !important;
    top: 76px !important;
    width: auto !important;
    z-index: 10002;
  }

  .mistra-search-open > .header-search[data-mistra-modal-ready="1"] .search-autocomplete {
    display: block !important;
    font-size: 16px !important;
    height: 52px !important;
    padding: 0 16px !important;
  }

  .mistra-search-open > .header-search[data-mistra-modal-ready="1"] .button_search,
  .mistra-search-open > .header-search[data-mistra-modal-ready="1"] .btn-search {
    flex: 0 0 52px !important;
    height: 52px !important;
    width: 52px !important;
  }

  .mistra-search-open > .header-search[data-mistra-modal-ready="1"] .btn-search {
    background: var(--mistra-ink) !important;
    border-left: 1px solid var(--mistra-ink) !important;
    border-radius: 0 !important;
    color: #fff !important;
  }

  .mistra-search-open > .header-search[data-mistra-modal-ready="1"] .btn-search .icon-hsearch {
    color: #fff !important;
    fill: none !important;
    height: 20px !important;
    stroke: #fff !important;
    width: 20px !important;
  }

  .mistra-search-open > .header-search[data-mistra-modal-ready="1"] .btn-search .icon-hsearch path {
    color: #fff !important;
    fill: none !important;
    stroke: #fff !important;
  }

  .breadcrumb {
    gap: 2px;
    margin-bottom: 18px !important;
    min-height: 42px;
    padding: 9px 10px !important;
  }

  .breadcrumb > li {
    font-size: 12px !important;
    line-height: 20px !important;
  }

  .breadcrumb > li:not(:last-child)::after {
    margin-left: 6px;
    margin-right: 7px;
  }

  footer .footer-top {
    padding: 26px 0 20px !important;
  }

  html body footer .footer-top .newsletter {
    align-items: center !important;
    display: grid !important;
    gap: 14px;
    grid-template-columns: 52px minmax(0, 1fr);
    margin: 0 0 26px !important;
    padding: 18px !important;
  }

  footer .newsletter .icon-newsletter {
    grid-column: 1;
    grid-row: 1;
    height: 52px !important;
    margin: 0 !important;
    width: 52px !important;
  }

  footer .newsletter .icon-newsletter svg {
    height: 23px !important;
    width: 34px !important;
  }

  footer .newsletter .title-nl {
    align-self: center;
    grid-column: 2;
    grid-row: 1;
    margin: 0 !important;
    padding: 0 !important;
    width: auto !important;
  }

  footer .newsletter .title-nl > div:first-child {
    font-size: 12px;
  }

  footer .newsletter .title-nl > div:last-child {
    font-size: 18px;
  }

  footer .newsletter .btn-newsletter {
    min-width: 128px;
    padding-left: 14px !important;
    padding-right: 14px !important;
  }

  footer .newsletter .input-group,
  footer .newsletter #error-msg {
    grid-column: 1 / -1;
  }

  footer .newsletter .input-group {
    grid-row: 2;
  }

  footer .footer-contact {
    margin-top: 18px;
    padding: 18px !important;
  }

  footer .footer-top > .container:last-of-type {
    border-top: 1px solid var(--mistra-border);
    margin-top: 22px;
    padding-top: 20px;
  }

  .mobm-body .mobm-header-block {
    border-bottom: 1px solid var(--mistra-border) !important;
    padding: 10px 14px !important;
  }

  .mobm-body .mobm-header-block .btn-account,
  .mobm-body .mobm-header-block .btn-wishlist-top {
    align-items: center !important;
    background: #f2f7f6 !important;
    border: 1px solid var(--mistra-border) !important;
    border-radius: 10px !important;
    color: var(--mistra-ink) !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 3px;
    height: 48px !important;
    justify-content: center !important;
    margin-left: 8px;
    min-width: 54px;
    padding: 4px 7px !important;
  }

  .mobm-body .mobm-header-block .icon-account,
  .mobm-body .mobm-header-block .icon-wishlist {
    filter: brightness(0) saturate(100%) invert(20%) sepia(20%) saturate(1347%) hue-rotate(145deg) brightness(91%) contrast(91%) !important;
    height: 21px !important;
    margin: 0 !important;
    opacity: 1 !important;
    width: 22px !important;
  }

  .mobm-body .mobm-header-block .text-a-icon {
    color: var(--mistra-ink) !important;
    font-size: 9px !important;
    font-weight: 700 !important;
    line-height: 10px !important;
    margin: 0 !important;
    position: static !important;
  }

  .mobm-body .mobm-list-item {
    border-bottom: 1px solid #e3eceb !important;
    color: var(--mistra-ink) !important;
    min-height: 58px !important;
    padding: 10px 14px !important;
  }

  .mobm-body .mobm-list-item > a {
    color: var(--mistra-ink) !important;
    min-height: 38px;
    width: 100%;
  }

  .mobm-body .mobm-list-item .mm-icon-catalog,
  .mobm-body .mobm-list-item .mm-icon-left {
    align-items: center !important;
    background: var(--mistra-ink) !important;
    border: 1px solid var(--mistra-ink) !important;
    border-radius: 10px !important;
    color: #fff !important;
    display: flex !important;
    flex: 0 0 38px;
    height: 38px !important;
    justify-content: center !important;
    margin-right: 10px !important;
    opacity: 1 !important;
    width: 38px !important;
  }

  .mobm-body .mobm-list-item .mm-icon-catalog svg,
  .mobm-body .mobm-list-item .mm-icon-left svg {
    color: #fff !important;
    fill: none !important;
    height: 22px !important;
    opacity: 1 !important;
    stroke: #fff !important;
    width: 22px !important;
  }

  .mobm-body .mobm-list-item .mm-icon-catalog svg *,
  .mobm-body .mobm-list-item .mm-icon-left svg * {
    color: #fff !important;
    fill: none !important;
    opacity: 1 !important;
    stroke: #fff !important;
  }

  .mobm-body .mobm-list-item .text-menu {
    color: var(--mistra-ink) !important;
    font-size: 16px !important;
    font-weight: 700 !important;
  }

  .mobm-body .mobm-list-item .icon-mm-arrow {
    color: #789096 !important;
    fill: currentColor !important;
    margin-left: auto !important;
    opacity: 1 !important;
    stroke: currentColor !important;
  }

  .mobm-body .mobm-list-item .icon-mm-arrow * {
    color: #789096 !important;
    fill: currentColor !important;
    stroke: currentColor !important;
  }

  .mobm-body .links-mob .header-nav-links .btn-link {
    color: #294e57 !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    min-height: 44px;
    text-align: left;
    width: 100%;
  }

  .btn-go-home,
  .btn-menu-mobile,
  .btn-mob-cart {
    align-items: center !important;
    background: #f2f7f6 !important;
    border: 1px solid #d8e4e2 !important;
    border-radius: 10px !important;
    color: var(--mistra-ink) !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 3px;
    height: 44px !important;
    justify-content: center !important;
    min-width: 44px !important;
    padding: 3px 5px !important;
    position: relative;
    width: 44px !important;
  }

  .btn-go-home.active-bg {
    background: var(--mistra-ink) !important;
    border-color: var(--mistra-ink) !important;
    color: #fff !important;
  }

  .btn-go-home .text-a-icon,
  .btn-menu-mobile .text-a-icon,
  .btn-mob-cart .text-a-icon-cart {
    color: inherit !important;
    display: block !important;
    font-size: 9px !important;
    font-weight: 700 !important;
    letter-spacing: 0 !important;
    line-height: 10px !important;
    margin: 0 !important;
    max-width: 100% !important;
    overflow: visible !important;
    position: static !important;
    text-align: center;
    text-overflow: clip !important;
    white-space: nowrap;
  }

  .btn-menu-mobile .icon-menu-line,
  .btn-mob-cart .shop-bag-svg {
    filter: brightness(0) saturate(100%) invert(20%) sepia(20%) saturate(1347%) hue-rotate(145deg) brightness(91%) contrast(91%) !important;
    height: 20px !important;
    margin: 0 !important;
    opacity: 1 !important;
    width: 22px !important;
  }

  html body header.fix-header .btn-mob-cart .shop-bag-svg {
    filter: brightness(0) saturate(100%) invert(20%) sepia(20%) saturate(1347%) hue-rotate(145deg) brightness(91%) contrast(91%) !important;
    opacity: 1 !important;
  }

  .btn-go-home svg {
    height: 20px !important;
    margin: 0 !important;
    width: 18px !important;
  }

  .btn-mob-cart .cart-total {
    background: var(--mistra-gold) !important;
    border: 2px solid #fff !important;
    color: var(--mistra-ink) !important;
    font-size: 9px !important;
    font-weight: 800 !important;
    height: 18px !important;
    line-height: 14px !important;
    min-width: 18px !important;
    padding: 0 3px !important;
    right: -5px !important;
    top: -5px !important;
  }

  html body header.fix-header .btn-mob-cart .cart-total {
    background: var(--mistra-gold) !important;
    color: var(--mistra-ink) !important;
  }

  .btn-go-home:focus-visible,
  .btn-menu-mobile:focus-visible,
  .btn-mob-cart:focus-visible,
  header .btn-search:focus-visible {
    box-shadow: 0 0 0 3px rgba(214, 164, 75, .38) !important;
    outline: 0 !important;
  }

  .banner-blocks-container,
  .banner-blocks-container.flex-xs-nowrap {
    display: flex !important;
    flex-wrap: wrap !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    overflow: visible !important;
    width: 100% !important;
  }

  .banner-blocks-container > .bb-col-xs,
  .banner-blocks-container > [class*="col-"] {
    flex: 0 0 100% !important;
    margin: 0 0 12px !important;
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100% !important;
  }

  .banner-blocks-container .banner-item,
  .banner-blocks-container .banner-block {
    height: auto !important;
    min-height: 128px;
    width: 100% !important;
  }

  .container-module:has(.rating-info-box) .title-module {
    align-items: stretch;
    flex-direction: column;
    height: auto !important;
    min-height: 0 !important;
  }

  .container-module:has(.rating-info-box) .see-all-reviews {
    display: block !important;
    float: none !important;
    margin: 0 !important;
    position: static !important;
    text-align: center;
    width: 100%;
  }

  .rating-info-box > [class*="col-"] + [class*="col-"] {
    margin-top: 14px;
  }

  .rating-info-box .block-reviews {
    min-height: 0 !important;
    padding: 20px !important;
  }

  .rating-info-box .f-box {
    align-items: center;
    flex-direction: column;
    gap: 18px;
  }

  .rating-info-box .average-reviews {
    flex-basis: auto;
  }

  .rating-info-box .star-rating-desc {
    width: 100%;
  }

  .review-store-box .item-rs {
    min-height: 0;
  }

  /* Mobile drawer: two equal, full-width account actions. */
  .mobm-body .mobm-header-block .mh-left-b,
  .mobm-body .mobm-header-block .mm-compare {
    display: none !important;
  }

  .mobm-body .mobm-header-block .mh-right-b {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-left: 0 !important;
    width: 100% !important;
  }

  .mobm-body .mobm-header-block .box-account-mob,
  .mobm-body .mobm-header-block .mm-wishlist {
    min-width: 0 !important;
    width: 100% !important;
  }

  .mobm-body .mobm-header-block .btn-account,
  .mobm-body .mobm-header-block .btn-wishlist-top {
    margin: 0 !important;
    min-width: 0 !important;
    width: 100% !important;
  }

  .mobm-body .mobm-header-block .text-a-icon {
    font-size: 11px !important;
    line-height: 12px !important;
  }

  /* The specials pictogram is a filled SVG, so keep its shape visible. */
  .mobm-body #ch_mobm_special .mm-icon-left svg,
  .mobm-body #ch_mobm_special .mm-icon-left svg * {
    fill: #fff !important;
    stroke: #fff !important;
  }

  /* Replace the old uneven home outline with a clean solid home icon. */
  .btn-go-home > svg {
    display: none !important;
  }

  .btn-go-home::before {
    background: currentColor;
    content: "";
    display: block;
    height: 20px;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M3 10.7 12 3l9 7.7v9.1c0 .7-.5 1.2-1.2 1.2h-5.3v-6.4h-5V21H4.2c-.7 0-1.2-.5-1.2-1.2v-9.1Z'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M3 10.7 12 3l9 7.7v9.1c0 .7-.5 1.2-1.2 1.2h-5.3v-6.4h-5V21H4.2c-.7 0-1.2-.5-1.2-1.2v-9.1Z'/%3E%3C/svg%3E") center / contain no-repeat;
    width: 20px;
  }
}
