/* Ajuste final del bloque de ayuda bajo el CTA de sofás. */
.fergar-sofa-cta-trust {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 14px auto 2px;
  padding: 0;
}

.fergar-sofa-cta-trust > div {
  flex: 0 0 auto;
  padding: 4px 18px;
}

.fergar-sofa-cta-trust .fa-whatsapp {
  font-family: FontAwesome !important;
  font-size: 26px;
  line-height: 1;
  color: #2f9b59;
}

.fergar-sofa-fabrics--consult > div {
  justify-content: space-between;
  gap: 12px;
}

.fergar-sofa-consult-note {
  color: #746d65;
  font-size: 12px;
  line-height: 1.35;
}

/* La Mara se compra online, pero comparte la presencia del CTA de consulta. */
#product .fergar-nightstand-product .product-add-to-cart .product-quantity {
  display: block !important;
}

#product .fergar-nightstand-product .product-add-to-cart .add {
  width: 100% !important;
}

#product .fergar-nightstand-product .product-prices {
  display: block !important;
  margin: 18px 0 14px;
  color: #282522;
}

#product .fergar-nightstand-product .product-prices .current-price {
  display: flex;
  align-items: baseline;
  gap: 10px;
}

#product .fergar-nightstand-product .product-prices .current-price-value {
  color: #282522;
  font-size: 28px;
  font-weight: 800;
  line-height: 1;
}

#product .fergar-nightstand-product .product-prices .regular-price {
  color: #817a72;
  font-size: 14px;
}

#product .fergar-nightstand-product .product-add-to-cart .add-to-cart {
  display: block !important;
  width: 100% !important;
  min-height: 54px !important;
  height: auto !important;
  margin: 0 !important;
  padding: 12px 22px !important;
  border: 0 !important;
  border-radius: 8px !important;
  background: #c95e22 !important;
  color: #fff !important;
  font-size: 16px !important;
  font-weight: 800 !important;
  box-shadow: 0 5px 12px rgba(184, 77, 28, .23) !important;
}

#product .fergar-nightstand-product .product-add-to-cart .add-to-cart:hover,
#product .fergar-nightstand-product .product-add-to-cart .add-to-cart:focus {
  background: #a94d1d !important;
  color: #fff !important;
}

.fergar-nightstand-mobile-cart {
  display: none;
}

@media (max-width: 575px) {
  #product .fergar-nightstand-product {
    padding-bottom: 74px;
  }

  #product .fergar-nightstand-product .product-add-to-cart,
  #product .fergar-nightstand-product .product-add-to-cart .product-quantity,
  #product .fergar-nightstand-product .product-add-to-cart .product-quantity .add {
    position: static !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    height: auto !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
  }

  #product .fergar-nightstand-product .product-prices .current-price span[itemprop="price"],
  #product .fergar-nightstand-product .product-prices .regular-price {
    position: static !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
  }

  #product .fergar-nightstand-product .product-add-to-cart .add-to-cart {
    position: static !important;
  }

  #product .fergar-nightstand-mobile-cart {
    display: flex;
    position: fixed;
    z-index: 1100;
    right: 12px;
    bottom: 12px;
    left: 12px;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    border: 0;
    border-radius: 4px;
    background: #222;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    box-shadow: 0 5px 14px rgba(0, 0, 0, .25);
  }

  #product .fergar-nightstand-mobile-cart .material-icons {
    margin-right: 9px;
    font-size: 20px;
  }

  .fergar-sofa-cta-trust {
    align-items: stretch;
  }

  .fergar-sofa-cta-trust > div {
    flex: 1 1 50%;
    padding: 4px 8px;
  }
}
