/* =========================================
   ELITE OFFSETS - OPTIMIZED GLOBAL STYLES
   Cleaned, deduplicated, and scoped
========================================= */

:root {
  --elite-cyan: #00ffff;
  --elite-cyan-dark: #00dddd;
  --elite-cyan-alt: #00eaff;
  --elite-bg: #0f1115;
  --elite-bg-soft: #111;
  --elite-card: #1b1d23;
  --elite-text: #f5f5f5;
  --elite-text-soft: #ddd;
  --elite-text-muted: #aaa;
  --elite-border: #222;
  --elite-border-soft: #333;
  --elite-red: #ff4444;
  --elite-red-hover: #ff0000;
  --elite-radius-sm: 6px;
  --elite-radius-md: 8px;
  --elite-radius-lg: 12px;
  --elite-shadow-cyan-sm: 0 0 6px rgba(0, 255, 255, 0.3);
  --elite-shadow-cyan-md: 0 0 12px rgba(0, 255, 255, 0.5);
  --elite-shadow-cyan-lg: 0 0 20px rgba(0, 255, 255, 0.3);
  --elite-transition: all 0.3s ease;
  --elite-font: 'Segoe UI', sans-serif;
}

/* =========================================
   RESET / BASE
========================================= */

body {
  overflow-x: hidden;
}

body .facetwp-facet {
  margin-bottom: 0;
}

/* Responsive visibility */
.desktop-only {
  display: block;
}

.mobile-only {
  display: none;
}

@media (max-width: 767px), (orientation: landscape) and (max-width: 1024px) {
  .desktop-only {
    display: none !important;
  }

  .mobile-only {
    display: block !important;
  }
}

/* =========================================
   FOOTER
========================================= */

.elite-footer {
  background-color: var(--elite-bg-soft);
  color: #eee;
  font-family: var(--elite-font);
  padding: 40px 20px 20px;
  border-top: 4px solid var(--elite-cyan);
}

.footer-top-banner {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  padding: 20px 0;
  background: linear-gradient(
    135deg,
    #cce8ff 0%,
    #ffffff 20%,
    #99c2ff 40%,
    #e6f2ff 60%,
    #66aaff 80%,
    #b3d9ff 100%
  );
  background-size: 200% auto;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: blueChromeShine 6s ease-in-out infinite;
  text-shadow: 0 0 0.6px rgba(0, 0, 0, 0.4);
}

@keyframes blueChromeShine {
  0% {
    background-position: 200% center;
  }
  100% {
    background-position: 0% center;
  }
}

.footer-bottom {
  text-align: center;
  padding: 10px 0;
  font-size: 13px;
  color: var(--elite-text-muted);
  border-top: 1px solid var(--elite-border);
  margin-top: 10px;
}

/* Social icons */
.footer-socials {
  display: flex;
  gap: 16px;
  margin-top: 10px;
  align-items: center;
  flex-wrap: wrap;
}

.footer-socials img {
  width: 28px;
  height: 28px;
  transition: transform 0.3s ease, filter 0.3s ease, box-shadow 0.3s ease;
  filter: brightness(0.85);
  border-radius: 4px;
}

.footer-socials a[href*="facebook"]:hover img {
  box-shadow: 0 0 10px #1877f2;
  filter: brightness(1.3);
  transform: scale(1.15);
}

.footer-socials a[href*="instagram"]:hover img {
  box-shadow: 0 0 10px #e1306c;
  filter: brightness(1.3);
  transform: scale(1.15);
}

.footer-socials a[href*="tiktok"]:hover img {
  box-shadow: 0 0 10px #ff0050, 0 0 16px #00f2ea;
  filter: brightness(1.3);
  transform: scale(1.15);
}

.footer-socials a[href*="twitter"]:hover img {
  box-shadow: 0 0 10px #1da1f2;
  filter: brightness(1.3);
  transform: scale(1.15);
}

.footer-socials a[href*="snapchat"]:hover img {
  box-shadow: 0 0 10px #fffc00;
  filter: brightness(1.3);
  transform: scale(1.15);
}

/* =========================================
   FACETWP / FILTERS
========================================= */

