/** Shopify CDN: Minification failed

Line 338:0 All "@import" rules must come first
Line 1486:0 Expected "}" to go with "{"

**/
/* Fonte Satoshi */
@import url("https://fonts.googleapis.com/css2?family=Satoshi:wght@400;700&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap');
@font-face {
  font-family: "Defante";
  src: url('{{ "DefanteRegular.woff2" | asset_url }}') format("woff2"),
    url('{{ "DefanteRegular.woff" | asset_url }}') format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

#navbar-desktop {
  background: #ffffff !important;
}

#navbar-desktop .navbar-brand img {
  max-height: 48px; /* ajuste conforme o design */
}

#navbar-desktop .menu-container .nav-link,
#navbar-desktop .menu-container .dropdown-toggle {
  font-family: "Montserrat", sans-serif !important;
  color: #2a2a2a !important;
  font-weight: 400 !important;
  font-size: 1.1rem; /* ajuste conforme o design */
  letter-spacing: 0.02em;
  transition: color 0.2s;
  padding: 0 18px;
}
#navbar-mobile,
#navbar-mobile a,
#offcanvas-menu,
#offcanvas-menu a {
  font-family: "Montserrat", sans-serif !important;
}

#navbar-desktop .menu-container .nav-link.active,
#navbar-desktop .menu-container .nav-link:focus,
#navbar-desktop .menu-container .nav-link:hover,
#navbar-desktop .menu-container .dropdown-toggle:hover {
  color: #000000 !important;
}

#navbar-desktop .nav-icons .nav-link {
  color: #000000 !important;
  padding: 0 10px;
  transition: color 0.2s;
}

#navbar-desktop .nav-icons .nav-link:hover,
#navbar-desktop .nav-icons .nav-link:focus {
  color: #000000 !important;
}

#navbar-desktop .nav-icons svg {
  width: 22px;
  height: 22px;
  stroke-width: 2;
}

#navbar-desktop .menu-container {
  display: flex;
  align-items: center;
  margin-right: 16px;
}

#navbar-desktop .nav-icons {
  display: flex;
  align-items: center;
  gap: 8px;
}

#navbar-desktop {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
  box-shadow: none !important;
  border-bottom: 1px solid #ececec;
}

.carousel-item {
  overflow: hidden;
}

.custom-hero-caption {
  position: absolute;
  left: 75px;
  right: 0;
  bottom: 70px;
  height: auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: start; /* Centraliza horizontalmente */
  z-index: 2;
  pointer-events: none;
}

.custom-hero-text {
  font-family: "Defante" !important;
  color: #2a2a2a;
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 24px;
  pointer-events: auto;
}

h1,
h2,
.custom-hero-text {
  font-family: 'Montserrat', sans-serif !important;
}

.custom-hero-btn {
  display: inline-block;
  min-width: 220px;
  padding: 12px 0;
  background: transparent;
  color: #2a2a2a;
  border: 2px solid #2a2a2a;
  border-radius: 5px;
  font-family: 'Montserrat', sans-serif !important;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  box-shadow: 2px 2px 0 #bdbdbd;
  transition: all 0.2s;
  cursor: pointer;
  text-decoration: none;
  pointer-events: auto;
}

.custom-hero-btn:hover {
  background: #ef7a85;
  color: #fff;
  box-shadow: none;
}

/* Página do Produto */

.btn-atc-custom {
  background: #efefef;
  color: #111;
  border: 1px solid #000;
  border-radius: 4px;
  box-shadow: 4px 4px 0px 0px #000;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  height: 48px;
  width: 100%;
  transition: background 0.2s, box-shadow 0.2s;
  padding: 0 24px;
}
.btn-atc-custom:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.btn-atc-custom:hover:not(:disabled) {
  background: #e0e0e0;
  box-shadow: 2px 2px 0px 0px #000;
}

/* Página do Produto alinhamento dos elementos em coluna e também estilização do quantify */

.buy-main-group {
  display: flex;
  flex-direction: column;
  align-items: flex-start; /* Alinha tudo à esquerda */
}

