/** Shopify CDN: Minification failed

Line 528:10 Unexpected "{"
Line 528:19 Expected ":"
Line 532:10 Unexpected "{"
Line 532:19 Expected ":"
Line 533:10 Unexpected "{"
Line 533:19 Expected ":"
Line 541:10 Unexpected "{"
Line 541:19 Expected ":"
Line 555:10 Unexpected "{"
Line 555:19 Expected ":"
... and 16 more hidden warnings

**/
.video-gallery-section {
  padding-top: var(--mg-top-desktop);
  padding-bottom: var(--mg-bottom-desktop);
  background: var(--background);
}

@media (max-width: 1200px) {
  .video-gallery-section {
    padding-top: var(--mg-top-tablet);
    padding-bottom: var(--mg-bottom-tablet);
  }
}

@media (max-width: 767px) {
  .video-gallery-section {
    padding-top: var(--mg-top-mobile);
    padding-bottom: var(--mg-bottom-mobile);
  }
}

.video-gallery-section *,
.video-gallery-section *::before,
.video-gallery-section *::after {
  box-sizing: border-box;
}

.video-gallery-section .container-full {
  overflow: hidden;
}

.video-gallery-section .video-gallery:not(.swiper-initialized) .swiper-wrapper {
  display: flex;
  gap: 16px;
}

.video-gallery-section .video-gallery video-gallery-element.swiper-slide {
  max-width: calc(100vw / 4.8);
}

@media (max-width: 1500px) {
  .video-gallery-section .video-gallery video-gallery-element.swiper-slide {
    max-width: calc(100vw / 3.7);
  }
}

@media (max-width: 1200px) {
  .video-gallery-section .video-gallery video-gallery-element.swiper-slide {
    max-width: calc(100vw / 3.2);
  }
}

@media (max-width: 1024px) {
  .video-gallery-section .video-gallery video-gallery-element.swiper-slide {
    max-width: calc(100vw / 2.2);
  }
}

@media (max-width: 767px) {
  .video-gallery-section .video-gallery video-gallery-element.swiper-slide {
    max-width: calc(100vw / 1.5);
  }
}

@media (max-width: 551px) {
  .video-gallery-section .video-gallery video-gallery-element.swiper-slide {
    max-width: calc(100vw / 1.2);
  }
}

.video-gallery-section .video-gallery .swiper-slide.video-item {
  transform: scale(0.92);
  transform-origin: center center;
  transition: transform 0.35s ease, opacity 0.35s ease;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.video-gallery-section .video-gallery .swiper-slide.video-item.swiper-slide-active {
  transform: scale(1);
  z-index: 3;
}

.video-gallery-section video-gallery-element .video-wrapper {
  position: relative;
  overflow: hidden;
  padding-bottom: calc(1 / 0.56 * 100%);
  border-radius: 18px;
  cursor: pointer;
  transition: padding-bottom 0.3s ease-in-out;
}

.video-gallery-section video-gallery-element video,
.video-gallery-section video-gallery-element .video-wrapper video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 0;
  border-radius: 18px;
  pointer-events: none;
}

/* Controls */
.video-gallery-section video-gallery-element .video-controls {
  position: absolute;
  top: 12px;
  right: 12px;
  left: auto;
  bottom: auto;
  z-index: 3;
  display: block;
  width: auto;
  height: auto;
  opacity: 1;
}

.video-gallery-section video-gallery-element .video-controls .controls--top,
.video-gallery-section video-gallery-element .video-controls .controls--bottom {
  display: block;
}

.video-gallery-section video-gallery-element .video-controls .controls--bottom,
.video-gallery-section video-gallery-element .video-controls .controls--top .video-author {
  display: none;
}

.video-gallery-section video-gallery-element .video-controls .controls--top .controls--top-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  pointer-events: auto;
}

