/* Glitch light text for dark banner */
.nlc-glitch-light .elementor-heading-title,
.nlc-glitch-light {
  color: #ffffff !important;
  text-shadow:
    2px 0 #00e5ff,
    -2px 0 #ff00d4;
}
/* No Limits Club Rewards Banner */
.nlc-rewards-banner {
  position: relative;
  overflow: hidden;
  background: linear-gradient(90deg, #06111d 0%, #071827 55%, #06111d 100%) !important;
}

.nlc-rewards-banner::before,
.nlc-rewards-banner::after {
  content: "";
  position: absolute;
  width: 90px;
  height: 4px;
  background: linear-gradient(90deg, #00e5ff, #ff00d4);
  opacity: 0.9;
  z-index: 1;
}

.nlc-rewards-banner::before {
  left: 0;
  top: 28px;
}

.nlc-rewards-banner::after {
  right: 0;
  bottom: 28px;
}

.nlc-rewards-banner > * {
  position: relative;
  z-index: 2;
}
/* ===== NLC Featured Products - Fixed Layout ===== */

.nlc-featured-products .woocommerce ul.products {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 18px !important;
  margin: 0 !important;
  padding: 0 !important;
}

.nlc-featured-products .woocommerce ul.products::before,
.nlc-featured-products .woocommerce ul.products::after {
  display: none !important;
}

.nlc-featured-products .woocommerce ul.products li.product {
  width: auto !important;
  float: none !important;
  clear: none !important;
  margin: 0 !important;
  padding: 18px !important;
  background: #f0f0ee !important;
  border-radius: 10px !important;
  display: flex !important;
  flex-direction: column !important;
  min-height: 390px !important;
  box-sizing: border-box !important;
  overflow: hidden !important;
}

.nlc-featured-products .woocommerce ul.products li.product a.woocommerce-LoopProduct-link {
  display: block !important;
  width: 100% !important;
}

.nlc-featured-products .woocommerce ul.products li.product img {
  width: 100% !important;
  height: 210px !important;
  object-fit: contain !important;
  object-position: center center !important;
  display: block !important;
  margin: 0 0 14px 0 !important;
  background: #f7f7f5 !important;
  border-radius: 8px !important;
}

.nlc-featured-products .woocommerce ul.products li.product .woocommerce-loop-product__title {
  min-height: 44px !important;
  margin: 0 0 8px 0 !important;
  padding: 0 !important;
  color: #101820 !important;
  font-size: 14px !important;
  line-height: 1.35 !important;
  font-weight: 600 !important;
  word-break: normal !important;
  overflow-wrap: normal !important;
}

.nlc-featured-products .woocommerce ul.products li.product .price {
  min-height: 22px !important;
  margin: 0 0 12px 0 !important;
  color: #101820 !important;
  font-size: 14px !important;
  font-weight: 800 !important;
}

.nlc-featured-products .woocommerce ul.products li.product .button {
  margin-top: auto !important;
  align-self: flex-start !important;
  background: #06111D !important;
  color: #ffffff !important;
  border-radius: 4px !important;
  padding: 12px 20px !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  line-height: 1 !important;
}

.nlc-featured-products .woocommerce ul.products li.product .tinv-wraper,
.nlc-featured-products .woocommerce ul.products li.product .yith-wcwl-add-to-wishlist {
  margin-top: 16px !important;
  min-height: 24px !important;
}

.nlc-featured-products .woocommerce ul.products li.product .tinv-wraper a,
.nlc-featured-products .woocommerce ul.products li.product .yith-wcwl-add-to-wishlist a {
  color: #a54bd8 !important;
  font-size: 14px !important;
  text-decoration: none !important;
}

/* Tablet */
@media (max-width: 1024px) {
  .nlc-featured-products .woocommerce ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 16px !important;
  }

  .nlc-featured-products .woocommerce ul.products li.product {
    min-height: 370px !important;
  }

  .nlc-featured-products .woocommerce ul.products li.product img {
    height: 200px !important;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .nlc-featured-products .woocommerce ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px !important;
  }

  .nlc-featured-products .woocommerce ul.products li.product {
    min-height: 330px !important;
    padding: 12px !important;
  }

  .nlc-featured-products .woocommerce ul.products li.product img {
    height: 150px !important;
  }

  .nlc-featured-products .woocommerce ul.products li.product .woocommerce-loop-product__title {
    min-height: 40px !important;
    font-size: 12px !important;
  }

  .nlc-featured-products .woocommerce ul.products li.product .price {
    font-size: 12px !important;
  }

  .nlc-featured-products .woocommerce ul.products li.product .button {
    padding: 10px 14px !important;
    font-size: 12px !important;
  }

  .nlc-featured-products .woocommerce ul.products li.product .tinv-wraper,
  .nlc-featured-products .woocommerce ul.products li.product .yith-wcwl-add-to-wishlist {
    margin-top: 12px !important;
  }
}
html,
body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden !important;
}

