:root {
  --m4-coral: #ee5b49;
  --m4-coral-dark: #d94b3b;
  --m4-ink: #171717;
  --m4-muted: #6d6d72;
  --m4-line: #e7e5e2;
  --m4-soft: #f7f5f2;
  --m4-white: #ffffff;
  --m4-radius-sm: 10px;
  --m4-radius-md: 14px;
  --m4-radius-lg: 18px;
  --m4-shadow: 0 18px 48px rgba(34, 27, 23, 0.11);
}

.m4-reference,
.m4-reference button,
.m4-reference input,
.m4-reference textarea,
.m4-reference select {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

.m4-reference {
  max-width: 100%;
  overflow-x: hidden;
  color: var(--m4-ink);
  background: var(--m4-white);
}

.m4-reference *,
.m4-reference *::before,
.m4-reference *::after {
  box-sizing: border-box;
}

.m4-reference a {
  transition: color 160ms ease, border-color 160ms ease, background 160ms ease;
}

.m4-reference .container,
.m4-reference .home-page.container {
  width: min(calc(100% - 40px), 1560px) !important;
  max-width: 1560px !important;
  margin-right: auto !important;
  margin-left: auto !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.m4-reference .dropdown-menu {
  display: none;
}

.m4-reference .open > .dropdown-menu {
  display: block;
}

.m4-reference .m4-desktop-header {
  display: none;
}

.m4-reference .m4-catalog-overlay {
  display: none;
}

.m4-reference .home-banner {
  display: none !important;
}

.m4-reference .btn,
.m4-reference button {
  border-radius: var(--m4-radius-sm);
}

.m4-reference .btn-primary,
.m4-reference .add_to_cart,
.m4-reference .product-thumb__add-to-cart {
  color: #fff !important;
  background: var(--m4-coral) !important;
  border-color: var(--m4-coral) !important;
}

.m4-reference .btn-primary:hover,
.m4-reference .add_to_cart:hover,
.m4-reference .product-thumb__add-to-cart:hover {
  background: var(--m4-coral-dark) !important;
  border-color: var(--m4-coral-dark) !important;
}

.m4-reference .m4-hero {
  position: relative !important;
  overflow: hidden !important;
  border-radius: var(--m4-radius-lg) !important;
  background: var(--m4-soft);
  isolation: isolate;
}

.m4-reference .m4-hero-shade {
  position: absolute;
  z-index: 7;
  inset: 0 auto 0 0;
  width: 47%;
  height: 100%;
  pointer-events: none;
  background: #f5f3f0;
  clip-path: polygon(0 0, 90% 0, 100% 50%, 90% 100%, 0 100%);
}

.m4-reference .m4-hero-copy {
  position: absolute;
  z-index: 8;
  top: 50%;
  left: clamp(28px, 4.4vw, 72px);
  width: min(510px, 42%);
  transform: translateY(-50%);
}

.m4-reference .m4-hero-copy__title {
  margin: 0 0 30px;
  color: #171717;
  font-size: clamp(42px, 3.4vw, 62px);
  font-weight: 650;
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.m4-reference .m4-hero-copy__button {
  min-height: 58px;
  padding: 0 34px;
  color: #fff;
  font-size: 17px;
  font-weight: 650;
  background: var(--m4-coral);
  border: 0;
  border-radius: 11px;
  box-shadow: none;
}

.m4-reference .m4-hero-copy__button:hover,
.m4-reference .m4-hero-copy__button:focus-visible {
  background: var(--m4-coral-dark);
  outline: none;
}

.m4-reference .m4-category-heading {
  display: none !important;
}

.m4-reference .m4-category-strip {
  margin: 18px 0 30px !important;
}

.m4-reference .m4-category-strip .uni-module__wrapper {
  display: grid !important;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: 14px;
  width: 100% !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  transform: none !important;
}

.m4-reference .m4-category-strip .uni-module__item {
  width: auto !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

.m4-reference .m4-category-strip .uni-module__item:nth-child(1),
.m4-reference .m4-category-strip .uni-module__item:nth-child(2) {
  grid-column: span 2;
}

.m4-reference .m4-category-strip .category-wall__item {
  position: relative;
  height: 190px;
  overflow: hidden;
  background: #f2f0ed;
  border: 1px solid var(--m4-line);
  border-radius: var(--m4-radius-md);
}

.m4-reference .m4-category-strip .category-wall__image {
  position: absolute !important;
  inset: 0 !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

.m4-reference .m4-category-strip .category-wall__image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
  transition: transform 280ms ease;
}

.m4-reference .m4-category-strip .category-wall__item:hover img {
  transform: scale(1.025);
}

.m4-reference .m4-category-strip .category-wall__ul {
  position: absolute !important;
  z-index: 2;
  inset: 0 !important;
  display: block !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  pointer-events: none;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.88) 0%,
    rgba(255, 255, 255, 0) 44%
  );
}

.m4-reference .m4-category-strip .category-wall__title {
  margin: 0 !important;
  padding: 20px 22px !important;
  list-style: none !important;
}

.m4-reference .m4-category-strip .category-wall__title a {
  color: var(--m4-ink) !important;
  font-size: 16px !important;
  font-weight: 650 !important;
  line-height: 1.2 !important;
  text-decoration: none !important;
}

.m4-reference .m4-products-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 20px 0 8px;
}

.m4-reference .m4-products-heading__title {
  margin: 0;
  color: var(--m4-ink);
  font-size: clamp(28px, 2.25vw, 38px);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.025em;
}

.m4-reference .m4-products-heading__link {
  display: inline-flex;
  gap: 12px;
  align-items: center;
  color: var(--m4-coral);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.m4-reference .m4-products-heading__link:hover {
  color: var(--m4-coral-dark);
}

.m4-reference .content-top > .nav-tabs {
  display: flex;
  gap: 26px;
  align-items: center;
  min-height: 44px;
  margin: 0 0 10px !important;
  padding: 0 !important;
  border: 0 !important;
}

.m4-reference .content-top > .nav-tabs > li {
  margin: 0 !important;
}

.m4-reference .content-top > .nav-tabs > li > a {
  margin: 0 !important;
  padding: 9px 0 !important;
  color: #77767a !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  background: transparent !important;
  border: 0 !important;
  border-bottom: 2px solid transparent !important;
  border-radius: 0 !important;
}

.m4-reference .content-top > .nav-tabs > li.active > a,
.m4-reference .content-top > .nav-tabs > li > a:hover {
  color: var(--m4-coral) !important;
  border-bottom-color: var(--m4-coral) !important;
}

.m4-reference .content-bottom {
  margin-top: 50px;
}

.m4-reference .content-bottom > .html-module:first-child {
  color: #4f4d4b;
  font-size: 15px;
  line-height: 1.65;
}

.m4-reference .heading {
  color: var(--m4-ink);
}

.m4-reference footer {
  margin-top: 60px;
}

@media (min-width: 992px) {
  .m4-reference header {
    position: sticky;
    z-index: 100;
    top: 0;
    min-height: 102px;
    background: #fff;
    border-bottom: 1px solid #efedeb;
  }

  .m4-reference #fly-menu {
    display: none !important;
  }

  .m4-reference header > #top,
  .m4-reference header > .container,
  .m4-reference header > #main-menu {
    display: none !important;
  }

  .m4-reference .m4-desktop-header {
    display: block;
    width: 100%;
  }

  .m4-reference .m4-products-heading__link {
    margin-right: 72px;
  }

  .m4-reference .m4-desktop-header__row {
    display: grid;
    grid-template-columns:
      86px minmax(132px, 150px) minmax(340px, 1fr)
      minmax(250px, 330px) auto;
    gap: 22px;
    align-items: center;
    width: min(calc(100% - 40px), 1560px);
    min-height: 101px;
    margin: 0 auto;
  }

  .m4-reference .m4-desktop-header__logo {
    display: block;
    width: 86px;
    height: 86px;
  }

  .m4-reference .m4-desktop-header__logo img {
    display: block;
    width: 86px !important;
    height: 86px !important;
    max-width: 86px !important;
    max-height: 86px !important;
    object-fit: contain;
  }

  .m4-reference .m4-catalog-button {
    display: inline-flex;
    gap: 12px;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 0 22px;
    color: #fff;
    font-size: 16px;
    font-weight: 650;
    white-space: nowrap;
    background: var(--m4-coral);
    border: 0;
    border-radius: 11px;
  }

  .m4-reference .m4-catalog-button i {
    width: 18px;
    font-size: 18px;
  }

  .m4-reference .m4-catalog-button:hover,
  .m4-reference .m4-catalog-button.is-open {
    background: var(--m4-coral-dark);
  }

  .m4-reference .m4-primary-nav {
    display: flex;
    gap: clamp(18px, 1.5vw, 30px);
    align-items: center;
    min-width: 0;
  }

  .m4-reference .m4-primary-nav__link {
    color: var(--m4-ink);
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
    text-decoration: none;
  }

  .m4-reference .m4-primary-nav__link:hover {
    color: var(--m4-coral);
  }

  .m4-reference .m4-search {
    display: grid;
    grid-template-columns: 1fr 48px;
    min-width: 0;
    height: 50px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #dcdad8;
    border-radius: 12px;
  }

  .m4-reference .m4-search__input {
    min-width: 0;
    padding: 0 16px;
    color: var(--m4-ink);
    font-size: 14px;
    background: transparent;
    border: 0;
    outline: none;
  }

  .m4-reference .m4-search__input::placeholder {
    color: #9b9998;
  }

  .m4-reference .m4-search__button {
    display: grid;
    place-items: center;
    color: var(--m4-ink);
    font-size: 18px;
    background: transparent;
    border: 0;
    border-radius: 0;
  }

  .m4-reference .m4-search:focus-within {
    border-color: var(--m4-coral);
    box-shadow: 0 0 0 3px rgba(238, 91, 73, 0.1);
  }

  .m4-reference .m4-header-actions {
    display: flex;
    gap: 14px;
    align-items: center;
    justify-content: flex-end;
  }

  .m4-reference .m4-header-action {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 4px;
    align-items: center;
    justify-content: center;
    min-width: 68px;
    color: var(--m4-ink);
    text-align: center;
    text-decoration: none;
  }

  .m4-reference .m4-header-action__icon {
    position: relative;
    display: inline-grid;
    width: 34px;
    height: 30px;
    place-items: center;
    font-size: 25px;
  }

  .m4-reference .m4-header-action__count {
    position: absolute;
    top: -5px;
    right: -3px;
    display: grid;
    min-width: 17px;
    height: 17px;
    padding: 0 4px;
    place-items: center;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
    background: var(--m4-coral);
    border-radius: 999px;
  }

  .m4-reference .m4-header-action_account .m4-header-action__count {
    display: none;
  }

  .m4-reference .m4-header-action__label {
    color: var(--m4-ink);
    font-size: 11px;
    font-weight: 550;
    line-height: 1.15;
    white-space: nowrap;
  }

  .m4-reference .m4-header-action:hover,
  .m4-reference .m4-header-action:hover .m4-header-action__label {
    color: var(--m4-coral);
  }

  .m4-reference .m4-header-action__button {
    display: flex;
    flex-direction: column;
    gap: 4px;
    align-items: center;
    min-width: 68px;
    padding: 0;
    color: var(--m4-ink);
    background: transparent;
    border: 0;
  }

  .m4-reference .m4-header-action .dropdown-menu {
    top: calc(100% + 12px);
    right: 0;
    left: auto;
    min-width: 210px;
    padding: 8px;
    background: #fff;
    border: 1px solid var(--m4-line);
    border-radius: 12px;
    box-shadow: var(--m4-shadow);
  }

  .m4-reference .m4-header-action .dropdown-menu a,
  .m4-reference .m4-header-action .header-cart__empty {
    display: block;
    padding: 10px 12px;
    color: var(--m4-ink);
    font-size: 13px;
    text-decoration: none;
  }

  .m4-reference .m4-header-action_cart .header-cart__dropdown {
    width: 280px;
  }

  .m4-reference .m4-catalog-overlay {
    position: fixed;
    z-index: 1005;
    top: 102px;
    left: 50%;
    display: none !important;
    width: min(calc(100vw - 40px), 1560px);
    max-height: min(680px, calc(100vh - 124px));
    padding: 24px;
    overflow: auto;
    transform: translateX(-50%);
    background: #fff;
    border: 1px solid var(--m4-line);
    border-radius: 0 0 18px 18px;
    box-shadow: var(--m4-shadow);
  }

  .m4-reference .m4-catalog-overlay.is-open {
    display: block !important;
  }

  .m4-reference .m4-catalog-overlay__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 18px;
  }

  .m4-reference .m4-catalog-overlay__title {
    margin: 0;
    font-size: 28px;
    font-weight: 700;
  }

  .m4-reference .m4-catalog-overlay__close {
    display: grid;
    width: 40px;
    height: 40px;
    place-items: center;
    color: var(--m4-ink);
    background: #f4f2ef;
    border: 0;
    border-radius: 50%;
  }

  .m4-reference .m4-catalog-overlay__grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 12px;
  }

  .m4-reference .m4-catalog-overlay__item {
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 13px;
    align-items: center;
    min-height: 76px;
    padding: 9px 12px;
    color: var(--m4-ink);
    text-decoration: none;
    background: #faf9f7;
    border: 1px solid transparent;
    border-radius: 12px;
  }

  .m4-reference .m4-catalog-overlay__item:hover {
    color: var(--m4-coral);
    background: #fff;
    border-color: rgba(238, 91, 73, 0.35);
  }

  .m4-reference .m4-catalog-overlay__item img {
    width: 58px;
    height: 58px;
    object-fit: cover;
    background: #efedeb;
    border-radius: 9px;
  }

  .m4-reference .m4-catalog-overlay__label {
    font-size: 13px;
    font-weight: 650;
    line-height: 1.25;
  }

  .m4-reference .menu.new {
    display: none !important;
  }

  .m4-reference main > .container > .row {
    display: block !important;
    margin: 0 !important;
  }

  .m4-reference #column-left,
  .m4-reference #column-right {
    display: none !important;
  }

  .m4-reference #content {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
  }

  .m4-reference main > .container {
    margin-top: 18px !important;
  }

  .m4-reference .m4-hero {
    width: 100% !important;
    height: clamp(360px, 25.6vw, 430px) !important;
    max-height: none !important;
    margin: 0 !important;
  }

  .m4-reference .m4-hero .owl-stage-outer,
  .m4-reference .m4-hero .owl-stage,
  .m4-reference .m4-hero .owl-item,
  .m4-reference .m4-hero .uni-slideshow__item,
  .m4-reference .m4-hero .uni-slideshow__image {
    height: 100% !important;
    max-height: none !important;
  }

  .m4-reference .m4-hero .uni-slideshow__item {
    position: relative;
  }

  .m4-reference .m4-hero .uni-slideshow__img {
    width: 100% !important;
    height: 100% !important;
    max-height: none !important;
    object-fit: cover !important;
    object-position: center !important;
  }

  .m4-reference .m4-hero .owl-dots {
    z-index: 9;
    bottom: 15px;
  }

  .m4-reference .m4-hero .owl-dot span {
    background: rgba(255, 255, 255, 0.8) !important;
  }

  .m4-reference .m4-hero .owl-dot.active span {
    background: var(--m4-coral) !important;
  }

  .m4-reference .m4-product-module .uni-module__wrapper {
    margin: 0 !important;
  }

  .m4-reference .m4-product-module .owl-stage {
    display: flex;
  }

  .m4-reference .m4-product-module .owl-item {
    display: flex;
    padding: 0 7px;
  }

  .m4-reference .m4-product-module .product-thumb {
    position: relative;
    display: grid !important;
    grid-template-columns: minmax(0, 50%) minmax(0, 50%);
    width: 100%;
    min-height: 292px;
    overflow: hidden;
    background: #fff;
    border: 1px solid var(--m4-line);
    border-radius: var(--m4-radius-md);
    box-shadow: none !important;
  }

  .m4-reference .m4-product-module .product-thumb__image {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100% !important;
    height: 100% !important;
    min-height: 292px;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden;
    background: #f4f2ef;
  }

  .m4-reference .m4-product-module .product-thumb__image > a {
    display: flex !important;
    width: 100% !important;
    height: 100% !important;
    align-items: center;
    justify-content: center;
  }

  .m4-reference .m4-product-module .product-thumb__image img {
    width: 100% !important;
    height: 100% !important;
    max-height: none !important;
    object-fit: contain !important;
  }

  .m4-reference .m4-product-module .product-thumb__caption {
    position: relative;
    display: flex !important;
    flex-direction: column;
    min-width: 0;
    height: 100% !important;
    min-height: 292px;
    padding: 48px 18px 18px !important;
    text-align: left !important;
    background: #fff;
  }

  .m4-reference .m4-product-module .product-thumb__name {
    display: block;
    height: auto !important;
    min-height: 54px;
    margin: 0 0 10px;
    color: var(--m4-ink) !important;
    font-size: 14px !important;
    font-weight: 650 !important;
    line-height: 1.3 !important;
    text-decoration: none !important;
  }

  .m4-reference .m4-product-module .product-thumb__attribute,
  .m4-reference .m4-product-module .product-thumb__description,
  .m4-reference .m4-product-module .product-thumb__option,
  .m4-reference .m4-product-module .qty-indicator,
  .m4-reference .m4-product-module .qty-switch {
    display: none !important;
  }

  .m4-reference .m4-product-module .product-thumb__price {
    margin: auto 0 12px !important;
    color: var(--m4-ink) !important;
    font-size: 23px !important;
    font-weight: 750 !important;
    line-height: 1.2 !important;
  }

  .m4-reference .m4-product-module .product-thumb__cart {
    position: static !important;
    display: block !important;
    min-height: 45px;
    margin: 0 !important;
    padding: 0 !important;
  }

  .m4-reference .m4-product-module .product-thumb__add-to-cart {
    display: inline-flex !important;
    gap: 8px;
    align-items: center;
    justify-content: center;
    width: 100% !important;
    min-height: 44px;
    margin: 0 !important;
    padding: 0 12px !important;
    color: #fff !important;
    font-size: 13px !important;
    font-weight: 650 !important;
    background: var(--m4-coral) !important;
    border: 0 !important;
    border-radius: 9px !important;
  }

  .m4-reference .m4-product-module .product-thumb__quick-order,
  .m4-reference .m4-product-module .product-thumb__compare {
    display: none !important;
  }

  .m4-reference .m4-product-module .product-thumb__wishlist {
    position: absolute !important;
    z-index: 4;
    top: 13px !important;
    right: 13px !important;
    display: grid !important;
    width: 30px !important;
    height: 30px !important;
    margin: 0 !important;
    padding: 0 !important;
    place-items: center;
    color: #777 !important;
    background: #fff !important;
    border: 1px solid var(--m4-line) !important;
    border-radius: 50% !important;
  }

  .m4-reference .m4-product-module .product-thumb__wishlist:hover {
    color: var(--m4-coral) !important;
    border-color: var(--m4-coral) !important;
  }
}

