/* ============================================================
   ENERGETIKA369 — CUSTOM SHOP ARCHIVE CSS
   File path:
   /wp-content/themes/hello-elementor/assets/css/shop.css
============================================================ */

:root {
  --electric-blue: #00d4ff;
  --plasma-cyan: #00ffe7;
  --arc-white: #e8f4ff;
  --coil-purple: #7b2fff;
  --deep-void: #020810;
  --card-dark: #050f1e;
  --secondary-dark: #0a1a30;
  --glow-soft: 0 0 24px rgba(0, 212, 255, 0.32);
  --glow-strong: 0 0 42px rgba(0, 255, 231, 0.48);
}

.e369-shop-page {
  position: relative;
  z-index: 2;
  width: 100%;
  min-height: 100vh;
  padding: 120px 60px;
  overflow: hidden;
  background:
    radial-gradient(circle at 15% 10%, rgba(0, 212, 255, 0.12), transparent 32%),
    radial-gradient(circle at 85% 25%, rgba(123, 47, 255, 0.18), transparent 36%),
    radial-gradient(circle at 50% 100%, rgba(0, 255, 231, 0.08), transparent 34%),
    linear-gradient(180deg, #020810 0%, #050f1e 48%, #020810 100%);
  color: var(--arc-white);
}

.e369-shop-page * {
  box-sizing: border-box;
}

/* HERO */

.e369-shop-hero {
  position: relative;
  z-index: 3;
  width: min(1180px, 100%);
  margin: 0 auto 58px;
  text-align: center;
}

.section-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 16px;
  border: 1px solid rgba(0, 212, 255, 0.35);
  background: rgba(0, 212, 255, 0.06);
  color: var(--plasma-cyan);
  font-family: 'Share Tech Mono', monospace;
  font-size: 0.78rem;
  letter-spacing: 2.8px;
  text-transform: uppercase;
  box-shadow: 0 0 24px rgba(0, 212, 255, 0.16);
}

.e369-shop-title {
  margin: 28px auto 22px;
  max-width: 980px;
  color: var(--arc-white);
  font-family: 'Orbitron', monospace;
  font-size: clamp(2.4rem, 5vw, 5.7rem);
  line-height: 1.04;
  letter-spacing: -1.5px;
  text-transform: uppercase;
}

.e369-shop-title em {
  font-style: normal;
  color: var(--electric-blue);
  text-shadow: 0 0 28px rgba(0, 212, 255, 0.6);
}

.e369-shop-subtitle {
  max-width: 830px;
  margin: 0 auto;
  color: rgba(232, 244, 255, 0.68);
  font-size: 1.08rem;
  line-height: 1.9;
  font-weight: 300;
  letter-spacing: 0.5px;
}

.e369-shop-hero-actions {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 34px;
}

.e369-shop-main-btn,
.e369-shop-outline-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 170px;
  padding: 14px 26px;
  overflow: hidden;
  text-decoration: none !important;
  text-transform: uppercase;
  font-family: 'Orbitron', monospace;
  font-size: 0.72rem;
  letter-spacing: 2px;
  transition: all 0.35s ease;
}

.e369-shop-main-btn {
  border: 1px solid var(--plasma-cyan);
  background: linear-gradient(90deg, var(--electric-blue), var(--plasma-cyan));
  color: var(--deep-void);
  box-shadow: var(--glow-soft);
}

.e369-shop-outline-btn {
  border: 1px solid rgba(0, 212, 255, 0.45);
  color: var(--electric-blue);
  background: rgba(5, 15, 30, 0.5);
}

.e369-shop-main-btn:hover,
.e369-shop-outline-btn:hover {
  transform: translateY(-3px);
  box-shadow: var(--glow-strong);
}

.e369-shop-outline-btn:hover {
  color: var(--deep-void);
  background: var(--plasma-cyan);
}

/* FILTER PANEL */

.e369-shop-filter-panel {
  position: relative;
  z-index: 4;
  width: min(1320px, 100%);
  margin: 0 auto 36px;
  padding: 20px;
  display: flex;
  gap: 22px;
  align-items: center;
  justify-content: space-between;
  border: 1px solid rgba(0, 212, 255, 0.18);
  background:
    linear-gradient(180deg, rgba(10, 26, 48, 0.82), rgba(5, 15, 30, 0.92));
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.32);
  backdrop-filter: blur(16px);
}

.e369-shop-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.e369-shop-tab {
  border: 1px solid rgba(0, 212, 255, 0.28);
  background: rgba(2, 8, 16, 0.5);
  color: rgba(232, 244, 255, 0.68);
  padding: 11px 16px;
  font-family: 'Share Tech Mono', monospace;
  font-size: 0.76rem;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s ease;
}