/* Sidebar filter text visibility */
.facetwp-facet label,
.facetwp-facet label *,
.facetwp-facet .facetwp-checkbox-label,
.facetwp-facet .facetwp-counter,
.facetwp-facet .facetwp-slider-values,
.facetwp-checkbox span,
.facetwp-facet span {
  color: #fff !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.facetwp-toggle {
  color: var(--elite-cyan) !important;
  font-weight: 600;
  font-size: 14px;
}

/* Active filters text */
.facetwp-selections .facetwp-selection,
.facetwp-selections-label,
.facetwp-selections *,
.parts-sidebar strong {
  color: #fff !important;
  font-weight: 700 !important;
  font-size: 15px !important;
  opacity: 1 !important;
}

/* Mobile toggle */
.facetwp-mobile-toggle {
  display: none;
  margin-bottom: 1rem;
  text-align: center;
}

.facetwp-mobile-toggle button {
  background: var(--elite-cyan);
  color: #000;
  border: none;
  padding: 0.6rem 1.2rem;
  font-weight: 700;
  border-radius: var(--elite-radius-md);
  font-size: 1rem;
  cursor: pointer;
  transition: background 0.3s ease;
}

.facetwp-mobile-toggle button:hover {
  background: var(--elite-cyan-dark);
}

@media (max-width: 768px) {
  .facetwp-mobile-toggle {
    display: block;
  }

  #mobileFilterPanel {
    display: none;
  }

  #mobileFilterPanel.active {
    display: block;
  }
}

/* Force always-visible Year/Make/Model dropdowns */
.filter-section.facet-ymm {
  border: none;
  padding-bottom: 1rem;
}

.filter-section.facet-ymm .filter-toggle {
  display: none !important;
}

.filter-section.facet-ymm .filter-content {
  display: block !important;
  padding-bottom: 0;
}

.filter-section.facet-ymm label.filter-label {
  font-size: 13px;
  color: #ccc;
  font-weight: 600;
  text-transform: uppercase;
  display: block;
  margin-bottom: 0.4rem;
}

.facetwp-facet select,
.facetwp-brand-filters select {
  width: 100%;
  padding: 8px 10px;
  font-size: 14px;
  border-radius: var(--elite-radius-sm);
  background: var(--elite-bg-soft);
  color: #fff;
  border: 1px solid #444;
}

/* Active filter tags */
.facetwp-selection-value {
  color: #fff !important;
}

.facetwp-selection-value .facetwp-remove {
  color: var(--elite-red) !important;
  font-weight: 700;
  padding-left: 6px;
  font-size: 14px;
}

.facetwp-selection-value .facetwp-remove:hover {
  color: #ff7777 !important;
  text-shadow: 0 0 4px rgba(255, 0, 0, 0.6);
}

.facetwp-selections .facetwp-selection {
  background: rgba(255, 255, 255, 0.05);
  border-radius: var(--elite-radius-sm);
  padding: 6px 10px;
  margin-bottom: 6px;
  display: inline-block;
}

.facetwp-selections .facetwp-selection .facetwp-remove,
.facetwp-selections .facetwp-selection .facetwp-remove::before {
  color: var(--elite-red) !important;
  font-weight: 700;
  font-size: 16px;
  text-shadow: 0 0 6px rgba(255, 0, 0, 0.5);
}

.facetwp-selections .facetwp-selection .facetwp-remove:hover,
.facetwp-selections .facetwp-selection .facetwp-remove:hover::before {
  color: var(--elite-red-hover) !important;
}

/* FacetWP pager */
.facetwp-pager {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin: 2rem 0;
  font-weight: 700;
}

.facetwp-page,
.facetwp-prev,
.facetwp-next {
  background-color: var(--elite-bg-soft);
  color: var(--elite-cyan);
  padding: 8px 14px;
  border-radius: var(--elite-radius-md);
  text-decoration: none;
  font-size: 0.95rem;
  transition: 0.2s ease;
  border: 1px solid var(--elite-cyan);
  box-shadow: var(--elite-shadow-cyan-sm);
}

.facetwp-page:hover,
.facetwp-prev:hover,
.facetwp-next:hover {
  background-color: var(--elite-cyan);
  color: #000;
  transform: scale(1.05);
}

