/* Iconos SVG en línea (ver inc/icons.php) ---------------------------------- */

/* Los iconos se dimensionan con la tipografía del bloque que los contiene, así
   heredan los tamaños que ya tenían los caracteres a los que sustituyen. */
.anaduran-icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: middle;
  flex: none;
  color: inherit;
}

/* Cabecera: buscar, cuenta y carrito -------------------------------------- */
.header-actions,
.store-actions {
  align-items: center;
}

.header-actions a,
.store-actions a {
  display: inline-flex;
  align-items: center;
  line-height: 1;
}

.header-actions .anaduran-icon,
.store-actions .anaduran-icon {
  width: 21px;
  height: 21px;
}

.header-cart {
  position: relative;
}

.anaduran-cart-count {
  position: absolute;
  top: -6px;
  right: -8px;
  min-width: 16px;
  height: 16px;
  padding: 0 4px;
  border-radius: 8px;
  background: var(--accent, #a37a4f);
  color: #fff;
  font-size: 9px;
  font-weight: 600;
  line-height: 16px;
  text-align: center;
}

.anaduran-cart-count:not(.is-filled) {
  display: none;
}

/* Portada: fila de ventajas y bloque de valores --------------------------- */
.benefit-grid article > .anaduran-icon {
  display: block;
  width: 34px;
  height: 34px;
  margin: 0 auto 16px;
  color: #91785e;
}

.benefit-grid article > .anaduran-icon--dog-face {
  width: 38px;
  height: 38px;
}

@media (max-width: 760px) {
  .site-header+main .benefit-grid article > .anaduran-icon {
    width: 25px;
    height: 25px;
    margin-bottom: 8px;
  }

  .site-header+main .benefit-grid article > .anaduran-icon--dog-face {
    width: 31px;
    height: 31px;
  }
}

.values div > .anaduran-icon {
  width: 28px;
  height: 28px;
  margin-bottom: 10px;
  color: #91785e;
}

.quote-stars {
  display: block;
}

/* Ficha de producto ------------------------------------------------------- */
.product-where-list span {
  display: block;
}

.product-where-list .anaduran-icon {
  width: 27px;
  height: 27px;
  color: #45423e;
}

.product-buy-label button.product-favourite {
  display: inline-flex;
  font-size: 22px;
  cursor: pointer;
}

.product-buy-label button.product-favourite:hover {
  color: var(--accent, #a37a4f);
}

.product-space-button,
.product-delivery-note {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.product-space-button .anaduran-icon {
  width: 15px;
  height: 15px;
}

.product-delivery-note .anaduran-icon {
  width: 16px;
  height: 16px;
}

/* Catálogo ---------------------------------------------------------------- */
.catalog-search button,
.catalog-card-zoom {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.catalog-search button .anaduran-icon {
  width: 18px;
  height: 18px;
}

.catalog-card-zoom .anaduran-icon {
  width: 19px;
  height: 19px;
}
