/* 00. PRODUCT DESCRIPTION */
.pa-product-description {
  width: 100%;
  color: var(--pa-color-text, #111827);
}

.pa-product-description__toggle {
  margin: 0;
  border-bottom: 1px solid var(--pa-color-border, #e6e7ea);
}

.pa-product-description__summary,
.pa-product-features__summary {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: 100%;
  padding: 1rem 0;
  color: var(--pa-color-navy, #021330);
  font-size: .94rem;
  font-weight: 650;
  line-height: 1.35;
  cursor: pointer;
  list-style: none;
  user-select: none;
}

.pa-product-description__summary::-webkit-details-marker,
.pa-product-features__summary::-webkit-details-marker {
  display: none;
}

.pa-product-description__summary::marker,
.pa-product-features__summary::marker {
  content: '';
}

.pa-product-description__summary:hover,
.pa-product-features__summary:hover {
  color: var(--pa-color-accent, #01b3a6);
}

.pa-product-description__summary:focus-visible,
.pa-product-features__summary:focus-visible {
  outline: 2px solid var(--pa-color-accent, #01b3a6);
  outline-offset: 4px;
}

.pa-product-description__toggle-icon,
.pa-product-features__toggle-icon {
  position: relative;
  flex: 0 0 1rem;
  width: 1rem;
  height: 1rem;
  color: currentColor;
  transition: transform .2s ease;
}

.pa-product-description__toggle-icon::before,
.pa-product-description__toggle-icon::after,
.pa-product-features__toggle-icon::before,
.pa-product-features__toggle-icon::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: .85rem;
  height: 1px;
  background: currentColor;
  transform: translate(-50%, -50%);
  transition: transform .2s ease, opacity .2s ease;
}

.pa-product-description__toggle-icon::after,
.pa-product-features__toggle-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.pa-product-description__toggle[open] .pa-product-description__toggle-icon,
.pa-product-features__toggle[open] .pa-product-features__toggle-icon {
  transform: rotate(45deg);
}

.pa-product-description__panel,
.pa-product-features__panel {
  padding: 0 0 1.15rem;
}

.pa-product-description__content {
  color: var(--pa-color-text, #111827);
  font-size: .84rem;
  line-height: 1.65;
}

.pa-product-description__content > :first-child { margin-top: 0; }
.pa-product-description__content > :last-child { margin-bottom: 0; }
.pa-product-description__content p,
.pa-product-description__content ul,
.pa-product-description__content ol { margin-bottom: .85rem; }
.pa-product-description__content ul,
.pa-product-description__content ol { padding-left: 1.25rem; }
.pa-product-description__content a {
  color: var(--pa-color-accent, #01b3a6);
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

/* 01. PRODUCT FEATURES */
.pa-product-features {
  width: 100%;
  margin-top: .8rem;
  border-top: 1px solid var(--pa-color-border, #e6e7ea);
  color: var(--pa-color-text, #111827);
}

.pa-product-features__toggle {
  margin: 0;
  border-bottom: 1px solid var(--pa-color-border, #e6e7ea);
}

.pa-product-features__specs {
  display: grid;
  gap: .65rem;
  margin: 0;
}

.pa-product-features__spec {
  display: grid;
  grid-template-columns: minmax(7rem, .85fr) minmax(0, 1.15fr);
  gap: 1rem;
  margin: 0;
}

.pa-product-features__spec dt,
.pa-product-features__spec dd {
  margin: 0;
  font-size: .82rem;
  line-height: 1.45;
}

.pa-product-features__spec dt {
  color: var(--pa-color-muted, #6b7280);
  font-weight: 500;
}

.pa-product-features__spec dd {
  color: var(--pa-color-navy, #021330);
  font-weight: 600;
}

.pa-product-features__text {
  color: var(--pa-color-text, #111827);
  font-size: .84rem;
  line-height: 1.6;
}

.pa-product-features__text--positive { color: var(--pa-color-navy, #021330); }

/* 02. ECO LABELS */
.pa-product-eco-labels {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .4rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pa-product-eco-label {
  display: inline-flex;
  align-items: center;
  min-height: 1.75rem;
  padding: .3rem .55rem;
  border: 0;
  border-radius: .35rem;
  background: var(--pa-eco-label-bg, var(--pa-color-surface, #f4efe7));
  color: var(--pa-eco-label-color, var(--pa-color-navy, #021330));
  font-size: .75rem;
  font-weight: 650;
  line-height: 1.1;
  white-space: nowrap;
}

/* 03. PRODUCT ORIGIN */
.pa-product-origin {
  display: flex;
  align-items: center;
  gap: .7rem;
  margin-top: .875rem;
  padding: .8rem 0;
  border-top: 1px solid var(--pa-color-border, #e6e7ea);
  color: var(--pa-color-text, #111827);
}

.pa-product-origin__flag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 2rem;
  width: 2rem;
  min-height: 1.5rem;
}

.pa-product-origin__flag-image {
  display: block;
  width: 1.7rem;
  height: auto;
  border-radius: .125rem;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .08);
}

.pa-product-origin__content {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: .25rem .35rem;
  min-width: 0;
}

.pa-product-origin__label {
  color: var(--pa-color-muted, #6b7280);
  font-size: .8125rem;
  line-height: 1.25;
}

.pa-product-origin__country {
  color: var(--pa-color-navy, #021330);
  font-size: .9375rem;
  font-weight: 650;
  line-height: 1.25;
}

.pa-product-origin--quickview { width: 100%; }

/* 04. MOBILE */
@media (max-width: 575.98px) {
  .pa-product-description__summary,
  .pa-product-features__summary {
    padding: .9rem 0;
    font-size: .9rem;
  }

  .pa-product-description__panel { padding-bottom: 1rem; }
  .pa-product-features { margin-top: .7rem; }
  .pa-product-features__spec {
    grid-template-columns: minmax(6.25rem, .8fr) minmax(0, 1.2fr);
    gap: .75rem;
  }
  .pa-product-eco-labels { gap: .35rem; }
  .pa-product-eco-label {
    min-height: 1.65rem;
    padding: .27rem .48rem;
    font-size: .7rem;
  }
  .pa-product-origin {
    margin-top: .75rem;
    padding: .75rem 0;
  }
}