.e369-shop-tab:hover,
.e369-shop-tab.active {
  border-color: var(--plasma-cyan);
  color: var(--deep-void);
  background: linear-gradient(90deg, var(--electric-blue), var(--plasma-cyan));
  box-shadow: var(--glow-soft);
}

.e369-shop-controls {
  display: flex;
  gap: 12px;
  align-items: center;
}

.e369-shop-search-wrap input,
#e369ShopSort {
  height: 44px;
  min-width: 220px;
  border: 1px solid rgba(0, 212, 255, 0.22);
  outline: none;
  background: rgba(2, 8, 16, 0.68);
  color: var(--arc-white);
  padding: 0 14px;
  font-family: 'Rajdhani', sans-serif;
  font-size: 0.96rem;
  letter-spacing: 0.4px;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.e369-shop-search-wrap input::placeholder {
  color: rgba(232, 244, 255, 0.4);
}

.e369-shop-search-wrap input:focus,
#e369ShopSort:focus {
  border-color: var(--plasma-cyan);
  box-shadow: var(--glow-soft);
}

#e369ShopSort option {
  background: #050f1e;
  color: var(--arc-white);
}

/* GRID */

.e369-shop-grid-area {
  position: relative;
  z-index: 3;
  width: min(1320px, 100%);
  margin: 0 auto;
}

.e369-shop-status {
  text-align: center;
  color: rgba(232, 244, 255, 0.62);
  font-family: 'Share Tech Mono', monospace;
  font-size: 0.88rem;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  padding: 24px;
}

.e369-shop-status.is-error {
  color: #ff6b6b;
}

.e369-shop-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

/* PRODUCT CARD */

.e369-shop-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
  border: 1px solid rgba(0, 212, 255, 0.14);
  background:
    radial-gradient(circle at 50% 0%, rgba(0, 212, 255, 0.08), transparent 42%),
    linear-gradient(180deg, rgba(10, 26, 48, 0.94), rgba(5, 15, 30, 0.98));
  box-shadow: 0 18px 55px rgba(0, 0, 0, 0.34);
  transition: transform 0.42s ease, border-color 0.42s ease, box-shadow 0.42s ease;
}

.e369-shop-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background: linear-gradient(90deg, transparent, var(--electric-blue), var(--plasma-cyan), transparent);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.46s ease;
  z-index: 2;
}

.e369-shop-card:hover {
  transform: translateY(-6px);
  border-color: rgba(0, 255, 231, 0.42);
  box-shadow: var(--glow-soft), 0 24px 70px rgba(0, 0, 0, 0.46);
}

.e369-shop-card:hover::before {
  transform: scaleX(1);
}

.e369-shop-card-image {
  position: relative;
  width: 100%;
  height: 260px;
  padding: 16px;
  background:
    radial-gradient(circle at center, rgba(0, 212, 255, 0.12), transparent 62%),
    rgba(2, 8, 16, 0.72);
  border-bottom: 1px solid rgba(0, 212, 255, 0.12);
  overflow: hidden;
}

.e369-shop-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: saturate(1.05) contrast(1.06);
  transition: transform 0.58s ease, filter 0.58s ease;
}

.e369-shop-card:hover .e369-shop-card-image img {
  transform: scale(1.055);
  filter: saturate(1.18) contrast(1.12) brightness(1.08);
}

.e369-shop-badges {
  position: absolute;
  top: 26px;
  left: 26px;
  right: 26px;
  display: flex;
  justify-content: space-between;
  gap: 8px;
  pointer-events: none;
}

.e369-shop-badge {
  display: inline-flex;
  padding: 6px 10px;
  background: rgba(2, 8, 16, 0.78);
  border: 1px solid rgba(0, 255, 231, 0.35);
  color: var(--plasma-cyan);
  font-family: 'Share Tech Mono', monospace;
  font-size: 0.64rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
}

.e369-shop-badge.sale {
  color: var(--deep-void);
  background: linear-gradient(90deg, var(--electric-blue), var(--plasma-cyan));
}

.e369-shop-card-content {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 25px 24px 26px;
}

.e369-shop-card-category {
  color: var(--plasma-cyan);
  font-family: 'Share Tech Mono', monospace;
  font-size: 0.72rem;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  opacity: 0.88;
}

.e369-shop-card-title {
  margin: 12px 0 13px;
  color: var(--electric-blue);
  font-family: 'Orbitron', monospace;
  font-size: 1.05rem;
  line-height: 1.35;
  text-transform: uppercase;
  letter-spacing: 1.6px;
  text-shadow: var(--glow-soft);
}

