/*
 * Homepage direction: Manga Collection
 * Scope every rule to the homepage so product, cart and account templates keep
 * the existing store design. Existing SHOPLINE images and collection data are
 * intentionally left untouched.
 */

body[data-template="index"] {
  --mcs-ink: #111111;
  --mcs-paper: #f7f5ef;
  --mcs-surface: #ffffff;
  --mcs-blue: #1455d9;
  --mcs-red: #d8222a;
  --mcs-yellow: #f4bd19;
  --mcs-muted: #686868;
  background: var(--mcs-paper);
  color: var(--mcs-ink);
}

/* Keep the homepage review block focused on the verified review copy. */
body[data-template="index"] #shopline-section-1723796940040ba7644e .advc-testimonials__avatar {
  display: none !important;
}

body[data-template="index"] #shopline-section-1723796940040ba7644e .advc-testimonials__slide {
  padding: 30px 24px !important;
  border: 1px solid rgba(17, 17, 17, 0.14);
  background: #fff;
}

body[data-template="index"] #shopline-section-1723796940040ba7644e .advc-testimonials__title {
  margin-bottom: 28px !important;
}

@media screen and (max-width: 959px) {
  body[data-template="index"] #shopline-section-1723796940040ba7644e .advc-testimonials__slide {
    padding: 24px 18px !important;
  }
}

body[data-template="index"] .page-width {
  max-width: 1480px;
}

/* Announcement and navigation */
body[data-template="index"] .announcement-bar--container,
body[data-template="index"] .announcement-bar--list,
body[data-template="index"] .announcement-bar--item {
  background: var(--mcs-ink);
  color: #ffffff;
}

body[data-template="index"] .announcement-bar--container {
  border-bottom: 2px solid var(--mcs-ink);
}

