@font-face {
  font-family: "Satoshi-Light";
  src: url("/assets/fonts/Satoshi-Light.woff2") format("woff2");
  font-weight: 300;
}
@font-face {
  font-family: "Satoshi-Regular";
  src: url("/assets/fonts/Satoshi-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Satoshi-Medium";
  src: url("/assets/fonts/Satoshi-Medium.woff2") format("woff2");
  font-weight: 500;
}
@font-face {
  font-family: "Satoshi-bold";
  src: url("/assets/fonts/Satoshi-bold.woff2") format("woff2");
  font-weight: 700;
}
:root {
  --cultured-1: rgb(247, 247, 247);
  --gray-web: rgb(125, 125, 125);
  --white: rgb(255, 255, 255);
  --black: rgb(0, 0, 0);
  --dark: rgba(41, 41, 41, 1);
  --save: rgb(198 72 68);
  --hoockers-green_20: rgba(84, 143, 95, 0.2);
  --radius-3: 3px;
  --transition-1: 0.25s ease;
  --fw-600: 600;
  --fw-700: 700;
  --fs-14: 1rem;
  --fs-15: 0.9375rem;
  --fs-20: 1.25rem;
  --fs-40: 2.66rem;
  --ff-8: 0.533rem;
  --border-padding: 1px solid #ccc;
}
body {
  color: var(--dark);
  margin: 0;
  font-family: "Satoshi-Regular", sans-serif;
}
ul,
li,
p,
h1 {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  color: var(--dark);
}
a:hover {
  color: #555555;
}
.spacing-copy {
  height: var(--fs-40);
}
.padding-input {
  padding-bottom: 16px;
}
input {
  width: 100%;
}
.slideshow {
  background-color: var(--black);
  color: var(--white);
  font-size: 12px;
  padding: 4px 10px;
  text-align: center;
  font-weight: var(--fw-700);
}
.carousel-item img {
  max-width: 100%;
  height: auto;
}

.carousel-controls {
  position: absolute;
  width: 100%;
}

.carousel-indicators {
  justify-content: center;
  margin-bottom: var(--ff-8);
  font-size: 11.5px;
}

.carousel-navigation {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  padding: 0 15px;
}

.carousel-control-prev,
.carousel-control-next {
  margin-bottom: -8px;
  width: 50px;
  height: 50px;
  top: revert-layer;
  border-radius: 50%;
  border: none;
  line-height: 50px;
}
.icon,
.icon-next {
  width: 12px;
  height: 12px;
  color: var(--dark);
  transform: rotate(90deg);
}
.icon-next {
  transform: rotate(-90deg) !important;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  color: var(--white);
}
.carousel-control-prev.disabled svg.icon-prev,
.carousel-control-next.disabled svg.icon-next {
  fill: #ccc; /* Mudando a cor do ícone para cinza quando indisponível */
}

.carousel-control-prev.disabled,
.carousel-control-next.disabled {
  pointer-events: none; /* Desabilitando a interação com os botões indisponíveis */
}

.time {
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  background-color: #f7ece4;
  gap: var(--ff-8);
  height: var(--fs-40);
}

.hurry {
  font-size: 14px;
}
.product-detais {
  display: flex;
  flex-direction: column;
  padding: 0 15px var(--fs-40);
  margin-top: 15px;
  gap: 10px;
}
h1 {
  font-size: 20px !important;
  line-height: 28px;
  margin-bottom: -8px;
}

.starts-product {
  display: flex;
  text-align: center;
  align-items: center;
  gap: 4px;
}
.starts-product p {
  color: var(--dark);
  font-weight: 400;
  font-size: 0.875rem;
  margin-left: 5px !important;
  text-decoration: underline;
}

.price-content {
  display: flex;
  gap: var(--ff-8);
  align-items: center;
}

.price-normal {
  font-size: 18px;
  text-decoration: line-through;
  color: #9e9e9e;
}

.price-descont {
  font-size: var(--fs-20);
  font-weight: var(--fw-700);
}

.save {
  background-color: var(--save);
  color: var(--white);
  padding: 0 8px;
  font-size: 14px;
  font-weight: var(--fw-700);
  height: 22px;
  border-radius: 4px;
}
.save span {
  align-items: center;
  justify-content: center;
  text-align: center;
}

.button {
  width: 100%;
  font-size: 1rem;
  padding: 0.875rem 2rem;
  font-weight: 600;
  border-radius: 0.5rem;
  cursor: pointer;
  background-color: var(--black);
  color: white;
  border: none;
  text-align: center;
}

.styles_fitGuarantee__Ua6wy {
  display: flex;
  gap: var(--ff-8);
  padding: 25px 0 32px 0;
  border-bottom: 1px solid var(--hoockers-green_20);
}

.styles_fitGuarantee__Ua6wy-contet {
  display: flex;
  flex-direction: column;
  line-height: 22px;
}
.revies-people {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: var(--fs-40);
  border-bottom: 1px solid rgb(194, 191, 191);
  margin: var(--fs-40) 15px;
}
.title-rev {
  font-size: var(--fs-20);
  margin-bottom: 30px;
  font-weight: 700;
}

.d47 {
  font-size: 37px;
  margin-bottom: -10px;
}

.starts-rv {
  display: flex;
  gap: 4px;
}

.baseado {
  font-size: 15px;
  margin-top: 10px;
}

.button-rev {
  margin: 25px 0 25px 0;
  width: 100%;
  font-size: 13px;
  text-align: center;
  color: var(--black);
  background-color: var(--white);
  border-radius: 3px;
  padding: 7px;
  height: 38px;
  font-weight: 700;
  border: 1px solid #ccd6e0;
  box-shadow: 2px 3px 5px 0 #8888886b !important;
  box-sizing: border-box;
}

.rv-content {
  border-top: 1px solid #eee;
  margin: 0 15px 10px 15px;
  padding-top: 25px;
}
.stamped-review-header {
  display: flex;
  justify-content: space-between;
}
.name-part-1 {
  display: flex;
  gap: var(--ff-8);
}
.rv-content .name {
  font-size: var(--fs-14);
  font-weight: 500;
}
.rv-content .verified {
  font-size: var(--fs-14);
  color: #1cc286;
}

.data {
  font-size: 12px;
  color: #555555;
}
.rv-content p {
  margin-top: 16px !important;
  font-size: var(--fs-14);
  color: #2e2a39bf;
}

.img-revies {
  display: flex;
  margin-top: 15px;
  gap: var(--ff-8);
}

.img-revies img {
  width: 65px;
  height: 75px;
  border-radius: 4px;
}
.footer {
  padding: 70px 0 5px 0;
  background-color: var(--cultured-1);
}
.content-ft {
  margin: 0 15px;
}
.footer-top {
  display: grid;
  gap: 32px;
  margin-block-end: 60px;
}
.footer-list-title {
  font-size: var(--fs-20)!important;
  font-weight: 600;
  margin-block-end: 10px;
}
p.footer-list-text {
  font-size: var(--fs-14);
  margin-bottom: var(--ff-8);
  color: var(--gray-web);
}
a.footer-link,
a.footer-link-pv,
a.footer-link-pv-cl {
  font-size: var(--fs-14);
  color: var(--gray-web);
}

.newsletter-title {
  font-size: var(--fs-20);
  font-weight: 600;
  margin-block-end: 10px;
}

.newsletter-text {
  font-size: var(--fs-14);
  color: var(--gray-web);
  margin-bottom: 25px;
}
.newsletter-form {
  position: relative;
}
.email-field {
  background-color: var(--white);
  padding: 12px 18px;
  padding-inline-end: 145px;
  border: 1px solid var(--hoockers-green_20);
  border-radius: var(--radius-3);
  outline: none;
  transition: var(--transition-1);
  font-size: var(--fs-14);
}

.newsletter-form .btn {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}
.btn {
  font-weight: var(--fw-600);
  max-width: max-content;
  padding: 10px 30px;
  border-radius: var(--radius-3);
  transition: var(--transition-1);
  background-color: var(--black);
  border: var(--black);
}
.footer-bottom {
  background-color: var(--cultured-1);
  padding: 0 15px 70px 15px;
}
.footer-bottom .wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
  margin-block-end: var(--fs-20);
}
.footer-bottom > img {
  max-width: max-content;
}
.copyright {
  font-size: var(--fs-15);
  color: var(--gray-web);
}
.social-list {
  display: flex;
  gap: var(--fs-20);
}
.social-link {
  color: var(--black);
  font-size: 18px;
  transition: var(--transition-1);
}
.w-100 {
  width: 100%;
}
.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2px 15px;
  background-color: var(--white);
  border-bottom: 1px solid var(--hoockers-green_20);
  z-index: 1000;
}