.quantity-wrapper {
  display: flex;
  align-items: center;
  border: 1px solid #000;
  border-radius: 4px;
  background: #fff;
  width: 35%;
  min-width: 120px;
  max-width: 220px;
  padding: 0 12px;
  height: 44px;
  justify-content: center; /* Centraliza tudo dentro do wrapper */
  gap: 0; /* Remove espaçamento automático */
}

.quantity-wrapper .btn,
.quantity-wrapper .btn-plus {
  background: none;
  border: none;
  color: #000;
  font-size: 20px;
  width: 40px;
  height: 44px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
  box-shadow: none;
  flex-shrink: 0; /* Garante que o botão não diminua */
}

.quantity-wrapper .form-control[name="quantity"] {
  border: none;
  outline: none;
  width: 48px;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  background: transparent;
  color: #000;
  margin: 0 12px;
  padding: 0;
  height: 44px;
  line-height: 44px;
  appearance: textfield;
  flex-shrink: 0; /* Garante que o input não diminua */
}

.quantity-wrapper .form-control[name="quantity"] {
  cursor: default;
  background: transparent;
}

.quantity-wrapper .form-control[name="quantity"]:focus-visible {
  outline: none;
  box-shadow: none;
}

input.form-control[id^="updates_"]:focus,
input.form-control[id^="updates_"]:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}

.quantity-wrapper {
  border: 1px solid #000;
  border-radius: 4px;
  background: #fff;
}

.quantity-wrapper input.form-control {
  outline: none !important;
  box-shadow: none !important;
  border: none !important;
  background: transparent !important;
}

/* Personalização da Decrição do Produto: */

.product-block-description .description p {
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 400 !important;
}

/* Product Item estilização */
.produto-area {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #fff;
}

.produto-imagem-area {
  width: 100%;
  height: 75%;
  flex-shrink: 0;
  overflow: hidden;
}

.produto-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  margin-bottom: 5px;
}

.produto-infos-area {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-star;
  height: 25%;
  box-sizing: border-box;
  gap: 12px;
}

.produto-titulo {
  font-size: 0.85rem;
  font-weight: 600;
  line-height: 1.2;
  text-align: start;
}

.produto-preco {
  font-size: 0.8rem;
  font-weight: 500;
  color: #222;
}

.produto-botao {
  margin-bottom: 10px;
  display: inline-block;
  background: #d6e3f4;
  color: #2a2a2a;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 1rem;
  padding: 8px;
  border: 1px solid #000000;
  border-radius: 4px;
  text-decoration: none;
  box-shadow: 4px 4px 0px 0px #000000;
  transition: background 0.2s, color 0.2s, box-shadow 0.2s;
  width: 100%;
  text-align: center;
}
.produto-botao:hover {
  background: #2a2a2a;
  color: #fff;
  box-shadow: 2px 2px 0px 0px #000000;
}

.produto-imagem-area {
  margin-bottom: 16px;
}

/* About Us page */

@import url("https://fonts.googleapis.com/css2?family=The+Girl+Next+Door&family=Satoshi:wght@400;700&display=swap");

.our-story-hero-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 48px 0;
  padding: 0 20px; /* Responsivo: adiciona padding nas laterais */
}

.our-story-hero-title {
  font-family: "The Girl Next Door", cursive;
  color: #d81b60;
  font-size: 3rem; /* Responsivo: aumenta o tamanho */
  margin-bottom: 32px;
  text-align: center;
  word-break: break-word; /* Responsivo: quebra palavras longas */
}

.our-story-hero-content {
  display: flex;
  flex-wrap: wrap; /* Responsivo: quebra as colunas em telas pequenas */
  gap: 200px;
  width: 100%;
  max-width: 900px;
  justify-content: center;
}

.our-story-hero-block {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-width: 300px; /* Responsivo: mínimo para não quebrar muito */
}

