.mts-player {
  --mts-bg: #101615;
  --mts-panel: #17201e;
  --mts-text: #f8fbfa;
  --mts-muted: #b5c2bf;
  --mts-line: rgba(255, 255, 255, 0.12);
  background: var(--mts-bg);
  border: 1px solid var(--mts-line);
  border-radius: 8px;
  color: var(--mts-text);
  clear: both;
  margin: 18px 0 0;
  padding: 18px;
  width: 100%;
}

.mts-player * {
  box-sizing: border-box;
}

.woocommerce-product-gallery.mts-clean-gallery {
  display: flex;
  flex-direction: column;
}

.woocommerce-product-gallery.mts-clean-gallery .woocommerce-product-gallery__wrapper,
.woocommerce-product-gallery.mts-clean-gallery > div:not(.mts-player),
.woocommerce-product-gallery.mts-clean-gallery > figure {
  order: 1;
}

.woocommerce-product-gallery.mts-clean-gallery .mts-player {
  order: 2;
}

.woocommerce-product-gallery.mts-clean-gallery .flex-control-nav,
.woocommerce-product-gallery.mts-clean-gallery .woocommerce-product-gallery__trigger,
.woocommerce-product-gallery.mts-clean-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:not(:first-child),
.woocommerce-product-gallery.mts-clean-gallery .woocommerce-product-gallery__wrapper .product-gallery__image:not(:first-child),
.woocommerce-product-gallery.mts-clean-gallery .woocommerce-product-gallery__wrapper > div:not(:first-child) {
  display: none !important;
}

.woocommerce-product-gallery.mts-clean-gallery .woocommerce-product-gallery__wrapper,
.woocommerce-product-gallery.mts-clean-gallery .woocommerce-product-gallery__image:first-child,
.woocommerce-product-gallery.mts-clean-gallery .woocommerce-product-gallery__image:first-child a,
.woocommerce-product-gallery.mts-clean-gallery .woocommerce-product-gallery__image:first-child img {
  width: 100% !important;
}

.woocommerce-product-gallery.mts-clean-gallery .woocommerce-product-gallery__image:first-child img {
  display: block;
  height: auto;
}

.mts-player__top {
  align-items: center;
  display: flex;
  gap: 16px;
  justify-content: space-between;
}

.mts-player__eyebrow {
  color: #55d6be;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  margin: 0 0 4px;
  text-transform: uppercase;
}

.mts-player__title {
  color: var(--mts-text);
  font-size: 20px;
  line-height: 1.25;
  margin: 0;
}

.mts-player__play {
  align-items: center;
  background: #55d6be;
  border: 0;
  border-radius: 999px;
  color: #07100e;
  cursor: pointer;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 17px;
  font-weight: 800;
  height: 46px;
  justify-content: center;
  line-height: 1;
  width: 46px;
}

.mts-player__play:disabled {
  cursor: wait;
  opacity: 0.72;
}

.mts-player.is-loading {
  opacity: 0.9;
}

.mts-shop-categories {
  margin: 0 0 24px 0;
  max-width: 220px;
  padding: 0;
  width: 100%;
}

.mts-shop-categories h2 {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 6px;
  color: #2b2b2b;
  display: inline-block;
  font-size: 20px;
  line-height: 1.2;
  margin: 0 0 16px;
  padding: 10px 16px;
}

.mts-shop-categories ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mts-shop-categories li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  margin: 0;
}

.mts-shop-categories a {
  color: #2f4f2f;
  display: block;
  font-size: 13px;
  line-height: 1.35;
  padding: 9px 0;
  text-decoration: none;
}

.mts-shop-categories a:hover {
  color: #87b341;
}

.mts-product-search {
  margin: 0 0 22px;
}

.mts-product-search label {
  color: #2b2b2b;
  display: block;
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 8px;
}

.mts-product-search div {
  display: grid;
  gap: 7px;
}

