/** Shopify CDN: Minification failed

Line 1160:10 Unexpected "{"
Line 1160:19 Expected ":"
Line 1164:10 Unexpected "{"
Line 1164:19 Expected ":"
Line 1165:10 Unexpected "{"
Line 1165:19 Expected ":"
Line 1172:10 Unexpected "{"
Line 1172:19 Expected ":"
Line 1176:10 Unexpected "{"
Line 1176: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: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) !important;

}



@media (max-width: 1500px) {

  .video-gallery-section .video-gallery video-gallery-element.swiper-slide {

    max-width: calc(100vw / 3.7) !important;

  }

}

@media (max-width: 1200px) {

  .video-gallery-section .video-gallery video-gallery-element.swiper-slide {

    max-width: calc(100vw / 3.2) !important;

  }

}



@media (max-width: 1024px) {

  .video-gallery-section .video-gallery video-gallery-element.swiper-slide {

    max-width: calc(100vw / 2.2) !important;

  }

}

@media (max-width: 767px) {

  .video-gallery-section .video-gallery video-gallery-element.swiper-slide {

    max-width: calc(100vw / 1.5) !important;

  }

}



@media (max-width: 551px) {

  .video-gallery-section .video-gallery video-gallery-element.swiper-slide {

    max-width: calc(100vw / 1.2) !important;

  }

}



video-gallery-element video {

  width: 100%;

  height: 100%;

  object-fit: cover;

  border-radius: 10px;

  pointer-events: none;

}



video-gallery-element .video-controls {

  position: absolute;

  top: 10px;

  left: 10px;

  right: 10px;

  bottom: 85px;

  display: flex;

  flex-direction: column;

  justify-content: space-between;

  gap: 0.5rem;

  z-index: 2;

  opacity: 1;

}



video-gallery-element .video-controls .controls--top,

video-gallery-element .video-controls .controls--bottom {

  display: flex;

  justify-content: space-between;

}



video-gallery-element .video-controls .controls--top .video-author {

  padding: 0;

  background: none;

  color: #fff;

  display: flex;

  gap: 8px;

  font-size: 13px;

  font-weight: 600;

  align-items: center;

}



video-gallery-element .video-controls .controls--top .controls--top-wrapper {

  display: flex;

  gap: 4px;

}



video-gallery-element .video-controls .controls--top .video-author img {

  border-radius: 9999px;

}



video-gallery-element .video-controls :is(button, a:not(.video-author)) {

  background: #fff;

  color: #002b45;

  display: flex;

  align-items: center;

  justify-content: center;

  position: relative;

  width: 28px;

  height: 28px;

  padding: 3px;

  line-height: 1;

  border: none;

  font-size: 0;

  letter-spacing: 0;

  cursor: pointer;

  border-radius: 50%;

}



video-gallery-element .video-controls button span {

  display: block;

}



video-gallery-element .video-controls button.playing span:first-child,

video-gallery-element .video-controls button:not(.playing) span + span {

  display: none;

}



video-gallery-element .video-controls .icon {

  --icon: #002b45;

  width: 20px;

  height: 20px;

}



video-gallery-element .video-controls .icon-expand path {

  stroke: var(--icon);

}



video-gallery-element .video-controls a .icon {

  transform: rotate(-45deg) translateX(2px);

  transform-origin: center;

}



video-gallery-element .video-wrapper + .video-featured-product {

  position: absolute;

  bottom: 0;

  left: 0;

  right: 0;

  padding: 0px 10px;

  border-radius: 10px;

  background: linear-gradient(

    0deg,

    rgba(17, 44, 68, 0.5) 0%,

    rgba(255, 255, 255, 0) 100%

  );

  backdrop-filter: blur(2.5px);

}



video-gallery-element .video-wrapper + .video-featured-product .card {

  max-height: 72px;

  border-radius: 0;

  margin-bottom: 10px;

  padding: 0;

  display: flex;
  margin:0;

}



video-gallery-element

  .video-wrapper

  + .video-featured-product

  .card

  .card-product {

    width: 64px !important;

    min-width: 64px !important;

    height: 82px !important;

    display: flex;

    gap: 8px;

    align-items: center;

    border-radius: 10px;

    justify-content: center;

    margin-left: 14px;

}



video-gallery-element

  .video-wrapper

  + .video-featured-product

  .card

  .card-product

  .card-media {

    border-radius: 10px;

}



video-gallery-element

  .video-wrapper

  + .video-featured-product

  .card

  .card-product

  img {

    border-radius: 0;

    object-fit: cover;

}



video-gallery-element

  .video-wrapper

  + .video-featured-product

  .card

  .card-information {

    width: 100%;

    height: auto !important;

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 8px;

    padding: 0 12px !important;

}



video-gallery-element

  .video-wrapper

  + .video-featured-product

  .card

  .card-information

  .card-information__wrapper {

    height: auto !important;

    position: relative;

    margin-top: 0;

    margin-bottom: 0 !important;

    border-bottom: none !important;

    padding-bottom: 0 !important;



    display: flex;

    flex-direction: column;

    align-items: start;

}



video-gallery-element

  .video-wrapper

  + .video-featured-product

  .card

  .card-information

  .card-information__wrapper

  * {

    margin: 0;

}



video-gallery-element

  .video-wrapper

  + .video-featured-product

  .card

  .card-information

  .card-action {

    padding-bottom: 0;

}



video-gallery-element

  .video-wrapper

  + .video-featured-product

  .card

  .card-information

  .product-form__submit {

  align-items: center;

  justify-content: center;

  display: flex;

  gap: 4px;



  border-radius: 10px;

  padding: 5px 12px 3px;



  min-width: unset;

  width: auto;

  font-size: 16px;

  font-weight: 800;

  line-height: normal;



  color: var(--product-contrast-color, #002b45);

  border: 1px solid var(--product-contrast-color, #002b45);

  box-shadow: 1px 2px 0 1px var(--product-contrast-color, #002b45);

  background: var(--product-main-color, #edbd3d);

}



video-gallery-element

  .video-wrapper

  + .video-featured-product

  .card

  .card-information

  .product-form__submit

  svg {

  width: 18px;

  height: auto;

  margin: 0;

}



video-gallery-element

  .video-wrapper

  + .video-featured-product

  .card

  .card-information

  .product-form__submit

  path {

  fill: var(--product-contrast-color, #002b45);

}



video-gallery-element

  .video-wrapper

  + .video-featured-product

  .card

  .card-information

  .card-title {

  border-radius: 10px;

  font-size: 14px;

  color: #fff;

  font-weight: 600;

  line-height: 1.25;

  margin-bottom: 0px;

  width: 100%;

}



video-gallery-element

  .video-wrapper

  + .video-featured-product

  .card

  .card-information

  .nome-marca {

  color: #fff;

  font-size: 13px;

}



video-gallery-element

  .video-wrapper

  + .video-featured-product

  .card

  .card-information

  .selo-video {

  line-height: 1;

  color: #fff;

  font-weight: 600;

  background: #edbd3d;

  padding: 3px 8px;

  border-radius: 20px;

  display: inline-block;

  margin-left: 3px;

}



video-gallery-element

  .video-wrapper

  + .video-featured-product

  .card

  .card-information

  .price__sale {

  align-items: end;

  gap: 7px;

  flex-direction: row;

}



video-gallery-element

  .video-wrapper

  + .video-featured-product

  .card

  .card-information

  .price__sale

  .price__last {

  line-height: 1;

}



video-gallery-element

  .video-wrapper

  + .video-featured-product

  .card

  .card-information

  .price__sale

  .label_sale_percent {

  display: none;

}



video-gallery-element

  .video-wrapper

  + .video-featured-product

  .card

  .card-information

  .price-item.price-item--regular {

  font-weight: 400;

}



video-gallery-element

  .video-wrapper

  + .video-featured-product

  .card

  .card-information

  .price-item {

  color: #fff;

  font-size: calc(var(--product-price-font-size) - 2px);

}



video-gallery-element .video-wrapper {

  padding-bottom: calc(1 / 0.56 * 100%);

  transition: padding-bottom 0.3s ease-in-out;

  cursor: pointer;



  position: relative;

}



video-gallery-element .video-wrapper video {

  position: absolute;

  inset: 0;

  width: 100%;

}



.video-gallery-cta {

  margin: var(--cta-mt-desk) auto 8px;

  display: block;

  font-size: var(--cta-fs-desk);

  font-weight: 800;

  font-family: var(--font-family-2);

  color: var(--cta-color);

  background: var(--cta-bg-color);

  padding: 12px 28px;

  border-radius: 20px;

  border: 2px solid var(--cta-border-color);

  box-shadow: 1px 2px 0 2px var(--cta-border-color);

  width: fit-content;

}



.video-gallery-cta:hover {

  color: var(--cta-color-hover);

  background: var(--cta-bg-color-hover);

  border: 2px solid var(--cta-border-color-hover);

  box-shadow: 1px 2px 0 2px var(--cta-border-color-hover);

}



@media (min-width: 1025px) and (max-width: 1200px) {

  video-gallery-element

    .video-wrapper

    + .video-featured-product

    .card

    .card-information

    .product-form__submit

    svg {

    display: none;

  }

}



@media (max-width: 1024px) {

  .video-gallery-cta {

    border-radius: 16px;

    padding: 8px 22px;

    margin: var(--cta-mt-mb) auto 8px;

    font-size: var(--cta-fs-mb);

  }

}



@media (max-width: 450px) {

  video-gallery-element

    .video-wrapper

    + .video-featured-product

    .card

    .card-information

    .product-form__submit {

    padding: 4px 8px 2px;

  }



  video-gallery-element

    .video-wrapper

    + .video-featured-product

    .card

    .card-information

    .product-form__submit

    svg {

    display: none;

  }

}



.swiper-slide-active video {

  border: 2px solid linear-gradient(90deg, #F86985 0%, #F41986 50%, #BD0A7A 100%);

}



.swiper-slide.video-item.p-relative.swiper-slide-active {

  border: 4px solid transparent;
  border-radius: 34px;
  background-image: linear-gradient(#fff, #fff), linear-gradient(90deg, #F86985 0%, #F41986 50%, #BD0A7A 100%);
  background-origin: border-box;
  background-clip: padding-box, border-box;

}

.swiper-slide .seta-card {

    display: none;

}

.swiper-slide .price-installments {

    display: none;

}

.swiper-slide .label_pix {

    display: none;

}

.swiper-slide .price-pix {

    margin-left: 20px;

}

.swiper-slide .normal-price {

    margin: 1px !important;

}

.swiper-slide.card-price {

    gap: 10px;

}

.swiper-slide .price-item {

    color: #dddbdb !important;

}

.swiper-slide .price__last .price-item {

    font-size: 15px !important;

    color: #fff !important;

}

.swiper-slide .label-pix-money {

    display: none;

}

.swiper-slide .card-information__wrapper {

    gap: 5px;

}

.swiper-slide .style-card--list {

    border: 1px solid var(--color-text);

}



.swiper-slide .card-product {

    height: 82px !important;

    margin-left: 5px;
    width: 20%;
    margin-bottom: 5px;

}



.swiper-slide .card-product .card-media{

    border-radius: 15px;

}

.swiper-slide .style-card--list{

    border: 0;

}



.swiper-slide .card-information .link-underline .text{

    background: none;

}


.swiper-slide .custom-kit-info .card-title{
   color: #fff !important;
}


video-gallery-element .custom-kit-action{
  display: none;
}

video-gallery-element .video-gallery-element{
  margin: 0;
}
video-gallery-element .custom-kit-image-wrapper{
  min-height: fit-content;
}
video-gallery-element .card-media{
  aspect-ratio: none;
}

video-gallery-element .card-product img{
  border-radius: 4px;
  height: 100%;
}

video-gallery-element .product-info-wrapper.video-mini-card{
  display: flex;
}

video-gallery-element .video-custom-atc .button.button--secondary{
  background: linear-gradient(90deg,#f86985,#f41986,#bd0a7a);
  border-radius: 999px;
  width: fit-content;
  margin: 0;
  padding: 10px 11px;
  min-width: fit-content;
}

video-gallery-element .video-custom-atc .button.button--secondary .button-text {
  display: none;
}

video-gallery-element .video-custom-atc .button.button--secondary svg {
  fill: none;
  stroke: none;
  width: 20px;
  height: 20px;
  margin: 0;
}

video-gallery-element .video-custom-atc .button.button--secondary {
  border: 0;
}

video-gallery-element .card-title {
  color: #fff;
  text-align: center;
}

video-gallery-element .video-custom-atc {
  width: 20%;
  display: flex;
  align-items: center;
  justify-content: center;
}

video-gallery-element .card-information {
  padding: 0;
  width: 60%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.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 * {
  color: var(--section-title-color);
  text-align: var(--section-title-text-align);
  text-transform: var(--section-title-text-transform);
  margin: 0;
}

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

.section-{{ section.id }} .video-gallery-heading-title :is(h1, h2, h3, h4, h5, h6, p, div, span) {
  font-size: var(--section-title-fs-desktop);
  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-subtitle,
.section-{{ section.id }} .video-gallery-heading-subtitle * {
  color: var(--section-subtitle-color);
  text-align: var(--section-title-text-align);
  text-transform: var(--section-subtitle-text-transform);
  margin: 0;
}

.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) {
  font-size: var(--section-subtitle-fs-desktop);
  color: var(--section-subtitle-color);
  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 .swiper-slide-active video {
  border: 0;
}

.video-gallery-section .swiper-slide.video-item.p-relative.swiper-slide-active {
  border: 0;
  background: transparent;
  background-image: none;
  box-shadow: none;
}

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

.video-gallery-section video-gallery-element .video-controls .controls--top {
  justify-content: flex-end;
}

.video-gallery-section video-gallery-element .video-controls {
  top: 12px;
  right: 12px;
  left: auto;
  bottom: auto;
  width: auto;
  height: auto;
  display: block;
  z-index: 3;
  pointer-events: none;
}

.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--top {
  justify-content: flex-end;
  min-height: auto;
  gap: 0;
}

.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 .controls--bottom {
  display: none;
}

.video-gallery-section video-gallery-element .video-controls :is(button, a:not(.video-author)) {
  width: 34px;
  height: 34px;
  min-width: 34px;
  min-height: 34px;
  padding: 0;
  border-radius: 999px;
  background: rgba(70, 70, 70, 0.32);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  border: 0;
  box-shadow: none;
  color: #ffffff;
}

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

.video-gallery-section video-gallery-element .video-controls .icon path,
.video-gallery-section video-gallery-element .video-controls .icon circle,
.video-gallery-section video-gallery-element .video-controls .icon line,
.video-gallery-section video-gallery-element .video-controls .icon polyline,
.video-gallery-section video-gallery-element .video-controls .icon rect,
.video-gallery-section video-gallery-element .video-controls .icon ellipse,
.video-gallery-section video-gallery-element .video-controls .icon polygon,
.video-gallery-section video-gallery-element .video-controls .icon g {
  fill: #ffffff;
  stroke: #ffffff;
  color: #ffffff;
}

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

.video-gallery-section video-gallery-element .video-wrapper {
  overflow: hidden;
}

@media (max-width: 767px) {
  .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;
    height: 30px;
    min-width: 30px;
    min-height: 30px;
  }

  .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[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);
}

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

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

.video-gallery-section .video-gallery .swiper-slide.video-item {
  transform: scale(0.92);
  transition: transform 0.35s ease, opacity 0.35s ease;
  transform-origin: center center;
}

.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-custom-atc {
  width: auto;
  min-width: 28px;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

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

.video-gallery-section video-gallery-element .video-custom-atc .product-form__submit,
.video-gallery-section video-gallery-element .video-custom-atc .button,
.video-gallery-section video-gallery-element .video-custom-atc .button.button--primary {
  background: transparent;
  background-image: none;
  box-shadow: none;
  border: 0;
  outline: 0;
  border-radius: 0;
  padding: 0;
  margin: 0;
  min-width: 28px;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
  line-height: 0;
}

.video-gallery-section video-gallery-element .video-custom-atc .product-form__submit .button-text,
.video-gallery-section video-gallery-element .video-custom-atc .product-form__submit span:not(.btn-icon),
.video-gallery-section video-gallery-element .video-custom-atc .product-form__submit .text,
.video-gallery-section video-gallery-element .video-custom-atc .product-form__submit .label {
  display: none;
}

.video-gallery-section video-gallery-element .video-custom-atc .product-form__submit svg {
  display: block;
  width: 22px;
  height: 22px;
  margin: 0;
}

.video-gallery-section video-gallery-element .card-information {
  align-items: flex-start;
  text-align: left;
}

.video-gallery-section video-gallery-element .card-title {
  font-size: 12px;
  line-height: 1.2;
  text-align: left;
  width: 100%;
  margin-bottom: 5px;
}

.video-gallery-section video-gallery-element .price,
.video-gallery-section video-gallery-element .price__regular,
.video-gallery-section video-gallery-element .price__sale,
.video-gallery-section video-gallery-element .price__last,
.video-gallery-section video-gallery-element .price-item {
  text-align: left;
  justify-content: flex-start;
}

.video-gallery-section video-gallery-element .card-information__wrapper {
  align-items: flex-start;
}