:root {
  --slightgrey: #edeff4;
  --peri-color: #5032ff;
  --black: #000;
  --white: #fff;
  --mt-green: #73deb4;
  --mod-darkblue: #001964;
  --slider_1: #f6f8fc;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.navigation {
  z-index: 30;
  background-color: var(--slightgrey);
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: auto;
  padding: 2rem;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.searchbar {
  grid-column-gap: 16px;
  border: 1px solid #979caa;
  border-radius: 100px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-width: 175px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: 2rem;
  padding: 8px 9px;
  text-decoration: none;
  display: flex;
}

.search {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 16px;
  text-decoration: none;
  display: flex;
}

.text {
  color: #110320;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
}

.vectors-wrapper-2 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  text-decoration: none;
  display: flex;
}

.menu-items {
  grid-column-gap: 32px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.menu-links-wrapper {
  grid-column-gap: 32px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.link {
  grid-column-gap: 10px;
  border-radius: 100px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  min-width: 150px;
  padding: 10px 12px;
  display: flex;
}

.menu-link-text {
  color: #110320;
  letter-spacing: .6264px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
  transition: color .4s;
}

.menu-link-text:hover {
  color: var(--peri-color);
}

.cart-button-wrap {
  grid-column-gap: 16px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.cart-btn {
  grid-column-gap: 10px;
  background-color: #001964;
  border-radius: 100px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 10px 24px;
  text-decoration: none;
  display: flex;
}

.heading-2 {
  color: #fff;
  letter-spacing: .6264px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
}

.header {
  grid-row-gap: 80px;
  background-color: #edeff4;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 8rem 1.5rem 1rem;
  display: flex;
}

.content {
  z-index: 1;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.text-2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  text-decoration: none;
}

.text-2.t2-blk {
  color: var(--black);
}

.banner {
  grid-row-gap: 80px;
  background-color: #edeff4;
  width: 100%;
  height: 100%;
  padding: 2rem 1.5rem;
  text-decoration: none;
}

.content-5 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-3 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.container-3 {
  grid-column-gap: 80px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.column-8 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 1rem;
  padding: 1rem 1rem 1rem 0;
  text-decoration: none;
  display: flex;
}

.footer {
  grid-row-gap: 80px;
  background-color: #001964;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 2rem 1.5rem;
  text-decoration: none;
  display: flex;
}

.links {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.logo {
  grid-column-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-7 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 42.2109px;
  height: 42.0015px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-8 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 137.35px;
  height: 21.6938px;
  text-decoration: none;
  display: flex;
}

.frame-41 {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.column-10 {
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 1rem;
  text-decoration: none;
  display: flex;
}

.text-11 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.credits {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  text-decoration: none;
  display: flex;
}

.credits-2 {
  grid-column-gap: 24px;
  grid-row-gap: 12px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.footer-links-2 {
  grid-column-gap: 1rem;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.tos-links {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: underline;
}

.social-links {
  grid-column-gap: 1.3rem;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  padding-left: 1rem;
  text-decoration: none;
  display: flex;
}

.icon {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  padding: 2px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-10 {
  object-fit: contain;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.vectors-wrapper-10.tt {
  width: 20px;
  height: 20px;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.mt-logo {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 12rem;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.right-col {
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.computer-head {
  z-index: 3;
  object-fit: contain;
  width: 100%;
  height: auto;
  max-height: 800px;
  position: absolute;
}

.computer-head.ch-bot {
  z-index: 2;
}

.h1 {
  color: #fff;
  font-size: 56px;
  line-height: 120%;
}

.txt-sm {
  font-size: 18px;
}

.our-product-icon {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.our-product-img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  max-height: 125px;
}

.menu-container {
  z-index: 30;
  grid-column-gap: 32px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.div-block-3 {
  flex-flow: row;
  justify-content: flex-end;
  width: 100%;
  display: flex;
}

.btn-large {
  cursor: pointer;
  background-color: #fff;
  width: 100%;
  text-decoration: none;
  display: block;
}

.lottie-wrap {
  display: none;
}

.product-categories {
  grid-row-gap: 32px;
  background-color: var(--slightgrey);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 1rem 2rem 2rem;
  text-decoration: none;
  display: flex;
}

.header-wrapper_right {
  justify-content: space-between;
  width: 85%;
  min-width: auto;
  padding: 2rem 2rem 0;
  display: flex;
}

.h2 {
  color: var(--black);
  font-size: 40px;
  font-weight: 400;
  line-height: 120%;
}

.carousel-header {
  background-color: var(--slightgrey);
  justify-content: space-between;
  align-items: flex-start;
}

.banner-container {
  grid-column-gap: 80px;
  background-image: radial-gradient(circle at 0%, #73deb4, #001964 50%);
  border-radius: 16px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 466px;
  max-height: 466px;
  display: flex;
  overflow: hidden;
}

.banner-container.bc-full {
  background-image: radial-gradient(circle farthest-corner at 0% 50%, #de739c, var(--peri-color) 50%, #1e808d 99%);
  border-radius: 0;
}

.banner-column {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 50rem;
  padding: 2rem;
  text-decoration: none;
  display: flex;
}

.banner-img2 {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 600px;
}

.h2-sm-bld {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 34px;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
}

.h2-lg {
  color: var(--black);
  font-size: 56px;
  line-height: 120%;
}

.banner-full-screen {
  grid-row-gap: 80px;
  background-color: #edeff4;
  width: 100%;
  height: 100%;
  padding-top: 2rem;
  text-decoration: none;
}

.footer-link {
  color: var(--slightgrey);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  text-decoration-style: solid;
}

.footer-link-block {
  text-decoration: none;
}

.footer-container {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.mt-logo-white {
  width: 100%;
  padding-bottom: 2rem;
}

.line {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 1px;
  text-decoration: none;
  display: flex;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.carousel-btn-wrapper {
  background-color: #edeff4;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
}

.header-wrapper_left {
  min-width: 125px;
  margin-left: 20px;
  display: flex;
}

.card-slider_nav {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  margin-top: 3rem;
  margin-right: 1.5rem;
  display: flex;
}

.prev-button, .next-button {
  display: inline-block;
}

.product-image {
  background-color: var(--white);
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 266px;
  padding: 32px 24px;
  display: flex;
}

.product {
  grid-row-gap: 16px;
  background-color: #fff;
  border: 1px solid #dbdbdb;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  max-width: 421px;
  padding: 24px;
  text-decoration: none;
  display: flex;
  position: relative;
  box-shadow: 0 0 19px 1px #00000017;
}

.slider-section {
  background-color: #edeff4;
  padding-bottom: 1.5rem;
  overflow: hidden;
}

.slider-wrapper {
  width: 100%;
}

.slider {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  transition: transform .7s;
  display: flex;
}

.product-details {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.button-7 {
  color: #fff;
  letter-spacing: .6264px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.add-to-cart-btn {
  grid-column-gap: 10px;
  background-color: #110320;
  border: 1px solid #001964;
  border-radius: 100px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 10px 24px;
  text-decoration: none;
  display: flex;
}

.product-header {
  color: #110320;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
}

.product-header.ph-big {
  font-size: 28px;
  font-weight: 700;
}

.product-price {
  color: #110320;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.product-price.pp-big {
  color: var(--peri-color);
  font-size: 28px;
}

.product-image-pi {
  aspect-ratio: 1;
  object-fit: contain;
  width: 100%;
  height: 100%;
  padding: 5px;
}

.product-details-wrap {
  grid-row-gap: 14px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.product-card-description {
  color: #3a3a3a;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  text-decoration: none;
}

.product-card-description.pcd-sm {
  font-size: 14px;
}

.slider1-container {
  justify-content: center;
  align-items: flex-start;
  margin-left: 20px;
  padding-top: 40px;
  transition: opacity .2s;
  display: flex;
  position: relative;
}

.product-category {
  color: #001964;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.slider2-container {
  justify-content: center;
  align-items: flex-start;
  margin-left: 20px;
  padding-top: 1rem;
  transition: opacity .2s;
  display: flex;
  position: relative;
}

.header-card {
  border-radius: 16px;
  width: 100%;
  height: 83vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card {
  flex: none;
  width: 350px;
  min-width: 350px;
  margin-left: 0;
  margin-right: auto;
  position: relative;
}

.div-block-5 {
  width: 100%;
}

.banner-img3 {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: none;
}

.see-all-link {
  color: var(--black);
  justify-content: flex-start;
  align-items: center;
  margin-right: 2rem;
  text-decoration: none;
  display: flex;
}

.footer-link-header {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  text-decoration: none;
}

.menu-links {
  text-decoration: none;
}

.logo-banner {
  background-color: var(--slightgrey);
  padding-top: 4rem;
  padding-bottom: 4rem;
  position: relative;
}

.marquee-text_component {
  background-color: var(--peri-color);
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 125px;
  font-size: 1.2vw;
  display: flex;
  overflow: hidden;
}

.marquee-text_wrapper {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.marquee-text_panel {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  transform: translate(0%);
}

.marquee-text_icon {
  flex: none;
  width: 11em;
  margin-left: 4em;
  margin-right: 4em;
}

.div-block-6 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  display: flex;
}

.hero-background-img {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.sale-tag {
  background-color: var(--peri-color);
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 25px;
  padding: 10px;
  display: flex;
  position: absolute;
  top: 32px;
  right: 38px;
}

.text-block {
  color: var(--slightgrey);
}

.social-links {
  padding-left: 0;
}

.button-new {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  color: #101011;
  background-color: #fff;
  border-radius: 3rem;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 10px 42px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-new:where(.w-variant-39177723-b024-29d2-047b-e1a78b85077e) {
  background-color: var(--mt-green);
}

.button-primary-content {
  z-index: 2;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.text-size-medium {
  font-size: 1.125rem;
}

.text-size-medium.text-weight-medium.ts-wh {
  color: var(--slightgrey);
}

.button-fill-2 {
  background-color: var(--peri-color);
  border-radius: 8rem;
  justify-content: center;
  align-items: center;
  width: 6em;
  height: 6em;
  position: absolute;
  inset: 100% 25% auto;
}

.button-fill-2:where(.w-variant-39177723-b024-29d2-047b-e1a78b85077e) {
  background-color: var(--peri-color);
}

.button-fill-2:where(.w-variant-3fdbecc4-dd58-0252-505d-7a79b94ca9c3) {
  background-color: var(--mt-green);
}

.button-fill-2:where(.w-variant-09aeb20f-d388-6733-4274-4703f36f8c95) {
  background-color: var(--mod-darkblue);
}

.banner-2 {
  grid-row-gap: 80px;
  background-color: #edeff4;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 2rem 1.5rem;
  text-decoration: none;
}

.left-col {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  height: 100%;
  padding: 2rem;
  text-decoration: none;
  display: flex;
}

.category-wrap {
  flex-flow: row;
  justify-content: space-around;
  align-items: stretch;
  width: 100%;
  text-decoration: none;
}

.vectors-wrapper {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  text-decoration: none;
  display: flex;
}

.image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.image-carousel {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 110px;
  display: flex;
}

.product-title {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.information {
  flex-direction: column;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.description {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.header-4 {
  color: #110320;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
}

.frame-52 {
  grid-column-gap: 32px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-50 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-46 {
  grid-column-gap: 8px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-11 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  text-decoration: none;
  display: flex;
}

.tags {
  grid-column-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 2rem;
  margin-bottom: 2rem;
  text-decoration: none;
  display: flex;
}

.frame-54 {
  grid-column-gap: 8px;
  background-color: #ebebeb;
  flex-flow: wrap;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 70px;
  padding: .5rem;
  text-decoration: none;
  display: flex;
}

.header-5 {
  color: #110320;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
}

.frame-57 {
  grid-column-gap: 16px;
  background-color: #fff;
  border: 1px solid #cacaca;
  border-radius: 100px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding: 4px 16px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-12 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  text-decoration: none;
  display: flex;
}

.description-3 {
  color: #5032ff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 160%;
  text-decoration: none;
}

.product-main {
  background-color: #edeff4;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 8rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  text-decoration: none;
  display: flex;
}

.product-wrapper {
  grid-row-gap: 80px;
  background-color: #fff;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 2rem;
  text-decoration: none;
}

.product-container {
  grid-column-gap: 56px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 2000px;
  text-decoration: none;
  display: flex;
}

.back-arrow {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  text-decoration: none;
  display: flex;
}

.product-thumbnail {
  background-color: var(--white);
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  padding: 16px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 4px 40px #00000014;
}

.product-thumbnail:hover {
  border: 1px solid var(--peri-color);
}

.product-cart-btn {
  grid-column-gap: 10px;
  background-color: #110320;
  border: 1px solid #001964;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 50%;
  min-width: 200px;
  padding: 10px 24px;
  text-decoration: none;
  display: flex;
}

.cart-btn-container {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-block-2 {
  color: var(--slightgrey);
  font-size: 20px;
  font-weight: 700;
}

.product-page-desc-head {
  margin-top: 0;
  font-size: 18px;
}

.add-qty {
  grid-column-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.product-details-back {
  grid-column-gap: 8px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.main-image {
  background-color: var(--white);
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 32px 24px;
  display: flex;
  box-shadow: 0 4px 40px #00000014;
}

.product-review {
  background-color: #edeff4;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 2rem 1.5rem 1rem;
  text-decoration: none;
  display: flex;
}

.more-information-section {
  background-color: #fff;
  border-radius: 16px;
  flex-direction: column;
  justify-content: space-around;
  align-items: stretch;
  width: 100%;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.tabs {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1rem;
  text-decoration: none;
  display: flex;
}

.content-6 {
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 2rem;
  text-decoration: none;
  display: flex;
}

.frame-44 {
  grid-row-gap: 7px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.header-9 {
  color: #110320;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
}

.review-headers {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border: 1px #5032ff;
  flex: 0 auto;
  padding: 10px;
  text-decoration: none;
  display: flex;
}

._1r-spacer {
  background-color: var(--slightgrey);
  height: 1rem;
}

.grid-2 {
  grid-template-rows: auto;
  display: flex;
}

.p-eft-col {
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.p-right-col {
  grid-column-gap: 52px;
  grid-row-gap: 52px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  text-decoration: none;
  display: flex;
}

.reviews {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-top: 2rem;
  text-decoration: none;
  display: flex;
}

.product-full-desc {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 50%;
  text-decoration: none;
  display: flex;
}

.slider-2 {
  background-color: var(--slightgrey);
  border-radius: 25px;
  max-width: none;
  height: 100%;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.div-block-8 {
  justify-content: center;
  align-self: center;
  align-items: center;
  padding-left: 6rem;
  padding-right: 6rem;
  display: flex;
}

.icon-2, .icon-3, .slide-nav {
  color: var(--peri-color);
}

.product-img {
  aspect-ratio: 1;
  object-fit: contain;
  width: 100%;
  min-width: 300px;
  max-width: 800px;
  height: 100%;
  min-height: 300px;
  max-height: 800px;
  padding: 5px;
}

.product-img.ppi-sm {
  max-width: 600px;
  max-height: 600px;
}

.product-full-descrip-c {
  padding-right: 2rem;
  display: flex;
}

.tab-link-tab-1 {
  background-color: var(--peri-color);
  color: var(--black);
  border-radius: 20px;
}

.tab-link-tab-1.w--current {
  background-color: var(--peri-color);
}

.tab-link-tab-2 {
  background-color: var(--mt-green);
  border-radius: 25px;
}

.tab-link-tab-2.w--current {
  background-color: var(--mt-green);
  border-radius: 20px;
}

.tabs-menu {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.collection-item {
  display: flex;
}

.div-block-9 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.dollar-sign {
  color: var(--peri-color);
  font-size: 28px;
  font-weight: 700;
}

.item-specifications {
  flex-flow: column wrap-reverse;
  justify-content: space-between;
  display: flex;
}

.product-specifications-head {
  margin-top: 0;
  font-size: 18px;
}

.empty-state {
  background-color: var(--white);
}

.text-block-4 {
  color: var(--white);
}

.collection-list {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  display: flex;
}

@media screen and (max-width: 991px) {
  .navigation {
    justify-content: flex-start;
    align-items: stretch;
    height: auto;
  }

  .searchbar {
    margin-top: 2rem;
  }

  .menu-items {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: 0;
    display: flex;
  }

  .menu-links-wrapper {
    flex-flow: column;
    padding-top: 2rem;
    padding-bottom: 2rem;
    display: none;
  }

  .link {
    justify-content: flex-start;
    align-items: center;
  }

  .cart-button-wrap {
    margin-top: 1.5rem;
    margin-left: .5rem;
    display: none;
  }

  .header {
    height: auto;
    padding-top: 13rem;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }

  .container-3 {
    flex-flow: column;
    overflow: hidden;
  }

  .links {
    flex-flow: column;
  }

  .social-links {
    padding-top: 2rem;
    padding-left: 0;
  }

  .grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .mt-logo {
    z-index: 30;
    position: relative;
  }

  .right-col {
    justify-content: center;
    align-items: center;
    height: auto;
  }

  .computer-head {
    max-width: none;
    height: 100%;
    max-height: 500px;
    position: relative;
  }

  .computer-head.ch-bot {
    position: absolute;
  }

  .our-product-icon {
    justify-content: center;
    align-items: center;
  }

  .menu-container {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .div-block-3 {
    background-color: var(--slightgrey);
    flex-flow: column;
  }

  .lottie-wrap {
    z-index: 30;
    margin-top: 1.7rem;
    margin-right: 1rem;
    display: block;
    position: fixed;
    inset: 0% 0% auto auto;
  }

  .lottie-animation {
    width: 50px;
    height: 50px;
  }

  .header-wrapper_right {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .banner-container {
    flex-flow: column;
    height: auto;
    min-height: auto;
    max-height: none;
  }

  .carousel-btn-wrapper {
    flex-flow: column;
  }

  .header-card {
    flex-flow: column;
    height: auto;
    max-height: none;
  }

  .marquee-text_component {
    font-size: 1.5vw;
  }

  .hero-background-img {
    height: 100%;
  }

  .left-col {
    height: auto;
  }

  .image-carousel {
    flex-flow: wrap;
    justify-content: space-between;
    height: auto;
    margin-bottom: 2rem;
  }

  .product-main {
    padding-top: 13.3rem;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }

  .product-container {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .back-arrow {
    width: 40px;
    height: 40px;
  }

  .product-review {
    padding-top: 2rem;
  }

  .content-6, .grid-2 {
    flex-flow: column;
  }

  .p-eft-col {
    width: 100%;
    max-width: none;
  }

  .p-right-col {
    width: 100%;
  }

  .reviews, .product-full-desc {
    max-width: none;
  }

  .slider-2 {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    display: flex;
  }

  .div-block-7 {
    height: 100%;
  }

  .div-block-8 {
    max-width: none;
  }

  .container-4 {
    width: 100%;
  }

  .collection-item, .collection-list-wrapper-2 {
    flex-flow: column;
  }

  .collection-list-wrapper-3 {
    justify-content: space-around;
    width: 100%;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .footer-links-2 {
    grid-row-gap: 1rem;
  }

  .grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .our-product-img {
    max-height: 90px;
  }

  .lottie-wrap {
    z-index: 30;
    margin-right: 2rem;
    position: fixed;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .lottie-animation {
    width: 50px;
    height: 50px;
  }

  .carousel-header {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .banner-container {
    height: auto;
    padding: 1rem 2rem 2rem;
  }

  .banner-img2 {
    height: auto;
  }

  .card-slider_nav {
    flex-flow: column;
  }

  .product-image-pi {
    min-width: auto;
    max-width: none;
    min-height: auto;
    max-height: none;
  }

  .banner-img3 {
    height: auto;
  }

  .see-all-link {
    margin-right: 0;
  }

  .marquee-text_component {
    font-size: 2vw;
  }

  .div-block-6 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    display: flex;
  }

  .text-size-medium {
    font-size: 1.2rem;
  }

  .image-carousel {
    grid-row-gap: 1rem;
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
  }

  .tags {
    grid-row-gap: 1rem;
    flex-flow: row;
  }

  .product-cart-btn {
    width: 100%;
  }

  .tabs {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .review-headers {
    flex-flow: wrap;
  }

  .slider-2 {
    height: 100%;
  }

  .div-block-7 {
    height: auto;
  }

  .div-block-8 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .product-img {
    min-width: auto;
    max-width: none;
    min-height: auto;
    max-height: none;
  }
}

@media screen and (max-width: 479px) {
  .header {
    height: auto;
  }

  .content-5 {
    align-items: flex-start;
  }

  .frame-41 {
    flex-flow: column;
  }

  .credits-2 {
    grid-row-gap: 12px;
    flex-flow: column;
  }

  .footer-links-2 {
    flex-flow: column;
    width: 100%;
  }

  .social-links {
    width: 100%;
  }

  .grid {
    grid-template-columns: 1fr 1fr;
  }

  .mt-logo {
    width: 11rem;
  }

  .h1 {
    font-size: 30px;
  }

  .h2 {
    font-size: 25px;
  }

  .banner-column {
    padding-left: 0;
    padding-right: 0;
  }

  .h2-lg {
    font-size: 30px;
  }

  .button-fill-2 {
    width: 9em;
    height: 9em;
  }

  .image {
    width: 100%;
    height: 100%;
  }

  .image-carousel {
    justify-content: center;
    align-items: flex-start;
  }

  .frame-52 {
    flex-flow: column;
  }

  .tags {
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .product-thumbnail {
    width: 90px;
    height: 90px;
  }

  .review-headers {
    justify-content: center;
    align-items: flex-start;
  }

  .div-block-8 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .tab-link-tab-1 {
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .tab-link-tab-1.w--current {
    align-self: center;
  }

  .tab-link-tab-2 {
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .tab-link-tab-2.w--current {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .tabs-menu {
    flex-flow: column;
  }
}


