body {
  margin: 0;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  overflow-x: hidden;
}

@font-face {
  font-family: 'Open Sans';
  src: url('../assets/fonts/OpenSans-VariableFont_wdth\,wght.ttf')
    format('truetype');
  font-weight: 300 900; /* intervalo suportado */
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Hantepy Qablema';
  src: url('../assets/fonts/hantepy-qablema.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

img {
  max-width: 100%;
  height: auto;
}

.tab_experiencias_unidade.ativo {
  background: transparent;
}

#bolos_caseiros_e_recheados {
  position: relative;
  overflow: hidden;
}

#bolos_caseiros_e_recheados .imagem-bolo {
  width: 100%;
  height: auto;
  display: block;
}

#bolos_caseiros_e_recheados .imagem-principal {
  position: relative;
  z-index: 1;
  opacity: 1;
}

#bolos_caseiros_e_recheados .imagem-secundaria {
  position: absolute;
  inset: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  pointer-events: none;
}

.tabs_abas_produtos_conteudo_geral img {
  width: 474px !important;
  height: 474px !important;
  object-fit: cover;
}

.slide_hero_item_conteudo {
  width: 50%;
  margin-left: auto;
}

.slide_hero_item_estrutura {
  height: 700px;
  display: flex;
  align-items: center;
}

.slide_hero_item_estrutura h1 {
  color: #442000;
  font-family: 'Hantepy Qablema';
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  margin: 0px;
}

.slide_hero_item_estrutura h2 {
  color: #442000;
  font-family: 'Hantepy Qablema';
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  margin: 0px;
}

.slide_hero_item_estrutura p {
  color: #442000;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 28px */
  margin-bottom: 40px;
}

.slide_hero_item_botao {
  padding: 14px 58px;
  color: #fff6fa;
  leading-trim: both;
  text-edge: cap;
  text-decoration: none;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  display: block;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0.48px;
  border-radius: 10px;
  background: #442000;
  box-shadow: 0 0 4px 0 #f8b9d4;
  width: fit-content;
}

.slide_hero_banner_1 {
  background-image: url(../assets/images/banner_1_novo.webp);
  background-repeat: no-repeat;
  background-size: cover;
}

.slide_hero_banner_2 {
  background-image: url(../assets/images/banner_2_novo.webp);
  background-repeat: no-repeat;
  background-size: cover;
}

.slide_hero_banner_3 {
  background-image: url(../assets/images/banner_3_novo.webp);
  background-repeat: no-repeat;
  background-size: cover;
}

.desktop_item {
  display: block;
}

.container {
  width: stretch;
}

.slick-hero-next {
  right: 20px;
}

.slick-hero-prev {
  left: 20px;
}

.slick-hero-prev {
  position: absolute;
  top: 45%;
  transform: translateY(50%);
  z-index: 5;
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
}

.slick-hero-next {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  z-index: 5;
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
}

.botoes_pedido_online_ajuste a {
  width: 30%;
  text-decoration: none;
}

.button_nossa_loja_map:hover {
  color: #442000;
  background: #f8b9d4;
  border: 1px solid #f8b9d4;
}

.imagem_banner_sobre_nos {
  position: relative;
}

.imagem_banner_sobre_nos img {
  width: 100%;
  border-radius: 20px;
}

.imagem_banner_sobre_nos img:not(:first-child) {
  position: absolute;
  inset: 0;
  opacity: 0;
}

.margens_padrao,
.container_conteudo_padrao {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  box-sizing: border-box;
}

.container_conteudo_padrao {
  padding: 80px 0px;
}

.header_menu_content a {
  text-decoration: none;
}

.header_box_content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.menu_mobile_btn,
.menu_mobile_fechar {
  display: none;
  background: none;
  border: none;
  font-size: 34px;
  cursor: pointer;
}

.banner_footer_pedido_online {
  background-image: url(../assets/images/footer_banner_pedidos_online.png);
  padding: 40px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #442000;
  background-position: center;
  border-radius: 40px;
}

.botoes_pedido_online_ajuste {
  display: flex;
  width: 80%;
  align-items: center;
  justify-content: space-between;
  margin: auto;
}