.mts-product-search input[type="search"] {
  border: 1px solid rgba(0, 0, 0, 0.14);
  border-radius: 4px;
  box-sizing: border-box;
  font-size: 13px;
  padding: 9px 10px;
  width: 100%;
}

.mts-product-search button {
  background: #2f4f2f;
  border: 0;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  font-size: 13px;
  font-weight: 700;
  padding: 9px 10px;
  width: 100%;
}

.mts-product-search button:hover {
  background: #87b341;
}

.mts-single-product-search {
  clear: both;
  margin: 0 0 18px;
  max-width: 420px;
}

.mts-single-product-search label {
  font-size: 14px;
  margin-bottom: 7px;
}

.mts-single-product-search div {
  align-items: stretch;
  display: grid;
  gap: 0;
  grid-template-columns: minmax(0, 1fr) 48px;
}

.mts-single-product-search input[type="search"] {
  border-radius: 5px 0 0 5px;
  min-width: 0;
}

.mts-single-product-search button {
  border-radius: 0 5px 5px 0;
  font-size: 17px;
  padding: 0;
}

.mts-shop-hero {
  background: #07100c url("shop-hero.png") center center / cover no-repeat;
  border-radius: 0;
  box-sizing: border-box;
  display: block;
  aspect-ratio: 2832 / 920;
  grid-column: 1 / -1;
  margin: 0 0 28px 0;
  min-height: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.mts-shop-layout > .mts-shop-hero {
  grid-column: 1 / -1 !important;
  justify-self: stretch !important;
  margin: 0 0 58px 0 !important;
  width: 100% !important;
}

.mts-shop-sort-tabs {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0 0 30px 0 !important;
  padding: 0 !important;
}

.mts-shop-layout .mts-shop-sort-tabs {
  margin-top: -190px !important;
}

.mts-shop-sort-tabs a {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 8px;
  color: #2f4f2f;
  display: block;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.2;
  min-height: 214px;
  overflow: hidden;
  padding: 0;
  text-decoration: none;
}

.mts-shop-sort-tabs a.is-active,
.mts-shop-sort-tabs a:hover {
  border-color: #2f4f2f;
  box-shadow: 0 8px 18px rgba(47, 79, 47, 0.16);
  color: #2f4f2f;
}

.mts-shop-sort-tabs a > span:not(.mts-shop-sort-tabs__image) {
  display: block;
  padding: 16px 18px 18px;
}

.mts-shop-sort-tabs a.is-active > span:not(.mts-shop-sort-tabs__image) {
  background: #2f4f2f;
  color: #fff;
}

.mts-shop-sort-tabs__image {
  background-color: #f2f2f2;
  background-position: center;
  background-size: cover;
  display: block;
  height: 150px;
  width: 100%;
}

.woocommerce-shop .content-area,
.post-type-archive-product .content-area,
.woocommerce-shop #primary,
.post-type-archive-product #primary {
  transform: none;
  width: auto;
}

.woocommerce-shop .site-content,
.post-type-archive-product .site-content,
.woocommerce-shop #content,
.post-type-archive-product #content,
.woocommerce-shop .container,
.post-type-archive-product .container,
.woocommerce-shop .col-full,
.post-type-archive-product .col-full,
.woocommerce-shop .content-wrap,
.post-type-archive-product .content-wrap {
  max-width: none !important;
  width: 100% !important;
}

.mts-shop-layout {
  align-items: start !important;
  box-sizing: border-box !important;
  column-gap: 34px !important;
  display: grid !important;
  grid-template-columns: minmax(0, 3fr) minmax(220px, 1fr) !important;
  justify-content: start !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  max-width: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 0 !important;
  width: 100% !important;
}

.woocommerce-shop #primary,
.post-type-archive-product #primary,
.woocommerce-shop .content-area,
.post-type-archive-product .content-area {
  float: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  max-width: none !important;
  width: auto !important;
}