.our-story-hero-block-title {
  font-family: "The Girl Next Door" !important;
  font-size: 1.9rem; /* Responsivo: aumenta o tamanho */
  color: #222;
  margin-bottom: 12px;
  word-break: break-word; /* Responsivo: quebra palavras longas */
  text-align: left;
}

.our-story-hero-block-text {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 0.8rem; 
  color: #444;
  word-break: break-word; 
  text-align: left;
}

/* Media query para telas menores */
@media (max-width: 768px) {
  .our-story-hero-title,
  .our-story-hero-block-title {
    font-size: 2.5rem; 
  }
  .our-story-hero-block-text {
    font-size: 1rem; 
  }
  .our-story-hero-content {
    flex-direction: column; /* Coloca as colunas em cima uma da outra */
    align-items: center; /* Centraliza as colunas */
  }
}

/* About Us page Segunda seção*/

.our-story-image-text-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 48px 0;
  padding: 0 20px;
}

.our-story-image-text-content {
  display: flex;
  gap: 40px;
  max-width: 1100px;
  width: 100%;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 120px;
  margin-bottom: 120px;
}

.our-story-image-text-left {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.our-story-image-text-img {
  max-width: 100%;
  max-height: 300px;
  object-fit: cover;
}

.our-story-image-text-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  min-width: 280px;
  margin-top: 100px;
}

.our-story-image-text-title {
  font-family: "The Girl Next Door" !important;
  font-size: 2.5rem;
  font-weight: 400;
  color: #2a2a2a;
  margin-bottom: 16px;
  word-break: break-word;
}

.our-story-image-text-desc {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 0.8rem;
  font-weight: 400;
  color: #444;
  word-break: break-word;
}

/* Responsivo */
@media (max-width: 900px) {
  .our-story-image-text-content {
    flex-direction: column;
    gap: 24px;
    align-items: center;
  }
  .our-story-image-text-right {
    align-items: center;
    text-align: left;
  }
}

/* Our Story - Founder */
.our-story-founder-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 200px 0;
  padding: 0 20px;
}

.our-story-founder-content {
  display: flex;
  max-width: 1200px;
  width: 100%;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-right: 40px;
}

.our-story-founder-left {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  min-width: 280px;
}

.our-story-founder-img {
  max-width: 100%;
  max-height: 500px;
  border-radius: 18px;
  object-fit: cover;
}

.our-story-founder-right {
  flex: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 320px;
  text-align: left;
  max-width: 560px;
}

.our-story-founder-small-title {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 1rem;
  font-weight: 400;
  color: #ef7a85;
  margin-bottom: 10px;
}

.our-story-founder-title {
  font-family: "The Girl Next Door" !important;
  font-size: 1.9rem;
  font-weight: 400;
  margin-bottom: 18px;
  word-break: break-word;
}

.our-story-founder-text {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 0.8rem;
  color: #000000;
  word-break: break-word;
}

.our-story-founder-text-400 {
  font-weight: 400;
}

.our-story-founder-text-300 {
  font-weight: 300;
}

/* Responsivo */
@media (max-width: 900px) {
  .our-story-founder-content {
    flex-direction: column;
    gap: 32px;
    align-items: center;
  }
  .our-story-founder-right {
    align-items: center;
    text-align: left;
  }
}

/* Our Story - Manisfesto */

.our-story-manifesto-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 150px 0;
  padding: 0 20px;
}

.our-story-manifesto-content {
  display: flex;
  gap: 40px;
  max-width: 1100px;
  width: 100%;
  align-items: center;
  flex-wrap: wrap;
}

.our-story-manifesto-left {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 280px;
}

.our-story-manifesto-img {
  max-width: 100%;
  max-height: 350px;
  object-fit: cover;
}

.our-story-manifesto-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 320px;
  text-align: left;
}

.our-story-manifesto-small-title {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 1rem; /* ~18px */
  font-weight: 400;
  color: #ef7a85;
  margin-bottom: 10px;
}

.our-story-manifesto-title {
  font-family: "The Girl Next Door" !important;
  font-size: 2rem;
  font-weight: 400;
  color: #2a2a2a;
  margin-bottom: 18px;
  word-break: break-word;
}