.facetwp-page.active {
  background-color: var(--elite-cyan);
  color: #000;
  box-shadow: 0 0 12px rgba(0, 255, 255, 0.9);
  border: 2px solid var(--elite-cyan);
}

.facetwp-page.disabled,
.facetwp-page.dots {
  background: transparent;
  color: #555;
  pointer-events: none;
  box-shadow: none;
  border: none;
}

@media (max-width: 600px) {
  .facetwp-pager {
    gap: 6px;
  }

  .facetwp-page,
  .facetwp-prev,
  .facetwp-next {
    padding: 6px 10px;
    font-size: 0.85rem;
    border-radius: var(--elite-radius-sm);
  }
}

/* =========================================
   PRODUCT GRIDS / CARDS
========================================= */

.parts-products,
.wheels-grid {
  display: grid !important;
  gap: 2rem;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.parts-products {
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

.wheels-grid {
  grid-template-columns: repeat(5, 1fr);
}

@media (max-width: 1024px) {
  .wheels-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .wheels-grid {
    grid-template-columns: 1fr;
  }
}

/* Shared product card styling */
.parts-products .product,
.wheel-card {
  background: var(--elite-bg-soft);
  padding: 1rem;
  border-radius: var(--elite-radius-lg);
  overflow: hidden;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.parts-products .product:hover,
.wheel-card:hover {
  transform: scale(1.03);
  box-shadow: 0 0 12px rgba(0, 255, 255, 0.3);
}

.parts-products .product img,
.wheel-card img {
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: var(--elite-radius-md);
  object-fit: contain;
  transition: transform 0.3s ease;
}

.parts-products .product:hover img {
  transform: scale(1.1);
}

.parts-products .product h2,
.wheel-card h3 {
  margin: 0.5rem 0;
}

.parts-products .product h2 {
  color: #fff;
  font-size: 1rem;
  min-height: 40px;
}

.wheel-card h3 {
  color: var(--elite-cyan);
  font-size: 1rem;
}

.parts-products .product .button {
  background: var(--elite-cyan);
  color: #000;
  padding: 0.5rem 1.2rem;
  font-weight: 700;
  border-radius: var(--elite-radius-sm);
  text-transform: uppercase;
  font-size: 0.9rem;
  text-decoration: none;
  display: inline-block;
  transition: background 0.3s ease, transform 0.2s ease;
}

.parts-products .product .button:hover {
  background: var(--elite-cyan-dark);
  transform: scale(1.05);
}

/* =========================================
   PRICE STYLING - SCOPED + CLEAN
========================================= */

.parts-products .price,
.wheels-grid .price,
.wheel-card .price,
.facetwp-template .price,
.woocommerce ul.products li.product .price,
.woocommerce-page ul.products li.product .price,
.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: var(--elite-cyan) !important;
  font-size: 1.2rem !important;
  font-weight: 700 !important;
  opacity: 1 !important;
  visibility: visible !important;
  text-shadow:
    0 0 4px rgba(0, 255, 255, 0.9),
    0 0 10px rgba(0, 255, 255, 0.6),
    0 0 20px rgba(0, 255, 255, 0.3);
  transition: var(--elite-transition);
}

.wheel-card .price {
  margin-bottom: 0.75rem;
}

.parts-products .product:hover .price,
.wheels-grid .product:hover .price,
.wheel-card:hover .price,
.woocommerce ul.products li.product:hover .price,
.woocommerce-page ul.products li.product:hover .price {
  color: var(--elite-cyan) !important;
  transform: scale(1.08);
  text-shadow:
    0 0 8px var(--elite-cyan),
    0 0 16px var(--elite-cyan),
    0 0 30px var(--elite-cyan);
}

/* Header cart price fix */
.site-header-cart .amount,
.elementor-widget-woocommerce-cart .woocommerce-Price-amount,
.site-header-cart .woocommerce-Price-amount,
.site-header-cart .woocommerce-Price-amount bdi {
  color: #000 !important;
  font-weight: 700 !important;
  font-size: 1rem !important;
  background: var(--elite-cyan);
  padding: 2px 6px;
  border-radius: 4px;
  box-shadow: 0 0 4px rgba(0, 255, 255, 0.4);
  text-shadow: none !important;
}

/* =========================================
   WOOCOMMERCE ACCOUNT
========================================= */

.woocommerce-account {
  background-color: var(--elite-bg);
  color: #f0f0f0;
  padding: 40px 20px;
  font-family: var(--elite-font);
}

.woocommerce-MyAccount-content h2,
.woocommerce-MyAccount-navigation h2,
.woocommerce h2 {
  color: var(--elite-cyan-alt);
  font-size: 22px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0 0 30px;
}

.woocommerce-MyAccount-navigation ul li {
  margin-bottom: 10px;
}

.woocommerce-MyAccount-navigation ul li a {
  display: block;
  padding: 12px 18px;
  background: var(--elite-card);
  border-left: 4px solid transparent;
  color: var(--elite-text);
  text-decoration: none;
  transition: var(--elite-transition);
  border-radius: var(--elite-radius-sm);
}

.woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-MyAccount-navigation ul li:hover a {
  background: #111319;
  border-left-color: var(--elite-cyan-alt);
  color: var(--elite-cyan-alt);
}

.woocommerce-MyAccount-content {
  background: var(--elite-card);
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 255, 255, 0.05);
}

.woocommerce-MyAccount-content p,
.woocommerce-MyAccount-content a {
  color: #f0f0f0;
  font-size: 15px;
}

.woocommerce-MyAccount-content a {
  color: var(--elite-cyan-alt);
  text-decoration: underline;
}

.woocommerce-MyAccount-content strong {
  color: #fff;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .woocommerce-MyAccount-navigation,
  .woocommerce-MyAccount-content {
    width: 100% !important;
    margin: 0;
    padding: 20px;
  }
}

/* =========================================
   CONTACT PAGE / FORM
========================================= */

/* Replace page-id-XXX with the actual page ID if you want to scope tighter */
.page-id-XXX,
body.page-template-default.page {
  background-color: var(--elite-bg);
  color: var(--elite-text);
  font-family: var(--elite-font);
  padding: 40px 20px;
}

h1,
h2,
h3 {
  color: var(--elite-cyan-alt);
  text-transform: uppercase;
  margin-bottom: 20px;
}

.contact-info {
  color: #f0f0f0;
  font-size: 16px;
  margin-bottom: 30px;
}

.contact-info a,
.contact-info p {
  color: var(--elite-text-soft);
}

.contact-info i {
  color: var(--elite-cyan-alt);
  margin-right: 8px;
}

.wpcf7 form,
form.wpcf7-form {
  background: var(--elite-card);
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(0, 255, 255, 0.05);
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid var(--elite-border-soft);
  background-color: var(--elite-bg);
  color: #f0f0f0;
  border-radius: var(--elite-radius-sm);
  margin-bottom: 15px;
  font-size: 14px;
}

.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 textarea:focus {
  border-color: var(--elite-cyan-alt);
  outline: none;
}

.wpcf7 input[type="submit"] {
  background: var(--elite-cyan-alt);
  color: var(--elite-bg);
  font-weight: 700;
  padding: 12px 24px;
  border: none;
  border-radius: var(--elite-radius-sm);
  text-transform: uppercase;
  cursor: pointer;
  transition: 0.3s ease;
}

.wpcf7 input[type="submit"]:hover {
  background: #00b8cc;
  color: #fff;
}

.contact-info .social-icons a {
  display: inline-block;
  margin-right: 10px;
  color: #fff;
  background: var(--elite-card);
  padding: 8px;
  border-radius: 50%;
  transition: background 0.3s;
}

.contact-info .social-icons a:hover {
  background: var(--elite-cyan-alt);
  color: var(--elite-bg);
}

@media screen and (max-width: 768px) {
  .contact-info,
  .wpcf7-form {
    width: 100% !important;
    margin: 0 auto;
  }
}

/* Hide reCAPTCHA badge */
.grecaptcha-badge {
  visibility: hidden;
}

/* =========================================
   SHOP BY BRAND
========================================= */

.brand-hub-wrapper {
  background: #0e0e0e;
  padding: 3rem 1rem;
  color: #fff;
  max-width: 1400px;
  margin: auto;
}

.brand-hub-title {
  text-align: center;
  color: var(--elite-cyan);
  font-size: 2.5rem;
  text-transform: uppercase;
  margin-bottom: 2rem;
}

.brand-hub-tabs {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 2.5rem;
  flex-wrap: wrap;
}

.brand-hub-tabs a {
  background: #1c1c1c;
  padding: 0.75rem 1.5rem;
  border: 2px solid var(--elite-cyan);
  color: var(--elite-cyan);
  text-transform: uppercase;
  border-radius: 10px;
  font-weight: 700;
  text-decoration: none;
  transition: var(--elite-transition);
}

.brand-hub-tabs a:hover,
.brand-hub-tabs a.active {
  background: var(--elite-cyan);
  color: #000;
}

.brand-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 1.5rem;
}

