html[data-site-theme="normal"] {
  --sf-theme-primary: #0cc27e;
  --sf-theme-secondary: #0d5cab;
  --sf-theme-accent: #ff2f80;
}

html[data-site-theme="normal"] body:not(.antialiased)::before,
html[data-site-theme="normal"] body:not(.antialiased)::after {
  content: none !important;
  display: none !important;
}

html[data-site-theme="normal"] .sf-copa-stadium,
html[data-site-theme="normal"] .sf-copa-ambient,
html[data-site-theme="normal"] .sf-copa-floater,
html[data-site-theme="normal"] .sf-copa-flag-line,
html[data-site-theme="normal"] .sf-copa-ball,
html[data-site-theme="normal"] .sf-copa-confetti,
html[data-site-theme="normal"] .sf-copa-goal,
html[data-site-theme="normal"] .sf-theme-badge,
html[data-site-theme="normal"] .theme-badge,
html[data-site-theme="normal"] .jun-badge,
html[data-site-theme="normal"] .copa-badge,
html[data-site-theme="normal"] .festival-badge,
html[data-site-theme="normal"] .sf-festa-flags,
html[data-site-theme="normal"] .sf-fiesta-flags,
html[data-site-theme="normal"] .festival-flags {
  display: none !important;
}

html[data-site-theme="festa_junina"] {
  --sf-theme-primary: #0f8a61;
  --sf-theme-secondary: #1457a6;
  --sf-theme-accent: #f7c948;
  --sf-theme-warm: #e94b35;
}

html[data-site-theme="festa_junina"] body:not(.antialiased) {
  background:
    radial-gradient(circle at 14% 12%, rgba(247, 201, 72, .24), transparent 24%),
    radial-gradient(circle at 88% 18%, rgba(233, 75, 53, .18), transparent 22%),
    linear-gradient(135deg, rgba(15, 138, 97, .09), rgba(20, 87, 166, .1)) !important;
}

html[data-site-theme="festa_junina"] body:not(.antialiased)::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  opacity: .5;
  background-image:
    linear-gradient(90deg, transparent 0 11px, rgba(247, 201, 72, .45) 11px 22px, transparent 22px 34px),
    linear-gradient(90deg, transparent 0 38px, rgba(233, 75, 53, .32) 38px 50px, transparent 50px 64px),
    linear-gradient(90deg, transparent 0 70px, rgba(20, 87, 166, .3) 70px 82px, transparent 82px 96px);
  background-size: 96px 12px, 96px 12px, 96px 12px;
  background-repeat: repeat-x;
  background-position: top center, bottom center, top 14px center;
}

html[data-site-theme="festa_junina"] .btn,
html[data-site-theme="festa_junina"] button,
html[data-site-theme="festa_junina"] .btn-primary {
  border-radius: 10px;
}

html[data-site-theme="festa_junina"] .header,
html[data-site-theme="festa_junina"] .compra-segura,
html[data-site-theme="festa_junina"] .cart-drawer-header {
  border-top: 3px solid transparent;
  border-image: linear-gradient(90deg, #0f8a61, #f7c948, #e94b35, #1457a6) 1;
}

html[data-site-theme="festa_junina"] .card,
html[data-site-theme="festa_junina"] .cart-drawer,
html[data-site-theme="festa_junina"] .service-card,
html[data-site-theme="festa_junina"] .checkout-card {
  box-shadow: 0 18px 42px rgba(14, 65, 93, .12);
}

html[data-site-theme="copa_brasil"] {
  --sf-theme-primary: #009b3a;
  --sf-theme-secondary: #003f88;
  --sf-theme-accent: #ffdf00;
}

html[data-site-theme="copa_brasil"] body:not(.antialiased) {
  background:
    radial-gradient(circle at 15% 18%, rgba(255, 223, 0, .24), transparent 24%),
    radial-gradient(circle at 86% 15%, rgba(0, 63, 136, .18), transparent 24%),
    linear-gradient(135deg, rgba(0, 155, 58, .08), rgba(0, 63, 136, .09)) !important;
}

html[data-site-theme="copa_brasil"] body:not(.antialiased)::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  opacity: .42;
  background: repeating-linear-gradient(90deg, #009b3a 0 24px, #ffdf00 24px 48px, #003f88 48px 72px, #fff 72px 96px);
  height: 12px;
  top: auto;
}

html[data-site-theme="custom"] {
  --sf-theme-primary: #0cc27e;
  --sf-theme-secondary: #0d5cab;
  --sf-theme-accent: #ff2f80;
}
