.xb-wishlist__float-style-4-content{
  border-radius: 8px;
}

/* Contenedor principal en columna */
.product-form__buttons {
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
}

/* Botón de agregar al carrito ocupa todo el ancho */
.product-form__buttons > button[name="add"] {
    width: 100% !important;
    order: 1 !important;
}

/* Contenedor para comprar ahora y wishlist */
.product-form__buttons > .shopify-payment-button,
.product-form__buttons > [class*="dynamic-checkout"] {
    order: 2 !important;
    display: flex !important;
    gap: 12px !important;
    align-items: stretch !important;
}

/* Botón de wishlist */
.product-form__buttons > .shopify-block {
    order: 3 !important;
    flex: 0 0 auto !important;
    min-width: 60px !important;
}

/* Crear contenedor flexible para los últimos dos botones */
.product-form__buttons {
    position: relative;
}

/* Wrapper para comprar ahora y corazón */
.comprar-wishlist-wrapper {
    display: flex !important;
    gap: 12px !important;
    align-items: stretch !important;
}

.comprar-wishlist-wrapper > * {
    flex: 1 !important;
}

.comprar-wishlist-wrapper .shopify-block {
    flex: 0 0 30px !important;
}

/* Ajustar altura del botón de wishlist */
.shopify-block button,
.shopify-block a {
    height: 100% !important;
    min-height: 45px !important;
}

/* Forzar orden correcto */
button[name="add"] {
    order: 1 !important;
}

.comprar-wishlist-wrapper {
    order: 2 !important;
    display: flex !important;
    gap: 12px !important;
}

.comprar-wishlist-wrapper > .shopify-payment-button {
    flex: 1 !important;
}

.comprar-wishlist-wrapper > .shopify-block {
    flex: 0 0 30px !important;
}