/*
Theme Name: Double R Labs
Theme URI:  https://www.wpserveur.net
Author:     Polyhedrons Web
Author URI: https://www.wpserveur.net
Template:   hello-elementor
Version:    1.0
License:    GNU General Public License v2 or later
*/

/* =========================================================
   NX LOCKED SHOP (Guest)
   ========================================================= */

body.nx-locked-shop ul.products li.product {
  position: relative !important;
  overflow: hidden;
}

body.nx-locked-shop ul.products li.product > * {
  filter: blur(10px);
  opacity: .95;
  pointer-events: none;
}

body.nx-locked-shop ul.products li.product .nx-lock-overlay,
body.nx-locked-shop ul.products li.product .nx-lock-overlay * {
  filter: none !important;
  opacity: 1 !important;
  pointer-events: auto !important;
}

body.nx-locked-shop .nx-lock-overlay {
  position: absolute !important;
  inset: 0;
  z-index: 999;
  display: flex !important;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background: rgba(255,255,255,0.70);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

body.nx-locked-shop .nx-lock-overlay__inner {
  display: grid;
  gap: 10px;
  justify-items: center;
  text-align: center;
  padding: 14px 16px;
  border-radius: 12px;
  background: rgba(255,255,255,0.85);
  box-shadow: 0 10px 30px rgba(0,0,0,.10);
}

body.nx-locked-shop .nx-lock-overlay__msg {
  font-weight: 700;
  font-size: 12px;
  line-height: 1.2;
  color: #111;
}

body.nx-locked-shop .nx-lock-overlay__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  border-radius: 999px;
  background: #1c2b6a;
  color: #fff;
  font-weight: 800;
  font-size: 12px;
  line-height: 1;
}

/* Button in place of Add to cart (optional styling) */
body.nx-locked-shop .nx-login-loop-btn {
  border-radius: 8px;
  font-weight: 700;
}

/* =========================================================
   FILTERS LOCK (Sidebar)
   ========================================================= */

body.nx-locked-shop .nx-filters-locked > * {
  filter: blur(10px);
  pointer-events: none;
  opacity: .95;
}

body.nx-locked-shop .nx-filters-lock,
body.nx-locked-shop .nx-filters-lock * {
  filter: none !important;
  pointer-events: auto !important;
  opacity: 1 !important;
}

body.nx-locked-shop .nx-filters-lock {
  position: absolute;
  inset: 10px;
  z-index: 9999;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  text-decoration: none;
}

body.nx-locked-shop .nx-filters-lock__inner {
  width: min(260px, 100%);
  margin-top: 20px;
  background: rgba(255,255,255,0.85);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 14px;
  padding: 14px;
  display: grid;
  gap: 10px;
  justify-items: center;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0,0,0,.10);
}

body.nx-locked-shop .nx-filters-lock__msg {
  font-weight: 700;
  font-size: 12px;
  color: #111;
}

body.nx-locked-shop .nx-filters-lock__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  border-radius: 999px;
  background: #1c2b6a;
  color: #fff;
  font-weight: 800;
  font-size: 12px;
  line-height: 1;
}