.mts-shop-layout > #primary,
.mts-shop-layout > .content-area {
  box-sizing: border-box !important;
  grid-column: 1 !important;
  grid-row: 2 !important;
  padding-left: 6vw !important;
}

.mts-shop-layout > .mts-shop-categories {
  box-sizing: border-box !important;
  grid-column: 2 !important;
  grid-row: 2 !important;
  justify-self: stretch !important;
  margin-top: 0 !important;
  padding-right: 6vw !important;
}

.woocommerce-shop #secondary,
.post-type-archive-product #secondary,
.woocommerce-shop .widget-area,
.post-type-archive-product .widget-area {
  float: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  max-width: none !important;
  width: auto !important;
}

.mts-shop-layout > #secondary,
.mts-shop-layout > .widget-area {
  box-sizing: border-box !important;
  grid-column: 2 !important;
  grid-row: 2 !important;
  justify-self: stretch !important;
  padding-right: 6vw !important;
}

.woocommerce-shop .site-main,
.post-type-archive-product .site-main,
.woocommerce-shop .content-area,
.post-type-archive-product .content-area {
  padding-top: 0 !important;
}

.woocommerce-shop .woocommerce,
.post-type-archive-product .woocommerce {
  padding-top: 0 !important;
}

.woocommerce-shop main,
.post-type-archive-product main,
.woocommerce-shop #primary,
.post-type-archive-product #primary,
.woocommerce-shop #main,
.post-type-archive-product #main {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.woocommerce-shop .woocommerce-products-header,
.woocommerce-shop .page-header,
.woocommerce-shop .entry-header,
.woocommerce-shop .term-description:empty,
.woocommerce-shop .woocommerce-notices-wrapper:empty,
.post-type-archive-product .woocommerce-products-header,
.post-type-archive-product .page-header,
.post-type-archive-product .entry-header,
.post-type-archive-product .term-description:empty,
.post-type-archive-product .woocommerce-notices-wrapper:empty {
  display: none !important;
  height: 0 !important;
  margin: 0 !important;
  min-height: 0 !important;
  padding: 0 !important;
}

.woocommerce-shop .woocommerce-result-count,
.woocommerce-shop .woocommerce-ordering,
.post-type-archive-product .woocommerce-result-count,
.post-type-archive-product .woocommerce-ordering {
  margin-top: 0 !important;
  margin-bottom: 18px !important;
}

.woocommerce-shop .woocommerce-result-count,
.post-type-archive-product .woocommerce-result-count {
  clear: none !important;
}

.post-type-archive-product ul.products,
.post-type-archive-product ul.products.columns-3,
.post-type-archive-product ul.products.columns-4,
.woocommerce-shop ul.products,
.woocommerce-shop ul.products.columns-3,
.woocommerce-shop ul.products.columns-4,
.woocommerce ul.products.mts-force-four-columns {
  display: grid !important;
  gap: 54px 28px !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  margin-top: 0 !important;
}

.post-type-archive-product ul.products li.product img,
.woocommerce-shop ul.products li.product img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
  width: 100% !important;
}

.post-type-archive-product ul.products li.product .woocommerce-loop-product__title,
.woocommerce-shop ul.products li.product .woocommerce-loop-product__title {
  font-size: 15px !important;
  line-height: 1.18 !important;
  margin-top: 12px !important;
}

.post-type-archive-product ul.products li.product .button,
.woocommerce-shop ul.products li.product .button {
  display: block !important;
  font-size: 15px !important;
  margin-top: 14px !important;
  padding: 13px 16px !important;
  text-align: center !important;
  width: 100% !important;
}

.post-type-archive-product ul.products::before,
.post-type-archive-product ul.products::after,
.woocommerce-shop ul.products::before,
.woocommerce-shop ul.products::after {
  display: none !important;
}

.post-type-archive-product ul.products li.product,
.woocommerce-shop ul.products li.product {
  clear: none !important;
  float: none !important;
  margin: 0 !important;
  max-width: none !important;
  width: auto !important;
}

