/* =========================================
   GXG — PDP CTA BTN (PROD)
   QTY + ATC + WISH on same row (desktop)
   + uses .gxg-cta-row wrapper injected by JS
   Scope: /cumpara/ PDP only (via page + structure)
========================================= */

@media (min-width:1025px){
  /* row wrapper */
  body section.product-summary.product-summary--product-details
  .gxg-pdp-right-card form.product-summary__form .gxg-cta-row{
    display:flex !important;
    align-items:center !important;
    gap:14px !important;
    flex-wrap:nowrap !important;
    margin-top:10px !important;
  }

  /* qty block */
  body section.product-summary.product-summary--product-details
  .gxg-pdp-right-card form.product-summary__form .gxg-cta-row > .product-summary__info--quantity{
    margin:0 !important;
    flex:0 0 auto !important;
  }

  body section.product-summary.product-summary--product-details
  .gxg-pdp-right-card form.product-summary__form .gxg-cta-row > .product-summary__info--quantity .quantity-spinner[data-quantity-spinner-wrapper]{
    margin:0 !important;
  }

  /* actions block (ATC + WISH) */
  body section.product-summary.product-summary--product-details
  .gxg-pdp-right-card form.product-summary__form .gxg-cta-row > .product-summary__info--actions{
    display:flex !important;
    align-items:center !important;
    gap:12px !important;
    margin:0 !important;
    flex:0 0 auto !important;
  }

  body section.product-summary.product-summary--product-details
  .gxg-pdp-right-card form.product-summary__form .gxg-cta-row > .product-summary__info--actions .product-action{
    margin:0 !important;
    float:none !important;
    clear:none !important;
  }

  body section.product-summary.product-summary--product-details
  .gxg-pdp-right-card form.product-summary__form .gxg-cta-row > .product-summary__info--actions
  .product-action--add-to-cart .btn.btn-primary{
    width:auto !important;
    white-space:nowrap !important;
  }

  body section.product-summary.product-summary--product-details
  .gxg-pdp-right-card form.product-summary__form .gxg-cta-row > .product-summary__info--actions
  .product-action--add-to-favorites a.product-summary__save-wishlist{
    display:inline-flex !important;
    align-items:center !important;
    gap:8px !important;
    margin:0 !important;
  }
}
