/*=============================================
=            IMPORTAÇÃO DA FONTE GOOGLE      =
=============================================*/

/* Importando a fonte Roboto do Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


/*=============================================
=            RESET E BASE DO TEMA              =
=============================================*/

/* Reset básico para consistência */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  font-family: "Open Sans", sans-serif !important;
  background-color: var(--background-color);
  color: var(--text-color);
  line-height: 1.6;
}

/* Links */
a {
  color: #417948 !important;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.color-green-cl {
  color: #417948 !important;
}

h1, h2, h3 {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 48px;
  color: #417948 !important;
}

.pagination-pedidos {
    display: flex;
    justify-content: end;
    margin-top: 1rem;
    list-style-type: none; /* Remove bullet points */
    padding: 0; /* Reset default padding */
}

.pagination-pedidos li {
    margin: 0 0.25rem;
}

.pagination-pedidos li a,
.pagination-pedidos li span {
    display: inline-block;
    padding: 0.5rem 0.75rem;
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    color: #333 !important;
    text-decoration: none;
    border-radius: 0.35rem !important;
    font-size: 1rem;
    line-height: 1.5;
    transition: background-color 0.2s, color 0.2s, border-color 0.2s;
}

.pagination-pedidos li a:hover {
    background: #e9ecef;
    border-color: #ced4da;
}

.pagination-pedidos li.active a,
.pagination-pedidos li.active span {
    background: #417948;
    border-color: #417948;
    color: #ffffff !important;
}

.pagination-pedidos li.disabled a,
.pagination-pedidos li.disabled span {
    background: #f8f9fa;
    border-color: #dee2e6;
    color: #6c757d;
    cursor: not-allowed;
}


/* Imagens responsivas */
img {
  max-width: 100%;
  height: auto;
}

.img-cozinha-size{
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 6px;
  margin-bottom: 1rem;
}

.card-cozinha {
  width: 22%; 
  height: 400px; 
  margin: .5rem; 
  padding: 1rem; 
  background-color: #A7927715; 
  border: solid #A79277 2px; 
  color: #fff; 
  border-radius: 8px; 
  text-align: center;
  animation: fadeIn 0.5s ease-in-out;
}

.card-cozinha:hover {
  transform: scale(1.05);
  transition: transform 0.3s ease-in-out;
}

.qr-cozinha-size {
  width: 18rem;
  height: auto;
}

.glink {
  color: black !important;
}

.w-cl-cz {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0;
}

.header-links-uteis {
    padding: 20px 0;
    margin-bottom: 20px;
}

.header-links-uteis h2 {
    color: #333 !important;
    padding: 0 !important;
    margin: 0;
}

/* Estilos básicos para elementos */
button,
input,
select,
textarea {
  font-family: inherit;
}

/*=============================================
=               VARIÁVEIS CSS                  =
=============================================*/

:root {
  --primary-color: #0073aa;
  --secondary-color: #005177;
  --background-color: #ffffff;
  --text-color: #000000;
  --header-background: #222222;
  --footer-background: #282828;
  --link-hover-color: #1c0029;
  --border-color: #dddddd;
}

/*=============================================
=              HEADER DO TEMA                 =
=============================================*/