.post-type-archive-product ul.products.columns-3 li.product,
.post-type-archive-product ul.products.columns-4 li.product,
.woocommerce-shop ul.products.columns-3 li.product,
.woocommerce-shop ul.products.columns-4 li.product,
.woocommerce ul.products[class*="columns-"] li.product {
  width: auto !important;
}

.post-type-archive-product ul.products li.product-category,
.woocommerce-shop ul.products li.product-category {
  display: none !important;
}

.post-type-archive-product ul.products:has(li.product-category):not(:has(li.product:not(.product-category))),
.woocommerce-shop ul.products:has(li.product-category):not(:has(li.product:not(.product-category))) {
  display: none !important;
  height: 0 !important;
  margin: 0 !important;
  min-height: 0 !important;
  padding: 0 !important;
}

@media (max-width: 1180px) {
  .post-type-archive-product ul.products,
  .woocommerce-shop ul.products {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 1024px) {
  .mts-shop-layout {
    display: block !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .woocommerce-shop .content-area,
  .post-type-archive-product .content-area,
  .woocommerce-shop #primary,
  .post-type-archive-product #primary {
    transform: none;
    max-width: 100% !important;
    width: 100% !important;
  }

  .woocommerce-shop #secondary,
  .post-type-archive-product #secondary,
  .woocommerce-shop .widget-area,
  .post-type-archive-product .widget-area {
    max-width: none !important;
    width: 100% !important;
  }

  .mts-shop-sort-tabs {
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: 0 !important;
  }

  .mts-shop-categories {
    margin-left: 0;
    width: 100%;
  }

  .mts-shop-hero {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 980px), (hover: none) and (max-width: 1180px) {
  html,
  body {
    max-width: 100% !important;
    overflow-x: hidden !important;
  }

  .woocommerce-shop .site,
  .woocommerce-shop .site-content,
  .woocommerce-shop #content,
  .woocommerce-shop .container,
  .woocommerce-shop .col-full,
  .woocommerce-shop .content-wrap,
  .woocommerce-shop .woocommerce,
  .woocommerce-shop main,
  .woocommerce-shop #main,
  .woocommerce-shop #primary,
  .woocommerce-shop .content-area,
  .post-type-archive-product .site,
  .post-type-archive-product .site-content,
  .post-type-archive-product #content,
  .post-type-archive-product .container,
  .post-type-archive-product .col-full,
  .post-type-archive-product .content-wrap,
  .post-type-archive-product .woocommerce,
  .post-type-archive-product main,
  .post-type-archive-product #main,
  .post-type-archive-product #primary,
  .post-type-archive-product .content-area,
  .single-product .site,
  .single-product .site-content,
  .single-product #content,
  .single-product .container,
  .single-product .col-full,
  .single-product .content-wrap,
  .single-product .woocommerce,
  .single-product main,
  .single-product #main,
  .single-product #primary,
  .single-product .content-area {
    box-sizing: border-box !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: 100% !important;
    min-width: 0 !important;
    overflow-x: hidden !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100% !important;
  }

  .mts-shop-layout {
    box-sizing: border-box !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 22px !important;
    margin: 0 !important;
    max-width: 100% !important;
    overflow: hidden !important;
    padding: 0 14px 28px !important;
    width: 100% !important;
  }

  .mts-shop-layout > #primary,
  .mts-shop-layout > .content-area,
  .mts-shop-layout > #secondary,
  .mts-shop-layout > .widget-area,
  .mts-shop-layout > .mts-shop-categories {
    box-sizing: border-box !important;
    flex: 0 0 auto !important;
    margin: 0 !important;
    max-width: 100% !important;
    min-width: 0 !important;
    padding: 0 !important;
    width: 100% !important;
  }

  .mts-shop-layout > .mts-shop-categories {
    order: 20;
  }

  .mts-shop-layout > .mts-shop-hero,
  .mts-shop-hero {
    aspect-ratio: auto !important;
    background-position: center center !important;
    box-sizing: border-box !important;
    height: 170px !important;
    margin: 0 0 20px !important;
    max-width: 100% !important;
    width: 100% !important;
  }

  .mts-shop-layout .mts-shop-sort-tabs,
  .mts-shop-sort-tabs {
    gap: 12px !important;
    grid-template-columns: 1fr !important;
    margin: 0 0 18px !important;
    max-width: 100% !important;
    width: 100% !important;
  }

  .mts-shop-sort-tabs a {
    font-size: 18px !important;
    min-height: 0 !important;
  }

  .mts-shop-sort-tabs__image {
    height: 135px !important;
  }

  .post-type-archive-product ul.products,
  .post-type-archive-product ul.products.columns-3,
  .post-type-archive-product ul.products.columns-4,
  .woocommerce-shop ul.products,
  .woocommerce-shop ul.products.columns-3,
  .woocommerce-shop ul.products.columns-4,
  .woocommerce ul.products.mts-force-four-columns {
    gap: 34px 16px !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    max-width: 100% !important;
    width: 100% !important;
  }

  .post-type-archive-product ul.products li.product .woocommerce-loop-product__title,
  .woocommerce-shop ul.products li.product .woocommerce-loop-product__title {
    font-size: 13px !important;
    overflow-wrap: anywhere !important;
    word-break: normal !important;
  }

  .post-type-archive-product ul.products li.product .button,
  .woocommerce-shop ul.products li.product .button {
    font-size: 13px !important;
    padding: 11px 10px !important;
    white-space: normal !important;
  }

  .single-product .content-area,
  .single-product #primary,
  .single-product .site-main,
  .single-product .woocommerce,
  .single-product div.product,
  .single-product div.product .product,
  .single-product .summary,
  .single-product .woocommerce-product-gallery,
  .single-product .woocommerce-product-gallery__wrapper,
  .single-product .woocommerce-product-gallery__image,
  .single-product .woocommerce-product-gallery__image a,
  .single-product .woocommerce-product-gallery img,
  .single-product .entry-summary,
  .single-product .product,
  .single-product .woocommerce-tabs,
  .single-product .related,
  .single-product .upsells,
  .single-product .cross-sells,
  .single-product .related.products,
  .single-product .upsells.products,
  .single-product section.products,
  .single-product form.cart {
    box-sizing: border-box !important;
    float: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: 100% !important;
    min-width: 0 !important;
    overflow-x: hidden !important;
    transform: none !important;
    width: 100% !important;
  }

  .single-product div.product {
    display: block !important;
    padding-left: 14px !important;
    padding-right: 14px !important;
  }

  .single-product .summary > *,
  .single-product .entry-summary > *,
  .single-product .woocommerce-product-details__short-description,
  .single-product .woocommerce-product-details__short-description > *,
  .single-product .woocommerce-tabs > *,
  .single-product .related > *,
  .single-product .upsells > *,
  .single-product .cross-sells > * {
    box-sizing: border-box !important;
    max-width: 100% !important;
    min-width: 0 !important;
    overflow-wrap: anywhere !important;
  }

  .single-product .woocommerce-product-gallery__image,
  .single-product .woocommerce-product-gallery__image a {
    touch-action: pan-y !important;
  }

  .single-product .woocommerce-product-gallery__trigger,
  .single-product .zoomImg,
  .single-product .pswp {
    display: none !important;
  }

  .single-product iframe,
  .single-product embed,
  .single-product object,
  .single-product video,
  .single-product audio,
  .single-product .wp-video,
  .single-product .wp-video-shortcode,
  .single-product .wp-block-embed,
  .single-product .wp-block-embed__wrapper,
  .single-product .fluid-width-video-wrapper,
  .single-product .embed-responsive {
    box-sizing: border-box !important;
    display: block !important;
    height: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: min(100%, calc(100vw - 28px)) !important;
    min-width: 0 !important;
    overflow: hidden !important;
    width: 100% !important;
  }

  .single-product iframe[src*="youtube"],
  .single-product iframe[src*="youtu.be"],
  .single-product iframe[src*="youtube-nocookie"] {
    aspect-ratio: 16 / 9 !important;
    height: auto !important;
  }

  .single-product .related ul.products,
  .single-product .related.products ul.products,
  .single-product .upsells ul.products,
  .single-product .upsells.products ul.products,
  .single-product .cross-sells ul.products,
  .single-product section.products ul.products {
    box-sizing: border-box !important;
    display: grid !important;
    gap: 30px !important;
    grid-template-columns: 1fr !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: 100% !important;
    overflow: hidden !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100% !important;
  }

  .single-product ul.products,
  .single-product ul.products.columns-2,
  .single-product ul.products.columns-3,
  .single-product ul.products.columns-4 {
    box-sizing: border-box !important;
    display: grid !important;
    gap: 30px !important;
    grid-template-columns: 1fr !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: 100% !important;
    overflow: hidden !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100% !important;
  }

  .single-product .related ul.products li.product,
  .single-product .upsells ul.products li.product,
  .single-product .cross-sells ul.products li.product,
  .single-product section.products ul.products li.product,
  .single-product ul.products li.product {
    box-sizing: border-box !important;
    float: none !important;
    margin: 0 !important;
    max-width: 100% !important;
    min-width: 0 !important;
    overflow: hidden !important;
    width: 100% !important;
  }

  .single-product .related ul.products li.product img,
  .single-product .upsells ul.products li.product img,
  .single-product .cross-sells ul.products li.product img,
  .single-product section.products ul.products li.product img,
  .single-product ul.products li.product img {
    height: auto !important;
    max-width: 100% !important;
    object-fit: cover !important;
    width: 100% !important;
  }

  .single-product .related ul.products li.product .woocommerce-loop-product__title,
  .single-product .upsells ul.products li.product .woocommerce-loop-product__title,
  .single-product .cross-sells ul.products li.product .woocommerce-loop-product__title,
  .single-product section.products ul.products li.product .woocommerce-loop-product__title,
  .single-product ul.products li.product .woocommerce-loop-product__title {
    font-size: 15px !important;
    line-height: 1.2 !important;
    overflow-wrap: anywhere !important;
    white-space: normal !important;
  }

  .single-product form.cart {
    align-items: stretch !important;
    display: grid !important;
    gap: 10px !important;
    grid-template-columns: 86px minmax(0, 1fr) !important;
    overflow: hidden !important;
    width: 100% !important;
  }

  .single-product form.cart .quantity,
  .single-product form.cart .quantity input,
  .single-product form.cart .single_add_to_cart_button,
  .single-product form.cart button {
    box-sizing: border-box !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }

  .single-product form.cart .single_add_to_cart_button,
  .single-product form.cart button.single_add_to_cart_button {
    font-size: 14px !important;
    overflow: hidden !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    width: 100% !important;
  }

  .single-product .mts-player {
    box-sizing: border-box !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: min(100%, calc(100vw - 28px)) !important;
    overflow: hidden !important;
    width: 100% !important;
  }

  .single-product .mts-player input[type="range"] {
    max-width: 100% !important;
    min-width: 0 !important;
  }

  .single-product .mts-player__top {
    align-items: start !important;
    display: grid !important;
    gap: 10px !important;
    grid-template-columns: minmax(0, 1fr) 42px !important;
  }

  .single-product .mts-player__title {
    font-size: 16px !important;
    line-height: 1.2 !important;
    min-width: 0 !important;
    overflow-wrap: anywhere !important;
  }

  .single-product .mts-player__play {
    height: 42px !important;
    width: 42px !important;
  }

  .single-product .mts-track {
    grid-template-columns: minmax(0, 1fr) 34px 34px !important;
  }

  .single-product .mts-track__volume {
    grid-column: 1 / -1 !important;
  }
}

@media (max-width: 760px) {
  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }

  .woocommerce-shop .site,
  .woocommerce-shop .site-content,
  .woocommerce-shop #content,
  .woocommerce-shop .container,
  .woocommerce-shop .col-full,
  .woocommerce-shop .content-wrap,
  .woocommerce-shop .woocommerce,
  .woocommerce-shop main,
  .woocommerce-shop #main,
  .woocommerce-shop #primary,
  .woocommerce-shop .content-area,
  .post-type-archive-product .site,
  .post-type-archive-product .site-content,
  .post-type-archive-product #content,
  .post-type-archive-product .container,
  .post-type-archive-product .col-full,
  .post-type-archive-product .content-wrap,
  .post-type-archive-product .woocommerce,
  .post-type-archive-product main,
  .post-type-archive-product #main,
  .post-type-archive-product #primary,
  .post-type-archive-product .content-area {
    box-sizing: border-box !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: 100% !important;
    min-width: 0 !important;
    overflow-x: hidden !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100% !important;
  }

  .mts-shop-layout {
    box-sizing: border-box !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 22px !important;
    margin: 0 !important;
    max-width: 100% !important;
    overflow: hidden !important;
    padding: 0 14px 28px !important;
    width: 100% !important;
  }

  .mts-shop-layout > #primary,
  .mts-shop-layout > .content-area,
  .mts-shop-layout > #secondary,
  .mts-shop-layout > .widget-area,
  .mts-shop-layout > .mts-shop-categories {
    box-sizing: border-box !important;
    flex: 0 0 auto !important;
    margin: 0 !important;
    max-width: 100% !important;
    min-width: 0 !important;
    padding: 0 !important;
    width: 100% !important;
  }

  .mts-shop-layout > .mts-shop-categories {
    order: 20;
  }

  .mts-shop-layout > .mts-shop-hero,
  .mts-shop-hero {
    aspect-ratio: auto !important;
    background-position: center center !important;
    border-radius: 0 !important;
    box-sizing: border-box !important;
    flex: 0 0 auto !important;
    height: 170px !important;
    margin: 0 0 20px !important;
    max-width: 100% !important;
    min-height: 0 !important;
    width: 100% !important;
  }

  .mts-shop-sort-tabs {
    gap: 12px !important;
    grid-template-columns: 1fr !important;
    margin: 0 0 18px !important;
    width: 100% !important;
  }

  .mts-shop-sort-tabs a {
    min-height: 0 !important;
  }

  .mts-shop-sort-tabs__image {
    height: 135px !important;
  }

  .post-type-archive-product ul.products,
  .woocommerce-shop ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 32px 14px !important;
    width: 100% !important;
  }

  .post-type-archive-product ul.products li.product .woocommerce-loop-product__title,
  .woocommerce-shop ul.products li.product .woocommerce-loop-product__title {
    font-size: 13px !important;
  }

  .post-type-archive-product ul.products li.product .button,
  .woocommerce-shop ul.products li.product .button {
    font-size: 13px !important;
    padding: 11px 10px !important;
    white-space: normal !important;
  }

  .mts-shop-categories {
    max-width: 100% !important;
  }

  .mts-product-search input[type="search"],
  .mts-product-search button {
    box-sizing: border-box !important;
    max-width: 100% !important;
  }

  .mts-single-product-search {
    box-sizing: border-box !important;
    max-width: 100% !important;
    width: 100% !important;
  }

  .single-product .mts-player {
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: 100% !important;
  }

  .single-product .summary,
  .single-product .entry-summary,
  .single-product .woocommerce-product-gallery,
  .single-product .woocommerce-product-gallery__wrapper,
  .single-product .woocommerce-product-gallery__image,
  .single-product .woocommerce-product-gallery__image a,
  .single-product iframe,
  .single-product embed,
  .single-product object,
  .single-product video,
  .single-product audio,
  .single-product .woocommerce-tabs,
  .single-product .related,
  .single-product .upsells,
  .single-product form.cart {
    box-sizing: border-box !important;
    max-width: 100% !important;
    min-width: 0 !important;
    overflow-x: hidden !important;
    width: 100% !important;
  }

  .single-product .woocommerce-product-gallery__trigger,
  .single-product .zoomImg {
    display: none !important;
  }
}