.navbar-toggle {
  display: none;
  cursor: pointer;
}

.bar {
  width: 20px;
  height: 2px;
  border-radius: 5px;
  background-color: var(--dark);
  margin: 5px 0;
}

.logo {
  font-size: 30px;
  font-weight: 700;
}

.search-icon,
.cart-icon {
  display: none;
}

.mobile-menu {
  position: fixed;
  top: 75px;
  left: 0;
  width: 100%;
  height: calc(100% - 75px);
  width: 90%;
  background-color: var(--white);
  z-index: 1000;
  display: none;
  border-top: 1px solid #f7f7f7;
}
.overlay,
.overlay-p {
  position: fixed;
  top: 75px;
  left: 0;
  width: 100%;
  height: calc(100% - 75px);
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
  display: none;
}
.overlay-p {
  top: 0 !important ;
}
.overlay-active,
.overlay-p-active {
  display: block;
}

.nav {
  gap: 16px;
}
.nav svg {
  width: 20px;
  height: 20px;
}
.benefit {
  display: flex;
  padding: 10px 10px 20px;
}
.benef-01 {
  width: 33.33%;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.benef-01 svg {
  max-width: 80px;
  margin: 0 auto;
}
.title-benift {
  line-height: 1;
  margin-top: var(--ff-8);
  font-weight: 500;
}
.footer-02.footer-active {
  display: block;
}
.footer-02 {
  position: fixed;
  display: none;
  bottom: 0;
  left: 0;
  width: 90%;
  background-color: #ffffff;
  border-top: 1px solid #f7f7f7;
  z-index: 1000; /* Certifique-se de que o rodapé esteja acima do overlay */
}
.f-023 {
  display: flex;
  padding: 15px;
  gap: var(--ff-8);
}
#fixed-add-to-cart-button {
  position: fixed;
  bottom: 0;
  right: 0;
  border-radius: 0;
  z-index: 999;
}