.our-story-manifesto-desc {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 0.8rem;
  font-weight: 400;
  color: #000000;
  word-break: break-word;
  line-height: initial;
}

/* Responsivo */
@media (max-width: 900px) {
  .our-story-manifesto-content {
    flex-direction: column;
    gap: 24px;
    align-items: center;
  }
  .our-story-manifesto-right {
    text-align: left;
  }
  .our-story-manifesto-desc{
    text-align: left !important;
  }
  .our-story-manifesto-small-title{
    text-align: left !important;
  }
  .our-story-manifesto-title{
    text-align: left !important
  }
}

/* Our Story - Values */

.our-story-values-bg {
  width: 100%;
  min-height: 550px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  /* Se quiser um leve escurecimento para legibilidade, descomente a linha abaixo */
  /* background-color: rgba(255,255,255,0.2); */
}

.our-story-values-content {
  width: 100%;
  max-width: 900px;
  padding: 48px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /* Se quiser um leve fundo branco translúcido para o texto, descomente: */
  /* background: rgba(255,255,255,0.7); border-radius: 16px; */
}

.our-story-values-title {
  font-family: "The Girl Next Door", cursive !important;
  font-size: 2.8rem;
  font-weight: 400 !important;
  color: #2a2a2a;
  margin-bottom: 24px;
  text-align: center;
  word-break: break-word;
}

.our-story-values-desc {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 0.78rem; 
  color: #00000080;
  text-align: center;
  word-break: break-word;
  text-align: left;
}

/* Responsivo */
@media (max-width: 700px) {
  .our-story-values-content {
    padding: 24px 8px;
  }
  .our-story-values-title {
    font-size: 2rem;
  }
  .our-story-values-desc {
    font-size: 1.1rem;
  }
}

/* Responsividade geral da página de About Us | Or Story */

@media (max-width: 999px) {
  .our-story-hero-content {
    display: flex;
    flex-wrap: wrap;
    gap: 0px;
    width: 100%;
    max-width: 900px;
    justify-content: center;
  }
  .our-story-hero-title,
  .our-story-hero-block-title {
    font-size: 2.5rem;
  }
  .our-story-image-text-title {
    font-family: "The Girl Next Door" !important;
    font-size: 2.8rem;
    font-weight: 400;
    color: #2a2a2a;
    margin-bottom: 16px;
    word-break: break-word;
  }
  .our-story-image-text-content {
    display: flex;
    gap: 40px;
    max-width: 1100px;
    width: 100%;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .our-story-founder-right {
    align-items: baseline;
    text-align: left;
  }
  .our-story-founder-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px 0;
    padding: 0 20px;
  }
  .our-story-manifesto-desc {
    font-family: "Satoshi", sans-serif;
    font-size: 0.7rem;
    font-weight: 400;
    color: #000000;
    word-break: break-word;
    line-height: initial;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .our-story-values-desc {
    font-size: 0.6rem;
  }
  .our-story-values-title {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
  .our-story-hero-title,
  .our-story-hero-block-title {
    font-size: 1.8rem;
  }
}

/* Finalizada a responsividade daquela seção, agora vamos tratar da parte de Scents - daqui para baixo tudo é sobre Scents */
.scents-details-hero-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 20px;
}

.scents-details-hero-content {
  display: flex;
  gap: 100px;
  max-width: 1100px;
  width: 100%;
  align-items: center;
  flex-wrap: wrap;
}

.scents-details-hero-image {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.scents-details-hero-image img {
  max-width: 100%;
  max-height: 700px;
  object-fit: cover;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.08);
}

.scents-details-hero-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.scents-details-hero-title {
  font-family: "The Girl Next Door", cursive !important;
  font-size: 2.2rem;
  font-weight: 400;
  color: #2a2a2a;
  margin-bottom: 16px;
  word-break: break-word;
}

.scents-details-hero-desc {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 0.8rem;
  font-weight: 400;
  color: #444;
  word-break: break-word;
  max-width: 500px;
}

/* Responsivo */
@media (max-width: 800px) {
  .scents-details-hero-content {
    flex-direction: column;
    align-items: center;
  }
  .scents-details-hero-text {
    align-items: center;
    text-align: start;
  }
}

/* teste */
.scents-notes-container {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.scents-notes-title {
  font-family: "The Girl Next Door", cursive !important;
  font-size: 2.2rem;
  color: #2a2a2a;
  font-weight: 400;
  margin-bottom: 12px;
  text-align: center;
}

.scents-notes-desc {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 0.8rem;
  color: #777777;
  margin-bottom: 28px;
  text-align: center;
  max-width: 400px;
}

.scents-notes-desc strong {
  font-weight: 700;
  color: #777777;
}

.scents-notes-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  justify-content: center;
  align-items: flex-start;
}

.scents-notes-icon-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 80px;
  max-width: 120px;
}