.video-gallery-section video-gallery-element .video-controls :is(button, a:not(.video-author)) {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  min-width: 30px;
  height: 28px;
  min-height: 28px;
  margin: 0 0 5px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(70, 70, 70, 0.32);
  box-shadow: none;
  color: #fff;
  line-height: 1;
  font-size: 0;
  cursor: pointer;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

.video-gallery-section video-gallery-element .video-controls button span {
  display: block;
}

.video-gallery-section video-gallery-element .video-controls button.playing span:first-child,
.video-gallery-section video-gallery-element .video-controls button:not(.playing) span + span {
  display: none;
}

.video-gallery-section video-gallery-element .video-controls .icon {
  --icon: #fff;
  width: 14px;
  height: 14px;
  color: #fff;
  fill: #fff;
  stroke: #fff;
}

.video-gallery-section video-gallery-element .video-controls svg,
.video-gallery-section video-gallery-element .video-controls svg * {
  color: #fff;
  fill: #fff;
  stroke: #fff;
}

.video-gallery-section video-gallery-element .video-controls a .icon {
  transform: rotate(-45deg) translateX(2px);
  transform-origin: center;
}

/* Featured product card */
.video-gallery-section video-gallery-element .video-featured-product,
.video-gallery-section video-gallery-element .video-wrapper + .video-featured-product {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px;
  z-index: 2;
  width: auto;
  max-width: none;
  margin: 0;
  padding: 0;
  border-radius: 14px;
  background: transparent;
  overflow: hidden;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.video-gallery-section video-gallery-element .video-featured-product-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 8px;
  min-height: 66px;
  padding: 6px 9px;
  background: rgba(55, 64, 54, 0.58);
  width: 100%;
  margin: 0;
  border-radius: 14px;
  overflow: hidden;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.video-gallery-section video-gallery-element .video-featured-product-inner > * {
  min-width: 0;
}

.video-gallery-section video-gallery-element .video-featured-product .product-item,
.video-gallery-section video-gallery-element .video-featured-product .product-item-custom,
.video-gallery-section video-gallery-element .video-featured-product .style-card--list,
.video-gallery-section video-gallery-element .video-featured-product .card,
.video-gallery-section video-gallery-element .video-featured-product .card-wrapper,
.video-gallery-section video-gallery-element .video-featured-product .product-info-wrapper.video-mini-card {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  min-height: 0;
  max-height: none;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.video-gallery-section video-gallery-element .video-featured-product .card-product,
.video-gallery-section video-gallery-element .video-featured-product .custom-kit-image-wrapper {
  flex: 0 0 54px;
  width: 54px;
  min-width: 54px;
  max-width: 54px;
  height: 54px;
  min-height: 54px;
  max-height: 54px;
  margin: 0;
  border-radius: 8px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.92);
}

.video-gallery-section video-gallery-element .video-featured-product .card-product .card-media,
.video-gallery-section video-gallery-element .video-featured-product .custom-kit-image-wrapper .card-media {
  width: 100%;
  height: 100%;
  min-height: 0;
  border-radius: 8px;
  overflow: hidden;
}

.video-gallery-section video-gallery-element .video-featured-product .card-product img,
.video-gallery-section video-gallery-element .video-featured-product .custom-kit-image-wrapper img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 8px;
}

.video-gallery-section video-gallery-element .video-featured-product .card-information,
.video-gallery-section video-gallery-element .video-featured-product .custom-kit-info {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: auto;
  min-width: 0;
  max-width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  text-align: left;
}

.video-gallery-section video-gallery-element .video-featured-product .card-information__wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 3px;
  width: 100%;
  min-width: 0;
  height: auto;
  margin: 0;
  padding: 0;
  border: 0;
}

.video-gallery-section video-gallery-element .video-featured-product .card-information__wrapper * {
  margin-top: 0;
  margin-bottom: 0;
}