#page,
.site,
.site-content,
.wp-site-blocks,
.entry-content,
.elementor,
.elementor-section,
.elementor-container,
.elementor-widget-wrap {
  max-width: 100% !important;
  overflow-x: hidden;
}
.nlc-glitch-title,
.nlc-glitch-title .elementor-heading-title {
  color: #101820 !important;
  text-shadow:
    3px 0 #00E5FF,
    -3px 0 #FF00D4;
}
/* NO LIMITS CLUB - Product Search */
.ncl-product-search {
  display: flex;
  align-items: center;
  width: 230px;
  height: 40px;
  background: #050505;
  border: 1px solid #2a2a2a;
  overflow: hidden;
}

.ncl-product-search:focus-within {
  border-color: #bfc3c7;
}

.ncl-search-input {
  flex: 1;
  height: 100%;
  min-width: 0;
  padding: 0 14px;
  background: transparent !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  color: #ffffff !important;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.ncl-search-input::placeholder {
  color: #8f8f8f;
  opacity: 1;
}

.ncl-search-btn {
  width: 46px;
  height: 100%;
  background: #111111;
  color: #ffffff;
  border: none;
  border-left: 1px solid #2a2a2a;
  cursor: pointer;
  font-size: 18px;
  line-height: 1;
  transition: 0.25s ease;
}

.ncl-search-btn:hover {
  background: #ffffff;
  color: #050505;
}

/* Ẩn nút X mặc định trong ô search */
.ncl-search-input::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
  display: none;
}

.ncl-search-input::-ms-clear {
  display: none;
}
/* NO LIMITS CLUB - HERO BANNER */
.ncl-hero {
  min-height: 900px;
  display: flex;
  align-items: center;
  position: relative;
  background-color: #050505;
}

.ncl-hero .wp-block-cover__inner-container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding-left: 6%;
  padding-right: 6%;
}

.ncl-hero-content {
  max-width: 720px;
}

.ncl-hero h1,
.ncl-hero .ncl-hero-title {
  color: #ffffff;
  font-size: clamp(52px, 8vw, 120px);
  line-height: 0.9;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 900;
  margin: 0 0 22px;
}

.ncl-hero .ncl-hero-subtitle {
  color: #ffffff;
  font-size: 17px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.ncl-hero .ncl-hero-desc {
  color: #b8b8b8;
  font-size: 16px;
  line-height: 1.6;
  max-width: 520px;
  margin-bottom: 30px;
}

.ncl-hero-buttons {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.ncl-hero .wp-block-button__link {
  border-radius: 0;
  padding: 14px 30px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  transition: 0.25s ease;
}

.ncl-btn-main .wp-block-button__link {
  background: #ffffff !important;
  color: #050505 !important;
  border: 1px solid #ffffff;
}

.ncl-btn-main .wp-block-button__link:hover {
  background: #bfc3c7 !important;
  border-color: #bfc3c7;
}

.ncl-btn-outline .wp-block-button__link {
  background: transparent !important;
  color: #ffffff !important;
  border: 1px solid #ffffff;
}

.ncl-btn-outline .wp-block-button__link:hover {
  background: #ffffff !important;
  color: #050505 !important;
}

/* Mobile */
@media (max-width: 768px) {
  .ncl-hero {
    min-height: 680px;
  }

  .ncl-hero .wp-block-cover__inner-container {
    padding-left: 5%;
    padding-right: 5%;
  }

  .ncl-hero h1,
  .ncl-hero .ncl-hero-title {
    font-size: 54px;
  }

  .ncl-hero .ncl-hero-subtitle {
    font-size: 14px;
  }

  .ncl-hero .ncl-hero-desc {
    font-size: 15px;
  }

  .ncl-hero-buttons {
    flex-direction: column;
    gap: 12px;
  }

  .ncl-hero .wp-block-button,
  .ncl-hero .wp-block-button__link {
    width: 100%;
    text-align: center;
  }
}