@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&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");


.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.poppins-black-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: italic;
}

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

body {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.6;
  color: #333;
  background-color: #f9f9f9;
}

a {
  text-decoration: none;
  color: #b7a887;
}

.container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

/* Footer */
footer {
  background-color: #f5f8f8 !important;
}

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

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

.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;
  font-size: 1.3rem;
  padding: 0 0.5rem;
  color: #666666;
  font-weight: 400;
  letter-spacing: 0;
  font-style: normal;
}

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

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

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

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

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

/* Cart Toggle Button */
.slid-cl-cart {
  display:none; 
  position:fixed; 
  top:0; 
  right:0; 
  max-width: 515px;
  width:480px; 
  width: calc(100% - 20px);
  height:100vh; 
  background:#fff; 
  box-shadow:-4px 0 20px rgba(0,0,0,0.2); 
  transition: transform .3s;
  z-index: 999999;
  overflow: hidden;
  padding:20px 0;
}

.cart-header-ajx {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px 10px 20px;
  border-bottom: 1px solid #eee;
}

.cart-contents-ajx {
  max-height: calc(100vh - 260px);
  overflow-x: hidden;
  overflow-y:auto; 
  padding: 20px;
}

.cart-footer-ajx {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  border-top: 1px solid #eee;
}

.checkout-btn {
  background-color: #b7a887;
  width: 100%;
  color: #fff;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  margin: 10px 0;
}

.continue-shopping-btn {
  background-color: #b7a887;
  width: 100%;
  color: #fff;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  margin: 10px 0;
}

.cart-actions {
  width: 100%;
}

.cart-item {
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
}
.cart-item img {
  width: 100px;
  border-radius: 8px;
  height: 100px;
  object-fit: cover;
}
.item-details {
  flex: 1;
}
.item-qty {
  display: flex;
  gap: 5px;
  align-items: center;
}
.item-price {
  font-weight: bold;
}
.cart-total {
  margin-top: 20px;
  font-size: 18px;
  text-align: right;
}

@media (max-width: 980px) {
  .footer-social-media {
    display: flex;
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 1rem;
    padding: 1rem;
    text-align: center;
  }

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

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

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

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

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

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

@media (max-width: 768px) {}