.hidden {
  display: none;
}
.description-product {
  display: flex;
  flex-direction: column;
}
.headline-product {
  font-weight: 700;
  margin-bottom: 6px;
  font-size: 16px;
}
.product-paragraf {
  font-size: var(--fs-14);
  margin-bottom: 4px;
}
.faq-answer {
  display: none;
  margin: 16px 0;
}

.faq-question {
  cursor: pointer;
  font-size: 18px;
  font-weight: 700;
  display: flex;
  justify-content: space-between;
}
.faq {
  background: transparent;
  width: auto;
  border-top: 1px solid;
  border-color: #e5e5e5;
  border-bottom: none;
  padding: 10px 0px;
}
.active-svg {
  display: none;
}

.active .active-svg {
  display: block;
}

.active .inactive-svg {
  display: none;
}

.healine-copy {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 10px;
  margin-top: 25px;
}

#scrollBtn {
  display: none;
  position: fixed;
  bottom: 70px;
  right: 15px;
  border: none;
  cursor: pointer;
  background-color: transparent;
}
.img-container {
  max-width: 100%;
  overflow: hidden;
  margin-bottom: 24px;
}

.img-copy img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: var(--ff-8);
}

.copy-989 {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;

  gap: var(--ff-8);
}
.copy-product-reviwes {
  margin-bottom: 16px;
}
.headline-reviwe {
  font-size: var(--fs-20);
  font-weight: 700;
}
.copy-989 p {
  font-size: var(--fs-14);
}
span.name {
  font-size: var(--fs-14);
  font-weight: 700;
  width: 100%;
}
.pl-r,
.pl-rr,
.pl-rrr,
.pl-rrrr,
.pl-rv,
.size {
  display: none;
  position: fixed;
  align-items: center;
  top: 120px;
  border-radius: var(--fs-40);
  padding: var(--fs-40) 25px;
  left: 0;
  width: 100%;
  height: calc(100% - 75px);
  background-color: var(--white);
  z-index: 1000;
  display: none;
  border-top: 1px solid #f7f7f7;
}
.p-025 {
  position: sticky;
  top: 0;
  display: flex;
  justify-content: space-between;
  font-size: var(--fs-20);
  font-weight: 700;
  background-color: var(--white);
  padding: 10px 0;
  z-index: 1000;
}

