/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */

/* Checkout login/coupon notices — keep link inline after text */
.woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info,
.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info {
  flex-wrap: wrap !important;
  justify-content: flex-start !important;
  gap: 0.3em;
}
.woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info a,
.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info a {
  margin-inline-start: 0 !important;
}

/* PhotoSwipe (galerie WooCommerce) au-dessus du header Blocksy.
   Header Blocksy = z-index 2147483005 (proche INT_MAX), PhotoSwipe par defaut = 1500.
   Voir Obsidian Vault > 20-Solutions/wordpress/blocksy-z-index-int-max.md */
.pswp {
    z-index: 2147483100 !important;
}