.scents-notes-icon-img {
  width: 46px;
  height: 46px;
  object-fit: contain;
  margin-bottom: 8px;
}

.scents-notes-icon-label {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 0.8rem;
  color: #2a2a2a;
  text-align: center;
  margin-top: 2px;
}

/* Responsivo */
@media (max-width: 600px) {
  .scents-notes-title {
    font-size: 1.4rem;
  }
  .scents-notes-icons {
    gap: 40px;
  }
  .scents-notes-icon-img {
    width: 40px;
    height: 40px;
  }
}

/* Finalizando Scents */
.scents-notes-grid-container {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.scents-notes-grid-title {
  font-family: "The Girl Next Door", cursive !important;
  font-size: 2.2rem;
  color: #2a2a2a;
  font-weight: 400;
  margin-bottom: 12px;
  text-align: center;
}

.scents-notes-grid-desc {
  font-family: "Satoshi", sans-serif;
  font-size: 0.9rem;
  color: #777777;
  margin-bottom: 28px;
  text-align: center;
  max-width: 400px;
}

.scents-notes-grid-desc strong {
  font-weight: 700;
  color: #777777;
}

.scents-notes-grid-icons {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px 12px;
  justify-items: center;
  margin-top: 8px;
}

.scents-notes-grid-icon-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 0;
  max-width: 100%;
}

.scents-notes-grid-icon-img {
  width: 46px;
  height: 46px;
  object-fit: contain;
  margin-bottom: 8px;
}

.scents-notes-grid-icon-label {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 0.75rem;
  color: #2a2a2a;
  text-align: center;
  margin-top: 2px;
  word-break: break-word;
}

/* Responsivo */
@media (max-width: 900px) {
  .scents-notes-grid-title {
    font-size: 1.7rem;
  }
  .scents-notes-grid-icons {
    gap: 20px 8px;
    width: 100%;
  }
  .scents-notes-grid-icon-img {
    width: 38px;
    height: 38px;
  }
  .scents-notes-grid-icon-label {
    font-size: 0.8rem;
  }
}
@media (max-width: 600px) {
  .scents-notes-grid-title {
    font-size: 1.2rem;
  }
  .scents-notes-grid-desc {
    font-size: 0.8rem;
    margin-bottom: 18px;
  }
  .scents-notes-grid-icons {
    grid-template-columns: repeat(4, 1fr);
    gap: 12px 4px;
  }
  .scents-notes-grid-icon-img {
    width: 28px;
    height: 28px;
    margin-bottom: 4px;
  }
  .scents-notes-grid-icon-label {
    font-size: 0.7rem;
  }
}

/* Hero Section */
.hero-simple-section {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 64px 0 64px 0;
  gap: 30px;
}

