/* ========================= ELITE STREETWEAR PRODUCT PAGE ========================= */ /* RESET */ * { box-sizing: border-box; margin: 0; padding: 0; font-family: 'Poppins', sans-serif; } body { background: radial-gradient(circle at top left, #111 0%, #0a0a0a 40%, #000 100%); color: #f5f5f5; overflow-x: hidden; } /* ================= HEADER ================= */ .product-header { display: flex; justify-content: space-between; align-items: center; padding: 20px 30px; background: rgba(10, 10, 10, 0.8); backdrop-filter: blur(20px); border-bottom: 1px solid rgba(255,255,255,0.05); position: sticky; top: 0; z-index: 100; } .product-header .back-btn { text-decoration: none; color: #bbb; font-size: 16px; transition: 0.3s ease; } .product-header .back-btn:hover { color: #fff; transform: translateX(-4px); } .product-header .store-name { font-size: 22px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; background: linear-gradient(90deg, #ffffff, #999); -webkit-background-clip: text; -webkit-text-fill-color: transparent; } /* ================= CART BUTTON ================= */ .nav-cart-btn { background: #111 !important; color: #fff !important; border: 1px solid rgba(255,255,255,0.1) !important; border-radius: 10px !important; padding: 10px 18px !important; font-size: 14px !important; font-weight: 600 !important; cursor: pointer !important; transition: 0.3s ease !important; } .nav-cart-btn:hover { background: #1a1a1a !important; transform: translateY(-2px); } /* ================= MAIN SECTION ================= */ .product-details { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 50px; max-width: 1200px; margin: 60px auto; padding: 40px 20px; background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.05); border-radius: 30px; backdrop-filter: blur(25px); box-shadow: 0 0 60px rgba(0,0,0,0.6); position: relative; overflow: hidden; } .product-details::before { content: ''; position: absolute; width: 400px; height: 400px; background: radial-gradient(circle, rgba(255,255,255,0.04), transparent 70%); top: -150px; right: -150px; } /* ================= IMAGE ================= */ .product-image { flex: 1 1 400px; max-width: 450px; width: 100%; } .product-image .swiper { width: 100%; } .product-image img { width: 100%; border-radius: 25px; object-fit: cover; box-shadow: 0 40px 100px rgba(0,0,0,0.8); transition: 0.4s ease; } .product-image img:hover { transform: scale(1.03); } /* ================= INFO ================= */ .product-info { flex: 1 1 400px; max-width: 500px; display: flex; flex-direction: column; gap: 18px; z-index: 2; } .product-info h2 { font-size: 34px; font-weight: 700; line-height: 1.2; } #productPrice { font-size: 30px; font-weight: 700; color: #fff; position: relative; display: inline-block; margin-bottom: 10px; } #productPrice::after { content: ''; position: absolute; left: 0; bottom: -8px; width: 70px; height: 3px; background: linear-gradient(90deg, #00ffcc, #00aaff); border-radius: 3px; } .product-info .description { font-size: 16px; line-height: 1.8; color: #aaa; } .product-info label { font-size: 13px; color: #bbb; text-transform: uppercase; letter-spacing: 1px; margin-top: 10px; } .product-info select { padding: 14px 18px; background: #111; border: 1px solid rgba(255,255,255,0.08); border-radius: 14px; color: #fff; font-size: 15px; transition: 0.3s ease; } .product-info select:focus { outline: none; border-color: #00aaff; box-shadow: 0 0 15px rgba(0,170,255,0.4); } /* ================= ADD TO CART BUTTON ================= */ .product-info .buy { margin-top: 15px; text-align: center; padding: 16px 40px; border-radius: 50px; background: linear-gradient(90deg, #00ffcc, #00aaff); color: #000; font-weight: 700; letter-spacing: 1px; border: none; cursor: pointer; transition: 0.4s ease; box-shadow: 0 15px 40px rgba(0,170,255,0.3); font-size: 15px; } .product-info .buy:hover { transform: translateY(-4px) scale(1.03); box-shadow: 0 25px 60px rgba(0,170,255,0.6); } /* ================= SWIPER DOTS ================= */ .swiper-pagination-bullet { background: #00ffcc !important; opacity: 0.7; } .swiper-pagination-bullet-active { background: #00aaff !important; opacity: 1; } /* ================= MOBILE ================= */ @media (max-width: 768px) { .product-header { padding: 15px 18px; } .product-header .store-name { font-size: 18px; } .nav-cart-btn { padding: 8px 14px !important; font-size: 13px !important; } .product-details { margin: 30px 15px; padding: 25px 18px; gap: 30px; } .product-info { text-align: left; } .product-info h2 { font-size: 28px; } #productPrice { font-size: 26px; } } .extra-colour-note { margin-top: 10px; font-size: 14px; color: #777; background: #f8f8f8; padding: 10px 14px; border-radius: 12px; line-height: 1.5; } /* Make Snipcart popup sit above everything */ .snipcart-modal, .snipcart, .snipcart-layout, .snipcart-cart-header, .snipcart-cart-summary, .snipcart-checkout-step, .snipcart-base-button, .snipcart__box, .snipcart-cart__content { z-index: 999999 !important; } /* Prevent your navbar from sitting above cart */ .navbar, .product-header, .top-banner, .discord-float { z-index: 10 !important; } /* Optional: make cart look cleaner on mobile */ .snipcart-modal__container, .snipcart-layout__content { max-width: 100% !important; } /* Optional: better cart font */ .snipcart * { font-family: 'Poppins', sans-serif !important; }
/* =========================
   PRO STREETWEAR UI (NIKE / STOCKX LEVEL)
========================= */

/* RESET */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: 'Poppins', sans-serif;
}

body {
  background: radial-gradient(circle at 20% 10%, #0f0f0f, #050505 60%);
  color: #f5f5f5;
}

/* ================= HEADER ================= */

.product-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 28px;
  background: rgba(0,0,0,0.6);
  backdrop-filter: blur(25px);
  border-bottom: 1px solid rgba(255,255,255,0.06);
  position: sticky;
  top: 0;
  z-index: 100;
}

.store-name {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 3px;
}

/* ================= MAIN ================= */

.product-details {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
  max-width: 1200px;
  margin: 60px auto;
  padding: 40px;
  border-radius: 30px;

  background: linear-gradient(
    145deg,
    rgba(255,255,255,0.04),
    rgba(255,255,255,0.01)
  );

  box-shadow:
    0 0 0 1px rgba(255,255,255,0.05),
    0 40px 120px rgba(0,0,0,0.8);

  backdrop-filter: blur(30px);
  position: relative;
}

/* glow effect */
.product-details::after {
  content: '';
  position: absolute;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(0,170,255,0.2), transparent 70%);
  top: -100px;
  left: -100px;
  filter: blur(60px);
}

