/*
Theme Name: Gillingham Storage GP Child
Theme URI: https://gillinghamstorage.co.uk/
Description: GeneratePress child theme for Gillingham Storage with shared header assets and a sitewide editable footer dashboard.
Author: Jonathan
Version: 3.0.00
Template: generatepress
Text Domain: gillingham-storage-gp-child
*/

/*
    Intentionally minimal.
    Global child-theme CSS can live here later if needed.
*/

@media (max-width: 767px) {
  #moderncart-floating-cart {
    position: fixed !important;
    top: auto !important;
    left: auto !important;
    right: 16px !important;
    bottom: calc(env(safe-area-inset-bottom, 0px) + 16px) !important;
    margin: 0 !important;
    padding: 0 !important;
    width: auto !important;
    height: auto !important;
    display: block !important;
    transform: none !important;
    z-index: 99999 !important;
  }

  #moderncart-floating-cart .moderncart-floating-cart-button {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    margin: 0 !important;
    transform: none !important;
  }

  #moderncart-floating-cart .moderncart-floating-cart-button-notification {
    top: -6px !important;
    right: -6px !important;
    left: auto !important;
    bottom: auto !important;
    margin: 0 !important;
    transform: none !important;
  }
}