.hero-simple-video-wrapper {
  width: 70%;
  max-width: 900px;
  min-width: 220px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-simple-video {
  width: 100%;
  aspect-ratio: 16/9;
  height: auto;
  object-fit: cover;
}

.hero-simple-content {
  width: 60%;
  max-width: 700px;
  min-width: 220px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  margin-right: 100px;
}

.hero-simple-text {
  font-family: "The Girl Next Door", cursive !important;
  color: #2a2a2a;
  font-weight: 400;
  font-size: 2rem;
  line-height: 1.2;
}

.hero-simple-btn {
  margin-top: 8px;
  display: inline-block;
  background: transparent;
  color: #2a2a2a;
  font-family: "Satoshi", sans-serif;
  font-weight: 700;
  font-size: 1.1rem;
  padding: 10px 64px;
  border: 1px solid #000000;
  border-radius: 8px;
  text-decoration: none;
  box-shadow: 4px 4px 0px 0px #000000;
  transition: background 0.2s, color 0.2s, box-shadow 0.2s;
  min-width: 220px;
  text-align: center;
}
.hero-simple-btn:hover {
  background: #2a2a2a;
  color: #fff;
  box-shadow: 2px 2px 0px 0px #000000;
}

@media (max-width: 900px) {
  .hero-simple-section {
    padding: 32px 0 32px 0;
  }
  .hero-simple-video-wrapper,
  .hero-simple-content {
    width: 90%;
    max-width: 98vw;
    min-width: 120px;
  }
  .hero-simple-video {
    border-radius: 12px;
  }
  .hero-simple-text {
    font-size: 1.5rem;
    margin-left: 70px;
  }
  .hero-simple-btn {
    min-width: 0;
    width: 100%;
    padding: 10px 0;
    font-size: 1rem;
    max-width: 250px;
    margin-left: 70px;
  }
}

@media (max-width: 600px) {
  .hero-simple-section {
    padding: 16px 0 16px 0;
  }
  .hero-simple-video-wrapper,
  .hero-simple-content {
    width: 100%;
    max-width: 100vw;
    min-width: 0;
  }
  .hero-simple-video {
    border-radius: 8px;
  }
  .hero-simple-text {
    font-size: 1rem;
  }
  .hero-simple-btn {
    font-size: 0.9rem;
    padding: 8px 0;
    max-width: 200px;
    width: 100%;
  }
}
/* Alterações */
.img-thumbnail {
  border-radius: 0 !important;
  border: none;
}

#more-payment-options-link {
  color: #686868 !important; /* substitua pela cor desejada */
}


/* Cart Alterações */
.cart-btn-primary {
  margin-top: 18px;
  display: inline-block;
  background: #D6E3F4;
  color: #2A2A2A;
  font-family: 'Satoshi', sans-serif;
  font-weight: 700;
  font-size: 16px;
  padding: 8px 80px;
  border: 1px solid #000000;
  border-radius: 6px;
  text-decoration: none;
  box-shadow: 4px 4px 0px 0px #000000;
  transition: background 0.2s, color 0.2s, box-shadow 0.2s;
  cursor: pointer;
  text-align: center;
  user-select: none;
}

.cart-btn-primary:hover {
  background: #2A2A2A;
  color: #fff;
  box-shadow: 2px 2px 0px 0px #000000;
}

.cart-summary-custom {
  border: 1px solid #000000;
  box-shadow: 4px 4px 0px 0px #000000; 
  border-radius: 6px; 
  padding: 20px; 
  background-color: #fff; 
}
.cart-product-link a {
  color: #000000; 
  font-family: var(--bs-body-font-family);
  text-decoration: none; 
}
.cart-product-title-custom{
    color: #000000 !important; 
  font-family: var(--bs-body-font-family) !important;
  text-decoration: none; 
}
#taxes-shipping-at-checkout .shipping-text {
  color: #686868 !important;
}
@media(max-width:350px){
.cart-btn-primary {
  margin-top: 18px;
  display: inline-block;
  background: #D6E3F4;
  color: #2A2A2A;
  font-family: 'Satoshi', sans-serif;
  font-weight: 700;
  font-size: 0.7rem;
  padding: 8px 80px;
  border: 1px solid #000000;
  border-radius: 6px;
  text-decoration: none;
  box-shadow: 4px 4px 0px 0px #000000;
  transition: background 0.2s, color 0.2s, box-shadow 0.2s;
  cursor: pointer;
  text-align: center;
  user-select: none;
}
}

