/*
Theme Name: Astra Child
Template: astra
Version: 1.0.0
*/
.ast-cart-menu-wrap { display: none !important; }
  /* Full width layout */
  #primary, .site-primary, .content-area {
      width: 100% !important;
      float: none !important;
      padding: 0 !important;
  }

  /* Sakrij stari footer */
  .site-footer { display: none !important; }

  /* Novi footer */
  .bp-site-footer { background: #0f172a; padding: 28px 24px; text-align: center; }
  .bp-site-footer p { color: #64748b; font-size: 0.9rem; margin: 0; }
  .bp-site-footer a { color: #94a3b8; text-decoration: none; }
  .bp-site-footer a:hover { color: #ffffff; }
  body #content,
  body #primary,
  body .content-area,
  body .site-main,
  body .hentry {
      max-width: 100% !important;
      width: 100% !important;
      float: none !important;
      margin-left: 0 !important;
      margin-right: 0 !important;
      padding-left: 0 !important;
      padding-right: 0 !important;
  }
  /* Probij Astra container - full viewport width */
  .bp-hero,
  .bp-features,
  .bp-databases,
  .bp-pricing,
  .bp-cta,
  .bp-site-footer {
      width: 100vw !important;
      position: relative !important;
      left: 50% !important;
      transform: translateX(-50%) !important;
  }
  /* Nav link boja */
  .main-header-menu .menu-item a,
  .site-header .main-navigation a {
      color: #ffffff !important;
  }
  .main-header-menu .menu-item a:hover {
      color: #93c5fd !important;
  }