/* Add custom CSS styles below */ 


section.flex.bg-white.p-5.sm\:pb-0.rounded-md.rounded-b-none {
    display: none;
}

section.sticky-product-bar.bg-white.p-5.rounded-md.rounded-b-none {
    display: none;
}

.main-content .flex.whitespace-nowrap.gap-4.items-center > :first-child {
    display: none !important;
}

h1.text-xl.md\:text-2xl.leading-10.font-bold.mb-6.text-gray-800 {
    display: none;
}

[dir=ltr] .s-block--breno-review-tabs .rt__cta i{
  rotate: 180deg;
}

.banner--fixed img {
    border-radius: 1.875rem;
}

@media (max-width: 768px) {
    .s-block--breno-quotes .bq__grid {
        grid-template-columns: repeat(var(--bq-count, 1), minmax(0, 1fr))!important;
    }
}

.bt__content::first-line {
  font-weight: 700;
}

.s-user-menu-trigger {
    background-color: transparent !important;
}


[dir=rtl] .s-block--breno-timeline .tl__item:before {
    right: 5px;
}

[dir=ltr] .s-block--breno-timeline .tl__item:before {
    left: 5px;
}

[dir=rtl] .s-block--breno-timeline .tl__item {
    padding-right: 1.75rem;
}

.s-block--breno-timeline .tl__gradient {
    background-image: linear-gradient(var(--tl-grad-dir), var(--tl-grad) 0, transparent 100%)!important;
    height: 30%!important;
    filter: blur(5rem)!important;
}

[dir=rtl] .s-block--breno-timeline .tl__dot{
  left: auto!important;
  right: 0!important;
}

.s-block--breno-timeline .tl__title {
  margin-top: 1rem;
}

.s-block--breno-contact .bc__link {
    direction: ltr!important;
}

.s-block--breno-contact .bc__icon{
  border:none!important;
}

.s-block--breno-contact .bc__icon-img {
    height: auto!important;
    width: auto!important;
    max-width: 1.875rem!important;
}


.s-block--breno-text .bt__content {
    color: #000!important;
}

.s-block--breno-contact.has-section-bg{
    margin-bottom: -2rem;
}

.s-block--breno-cta{
  padding-top: 1rem;
}


/* Footer */
.footer-stack .footer-col--menu .s-menu-footer-item, .footer-stack .footer-col--menu a, .footer-stack__menu .s-menu-footer-item, .footer-stack__menu a{
  font-size: 1.25rem!important;
  line-height: 1.25!important;
      color: white!important;
}

.footer-stack .footer-col--menu:where([dir=rtl],[dir=rtl] *), .footer-stack__menu:where([dir=rtl],[dir=rtl] *){
  margin-left: auto!important;
}