/** Shopify CDN: Minification failed

Line 27:10 Expected identifier but found whitespace
Line 27:11 Unexpected "2"
Line 41:0 Expected "}" to go with "{"

**/
/* ---------------- ZAKEKE: Botó PERSONALIZA ---------------- */
button#zakeke-product-button,
#zakeke-product-button,
button[id="zakeke-product-button"] {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  font-size: 18px !important;
  line-height: 1.1 !important;
  padding: 14px 24px !important;
  background-color: #ff4fa3 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 12px !important;
  font-weight: 800 !important;
  text-align: center !important;
  box-shadow: 0 6px 18px rgba(255,79,163,.35) !important;
  margin: 14px 0 0 0 !important;
  position: relative !important;
  z-index: 2 !i
/* Mou el botó PERSONALIZA a sobre del "Agregar al carrito" */
#zakeke-product-button {
  order: -1 !important; /* Fa que surti abans en el flux */
  margin-bottom: 10px !important; /* Espai amb el següent botó */
}

/* Ens assegurem que el contenidor és flex i vertical */
.product-form form,
.t4s-product-form,
.product__info-container {
  display: flex !important;
  flex-direction: column !important;
}
