html {
  scroll-behavior: smooth;
}
body {
  overflow-x: clip;
}
.elementor-invisible {
  visibility: visible !important;
}
.e-con.e-parent {
  --e-con-lazyload-loaded: 1;
}
.woocommerce-product-gallery {
  opacity: 1 !important;
}
.woocommerce-product-gallery__wrapper {
  display: flex;
  overflow: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}
.woocommerce-product-gallery__image {
  flex: 0 0 100%;
  scroll-snap-align: start;
}
.woocommerce-product-gallery__image img {
  width: 100% !important;
  height: auto !important;
}
.cms-thumbs {
  display: flex;
  gap: 10px;
  margin-top: 14px;
}
.cms-thumbs button {
  border: 1px solid #eee;
  padding: 0;
  background: none;
  width: calc(25% - 8px);
  border-radius: 8px;
  overflow: hidden;
}
.cms-thumbs img {
  width: 100%;
  display: block;
}
.cms-thumbs button:hover {
  border-color: #f31699;
}
.variacao-card.active {
  border-color: #f31699 !important;
}
.cms-hidden {
  display: none !important;
}
.cms-visible {
  display: var(--display, block) !important;
}
.cms-hidden.cms-visible {
  display: none !important;
}
.swiper:not(.swiper-initialized) > .swiper-wrapper {
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  transform: none !important;
}
.swiper:not(.swiper-initialized) > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start;
  flex-shrink: 0;
  width: calc((100% - 40px) / 3);
}
.elementor-loop-container:not(.swiper-initialized)
  > .swiper-wrapper
  > .swiper-slide {
  width: calc((100% - 40px) / 3);
}
.elementor-image-carousel-wrapper:not(.swiper-initialized)
  > .swiper-wrapper
  > .swiper-slide {
  width: 33.333%;
}
.cms-carousel-controls {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 16px;
}
.cms-carousel-controls button {
  padding: 3px 14px;
  border: 1px solid currentColor;
  border-radius: 30px;
  background: transparent;
  color: inherit;
}
.twentytwenty-container {
  position: relative;
  overflow: hidden;
}
.twentytwenty-container img {
  display: block;
  width: 100%;
  position: relative !important;
  top: auto !important;
}
.twentytwenty-container .eael-after-img {
  position: absolute !important;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  clip-path: inset(0 0 0 50%);
}
.cms-comparison {
  position: absolute;
  bottom: 15px;
  left: 10%;
  width: 80%;
  z-index: 5;
  accent-color: #f31699;
}
.cms-comparison-label {
  position: absolute;
  bottom: 48px;
  left: 12px;
  font: 700 12px sans-serif;
  background: #fff;
  padding: 6px;
  border-radius: 4px;
  color: #d81786;
}
.cms-comparison-label.after {
  left: auto;
  right: 12px;
}
.cms-selected {
  outline: 2px solid #6555ed !important;
  outline-offset: 3px !important;
}
.cms-picking [data-cms-id]:hover:not(:has([data-cms-id]:hover)) {
  outline: 2px dashed #6555ed !important;
  outline-offset: 2px;
  cursor: crosshair !important;
}
video {
  max-width: 100%;
  height: auto;
}
.cms-toast {
  position: fixed;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999999;
  background: #25222b;
  color: #fff;
  padding: 16px 24px;
  border-radius: 12px;
  font: 14px/1.4 sans-serif;
  max-width: 90vw;
}
.cms-cart {
  border: 0;
  border-radius: 16px;
  width: 440px;
  max-width: 94vw;
  padding: 28px;
  color: #24212a;
  font: 14px/1.5 sans-serif;
}
.cms-cart::backdrop {
  background: #0008;
}
.cms-cart button,
.cms-cart a {
  display: inline-block;
  padding: 12px 20px;
  background: #ef1396;
  color: #fff;
  border: 0;
  border-radius: 6px;
  text-decoration: none;
}
.cms-cart .cms-close {
  float: right;
  background: #eee;
  color: #222;
  padding: 5px 12px;
}
.cms-cart ul {
  padding-left: 18px;
}
.cms-cart h2 {
  font-size: 23px;
}
.cms-cart li {
  margin: 12px 0;
}
@media (min-width: 1025px) {
  .cms-hiddenDesktop {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .cms-hiddenTablet {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .cms-hiddenMobile {
    display: none !important;
  }
  .swiper:not(.swiper-initialized) > .swiper-wrapper > .swiper-slide {
    width: 85%;
  }
  .elementor-image-carousel-wrapper:not(.swiper-initialized)
    > .swiper-wrapper
    > .swiper-slide {
    width: 65%;
  }
  .elementor-menu-toggle.cms-menu-open + .elementor-nav-menu--dropdown {
    display: block !important;
    max-height: none !important;
    transform: scaleY(1) !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: min(90vw, 360px);
    z-index: 1000;
  }
  .e-n-carousel {
    min-width: 0;
  }
  .cms-thumbs {
    gap: 6px;
  }
}
/* Match the original gallery and initialize Elementor's static layout. */
body .cms-thumbs button {
  padding: 0 !important;
  line-height: 0;
  border-radius: 8px;
}
body .cms-thumbs img {
  padding: 0;
  margin: 0;
}
.e-search {
  visibility: visible !important;
}
.e-search-form {
  visibility: visible !important;
}
.cms-carousel-controls button {
  line-height: 1.2;
  padding: 5px 12px !important;
  min-width: 35px;
}
.swiper > .swiper-wrapper {
  gap: 20px;
}
.elementor-loop-container > .swiper-wrapper {
  gap: 24px;
}
.e-n-carousel > .swiper-wrapper > .swiper-slide {
  height: auto;
}
.woocommerce-product-gallery__wrapper {
  border-radius: 20px;
}
.cms-thumbs {
  padding: 6px 10px 0;
  gap: 20px;
}
.cms-thumbs button {
  width: calc(25% - 15px);
  border: 0 !important;
  border-radius: 18px !important;
}
.cms-thumbs button:not(:first-child) {
  opacity: 0.65;
}
.cms-thumbs button:hover,
.cms-thumbs button:focus {
  opacity: 1;
}
.swiper.swiper-initialized > .swiper-wrapper {
  gap: 0;
}
.swiper-pagination {
  position: relative !important;
  margin-top: 14px;
}
.swiper-pagination-bullet-active {
  background: #ed1796 !important;
}
.woocommerce-product-gallery {
  position: relative;
}
.cms-zoom {
  position: absolute;
  right: 16px;
  top: 16px;
  border: 0 !important;
  border-radius: 50% !important;
  background: white !important;
  width: 36px;
  height: 36px;
  padding: 0 !important;
  display: grid;
  place-items: center;
  z-index: 2;
  color: #222 !important;
}
.cms-zoom svg {
  width: 20px;
  height: 20px;
}
.cms-lightbox {
  padding: 15px;
  border: 0;
  border-radius: 15px;
  max-width: 94vw;
  max-height: 94vh;
  background: white;
}
.cms-lightbox::backdrop {
  background: #000b;
}
.cms-lightbox img,
.cms-lightbox video {
  max-height: 80vh;
  width: auto;
  max-width: 85vw;
  display: block;
}
.cms-lightbox button {
  display: block;
  margin-left: auto;
  background: white;
  color: #333;
  border: 0;
  font-size: 25px;
  padding: 0 10px;
}
.count_text {
  display: none;
}
@media (max-width: 767px) {
  .cms-thumbs {
    padding: 4px 5px;
    gap: 10px;
  }
  .cms-thumbs button {
    width: calc(25% - 8px);
    border-radius: 10px !important;
  }
}
.cms-menu-hidden [data-elementor-type="header"] .elementor-widget-nav-menu {
  display: none !important;
}
.cms-video-thumb {
  display: grid;
  place-items: center;
  aspect-ratio: 1;
  background: #f4edf2;
  color: #8a2869;
  font: 600 14px/1.4 sans-serif;
}