body[data-template="index"] .announcement--text,
body[data-template="index"] .announcement__link {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

body[data-template="index"] .header {
  background: rgba(255, 255, 255, 0.98);
  border-bottom: 2px solid var(--mcs-ink);
  box-shadow: none;
}

body[data-template="index"] .header__inline-menus,
body[data-template="index"] .header-inline-menus__link,
body[data-template="index"] .header__icon-button {
  color: var(--mcs-ink);
}

body[data-template="index"] .header-inline-menus__link {
  position: relative;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body[data-template="index"] .header-inline-menus__link::after {
  position: absolute;
  right: 0;
  bottom: -7px;
  left: 0;
  height: 3px;
  background: var(--mcs-blue);
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease-out;
}

body[data-template="index"] .header-inline-menus__link:hover::after,
body[data-template="index"] .header-inline-menus__link:focus-visible::after {
  transform: scaleX(1);
}

/* Shared controls */
body[data-template="index"] .button:not(.button--link) {
  min-height: 46px;
  border: 2px solid var(--mcs-ink);
  border-radius: 0;
  box-shadow: 4px 4px 0 var(--mcs-ink);
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition: color 180ms ease-out, background 180ms ease-out, transform 180ms ease-out, box-shadow 180ms ease-out;
}

body[data-template="index"] .button:not(.button--link):hover {
  box-shadow: 2px 2px 0 var(--mcs-ink);
  transform: translate(2px, 2px);
}

body[data-template="index"] .button--link {
  font-weight: 900;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

body[data-template="index"] :where(a, button, input, summary):focus-visible {
  outline: 3px solid var(--mcs-yellow);
  outline-offset: 3px;
}

/* Existing homepage banner carousel */
body[data-template="index"] .featured-slideshow {
  position: relative;
  overflow: hidden;
  border-bottom: 3px solid var(--mcs-ink);
  background: var(--mcs-ink);
}

body[data-template="index"] .featured-slideshow::after {
  position: absolute;
  right: -70px;
  bottom: -70px;
  z-index: 2;
  width: 190px;
  height: 190px;
  border: 18px solid rgba(255, 255, 255, 0.22);
  content: "";
  pointer-events: none;
  transform: rotate(45deg);
}

body[data-template="index"] .featured-slideshow-slide__media,
body[data-template="index"] .featured-slideshow-slide__image {
  border-radius: 0;
}

body[data-template="index"] .featured-control__arrow-button,
body[data-template="index"] .slide-pagination-bullet {
  border-radius: 0;
}

body[data-template="index"] .featured-control__arrow-button {
  border: 2px solid #ffffff;
  background: var(--mcs-ink);
  color: #ffffff;
}

body[data-template="index"] .featured-slideshow__pagination .is-active {
  background: var(--mcs-yellow);
}

/* Intro statement below the banner */
body[data-template="index"] .mcs-home-intro {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  padding: 28px 32px 30px;
  border: 2px solid var(--mcs-ink);
  background: var(--mcs-surface);
  box-shadow: 8px 8px 0 var(--mcs-blue);
  text-align: left;
}

body[data-template="index"] .mcs-home-intro::before {
  position: absolute;
  top: -2px;
  right: 34px;
  width: 88px;
  height: 12px;
  background: var(--mcs-red);
  content: "";
  transform: skewX(-28deg);
}

body[data-template="index"] .mcs-home-intro__eyebrow {
  margin: 0 0 8px;
  color: var(--mcs-blue);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.2em;
}

body[data-template="index"] .mcs-home-intro h2 {
  margin: 0;
  font-size: clamp(38px, 6vw, 76px);
  font-style: italic;
  font-weight: 950;
  letter-spacing: -0.055em;
  line-height: 0.92;
  text-transform: uppercase;
}

body[data-template="index"] .mcs-home-intro > p:last-child {
  max-width: 720px;
  margin: 18px 0 0;
  color: var(--mcs-muted);
  font-size: 16px;
  line-height: 1.65;
}

/* Reusable manga-style section headings */
body[data-template="index"] :is(
  .featured-collection__title,
  .page-width.text-center > .title-wrapper,
  .featured-recommend-products .fd-title,
  .blogs__title
) {
  color: var(--mcs-ink);
  font-style: italic;
  font-weight: 950;
  letter-spacing: -0.025em;
  line-height: 1;
  text-transform: uppercase;
}

body[data-template="index"] .featured-collection__title-group,
body[data-template="index"] .page-width.text-center > .title-wrapper,
body[data-template="index"] .blogs__head {
  position: relative;
  border-bottom: 2px solid var(--mcs-ink);
}

body[data-template="index"] .featured-collection__title-group::after,
body[data-template="index"] .blogs__head::after {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 110px;
  height: 7px;
  background: var(--mcs-red);
  content: "";
  transform: skewX(-30deg);
}

/* Choose Your Power collection grid */
body[data-template="index"] .slider-collection-list {
  display: block;
  margin-top: 22px;
}

body[data-template="index"] .collection-list-new__slider__container,
body[data-template="index"] .slider-collection-list .grid {
  gap: 12px;
}

body[data-template="index"] .collection-item {
  position: relative;
  overflow: visible;
}

body[data-template="index"] .collection-card-wrapper {
  border: 2px solid var(--mcs-ink);
  border-radius: 0;
  background: var(--mcs-surface);
  box-shadow: 5px 5px 0 var(--mcs-ink);
  transition: transform 180ms ease-out, box-shadow 180ms ease-out;
}

body[data-template="index"] .collection-card-wrapper:hover {
  box-shadow: 2px 2px 0 var(--mcs-ink);
  transform: translate(3px, 3px);
}

body[data-template="index"] .collection-item:nth-child(4n + 1) .collection-card-wrapper {
  border-top: 8px solid var(--mcs-blue);
}

body[data-template="index"] .collection-item:nth-child(4n + 2) .collection-card-wrapper {
  border-top: 8px solid var(--mcs-yellow);
}

body[data-template="index"] .collection-item:nth-child(4n + 3) .collection-card-wrapper {
  border-top: 8px solid var(--mcs-red);
}

body[data-template="index"] .collection-item:nth-child(4n) .collection-card-wrapper {
  border-top: 8px solid var(--mcs-ink);
}

body[data-template="index"] .collection__item__image,
body[data-template="index"] .collection__item__image img,
body[data-template="index"] .collection-card-wrapper .card__inner--wrapper {
  border-radius: 0 !important;
}

body[data-template="index"] .collection__item__name {
  min-height: 52px;
  padding: 13px 12px;
  border-top: 2px solid var(--mcs-ink);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-align: left;
  text-transform: uppercase;
}

/* New drops and product cards */
body[data-template="index"] .featured-collection {
  background: var(--mcs-surface);
  border-block: 2px solid var(--mcs-ink);
}

body[data-template="index"] .product-card-wrapper {
  height: 100%;
  border: 1px solid var(--mcs-ink);
  border-radius: 0;
  background: var(--mcs-surface);
  box-shadow: none;
  transition: transform 180ms ease-out, box-shadow 180ms ease-out;
}

body[data-template="index"] .product-card-wrapper:hover {
  box-shadow: 5px 5px 0 var(--mcs-blue);
  transform: translate(-2px, -2px);
}

body[data-template="index"] .product-card-wrapper .card__inner--wrapper,
body[data-template="index"] .product-card-wrapper .card__inner,
body[data-template="index"] .product-card-wrapper .card__media,
body[data-template="index"] .product-card-wrapper img {
  border-radius: 0 !important;
}

body[data-template="index"] .product-card-wrapper .card__content {
  padding: 13px 12px 15px;
  border-top: 1px solid var(--mcs-ink);
}

body[data-template="index"] .product-card-wrapper .product__title {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.025em;
  text-transform: uppercase;
}

/* Anime and hero collection features */
body[data-template="index"] .featured-recommend-products {
  color: #ffffff;
  background: var(--mcs-ink);
  border-bottom: 2px solid var(--mcs-paper);
}

body[data-template="index"] .featured-recommend-products__body {
  gap: 24px;
}

body[data-template="index"] .featured-recommend-products .fd-title,
body[data-template="index"] .featured-recommend-products .desc,
body[data-template="index"] .featured-recommend-products .button--link {
  color: #ffffff;
}

body[data-template="index"] .featured-recommend-products .fd-title {
  display: inline-block;
  padding: 9px 14px;
  color: var(--mcs-ink);
  background: var(--mcs-yellow);
  box-shadow: 5px 5px 0 var(--mcs-blue);
}

body[data-template="index"] .featured-recommend-products__image .main,
body[data-template="index"] .featured-recommend-products__mobile--image {
  overflow: hidden;
  border: 2px solid #ffffff;
  border-radius: 0;
  box-shadow: 7px 7px 0 var(--mcs-blue);
}

body[data-template="index"] .featured-recommend-products-slider-slide .product-card-wrapper {
  color: var(--mcs-ink);
}

body[data-template="index"] .featured-recommend-products__control {
  border: 2px solid #ffffff;
  border-radius: 0;
  background: var(--mcs-ink);
  color: #ffffff;
}

/* Existing editorial images remain unchanged; only their frames are restyled. */
body[data-template="index"] .image-with-text {
  overflow: hidden;
  border: 2px solid var(--mcs-ink);
  border-radius: 0;
  background: var(--mcs-surface);
  box-shadow: 8px 8px 0 var(--mcs-ink);
}

body[data-template="index"] .image-with-text__img-wrap,
body[data-template="index"] .image-with-text__image-box,
body[data-template="index"] .image-with-text__image {
  border-radius: 0;
}

body[data-template="index"] .image-with-text__info-wrap {
  position: relative;
  border-left: 2px solid var(--mcs-ink);
  background: var(--mcs-surface);
}

body[data-template="index"] .image-with-text.pos-right .image-with-text__info-wrap {
  border-right: 2px solid var(--mcs-ink);
  border-left: 0;
}

body[data-template="index"] .image-with-text__title {
  font-size: clamp(27px, 3vw, 46px);
  font-style: italic;
  font-weight: 950;
  letter-spacing: -0.04em;
  line-height: 1;
  text-transform: uppercase;
}

body[data-template="index"] .image-with-text__content {
  color: var(--mcs-muted);
  line-height: 1.65;
}

body[data-template="index"] .image-with-text__btn {
  background: var(--mcs-blue);
  color: #ffffff;
}

/* Full-width existing campaign image */
body[data-template="index"] .shoppable-image {
  overflow: hidden;
  border-block: 3px solid var(--mcs-ink);
  border-radius: 0;
}

body[data-template="index"] .shoppable-image__image-wrapper,
body[data-template="index"] .shoppable-image__image-wrapper img {
  border-radius: 0;
}

/* Editorial, trust and SEO areas */
body[data-template="index"] .blogs__main {
  padding-block: 10px;
}

body[data-template="index"] .blogs__item {
  border: 1px solid var(--mcs-ink);
  background: var(--mcs-surface);
}

body[data-template="index"] .blogs__item img,
body[data-template="index"] .blogs__item .card {
  border-radius: 0;
}

body[data-template="index"] .rich-text {
  border-top: 2px solid var(--mcs-ink);
  background: var(--mcs-surface);
}

body[data-template="index"] .rich-text__text {
  max-width: 980px;
  color: var(--mcs-muted);
  font-size: 14px;
  line-height: 1.65;
}

body[data-template="index"] .rich-text__text h2 {
  margin-top: 28px;
  color: var(--mcs-ink);
  font-size: 20px;
  font-style: italic;
  font-weight: 900;
  text-transform: uppercase;
}

body[data-template="index"] .footer {
  border-top: 3px solid var(--mcs-yellow);
  background: var(--mcs-ink);
  color: #ffffff;
}

body[data-template="index"] .footer :where(a, p, span, div, li) {
  color: inherit;
}

body[data-template="index"] .footer-block__heading {
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

@media screen and (max-width: 959px) {
  body[data-template="index"] .header {
    min-height: 64px;
  }

  body[data-template="index"] .mcs-home-intro {
    margin-inline: 16px;
    padding: 22px 18px 24px;
    box-shadow: 5px 5px 0 var(--mcs-blue);
  }

  body[data-template="index"] .mcs-home-intro h2 {
    font-size: clamp(38px, 13vw, 58px);
  }

  body[data-template="index"] .mcs-home-intro > p:last-child {
    font-size: 14px;
  }

  body[data-template="index"] .collection-list-new__slider__container,
  body[data-template="index"] .slider-collection-list .grid {
    gap: 10px;
  }

  body[data-template="index"] .collection-card-wrapper {
    box-shadow: 3px 3px 0 var(--mcs-ink);
  }

  body[data-template="index"] .collection__item__name {
    min-height: 46px;
    padding: 10px 8px;
    font-size: 11px;
  }

  body[data-template="index"] .image-with-text {
    margin-inline: 4px;
    box-shadow: 5px 5px 0 var(--mcs-ink);
  }

  body[data-template="index"] .image-with-text__info-wrap,
  body[data-template="index"] .image-with-text.pos-right .image-with-text__info-wrap {
    border-top: 2px solid var(--mcs-ink);
    border-right: 0;
    border-left: 0;
  }

  body[data-template="index"] .featured-recommend-products__body {
    gap: 16px;
  }

  body[data-template="index"] .featured-recommend-products .fd-title {
    padding: 7px 10px;
    box-shadow: 3px 3px 0 var(--mcs-blue);
  }

  body[data-template="index"] .product-card-wrapper .card__content {
    padding: 10px;
  }
}

/* Rebuilt Scheme 2 hero and category strip. This is isolated from the legacy slider grid. */
body[data-template="index"] .announcement-bar--container {
  background: var(--mcs-ink);
  color: #fff;
}

body[data-template="index"] .announcement-bar--container :where(a, p, span, div) {
  color: #fff;
}

body[data-template="index"] .mcs-scheme2-hero-section {
  background: #fff;
}

body[data-template="index"] .mcs-scheme2-hero {
  border-bottom: 2px solid var(--mcs-ink);
  background: #fff;
}

body[data-template="index"] .mcs-scheme2-hero__stage {
  display: grid;
  grid-template-columns: minmax(360px, 40%) minmax(0, 60%);
  min-height: 430px;
  overflow: hidden;
  border-block: 2px solid var(--mcs-ink);
  background: #fff;
}

body[data-template="index"] .mcs-scheme2-hero__copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: clamp(38px, 4.5vw, 76px) clamp(34px, 5vw, 92px);
  overflow: hidden;
  border-right: 5px solid var(--mcs-ink);
  background:
    linear-gradient(110deg, transparent 0 74%, rgba(0, 0, 0, 0.06) 74% 75%, transparent 75% 80%, rgba(0, 0, 0, 0.04) 80% 81%, transparent 81%),
    #fff;
}

body[data-template="index"] .mcs-scheme2-hero__copy::before,
body[data-template="index"] .mcs-scheme2-hero__copy::after {
  position: absolute;
  z-index: -1;
  background: var(--mcs-ink);
  content: "";
  transform: rotate(-19deg);
  opacity: 0.08;
}

body[data-template="index"] .mcs-scheme2-hero__copy::before {
  top: -70px;
  left: -18px;
  width: 3px;
  height: 240px;
  box-shadow: 12px 0 0 var(--mcs-ink), 28px 0 0 var(--mcs-ink);
}

body[data-template="index"] .mcs-scheme2-hero__copy::after {
  right: 4%;
  bottom: -110px;
  width: 4px;
  height: 280px;
  box-shadow: 15px 0 0 var(--mcs-ink), 36px 0 0 var(--mcs-ink), 60px 0 0 var(--mcs-ink);
}

body[data-template="index"] .mcs-scheme2-hero__eyebrow {
  margin: 0 0 11px;
  color: var(--mcs-ink);
  font-size: 12px;
  font-style: italic;
  font-weight: 950;
  letter-spacing: 0.16em;
}

body[data-template="index"] .mcs-scheme2-hero h1 {
  margin: 0;
  font-style: italic;
  font-weight: 950;
  letter-spacing: -0.075em;
  line-height: 0.77;
  text-transform: uppercase;
}

body[data-template="index"] .mcs-scheme2-hero h1 span,
body[data-template="index"] .mcs-scheme2-hero h1 em {
  display: block;
}

body[data-template="index"] .mcs-scheme2-hero h1 span {
  color: var(--mcs-ink);
  font-size: clamp(48px, 5vw, 82px);
}

body[data-template="index"] .mcs-scheme2-hero h1 em {
  margin-top: 13px;
  color: var(--mcs-blue);
  font-size: clamp(70px, 7.7vw, 128px);
  font-style: italic;
  text-shadow: 4px 4px 0 rgba(11, 87, 255, 0.12);
}

body[data-template="index"] .mcs-scheme2-hero__text {
  max-width: 390px;
  margin: 27px 0 20px;
  color: var(--mcs-ink);
  font-size: clamp(15px, 1.15vw, 19px);
  font-style: italic;
  font-weight: 650;
  line-height: 1.45;
}

body[data-template="index"] .mcs-scheme2-hero__button {
  display: inline-flex;
  align-items: center;
  gap: 26px;
  min-height: 48px;
  padding: 0 24px;
  border: 2px solid var(--mcs-blue);
  background: var(--mcs-blue);
  color: #fff;
  font-size: 13px;
  font-style: italic;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: 4px 4px 0 var(--mcs-ink);
}

body[data-template="index"] .mcs-scheme2-hero__button:hover {
  box-shadow: 1px 1px 0 var(--mcs-ink);
  transform: translate(3px, 3px);
}

body[data-template="index"] .mcs-scheme2-hero__media,
body[data-template="index"] .mcs-scheme2-hero__media picture,
body[data-template="index"] .mcs-scheme2-hero__media .mcs-scheme2-hero__image {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 430px;
}

body[data-template="index"] .mcs-scheme2-hero__media {
  position: relative;
  overflow: hidden;
  background: var(--mcs-blue);
}

body[data-template="index"] .mcs-scheme2-hero__media::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, rgba(0, 0, 0, 0.2), transparent 40%);
  content: "";
  pointer-events: none;
}

body[data-template="index"] .mcs-scheme2-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

body[data-template="index"] .mcs-scheme2-categories {
  position: relative;
  padding-top: 28px;
  padding-bottom: 30px;
}

body[data-template="index"] .mcs-scheme2-categories__label {
  position: absolute;
  top: 8px;
  left: var(--page-padding);
  z-index: 2;
  padding: 5px 13px 4px;
  background: var(--mcs-ink);
  color: #fff;
  font-size: 13px;
  font-style: italic;
  font-weight: 950;
  letter-spacing: 0.05em;
  line-height: 1;
  text-transform: uppercase;
  transform: skewX(-9deg);
}

body[data-template="index"] .mcs-scheme2-categories__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

body[data-template="index"] .mcs-scheme2-category {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  height: 154px;
  overflow: hidden;
  border: 2px solid var(--mcs-ink);
  color: #fff;
}

body[data-template="index"] .mcs-scheme2-category__media,
body[data-template="index"] .mcs-scheme2-category__media > *,
body[data-template="index"] .mcs-scheme2-category__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

body[data-template="index"] .mcs-scheme2-category__media img {
  object-fit: cover;
  object-position: center 28%;
  filter: saturate(0.8) contrast(1.08);
  transition: transform 220ms ease-out;
}

body[data-template="index"] .mcs-scheme2-category::after {
  position: absolute;
  inset: 48% 0 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.88));
  content: "";
}

