/* UPDATED 10.03.25 */

:root {
  --zing: #c52a2a;
  --zing-hover: #9b1717;
  --black: black;
  --white: white;
  --zing-dark: black;
  --grey: #f1f1f1;
  --white-2: white;
  --black-2: black;
}

.zm-mlp-body h1 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 3.75em;
  font-weight: 700;
  line-height: 1.25em;
}

.zm-mlp-body h2 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1em;
}

.zm-mlp-body h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.zm-mlp-body h5 {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
}

.zm-mlp-body ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 20px;
}

.zm-mlp-body {
  color: #000;
  font-family: Exo, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.zm-mlp-body h1, .zm-mlp-body h2, .zm-mlp-body h3, .zm-mlp-body h4, .zm-mlp-body h5, .zm-mlp-body p, .zm-mlp-body ul, .zm-mlp-body a {
  font-family: Exo, sans-serif !important;
}

.zm-mlp-body .swiper-btn, .zm-mlp-body .swiper-pagination {
  display: none !important;
}

.zm-static-header {
  height: 100vh;
  max-height: 800px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
}

.zm-container {
  width: 1850px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.zm-container.zm-static-header-container {
  z-index: 2;
  position: relative;
}

.zm-container.zm-static-header-buttons {
  z-index: 2;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
  position: absolute;
  bottom: 60px;
}

.zm-container.centered {
  text-align: center;
}

.zm-static-header-image {
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.grid-2-col {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.zm-static-header-text {
  color: #fff;
  text-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.zm-static-header-text h1, .zm-static-header-text h2, .zm-static-header-text h3, .zm-static-header-text h4, .zm-static-header-text h5, .zm-static-header-text p {
  color: #fff !important;
} 

.zm-h1 {
  margin-top: 0;
  margin-bottom: 20px;
}

.zm-spacer {
  width: 100%;
  height: 40px;
}

.zm-spacer.small {
  height: 20px;
}

.zm-spacer.large {
  height: 80px;
}

.heading {
  font-size: 3em;
  line-height: 1.25em;
}

.btn {
  background-color: var(--zing);
  border-radius: 3px;
  padding: 10px 40px;
  transition: color .5s, background-color .5s;
  font-weight: bold;
}

.btn:hover {
  background-color: var(--zing-hover);
}

.btn.header-btn {
  padding-left: 40px;
  padding-right: 40px;
}

.btn.btn-outline {
  text-align: center;
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid #fff;
}

.btn.btn-outline:hover {
  color: var(--black);
  background-color: #fff;
}

.btn.btn-margin {
  margin-top: 10px;
}

.zm-sticky-cta {
  z-index: 99;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--zing-dark);
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.zm-header-video {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.zm-trims {
  padding-top: 80px;
  padding-bottom: 80px;
  overflow: hidden;
}

.swiper.is-header-swiper {
  height: 100vh;
  max-height: 800px;
  position: relative;
  overflow: hidden;
}

.swiper.is-header-swiper.zm-full-screen {
  max-height: none;
}

.swiper.is-colors {
  margin-top: -19px;
  padding-left: 20px;
  padding-right: 20px;
}

.swiper.is-color-photos {
  border: 1px solid var(--grey);
  border-radius: 20px;
  overflow: hidden;
}

.swiper.is-gallery {
  position: relative;
  overflow: visible;
}

.swiper-wrapper.is-trim-names {
  align-items: center;
  display: flex;
}

.swiper-wrapper.is-trims-swiper {
  overflow: hidden;
}

.swiper-wrapper.is-colors {
  justify-content: center;
  align-items: center;
  display: flex;
  height: 42px;
}

.swiper-wrapper.is-gallery {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.swiper-wrapper.is-overview {
  cursor: grab;
  padding-top: 20px;
  padding-bottom: 20px;
}

.swiper-wrapper.is-awards {
  padding-top: 20px;
  padding-bottom: 20px;
}

.swiper-slide.is-header-swiper {
  width: 100%;
  height: 100vh;
  max-height: 800px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.swiper-slide.is-header-swiper.zm-full-screen {
  max-height: none;
}

.swiper-slide.is-trim-names {
  width: 180px;
  opacity: .25;
  text-align: center;
  cursor: pointer;
  border: 2px solid #000;
  border-radius: 20px;
  padding: 5px 10px;
  transition: opacity .5s;
  font-weight: bold;
}

.swiper-slide.is-trim-names:hover {
  opacity: .75;
}

.swiper-slide.is-trim-names.swiper-slide-thumb-active {
  opacity: 1;
}

.swiper-slide.is-trim-slide {
  width: 100%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fff;
  display: flex;
}

.swiper-slide.is-color {
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.swiper-slide.is-gallery {
  width: 1360px;
  max-width: 100%;
}

.swiper-slide.is-overview, .swiper-slide.is-awards {
  transition: transform .5s;
}

.zm-swiper-pagination {
  z-index: 3;
  height: 40px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
}

.zm-overflow-container {
  margin-left: auto;
  padding-left: 20px;
}

.zm-padded {
  padding-left: 40px;
  padding-right: 40px;
}

.zm-padded.grey {
  background-color: #eee;
}

.trim-image-wrapper {
  width: 50%;
}

.trim-content {
  width: 50%;
  align-items: center;
  padding: 40px;
  display: flex;
}

.trim-content table, .trim-content tbody, .trim-content tr, .zm-section-item-content table, .zm-section-item-content tbody, .zm-section-item-content tr {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.trim-content td, .zm-section-item-content td {
  width: 50%;
}

.zm-section-item-content .btn {
  margin-bottom: 4px;
}

.trim-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 10px;
}

.trim-buttons {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-top: 20px;
  display: flex;
}

.zm-color-image {
  width: 100%;
  border-radius: 20px;
}

.zm-color-wrapper {
  border: 2px solid var(--grey);
  background-color: #fff;
  border-radius: 20px;
  align-items: center;
  padding: 3px;
  display: flex;
}

.zm-color-swatch {
  width: 30px;
  height: 30px;
  border: 1px solid var(--grey);
  background-color: #d01f29;
  border-radius: 50%;
}

.zm-color-swatch._2 {
  background-color: #0b3a5a;
}

.zm-color-swatch._3 {
  background-color: #494d4e;
}

.zm-color-swatch._4 {
  background-color: #cbd0cc;
}

.zm-color-swatch._5 {
  background-color: #0b0f10;
}

.zm-color-swatch._6 {
  background-color: #8a8d95;
}

.zm-color-swatch._7 {
  background-color: #19233d;
}

.zm-color-swatch._8 {
  background-color: #16171f;
}

.zm-color-name {
  margin-left: 10px;
  margin-right: 15px;
  display: none;
}

.zm-color-highlight {
  width: 30px;
  height: 30px;
  opacity: .2;
  object-fit: cover;
  border-radius: 30px;
}

.zm-section-item {
  align-items: center;
  display: flex;
  position: relative;
}

.zm-section-item-media-wrapper {
  z-index: 1;
  width: 70%;
  height: 660px;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
}

.zm-section-item-content {
  z-index: 2;
  width: 40%;
  flex-shrink: 0;
  background-color: var(--zing-dark);
  color: #fff;
  border-radius: 20px;
  padding: 40px;
  font-size: 16px;
  line-height: 1.5em;
  margin-left: -10%;
}

.zm-section-item-content h1, .zm-section-item-content h2, .zm-section-item-content h3, .zm-section-item-content h4, .zm-section-item-content h5, .zm-section-item-content p, .zm-section-item-content a {
  color: #fff !important;
}

.zm-section-item-content.right {
  order: -1;
  margin-left: 0;
  margin-right: -10%;
}

.zm-section-item-media {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.zm-overview-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.zm-grid-item {
  height: 300px;
  text-align: center;
  background-color: #eee;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.grid-item-title {
  margin-bottom: 10px;
  font-size: 1.5em;
  line-height: 1.25em;
}

.grid-item-value {
  font-size: 5em;
  font-weight: 700;
  line-height: 1.25em;
}

.swiper-gallery-button {
  z-index: 9;
  width: 40px;
  height: 40px;
  border: 1px solid var(--grey);
  cursor: pointer;
  background-color: #fff;
  border-radius: 3px;
  transition: opacity .5s;
  display: flex;
  position: absolute;
  bottom: 5px;
  right: 5px;
}

.swiper-gallery-button:hover {
  opacity: .8;
}

.swiper-gallery-button.swiper-gallery-button-prev {
  background-image: url('https://autodev.zingmetric.com/images/arrow-prev.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 10px;
}

.swiper-gallery-button.swiper-gallery-button-next {
  background-image: url('https://autodev.zingmetric.com/images/arrow-next.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 10px;
}

.zm-gallery-image {
  width: 100%;
  aspect-ratio: 2 / 1.15;
  object-fit: cover;
  border-radius: 5px;
}

.zm-gallery-video {
  object-fit: cover;
  height: 100%;
  width: 100%;
  aspect-ratio: 2 / 1.15;
  border-radius: 5px;
}

.zm-gallery {
  overflow: hidden;
}

.zm-tabs-menu {
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: 20px;
  display: flex;
}

.zm-tab-pane {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}

.zm-tabs-menu.right {
  justify-content: flex-end;
}

.zm-tab-link {
  min-width: 180px;
  opacity: .25;
  text-align: center;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0);
  border-bottom: 2px solid #000;
  padding: 5px 20px;
  transition: opacity .5s;
  font-weight: bold;
}

.zm-tab-link.w--current {
  opacity: 1;
  background-color: rgba(255, 255, 255, 0);
}

.zm-award-item {
  height: 300px;
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  display: flex;
  box-shadow: 0 0 10px rgba(0, 0, 0, .15);
}

.zm-award-image-wrapper {
  width: 100%;
  height: 200px;
  padding: 20px;
}

.zm-award-text {
  width: 100%;
  height: 100px;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.zm-award-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 5px;
}

.zm-quick-links {
  display: none;
}

.zm-color-name-mobile {
  display: none;
}

.zm-overflow-container {
	width: calc(50% + 680px);
}

.swiper-scrollbar {
  background: #eee;
  height: 4px !important;
}

.swiper-scrollbar-drag {
  background: #000;
}

.swiper-scrollbar.is-trim-names {
  width: 1360px !important;
  max-width: 100%;
  margin-top: 20px;
  position: relative !important;
  left: 0px !important;
}

.zm-body .swiper-pagination-bullet {
  width: 10px !important;
  height: 10px !important;;
  background: transparent;
  border: 2px solid #fff;
  opacity: 1;
  box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
}

.zm-body .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-slide.is-color.swiper-slide-thumb-active {
	width: auto;
}

.swiper-slide.is-color.swiper-slide-thumb-active .zm-color-wrapper {
	border-color: #000;
}

.swiper-slide.is-color.swiper-slide-thumb-active .zm-color-name {
	display: block;
}

.swiper-gallery-button-prev {
	right: calc(50% - 630px);
}

.swiper-gallery-button-next {
	right: calc(50% - 675px);
}

.swiper-slide.is-overview.swiper-slide-active, .swiper-slide.is-awards.swiper-slide-active {
	transform: scale(1.1);
}

.zm-mlp-body hr {
  margin-top: 20px !important;
  margin-bottom: 10px !important;
  border-top: 1px solid rgba(0,0,0,.15) !important;
}

.warranty-text table {
  width: 55%;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}

.warranty-text tbody, .warranty-text tr {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.warranty-text td:nth-child(1) {
  width: 40%;
}

.warranty-text td:nth-child(2) {
  width: 10%;
}

.warranty-text td:nth-child(3) {
  width: 50%;
}

.zm-boxed-wrapper {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.zm-video-embed {
  width: 100%;
  height: auto;
  background-size: cover;
  background-position: center;
}

.zm-text-grid {
  display: grid;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-auto-columns: 1fr;
}

.zm-text-grid-2 {
  grid-template-columns: 1fr 1fr;
}

.zm-text-grid-3 {
  grid-template-columns: 1fr 1fr 1fr;
}

.zm-text-grid-4 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.zm-text-grid-5 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.zm-align-top {
  align-items: start;
}

.zm-align-center {
  align-items: center;
} 

.zm-table {
  width: 100%;
}

.zm-table td {
  padding: 20px 20px 10px 20px;
}

.zm-divider {
  border-top: 1px solid #000;
  width: 100%;
}

.zm-centered {
  text-align: center;
}

.zm-overlay {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0;
}

.zm-container.zm-static-header-container {
  z-index: 3;
}

.zm-container.zm-static-header-buttons {
  z-index: 3;
}

.zm-header-text-black h1, .zm-header-text-black h2, .zm-header-text-black h3, .zm-header-text-black h4, .zm-header-text-black h5, .zm-header-text-black p {
  color: #000 !important;
  text-shadow: 0 2px 5px rgba(255, 255, 255, .2);
}

.zm-variable-container {
  display: flex;
  flex-wrap: nowrap;
  gap: 20px;
  justify-content: center;
}

.zm-rounded {
  border-radius: 25px;
  padding: 30px;
}

.zm-related-item {
  text-align: center;
}

.zm-related-page-image {
  aspect-ratio: 3 / 2;
  width: 100%;
  height: auto;
  object-fit: cover;
  margin-bottom: 10px;
  border-radius: 5px;
}

.zm-related-page-link {
  font-weight: 700;
  color: #000;
  font-size: 1.15rem;
}

.zm-accordion-wrapper {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.zm-accordion-item {
  width: 100%;
  border: 2px solid #000;
  border-radius: 20px;
}

.zm-accordion-title {
  padding: 20px 40px 20px 20px;
  font-weight: bold;
  font-size: 1.5rem;
  cursor: pointer;
  position: relative;
}

.zm-accordion-title:after {
  content: '+';
  font-size: 20px;
  color: #000;
  font-weight: 700;
  float: right;
  position: absolute;
  right: 20px;
  top: calc(50% - 12px);
}

.zm-accordion-item.open .zm-accordion-title:after {
  content: "-";
}

.zm-accordion-panel {
  padding: 0 20px 20px 20px;
  display: none;
}

.zm-accordion-item.open .zm-accordion-panel {
  display: block;
}

.zm-hidden-video {

}

.zm-hidden-video-still {
  width: 100%;
  height: auto;
  display: none;
}

.zm-hidden-video-still.is-zm-hero {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
  z-index: 1;
}

@media screen and (max-width: 1360px) {
  .zm-overflow-container {
    width: 100%;
    padding-right: 0px;
  }
  
  .swiper-scrollbar.is-trim-names {
    width: calc(100% - 40px) !important;
  }
  
  .swiper-slide.is-gallery {
  	width: calc(100% - 10px);
  }
  
	.swiper-gallery-button-prev {
    right: 55px;
  }
  
  .swiper-gallery-button-next {
    right: 10px;
  }
  
}

@media screen and (max-width: 1170px) {
  .zm-tab-pane {
    flex-wrap: wrap;
  }
  
  .zm-section-item-content {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: -15px;
    font-size: 1em;
    max-height: none;
  }

  .zm-section-item-content.right {
    position: relative;
    right: 0;
  }
  
  .zm-section-item-content.right {
    order: 2;
    margin-left: auto;
    margin-right: auto;
  }
  
  .zm-section-item-media-wrapper {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
  }

}

@media screen and (max-width: 991px) {
  .zm-mlp-body .zm-slider-header h1 {
    font-size: 2.25em;
    line-height: 1em;
  }
  
  .zm-mlp-body .zm-slider-header h2 {
    font-size: 1.75em;
    line-height: 1em;
  }
  
  .grid-2-col {
    grid-template-columns: 1fr;
  }

  .btn {
    padding-left: 20px;
    padding-right: 20px;
  }

  .btn.btn-outline {
    font-size: .6em;
    line-height: 1.4em;
  }

  .swiper.is-header-swiper {
    max-height: 600px;
  }

  .swiper-wrapper.is-trim-names {
    align-items: flex-end;
  }

  .swiper-wrapper.is-trims-swiper {
    height: auto;
  }

  .swiper-slide.is-header-swiper {
    max-height: 600px;
  }

  .swiper-slide.is-trim-names {
    border: 2px solid #000;
    border-radius: 20px;
    padding-top: 5px;
  }

  .swiper-slide.is-trim-slide {
    height: auto;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column wrap;
    align-items: flex-start;
  }

  .zm-overflow-container {
    margin-left: 0;
    padding-left: 0;
  }

  .trim-image-wrapper {
    width: 100%;
    height: auto;
  }

  .trim-content {
    width: 100%;
    align-items: flex-start;
  }
  
  .trim-content div {
    width: 100%;
  }

  .zm-color-name {
    font-size: .75em;
    line-height: 1.4em;
  }

  .grid-item-title {
    font-size: 1.25em;
    line-height: 1em;
  }

  .grid-item-value {
    font-size: 4em;
  }

  .zm-tabs-menu {
    flex-direction: column;
    align-items: center;
  }

  .zm-tab-link {
    width: 50%;
    border: 2px solid #000;
    border-radius: 20px;
    margin-top: 3px;
    margin-bottom: 3px;
  }
  
  .zm-overflow-container {
    width: 100%;
  }
  
  .swiper-scrollbar.is-trim-names {
    left: 20px !important;
  }
  
  .warranty-text table {
    width: 100%;
  }
  
  .zm-text-grid-2, .zm-text-grid-3, .zm-text-grid-4, .zm-text-grid-5 {
    grid-template-columns: 1fr 1fr;
  }
  
}

@media screen and (max-width: 767px) {
  .zm-body {
    font-size: 14px;
    line-height: 22px;
  }

  .zm-container.zm-static-header-buttons {
    flex-wrap: wrap;
  }

  .zm-static-header-text {
    text-align: center;
  }

  .zm-spacer {
    height: 20px;
  }

  .zm-spacer.large {
    height: 40px;
  }

  .btn.btn-outline {
    font-size: 1em;
  }

  .btn.btn-ql {
    border: 1px solid var(--white);
    background-color: var(--zing-dark);
    color: #fff;
    border-radius: 20px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .zm-sticky-cta {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-wrap: wrap;
    position: relative;
  }

  .zm-slider-header, .zm-slider-header.zm-full-screen {
    z-index: 3;
    position: relative;
  }

  .zm-trims {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .swiper.is-colors {
    margin-top: 10px;
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }

  .swiper-slide.is-color-image {
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
  }

  .swiper-slide.is-color {
    width: 30px;
    height: 30px;
  }

  .zm-padded {
    padding-left: 0;
    padding-right: 0;
  }

  .trim-content {
    padding: 30px 20px;
  }

  .trim-buttons {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .zm-color-swatch, .zm-color-highlight {
    width: 20px;
    height: 20px;
  }

  .zm-grid-item {
    height: 220px;
  }

  .grid-item-title {
    font-size: 1em;
  }

  .grid-item-value {
    font-size: 4em;
  }

  .zm-award-item {
    height: 280px;
  }

  .zm-award-image-wrapper {
    height: 190px;
  }

  .zm-award-text {
    height: 90px;
  }

  .zm-quick-links {
    z-index: 2;
    justify-content: center;
    align-items: center;
    padding: 10px;
    display: flex;
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
  }

  .zm-color-name-mobile {
    z-index: 2;
    border: 2px solid var(--black);
    background-color: var(--white);
    border-radius: 20px;
    padding: 5px 15px;
    display: block;
    position: absolute;
    bottom: 5px;
    left: auto;
    right: auto;
  }
  
  .swiper-slide.is-color.swiper-slide-thumb-active .zm-color-name {
    display: none;
  }
  
  .trim-content td {
    width: 100%;
  }
  
  .warranty-text td:nth-child(1), .warranty-text td:nth-child(2), .warranty-text td:nth-child(3) {
    width: 100%;
  }
  
  .zm-boxed-wrapper {
    width: 100% !important;
  }
  
  .zm-text-grid-2, .zm-text-grid-3, .zm-text-grid-4, .zm-text-grid-5 {
    grid-template-columns: 1fr;
  }
  
  .zm-table td {
    display: block;
    width: 100%;
  }
  
  .zm-variable-width-column {
    width: 100% !important;
  }
  
  .zm-variable-container {
    flex-wrap: wrap;
  }
  
  .zm-hidden-video-still {
    display: block;
  }
  
  .zm-hidden-video {
    display: none;
  }
  
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 3em;
    line-height: 1em;
  }

  h2 {
    font-size: 2.25em;
  }

  .zm-container.zm-static-header-buttons {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .btn {
    width: 100%;
    text-align: center;
    margin: 2px 0;
  }

  .btn.btn-outline {
    width: 100%;
  }

  .btn.btn-ql {
    width: 200px;
    box-shadow: 0 4px 5px rgba(0, 0, 0, .2);
  }

  .swiper.is-header-swiper.zm-full-screen, .swiper-slide.is-header-swiper.zm-full-screen {
    max-height: 600px;
  }
  
  .swiper-slide.is-header-swiper {
    flex-direction: column;
  }
  
  .zm-container.zm-static-header-buttons {
    position: relative;
    bottom: 0;
  }

  .swiper-slide.is-color {
    width: 26px;
    height: 26px;
  }

  .trim-buttons {
    flex-wrap: wrap;
  }

  .zm-color-wrapper {
    padding: 1px;
  }

  .zm-color-name {
    line-height: 1em;
  }

  .zm-section-item-content {
    padding: 20px;
  }

  .zm-grid-item {
    height: 200px;
  }

  .zm-tabs-menu.right {
    margin-bottom: 10px;
  }

  .zm-tab-link {
    width: 100%;
  }

  .zm-award-item {
    height: 260px;
  }

  .zm-award-text {
    height: 70px;
  }

  .zm-color-name-mobile {
    font-size: 12px;
    line-height: 16px;
  }
}