/** Shopify CDN: Minification failed

Line 15:0 Unexpected "<"
Line 76:0 Unexpected "<"
Line 156:0 Unexpected "<"
Line 236:0 Unexpected "<"
Line 318:0 Unexpected "<"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:collection-accordion (INDEX:11, SCOPED:FALSE) */
<style>
.faq-container {
  font-family: var(--font-body-family);
  margin: 0 auto;
  padding: 0 var(--grid-desktop-horizontal-spacing, 20px);
  text-align: center; /* Ensure centering */
}

.faq-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: none;
  border: none;
  cursor: pointer;
  gap: 15px;
}

.faq-title {
  font-size: 3rem; /* Exact size match with 'Más para ti' */
  font-weight: bold;
  margin: 0;
}

.faq-arrow-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px; /* Ensures proper balance */
  height: 50px;
  background-color: #005335;
  color: #fff;
  font-size: 1.8rem;
  border-radius: 4px;
  transition: transform 0.3s ease;
}

.faq-section {
  display: none; /* Initially hidden */
  margin-top: 10px;
  text-align: left; /* Keep content aligned naturally */
}

.accordion__content {
  padding: 15px;
  font-size: 1.2rem;
  line-height: 1.6;
  animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-5px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
</style>
/* END_SECTION:collection-accordion */

/* START_SECTION:collection-faq-widget (INDEX:12, SCOPED:FALSE) */
<style>
.faq-container {
  font-family: var(--font-body-family);
  margin: 0 auto;
  padding: 0 var(--grid-desktop-horizontal-spacing, 20px);
}

  .faq-section {
    display: block !important;
  }

.faq-title {
  text-align: center;
  font-family: var(--font-heading-family);
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 2rem;
}

.accordion {
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
}

.faq-accordion summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
  font-weight: 500;
  font-size: 1.1em;
}

.faq-accordion summary::-webkit-details-marker {
  display: none;
}

.accordion__title {
  font-size: 1.1em;
  font-weight: 500;
  margin: 0;
  flex: 1;
  font-family: var(--font-heading-family);
}

.faq-arrow-icon {
  display: inline-block;
  margin-left: 10px;
  font-weight: bold;
  font-size: 1.2em;
  transition: transform 0.3s ease;
}

.faq-accordion[open] .faq-arrow-icon {
  transform: rotate(90deg);
}

.accordion__content {
  padding: 0 15px 15px 15px;
  font-size: 1rem;
  line-height: 1.5;
  animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-5px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
</style>
/* END_SECTION:collection-faq-widget */

/* START_SECTION:faq-automated (INDEX:27, SCOPED:FALSE) */
<style>
.faq-container {
  font-family: var(--font-body-family);
  margin: 0 auto;
  padding: 0 var(--grid-desktop-horizontal-spacing, 20px);
}

.faq-section {
  display: block !important;
}

.faq-title {
  text-align: center;
  font-family: var(--font-heading-family);
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 2rem;
}

.accordion {
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
}

.faq-accordion summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
  font-weight: 500;
  font-size: 1.1em;
}

.faq-accordion summary::-webkit-details-marker {
  display: none;
}

.accordion__title {
  font-size: 1.1em;
  font-weight: 500;
  margin: 0;
  flex: 1;
  font-family: var(--font-heading-family);
}

.faq-arrow-icon {
  display: inline-block;
  margin-left: 10px;
  font-weight: bold;
  font-size: 1.2em;
  transition: transform 0.3s ease;
}

.faq-accordion[open] .faq-arrow-icon {
  transform: rotate(90deg);
}

.accordion__content {
  padding: 0 15px 15px 15px;
  font-size: 16px !important;
  line-height: 1.5;
  animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-5px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
</style>
/* END_SECTION:faq-automated */

/* START_SECTION:faq-collection (INDEX:28, SCOPED:FALSE) */
<style>
.faq-container {
  font-family: var(--font-body-family);
  margin: 0 auto;
  padding: 0 var(--grid-desktop-horizontal-spacing, 20px);
}

.faq-title {
  text-align: center;
  font-family: var(--font-heading-family);
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 2rem;
}

.accordion {
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
}

.faq-accordion summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
  font-weight: 500;
  font-size: 1.1em;
}

.faq-accordion summary::-webkit-details-marker {
  display: none;
}

.accordion__title {
  font-size: 1.1em;
  font-weight: 500;
  margin: 0;
  flex: 1;
  font-family: var(--font-heading-family);
}

.faq-arrow-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background-color: #005335;
  color: #fff;
  font-size: 1.2em;
  border-radius: 4px;
  transition: transform 0.3s ease;
  margin-left: 10px;
}

.faq-accordion[open] .faq-arrow-icon {
  transform: rotate(90deg);
}

.accordion__content {
  padding: 0 15px 15px 15px;
  font-size: 1rem;
  line-height: 1.5;
  animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-5px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
</style>
/* END_SECTION:faq-collection */