.content {
  overflow-y: auto;
  max-height: calc(100vh - 250px);
}
.sapcing998 {
  height: 5px;
}
.minha-lista li {
  margin: 0 22px;
  padding-bottom: var(--ff-8);
  list-style-type: disc; /* Ou qualquer outro tipo de marcador que desejar */
}
.contactForm {
  margin-top: 16px;
}
.form-group {
  margin-bottom: var(--fs-20);
}
.form-group label {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}
.form-group input[type="text"],
.form-group input[type="email"],
.form-group input[type="tel"],
.form-group textarea {
  width: 100%;
  padding: 10px;
  border: var(--border-padding);
  border-radius: 5px;
  outline-color: var(--black);
}
.form-group textarea {
  height: 100px;
}
.form-group input[type="submit"] {
  padding: 10px 20px;
  background-color: var(--black);
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.error-message {
  color: red;
}
/* Adiciona a classe fade-in quando o elemento entra na tela */
.fade-in {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

/* Altera a opacidade e a posição do elemento para fazê-lo aparecer */
.fade-in.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.star-margin-right {
  margin-right: 4px;
}
.why-buy-from-us {
  background: black;
  display: flex;
  flex-direction: column;
  text-align: center;
  padding: 13px 15px;
  color: white;
  gap: 16px;
}
.title-buy-us {
  font-size: 24px;
  font-weight: 700;
}
.helaine-buy {
  font-size: 20px;
  font-weight: 700;
}
.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.svg-prev-n {
  display: flex;
  gap: 16px;
  justify-content: center;
  align-items: center;
}

.svg-prev-n svg {
  width: 12px;
}
.arrow-prev path,
.arrow-next path {
  fill: var(--white);
}
.pagination {
  font-size: 12px;
}
#page-numbers {
  display: flex;
}

.page-number {
  color: gray;
  text-align: center;
  display: inline-block;
  width: var(--fs-40);
  height: var(--fs-40);
  line-height: var(--fs-40);
  border-radius: 50%;
  border: 1px solid #e6e6e6;
}
#pagination-controls {
  display: flex;
  justify-content: center;
  gap: 4px;
  margin: 40px 0 40px 0;
}
#prev-page,
#next-page {
  color: gray;
  text-align: center;
  display: inline-block;
  width: var(--fs-40);
  height: var(--fs-40);
  line-height: var(--fs-40);
  border-radius: 50%;
  border: 1px solid #e6e6e6;
  display: flex;
  align-items: center;
  text-align: center;
  background: transparent;
  outline: none;
}
/* Style for the selected page number */
.page-number.selected {
  background-color: var(--black);
  color: var(--white);
}

/* Hover style for page numbers */
.page-number:hover {
  background-color: var(--black);
  color: var(--white);
}

/* Transition effect for a smooth hover animation */
.page-number {
  transition: background-color 0.3s ease, color 0.3s ease;
}

/* Remove the hover effect for the currently selected page number */
.page-number.selected:hover {
  background-color: var(--black);
  color: var(--white);
  cursor: default;
}
.header {
  height: 76px;
  justify-content: center;
  align-items: center;
  text-align: center;
  display: flex;
}
.header .logo {
  font-size: 32px !important;
}

.summary-product {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #f2f2f2;
  height: 67px;
  font-size: var(--fs-15);
  padding: 0 15px;
}

.part-1 {
  display: flex;
  gap: var(--fs-15);
}
.pt-02 span {
  font-weight: 700;
}
.body-contet {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 600px;
  padding: 0 15px;
  gap: 16px;
}
.container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 65vh;
}
.healine-confitm {
  font-size: 26px;
  font-weight: 700;
}
.order {
  font-size: var(--fs-14);
  margin-top: -8px;
}

#thank-you-message {
  text-align: center;
}
@media only screen and (max-width: 335px) {
  .time svg {
    display: none;
  }
  #timer {
    font-size: 13px !important;
  }
  .save span {
    font-size: 12px;
  }
}
@media only screen and (max-width: 375px) {
  .time svg {
    width: 19px;
  }
  .hurry {
    font-size: 12px;
  }
  #timer {
    font-size: var(--fs-14);
  }
}
@media only screen and (max-width: 768px) {
  .navbar-toggle {
    display: block;
    margin-right: 36px;
  }

  .logo {
    text-align: center;
  }

  .search-icon,
  .cart-icon {
    display: inline-block;
  }

  .mobile-menu {
    display: none;
  }
  .shop {
    display: flex;
    padding: 0 10px 20px;
  }
  .shop-img svg {
    width: 60px;
    height: 60px;
    border-radius: 25px;
    margin-right: 22px;
  }
  .shop-content {
    display: flex;
    flex-direction: column;
  }
  .m-0635 {
    display: flex;
    justify-content: space-between;
  }
  .m-0635 svg {
    margin-right: var(--fs-14);
  }
  .title-shop {
    font-size: 18px;
    font-weight: 500;
  }
  .conteudo {
    font-size: var(--fs-14);
  }
}
.menu-open {
  overflow: hidden;
}
.imagem-tamanho-completo {
  max-width: 100%;
  max-height: 100%;
}
.modal-content {
  border: none;
  background: transparent;
}
.modal-header {
  z-index: 1;
  padding: 0;
  border-bottom: none;
  margin-bottom: -45px;
}
.modal-header .close {
  margin: 1rem 11px 4px auto;
  padding: 0 15px;
  opacity: 100%;
}
.modal-body {
  padding: 0 15px;
}
.img-fluid {
  border-radius: 12px;
}

