/* FAST ADD estilos base */
#fonxos-fastadd {
  margin-bottom: 20px;
}

#fonxos-fastadd .yith-wapo-option .product-container {
  border: 1px solid #ddd;
  border-radius: 12px;
  padding: 12px;
  transition: all 0.2s ease-in-out;
  background: #fff;
	 display: flex;
}

#fonxos-fastadd .yith-wapo-option .product-container:hover {
  box-shadow: 0 3px 6px rgba(0,0,0,0.15);
  transform: translateY(-2px);
}

#fonxos-fastadd .product-image img {
  max-width: 100%;
  border-radius: 8px;
}

#fonxos-fastadd .product-name {
  font-weight: 600;
  display: block;
  margin-bottom: 4px;
}

#fonxos-fastadd .option-price {
  display: block;
  color: #666;
  font-size: 0.9em;
}

#fonxos-fastadd .option-add-to-cart .button {
  margin-top: 6px;
  background: var(--pos-fonxos-primary, #cc0000);
  color: #fff;
  border-radius: 8px;
  font-size: 0.9em;
  padding: 6px 12px;
}

#fonxos-fastadd .option-add-to-cart .button.is-loading {
  opacity: 0.6;
  pointer-events: none;
}

div#fonxos-fastadd .product-image {
    width: 45%;
	min-width: 75px;
}
