/** Shopify CDN: Minification failed

Line 106:20 Unexpected "{"

**/
.footer {
  background-color: #fff;
  color: #1a1a1a;
}

.footer,
.footer-container {
  width: 100%;
  min-width: 100%;
  height: auto;
}

.footer-container {
  padding: 2rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  row-gap: 5rem;
}

.footer-top,
.footer-bottom {
  width: 100%;
  min-width: 100%;
  height: auto;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  column-gap: 2rem;
}

.footer-column {
  flex: 1;
  width: auto;
  height: auto;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  row-gap: 0.5rem;
}

.footer-list {
  list-style-type: none;
}

.footer-link {
  text-decoration: none;
  color: #1a1a1a !important;
  font-size: 1rem;
}

.footer-link.pointer-none{
  cursor: auto;
}

.footer-heading {
  color: #1a1a1a;
}

.footer-column.w-card {
  flex-direction: row;
  column-gap: 0.5rem;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  row-gap: 1rem;
}

.footer-heading.opacity{
  opacity: 0;
}

p {
  margin: 0;
  font-size: 1rem;
}

.card-img {
  width: 60px;
  height: 40px;
  object-fit: contain;
}


.content-data {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  align-items: center;
}

.email-input {
  border: none;
  border-bottom: 1px solid #1a1a1a;
  padding: 1rem 0rem;
  width: 200px;
}

.email-input:focus, {
 border-color: transparent; /* Rimuove il bordo quando l'input ha il focus o è attivo */
  outline: none; /* Rimuove l'evidenziazione del bordo */
}

.email-input:active {
border-color: transparent; /* Rimuove il bordo quando l'input ha il focus o è attivo */
  outline: none; /* Rimuove l'evidenziazione del bordo */
}

.submit-button {
  background: none;
  border: none;
  cursor: pointer;
}

.submit-button svg {
  width: 18px;
  height: 18px;
  color: #1a1a1a
}

.inner-social-icon{
  display: flex;
    align-items: center;
    justify-content: center;
  padding: .7rem;
  column-gap: 1rem;
}

.social-link{
  width: 15px;
  height: 15px;
  display: flex;
    align-items: center;
    justify-content: center;
}

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

@media screen and (min-width: 320px) and (max-width: 436px) {
  .footer-top, .footer-bottom{
    flex-direction: column;
    row-gap: 2rem;
  }

  .footer-column.w-card {
  justify-content: flex-start;

}

  .footer-heading.opacity{
  display: none
}

  .footer-bottom{
        flex-flow: column-reverse;
  }
  
  .card-img {
  width: 60px;
  height: 40px;
 
}
  .inner-social-icon{
  padding: .5rem;
  column-gap: 1rem;
}

.social-link{
  width: 10px;
  height: 10px;
}

}

