
:root{
  --aug-bg:#07050d;
  --aug-panel:rgba(10,8,16,.88);
  --aug-panel-2:rgba(17,12,27,.92);
  --aug-ink:#f2edff;
  --aug-muted:#b9b1d6;
  --aug-purple:#8f5cff;
  --aug-purple-2:#4b1ca8;
  --aug-purple-3:#2b124f;
  --aug-stroke:rgba(185,154,255,.16);
  --aug-glow:rgba(143,92,255,.35);
}

/* PAGE */
#store.store-page{
  min-height:calc(100vh - 70px);
  padding:58px 22px 52px;
  background:
    linear-gradient(180deg, rgba(6,4,10,.52), rgba(6,4,10,.94)),
    url('/templates/augment/img/body-background.webp') center top/cover fixed no-repeat;
  color:var(--aug-ink);
}

#store .store-container{
  max-width:1260px;
  margin:0 auto;
}

/* HERO */
#store .store-hero{
  text-align:center;
  margin-bottom:28px;
}

#store .store-title{
  font-family:'Cinzel',serif;
  text-transform:uppercase;
  font-size:clamp(48px,6vw,78px);
  letter-spacing:.15em;
  line-height:1;
  margin:0;
  background:linear-gradient(180deg,#fff 0%,#d8cbff 45%,#7f50ee 100%);
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
  text-shadow:0 14px 34px rgba(0,0,0,.82);
}

#store .store-subtitle{
  margin:18px auto 0;
  max-width:720px;
  color:#d4ccef;
  font-family:'Cinzel',serif;
  font-size:14px;
  line-height:1.7;
  letter-spacing:.08em;
  text-transform:uppercase;
  text-shadow:0 2px 0 rgba(0,0,0,.55);
}

#store .store-divider{
  height:1px;
  max-width:760px;
  margin:24px auto 0;
  position:relative;
  background:linear-gradient(90deg,transparent,rgba(165,120,255,.75),transparent);
}

#store .store-divider:after{
  content:"";
  position:absolute;
  left:50%;
  top:50%;
  width:14px;
  height:14px;
  transform:translate(-50%,-50%) rotate(45deg);
  background:#0b0712;
  border:1px solid rgba(175,140,255,.50);
  box-shadow:0 0 22px rgba(143,92,255,.75);
}

/* MAIN LAYOUT */
#store .store-layout{
  display:grid;
  grid-template-columns:280px minmax(0,1fr);
  gap:20px;
  align-items:start;
}

/* SIDEBAR */
#store .store-sidebar,
#store .store-main,
#store .store-benefit-card{
  background:
    radial-gradient(520px 180px at 50% 0%, rgba(143,92,255,.08), transparent 75%),
    rgba(8,7,13,.88);
  border:1px solid rgba(185,154,255,.15);
  box-shadow:0 20px 58px rgba(0,0,0,.50), inset 0 1px 0 rgba(255,255,255,.04);
}

#store .store-sidebar{
  padding:18px;
  position:sticky;
  top:90px;
}

#store .sidebar-title{
  margin:0 0 14px;
  font-family:'Cinzel',serif;
  color:#f4efff;
  text-transform:uppercase;
  letter-spacing:.14em;
  font-size:15px;
  font-weight:900;
}

#store .category-list{
  display:flex;
  flex-direction:column;
  gap:9px;
}

#store .category-btn{
  width:100%;
  display:flex;
  align-items:center;
  justify-content:flex-start;
  min-height:48px;
  padding:0 16px;
  border-radius:4px;
  text-decoration:none;
  color:#ddd6f5;
  font-weight:900;
  font-size:13px;
  letter-spacing:.105em;
  text-transform:uppercase;
  background:
    linear-gradient(180deg, rgba(255,255,255,.035), transparent 42%),
    rgba(18,14,28,.92);
  border:1px solid rgba(185,154,255,.13);
  box-shadow:
    inset 3px 0 0 rgba(143,92,255,.18),
    inset 0 1px 0 rgba(255,255,255,.04),
    0 8px 20px rgba(0,0,0,.38);
  cursor:pointer;
  transition:.15s ease;
}

#store .category-btn:hover{
  transform:translateX(2px);
  color:#fff;
  border-color:rgba(185,154,255,.32);
  background:
    linear-gradient(180deg, rgba(255,255,255,.045), transparent 42%),
    rgba(27,20,42,.94);
  box-shadow:
    inset 3px 0 0 rgba(143,92,255,.55),
    0 0 16px rgba(143,92,255,.12),
    0 10px 24px rgba(0,0,0,.45);
}