.video-gallery-section video-gallery-element .video-featured-product .card-action,
.video-gallery-section video-gallery-element .video-featured-product .custom-kit-action,
.video-gallery-section video-gallery-element .video-featured-product .seta-card,
.video-gallery-section video-gallery-element .video-featured-product .price-installments,
.video-gallery-section video-gallery-element .video-featured-product .label_pix,
.video-gallery-section video-gallery-element .video-featured-product .label-pix-money,
.video-gallery-section video-gallery-element .video-featured-product .label_sale_percent,
.video-gallery-section video-gallery-element .video-featured-product .nome-marca,
.video-gallery-section video-gallery-element .video-featured-product .selo-video {
  display: none;
}

.video-gallery-section video-gallery-element .video-featured-product .card-title,
.video-gallery-section video-gallery-element .video-featured-product .custom-kit-info .card-title,
.video-gallery-section video-gallery-element .video-product-title {
  display: -webkit-box;
  width: 100%;
  overflow: hidden;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: 0.1px;
  text-align: left;
  text-transform: uppercase;
  white-space: normal;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.video-gallery-section video-gallery-element .video-featured-product .card-title a,
.video-gallery-section video-gallery-element .video-featured-product .card-title .text,
.video-gallery-section video-gallery-element .video-product-title a {
  color: inherit;
  text-decoration: none;
  background: none;
}

/* Price */
.video-gallery-section video-gallery-element .video-featured-product .price,
.video-gallery-section video-gallery-element .video-featured-product .price__regular,
.video-gallery-section video-gallery-element .video-featured-product .price__sale,
.video-gallery-section video-gallery-element .video-featured-product .price__last,
.video-gallery-section video-gallery-element .video-product-price {
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 5px;
  width: 100%;
  margin: 0;
  text-align: left;
  line-height: 1.1;
}

.video-gallery-section video-gallery-element .video-featured-product .price-item,
.video-gallery-section video-gallery-element .video-product-price-current {
  margin: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.1;
}

.video-gallery-section video-gallery-element .video-featured-product .price-item--regular,
.video-gallery-section video-gallery-element .video-product-price-compare {
  color: rgba(255, 255, 255, 0.72);
  font-size: 11px;
  font-weight: 500;
  line-height: 1.1;
  text-decoration: line-through;
}

.video-gallery-section video-gallery-element .video-featured-product .price__sale .price__last .price-item,
.video-gallery-section video-gallery-element .video-featured-product .price-item--sale,
.video-gallery-section video-gallery-element .video-featured-product .price-item--last {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
}

.video-gallery-section video-gallery-element .video-featured-product .price-pix {
  margin-left: 0;
}

/* Custom ATC */
.video-gallery-section video-gallery-element .video-custom-atc {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  min-width: 0;
  margin: 0;
}

.video-gallery-section video-gallery-element .video-custom-atc-form,
.video-gallery-section video-gallery-element .video-custom-atc form {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  margin: 0;
  padding: 0;
}

.video-gallery-section video-gallery-element .video-custom-atc-button {
  appearance: none;
  -webkit-appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  min-width: 88px;
  height: 28px;
  min-height: 28px;
  margin: 0;
  padding: 0 10px;
  border: 0;
  border-radius: 999px;
  outline: 0;
  background: #374036;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  font-size: 11px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 2.2px;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}

.video-gallery-section video-gallery-element .video-custom-atc-button:hover,
.video-gallery-section video-gallery-element .video-custom-atc-button:focus-visible {
  background: #2f372e;
  color: #fff;
}

.video-gallery-section video-gallery-element .video-custom-atc-button[disabled] {
  opacity: 0.45;
  cursor: not-allowed;
}

.video-gallery-section video-gallery-element .video-custom-atc-button.is-loading {
  opacity: 0.65;
  pointer-events: none;
}

.video-gallery-section video-gallery-element .video-custom-atc-button svg {
  display: none;
}

.video-gallery-section video-gallery-element .video-custom-atc-button-text {
  display: inline-block;
  color: inherit;
  font: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
}

/* CTA below gallery */
.video-gallery-cta {
  display: block;
  width: fit-content;
  margin: var(--cta-mt-desk) auto 8px;
  padding: 12px 28px;
  border: 2px solid var(--cta-border-color);
  border-radius: 20px;
  background: var(--cta-bg-color);
  box-shadow: 1px 2px 0 2px var(--cta-border-color);
  color: var(--cta-color);
  font-family: var(--font-family-2);
  font-size: var(--cta-fs-desk);
  font-weight: 800;
}

.video-gallery-cta:hover {
  border-color: var(--cta-border-color-hover);
  background: var(--cta-bg-color-hover);
  box-shadow: 1px 2px 0 2px var(--cta-border-color-hover);
  color: var(--cta-color-hover);
}

@media (max-width: 1024px) {
  .video-gallery-cta {
    margin: var(--cta-mt-mb) auto 8px;
    padding: 8px 22px;
    border-radius: 16px;
    font-size: var(--cta-fs-mb);
  }
}

/* Heading */
.section-{{ section.id }} .video-gallery-heading-block {
  text-align: var(--section-title-text-align);
}

.section-{{ section.id }} .video-gallery-heading-title,
.section-{{ section.id }} .video-gallery-heading-title *,
.video-gallery-section[class*="video-gallery-section--"] .section-heading-title,
.video-gallery-section[class*="video-gallery-section--"] .section-heading-title * {
  color: var(--section-title-color);
  text-align: var(--section-title-text-align);
  text-transform: var(--section-title-text-transform);
}

.section-{{ section.id }} .video-gallery-heading-title,
.video-gallery-section[class*="video-gallery-section--"] .section-heading-title {
  margin-bottom: var(--section-title-mb-desktop);
}

.video-gallery-section[class*="video-gallery-section--"] .section-heading-title {
  color: #54236e;
  font-family: "The Seasons";
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
  text-transform: none;
}

.section-{{ section.id }} .video-gallery-heading-title :is(h1, h2, h3, h4, h5, h6, p, div, span),
.video-gallery-section[class*="video-gallery-section--"] .section-heading-title :is(h1, h2, h3, h4, h5, h6, p, span, div) {
  color: var(--section-title-color);
  font-size: var(--section-title-fs-desktop);
  text-align: var(--section-title-text-align);
  text-transform: var(--section-title-text-transform);
}

.section-{{ section.id }} .video-gallery-heading-subtitle,
.section-{{ section.id }} .video-gallery-heading-subtitle * {
  margin: 0;
  color: var(--section-subtitle-color);
  text-align: var(--section-title-text-align);
  text-transform: var(--section-subtitle-text-transform);
}

.section-{{ section.id }} .video-gallery-heading-subtitle {
  margin-bottom: var(--section-subtitle-mb-desktop);
}

.section-{{ section.id }} .video-gallery-heading-subtitle :is(h1, h2, h3, h4, h5, h6, p, div, span) {
  color: var(--section-subtitle-color);
  font-size: var(--section-subtitle-fs-desktop);
  text-align: var(--section-title-text-align);
  text-transform: var(--section-subtitle-text-transform);
}

@media (max-width: 767px) {
  .section-{{ section.id }} .video-gallery-heading-title {
    margin-bottom: var(--section-title-mb-mobile);
  }

  .section-{{ section.id }} .video-gallery-heading-title :is(h1, h2, h3, h4, h5, h6, p, div, span) {
    font-size: var(--section-title-fs-mobile);
  }

  .section-{{ section.id }} .video-gallery-heading-subtitle {
    margin-bottom: var(--section-subtitle-mb-mobile);
  }

  .section-{{ section.id }} .video-gallery-heading-subtitle :is(h1, h2, h3, h4, h5, h6, p, div, span) {
    font-size: var(--section-subtitle-fs-mobile);
  }

  .video-gallery-section video-gallery-element .video-controls {
    top: 10px;
    right: 10px;
  }

  .video-gallery-section video-gallery-element .video-controls :is(button, a:not(.video-author)) {
    width: 30px;
    min-width: 30px;
    height: 25px;
    min-height: 25px;
  }

  .video-gallery-section video-gallery-element .video-controls .controls--top .controls--top-wrapper {
    gap: 5px;
  }

  .video-gallery-section video-gallery-element .video-controls .icon {
    width: 13px;
    height: 13px;
  }

  .video-gallery-section video-gallery-element .video-featured-product,
  .video-gallery-section video-gallery-element .video-wrapper + .video-featured-product {
    left: 8px;
    right: 8px;
    bottom: 8px;
  }

  .video-gallery-section video-gallery-element .video-featured-product-inner {
    min-height: 58px;
    padding: 6px 7px;
    gap: 7px;
    background: rgba(55, 64, 54, 0.58);
  }

  .video-gallery-section video-gallery-element .video-featured-product .card-product,
  .video-gallery-section video-gallery-element .video-featured-product .custom-kit-image-wrapper {
    flex-basis: 46px;
    width: 46px;
    min-width: 46px;
    max-width: 46px;
    height: 46px;
    min-height: 46px;
    max-height: 46px;
  }

  .video-gallery-section video-gallery-element .video-featured-product .card-title,
  .video-gallery-section video-gallery-element .video-featured-product .custom-kit-info .card-title,
  .video-gallery-section video-gallery-element .video-product-title {
    font-size: 9px;
  }

  .video-gallery-section video-gallery-element .video-featured-product .price-item,
  .video-gallery-section video-gallery-element .video-product-price-current,
  .video-gallery-section video-gallery-element .video-featured-product .price__sale .price__last .price-item,
  .video-gallery-section video-gallery-element .video-featured-product .price-item--sale,
  .video-gallery-section video-gallery-element .video-featured-product .price-item--last {
    font-size: 11px;
  }

  .video-gallery-section video-gallery-element .video-featured-product .price-item--regular,
  .video-gallery-section video-gallery-element .video-product-price-compare {
    font-size: 10px;
  }

  .video-gallery-section video-gallery-element .video-custom-atc-button {
    min-width: 72px;
    height: 25px;
    min-height: 25px;
    padding: 0 10px;
    font-size: 10px;
    letter-spacing: 1.8px;
  }
}

@media (max-width: 380px) {
  .video-gallery-section video-gallery-element .video-custom-atc-button {
    min-width: 76px;
    padding: 0 10px;
    letter-spacing: 1.5px;
  }
}

/* ==========================================================
   Final product card tuning
   - botão menor
   - preço sempre branco
   - fundo #374036 mais transparente
   - conteúdo centralizado pela altura da foto
   ========================================================== */

.video-gallery-section video-gallery-element .video-featured-product-inner {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 7px;
  min-height: 60px;
  padding: 7px 9px;
  background: rgba(55, 64, 54, 0.58);
}

.video-gallery-section video-gallery-element .video-featured-product .product-item,
.video-gallery-section video-gallery-element .video-featured-product .product-item-custom,
.video-gallery-section video-gallery-element .video-featured-product .card,
.video-gallery-section video-gallery-element .video-featured-product .style-card--list {
  align-items: center;
  gap: 8px;
}

.video-gallery-section video-gallery-element .video-featured-product .card-product,
.video-gallery-section video-gallery-element .video-featured-product .custom-kit-image-wrapper {
  min-height: 70px;
}

.video-gallery-section video-gallery-element .video-featured-product .card-information,
.video-gallery-section video-gallery-element .video-featured-product .custom-kit-info {
  align-self: stretch;
  display: flex;
  align-items: center;
}

.video-gallery-section video-gallery-element .video-featured-product .card-information__wrapper {
  justify-content: center;
  gap: 4px;
  min-height: 54px;
}

.video-gallery-section video-gallery-element .video-featured-product .card-title,
.video-gallery-section video-gallery-element .video-featured-product .custom-kit-info .card-title,
.video-gallery-section video-gallery-element .video-product-title {
  font-size: 9px;
  line-height: 1.15;
  font-weight: 700;
  color: #fff;
}

.video-gallery-section video-gallery-element .video-featured-product .card-title .text,
.video-gallery-section video-gallery-element .video-featured-product .card-title a,
.video-gallery-section video-gallery-element .video-product-title a {
  color: #fff;
  font-weight: 300;
}

.video-gallery-section video-gallery-element .video-card-price,
.video-gallery-section video-gallery-element .video-product-price,
.video-gallery-section video-gallery-element .video-featured-product .card-price {
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 5px;
  width: 100%;
  margin: 0;
  line-height: 1;
}

.video-gallery-section video-gallery-element .video-card-price__current,
.video-gallery-section video-gallery-element .video-product-price-current,
.video-gallery-section video-gallery-element .video-featured-product .price-item,
.video-gallery-section video-gallery-element .video-featured-product .price__sale .price__last .price-item,
.video-gallery-section video-gallery-element .video-featured-product .price-item--sale,
.video-gallery-section video-gallery-element .video-featured-product .price-item--last {
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  white-space: nowrap;
}

.video-gallery-section video-gallery-element .video-card-price__compare,
.video-gallery-section video-gallery-element .video-product-price-compare,
.video-gallery-section video-gallery-element .video-featured-product .price-item--regular {
  color: rgba(255, 255, 255, 0.72);
  font-size: 10px;
  font-weight: 500;
  line-height: 1;
  text-decoration: line-through;
  white-space: nowrap;
}

.video-gallery-section video-gallery-element .video-custom-atc {
  align-self: center;
}

.video-gallery-section video-gallery-element .video-custom-atc-button {
  min-width: 82px;
  height: 27px;
  min-height: 27px;
  padding: 0 11px;
  font-size: 10px;
  letter-spacing: 2px;
  background: #374036;
}

.video-gallery-section video-gallery-element .video-custom-atc-button:hover,
.video-gallery-section video-gallery-element .video-custom-atc-button:focus-visible {
  background: #30382f;
}

@media (max-width: 767px) {
  .video-gallery-section video-gallery-element .video-featured-product-inner {
    padding: 0px 15px;
    gap: 6px;
    background: rgba(55, 64, 54, 0.58);
  }

  .video-gallery-section video-gallery-element .video-featured-product .card-product,
  .video-gallery-section video-gallery-element .video-featured-product .custom-kit-image-wrapper {
    min-height: 65px;
  }

  .video-gallery-section video-gallery-element .video-featured-product .card-information__wrapper {
    min-height: 46px;
    gap: 3px;
  }

  .video-gallery-section video-gallery-element .video-featured-product .card-title,
  .video-gallery-section video-gallery-element .video-featured-product .custom-kit-info .card-title,
  .video-gallery-section video-gallery-element .video-product-title {
    font-size: 8px;
  }

  .video-gallery-section video-gallery-element .video-card-price__current,
  .video-gallery-section video-gallery-element .video-product-price-current,
  .video-gallery-section video-gallery-element .video-featured-product .price-item,
  .video-gallery-section video-gallery-element .video-featured-product .price__sale .price__last .price-item,
  .video-gallery-section video-gallery-element .video-featured-product .price-item--sale,
  .video-gallery-section video-gallery-element .video-featured-product .price-item--last {
    font-size: 11px;
  }

  .video-gallery-section video-gallery-element .video-card-price__compare,
  .video-gallery-section video-gallery-element .video-product-price-compare,
  .video-gallery-section video-gallery-element .video-featured-product .price-item--regular {
    font-size: 9px;
  }

  .video-gallery-section video-gallery-element .video-custom-atc-button {
    min-width: 68px;
    height: 24px;
    min-height: 24px;
    padding: 0 8px;
    font-size: 8px;
    letter-spacing: 1.5px;
  }
}