.loader {
  pointer-events: none;
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: var(--white);
  animation: btn-animation 1s ease infinite;
  left: 45%;
}
.div-size {
  display: flex;
  font-size: var(--fs-14);
  margin-top: 6px;
}

.size-and-fit {
  text-decoration-line: underline;
}
.icon-svg {
  margin-right: var(--ff-8);
}

.color-section {
  display: flex;
  flex-direction: column;
  gap: var(--fs-15);
  font-size: var(--fs-14);
}
.selected-colors {
  display: flex;
  gap: var(--ff-8);
}
.color-01 img,
.color-02 img,
.color-03 img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.selected-color img {
  border: 1px solid var(--black);
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.size-selects {
  display: flex;
  gap: var(--ff-8);
  margin-top: var(--fs-15);
}
.button-size {
  box-sizing: border-box;
  font-size: 0.75rem;
  background: var(--white);
  color: var(--black);
  border: 1px solid var(--black);
  font-weight: 600;
  white-space: nowrap;
  padding: 0.75rem 1rem 0.625rem;
  margin: 0 0.5rem 0.625rem 0;
  min-width: 4rem;
  border-radius: var(--ff-8);
  justify-content: center;
  text-align: center;
}

.selected-size {
  color: var(--white);
  background-color: var(--black);
  border: none;
}
/* CSS */
.no-scroll {
  position: fixed;
  width: 100%;
  top: -${window.scrollY}px;
}
.styles_sixtyDaysGuarantee__SEuTx{
  display: flex;
  align-items: center;
  background-color: var(--white);
  margin-top: var(--fs-20);
  padding: 20px 16px;
  border-radius: var(--ff-8);
  gap: var(--ff-8);
  font-size: var(--fs-14);
  border: 1px solid var(--black);
}
.our-15{
  display: flex;
  flex-direction: column;
}



table {
  width: 100%;
  border-collapse: collapse;
}

table th, table td {
  padding: 10px;
  text-align: center;
  border-radius: 4px;
  border: 1px solid #ddd;
}

table th {
  background-color:var(--black);
  color: var(--white);
}

table tbody tr:nth-child(even) {
  background-color: #f2f2f2;
}

table tbody tr:hover {
  background-color: #ddd;
}
.video-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.video-container video {
  width: 90%;
  height: auto;
  border-radius: 50%;
}
.content-9857{
  display: flex;
  gap: var(--fs-14);
font-size: 18px;
}
p.in-8937490{
  font-size: 16px;
}
.in90484 {
  display: flex;
  flex-direction: column;
  text-align: left;
}

.img-copy09 img {
  width: 50%;
  border-radius:   8px;
}
.custom-table {
  border-collapse: collapse;
  width: 100%;
}
.custom-table th, .custom-table td {
  border: none;
  font-size: 14px;
  border-radius: 0 !important;
}
.custom-table td{
  padding: 15px 5px !important;
}

.cinza894 {
  background-color: #ECECEC;
  align-items: center;
  color: var(--black);
  text-align: center;
  BORDER-BOTTOM: 1px solid white !important;
}

.black08998 {
  background-color: var(--black);
  color: var(--white) ;
  align-items: center;
  text-align: center;
}

.bebeb {
  text-align: left;
  background-color: white;
  color: var(--black);
}

.hudgfui{
  background-color: var(--black);
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border-radius: var(--ff-8);
  gap: var(--ff-8);
}
.hudgfui img {
  width: 100%;
  height: auto;
  border-radius: var(--ff-8) var(--ff-8) 0 0 ;
}

.p890 {
  padding: var(--fs-20 );
}