body[data-template="index"] .mcs-scheme2-category:hover .mcs-scheme2-category__media img {
  transform: scale(1.045);
}

body[data-template="index"] .mcs-scheme2-category strong,
body[data-template="index"] .mcs-scheme2-category > span:last-child {
  position: relative;
  z-index: 2;
  align-self: end;
  margin-bottom: 12px;
}

body[data-template="index"] .mcs-scheme2-category strong {
  margin-left: 15px;
  font-size: clamp(17px, 1.4vw, 24px);
  font-style: italic;
  font-weight: 950;
  letter-spacing: -0.035em;
  text-transform: uppercase;
}

body[data-template="index"] .mcs-scheme2-category > span:last-child {
  display: grid;
  width: 32px;
  height: 32px;
  margin-right: 11px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.75);
  font-size: 18px;
}

body[data-template="index"] .mcs-scheme2-category--blue {
  box-shadow: inset 0 -7px 0 var(--mcs-blue);
}

body[data-template="index"] .mcs-scheme2-category--yellow {
  box-shadow: inset 0 -7px 0 var(--mcs-yellow);
}

body[data-template="index"] .mcs-scheme2-category--red {
  box-shadow: inset 0 -7px 0 var(--mcs-red);
}

body[data-template="index"] .mcs-scheme2-category--ink {
  box-shadow: inset 0 -7px 0 #fff;
}

@media screen and (min-width: 960px) {
  body[data-template="index"] .mcs-manga-rail__product {
    flex-basis: calc(25% - 9px);
  }

  body[data-template="index"] .mcs-manga-rail__products {
    gap: 12px;
  }
}

