@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@font-face {
  font-family: 'Segoe UI';
  src: url('SegoeUI-Semibold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

.mhsliderSection {
  padding: 48px 48px 56px;
  border: 1px solid #e0e0e0;
  background: #f2f2f280;
  border-radius: 32px;
  margin-bottom: 56px;
  position: relative;
}
.mhsliderSection .mhTitle {
  margin: 0 0 40px;
  font-size: 28px;
  line-height: 1.3;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  color: #1d2327;
  font-family: "Montserrat", sans-serif;
}
.mhsliderSection .swiper-slide {
  padding: 6px;
  border: 1px solid #c0c0c0;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  height: auto;
  transition: all 0.1s;
}
.mhsliderSection .swiper-slide:hover {
  box-shadow: 0 4px 15.5px 0 rgba(0,0,0,.14);
  border-width: 3px;
}
.mhsliderSection .swiper-slide a {
  display: inline-flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.mhsliderSection .swiper-slide a img {
  height: auto;
  width: 100%;
  /* object-fit: cover; */
  border-radius: 6px 6px 0 0;
}
.mhsliderSection .swiper-slide a span {
  display: inline-flex;
  align-items: flex-end;
  width: 100%;
  font-family: 'Segoe UI';
  font-size: 20px;
  line-height: 1.4;
  font-weight: 500;
  padding: 12px;
  color: #1d2327;
  background: #f8f8f8;
  border-radius: 0 0 6px 6px;
  flex: 1;
}
.mhsliderSection .swiper:has(.mhArrow) {
  position: inherit;
}
.mhsliderSection .mhArrow {
  position: absolute;
  top: 50%;
  left: 0px;
  display: flex;
  width: 48px;
  height: 58px;
  align-items: center;
  justify-content: center;
  background: #747d90;
  color: #fff;
  cursor: pointer;
  z-index: 9;
}
.mhsliderSection .mhArrow svg {
  width: 16px;
}
.mhsliderSection .mhArrow.prev {
  border-radius: 0 12px 12px 0;
}
.mhsliderSection .mhArrow.next {
  right: 0;
  left: auto;
  border-radius: 12px 0 0 12px;
}
.mhsliderSection .mhArrow.swiper-button-disabled {
  opacity: 0.5;
}
.mhsliderSection .swiper-slide {
  margin-right: 20px;
}
.mhsliderSection .swiper-slide:last-child {
  margin-right: 0 !important;
}
.mhsliderSection .swiper {
  max-width: 1080px;
  margin: auto;
  padding: 0 15px;
}

.mhPrintFrame.swiper {
  padding-left: 15px;
  padding-right: 15px;
}
.mhPrintFrame .swiper-slide {
  flex: 0 0 242px;
}
.mhFrameExisting .swiper-slide {
  flex: 0 0 334px;
}
.mhBlankCanvas .swiper-slide {
  flex: 0 0 241px;
}
.mhMobileFramer .swiper-slide {
  width: auto;
  max-width: 49%;
}

.mhsliderSection .swiper-scrollbar {
	position: relative;
	margin-top: 22px;
	background: #c0c0c0;
	top: auto;
	left: auto;
	right: auto;
	bottom: auto;
	width: 100%;
}
.mhsliderSection .swiper-scrollbar .swiper-scrollbar-drag {
	background: #666;
}

.mhStore .swiper-wrapper {
  display: flex;
  justify-content: center; /* center slides inside the container */
}

.mhStore .swiper-slide {
  flex: 0 0 189px;
  padding: 16px;
}
.mhsliderSection .mhStore .swiper-slide span {
  background: transparent;
  font-family: "Montserrat", sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
  padding: 0;
  flex-direction: column;
  align-items: center;
}
.mhsliderSection .mhStore .swiper-slide span .mhSmall {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 400;
  color: #747d90;
}

.mhSupport .swiper-slide {
  flex: 0 0 calc(50% - 20px);
  padding: 32px;
}
.mhSupport .swiper-slide a {
  flex-direction: row;
  align-items: center;
  height: auto;
  justify-content: center;
  grid-column-gap: 20px;
}
.mhSupport .swiper-slide a img {
  width: 48px;
  height: 48px;
}
.mhSupport .swiper-slide a span {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 700;
  max-width: 272px;
  background: transparent;
  padding: 0;
}
.mhSupport .swiper-wrapper {
  justify-content: center;
}


@media screen and (min-width: 850px) {
  .mhMobile {
    display: none !important;
  }
}
@media screen and (max-width: 849px) {
  .mhsliderSection {
    margin-bottom: 16px;
  }
  .mhDesktop {
    display: none !important;
  }
  .mhSupport .swiper-slide a span {
    font-size: 20px !important;
    line-height: 1.3;
  }
  .mhsliderSection .mhStore .swiper-slide span {
    font-size: 14px;
  }
}
@media screen and (min-width: 769px) {
	.mhsliderSection .swiper-scrollbar {
		display: none;
	}
  .mhsliderSection .swiper.mhFrameExisting, .mhsliderSection:has(.mhMobileFramer, .mhAccessories, .mhSupport) {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.mhMobileFramer .mhArrow, .mhAccessories .mhArrow, .mhSupport .mhArrow {
  display: none;
}
@media screen and (min-width: 1204px) {
  .mhFrameExisting .mhArrow, .mhBlankCanvas .mhArrow, .mhStore .mhArrow {
    display: none;
  }
}
@media screen and (max-width: 768px) {
	.mhsliderSection {
	  padding: 40px 0 22px;
	}
	.mhsliderSection .mhTitle {
	  font-size: 20px;
	  margin-bottom: 24px;
	}
	.mhsliderSection .swiper-slide a span {
	  font-size: 14px;
	}
	.mhsliderSection .mhArrow {
		display: none;
	}
  .mhPrintFrame .swiper-slide, .mhFrameExisting .swiper-slide, .mhBlankCanvas .swiper-slide, .mhMobileFramer .swiper-slide, .mhAccessories .swiper-slide {
    flex: 0 0 218px;
  }
  .mhMobileFramer .swiper-slide {
    max-width: 100%;
  }
  .mhsliderSection .mhMobileFramer .swiper-slide a img, .mhsliderSection .mhAccessories .swiper-slide a img {
    height: 125px;
    object-fit: cover;
  }
  .mhAccessories .swiper-slide {
    width: auto;
  }
  .mhStore.swiper .swiper-wrapper, .mhSupport.swiper .swiper-wrapper {
    transform: none !important;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
  }
  .mhSupport.swiper .swiper-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
  .mhStore .swiper-slide, .mhSupport .swiper-slide {
    margin: 0 !important;
  }
  .mhStore .swiper-scrollbar, .mhSupport .swiper-scrollbar {
    display: none;
  }
  .mhSupport .swiper-slide {
    padding: 20px;
    display: flex;
    justify-content: center;
  }
  .mhSupport .swiper-slide a {
    width: min-content;
  }
  .mhSupport .swiper-slide a img {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .mhsliderSection .swiper-slide {
    margin-right: 10px;
  }
  .mhStore.swiper .swiper-wrapper, .mhSupport.swiper .swiper-wrapper {
    grid-gap: 10px;
  }
}
@media screen and (min-width: 513px) and (max-width: 768px) {
  .mhMobileFramer .swiper-slide, .mhAccessories .swiper-slide {
    flex: 0 0 auto;
  }
}
@media screen and (max-width: 513px) {
  .mhAccessories .swiper-wrapper {
    justify-content: center;
  }
  .mhSupport .swiper-wrapper {
    justify-content: inherit;
  }
}