#store .category-btn.active{
  color:#fff!important;
  background:
    linear-gradient(180deg, rgba(255,255,255,.10), transparent 35%),
    linear-gradient(90deg, rgba(143,92,255,.78), rgba(64,28,145,.92))!important;
  border-color:rgba(220,205,255,.42)!important;
  box-shadow:
    inset 3px 0 0 rgba(255,255,255,.45),
    0 0 24px rgba(143,92,255,.32),
    inset 0 1px 0 rgba(255,255,255,.16)!important;
}

#store .category-arrow{
  display:none!important;
}

#store .store-benefit-card{
  margin-top:18px;
  padding:16px;
}

#store .store-benefit-card strong{
  display:block;
  font-family:'Cinzel',serif;
  text-transform:uppercase;
  letter-spacing:.10em;
  color:#efeaff;
  font-size:13px;
  margin-bottom:8px;
}

#store .store-benefit-card p{
  color:#bdb5d8;
  font-size:13px;
  line-height:1.55;
  margin:0 0 14px;
}

#store .benefits-btn{
  display:inline-flex;
  width:100%;
  justify-content:center;
  align-items:center;
  min-height:42px;
  border-radius:7px;
  color:#fff;
  text-decoration:none;
  font-weight:900;
  font-size:12px;
  letter-spacing:.08em;
  text-transform:uppercase;
  background:linear-gradient(180deg,#8f5cff,#4b1ca8);
  border:1px solid rgba(220,205,255,.22);
  box-shadow:0 12px 28px rgba(143,92,255,.28);
}

/* MAIN */
#store .store-main{
  padding:18px;
}

#store .store-topbar{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  margin-bottom:16px;
}

#store .store-kicker{
  font-family:'Cinzel',serif;
  text-transform:uppercase;
  letter-spacing:.13em;
  font-weight:900;
  font-size:13px;
  color:#cdbfff;
}

#store .store-note{
  padding:10px 12px;
  color:#847b9d;
  background:rgba(20,15,30,.82);
  border:1px solid rgba(185,154,255,.13);
  border-radius:6px;
  font-size:13px;
}

/* GRID */
#store .product-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
}

#store .product-card{
  position:relative;
  min-height:390px;
  padding:18px 16px 16px;
  background:
    radial-gradient(190px 120px at 50% 0%, rgba(132,92,201,.12), transparent 70%),
    rgba(14,12,22,.94);
  border:1px solid rgba(255,255,255,.08);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.04),
    0 18px 45px rgba(0,0,0,.46);
  display:flex;
  flex-direction:column;
  transition:.15s ease;
}

#store .product-card:hover{
  transform:translateY(-4px) scale(1.01);
  border-color:rgba(132,92,201,.45);
  box-shadow:
    inset 0 0 0 1px rgba(132,92,201,.10),
    0 22px 55px rgba(0,0,0,.55),
    0 0 24px rgba(132,92,201,.16);
}

#store .product-image-wrap{
  width:100%;
  min-height:190px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:
    radial-gradient(75% 80% at 50% 15%, rgba(123,101,255,.22) 0%, rgba(10,8,18,1) 60%);
  border:1px solid rgba(123,101,255,.24);
  box-shadow:
    0 12px 26px rgba(16,10,55,.85),
    inset 0 1px 0 rgba(255,255,255,.08);
  padding:10px;
  margin-bottom:14px;
  border-radius:10px;
}

#store .product-image-wrap img{
  width:100%;
  height:180px;
  object-fit:contain;
  filter:drop-shadow(0 12px 28px rgba(0,0,0,.9));
}

#store .product-card h3{
  color:#f3f0f7;
  font-weight:900;
  letter-spacing:.02em;
  font-size:16px;
  line-height:1.25;
  margin:0 0 7px;
  text-align:center;
}

#store .product-card p{
  color:#d6d3ff;
  opacity:.88;
  font-size:13px;
  line-height:1.45;
  text-align:center;
  margin:0;
}

#store .price-row{
  margin-top:auto!important;
  padding-top:14px;
}

#store .line-through{
  color:#ff8a8a;
  opacity:.95;
  text-decoration:line-through;
  text-decoration-thickness:2px;
  text-decoration-color:#ff8a8a;
}

#store .new-price{
  color:#d6d3ff;
  font-weight:900;
}

