
						/* Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');

/* All scoped to .cam-upc &acirc;&#128;&#148; zero risk of affecting other pages */
.cam-upc { font-family: 'Inter', sans-serif; -webkit-font-smoothing: antialiased; }
.cam-upc *, .cam-upc *::before, .cam-upc *::after { box-sizing: border-box; margin: 0; padding: 0; }
.cam-upc a { text-decoration: none; color: inherit; }

.cam-upc {
  --red: #f11111;
  --red-dark: #d40e0e;
  --red-shadow: rgba(241,17,17,0.25);
  --black: #111;
  --text: #111;
  --text-muted: #666;
  --text-light: #999;
  --bg: #ffffff;
  --bg-soft: #f7f7f7;
  --bg-mid: #f0f0f0;
  --border: #e8e8e8;
  --border-dark: #d0d0d0;
  --radius: 12px;
}

/* &acirc;&#148;&#128;&acirc;&#148;&#128;&acirc;&#148;&#128; FULL WIDTH BREAKOUT (escape Cirkuit's container) &acirc;&#148;&#128;&acirc;&#148;&#128;&acirc;&#148;&#128; */
.cam-upc .hero,
.cam-upc .cta-bottom {
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

/* &acirc;&#148;&#128;&acirc;&#148;&#128;&acirc;&#148;&#128; HERO &acirc;&#148;&#128;&acirc;&#148;&#128;&acirc;&#148;&#128; */
.cam-upc .hero {
  background: var(--black);
  color: #fff;
  padding: 80px 24px 72px;
  text-align: center;
  overflow: hidden;
}
.cam-upc .hero::before {
  content: '';
  position: absolute;
  top: 0; left: 50%;
  transform: translateX(-50%);
  width: 800px; height: 400px;
  background: radial-gradient(ellipse, rgba(241,17,17,0.18) 0%, transparent 70%);
  pointer-events: none;
}
.cam-upc .hero-eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(241,17,17,0.12);
  border: 1px solid rgba(241,17,17,0.3);
  color: #ff5555; font-size: 11px; font-weight: 700;
  letter-spacing: 0.1em; text-transform: uppercase;
  padding: 6px 16px; border-radius: 100px;
  margin-bottom: 28px; position: relative;
}
.cam-upc .hero-eyebrow::before {
  content: ''; width: 6px; height: 6px;
  background: var(--red); border-radius: 50%;
  animation: cam-pulse 2s infinite;
}
@keyframes cam-pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.5; transform: scale(0.8); }
}
.cam-upc .hero h1 {
  font-size: 54px; font-weight: 900; letter-spacing: -2.5px;
  line-height: 1.05; margin-bottom: 18px; position: relative;
}
.cam-upc .hero h1 em { font-style: normal; color: var(--red); }
.cam-upc .hero p {
  font-size: 17px; color: rgba(255,255,255,0.6);
  max-width: 520px; margin: 0 auto 36px; line-height: 1.65; position: relative;
}
.cam-upc .hero-actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; position: relative; }
.cam-upc .btn-red {
  background: var(--red); color: #fff; border: none;
  padding: 14px 30px; border-radius: 12px; font-size: 15px; font-weight: 700;
  cursor: pointer; font-family: 'Inter', sans-serif;
  box-shadow: 0 4px 20px var(--red-shadow); transition: background 0.2s, transform 0.15s;
}
.cam-upc .btn-red:hover { background: var(--red-dark); transform: translateY(-2px); }
.cam-upc .btn-outline-white {
  background: transparent; color: rgba(255,255,255,0.72);
  border: 1px solid rgba(255,255,255,0.18); padding: 14px 30px;
  border-radius: 12px; font-size: 15px; font-weight: 600;
  cursor: pointer; font-family: 'Inter', sans-serif; transition: all 0.2s;
}
.cam-upc .btn-outline-white:hover { border-color: rgba(255,255,255,0.4); color: #fff; }

/* &acirc;&#148;&#128;&acirc;&#148;&#128;&acirc;&#148;&#128; SHOP SECTION &acirc;&#148;&#128;&acirc;&#148;&#128;&acirc;&#148;&#128; */
.cam-upc .shop-section {
  width: 100vw; position: relative; left: 50%; transform: translateX(-50%);
  padding: 48px 32px 80px;
}
.cam-upc .shop-inner { max-width: 1600px; margin: 0 auto; }

/* &acirc;&#148;&#128;&acirc;&#148;&#128;&acirc;&#148;&#128; MAIN GRID AREA &acirc;&#148;&#128;&acirc;&#148;&#128;&acirc;&#148;&#128; */
.cam-upc .grid-area { width: 100%; }
.cam-upc .shop-header {
  display: flex; align-items: center; justify-content: space-between;
  margin-bottom: 20px; flex-wrap: wrap; gap: 12px;
}
.cam-upc .shop-title { font-size: 20px; font-weight: 800; letter-spacing: -0.5px; }
.cam-upc .shop-title span { color: var(--text-muted); font-size: 14px; font-weight: 500; margin-left: 8px; }
.cam-upc .sort-row { display: flex; gap: 8px; flex-wrap: wrap; }
.cam-upc .sort-pill {
  background: var(--bg-soft); border: 1px solid var(--border);
  color: var(--text-muted); padding: 6px 14px; border-radius: 100px;
  font-size: 13px; font-weight: 500; cursor: pointer;
  font-family: 'Inter', sans-serif; transition: all 0.18s;
}
.cam-upc .sort-pill:hover { border-color: var(--red); color: var(--red); }
.cam-upc .sort-pill.active { background: var(--red); border-color: var(--red); color: #fff; }

/* Cover grid */
.cam-upc .covers-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }

/* &acirc;&#148;&#128;&acirc;&#148;&#128;&acirc;&#148;&#128; COVER CARDS &acirc;&#148;&#128;&acirc;&#148;&#128;&acirc;&#148;&#128; */
.cam-upc .cover-card {
  background: var(--bg); border: 1px solid var(--border); border-radius: var(--radius);
  overflow: hidden; transition: transform 0.22s, box-shadow 0.22s, border-color 0.22s;
  cursor: pointer; display: block; text-decoration: none; color: inherit;
}
.cam-upc .cover-card:hover { transform: translateY(-4px); box-shadow: 0 12px 36px rgba(0,0,0,0.1); border-color: var(--border-dark); }
.cam-upc .card-img-wrap { aspect-ratio: 1; overflow: hidden; position: relative; background: var(--bg-mid); }
.cam-upc .card-img-wrap::before {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(90deg, var(--bg-mid) 0%, #e8e8e8 50%, var(--bg-mid) 100%);
  background-size: 200% 100%; animation: cam-shimmer 1.4s infinite;
  z-index: 1; transition: opacity 0.3s;
}
.cam-upc .card-img-wrap.loaded::before { opacity: 0; pointer-events: none; }
@keyframes cam-shimmer { 0% { background-position: -200% 0; } 100% { background-position: 200% 0; } }
.cam-upc .card-img-wrap img {
  width: 100%; height: 100%; object-fit: cover; display: block;
  position: relative; z-index: 2; opacity: 0; transition: opacity 0.3s, transform 0.35s;
}
.cam-upc .card-img-wrap.loaded img { opacity: 1; }
.cam-upc .cover-card:hover .card-img-wrap img { transform: scale(1.04); }
.cam-upc .card-overlay {
  position: absolute; inset: 0; background: rgba(0,0,0,0); z-index: 3;
  display: flex; align-items: center; justify-content: center; transition: background 0.22s;
}
.cam-upc .cover-card:hover .card-overlay { background: rgba(0,0,0,0.38); }
.cam-upc .card-overlay-btn {
  background: #fff; color: var(--text); padding: 10px 22px; border-radius: 8px;
  font-size: 13px; font-weight: 700; opacity: 0;
  transform: translateY(8px) scale(0.95); transition: opacity 0.22s, transform 0.22s; white-space: nowrap;
}
.cam-upc .cover-card:hover .card-overlay-btn { opacity: 1; transform: translateY(0) scale(1); }
.cam-upc .card-badge {
  position: absolute; top: 10px; left: 10px; background: var(--red); color: #fff;
  font-size: 10px; font-weight: 800; letter-spacing: 0.05em; text-transform: uppercase;
  padding: 3px 9px; border-radius: 6px; z-index: 4;
}
.cam-upc .card-info { padding: 12px 13px 14px; }
.cam-upc .card-name { font-size: 13px; font-weight: 700; margin-bottom: 5px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; letter-spacing: -0.2px; }
.cam-upc .card-meta { display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.cam-upc .card-price-wrap { display: flex; align-items: center; gap: 6px; flex-shrink: 0; }
.cam-upc .card-price-old { font-size: 11px; color: var(--text-light); text-decoration: line-through; font-weight: 500; }
.cam-upc .card-price { font-size: 14px; font-weight: 800; color: var(--text); letter-spacing: -0.3px; }
.cam-upc .card-tag {
  display: inline-flex; align-items: center; gap: 5px;
  background: #f0f0f0; color: #555; font-size: 11px; font-weight: 600;
  padding: 3px 9px; border-radius: 5px; margin-top: 7px;
}

/* Skeleton */
.cam-upc .skeleton-card {
  background: var(--bg-soft); border: 1px solid var(--border);
  border-radius: var(--radius); aspect-ratio: 1 / 1.28;
  position: relative; overflow: hidden;
}
.cam-upc .skeleton-card::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(90deg, transparent 0%, rgba(255,255,255,0.6) 50%, transparent 100%);
  background-size: 200% 100%; animation: cam-shimmer 1.4s infinite;
}

/* Load more */
.cam-upc .load-more-wrap { text-align: center; margin-top: 40px; padding-top: 32px; border-top: 1px solid var(--border); }
.cam-upc .load-more-wrap p { font-size: 13px; color: var(--text-muted); margin-bottom: 14px; }
.cam-upc .btn-load-more {
  background: var(--bg-soft); border: 1.5px solid var(--border-dark); color: var(--text);
  padding: 12px 28px; border-radius: 12px; font-size: 14px; font-weight: 700;
  cursor: pointer; font-family: 'Inter', sans-serif; transition: all 0.18s;
}
.cam-upc .btn-load-more:hover { background: var(--bg-mid); border-color: #bbb; }

/* &acirc;&#148;&#128;&acirc;&#148;&#128;&acirc;&#148;&#128; CTA BOTTOM &acirc;&#148;&#128;&acirc;&#148;&#128;&acirc;&#148;&#128; */
.cam-upc .cta-bottom { background: var(--black); color: #fff; padding: 72px 24px; text-align: center; overflow: hidden; }
.cam-upc .cta-bottom::before {
  content: ''; position: absolute; top: 50%; left: 50%;
  transform: translate(-50%, -50%); width: 500px; height: 300px;
  background: radial-gradient(ellipse, rgba(241,17,17,0.15) 0%, transparent 70%); pointer-events: none;
}
.cam-upc .cta-bottom h2 { font-size: 40px; font-weight: 900; letter-spacing: -1.5px; margin-bottom: 12px; position: relative; }
.cam-upc .cta-bottom h2 em { font-style: normal; color: var(--red); }
.cam-upc .cta-bottom p { font-size: 16px; color: rgba(255,255,255,0.55); margin-bottom: 32px; position: relative; }
.cam-upc .cta-btns { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; position: relative; }

/* &acirc;&#148;&#128;&acirc;&#148;&#128;&acirc;&#148;&#128; RESPONSIVE &acirc;&#148;&#128;&acirc;&#148;&#128;&acirc;&#148;&#128; */
@media (max-width: 1100px) {
  .cam-upc .covers-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 900px) {
  .cam-upc .covers-grid { grid-template-columns: repeat(2, 1fr); }
  .cam-upc .hero h1 { font-size: 38px; }
}
@media (max-width: 500px) {
  .cam-upc .covers-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .cam-upc .shop-section { padding: 32px 16px 60px; }
}
						