.e369-shop-card-desc {
  margin: 0 0 20px;
  color: rgba(232, 244, 255, 0.6);
  font-size: 0.95rem;
  line-height: 1.75;
  font-weight: 300;
  flex: 1;
}

.e369-shop-card-price {
  margin-bottom: 18px;
  color: var(--arc-white);
  font-family: 'Orbitron', monospace;
  font-size: 0.96rem;
  letter-spacing: 1px;
}

.e369-shop-card-price del {
  color: rgba(232, 244, 255, 0.42);
  margin-right: 8px;
}

.e369-shop-card-price ins {
  color: var(--plasma-cyan);
  text-decoration: none;
}

.e369-shop-card-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 12px 18px;
  overflow: hidden;
  border: 1px solid rgba(0, 212, 255, 0.52);
  color: var(--electric-blue);
  background: transparent;
  text-decoration: none !important;
  text-transform: uppercase;
  font-family: 'Orbitron', monospace;
  font-size: 0.66rem;
  letter-spacing: 2px;
  transition: color 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease, letter-spacing 0.3s ease;
}

.e369-shop-card-btn::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, var(--electric-blue), var(--plasma-cyan));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.42s ease;
  z-index: 0;
}

.e369-shop-card-btn span {
  position: relative;
  z-index: 1;
}

.e369-shop-card-btn:hover {
  color: var(--deep-void);
  border-color: var(--plasma-cyan);
  box-shadow: var(--glow-soft);
  letter-spacing: 2.8px;
}

.e369-shop-card-btn:hover::before {
  transform: scaleX(1);
}

/* PAGINATION */

.e369-shop-pagination {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 38px;
  flex-wrap: wrap;
}

.e369-page-btn {
  min-width: 42px;
  height: 42px;
  border: 1px solid rgba(0, 212, 255, 0.32);
  background: rgba(2, 8, 16, 0.66);
  color: rgba(232, 244, 255, 0.74);
  font-family: 'Share Tech Mono', monospace;
  cursor: pointer;
  transition: all 0.3s ease;
}

.e369-page-btn:hover,
.e369-page-btn.active {
  color: var(--deep-void);
  background: var(--plasma-cyan);
  border-color: var(--plasma-cyan);
  box-shadow: var(--glow-soft);
}

/* BG ORBS */

.e369-shop-bg-orb {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(14px);
  opacity: 0.55;
  z-index: 1;
}

.e369-shop-bg-orb.orb-one {
  width: 420px;
  height: 420px;
  left: -160px;
  top: 120px;
  background: radial-gradient(circle, rgba(0, 212, 255, 0.16), transparent 68%);
  animation: e369ShopOrbOne 10s ease-in-out infinite;
}

.e369-shop-bg-orb.orb-two {
  width: 460px;
  height: 460px;
  right: -170px;
  bottom: 120px;
  background: radial-gradient(circle, rgba(123, 47, 255, 0.2), transparent 70%);
  animation: e369ShopOrbTwo 12s ease-in-out infinite;
}

@keyframes e369ShopOrbOne {
  0%, 100% { transform: translateY(0) scale(1); }
  50% { transform: translateY(-34px) scale(1.06); }
}

@keyframes e369ShopOrbTwo {
  0%, 100% { transform: translateY(0) scale(1); }
  50% { transform: translateY(38px) scale(1.04); }
}

/* RESPONSIVE */

@media (max-width: 1100px) {
  .e369-shop-page {
    padding: 100px 28px;
  }

  .e369-shop-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .e369-shop-filter-panel {
    flex-direction: column;
    align-items: stretch;
  }

  .e369-shop-controls {
    width: 100%;
  }

  .e369-shop-search-wrap,
  .e369-shop-search-wrap input,
  #e369ShopSort {
    width: 100%;
  }
}

@media (max-width: 700px) {
  .e369-shop-page {
    padding: 90px 20px;
  }

  .e369-shop-grid {
    grid-template-columns: 1fr;
  }

  .e369-shop-title {
    font-size: clamp(2.15rem, 11vw, 3.2rem);
  }

  .e369-shop-subtitle {
    font-size: 1rem;
  }

  .e369-shop-hero-actions {
    flex-direction: column;
  }

  .e369-shop-main-btn,
  .e369-shop-outline-btn {
    width: 100%;
  }

  .e369-shop-tabs {
    display: grid;
    grid-template-columns: 1fr;
  }

  .e369-shop-controls {
    flex-direction: column;
  }

  .e369-shop-card-image {
    height: 230px;
  }

  .e369-shop-bg-orb {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .e369-shop-page *,
  .e369-shop-page::before,
  .e369-shop-page::after {
    animation: none !important;
    transition-duration: 0.01ms !important;
  }
}