#store .discount-badge{
  position:absolute;
  top:10px;
  right:12px;
  background:linear-gradient(90deg,#ff7ac8,#c084fc);
  color:#1a1026;
  font-weight:900;
  padding:.35rem .6rem;
  font-size:11px;
  border-radius:8px;
  box-shadow:0 8px 18px rgba(192,132,252,.45);
  transform:rotate(5deg);
  border:1px solid rgba(255,255,255,.4);
  z-index:5;
}

#store .buy-button{
  margin-top:14px;
  width:100%;
  min-height:46px;
  border-radius:7px;
  border:1px solid rgba(220,205,255,.25);
  color:#fff!important;
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase;
  font-size:13px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.10), transparent 35%),
    linear-gradient(180deg,#8f5cff,#5422bd 70%,#35106f)!important;
  box-shadow:0 12px 28px rgba(143,92,255,.28), inset 0 1px 0 rgba(255,255,255,.14);
  transition:.15s ease;
}

#store .buy-button:hover{
  transform:translateY(-1px);
  filter:brightness(1.06);
  box-shadow:0 16px 34px rgba(143,92,255,.34), inset 0 1px 0 rgba(255,255,255,.18);
}

.empty-inline{
  text-align:center;
  color:var(--aug-muted);
  padding:45px 0;
  font-weight:700;
  font-family:'Cinzel',serif;
  letter-spacing:.08em;
  text-transform:uppercase;
}

/* MODAL */
#buyModal{
  z-index:9999;
}

#buyModal > div{
  background:
    radial-gradient(420px 180px at 50% 0%, rgba(143,92,255,.12), transparent 75%),
    rgba(8,7,13,.96)!important;
  border:1px solid rgba(185,154,255,.18);
  box-shadow:0 24px 70px rgba(0,0,0,.70), inset 0 1px 0 rgba(255,255,255,.04);
}

#itemName{
  color:#f4efff!important;
  font-family:'Cinzel',serif;
  text-transform:uppercase;
  letter-spacing:.08em;
}

#closeModal{
  color:#c8c0e8!important;
  font-size:26px;
}

#confirmPurchase{
  background:linear-gradient(180deg,#8f5cff,#4b1ca8)!important;
  border-radius:7px!important;
  border:1px solid rgba(220,205,255,.25)!important;
  color:#fff!important;
  font-weight:900!important;
  letter-spacing:.10em;
  text-transform:uppercase;
  box-shadow:0 12px 28px rgba(143,92,255,.28);
}

/* TABLET */
@media(max-width:1024px){
  #store .store-layout{
    grid-template-columns:1fr;
  }

  #store .store-sidebar{
    position:relative;
    top:auto;
  }

  #store .category-list{
    display:grid;
    grid-template-columns:repeat(3,1fr);
  }

  #store .store-benefit-card{
    display:none;
  }

  #store .product-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

/* MOBILE */
@media(max-width:640px){
  #store.store-page{
    padding:38px 10px 36px;
    background:
      linear-gradient(180deg, rgba(6,4,10,.52), rgba(6,4,10,.94)),
      url('/templates/augment/img/body-background.webp') top center / auto 100vh repeat-y;
    background-attachment:scroll;
    background-color:#07050d;
    overflow-x:hidden;
  }

  #store .store-title{
    font-size:38px;
    letter-spacing:.10em;
  }

  #store .store-subtitle{
    max-width:340px;
    font-size:12px;
    line-height:1.55;
    margin-top:14px;
  }

  #store .store-hero{
    margin-bottom:22px;
  }

  #store .store-sidebar,
  #store .store-main{
    padding:14px;
  }

  #store .category-list{
    grid-template-columns:1fr 1fr;
    gap:8px;
  }

  #store .category-btn{
    min-height:40px;
    padding:0 10px;
    font-size:11px;
    letter-spacing:.045em;
    text-align:center;
  }

  #store .category-arrow{
    display:none;
  }

  #store .store-topbar{
    display:block;
    text-align:center;
  }

  #store .store-note{
    display:none;
  }

  #store .product-grid{
    grid-template-columns:1fr;
    gap:14px;
  }

  #store .product-card{
    min-height:auto;
    padding:16px 14px;
  }

  #store .product-image-wrap{
    min-height:170px;
  }

  #store .product-image-wrap img{
    height:160px;
  }

  #buyModal > div{
    width:calc(100% - 28px)!important;
    max-width:390px;
  }
}

@media(max-width:390px){
  #store .store-title{
    font-size:33px;
  }

  #store .category-list{
    grid-template-columns:1fr;
  }
}