@media (max-width: 480px) {
  .post-type-archive-product ul.products,
  .woocommerce-shop ul.products {
    grid-template-columns: 1fr !important;
    gap: 30px !important;
  }

  .mts-shop-layout {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  .mts-shop-layout > .mts-shop-hero,
  .mts-shop-hero {
    height: 150px !important;
  }

  .mts-shop-sort-tabs__image {
    height: 125px !important;
  }

  .post-type-archive-product ul.products li.product .woocommerce-loop-product__title,
  .woocommerce-shop ul.products li.product .woocommerce-loop-product__title {
    font-size: 14px !important;
  }

  .woocommerce-result-count,
  .woocommerce-ordering {
    float: none !important;
    text-align: left !important;
    width: 100% !important;
  }

  .single-product .mts-player {
    max-width: calc(100vw - 24px) !important;
    padding: 12px !important;
  }

  .single-product div.product {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  .single-product form.cart {
    grid-template-columns: 74px minmax(0, 1fr) !important;
  }

  .single-product .mts-player__top {
    grid-template-columns: minmax(0, 1fr) 38px !important;
  }

  .single-product .mts-player__play {
    height: 38px !important;
    width: 38px !important;
  }
}

.mts-player__timeline,
.mts-player__master label {
  align-items: center;
  display: grid;
  gap: 12px;
  grid-template-columns: auto minmax(120px, 1fr) auto;
  margin-top: 18px;
}

.mts-player__timeline span {
  color: var(--mts-muted);
  font-size: 13px;
  min-width: 38px;
}

.mts-player__master label {
  color: var(--mts-muted);
  font-size: 13px;
  grid-template-columns: auto minmax(120px, 1fr);
}

.mts-player input[type="range"] {
  accent-color: #55d6be;
  cursor: pointer;
  width: 100%;
}

.mts-player__tracks {
  display: grid;
  gap: 8px;
  margin-top: 18px;
}

.mts-player__error {
  background: rgba(255, 193, 7, 0.12);
  border: 1px solid rgba(255, 193, 7, 0.35);
  border-radius: 6px;
  color: #ffe7a3;
  display: none;
  font-size: 13px;
  line-height: 1.4;
  margin: 14px 0 0;
  padding: 10px 12px;
}

.mts-player.has-error .mts-player__error {
  display: block;
}

.mts-track {
  align-items: center;
  background: var(--mts-panel);
  border: 1px solid var(--mts-line);
  border-left: 4px solid var(--track-color);
  border-radius: 8px;
  display: grid;
  gap: 10px;
  grid-template-columns: minmax(100px, 1fr) 38px 38px minmax(110px, 180px);
  padding: 10px;
}

.mts-track__name {
  color: var(--mts-text);
  font-size: 14px;
  font-weight: 700;
  min-width: 0;
  overflow-wrap: anywhere;
}

.mts-track__button {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid var(--mts-line);
  border-radius: 6px;
  color: var(--mts-text);
  cursor: pointer;
  font-size: 12px;
  font-weight: 800;
  height: 32px;
  padding: 0;
  width: 32px;
}

.mts-track__button.is-active {
  background: var(--track-color);
  border-color: var(--track-color);
  color: #07100e;
}

@media (max-width: 640px) {
  .mts-player {
    padding: 14px;
  }

  .mts-player__top {
    align-items: flex-start;
  }

  .mts-player__title {
    font-size: 17px;
  }

  .mts-player__timeline,
  .mts-player__master label {
    gap: 8px;
  }

  .mts-track {
    grid-template-columns: 1fr 34px 34px;
  }

  .mts-track__volume {
    grid-column: 1 / -1;
  }
}