/* ================= IMAGE ================= */

.product-image img {
  border-radius: 25px;
  box-shadow:
    0 50px 120px rgba(0,0,0,0.9),
    0 0 40px rgba(0,170,255,0.15);
  transition: 0.5s ease;
}

.product-image img:hover {
  transform: scale(1.05) rotate(-0.5deg);
}

/* ================= INFO ================= */

.product-info {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* Title */
.product-info h2 {
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 1px;
}

/* Price */
#productPrice {
  font-size: 34px;
  font-weight: 700;
  color: #fff;
}

/* HYPE TEXT */
.stock-hype {
  font-size: 14px;
  color: #00ffcc;
  font-weight: 600;
  letter-spacing: 1px;
}

/* Description */
.description {
  color: #aaa;
  line-height: 1.7;
}

/* ================= SELECT ================= */

select {
  padding: 14px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,0.08);
  background: #0c0c0c;
  color: #fff;
  transition: 0.3s ease;
}

select:hover {
  border-color: #00aaff;
}

/* ================= BUTTON ================= */

.buy {
  margin-top: 20px;
  padding: 16px;
  border-radius: 50px;

  background: linear-gradient(90deg, #00ffcc, #00aaff);
  color: #000;

  font-weight: 700;
  letter-spacing: 1px;
  cursor: pointer;

  transition: 0.4s ease;

  box-shadow:
    0 10px 30px rgba(0,170,255,0.4),
    0 0 20px rgba(0,255,200,0.3);
}

.buy:hover {
  transform: translateY(-5px) scale(1.04);
  box-shadow:
    0 25px 60px rgba(0,170,255,0.8),
    0 0 40px rgba(0,255,200,0.6);
}

/* ================= URGENCY BADGE ================= */

.urgency {
  display: inline-block;
  padding: 8px 14px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 600;
  background: rgba(255,0,0,0.1);
  color: #ff4d4d;
  border: 1px solid rgba(255,0,0,0.3);
}

/* ================= SWIPER ================= */

.swiper-pagination-bullet {
  background: #00ffcc !important;
}

.swiper-pagination-bullet-active {
  background: #00aaff !important;
}

/* ================= MOBILE ================= */

@media (max-width: 768px) {
  .product-details {
    padding: 25px;
    gap: 30px;
  }

  h2 {
    font-size: 28px;
  }

  #productPrice {
    font-size: 26px;
  }
}

/* ================= SNIPCART FIX ================= */

.snipcart-modal {
  z-index: 999999 !important;
}

.snipcart * {
  font-family: 'Poppins', sans-serif !important;
}
/* ================= META ================= */

.product-meta {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 10px;
}

.badge {
  display: inline-block;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
}

.best-seller {
  background: linear-gradient(90deg, #ff9d00, #ff4d00);
  color: #000;
}

/* ================= LIVE VIEW ================= */

.live-view {
  font-size: 13px;
  color: #00ffcc;
}

/* ================= STOCK ================= */

.stock-left {
  font-size: 13px;
  color: #ff4d4d;
}

/* ================= PURCHASE POPUP ================= */

.purchase-popup {
  position: fixed;
  bottom: 20px;
  left: 20px;
  background: #111;
  padding: 12px 16px;
  border-radius: 12px;
  font-size: 13px;
  border: 1px solid rgba(255,255,255,0.1);
  opacity: 0;
  transform: translateY(20px);
  transition: 0.4s ease;
  z-index: 9999;
}

.purchase-popup.show {
  opacity: 1;
  transform: translateY(0);
}