.brand-tile {
  background: var(--elite-bg-soft);
  border-radius: var(--elite-radius-lg);
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 120px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.brand-tile:hover {
  transform: scale(1.05);
  box-shadow: 0 0 16px rgba(0, 255, 255, 0.3);
}

.brand-tile img {
  max-height: 70px;
  max-width: 100%;
  object-fit: contain;
}

.no-logo {
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}

.facetwp-brand-filters {
  margin: 2rem 0;
  padding: 1rem;
  background: var(--elite-bg);
  border: 1px solid var(--elite-border);
  border-radius: var(--elite-radius-md);
}

/* =========================================
   ELITE CUSTOM WISHLIST STYLES
========================================= */

.elite-wishlist-page {
  max-width: 1400px;
  margin: 0 auto;
  padding: 40px 20px 70px;
  color: #fff;
}

.elite-wishlist-header h1 {
  font-size: 42px;
  font-weight: 800;
  color: #00e5ff;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.elite-wishlist-header p {
  color: #c7d2db;
  font-size: 16px;
  margin-bottom: 30px;
}

.elite-wishlist-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.elite-wishlist-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 8px;
  border: 1px solid #00e5ff;
  text-decoration: none;
  font-weight: 700;
  transition: all 0.25s ease;
  cursor: pointer;
}