@media (min-width: 992px) and (max-width: 1399px) {
  .m4-reference .m4-desktop-header__row {
    grid-template-columns: 78px 132px minmax(300px, 1fr) 260px auto;
    gap: 15px;
  }

  .m4-reference .m4-desktop-header__logo,
  .m4-reference .m4-desktop-header__logo img {
    width: 78px !important;
    height: 78px !important;
    max-width: 78px !important;
    max-height: 78px !important;
  }

  .m4-reference .m4-primary-nav {
    gap: 16px;
  }

  .m4-reference .m4-primary-nav__link {
    font-size: 13px;
  }

  .m4-reference .m4-header-action {
    min-width: 42px;
  }

  .m4-reference .m4-header-action__label {
    display: none;
  }

  .m4-reference .m4-category-strip .category-wall__title {
    padding: 15px !important;
  }

  .m4-reference .m4-category-strip .category-wall__title a {
    font-size: 13px !important;
  }

  .m4-reference .m4-product-module .product-thumb__caption {
    padding-right: 14px !important;
    padding-left: 14px !important;
  }

  .m4-reference .m4-product-module .product-thumb__name {
    font-size: 13px !important;
  }

  .m4-reference .m4-product-module .product-thumb__price {
    font-size: 20px !important;
  }
}

@media (max-width: 991px) {
  .m4-reference {
    max-width: 100%;
    overflow-x: hidden;
  }

  .m4-reference .m4-desktop-header,
  .m4-reference .m4-catalog-overlay {
    display: none !important;
  }

  .m4-reference header {
    background: #fff;
    border-bottom: 1px solid var(--m4-line);
  }

  .m4-reference #top {
    color: var(--m4-ink);
    background: #fff;
  }

  .m4-reference #main-menu {
    width: 100% !important;
    margin: 0 !important;
    padding-right: 10px !important;
    padding-left: 10px !important;
  }

  .m4-reference #main-menu .menu__header {
    color: #fff !important;
    background: var(--m4-coral) !important;
    border-radius: 10px 10px 0 0;
  }

  .m4-reference header .header-block {
    min-height: 110px !important;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }

  .m4-reference header .header-block__item {
    height: 110px !important;
    min-height: 110px !important;
  }

  .m4-reference header #logo {
    width: 84px !important;
    height: 84px !important;
  }

  .m4-reference header #logo img.header-logo__img {
    width: 84px !important;
    height: 84px !important;
    max-width: 84px !important;
    max-height: 84px !important;
    object-fit: contain !important;
  }

  .m4-reference main > .container {
    width: calc(100% - 20px) !important;
    margin-top: 14px !important;
  }

  .m4-reference #content {
    padding: 0 !important;
  }

  .m4-reference .m4-hero {
    width: 100% !important;
    height: 270px !important;
    margin: 0 !important;
    border-radius: 14px !important;
  }

  .m4-reference .m4-hero .owl-stage-outer,
  .m4-reference .m4-hero .owl-stage,
  .m4-reference .m4-hero .owl-item,
  .m4-reference .m4-hero .uni-slideshow__item,
  .m4-reference .m4-hero .uni-slideshow__image {
    height: 270px !important;
  }

  .m4-reference .m4-hero .uni-slideshow__img {
    width: 100% !important;
    height: 270px !important;
    object-fit: cover !important;
  }

  .m4-reference .m4-hero-shade {
    width: 78%;
  }

  .m4-reference .m4-hero-copy {
    left: 22px;
    width: 70%;
  }

  .m4-reference .m4-hero-copy__title {
    margin-bottom: 18px;
    font-size: clamp(28px, 8vw, 38px);
    line-height: 1.08;
  }

  .m4-reference .m4-hero-copy__button {
    min-height: 46px;
    padding: 0 20px;
    font-size: 14px;
  }

  .m4-reference .m4-category-strip {
    margin: 12px 0 24px !important;
  }

  .m4-reference .m4-category-strip .uni-module__wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .m4-reference .m4-category-strip .uni-module__item:nth-child(1),
  .m4-reference .m4-category-strip .uni-module__item:nth-child(2) {
    grid-column: span 1;
  }

  .m4-reference .m4-category-strip .category-wall__item {
    height: 154px;
    border-radius: 12px;
  }

  .m4-reference .m4-category-strip .category-wall__title {
    padding: 13px !important;
  }

  .m4-reference .m4-category-strip .category-wall__title a {
    font-size: 12px !important;
  }

  .m4-reference .m4-products-heading {
    margin-top: 10px;
  }

  .m4-reference .m4-products-heading__title {
    font-size: 27px;
  }

  .m4-reference .m4-products-heading__link {
    font-size: 12px;
  }

  .m4-reference .content-top > .nav-tabs {
    gap: 18px;
    overflow-x: auto;
    white-space: nowrap;
  }

  .m4-reference .content-top > .nav-tabs > li > a {
    font-size: 12px !important;
  }

  .m4-reference .product-thumb {
    overflow: hidden;
    background: #fff;
    border: 1px solid var(--m4-line);
    border-radius: 12px;
    box-shadow: none !important;
  }

  .m4-reference .product-thumb__add-to-cart {
    background: var(--m4-coral) !important;
  }
}

