.flexible-content h1, .flexible-content h2, .flexible-content h3, .flexible-content h4, .flexible-content h5, .flexible-content h6 {
  margin-bottom: var(--space-xs);
}
.flexible-content h1 {
  font-size: var(--text-2xl);
}
.flexible-content h2 {
  font-size: var(--text-xl);
}
.flexible-content h3 {
  font-size: var(--text-l);
}
.flexible-content h4, .flexible-content h5, .flexible-content h6 {
  font-size: var(--text-m);
}
.flexible-content p {
  font-size: var(--text-m);
  margin-bottom: var(--space-m);
}
.flexible-content ul, .flexible-content ol {
  margin-bottom: var(--space-m);
}
.flexible-content a {
  text-decoration: underline;
}
.flexible-content a:hover {
  text-decoration: none;
}
.flexible-content .btn {
  text-decoration: none;
}
.flexible-content .section-intro p {
  font-size: calc(var(--text-m) * 1.2);
}

body.bricks-is-frontend :focus {
  outline: none;
}

body.bricks-is-frontend :focus-visible {
  outline: none;
}

.floating-whatsapp {
  position: fixed;
  right: 16px;
  bottom: 16px;
  border-radius: 9999px;
  background: transparent;
  z-index: 9999;
  border: 2px solid var(--secondary);
  line-height: 0;
  transition: 0.15s ease-out;
}
.floating-whatsapp:hover {
  transform: scale(1.05);
  transition: 0.15s ease-in;
}

.link {
  position: relative;
  text-decoration: none !important;
  color: inherit !important;
  font-weight: inherit !important;
  transition: color 0.3s ease;
}
.link.hover-underline::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #333;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.link.hover-underline:hover::after {
  opacity: 1;
}

#brxe-ccrkqq .brxe-text-link,
#brxe-zodwwu .brxe-text-link {
  transition: color 0.3s ease;
  position: relative;
}
#brxe-ccrkqq .brxe-text-link::after,
#brxe-zodwwu .brxe-text-link::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: 1px;
  background-color: #333;
  opacity: 0;
  transition: opacity 0.3s ease;
}
#brxe-ccrkqq .brxe-text-link:hover::after,
#brxe-zodwwu .brxe-text-link:hover::after {
  opacity: 1;
}
#brxe-ccrkqq .menu-item.current-menu-item .brxe-text-link,
#brxe-ccrkqq .menu-item.current_page_item .brxe-text-link,
#brxe-zodwwu .menu-item.current-menu-item .brxe-text-link,
#brxe-zodwwu .menu-item.current_page_item .brxe-text-link {
  color: #333;
}
#brxe-ccrkqq .menu-item.current-menu-item .brxe-text-link::after,
#brxe-ccrkqq .menu-item.current_page_item .brxe-text-link::after,
#brxe-zodwwu .menu-item.current-menu-item .brxe-text-link::after,
#brxe-zodwwu .menu-item.current_page_item .brxe-text-link::after {
  opacity: 1;
}

footer .brxe-text-link {
  text-decoration: none;
  transition: color 0.3s ease;
  position: relative;
  display: inline-block;
}
footer .brxe-text-link::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  opacity: 0;
  transition: opacity 0.3s ease;
}
footer .brxe-text-link:hover::after {
  opacity: 1;
}

.fn-floating-reel {
  position: fixed;
  left: 24px;
  bottom: 24px;
  z-index: 9999;
  width: clamp(200px, 28vw, 300px);
  aspect-ratio: 16/9;
  border-radius: var(--radius-m);
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
  background: #000;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.fn-floating-reel.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 767px) {
  .fn-floating-reel {
    display: none;
  }
}
.fn-floating-reel video {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.fn-reel-controls {
  position: absolute;
  top: 8px;
  right: 8px;
  display: flex;
  gap: 6px;
  pointer-events: none;
}

.fn-reel-btn {
  pointer-events: auto;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: rgba(20, 20, 20, 0.65);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  color: #fff;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.15s ease;
}

.fn-reel-btn:hover {
  background: rgba(20, 20, 20, 0.9);
}

.fn-reel-btn:active {
  transform: scale(0.96);
}

.fn-reel-btn svg {
  width: 18px;
  height: 18px;
  display: block;
}

.fn-reel-btn:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
}

.product-item-single-__wrapper[data-has-hover=true] .product-item-single-__image img.default-image {
  transition: 0.6s ease-in-out;
}
.product-item-single-__wrapper[data-has-hover=true]:hover .product-item-single-__image img.default-image {
  opacity: 0;
  transition: 0.6s ease-in-out;
}

#brx-header {
  position: relative;
  z-index: 998;
  background-color: var(--bg-body);
}
#brx-header .sticky-header {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  background-color: var(--bg-body);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  z-index: 998;
}

@media (min-width: 992px) {
  #brx-header .main.sticky-header {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    background-color: var(--bg-body);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    z-index: 998;
  }
  #brx-header .top.sticky-header {
    position: relative !important;
    box-shadow: none !important;
  }
  body.main-sticky-active {
    padding-top: var(--main-height, 80px);
  }
}
@media (max-width: 991px) {
  #brx-header .top.sticky-header {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    background-color: var(--bg-body);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
  }
  #brx-header .main.sticky-header {
    position: relative !important;
    box-shadow: none !important;
  }
  body.top-sticky-active {
    padding-top: var(--top-height, 60px);
  }
}/*# sourceMappingURL=style.css.map */