.elite-wishlist-btn.primary {
  background: #00e5ff;
  color: #000;
}

.elite-wishlist-btn.primary:hover {
  background: #00cfe6;
  transform: translateY(-1px);
}

.elite-wishlist-btn.secondary {
  background: transparent;
  color: #00e5ff;
}

.elite-wishlist-btn.secondary:hover {
  background: rgba(0, 229, 255, 0.08);
}

.elite-wishlist-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.elite-wishlist-card {
  background: linear-gradient(180deg, #0c0f14 0%, #11161d 100%);
  border: 1px solid rgba(0, 229, 255, 0.25);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 0 18px rgba(0, 229, 255, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.elite-wishlist-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 0 24px rgba(0, 229, 255, 0.18);
}

.elite-card-image-wrap {
  display: block;
  background: #0a0d11;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

.elite-card-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  padding: 16px;
}

.elite-card-content {
  padding: 18px;
}

.elite-card-title {
  font-size: 18px;
  line-height: 1.35;
  margin: 0 0 10px;
}

.elite-card-title a {
  color: #fff;
  text-decoration: none;
}

.elite-card-title a:hover {
  color: #00e5ff;
}

.elite-card-price {
  font-size: 20px;
  font-weight: 800;
  color: #00e5ff;
  margin-bottom: 8px;
}

.elite-card-price ins {
  text-decoration: none;
  color: #00e5ff;
}

.elite-card-price .amount {
  color: #00e5ff;
}

.elite-card-sku {
  font-size: 13px;
  color: #a7b4c2;
  margin-bottom: 8px;
}

.elite-card-stock {
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 16px;
}

.elite-card-stock.in-stock {
  color: #67e480;
}

.elite-card-stock.out-stock {
  color: #ff6b6b;
}

.elite-card-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.elite-card-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  border: none;
  cursor: pointer;
  transition: all 0.25s ease;
  padding: 0 14px;
}

.elite-card-btn.add-cart,
.elite-card-btn.view-product {
  background: #00e5ff;
  color: #000;
}

.elite-card-btn.add-cart:hover,
.elite-card-btn.view-product:hover {
  background: #00cfe6;
}

.elite-card-btn.remove-wishlist {
  background: transparent;
  color: #ff5d73;
  border: 1px solid #ff5d73;
}

.elite-card-btn.remove-wishlist:hover {
  background: rgba(255, 93, 115, 0.08);
}

.elite-wishlist-empty {
  text-align: center;
  padding: 70px 20px;
  border: 1px solid rgba(0, 229, 255, 0.22);
  border-radius: 14px;
  background: #0c1016;
}

.elite-wishlist-empty h3 {
  color: #fff;
  font-size: 28px;
  margin-bottom: 10px;
}

.elite-wishlist-empty p {
  color: #b9c6d3;
  margin-bottom: 22px;
}

.elite-loading {
  grid-column: 1 / -1;
  text-align: center;
  color: #c7d2db;
  padding: 50px 0;
  font-size: 18px;
}

/* Add to wishlist button styling */
.elite-add-to-wishlist {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  background: transparent;
  color: #00e5ff;
  border: 1px solid #00e5ff;
  border-radius: 8px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.25s ease;
  text-decoration: none;
}

.elite-add-to-wishlist:hover {
  background: rgba(0, 229, 255, 0.08);
}

.elite-add-to-wishlist.added {
  background: #00e5ff;
  color: #000;
}

@media (max-width: 1200px) {
  .elite-wishlist-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .elite-wishlist-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .elite-wishlist-header h1 {
    font-size: 32px;
  }
}

@media (max-width: 520px) {
  .elite-wishlist-grid {
    grid-template-columns: 1fr;
  }

  .elite-wishlist-actions {
    flex-direction: column;
  }
}

/* Hide only the default title on the Wishlist page */
body.page .entry-title,
body.page .page-title,
body.page h1.entry-title {
  display: none !important;
}
/* =========================================
   SINGLE PRODUCT - WISHLIST BUTTON CLEANUP
========================================= */

/* Keep cart row aligned nicely */
.single-product form.cart {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

/* Quantity field */
.single-product form.cart .quantity {
  margin: 0 !important;
  flex: 0 0 auto;
}

/* Add to cart button */
.single-product form.cart .single_add_to_cart_button {
  margin: 0 !important;
  flex: 0 0 auto;
}

/* Wishlist button */
.single-product form.cart .single-wishlist-btn,
.single-product form.cart .elite-add-to-wishlist {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 14px;
  margin: 0 !important;
  background: transparent;
  color: #00e5ff;
  border: 1px solid #00e5ff;
  border-radius: 6px;
  font-weight: 700;
  font-size: 13px;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  transition: all 0.25s ease;
  box-shadow: none;
  vertical-align: middle;
}

.single-product form.cart .single-wishlist-btn:hover,
.single-product form.cart .elite-add-to-wishlist:hover {
  background: rgba(0, 229, 255, 0.08);
  transform: translateY(-1px);
}

.single-product form.cart .single-wishlist-btn.added,
.single-product form.cart .elite-add-to-wishlist.added {
  background: #00e5ff;
  color: #000;
}

/* Mobile layout */
@media (max-width: 767px) {
  .single-product form.cart {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    align-items: stretch;
  }

  .single-product form.cart .quantity {
    grid-column: 1 / -1;
    width: 100%;
  }

  .single-product form.cart .quantity input.qty {
    width: 100%;
    max-width: 100%;
  }

  .single-product form.cart .single_add_to_cart_button,
  .single-product form.cart .single-wishlist-btn,
  .single-product form.cart .elite-add-to-wishlist {
    width: 100%;
    min-height: 44px;
    font-size: 14px;
    padding: 0 12px;
  }
}

/* Extra small phones */
@media (max-width: 480px) {
  .single-product form.cart {
    grid-template-columns: 1fr;
  }

  .single-product form.cart .single_add_to_cart_button,
  .single-product form.cart .single-wishlist-btn,
  .single-product form.cart .elite-add-to-wishlist {
    width: 100%;
  }
}

/* Header wishlist link */
.elite-header-wishlist-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  transition: 0.25s ease;
}

.elite-header-wishlist-link:hover {
  color: #00e5ff;
}

.elite-wishlist-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 22px;
  height: 22px;
  padding: 0 6px;
  border-radius: 999px;
  background: #00e5ff;
  color: #000;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}

/* Wishlist action bar polish */
.elite-wishlist-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 30px;
}