@media (max-width: 520px) {
  .m4-reference .container,
  .m4-reference .home-page.container {
    width: calc(100% - 20px) !important;
  }

  .m4-reference .m4-hero {
    height: 245px !important;
  }

  .m4-reference .m4-hero .owl-stage-outer,
  .m4-reference .m4-hero .owl-stage,
  .m4-reference .m4-hero .owl-item,
  .m4-reference .m4-hero .uni-slideshow__item,
  .m4-reference .m4-hero .uni-slideshow__image,
  .m4-reference .m4-hero .uni-slideshow__img {
    height: 245px !important;
  }

  .m4-reference .m4-hero-copy {
    left: 18px;
    width: 78%;
  }

  .m4-reference .m4-hero-copy__title {
    font-size: 29px;
  }
}

/* Mobile adaptation — keeps the original theme usable on every saved route. */
@media (max-width: 991px) {
  html {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }

  body.m4-reference {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
  }

  body.m4-reference > header {
    width: 100%;
    height: auto !important;
    min-height: 0 !important;
  }

  body.m4-reference > header > .container {
    width: calc(100% - 20px) !important;
  }

  body.m4-reference > header .header-block,
  body.m4-reference > header .header-block__item {
    height: 82px !important;
    min-height: 82px !important;
  }

  body.m4-reference > header .header-block {
    padding-block: 4px !important;
  }

  body.m4-reference > header #logo,
  body.m4-reference > header #logo img.header-logo__img {
    width: 68px !important;
    height: 68px !important;
    max-width: 68px !important;
    max-height: 68px !important;
  }

  body.m4-reference > header #main-menu {
    min-height: 48px;
    padding: 0 10px 6px !important;
  }

  body.m4-reference > header #main-menu .menu__header,
  body.m4-reference > header #main-menu .header-search,
  body.m4-reference > header #main-menu .header-search__form {
    min-height: 44px;
  }

  body.m4-reference > header #search2 > .header-search ~ .header-search {
    display: none !important;
  }

  body.m4-reference > header .menu-open,
  body.m4-reference > header .top-menu__btn,
  body.m4-reference > header .header-cart,
  body.m4-reference > header .header-search__btn {
    min-width: 44px;
    min-height: 44px;
  }

  .m4-reference .m4-hero {
    height: 232px !important;
  }

  .m4-reference .m4-hero .owl-stage-outer,
  .m4-reference .m4-hero .owl-stage,
  .m4-reference .m4-hero .owl-item,
  .m4-reference .m4-hero .uni-slideshow__item,
  .m4-reference .m4-hero .uni-slideshow__image,
  .m4-reference .m4-hero .uni-slideshow__img {
    height: 232px !important;
  }

  .m4-reference .m4-hero-shade {
    width: 84%;
  }

  .m4-reference .m4-hero-copy {
    left: 18px;
    width: 76%;
  }

  .m4-reference .m4-hero-copy__title {
    margin-bottom: 16px;
    font-size: clamp(25px, 7.6vw, 32px);
  }

  .m4-reference .m4-category-strip .owl-stage-outer {
    width: 100% !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .m4-reference .m4-category-strip .uni-module__wrapper {
    display: block !important;
    width: 100% !important;
  }

  .m4-reference .m4-category-strip .owl-stage-outer::-webkit-scrollbar {
    display: none;
  }

  .m4-reference .m4-category-strip .owl-stage {
    display: flex !important;
    width: max-content !important;
    gap: 10px;
    transform: none !important;
  }

  .m4-reference .m4-category-strip .owl-item {
    width: min(76vw, 300px) !important;
    flex: 0 0 min(76vw, 300px);
    scroll-snap-align: start;
  }

  .m4-reference .m4-category-strip .owl-item.cloned,
  .m4-reference .m4-category-strip .owl-nav,
  .m4-reference .m4-category-strip .owl-dots {
    display: none !important;
  }

  .m4-reference .m4-category-strip .category-wall__item {
    width: 100% !important;
    height: 148px;
  }

  .m4-reference .breadcrumb {
    display: flex;
    overflow-x: auto;
    flex-wrap: nowrap;
    white-space: nowrap;
    scrollbar-width: none;
  }

  .m4-reference .breadcrumb::-webkit-scrollbar {
    display: none;
  }

  .m4-reference h1 {
    font-size: clamp(22px, 6vw, 28px);
    line-height: 1.18;
    text-wrap: balance;
  }

  .m4-reference .product-page img,
  .m4-reference .product-image img {
    max-width: 100%;
    height: auto;
  }

  .m4-reference .tab-pane header,
  .m4-reference .tab-pane .top-menu,
  .m4-reference .tab-pane #main-menu {
    display: none !important;
  }
}

@media (max-width: 370px) {
  .m4-reference .container,
  .m4-reference .home-page.container,
  body.m4-reference > header > .container {
    width: calc(100% - 16px) !important;
  }

  .m4-reference .m4-hero-copy__title {
    font-size: 25px;
  }

  .m4-reference .m4-products-heading__title {
    font-size: 25px;
  }
}
