.cg-watch-shop {
  padding: 100px 20px;
  background: #fff;
}

.cg-container {
  max-width: 1400px;
  margin: auto;
}

.cg-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 60px;
}

.cg-youtube-label {
  color: #dc2626;
  font-weight: 900;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 12px;
}

.cg-header h2 {
  font-size: 72px;
  font-weight: 900;
  line-height: .9;
}

.cg-header h2 span {
  background: linear-gradient(to right, #dc2626, #000);
  -webkit-background-clip: text;
  color: transparent;
}

.cg-subscribe {
  display: inline-block;
  margin-top: 20px;
  background: #dc2626;
  color: #fff;
  padding: 14px 28px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: bold;
}

.cg-nav button {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: 2px solid #000;
  font-size: 28px;
  background: #fff;
  cursor: pointer;
}

.cg-reels {
  display: flex;
  gap: 32px;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding-bottom: 40px;
}

.cg-video-card {
  width: 320px;
  aspect-ratio: 9 / 16;
  border-radius: 40px;
  overflow: hidden;
  position: relative;
  background: #000;
  flex-shrink: 0;
}

.cg-video-card iframe {
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.cg-badge {
  position: absolute;
  top: 20px;
  left: 20px;
  background: #fff;
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 900;
}

.cg-actions {
  position: absolute;
  right: 16px;
  bottom: 120px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.cg-actions button {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: none;
  background: rgba(0,0,0,.6);
  color: #fff;
  font-size: 20px;
  cursor: pointer;
}

.cg-product {
  position: absolute;
  bottom: 16px;
  left: 16px;
  right: 16px;
  background: #fff;
  border-radius: 24px;
  padding: 14px;
  display: flex;
  gap: 12px;
  text-decoration: none;
  color: #000;
}

.cg-product img {
  width: 48px;
  height: 48px;
  border-radius: 12px;
}

.cg-cart {
  margin-left: auto;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #000;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cg-end-card {
  width: 320px;
  aspect-ratio: 9 / 16;
  border-radius: 40px;
  border: 3px dashed #e5e7eb;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #000;
}