@media screen and (max-width: 959px) {
  body[data-template="index"] .mcs-scheme2-hero__stage {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  body[data-template="index"] .mcs-scheme2-hero__copy {
    min-height: 360px;
    padding: 42px 22px 38px;
    border-right: 0;
    border-bottom: 4px solid var(--mcs-ink);
  }

  body[data-template="index"] .mcs-scheme2-hero h1 span {
    font-size: clamp(44px, 13vw, 66px);
  }

  body[data-template="index"] .mcs-scheme2-hero h1 em {
    font-size: clamp(68px, 22vw, 108px);
  }

  body[data-template="index"] .mcs-scheme2-hero__media,
  body[data-template="index"] .mcs-scheme2-hero__media picture,
  body[data-template="index"] .mcs-scheme2-hero__media .mcs-scheme2-hero__image {
    min-height: 300px;
  }

  body[data-template="index"] .mcs-scheme2-categories__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body[data-template="index"] .mcs-scheme2-category {
    height: 132px;
  }

  body[data-template="index"] .mcs-scheme2-category strong {
    margin-left: 10px;
    font-size: 15px;
  }

  body[data-template="index"] .mcs-scheme2-category > span:last-child {
    width: 27px;
    height: 27px;
    margin-right: 8px;
  }
}

@media (prefers-reduced-motion: reduce) {
  body[data-template="index"] *,
  body[data-template="index"] *::before,
  body[data-template="index"] *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

/* Scheme 2: compact storefront structure using the store's live collection data. */
body[data-template="index"] .mcs-manga-product-rails-section {
  background:
    linear-gradient(135deg, transparent 0 74%, rgba(11, 87, 255, 0.07) 74% 76%, transparent 76%),
    var(--mcs-canvas);
}

body[data-template="index"] .mcs-manga-rails__masthead {
  position: relative;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 18px;
  padding: 20px 24px 18px;
  overflow: hidden;
  border: 2px solid var(--mcs-ink);
  background: var(--mcs-ink);
  color: #fff;
}

body[data-template="index"] .mcs-manga-rails__masthead::after {
  position: absolute;
  top: -45px;
  right: 18%;
  width: 42px;
  height: 160px;
  background: var(--mcs-red);
  content: "";
  transform: rotate(29deg);
}

body[data-template="index"] .mcs-manga-rails__eyebrow,
body[data-template="index"] .mcs-manga-rails__edition {
  position: relative;
  z-index: 1;
  margin: 0;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

body[data-template="index"] .mcs-manga-rails__eyebrow {
  margin-bottom: 7px;
  color: var(--mcs-yellow);
}

body[data-template="index"] .mcs-manga-rails__masthead h2 {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #fff;
  font-size: clamp(34px, 4vw, 62px);
  font-style: italic;
  font-weight: 950;
  letter-spacing: -0.055em;
  line-height: 0.9;
  text-transform: uppercase;
}

body[data-template="index"] .mcs-manga-rails__edition {
  max-width: 270px;
  padding-left: 18px;
  border-left: 5px solid var(--mcs-blue);
  line-height: 1.5;
  text-align: right;
}

body[data-template="index"] .mcs-manga-rails__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

body[data-template="index"] .mcs-manga-rail {
  min-width: 0;
  padding: 18px;
  border: 2px solid var(--mcs-ink);
  background: var(--mcs-surface);
  box-shadow: 4px 4px 0 rgba(17, 17, 17, 0.86);
}

/* Keep one New Arrivals entry when the store menu contains the same link twice. */
body[data-template="index"] .header-inline-menus__item:has(> a[href="/new-arrivals.html"])
  ~ .header-inline-menus__item:has(> a[href="/new-arrivals.html"]) {
  display: none;
}

body[data-template="index"] .mcs-manga-rail--blue {
  border-top: 10px solid var(--mcs-blue);
}

body[data-template="index"] .mcs-manga-rail--red {
  border-top: 10px solid var(--mcs-red);
}

body[data-template="index"] .mcs-manga-rail__heading,
body[data-template="index"] .mcs-manga-rail__heading > div {
  display: flex;
  align-items: center;
}

body[data-template="index"] .mcs-manga-rail__heading {
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 15px;
  padding-bottom: 11px;
  border-bottom: 2px solid var(--mcs-ink);
}

body[data-template="index"] .mcs-manga-rail__heading > div {
  gap: 9px;
  min-width: 0;
}

body[data-template="index"] .mcs-manga-rail__number {
  flex: 0 0 auto;
  padding: 6px 7px;
  background: var(--mcs-ink);
  color: #fff;
  font-size: 11px;
  font-weight: 900;
}

body[data-template="index"] .mcs-manga-rail__heading h3 {
  margin: 0;
  overflow: hidden;
  font-size: clamp(21px, 2vw, 31px);
  font-style: italic;
  font-weight: 950;
  letter-spacing: -0.045em;
  line-height: 1;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

body[data-template="index"] .mcs-manga-rail__heading a {
  flex: 0 0 auto;
  color: var(--mcs-ink);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

body[data-template="index"] .mcs-manga-rail__products {
  display: flex;
  gap: 12px;
  margin: 0;
  padding: 0 0 8px;
  overflow-x: auto;
  list-style: none;
  scroll-snap-type: x mandatory;
  scrollbar-color: var(--mcs-ink) transparent;
  scrollbar-width: thin;
}

body[data-template="index"] .mcs-manga-rail__product {
  flex: 0 0 calc(50% - 6px);
  min-width: 0;
  scroll-snap-align: start;
}

body[data-template="index"] .mcs-manga-rail__product .product-card-wrapper {
  border-width: 1px;
}

body[data-template="index"] .mcs-manga-rail__product .card__content {
  padding: 9px;
}

body[data-template="index"] .mcs-manga-rail__product :is(.card__heading, .price) {
  font-size: 12px;
}

body[data-template="index"] .mcs-manga-rails__benefits {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 24px;
  border: 2px solid var(--mcs-ink);
  background: var(--mcs-yellow);
}

body[data-template="index"] .mcs-manga-rails__benefits > div {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 62px;
  padding: 12px 16px;
  border-right: 2px solid var(--mcs-ink);
  color: var(--mcs-ink);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.06em;
}

body[data-template="index"] .mcs-manga-rails__benefits > div:last-child {
  border-right: 0;
}

body[data-template="index"] .mcs-manga-rails__benefits b {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  background: var(--mcs-ink);
  color: #fff;
  font-size: 10px;
}

@media screen and (min-width: 960px) {
  body[data-template="index"] .mcs-home-intro {
    z-index: 4;
    width: min(540px, calc(100% - 48px));
    min-height: 238px;
    margin: -245px auto 28px max(24px, calc((100vw - 1420px) / 2));
    padding: 30px 34px 32px;
    background: rgba(255, 255, 255, 0.97);
    box-shadow: 10px 10px 0 var(--mcs-blue);
  }

  body[data-template="index"] .mcs-home-intro h2 {
    font-size: clamp(52px, 5vw, 76px);
  }

  body[data-template="index"] .collection-list-new__slider__container {
    display: grid !important;
    grid-template-columns: none !important;
    grid-auto-columns: calc((100% - 36px) / 4);
    grid-auto-flow: column;
    gap: 12px;
    padding: 0 6px 9px 0;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-color: var(--mcs-ink) transparent;
    scrollbar-width: thin;
  }

  body[data-template="index"] .collection-list-new__slider__container > * {
    scroll-snap-align: start;
  }
}

@media screen and (max-width: 959px) {
  body[data-template="index"] .mcs-manga-rails__masthead {
    align-items: start;
    padding: 18px;
  }

  body[data-template="index"] .mcs-manga-rails__edition {
    display: none;
  }

  body[data-template="index"] .mcs-manga-rails__grid {
    grid-template-columns: 1fr;
  }

  body[data-template="index"] .mcs-manga-rail {
    padding: 13px;
    box-shadow: 4px 4px 0 var(--mcs-ink);
  }

  body[data-template="index"] .mcs-manga-rail__product {
    flex-basis: 72%;
  }

  body[data-template="index"] .mcs-manga-rails__benefits {
    grid-template-columns: repeat(2, 1fr);
  }

  body[data-template="index"] .mcs-manga-rails__benefits > div {
    min-height: 54px;
    padding: 10px;
    border-bottom: 2px solid var(--mcs-ink);
  }

  body[data-template="index"] .mcs-manga-rails__benefits > div:nth-child(2) {
    border-right: 0;
  }

  body[data-template="index"] .mcs-manga-rails__benefits > div:nth-last-child(-n + 2) {
    border-bottom: 0;
  }
}

/* Final desktop density pass, intentionally placed after all legacy theme rules. */
@media screen and (min-width: 960px) {
  body[data-template="index"] .announcement-bar--item.section-padding {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
  }

  body[data-template="index"] .header.section--padding {
    min-height: 74px;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }

  body[data-template="index"] .header__container {
    min-height: 58px;
  }

  body[data-template="index"] :is(.header__heading, .header__heading-link) {
    width: 165px;
    height: 58px;
  }

  body[data-template="index"] .header__heading-logo {
    width: 165px;
    height: 58px;
    object-fit: contain;
  }

  body[data-template="index"] .mcs-scheme2-hero__stage {
    min-height: 380px;
  }

  body[data-template="index"] .mcs-scheme2-hero__media,
  body[data-template="index"] .mcs-scheme2-hero__media picture,
  body[data-template="index"] .mcs-scheme2-hero__media .mcs-scheme2-hero__image {
    min-height: 380px;
  }

  body[data-template="index"] .mcs-scheme2-category {
    height: 135px;
  }

  body[data-template="index"] .mcs-manga-rail__product {
    flex: 0 0 calc(25% - 9px);
  }
}

/* Approved homepage v4: real store logo/navigation, generated store-garment banner and eight IP links. */
body[data-template="index"] .mcs-scheme2-hero__stage {
  position: relative;
  isolation: isolate;
  display: block;
  min-height: 405px;
  background: #030914;
}

body[data-template="index"] .mcs-scheme2-hero__banner {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

body[data-template="index"] .mcs-scheme2-hero__copy {
  position: relative;
  z-index: 1;
  width: 50%;
  min-height: 405px;
  padding: 42px clamp(62px, 6vw, 105px) 42px max(38px, calc((100vw - 1480px) / 2 + 30px));
  border: 0;
  background: linear-gradient(90deg, rgba(2, 8, 22, 0.98) 0 62%, rgba(2, 8, 22, 0.72) 82%, transparent 100%);
  color: #fff;
  clip-path: polygon(0 0, 100% 0, 87% 100%, 0 100%);
}

body[data-template="index"] .mcs-scheme2-hero__copy::before,
body[data-template="index"] .mcs-scheme2-hero__copy::after {
  display: none;
}

body[data-template="index"] .mcs-scheme2-hero__eyebrow {
  color: #a9ceff;
}

body[data-template="index"] .mcs-scheme2-hero h1 span {
  color: #fff;
  font-size: clamp(48px, 4.4vw, 72px);
}

body[data-template="index"] .mcs-scheme2-hero h1 em {
  color: #2382ff;
  font-size: clamp(72px, 7vw, 112px);
  text-shadow: 5px 5px 0 rgba(0, 0, 0, 0.35);
}

body[data-template="index"] .mcs-scheme2-hero__text {
  max-width: 420px;
  margin: 24px 0 18px;
  color: #fff;
}

body[data-template="index"] .mcs-scheme2-hero__edition {
  position: absolute;
  right: 20px;
  bottom: 18px;
  z-index: 3;
  padding: 8px 10px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  color: #fff;
  font-size: 9px;
  font-style: italic;
  font-weight: 900;
  line-height: 1.25;
}

body[data-template="index"] .mcs-scheme2-categories__grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

body[data-template="index"] .mcs-scheme2-category {
  height: 142px;
}

body[data-template="index"] .mcs-scheme2-category__media img {
  object-position: center;
  filter: saturate(0.92) contrast(1.06);
}

body[data-template="index"] .mcs-scheme2-category::after {
  inset: 34% 0 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.9));
}

body[data-template="index"] .mcs-manga-rails__grid {
  grid-template-columns: 1fr;
}

@media screen and (min-width: 960px) {
  body[data-template="index"] .header.section--padding {
    min-height: 82px;
  }

  body[data-template="index"] .header__container {
    min-height: 66px;
  }

  body[data-template="index"] :is(.header__heading, .header__heading-link) {
    width: 205px;
    height: 66px;
  }

  body[data-template="index"] .header__heading-logo {
    width: 205px;
    height: 66px;
    object-fit: contain;
  }

  body[data-template="index"] .header__inline-menus {
    column-gap: 16px;
    flex-wrap: nowrap;
  }

  body[data-template="index"] .header-inline-menus__link {
    font-size: 10px;
    letter-spacing: 0.02em;
    white-space: nowrap;
  }

  body[data-template="index"] .mcs-manga-rail__product {
    flex: 0 0 calc(25% - 9px);
  }
}

@media screen and (max-width: 959px) {
  body[data-template="index"] .header__heading-logo {
    width: min(150px, 42vw);
    max-height: 58px;
    object-fit: contain;
  }

  body[data-template="index"] .mcs-scheme2-hero__stage {
    display: flex;
    min-height: 0;
    flex-direction: column;
  }

  body[data-template="index"] .mcs-scheme2-hero__banner {
    position: relative;
    order: 1;
    width: 100%;
    height: 285px;
    border-bottom: 5px solid var(--mcs-blue);
    object-position: 68% center;
  }

  body[data-template="index"] .mcs-scheme2-hero__copy {
    order: 2;
    width: 100%;
    min-height: 315px;
    padding: 34px 24px 36px;
    border: 0;
    background: #050d1c;
    clip-path: none;
  }

  body[data-template="index"] .mcs-scheme2-hero h1 span {
    font-size: clamp(43px, 13vw, 60px);
  }

  body[data-template="index"] .mcs-scheme2-hero h1 em {
    font-size: clamp(74px, 22vw, 100px);
  }

  body[data-template="index"] .mcs-scheme2-hero__text {
    margin: 18px 0 16px;
    font-size: 14px;
  }

  body[data-template="index"] .mcs-scheme2-hero__edition {
    top: 238px;
    right: 8px;
    bottom: auto;
    padding: 5px 7px;
    font-size: 7px;
  }

  body[data-template="index"] .mcs-scheme2-categories__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body[data-template="index"] .mcs-scheme2-category {
    height: 128px;
  }
}

/* Product-rail heading legibility: keep condensed type energetic without clipping italic glyphs. */
body[data-template="index"] .mcs-manga-rails__masthead h2 {
  letter-spacing: 0.01em;
  line-height: 1.02;
  word-spacing: 0.14em;
}

body[data-template="index"] .mcs-manga-rail__heading,
body[data-template="index"] .mcs-manga-rail__heading > div {
  overflow: visible;
}

body[data-template="index"] .mcs-manga-rail__heading > div {
  gap: 12px;
}

body[data-template="index"] .mcs-manga-rail__heading h3 {
  overflow: visible;
  padding: 0.08em 0.14em 0.14em 0.08em;
  letter-spacing: -0.01em;
  line-height: 1.12;
  text-overflow: clip;
  white-space: normal;
}

@media screen and (max-width: 959px) {
  body[data-template="index"] .mcs-manga-rails__masthead h2 {
    font-size: clamp(32px, 7.6vw, 48px);
    letter-spacing: 0.015em;
    line-height: 1.04;
    word-spacing: 0.12em;
  }

  body[data-template="index"] .mcs-manga-rail__heading h3 {
    font-size: clamp(24px, 6vw, 32px);
  }
}

/* Full-homepage visual system: uncropped hero, graphic navigation and unified legacy sections. */
body[data-template="index"] .mcs-scheme2-hero__stage {
  min-height: 0;
  aspect-ratio: 2161 / 728;
}

body[data-template="index"] .mcs-scheme2-hero__banner {
  background: #030914;
  object-fit: contain;
  object-position: center;
}

body[data-template="index"] .mcs-scheme2-hero__copy {
  display: flex;
  height: 100%;
  min-height: 0;
  flex-direction: column;
  justify-content: center;
}

body[data-template="index"] .header {
  border-bottom: 4px solid var(--mcs-blue);
  background: rgba(255, 255, 255, 0.98) !important;
  box-shadow: 0 8px 22px rgba(5, 13, 28, 0.12);
  color: var(--mcs-ink);
}

body[data-template="index"] .header__container {
  background: transparent !important;
  color: var(--mcs-ink);
}

body[data-template="index"] .header__heading {
  box-sizing: border-box;
  padding: 5px 10px;
  background: transparent;
  clip-path: none;
}

body[data-template="index"] .header__heading-link {
  width: 100%;
  height: 100%;
}

body[data-template="index"] .header__heading-logo {
  width: 100%;
  height: 100%;
}

body[data-template="index"] .header-inline-menus__item {
  position: relative;
}

body[data-template="index"] .header-inline-menus__link {
  padding: 10px 7px;
  border: 1px solid transparent;
  color: var(--mcs-ink) !important;
  transition: border-color 160ms ease, background 160ms ease, color 160ms ease, transform 160ms ease;
}

body[data-template="index"] .header-inline-menus__link:hover,
body[data-template="index"] .header-inline-menus__item:hover > .header-inline-menus__link {
  border-color: var(--mcs-blue);
  background: var(--mcs-blue);
  color: #fff !important;
  transform: translateY(-2px);
}

body[data-template="index"] .header-inline-menus__link.menu-item--highlight {
  color: var(--mcs-red) !important;
}

body[data-template="index"] .header__icons {
  gap: 5px;
  padding-left: 10px;
  border-left: 1px solid rgba(17, 17, 17, 0.18);
}

body[data-template="index"] .header__icon-button {
  border: 1px solid transparent;
  color: var(--mcs-ink) !important;
  transition: border-color 160ms ease, background 160ms ease, color 160ms ease;
}

body[data-template="index"] .header__icon-button:hover {
  border-color: var(--mcs-blue);
  background: rgba(20, 85, 217, 0.1);
  color: var(--mcs-blue) !important;
}

body[data-template="index"] .shoppable-image {
  width: min(calc(100% - 48px), 1480px);
  margin: clamp(34px, 5vw, 72px) auto;
  padding: 0;
}

body[data-template="index"] .shoppable-image__wrapper {
  overflow: hidden;
  border: 3px solid var(--mcs-ink);
  background: #050d1c;
  box-shadow: 10px 10px 0 var(--mcs-blue);
}

body[data-template="index"] .text-columns-with-images {
  border-top: 5px solid var(--mcs-blue);
  border-bottom: 5px solid var(--mcs-ink);
  background:
    linear-gradient(135deg, transparent 0 78%, rgba(35, 130, 255, 0.2) 78% 80%, transparent 80%),
    #050d1c !important;
  color: #fff;
}

body[data-template="index"] .text-columns-with-images__title {
  color: #fff;
  font-size: clamp(36px, 5vw, 68px);
  font-style: italic;
  font-weight: 950;
  letter-spacing: 0.015em;
  line-height: 1;
  text-transform: uppercase;
}

body[data-template="index"] .text-columns-with-images__wrapper {
  gap: 20px;
}

body[data-template="index"] .text-columns-with-images-item__wrapper {
  overflow: hidden;
  border: 2px solid var(--mcs-ink) !important;
  border-radius: 0 !important;
  background: #fff;
  box-shadow: 7px 7px 0 var(--mcs-blue) !important;
  color: var(--mcs-ink);
}

body[data-template="index"] .text-columns-with-images-item__title {
  font-style: italic;
  font-weight: 950;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

body[data-template="index"] .blogs__main {
  padding: clamp(42px, 6vw, 86px) 0;
  border-top: 5px solid var(--mcs-yellow);
  border-bottom: 5px solid var(--mcs-ink);
  background:
    linear-gradient(135deg, transparent 0 72%, rgba(255, 211, 27, 0.12) 72% 74%, transparent 74%),
    #f6f2e8;
}

body[data-template="index"] .blogs__head {
  margin-bottom: 28px;
  padding-left: 18px;
  border-left: 8px solid var(--mcs-blue);
}

body[data-template="index"] .blogs__title {
  color: var(--mcs-ink);
  font-size: clamp(34px, 4.5vw, 62px);
  font-style: italic;
  font-weight: 950;
  letter-spacing: 0.01em;
  line-height: 1;
  text-transform: uppercase;
}

body[data-template="index"] .blogs__item {
  overflow: hidden;
  border: 2px solid var(--mcs-ink);
  background: #fff;
  box-shadow: 7px 7px 0 var(--mcs-ink);
}

body[data-template="index"] .image-with-text {
  overflow: hidden;
  border: 3px solid var(--mcs-ink);
  border-radius: 0;
  background: #fff;
  box-shadow: 10px 10px 0 var(--mcs-blue);
}

body[data-template="index"] .image-with-text__info-wrap,
body[data-template="index"] .image-with-text__info {
  background: #050d1c !important;
  color: #fff !important;
}

body[data-template="index"] .image-with-text__title {
  color: #fff;
  font-size: clamp(32px, 4vw, 58px);
  font-style: italic;
  font-weight: 950;
  letter-spacing: 0.015em;
  line-height: 1.02;
  text-transform: uppercase;
}

body[data-template="index"] .image-with-text__content,
body[data-template="index"] .image-with-text__sub-title {
  color: rgba(255, 255, 255, 0.86);
}

body[data-template="index"] .rich-text {
  margin-top: clamp(42px, 6vw, 84px);
  border-top: 5px solid var(--mcs-blue);
  border-bottom: 5px solid var(--mcs-yellow);
  background:
    linear-gradient(135deg, transparent 0 76%, rgba(35, 130, 255, 0.08) 76% 78%, transparent 78%),
    #f6f2e8;
}

body[data-template="index"] .rich-text__heading {
  color: var(--mcs-ink);
  font-style: italic;
  font-weight: 950;
  letter-spacing: 0.01em;
  line-height: 1.02;
  text-transform: uppercase;
}

body[data-template="index"] .rich-text__text {
  max-width: 1050px;
  margin-right: auto;
  margin-left: auto;
  line-height: 1.75;
}

@media screen and (min-width: 960px) {
  body[data-template="index"] .header.section--padding {
    min-height: 78px;
  }

  body[data-template="index"] .header__container {
    min-height: 62px;
  }

  body[data-template="index"] .header__heading {
    width: 184px;
    height: 60px;
  }

  body[data-template="index"] .header__heading-link {
    width: 100%;
    height: 100%;
  }

  body[data-template="index"] .header__heading-logo {
    width: 100%;
    height: 100%;
  }

  body[data-template="index"] .header__inline-menus {
    column-gap: 5px;
  }

  body[data-template="index"] .header-inline-menus__link {
    font-size: 9px;
    letter-spacing: 0.01em;
  }
}

@media screen and (max-width: 959px) {
  body[data-template="index"] .mcs-scheme2-hero__stage {
    aspect-ratio: auto;
  }

  body[data-template="index"] .mcs-scheme2-hero__banner {
    height: auto;
    aspect-ratio: 2161 / 728;
    object-fit: contain;
    object-position: center;
  }

  body[data-template="index"] .mcs-scheme2-hero__copy {
    height: auto;
    min-height: 300px;
  }

  body[data-template="index"] .mcs-scheme2-hero__edition {
    top: calc(33.69vw - 44px);
  }

  body[data-template="index"] .header {
    border-bottom-width: 3px;
  }

  body[data-template="index"] .header__heading {
    width: min(154px, 43vw);
    height: 58px;
    padding: 5px 12px 5px 7px;
  }

  body[data-template="index"] .header__heading-logo {
    width: 100%;
    height: 100%;
    max-height: none;
  }

  body[data-template="index"] .shoppable-image {
    width: calc(100% - 24px);
    margin: 32px auto;
  }

  body[data-template="index"] .shoppable-image__wrapper,
  body[data-template="index"] .image-with-text,
  body[data-template="index"] .text-columns-with-images-item__wrapper,
  body[data-template="index"] .blogs__item {
    box-shadow: 5px 5px 0 var(--mcs-blue);
  }

  body[data-template="index"] .text-columns-with-images__title,
  body[data-template="index"] .blogs__title {
    font-size: clamp(32px, 11vw, 48px);
  }
}

@media screen and (min-width: 960px) {
  body[data-template="index"] .header-dropdown-menu {
    min-width: 260px;
    max-width: min(92vw, 460px);
    max-height: 480px;
    padding: 10px;
    overflow-x: hidden;
    overflow-y: auto;
    border: 2px solid var(--mcs-ink);
    border-top: 5px solid var(--mcs-blue);
    background: #fff;
    box-shadow: 8px 8px 0 rgba(20, 85, 217, 0.2);
    scrollbar-color: var(--mcs-blue) #eef2f7;
    scrollbar-width: thin;
  }

  body[data-template="index"] .header-dropdown-menu:has(> .header-inline-submenus__item:nth-child(9)) {
    display: grid;
    width: 420px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-content: start;
    gap: 0 8px;
  }

  body[data-template="index"] .header-dropdown-menu::-webkit-scrollbar,
  body[data-template="index"] .header__inline-submenus::-webkit-scrollbar {
    width: 7px;
  }

  body[data-template="index"] .header-dropdown-menu::-webkit-scrollbar-track,
  body[data-template="index"] .header__inline-submenus::-webkit-scrollbar-track {
    background: #eef2f7;
  }

  body[data-template="index"] .header-dropdown-menu::-webkit-scrollbar-thumb,
  body[data-template="index"] .header__inline-submenus::-webkit-scrollbar-thumb {
    border-radius: 0;
    background: var(--mcs-blue);
  }

  body[data-template="index"] .header-dropdown-menu .header-inline-submenus__item {
    padding: 0;
    border-bottom: 1px solid rgba(17, 17, 17, 0.12);
  }

  body[data-template="index"] .header-dropdown-menu .header-inline-submenus__link {
    display: block;
    position: relative;
    padding: 11px 13px 10px 17px;
    color: rgba(17, 17, 17, 0.92) !important;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.015em;
    line-height: 1.25;
    text-transform: uppercase;
    transition: background 150ms ease, color 150ms ease, padding 150ms ease;
  }

  body[data-template="index"] .header-dropdown-menu .header-inline-submenus__link::before {
    position: absolute;
    top: 50%;
    left: 7px;
    width: 4px;
    height: 4px;
    background: var(--mcs-blue);
    content: "";
    transform: translateY(-50%) rotate(45deg);
  }

  body[data-template="index"] .header-dropdown-menu .header-inline-submenus__link::after {
    display: none;
  }

  body[data-template="index"] .header-dropdown-menu .header-inline-submenus__link:hover,
  body[data-template="index"] .header-dropdown-menu .header-inline-submenus__link:focus {
    padding-left: 22px;
    background: var(--mcs-blue);
    color: #fff !important;
  }

  body[data-template="index"] .header-dropdown-menu .header-inline-submenus__link:hover::before,
  body[data-template="index"] .header-dropdown-menu .header-inline-submenus__link:focus::before {
    background: #fff;
  }

  body[data-template="index"] .header__inline-submenus {
    max-height: 620px;
    overflow: auto;
    border-top: 5px solid var(--mcs-blue);
    border-bottom: 3px solid var(--mcs-ink);
    background: #fff;
    box-shadow: 0 12px 24px rgba(5, 13, 28, 0.16);
    color: var(--mcs-ink);
    scrollbar-color: var(--mcs-blue) #eef2f7;
    scrollbar-width: thin;
  }

  body[data-template="index"] .megamenu__list {
    gap: 26px;
    padding: 34px clamp(28px, 5vw, 72px);
  }

  body[data-template="index"] .megamenu-list__item-title {
    color: var(--mcs-blue) !important;
    font-size: 13px;
    font-style: italic;
    font-weight: 950;
    letter-spacing: 0.05em;
    text-transform: uppercase;
  }

  body[data-template="index"] .header-inline-submenus__link--thirdly {
    display: inline-block;
    padding: 4px 0;
    color: rgba(17, 17, 17, 0.76) !important;
    font-size: 12px;
    transition: color 150ms ease, transform 150ms ease;
  }

  body[data-template="index"] .header-inline-submenus__link--thirdly:hover,
  body[data-template="index"] .header-inline-submenus__link--thirdly:focus {
    color: var(--mcs-blue) !important;
    transform: translateX(5px);
  }
}

@media screen and (min-width: 960px) {
  body[data-template="index"] .header-inline-menus__item.is-megamenu {
    position: static;
  }

  body[data-template="index"] .mcs-nav-mega {
    display: flex;
    align-items: stretch;
    box-sizing: border-box;
    gap: clamp(28px, 3vw, 48px);
    top: 100%;
    right: 0;
    left: 0;
    width: 100%;
    max-height: min(620px, calc(100vh - 120px));
    min-height: 390px;
    padding: 30px clamp(34px, 5vw, 76px) 34px;
    overflow-x: hidden;
    overflow-y: auto;
    border-top: 5px solid var(--mcs-blue);
    border-bottom: 3px solid var(--mcs-ink);
    background: #fff;
    box-shadow: 0 18px 34px rgba(5, 13, 28, 0.17);
  }

  body[data-template="index"] .mcs-nav-mega .megamenu__list {
    display: grid;
    flex: 1 1 auto;
    grid-template-columns: repeat(3, minmax(150px, 1fr));
    grid-auto-flow: row;
    grid-auto-columns: auto;
    align-content: start;
    gap: 0 24px;
    min-width: 0;
    padding: 6px 0 0;
  }

  body[data-template="index"] .mcs-nav-mega .megamenu-list__item {
    min-width: 0;
    border-bottom: 1px solid rgba(17, 17, 17, 0.13);
  }

  body[data-template="index"] .mcs-nav-mega .megamenu-list__item-title {
    display: block;
    position: relative;
    margin: 0;
    padding: 10px 8px 9px 15px;
    color: rgba(17, 17, 17, 0.82) !important;
    font-size: 12px;
    font-style: normal;
    font-weight: 800;
    letter-spacing: 0.025em;
    line-height: 1.25;
    text-transform: uppercase;
    transition: background 150ms ease, color 150ms ease, padding 150ms ease;
  }

  body[data-template="index"] .mcs-nav-mega .megamenu-list__item-title::before {
    position: absolute;
    top: 50%;
    left: 3px;
    width: 5px;
    height: 5px;
    background: var(--mcs-blue);
    content: "";
    transform: translateY(-50%) rotate(45deg);
  }

  body[data-template="index"] .mcs-nav-mega .megamenu-list__item-title::after {
    display: none;
  }

  body[data-template="index"] .mcs-nav-mega .megamenu-list__item-title:hover,
  body[data-template="index"] .mcs-nav-mega .megamenu-list__item-title:focus {
    padding-left: 21px;
    background: var(--mcs-blue);
    color: #fff !important;
  }

  body[data-template="index"] .mcs-nav-mega .megamenu-list__item-title:hover::before,
  body[data-template="index"] .mcs-nav-mega .megamenu-list__item-title:focus::before {
    background: #fff;
  }

  body[data-template="index"] .mcs-nav-feature {
    display: flex;
    flex: 0 0 clamp(340px, 30vw, 440px);
    flex-direction: column;
    min-width: 0;
    padding-left: clamp(24px, 2.5vw, 40px);
    border-left: 1px solid rgba(17, 17, 17, 0.18);
  }

  body[data-template="index"] .mcs-nav-feature__eyebrow {
    margin: 0 0 12px;
    color: var(--mcs-ink);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.14em;
    line-height: 1.2;
  }

  body[data-template="index"] .mcs-nav-feature__grid {
    display: grid;
    flex: 1;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: minmax(148px, 1.15fr) minmax(112px, 0.85fr);
    gap: 8px;
    min-height: 280px;
  }

  body[data-template="index"] .mcs-nav-feature__card {
    display: block;
    position: relative;
    min-width: 0;
    overflow: hidden;
    border: 2px solid var(--mcs-ink);
    background: var(--mcs-ink);
  }

  body[data-template="index"] .mcs-nav-feature__card--lead {
    grid-column: 1 / -1;
  }

  body[data-template="index"] .mcs-nav-feature__card::after {
    position: absolute;
    inset: 38% 0 0;
    background: linear-gradient(180deg, transparent, rgba(5, 13, 28, 0.9));
    content: "";
    pointer-events: none;
  }

  body[data-template="index"] .mcs-nav-feature__card img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 38%;
    filter: saturate(0.92) contrast(1.04);
    transition: transform 220ms ease, filter 220ms ease;
  }

  body[data-template="index"] .mcs-nav-feature__card span {
    position: absolute;
    z-index: 1;
    right: 12px;
    bottom: 10px;
    left: 12px;
    color: #fff;
    font-size: 12px;
    font-style: italic;
    font-weight: 950;
    letter-spacing: 0.035em;
    line-height: 1.1;
    text-transform: uppercase;
  }

  body[data-template="index"] .mcs-nav-feature__card:hover img,
  body[data-template="index"] .mcs-nav-feature__card:focus img {
    filter: saturate(1.08) contrast(1.06);
    transform: scale(1.045);
  }

  body[data-template="index"] .mcs-nav-feature__all {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
    padding: 10px 12px;
    background: var(--mcs-blue);
    color: #fff !important;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.08em;
    line-height: 1.2;
    text-transform: uppercase;
  }

  body[data-template="index"] .mcs-nav-feature__all span {
    font-size: 17px;
    line-height: 0.7;
  }
}

@media screen and (min-width: 960px) and (max-width: 1180px) {
  body[data-template="index"] .mcs-nav-mega {
    gap: 24px;
    padding-right: 30px;
    padding-left: 30px;
  }

  body[data-template="index"] .mcs-nav-mega .megamenu__list {
    grid-template-columns: repeat(2, minmax(145px, 1fr));
    column-gap: 18px;
  }

  body[data-template="index"] .mcs-nav-feature {
    flex-basis: 340px;
    padding-left: 24px;
  }
}

/* Keep the redesigned header and visual mega menus consistent on every page. */
:root {
  --mcs-ink: #111111;
  --mcs-blue: #1455d9;
  --mcs-red: #d8222a;
}

body .header {
  border-bottom: 4px solid var(--mcs-blue);
  background: rgba(255, 255, 255, 0.98) !important;
  box-shadow: 0 8px 22px rgba(5, 13, 28, 0.12);
  color: var(--mcs-ink);
}

body .header__container {
  background: transparent !important;
  color: var(--mcs-ink);
}

body .header__heading {
  box-sizing: border-box;
  padding: 5px 10px;
  background: transparent;
  clip-path: none;
}

body .header__heading-link,
body .header__heading-logo {
  width: 100%;
  height: 100%;
}

body .header-inline-menus__item {
  position: relative;
}

body .header-inline-menus__link {
  padding: 10px 7px;
  border: 1px solid transparent;
  color: var(--mcs-ink) !important;
  transition: border-color 160ms ease, background 160ms ease, color 160ms ease, transform 160ms ease;
}

body .header-inline-menus__link:hover,
body .header-inline-menus__item:hover > .header-inline-menus__link {
  border-color: var(--mcs-blue);
  background: var(--mcs-blue);
  color: #fff !important;
  transform: translateY(-2px);
}

body .header__icons {
  gap: 5px;
  padding-left: 10px;
  border-left: 1px solid rgba(17, 17, 17, 0.18);
}

@media screen and (min-width: 960px) {
  body .header.section--padding {
    min-height: 78px;
  }

  body .header__container {
    min-height: 62px;
  }

  body .header__heading {
    width: 184px;
    height: 60px;
  }

  body .header__inline-menus {
    column-gap: 5px;
  }

  body .header-inline-menus__link {
    font-size: 9px;
    letter-spacing: 0.01em;
  }

  body .header-inline-menus__item.is-megamenu {
    position: static;
  }

  body .mcs-nav-mega {
    display: flex;
    align-items: stretch;
    box-sizing: border-box;
    gap: clamp(28px, 3vw, 48px);
    top: 100%;
    right: 0;
    left: 0;
    width: 100%;
    max-height: min(620px, calc(100vh - 120px));
    min-height: 390px;
    padding: 30px clamp(34px, 5vw, 76px) 34px;
    overflow-x: hidden;
    overflow-y: auto;
    border-top: 5px solid var(--mcs-blue);
    border-bottom: 3px solid var(--mcs-ink);
    background: #fff;
    box-shadow: 0 18px 34px rgba(5, 13, 28, 0.17);
    color: var(--mcs-ink);
  }

  body .mcs-nav-mega .megamenu__list {
    display: grid;
    flex: 1 1 auto;
    grid-template-columns: repeat(3, minmax(150px, 1fr));
    grid-auto-flow: row;
    align-content: start;
    gap: 0 24px;
    min-width: 0;
    padding: 6px 0 0;
  }

  body .mcs-nav-mega .megamenu-list__item {
    min-width: 0;
    border-bottom: 1px solid rgba(17, 17, 17, 0.13);
  }

  body .mcs-nav-mega .megamenu-list__item-title {
    display: block;
    position: relative;
    margin: 0;
    padding: 10px 8px 9px 15px;
    color: rgba(17, 17, 17, 0.82) !important;
    font-size: 12px;
    font-style: normal;
    font-weight: 800;
    letter-spacing: 0.025em;
    line-height: 1.25;
    text-transform: uppercase;
    transition: background 150ms ease, color 150ms ease, padding 150ms ease;
  }

  body .mcs-nav-mega .megamenu-list__item-title::before {
    position: absolute;
    top: 50%;
    left: 3px;
    width: 5px;
    height: 5px;
    background: var(--mcs-blue);
    content: "";
    transform: translateY(-50%) rotate(45deg);
  }

  body .mcs-nav-mega .megamenu-list__item-title::after {
    display: none;
  }

  body .mcs-nav-feature {
    display: flex;
    flex: 0 0 clamp(340px, 30vw, 440px);
    flex-direction: column;
    min-width: 0;
    padding-left: clamp(24px, 2.5vw, 40px);
    border-left: 1px solid rgba(17, 17, 17, 0.18);
  }

  body .mcs-nav-feature__eyebrow {
    margin: 0 0 12px;
    color: var(--mcs-ink);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.14em;
    line-height: 1.2;
  }

  body .mcs-nav-feature__grid {
    display: grid;
    flex: 1;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: minmax(148px, 1.15fr) minmax(112px, 0.85fr);
    gap: 8px;
    min-height: 280px;
  }

  body .mcs-nav-feature__card {
    display: block;
    position: relative;
    min-width: 0;
    overflow: hidden;
    border: 2px solid var(--mcs-ink);
    background: var(--mcs-ink);
  }

  body .mcs-nav-feature__card--lead {
    grid-column: 1 / -1;
  }

  body .mcs-nav-feature__card::after {
    position: absolute;
    inset: 38% 0 0;
    background: linear-gradient(180deg, transparent, rgba(5, 13, 28, 0.9));
    content: "";
    pointer-events: none;
  }

  body .mcs-nav-feature__card img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 38%;
    filter: saturate(0.92) contrast(1.04);
    transition: transform 220ms ease, filter 220ms ease;
  }

  body .mcs-nav-feature__card span {
    position: absolute;
    z-index: 1;
    right: 12px;
    bottom: 10px;
    left: 12px;
    color: #fff;
    font-size: 12px;
    font-style: italic;
    font-weight: 950;
    letter-spacing: 0.035em;
    line-height: 1.1;
    text-transform: uppercase;
  }

  body .mcs-nav-feature__all {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
    padding: 10px 12px;
    background: var(--mcs-blue);
    color: #fff !important;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.08em;
    line-height: 1.2;
    text-transform: uppercase;
  }
}

@media screen and (min-width: 960px) and (max-width: 1180px) {
  body .mcs-nav-mega {
    gap: 24px;
    padding-right: 30px;
    padding-left: 30px;
  }

  body .mcs-nav-mega .megamenu__list {
    grid-template-columns: repeat(2, minmax(145px, 1fr));
    column-gap: 18px;
  }

  body .mcs-nav-feature {
    flex-basis: 340px;
    padding-left: 24px;
  }
}

@media screen and (max-width: 959px) {
  body .header {
    border-bottom-width: 3px;
  }

  body .header__heading {
    width: min(154px, 43vw);
    height: 58px;
    padding: 5px 12px 5px 7px;
  }

  body .header__heading-logo {
    width: 100%;
    height: 100%;
    max-height: none;
  }
}

/* Hero copy spacing: give the headline and CTA a clearer, less crowded rhythm. */
body[data-template="index"] .mcs-scheme2-hero__eyebrow {
  margin-bottom: 18px;
}

body[data-template="index"] .mcs-scheme2-hero h1 {
  letter-spacing: -0.035em;
  line-height: 0.9;
}

body[data-template="index"] .mcs-scheme2-hero h1 em {
  margin-top: clamp(16px, 1.4vw, 24px);
}

body[data-template="index"] .mcs-scheme2-hero__text {
  margin: 32px 0 24px;
  line-height: 1.55;
}

@media screen and (max-width: 959px) {
  body[data-template="index"] .mcs-scheme2-hero__copy {
    min-height: 360px;
    padding-top: 40px;
    padding-bottom: 42px;
  }

  body[data-template="index"] .mcs-scheme2-hero__eyebrow {
    margin-bottom: 14px;
  }

  body[data-template="index"] .mcs-scheme2-hero h1 {
    letter-spacing: -0.025em;
    line-height: 0.92;
  }

  body[data-template="index"] .mcs-scheme2-hero h1 em {
    margin-top: 16px;
  }

  body[data-template="index"] .mcs-scheme2-hero__text {
    margin: 26px 0 22px;
    line-height: 1.55;
  }
}

/* Genuine customer-photo reviews, sourced from the store's public review gallery. */
body[data-template="index"] .mcs-real-reviews {
  padding: clamp(52px, 6vw, 88px) 0;
  border-top: 5px solid var(--mcs-yellow);
  border-bottom: 5px solid var(--mcs-ink);
  background:
    linear-gradient(135deg, transparent 0 82%, rgba(35, 130, 255, 0.09) 82% 84%, transparent 84%),
    #f7f5ef;
}

body[data-template="index"] .mcs-real-reviews__header {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  margin-bottom: 28px;
  padding-left: 18px;
  border-left: 8px solid var(--mcs-blue);
}

body[data-template="index"] .mcs-real-reviews__eyebrow {
  grid-column: 1 / -1;
  margin: 0 0 7px;
  color: var(--mcs-blue);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.16em;
}

body[data-template="index"] .mcs-real-reviews__header h2 {
  margin: 0;
  color: var(--mcs-ink);
  font-size: clamp(34px, 4.2vw, 60px);
  font-style: italic;
  font-weight: 950;
  letter-spacing: 0.01em;
  line-height: 0.96;
  text-transform: uppercase;
}

body[data-template="index"] .mcs-real-reviews__actions > a {
  padding-bottom: 5px;
  border-bottom: 2px solid var(--mcs-ink);
  color: var(--mcs-ink);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.08em;
}

body[data-template="index"] .mcs-real-reviews__actions {
  display: flex;
  align-items: center;
  gap: 9px;
}

body[data-template="index"] .mcs-real-reviews__actions button {
  display: inline-grid;
  width: 34px;
  height: 34px;
  padding: 0;
  border: 2px solid var(--mcs-ink);
  background: #fff;
  color: var(--mcs-ink);
  font-size: 17px;
  font-weight: 950;
  cursor: pointer;
  place-items: center;
}

body[data-template="index"] .mcs-real-reviews__actions button:hover,
body[data-template="index"] .mcs-real-reviews__actions button:focus-visible {
  border-color: var(--mcs-blue);
  background: var(--mcs-blue);
  color: #fff;
}

body[data-template="index"] .mcs-real-reviews__viewport {
  overflow: hidden;
  padding: 0 8px 9px 0;
}

body[data-template="index"] .mcs-real-reviews__grid {
  display: flex;
  gap: 22px;
  will-change: transform;
}

body[data-template="index"] .mcs-real-review {
  display: flex;
  overflow: hidden;
  flex: 0 0 calc((100% - 44px) / 3);
  flex-direction: column;
  border: 2px solid var(--mcs-ink);
  background: #fff;
  box-shadow: 7px 7px 0 var(--mcs-ink);
}

body[data-template="index"] .mcs-real-review__media {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 5 / 3;
  border-bottom: 2px solid var(--mcs-ink);
  background: #e7e7e7;
}

body[data-template="index"] .mcs-real-review__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 38%;
  transition: transform 220ms ease;
}

body[data-template="index"] .mcs-real-review:hover .mcs-real-review__media img {
  transform: scale(1.035);
}

body[data-template="index"] .mcs-real-review__media > span {
  position: absolute;
  right: 10px;
  bottom: 10px;
  padding: 7px 9px;
  background: var(--mcs-blue);
  color: #fff;
  font-size: 9px;
  font-weight: 950;
  letter-spacing: 0.1em;
}

body[data-template="index"] .mcs-real-review__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 20px 20px 22px;
}

body[data-template="index"] .mcs-real-review__rating {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

body[data-template="index"] .mcs-real-review__rating span {
  color: #f4bd19;
  letter-spacing: 0.08em;
}

body[data-template="index"] .mcs-real-review__rating strong {
  color: var(--mcs-blue);
  font-size: 9px;
  letter-spacing: 0.08em;
}

body[data-template="index"] .mcs-real-review__body > p {
  min-height: 76px;
  margin: 18px 0 22px;
  color: var(--mcs-ink);
  font-size: 16px;
  font-weight: 650;
  line-height: 1.48;
}

body[data-template="index"] .mcs-real-review footer {
  display: grid;
  gap: 5px;
  padding-top: 14px;
  border-top: 1px solid rgba(17, 17, 17, 0.22);
  margin-top: auto;
}

body[data-template="index"] .mcs-real-review footer strong {
  color: var(--mcs-ink);
  font-size: 12px;
  letter-spacing: 0.08em;
}

body[data-template="index"] .mcs-real-review footer span {
  color: rgba(17, 17, 17, 0.68);
  font-size: 11px;
  line-height: 1.35;
}

body[data-template="index"] .mcs-real-reviews__status {
  width: max-content;
  margin: 18px 0 0 auto;
  padding: 6px 9px;
  background: var(--mcs-ink);
  color: #fff;
  font-size: 10px;
  font-weight: 950;
  letter-spacing: 0.12em;
}

@media screen and (max-width: 959px) {
  body[data-template="index"] .mcs-real-reviews {
    padding: 46px 0 54px;
  }

  body[data-template="index"] .mcs-real-reviews__header {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  body[data-template="index"] .mcs-real-reviews__actions {
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  body[data-template="index"] .mcs-real-reviews__grid {
    gap: 16px;
  }

  body[data-template="index"] .mcs-real-review {
    flex-basis: 100%;
  }

  body[data-template="index"] .mcs-real-review__media {
    aspect-ratio: 4 / 3;
  }

  body[data-template="index"] .mcs-real-review__body > p {
    min-height: 0;
  }
}