#taxes-shipping-at-checkout .shipping-text {
  color: #686868 !important;
}

.produto-info-top {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}

.parcelamento_info {
  display: none !important;
}

.offcanvas-search button.cart-btn-primary {
  background: #D6E3F4 !important;
  color: #2A2A2A !important;
  font-family: 'Satoshi', sans-serif !important;
  font-weight: 700 !important;
  font-size: 16px !important;
  padding: 8px 80px !important;
  border: 1px solid #000000 !important;
  border-radius: 6px !important;
  text-decoration: none !important;
  box-shadow: 4px 4px 0px 0px #000000 !important;
  transition: background 0.2s, color 0.2s, box-shadow 0.2s !important;
  cursor: pointer !important;
  text-align: center !important;
  user-select: none !important;
}

.offcanvas-search button.cart-btn-primary:hover {
  background: #2A2A2A !important;
  color: #fff !important;
  box-shadow: 2px 2px 0px 0px #000000 !important;
}
button.btn-atc.btn.btn-sm.btn-primary {
  background: #D6E3F4 !important;
  color: #2A2A2A !important;
  font-family: 'Satoshi', sans-serif !important;
  font-weight: 700 !important;
  font-size: 14px !important;
  padding: 6px 18px !important;
  border: 1px solid #000000 !important;
  border-radius: 6px !important;
  text-decoration: none !important;
  box-shadow: 4px 4px 0px 0px #000000 !important;
  transition: background 0.2s, color 0.2s, box-shadow 0.2s !important;
  cursor: pointer !important;
  text-align: center !important;
  user-select: none !important;
  max-width: 180px;
}

button.btn-atc.btn.btn-sm.btn-primary:hover {
  background: #2A2A2A !important;
  color: #fff !important;
  box-shadow: 2px 2px 0px 0px #000000 !important;
}

.btn-outline-primary.cart-btn-primary {
  --bs-btn-color: #2A2A2A;
  --bs-btn-border-color: #000000;
  --bs-btn-hover-bg: #2A2A2A;
  --bs-btn-hover-border-color: #000000;
  --bs-btn-focus-shadow-rgb: 42, 42, 42;
  --bs-btn-active-bg: #2A2A2A;
  --bs-btn-active-border-color: #000000;
  --bs-btn-disabled-color: #2A2A2A;
  --bs-btn-disabled-border-color: #000000;
  color: var(--bs-btn-color);
  border-color: var(--bs-btn-border-color);
  background-color: #D6E3F4;
  box-shadow: 4px 4px 0px 0px #000000;
  font-family: 'Satoshi', sans-serif;
  font-weight: 700;
  font-size: 16px;
  padding: 8px 80px;
  border-radius: 6px;
  text-decoration: none;
  transition: background 0.2s, color 0.2s, box-shadow 0.2s;
  cursor: pointer;
  text-align: center;
  user-select: none;
}

.btn-outline-primary.cart-btn-primary:hover {
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  color: #fff;
  box-shadow: 2px 2px 0px 0px #000000;
}

#search button.cart-btn-primary {
  --bs-btn-color: #2A2A2A;
  --bs-btn-border-color: #000000;
  --bs-btn-hover-bg: #2A2A2A;
  --bs-btn-hover-border-color: #000000;
  --bs-btn-focus-shadow-rgb: 42, 42, 42;
  --bs-btn-active-bg: #2A2A2A;
  --bs-btn-active-border-color: #000000;
  --bs-btn-disabled-color: #2A2A2A;
  --bs-btn-disabled-border-color: #000000;
  color: var(--bs-btn-color);
  border-color: var(--bs-btn-border-color);
  background-color: #ffffff;
  box-shadow: 4px 4px 0px 0px #000000;
  font-family: 'Satoshi', sans-serif;
  font-weight: 700;
  font-size: 16px;
  padding: 8px 24px;
  border-radius: 6px;
  text-decoration: none;
  transition: background 0.2s, color 0.2s, box-shadow 0.2s;
  cursor: pointer;
  text-align: center;
  user-select: none;
  margin-top: 0px !important;
}