#elite-add-all-to-cart {
  background: #00e5ff;
  color: #000;
  border: 1px solid #00e5ff;
}

#elite-add-all-to-cart:hover {
  background: #00cfe6;
}

/* Mobile */
@media (max-width: 767px) {
  .elite-wishlist-actions {
    flex-direction: column;
  }

  .elite-wishlist-actions .elite-wishlist-btn {
    width: 100%;
  }
}

.elite-header-wishlist-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.elite-wishlist-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  border-radius: 999px;
  background: #00e5ff;
  color: #000;
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
}

/* Header wishlist link */
.elite-header-wishlist-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  position: relative;
}

.elite-wishlist-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  border-radius: 999px;
  background: #00e5ff;
  color: #000;
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
}

/* Menu item wrapper */
.elite-menu-wishlist {
  position: relative;
}

/* Mini wishlist dropdown */
.elite-mini-wishlist {
  position: absolute;
  top: calc(100% + 12px);
  left: 0;
  width: 360px;
  background: #0b0f15;
  border: 1px solid rgba(0, 229, 255, 0.28);
  border-radius: 14px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.45);
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity 0.22s ease, transform 0.22s ease, visibility 0.22s ease;
  pointer-events: none;
}

.elite-menu-wishlist:hover .elite-mini-wishlist,
.elite-menu-wishlist:focus-within .elite-mini-wishlist {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

.elite-mini-wishlist-inner {
  padding: 12px;
}

.elite-mini-wishlist-body {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-height: 360px;
  overflow-y: auto;
}

.elite-mini-item {
  display: grid;
  grid-template-columns: 64px 1fr 24px;
  gap: 10px;
  align-items: center;
  padding: 8px;
  border-radius: 10px;
  background: rgba(255,255,255,0.02);
}

.elite-mini-thumb-wrap {
  width: 64px;
  height: 64px;
  background: #11161d;
  border-radius: 8px;
  overflow: hidden;
  display: block;
}

.elite-mini-thumb {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.elite-mini-content {
  min-width: 0;
}

.elite-mini-title {
  display: block;
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
  margin-bottom: 4px;
}

.elite-mini-title:hover {
  color: #00e5ff;
}

.elite-mini-price {
  font-size: 13px;
  font-weight: 800;
  color: #00e5ff;
}

.elite-mini-price .amount,
.elite-mini-price ins {
  color: #00e5ff;
  text-decoration: none;
}

.elite-mini-remove {
  border: 0;
  background: transparent;
  color: #ff6b6b;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  padding: 0;
}

.elite-mini-remove:hover {
  color: #fff;
}

.elite-mini-wishlist-footer {
  display: flex;
  gap: 10px;
  margin-top: 12px;
}

.elite-mini-btn {
  flex: 1 1 0;
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  font-size: 13px;
  cursor: pointer;
  transition: 0.25s ease;
}

.elite-mini-btn.primary {
  background: #00e5ff;
  color: #000;
  border: 1px solid #00e5ff;
}

.elite-mini-btn.primary:hover {
  background: #00cfe6;
}

.elite-mini-btn.secondary {
  background: transparent;
  color: #00e5ff;
  border: 1px solid #00e5ff;
}

.elite-mini-btn.secondary:hover {
  background: rgba(0, 229, 255, 0.08);
}

.elite-mini-empty,
.elite-mini-loading {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 14px 10px;
  color: #c8d3dd;
  font-size: 13px;
}

.elite-mini-empty strong {
  color: #fff;
}

/* Mobile / touch: disable hover dropdown */
@media (max-width: 1024px) {
  .elite-mini-wishlist {
    display: none !important;
  }
}