header {
  background-color: transparent;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header .site-logo {
  max-height: 60px;
}

header nav {
  display: flex;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

header nav ul {
  list-style: none;
  display: flex;
}


header nav ul li a {
  color: #000 !important;
  font-weight: 400 !important;
}

header nav ul li a:hover {
  color: hsla(106, 30%, 36%, 1) !important;
}

/* NAVBAR TOGGLER FIXED */

.nav-link {
  font-family: "Open Sans", sans-serif !important;
  font-weight: 300;
  padding: 1.6rem 0.7rem !important;
  font-size: 1.1rem;
  color: var(--cor-white) !important;
  text-decoration: none !important;
}

.bg-header-cl.scrolled {
  background-color: #417948 !important;
  height: 80px;
}

.nav-link.scrolled {
  color: var(--cor-black) !important;
  text-shadow: none;
}

.navbar-light .navbar-nav {
  color: #000;
}

.nav-cl-flex{
  display: flex; 
  align-items: center;
}

/* Dropdown no hover */
.dropdown:hover .dropdown-menu {
      display: block;
      margin-top: 100px; /* Remove o deslocamento para baixo */
}

.dropdown-menu {
  width: auto !important;
  border-top: 3px hsla(106, 30%, 36%, 1) solid !important;
  border-radius: 0 !important;
  margin-top: 0 !important;
  padding: 0 !important;
  transition: opacity 0.5s ease, transform 0.5s ease-in-out !important;
}

a:active,
a:visited {
  color: #417948 !important;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.4rem 1.2rem !important;
    clear: both;
    font-weight: 400;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.dropdown-item:hover {
  width: 100% !important;
  background-color: #eee !important;
  color: hsla(106, 30%, 36%, 1) !important;
  text-decoration: none !important;
  border-bottom: 1px solid #ddd !important;
  border-top: 1px solid #ddd !important;
}

.menu-btn .nav-link {
  background-color: var(--bg-macaroom);
  font-family: "Open Sans", sans-serif !important;
  color: var(--cor-white) !important;
  font-weight: 500;
  position: static;
  padding: 0.4rem 10px;
  border-radius: 0;
  letter-spacing: 0;
  text-transform: none;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.menu-btn .nav-link::after {
  display: none;
}

.navbar-light .navbar-nav .nav-link {
  border-radius: 8px;
  font-weight: 500;
  font-size: larger;
}

.menu-btn .nav-link:hover {
  background-color: var(--bg-macaroom);
  transform: scale(1.05);
  text-decoration: none;
}

.w-cl-1600 {
  max-width: 1600px;
  margin: 0 auto;
}

.icon-idioma-cl {
  color: hsla(106, 30%, 36%, 1) !important;
  font-size: 1.8rem;
  padding: 0 0.5rem;
  margin: auto;
  transition: color 0.3s ease-in-out;
}

.icon-idioma-cl:hover {
  color: #bbb !important;
}

.icon-idioma-cl:active {
  color: #bbb !important;
}

/*=============================================
=               CAROUSEL LOJAS                =
=============================================*/

.carousel-container-loja {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin: 2rem 0;
}

.carousel-loja {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.carousel-container-loja-item {
  flex: 0 0 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.item-loja {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 0rem;
  cursor: grab;
}

.item-text-loja {
  width: 100%;
  border: 1px solid #ddd;
  box-sizing: border-box;
  padding: 0 4rem 0 7rem;
}

.item-text-loja h1 {
  color: hsla(106, 30%, 36%, 1);
  margin: 40% 0 0 0;
  font-size: 3.6rem;
}

.item-text-loja p {
  font-size: 1rem;
  line-height: 1.6rem;
  font-weight: 400;
}

.item-img-loja {
  box-sizing: border-box;
  width: 100%;
  height: 728px;
}

.item-img-loja img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Botões de navegação */
button.prev,
button.next {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  transform: translateY(-50%);
  background-color: hsla(106, 30%, 36%, 1);
  color: white;
  border: none;
  border-radius: 50%;
  padding: 10px;
  cursor: pointer;
  z-index: 10;
}

button.prev:hover {
  background-color: #af7d4410;
}

button.next:hover {
  background-color: #af7d4410;
}

button.prev {
  left: 10px;
}

button.next {
  right: 10px;
}

/*=============================================
=               ÁREA PRINCIPAL                =
=============================================*/

main {
  padding: 20px;
  margin: 160px auto;
  max-width: 100%;
}

.main-page {
  background-color: var(--bg-white);
  margin: 0;
  padding: 0;
}

.about-image {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  border-radius: 16px;
}

.h-auto-about {
  height: 500px;
}

.about-text-container {
  border: hsla(106, 30%, 36%, 1) 0px solid;
}

/* Section */
.section-sobre {
  max-width: 100%;
  margin: 0;
}

.link-cl-section {
  max-width: 100%;
  margin: 6% 0;
}

.about-ancora-margin {
  margin-top: 12rem !important;
}

.about-ancora-margin-txt {
  margin-top: 12rem !important;
}

.destaque-section {
  max-width: 100%;
  margin: 6% 0;
}

.lojas-section {
  max-width: 100%;
  margin: 6% 0;
}

.comment-section {
  max-width: 100%;
  margin: 6% 0;
}

.section-tiktok {
  width: 1600px;
  margin: 5% auto;
  border: 0px solid hsla(106, 30%, 36%, 1);
  border-radius: 1rem;
  background-color: #F5F8F8;
  padding: 4rem 4rem;
}

.section-produtos {
  max-width: 100%;
  margin: 10% 0;
}

#sb-tiktok-feeds-container-1 .sb-feed-header-btn {
  background: hsla(106, 30%, 36%, 1) !important;
}

.sbtt-tiktok-wrapper {
  text-align: center;
  margin-bottom: 2rem;
}
.sbtt-tiktok-title {
  font-size: 2rem;
  margin-bottom: 0.5rem;
}
.sbtt-tiktok-subtitle {
  font-size: 1rem;
  color: #666;
  margin-bottom: 1.5rem;
}
.sbtt-tiktok-btn {
  background: #AF8759 !important;
  color: #fff !important;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  text-decoration: none;
  font-size: 1rem;
}
.sbtt-tiktok-btn:hover {
  background: #af7a3d !important;
  color: #fff !important;
}

/* Sale Card */
.sale-card-cl {
  background-color: #F9440A;
  color: #ffffff;
  width: 80px;
  height: auto;
  font-size: 1rem;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  border-bottom-left-radius: 1rem;
  border-top-right-radius: calc(.25rem - 1px);
  position: absolute;
  top: 0;
  right: 0;
  padding: auto;
}

/* Breadcrumb */
.breadcrumb {
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #f8f9fa;
  border-radius: 0.25rem;
}

.breadcrumb-item {
  display: inline-block;
}

.breadcrumb-item+.breadcrumb-item::before {
  content: ">";
  padding: 0 0.5rem;
  color: #6c757d;
}

.breadcrumb-item a {
  color: #007bff;
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #6c757d;
}

.site-description {
  font-size: 1.5rem;
  font-weight: 400;
  color: #666666;
  margin: 0 0 1rem 0;
}

/* Posts */
.post {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.post h1,
.post h2,
.post h3 {
  color: var(--primary-color);
}

.post p {
  margin-bottom: 15px;
}

.btn-cl {
  padding: 1rem 2rem;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  text-decoration: none;
}

.btn-cl:hover {
  text-decoration: none;
}

.btn-bg-cl {
  background-color: #AF8759;
}

.btn-text-cl {
  color: #ffffff;
  font-size: 1.3rem;
  text-align: center;
  line-height: normal;
  padding: auto;
}

.btn-bg-cl:hover {
  background-color: #af7a3d;
  color: #ffffff;
}

/*=============================================
=                  SIDEBAR                    =
=============================================*/

.sidebar {
  background-color: var(--secondary-color);
  color: #ffffff;
  padding: 20px;
}

/*=============================================
=               RODAPÉ (FOOTER)               =
=============================================*/

.footer-container {
  background-color: #F5F8F8;
}

.footer-social-media {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 1rem 10rem;
}

.titulo-icon-foolter {
  display: flex;
  justify-content: start;
  align-items: left;
  font-size: 1.4rem;
  padding: 0 0.5rem;
  color: hsla(106, 30%, 36%, 1);
  font-family: "Open Sans", sans-serif !important;
  font-weight: 500;
  letter-spacing: 0;
  font-style: normal;
  line-height: auto;
}

.about-footer {
  max-width: 360px;
  margin-top: 16px;
}

.footer-icons-container {
  display: flex;
  justify-content: end;
  align-items: center;
  margin: 0.5rem 0 0 0;
}

.color-i {
  color: #41b8a9;
  font-size: 1.2rem;
  padding: 0 0.5rem;
}

.color-i:hover {
  color: #bbb;
}

.footer-main {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 2.6rem 41.6px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #ddd;
    padding: 3rem 7rem;
}

.footer-item-logo {
  width: 60%;
}

.custom-logo-link img {
  max-width: 60px;
  height: auto;
  margin-right: 1rem;
}

.footer-item-logo h6 {
  font-size: 1.2rem;
  text-transform: uppercase;
  color: hsla(106, 30%, 36%, 1);
  font-family: "Open Sans", sans-serif !important;
  font-weight: 700;
  line-height: auto;
  margin-top: 1rem;
}

.footer-item {
  text-align: left;
  width: 50%;
}

.footer-item h6 {
  font-size: 1.2rem;
  text-transform: uppercase;
  color: hsla(106, 30%, 36%, 1);
  font-family: "Open Sans", sans-serif !important;
  font-weight: 600;
  font-style: normal;
  line-height: auto;
}

.footer-item li {
  font-size: 1rem;
  font-family: "Open Sans", sans-serif !important;
  font-weight: 400;
  line-height: 2.2rem;
  padding: 0;
  cursor: pointer;
}

.footer-item li a {
  color: #666666;
  text-decoration: none;
}

.footer-item li a:hover {
  color: hsla(106, 30%, 36%, 1) !important; 
}

.footer-copyright {
  color: var(--footer-t);
  padding: 1.6rem 0;
  text-align: center;
  font-size: 14px;
  font-family: "Open Sans", sans-serif !important;
}

.color-link-grey {
  font-family: "Open Sans", sans-serif !important;
  color: #666666 !important;
}

.color-link-grey:hover {
  color: #bbb !important;
}

.social-icons {
  font-family: "Font Awesome 6 Free", Arial, sans-serif;
}

.social-icons option::before {
  content: attr(data-icon);
  font-family: "Font Awesome 6 Free";
  margin-right: 5px;
}

/*=============================================
=              FORMULÁRIOS                    =
=============================================*/

input,
textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid var(--border-color);
}

button {
  background-color: var(--primary-color);
  color: #ffffff;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
}

/*=============================================
=               MODO ESCURO                    =
=============================================*/

body.dark-mode {
  --background-color: #121212;
  --text-color: #e0e0e0;
  --header-background: #1e1e1e;
  --footer-background: #333333;
  --bg-footer-cl: #282828;
  --footer-t: "#626971";
  --border-color: #444444;
}

.logo-principal,
.logo-alternativa {
    opacity: 0;
    transition: opacity 0.3s ease;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
}

.logo-principal.visible,
.logo-alternativa.visible {
    opacity: 1;
    pointer-events: auto;
    position: relative;
}

.logo-principal.hidden,
.logo-alternativa.hidden {
    opacity: 0;
    pointer-events: none;
}

.custom-logo {
  display: block;
}

/* CSS para hover em dropdowns e submenus */
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
  display: none !important;
}

.dropdown-submenu:hover > .dropdown-menu {
  display: block !important;
}

.paralax-titulo{
  font-weight: 700;
  font-size: 4.4rem;
  color: #ffffff;
  line-height: 1.2;
  text-align: start;
  margin-bottom: 0;
}

.paralax-texto{
  font-weight: 400;
  font-size: 1.6rem;
  color: #ffffff;
  text-align: start;
  margin-top: 0;
}

.logo-img-footer {
  display: flex;
  justify-content: start;
  align-items: center;
  margin-bottom: 1rem;
}

.site-title {
  font-size: 1.2rem;
  font-weight: 600;
  color: #000;
}

.site-title-footer{
  display: inline-block;
  font-size: 1rem;
  font-weight: 600;
  color: #000;
}


/*=============================================
=               RESPONSIVIDADE               =
=============================================*/

@media (max-width: 1366px) {
  .w-cl-1600 {
    max-width: 1200px;
    margin: 0 auto;
  }

  .w-cl-cz {
  max-width: 1200px;
  margin: 0 auto;
}

  .section-tiktok {
    width: 1200px;
  }

  .custom-logo-link img {
    max-width: 60px;
    margin-right: 1rem;
  }

  .carousel-container-loja {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin: 2rem 0;
  }

  .carousel-loja {
    display: flex;
    transition: transform 0.5s ease-in-out;
  }

  .carousel-container-loja-item {
    flex: 0 0 100%;
    height: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .item-loja {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 0rem;
    cursor: grab;
    height: 460px;
  }

  .item-text-loja {
    width: 100%;
    border: 1px solid #ddd;
    box-sizing: border-box;
    padding: 2rem 3rem 2rem 6rem;
    height: auto;
  }

  .item-text-loja h1 {
    margin: 30% 0 0 0;
    font-size: 2.6rem;
  }

  .item-text-loja p {
    font-size: 1rem;
    line-height: 1.6rem;
    font-weight: 400;
  }

  .item-img-loja {
    box-sizing: border-box;
    width: 600px;
    height: auto;
  }

  .item-img-loja img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .h-auto-about {
    height: 560px;
  }
}

@media (max-width: 912px) {
  .bg-header-cl {
    background-color: #ffffff !important;
    transition: background-color 0.3s ease-in-out;
  }

  .nav-link {
    text-shadow: none;
  }

  .nav-cl-flex{
    display: none; 
    align-items: normal;
  }

  .bg-header-cl.scrolled {
    display: none;
  }
  
  .navbar-light .navbar-nav {
    color: #121212;
  }

  .icon-idioma-cl {
    color: #121212 !important;
    font-size: 1.8rem;
    padding: 0 0.5rem;
    margin: auto;
    transition: color 0.3s ease-in-out;
  }
  .icon-idioma-cl:hover {
    color: #3b3b3b !important;
  }
  .icon-idioma-cl:active {
    color: #3b3b3b !important;
  }

  .footer-social-media {
    display: flex;
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 1rem;
    padding: 1rem;
    text-align: center;
  }

  .titulo-icon-foolter {
    display: flex;
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
  }

  .footer-icons-container {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .footer-main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-wrap: wrap;
    padding: 1.6rem;
  }

  .footer-item {
    text-align: center;
    width: 100%;
  }

  .about-footer {
    max-width: 100%;
    margin-top: 16px;
    text-align: center;
  }

  .footer-item-logo {
    width: 100%;
  }

  .logo-img-main {
    display: flex;
    justify-content: center;
  }

  .footer-item-logo img {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

@media (max-width: 768px) {
  header {
    flex-direction: column;
    align-items: flex-start;
  }

  header nav ul {
    flex-direction: column;
  }

  main {
    padding: 20px;
  }

  .footer-social-media {
    display: flex;
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 1rem;
    padding: 1rem;
    text-align: center;
  }

  .titulo-icon-foolter {
    display: flex;
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
  }

  .footer-icons-container {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .footer-main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-wrap: wrap;
    padding: 1.6rem;
  }

  .footer-item {
    text-align: center;
    width: 100%;
  }

  .about-footer {
    max-width: 100%;
    margin-top: 16px;
    text-align: center;
  }

  .footer-item-logo {
    width: 100%;
  }

  .logo-img-main {
    display: flex;
    justify-content: center;
  }

  .footer-item-logo img {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  /* Carousel lojas Mobile */
  .carousel-container-loja {
    border: hsla(106, 30%, 36%, 1) solid 0px;
    padding: 0;
    margin: 1rem 0;
  }

  .item-loja {
    grid-template-columns: repeat(1, 1fr);
    padding: 0;
  }

  .item-text-loja {
    width: 100%;
    padding: 0;
  }

  .item-text-loja h1 {
    color: hsla(106, 30%, 36%, 1);
    font-size: 1.6rem;
    margin: 0;
    padding: 1rem;
    max-width: 100%;
    box-sizing: border-box;
    line-height: 2.4rem;
  }

  .item-text-loja p {
    font-size: 1rem;
    padding: 0 1rem;
    margin-bottom: 1rem;
    line-height: 1.6rem;
    font-weight: 400;
    max-width: 100%;
    box-sizing: border-box;
    border: 1px solid hsla(106, 30%, 36%, 1);
  }

  .item-img-loja {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
  }

  .item-img-loja img {
    width: 100%;
    height: 320px;
    object-fit: cover;
  }
}

@media (max-width: 480px) {
  body {
    font-size: 14px;
  }

  header nav ul li {
    margin-left: 10px;
  }

  .about-ancora-margin {
    margin-top: 5rem !important;
  }

  .about-ancora-margin-txt {
    margin-top: 1rem !important;
  }

  .custom-logo-link img {
        max-width: 3rem;
        margin: 0 0 0 1rem;
        height: auto;
    }

    .m-right-mobile {
    margin-right: 20px !important;
  }

  .logo-alternativa {
    display: none;
    max-width: 200px;
    height: auto;
  }

  .w-cl-1600 {
    max-width: 100%;
    margin: 0 auto;
  }

  .about-text-container {
    border: rgb(0, 204, 0) 0px solid;
    margin: 1rem 0;
  }

  .h-auto-about {
    height: 260px;
  }

  .btn-cl {
    padding: .7rem 0 1.2rem 0;
    text-align: center;
  }

  .btn-bg-cl {
    background-color: #AF8759;
    display: inline-block;
    width: 100%;
  }

  .btn-bg-cl:hover {
    background-color: #af7a3d;
  }

  .btn-text-cl {
    color: #ffffff;
    font-size: 1.6rem;
  }

  .w-cl-cz {
    max-width: 85%;
    margin: 0 auto;
  }

  .section-tiktok {
    width: 100%;
    margin: 5% auto;
    border-radius: 0;
    background-color: #AF875920;
    padding: 4rem 2rem;
  }

  .card-cozinha {
    width: 100% !important; 
    height: auto; 
    margin: 1rem auto; 
    padding: 1rem; 
    animation: fadeIn 0.5s ease-in-out;
  }

  /* Carousel lojas Mobile */
  .carousel-container-loja {
    border: hsla(106, 30%, 36%, 1) solid 0px;
    padding: 0;
    margin: 1rem 0;
  }

  .item-loja {
    grid-template-columns: repeat(1, 1fr);
    padding: 0;
  }

  .item-text-loja {
    width: 100%;
    padding: 0;
  }

  .item-text-loja h1 {
    color: hsla(106, 30%, 36%, 1);
    font-size: 1.6rem;
    margin: 0;
    padding: 1rem;
    max-width: 100%;
    box-sizing: border-box;
    line-height: 2.4rem;
  }

  .item-text-loja p {
    font-size: 1rem;
    padding: 0 1rem;
    margin-bottom: 1rem;
    line-height: 1.6rem;
    font-weight: 400;
    max-width: 100%;
    box-sizing: border-box;
    border: 1px solid hsla(106, 30%, 36%, 1);
  }

  .item-img-loja {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
  }

  .item-img-loja img {
    width: 100%;
    height: 320px;
    object-fit: cover;
  }

  .footer-socials {
    justify-content: center;
}
}

/* =============================================
=                  ANIMAÇÃO                    =
============================================= */

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeInScale {
  from {
    opacity: 0;
    transform: scale(0.8);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes slideIn {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0);
  }
}

@keyframes slideOut {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(100%);
  }
} 

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}

@keyframes zoomIn {
  from {
    transform: scale(0.8);
  }
  to {
    transform: scale(1);
  }
}
@keyframes zoomOut {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(0.8);
  }
}