#search button.cart-btn-primary:hover {
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  color: #fff;
  box-shadow: 2px 2px 0px 0px #000000;
}

#search input.form-control,
#search select.form-select {
  border-radius: 6px;
  border: 1px solid #000000;
  padding: 8px 24px;          /* padding horizontal maior pra combinar com o botão */
  font-family: 'Satoshi', sans-serif;
  font-weight: 700;
  font-size: 16px;
  height: 48px;               /* altura fixa igual ao botão */
  box-shadow: 4px 4px 0 0 #000000;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  line-height: 1.2;
  color: #2A2A2A;


/* Collection */
  /* Container geral */
#collection-utilities-inner.bg-light.py-4.px-4.rounded {
  background-color: #fff !important;
  border: 2px solid #000 !important;
  border-radius: 12px !important;
  padding: 20px 24px !important;
  box-shadow: 4px 4px 0 #000 !important;
  transition: box-shadow 0.2s ease !important;
}

/* Hover container */
#collection-utilities-inner.bg-light.py-4.px-4.rounded:hover {
  box-shadow: 2px 2px 0 #000 !important;
}

/* Botão filtros - sobrescreve btn-outline-secondary */
#collection-utilities-inner .btn-filters.btn.btn-outline-secondary {
  border: 1.5px solid #000 !important;
  border-radius: 8px !important;
  box-shadow: 4px 4px 0 #000 !important;
  background-color: #D6E3F4 !important;
  color: #2A2A2A !important;
  font-weight: 700 !important;
  transition: box-shadow 0.2s ease, background-color 0.2s ease !important;
}

/* Hover botão filtros */
#collection-utilities-inner .btn-filters.btn.btn-outline-secondary:hover {
  box-shadow: 2px 2px 0 #000 !important;
  background-color: #2A2A2A !important;
  color: #fff !important;
}

/* Wrapper do sort by */
#collection-utilities-inner #sort-by-wrapper.input-group {
  border: 2px solid #000 !important;
  border-radius: 8px !important;
  box-shadow: 4px 4px 0 #000 !important;
  overflow: hidden !important;
  max-width: 250px !important;
}

/* Select dentro do sort by */
#collection-utilities-inner #sort-by-wrapper select.form-select.form-select-md {
  border: none !important;
  padding: 8px 12px !important;
  font-weight: 700 !important;
  font-family: 'Satoshi', sans-serif !important;
  font-size: 1rem !important;
  color: #2A2A2A !important;
  background-color: #fff !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  cursor: pointer !important;
  width: 100% !important;
}

/* Label do select */
#collection-utilities-inner #sort-by-wrapper label.input-group-text {
  background-color: #D6E3F4 !important;
  border: none !important;
  font-weight: 700 !important;
  color: #2A2A2A !important;
  font-family: 'Satoshi', sans-serif !important;
}

/* Espaçamento entre filtros e sort by */
#collection-utilities-inner > div.d-flex {
  gap: 16px !important;
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
}

/* Responsivo para telas pequenas */
@media (max-width: 576px) {
  #collection-utilities-inner > div.d-flex {
    flex-direction: column !important;
    gap: 12px !important;
  }
}

  .produto-info-top .produto-titulo,
.produto-info-top .produto-preco {
  font-family: 'Montserrat', sans-serif !important;
}


@media (max-width: 600px) {
  body,
  header,
  .header,
  .site-header,
  .header-wrapper,
  .mobile-header,
  .Header,
  .shopify-section-header,
  #shopify-section-header,
  .main-header,
  .navbar,
  .navigation,
  .top-bar,
  .bg-primary,
  .bg-danger,
  .bg-pink,
  .bg-rosa,
  [class*="bg-"] {
    background: #fff !important;
    background-color: #fff !important;
    background-image: none !important;
  }
}