.banner_footer_pedido_online h2 {
  margin-top: 0px;
  color: #f8cb97;
  text-align: center;
  font-family: 'Hantepy Qablema';
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 40px;
}

.btn_ajuste_unidade_pedido_online:hover {
  border-radius: 10px;
  border: 1px solid #f8cb97;
  color: #f8cb97;
  leading-trim: both;
  text-edge: cap;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.48px;
  background: #fff;
}

.btn_ajuste_unidade_pedido_online {
  border-radius: 10px;
  background: #f8cb97;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 1px solid #f8cb97;
  display: flex;
  width: fit-content;
  padding: 18px 0px;
  align-items: center;
  width: 100%;
  gap: 9px;
  color: #442000;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.48px;
  justify-content: center;
}

.box_nossa_loja_conteudo h2 {
  margin-top: 0px;
  color: #442000;
  font-family: 'Hantepy Qablema';
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 40px;
}

.box_geral_endrececos_horarios {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.box_endereco_unidade {
  display: flex;
  gap: 20px;
}

.conteudo_area_endereco_conteudo p {
  margin: 0px;
  color: #442000;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.button_nossa_loja_map {
  margin-top: 40px;
  margin-left: 10%;
  display: flex;
  padding: 9px 29px;
  justify-content: center;
  align-items: center;
  width: fit-content;
  gap: 8px;
  border-radius: 10px;
  border: 1px solid #fd5497;
  color: #442000;
  text-align: center;
  font-family: Montserrat;
  font-size: 15px;
  font-style: normal;
  transition: all 0.3s ease;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.45px;
}

.box_nossa_loja_imagem {
  width: 50%;
}

.box_nossa_loja_conteudo {
  width: 50%;
  padding: 45px 55px;
  border-radius: 40px 0px 0px 0px;
  background: #fff6fa;
}

.box_nossa_loja_imagem_geral {
  display: flex;
  align-items: center;
}

/* Galeria dinâmica do Instagram */
.logos_itens_empresas_parceiras.imagens_galeria_ajuste {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  width: 100%;
  align-items: stretch;
}

.imagens_galeria_ajuste .instagram-galeria-item {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #f8f8f8;
  text-decoration: none;
}

.imagens_galeria_ajuste .instagram-galeria-item img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.imagens_galeria_ajuste .instagram-galeria-item:hover img,
.imagens_galeria_ajuste .instagram-galeria-item:focus-visible img {
  transform: scale(1.045);
}

.imagens_galeria_ajuste .instagram-galeria-item:focus-visible {
  outline: 3px solid #fd5497;
  outline-offset: 3px;
}

.instagram-galeria-status {
  grid-column: 1 / -1;
  width: 100%;
  margin: 0;
  padding: 24px;
  color: #442000;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  line-height: 1.5;
}

.instagram-galeria-status.erro {
  color: #8b1e3f;
}

@media (max-width: 768px) {
  .logos_itens_empresas_parceiras.imagens_galeria_ajuste {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
}

@media (max-width: 380px) {
  .logos_itens_empresas_parceiras.imagens_galeria_ajuste {
    gap: 8px;
  }
}

.conteudo_banner_sobre_nos h2 {
  color: #442000;
  font-family: 'Hantepy Qablema';
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 0px;
  margin-bottom: 25px;
}

.conteudo_banner_sobre_nos p {
  color: #442000;
  margin-bottom: 0px;
  text-align: justify;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 25.2px */
}

.banner_sobre_nos {
  border-radius: 40px 40px 0 40px;
  background: #fff6fa;
}

.imagem_banner_sobre_nos {
  width: 50%;
}

.conteudo_banner_sobre_nos {
  width: 50%;
  display: flex;
  justify-content: center;
}

.banner_sobre_nos {
  display: flex;
  align-items: center;
}

.logos_itens_empresas_parceiras {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.tabs_abas_experiencias_conteudo_geral {
  width: 89%;
  margin: auto;
}

.tab_experiencias_conteudo_unidade {
  display: flex;
  align-items: center;
}

.tabs_botoes_experiencias_geral {
  display: flex;
  margin-top: 46px;
  margin-bottom: 83px;
  align-items: center;
  gap: 15px;
  justify-content: center;
}

.tab_experiencias_unidade {
  color: #442000;
  leading-trim: both;
  border: 1px solid #f8cb97;
  text-edge: cap;
  font-family: Montserrat;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  font-size: 16px;
  cursor: pointer;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.48px;
  display: flex;
  width: 25%;
  padding: 16px;
  transition: all 0.3s ease;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background: #f8cb97;
  box-shadow: 0 0 4px 0 #f8b9d4;
}

.item_sabor_unidade:hover {
  color: #442000;
  border-bottom: 1px solid #fd5497;
}

.conteudo_sabor_geral_container {
  display: flex;
  gap: 20px 0px;
  flex-wrap: wrap;
  justify-content: space-between;
}

.item_sabor_unidade {
  cursor: pointer;
  border-bottom: 1px solid #f8b9d4;
  display: flex;
  width: 24%;
  padding: 16px 0px;
  justify-content: center;
  align-items: center;
  gap: 8px 20px;
  color: #8c725d;
  text-align: center;
  box-shadow: 0 6px 8px -8px rgba(248, 185, 212, 0.8);
  leading-trim: both;
  text-edge: cap;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0.42px;
  transition: all 0.3s ease;
}

.header_itens_sabor h2 {
  color: #442000;
  text-align: center;
  font-family: 'Hantepy Qablema';
  font-size: 35px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 0px;
  margin-bottom: 12px;
}

.header_itens_sabor p {
  color: #442000;
  text-align: center;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 0px;
  margin-bottom: 16px;
}

.header_itens_sabor {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.slick-dotted.slick-slider {
  margin-bottom: 0px;
}

.tab_produtos_unidade.ativo {
  background: transparent;
  border: 1px solid #fd5497;
}

.content_produtos_conteuto_tab {
  width: 60%;
  display: flex;
  border-radius: 0 40px 0 0;
  border-left: 0px !important;
  border: 1px solid #f8b9d4;
  justify-content: center;
  padding: 56px 0px;
}

.ajuste_flex_conteudo_tabs_tamanho {
  width: 68%;
}

.menu_footer_itens a:hover {
  color: #fd5497;
}

.botao_produtos_conteudo_tab:hover {
  background: #f8b9d4;
  box-shadow: 0 0 4px 0 #f8b9d4;
  border: 1px solid #f8b9d4;
}

.botao_produtos_conteudo_tab {
  color: #442000;
  display: flex;
  cursor: pointer;
  padding: 10px 25px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: Montserrat;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.39px;
  border-radius: 10px;
  border: 1px solid #fd5497;
  box-shadow: 0 0 4px 0 #f8b9d4;
  width: fit-content;
  text-transform: uppercase;
}

.content_produtos_conteuto_tab h2 {
  color: #442000;
  font-family: 'Hantepy Qablema';
  font-size: 28px;
  font-style: normal;
  margin-top: 0px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 18px;
}

.content_produtos_conteuto_tab p {
  color: #442000;
  font-family: Montserrat;
  margin-top: 0px;
  margin-bottom: 18px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
}

.tabs_abas_produtos_conteudo_geral {
  width: 89%;
  margin: auto;
}

.image_produtos_conteudo_tab {
  width: 40%;
  border-radius: 40px 40px 0 40px;
  overflow: hidden;
}

.tab_produtos_conteudo_unidade {
  display: flex;
  align-items: center;
}

.tab_produtos_unidade {
  color: #442000;
  leading-trim: both;
  border: 1px solid #f8b9d4;
  text-edge: cap;
  font-family: Montserrat;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  font-size: 14px;
  cursor: pointer;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.48px;
  display: flex;
  width: 25%;
  padding: 16px;
  transition: all 0.3s ease;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background: #f8b9d4;
  box-shadow: 0 0 4px 0 #f8b9d4;
}

.tabs_botoes_produtos_geral {
  display: flex;
  margin-top: 46px;
  margin-bottom: 83px;
  align-items: center;
  gap: 15px;
}

.produtos_cabecalho_item p {
  color: #442000;
  text-align: center;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.ajuste_flex_cabecalho_produtos_tab {
  display: flex;
  gap: 7px;
  justify-content: center;
  align-items: flex-start;
}

.ajuste_flex_cabecalho_produtos_tab h2 {
  color: #442000;
  text-align: center;
  font-family: 'Hantepy Qablema';
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0px;
}

.slide_hero_itens .slick-dots {
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
  display: flex !important;
  justify-content: center;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.slide_hero_itens .slick-dots li {
  width: auto;
  height: auto;
  margin: 0;
}

.slide_hero_itens .slick-dots li button {
  display: none;
}

.slide_hero_dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #ffffff;
  opacity: 0.5;
  transition: 0.3s ease;
  cursor: pointer;
}

.slide_hero_itens .slick-dots li.slick-active .slide_hero_dot {
  background: #fff;
  opacity: 1;

  border-radius: 20px;
}

.slide_hero_item_unidade img {
  width: -webkit-fill-available;
}

.slide_hero_item_unidade {
  width: 100%;
}

.footer_box_content_geral a {
  color: #8c725d;
  font-family: Montserrat;
  font-size: 14px;
  gap: 10px;
  display: flex;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  align-items: center;
}

.footer_box_content_geral h2 {
  font-family: 'Hantepy Qablema' !important;
  color: #fd5497;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 25px;
  transform: scaleX(0.92);
  transform-origin: left center;
}

.footer_conteudo_1 {
  width: 31%;
}

.footer_conteudo_2 {
  width: 10%;
}

.footer_conteudo_3 {
  width: 10%;
}

.footer_conteudo_4 {
  width: 12%;
}

.menu_footer_itens {
  display: flex;
  flex-direction: column;
}

.footer_box_content_geral {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.feito_por_area a {
  color: #fff;
  text-align: right;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration: none;
}

.separator_footer_ajuste {
  height: 10px;
  border: 1px solid #fff;
  margin: 0px 10px;
}

.copyright_area a {
  color: #fff;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.copyright_area {
  display: flex;
  display: flex;
  align-items: center;
}

.footer_box_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header_menu_content li:not(.header_menu_content_button) a {
  position: relative;
  display: inline-flex;
}

.header_menu_content li:not(.header_menu_content_button) a::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -23px;
  width: 81px;
  height: 19px;
  background: url('../assets/images/Forma.svg') center/contain no-repeat;
  transform: translateX(-50%) translateY(6px);
  opacity: 0;
  pointer-events: none;
  transition:
    opacity 0.3s ease,
    transform 0.3s ease;
}

.header_menu_content li:not(.header_menu_content_button) a:hover::after {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

.header_menu_content_button a:hover {
  background: #fff;
  border: 1px solid #fd5497;
}

.header_menu_content_button a {
  border-radius: 10px;
  background: #f8b9d4;
  display: flex;
  border: 1px solid #f8b9d4;
  padding: 6px 22px;
  justify-content: center;
  align-items: center;
  color: #442000;
  text-align: center;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.39px;
  transition: all 0.3s ease;
}

.header_menu_content ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header_box_content_logo {
  width: 30%;
}

.header_menu_content {
  width: 70%;
}

.header_box_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header_menu_content li {
  cursor: pointer;
  color: #442000;
  text-align: center;
  font-family: Montserrat;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}

.mobile_item {
  display: none;
}

.animar {
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.8s ease,
    transform 0.8s cubic-bezier(0.22, 1, 0.36, 1),
    filter 0.8s ease;
  transition-delay: var(--delay, 0ms);
  will-change: opacity, transform;
}

.animar.mostrar {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0) scale(1);
  filter: blur(0);
}

.animar-cima {
  transform: translate3d(0, 55px, 0);
}

.animar-esquerda {
  transform: translate3d(-70px, 0, 0);
}

.animar-direita {
  transform: translate3d(70px, 0, 0);
}

.animar-zoom {
  transform: scale(0.88);
}

.animar-fade {
  transform: translate3d(0, 20px, 0);
  filter: blur(6px);
}

.animar-imagem {
  overflow: hidden;
}

.animar-imagem img {
  transform: scale(1.08);
  transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}

.animar-imagem.mostrar img {
  transform: scale(1);
}

.slick-slide .animar.mostrar {
  visibility: visible;
}

@media (prefers-reduced-motion: reduce) {
  .animar,
  .animar-imagem img {
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    filter: none !important;
    transition: none !important;
  }
}

@media (max-width: 768px) {
  .footer_box_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    gap: 10px;
  }

  .copyright_area {
    display: flex;
    display: flex;
    align-items: center;
    text-align: center;
  }

  .container_ajuste_mobile_banners {
    background: #f8b9d4;
  }

  .slide_hero_item_conteudo {
    width: 100%;
    margin-left: auto;
  }

  .slide_hero_banner_1 {
    background-image: none;
  }

  .slide_hero_banner_2 {
    background-image: none;
  }

  .slide_hero_banner_3 {
    background-image: none;
  }

  .slick-hero-next {
    right: -10px;
  }

  .slick-hero-prev {
    left: -10px;
  }

  .slick-hero-prev {
    position: absolute;
    top: 45%;
    transform: translateY(50%);
    z-index: 5;
    background: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
  }

  .slick-hero-next {
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    z-index: 5;
    background: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
  }

  .slick-prod-prev {
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    z-index: 5;
    background: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
  }

  .animar {
    transition-duration: 0.65s;
  }

  .animar-cima {
    transform: translate3d(0, 35px, 0);
  }

  .animar-esquerda {
    transform: translate3d(-35px, 0, 0);
  }

  .animar-direita {
    transform: translate3d(35px, 0, 0);
  }
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 110px;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background: #fff;
  transition:
    transform 0.4s ease,
    box-shadow 0.4s ease,
    background 0.4s ease;
}

header .header_container {
  background: #fff;
  transition:
    padding 0.4s ease,
    box-shadow 0.4s ease;
}

body {
  padding-top: 105px;
}

header.header-rolado {
  box-shadow: 0 6px 25px rgba(68, 32, 0, 0.12);
}

header.header-rolado .header_container {
  background: rgba(255, 255, 255, 0.97);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

header.header-rolado .header_box_content_logo img {
  max-height: 65px;
}

header.header-escondido {
  transform: translateY(-100%);
}

header.header-visivel {
  transform: translateY(0);
}

.header_box_content_logo img {
  transition:
    max-height 0.4s ease,
    transform 0.4s ease;
}

@media (max-width: 768px) {
  body {
    padding-top: 85px;
  }

  html {
    scroll-padding-top: 85px;
  }
}

@media (max-width: 768px) {
  .footer_conteudo_4 {
    width: 100%;
  }

  .footer_conteudo_3 {
    width: 100%;
  }

  .footer_conteudo_2 {
    width: 100%;
  }

  .footer_conteudo_1 {
    width: 100%;
  }

  .footer_box_content_geral {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
    gap: 40px;
  }

  .botoes_pedido_online_ajuste a {
    width: 100%;
    text-decoration: none;
  }

  .desktop_item {
    display: none;
  }

  .mobile_item {
    display: block;
  }

  .container,
  .container_conteudo_padrao,
  .margens_padrao {
    width: 100%;
    max-width: 100%;
    padding: 0 20px;
  }

  .btn_ajuste_unidade_pedido_online {
    border-radius: 10px;
    background: #f8cb97;
    border: 1px solid #f8cb97;
    display: flex;
    width: fit-content;
    padding: 18px 0px;
    align-items: center;
    width: 100%;
    gap: 9px;
    color: #442000;
    font-family: Montserrat;
    font-size: 16px;
    transition: all 0.3s ease;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0.48px;
    justify-content: center;
  }

  .botoes_pedido_online_ajuste {
    display: flex;
    width: 80%;
    align-items: center;
    justify-content: space-between;
    margin: auto;
    flex-direction: column;
    gap: 30px;
  }

  .box_nossa_loja_imagem {
    width: 100%;
  }

  .box_nossa_loja_conteudo {
    width: 100%;
    padding: 0px;
    border-radius: 40px 0px 0px 0px;
    background: #fff6fa;
  }

  .box_nossa_loja_imagem_geral {
    display: flex;
    align-items: center;
    flex-direction: column-reverse;
    gap: 30px;
  }

  .conteudo_banner_sobre_nos p {
    color: #442000;
    margin-bottom: 0px;
    text-align: justify;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    text-align: center;
  }

  .conteudo_banner_sobre_nos h2 {
    color: #442000;
    font-family: 'Hantepy Qablema';
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 0px;
    margin-bottom: 25px;
    text-align: center;
  }

  .conteudo_banner_sobre_nos > div {
    width: 100% !important;
  }

  .conteudo_banner_sobre_nos {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .imagem_banner_sobre_nos {
    width: 100%;
  }

  .banner_sobre_nos {
    background: #fff;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 30px;
  }

  .logos_itens_empresas_parceiras_mobile {
    position: relative;
    padding: 20px 35px;
  }

  .logos_itens_empresas_parceiras_mobile .slick-slide > div {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .logos_itens_empresas_parceiras_mobile img {
    max-width: 180px;
    margin: 0 auto;
    display: block;
  }

  .slick-logo-prev,
  .slick-logo-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    background: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
  }

  .slick-logo-prev {
    left: 0;
  }

  .slick-logo-next {
    right: 0;
  }

  .logos_itens_empresas_parceiras_mobile .slick-dots {
    display: flex !important;
    justify-content: center;
    gap: 8px;
    padding: 0;
    margin-top: 20px;
    list-style: none;
  }

  .logos_itens_empresas_parceiras_mobile .slick-dots li {
    width: auto;
    height: auto;
    margin: 0;
  }

  .logos_itens_empresas_parceiras_mobile .slick-dots li button {
    display: none;
  }

  .slide_logo_dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #d9d9d9;
    transition: 0.3s ease;
  }

  .logos_itens_empresas_parceiras_mobile
    .slick-dots
    li.slick-active
    .slide_logo_dot {
    background: #fd5497;
  }

  .slide_experiencias_mobile {
    position: relative;
  }

  .slick-exp-prev,
  .slick-exp-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    background: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
  }

  .slick-exp-prev {
    left: -23px;
  }

  .slick-exp-next {
    right: -23px;
  }

  .slide_experiencias_mobile .slick-dots {
    display: flex !important;
    justify-content: center;
    gap: 8px;
    padding: 0;
    margin-top: 20px;
    list-style: none;
  }

  .slide_experiencias_mobile .slick-dots li button {
    display: none;
  }

  .slide_experiencias_dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #d9d9d9;
  }

  .slide_experiencias_mobile
    .slick-dots
    li.slick-active
    .slide_experiencias_dot {
    background: #fd5497;
  }

  .conteudo_sabor_geral_container {
    position: relative;
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0 55px;
  }

  .conteudo_sabor_geral_container .slick-slide > div {
    width: 100%;
  }

  .conteudo_sabor_geral_container .item_sabor_unidade {
    width: 100% !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    min-height: 82px;
    padding: 16px 0;
    text-align: center;
  }

  .slick-sabor-prev,
  .slick-sabor-next {
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    z-index: 10;
    background: transparent;
    border: 0;
    padding: 0;
  }

  .slick-sabor-prev {
    left: 15px;
  }

  .slick-sabor-next {
    right: 15px;
  }

  .conteudo_sabor_geral_container .slick-dots {
    margin: auto;
    width: -webkit-fill-available;
    margin-left: -43px;
    margin-bottom: -20px;
  }

  .conteudo_sabor_geral_container .slick-dots button {
    display: none;
  }

  .slide_sabor_dot {
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #442000;
  }

  .conteudo_sabor_geral_container .slick-dots li.slick-active .slide_sabor_dot {
    background: #fd5497;
  }

  .slide_produtos_mobile {
    position: relative;
    width: 100%;
    max-width: 100%;
  }

  .slide_produtos_mobile .slick-list {
    overflow: hidden;
  }

  .slide_produtos_mobile .slick-slide {
    padding: 0 15px;
    box-sizing: border-box;
  }

  .slick-prod-prev,
  .slick-prod-next {
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    z-index: 5;
    background: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
  }

  .slick-prod-prev {
    left: -10px;
  }

  .slick-prod-next {
    right: -10px;
  }

  .slide_produtos_mobile .slick-dots {
    display: flex !important;
    bottom: -36px;
    justify-content: center;
    gap: 14px;
    padding: 0;
    margin: 35px 0 0;
    list-style: none;
  }

  .slide_produtos_mobile .slick-dots li {
    width: auto;
    height: auto;
    margin: 0;
  }

  .slide_produtos_mobile .slick-dots button {
    display: none;
  }

  .slide_produtos_dot {
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #442000;
  }

  .slide_produtos_mobile .slick-dots li.slick-active .slide_produtos_dot {
    background: #fd5497;
  }

  .container_conteudo_padrao {
    padding: 60px 20px;
  }

  .cabecalho_item_detalhe svg {
    width: 54px;
  }

  .ajuste_flex_conteudo_tabs_tamanho {
    width: 77%;
    margin-top: 30px;
  }

  .content_produtos_conteuto_tab {
    width: 100%;
    border-top: none !important;
    display: flex;
    border-left: 1px solid #f8b9d4 !important;
    justify-content: center;
    padding: 46px 0px;
    border-radius: 0 0 40px 0;
    border: 1px solid #f8b9d4;
    margin-top: -38px;
    border-top: 0px;
  }

  .image_produtos_conteudo_tab {
    width: 100%;
    border-radius: 40px 40px 30px 40px;
    overflow: hidden;
    border: 1px solid #fff;
    z-index: 999999;
    border-bottom: 0px;
  }

  .menu_mobile_btn {
    display: block;
    color: #fd5497;
  }

  .header_menu_content {
    position: fixed;
    top: 0;
    right: -100%;
    width: 80%;
    max-width: 320px;
    height: 100vh;
    background: #fff;
    z-index: 9999;
    padding: 80px 25px 25px;
    transition: 0.3s ease;
    box-shadow: -4px 0 20px rgba(0, 0, 0, 0.15);
  }

  .header_menu_content.ativo {
    right: 0;
  }

  .menu_mobile_fechar {
    display: block;
    position: absolute;
    top: 20px;
    right: 25px;
    color: #fd5497;
  }

  .header_menu_content ul {
    display: flex;
    flex-direction: column;
    gap: 22px;
    padding: 0;
    margin: 0;
    list-style: none;
  }

  .header_menu_content a {
    font-size: 18px;
    text-decoration: none;
    color: #333;
  }

  .header_menu_content_button a {
    display: inline-block;
    background: #fd5497;
    color: #fff;
    padding: 12px 18px;
    border-radius: 30px;
  }

  .slide_produtos_mobile .slick-dots,
  .slide_experiencias_mobile .slick-dots,
  .conteudo_sabor_geral_container .slick-dots,
  .logos_itens_empresas_parceiras_mobile .slick-dots {
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 0;
    margin: 20px 0 0 0;
    list-style: none;
    margin: auto !important;
    width: -webkit-fill-available !important;
    margin-left: -43px !important;
    margin-bottom: -20px !important;
  }

  .slide_produtos_mobile .slick-dots li,
  .slide_experiencias_mobile .slick-dots li,
  .conteudo_sabor_geral_container .slick-dots li,
  .logos_itens_empresas_parceiras_mobile .slick-dots li {
    width: auto;
    height: auto;
    margin: 0;
  }

  .slide_produtos_mobile .slick-dots li button,
  .slide_experiencias_mobile .slick-dots li button,
  .conteudo_sabor_geral_container .slick-dots li button,
  .logos_itens_empresas_parceiras_mobile .slick-dots li button {
    display: none;
  }

  .slide_produtos_dot,
  .slide_experiencias_dot,
  .slide_sabor_dot,
  .slide_logo_dot {
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #442000;
    transition: 0.3s ease;
    cursor: pointer;
  }

  .slide_produtos_mobile .slick-dots li.slick-active .slide_produtos_dot,
  .slide_experiencias_mobile
    .slick-dots
    li.slick-active
    .slide_experiencias_dot,
  .conteudo_sabor_geral_container .slick-dots li.slick-active .slide_sabor_dot,
  .logos_itens_empresas_parceiras_mobile
    .slick-dots
    li.slick-active
    .slide_logo_dot {
    background: #fd5497;
  }
}
