#fw-section-custom-html-eadcb8d0-904a-4bca-8b16-10988c5adb7a {

h1 {
  text-align: center;
}

iframe {
  border-radius: 12px;
}

h1, h2 {
  color: #ff2ea6;
}

#arena-buttons {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 20px 0;
}

.arena-btn {
  padding: 10px;
  font-size: 14px;
  text-decoration: none;
  color: white;
  background: linear-gradient(90deg, #ff2ea6, #9146ff);
  border-radius: 8px;
}

#product-drop-wrapper {
  max-width: 400px;
  margin: 30px auto 0 auto;
  text-align: center;
}

#product-drop img {
  border-radius: 10px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.2);
}
}

#fw-section-hero-b3a54ee0-9e5b-4650-a305-0c28fadf8a1a {
--font-heading-scale: 1.5;
--font-body-scale: 1.25;
}
#fw-section-hero-b3a54ee0-9e5b-4650-a305-0c28fadf8a1a {

/* ART button - Hot Pink */
a[href*="art"] .button,
a[href*="art"].button {
  background-color: #FF2F92 !important;
  color: white !important;
}

/* CHESS button - Navy */
a[href*="chess"] .button,
a[href*="chess"].button {
  background-color: #001F54 !important;
  color: white !important;
}

/* TENNIS button - Navy */
a[href*="tennis"] .button,
a[href*="tennis"].button {
  background-color: #001F54 !important;
  color: white !important;
}

/* shared button styling */
.button {
  border-radius: 8px;
  padding: 12px 26px;
  font-weight: 600;
  transition: all 0.25s ease;
}

/* buttons hover effect */
.button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0,0,0,0.15);
}

/* Make Hero Heading White*/
.hero h1 {
  /*font-family: 'League Spartan', sans-serif;*/
  font-weight: 800;
  font-size: 72px;
  letter-spacing: 0.04em;
  color: #ffffff;
  margin-bottom: 10px;
}

/* Target the hero paragraph */
.hero p {
  position: relative;          /* needed for pseudo-element positioning */
  display: inline-block;       /* ensures underline aligns with text width */
  cursor: text;             /* optional */
}

/* Create the animated underline */
.hero p::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;               /* distance from text */
  height: 2px;                /* thickness of underline */
  width: 100%;
  background-color: #ff2f92;  /* PinkboatSD pink */

  /* Start hidden */
  transform: scaleX(0);
  transform-origin: left center;
  opacity: 0;

  /* Smooth animation */
  transition: transform 0.9s ease-out, opacity 0.9s ease-out;
}

/* On hover: slide and fade in */
.hero p:hover::after {
  transform: scaleX(1);
  opacity: 1;
}

}
#fw-section-featured-collection-19c4d352-5e12-496b-ba76-ab151e8bfd56 {

/* Hot pink button for Bold Picks section only */
.btn, 
.button {
  background-color: #FF2F92 !important; /* brand pink */
  color: white !important;
  border: none !important;
  border-radius: 8px;
  padding: 12px 28px;
  font-weight: 600;
  text-transform: uppercase;
  transition: all 0.25s ease;
  cursor: pointer;
}

/* Hover effect */
.btn:hover,
.button:hover {
  background-color: #e02682 !important; /* slightly darker pink on hover */
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}
}
#fw-section-featured-collection-7d57c825-d9f1-4376-a188-f5d01ae7f34c {
--color-primary: #ff2f92;
--color-primary-rgb: 255, 47, 146;
--color-background: #f7f7f7;
--color-background-rgb: 247, 247, 247;
--color-on-background: #000000;
--color-on-background-rgb: 0, 0, 0;
--color-on-primary: #ffffff;
--color-on-primary-rgb: 255, 255, 255;
--color-product-image-background: #000000;
--color-background-brightness: 247;
background-color: var(--color-background);
color: var(--color-on-background);
--primary-btn-bg: #ff2f92;
--primary-btn-text: #ffffff;
--primary-btn-border-color: #000000;
--secondary-btn-bg: transparent;
--secondary-btn-text: #000000;
--secondary-btn-border-color: #000000;
/* Hot pink button for Art section only */
.btn, 
.button {
  background-color: #FF2F92 !important; /* brand pink */
  color: white !important;
  border: none !important;
  border-radius: 8px;
  padding: 12px 28px;
  font-weight: 600;
  text-transform: uppercase;
  transition: all 0.25s ease;
  cursor: pointer;
}

/* Hover effect */
.btn:hover,
.button:hover {
  background-color: #e02682 !important; /* slightly darker pink on hover */
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}
}
#fw-section-featured-collection-f4869fc0-768a-489b-b591-d1258269994c {
--color-primary: #ff2f92;
--color-primary-rgb: 255, 47, 146;
--color-background: #ffffff;
--color-background-rgb: 255, 255, 255;
--color-on-background: #000000;
--color-on-background-rgb: 0, 0, 0;
--color-on-primary: #ffffff;
--color-on-primary-rgb: 255, 255, 255;
--color-product-image-background: #000000;
--color-background-brightness: 255;
background-color: var(--color-background);
color: var(--color-on-background);
--primary-btn-bg: #ff2f92;
--primary-btn-text: #ffffff;
--primary-btn-border-color: #000000;
--secondary-btn-bg: transparent;
--secondary-btn-text: #000000;
--secondary-btn-border-color: #000000;
/* Chess section button - Navy Blue */
.btn,
.button {
  background-color: #001F54 !important; /* navy blue */
  color: white !important;
  border: none !important;
  border-radius: 8px;
  padding: 12px 28px;
  font-weight: 600;
  text-transform: uppercase;
  transition: all 0.25s ease;
  cursor: pointer;
}

/* Hover effect */
.btn:hover,
.button:hover {
  background-color: #003366 !important; /* slightly darker navy on hover */
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}
}
#fw-section-featured-collection-65d37cb9-655e-4ae7-9c18-8873b9bec95a {
--color-primary: #ff2f92;
--color-primary-rgb: 255, 47, 146;
--color-background: #f7f7f7;
--color-background-rgb: 247, 247, 247;
--color-on-background: #000000;
--color-on-background-rgb: 0, 0, 0;
--color-on-primary: #ffffff;
--color-on-primary-rgb: 255, 255, 255;
--color-product-image-background: #000000;
--color-background-brightness: 247;
background-color: var(--color-background);
color: var(--color-on-background);
--primary-btn-bg: #ff2f92;
--primary-btn-text: #ffffff;
--primary-btn-border-color: #000000;
--secondary-btn-bg: transparent;
--secondary-btn-text: #000000;
--secondary-btn-border-color: #000000;
/* Section button - Navy Blue */
.button {
  background-color: #001F54 !important;
  color: white !important;
  border: none !important;
  border-radius: 8px;
  padding: 12px 28px;
  font-weight: 600;
  text-transform: uppercase;
  transition: all 0.25s ease;
  cursor: pointer;
}

/* Hover effect */
.button:hover {
  background-color: #003366 !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}
}
#fw-section-custom-html-2b90711d-8f48-4d6c-9e3d-39842464a74a {
--color-primary: #ff2f92;
--color-primary-rgb: 255, 47, 146;
--color-background: #ffffff;
--color-background-rgb: 255, 255, 255;
--color-on-background: #000000;
--color-on-background-rgb: 0, 0, 0;
--color-on-primary: #ffffff;
--color-on-primary-rgb: 255, 255, 255;
--color-product-image-background: #000000;
--color-background-brightness: 255;
background-color: var(--color-background);
color: var(--color-on-background);
--primary-btn-bg: #ff2f92;
--primary-btn-text: #ffffff;
--primary-btn-border-color: #000000;
--secondary-btn-bg: transparent;
--secondary-btn-text: #000000;
--secondary-btn-border-color: #000000;
.our-process {
  font-family: 'League Spartan', sans-serif;
}
}
#fw-section-footer {
--color-primary: #ff2f92;
--color-primary-rgb: 255, 47, 146;
--color-background: #0e0e0e;
--color-background-rgb: 14, 14, 14;
--color-on-background: #ffffff;
--color-on-background-rgb: 255, 255, 255;
--color-on-primary: #ffffff;
--color-on-primary-rgb: 255, 255, 255;
--color-product-image-background: #ffffff;
--color-background-brightness: 14;
background-color: var(--color-background);
color: var(--color-on-background);
--primary-btn-bg: #ff2f92;
--primary-btn-text: #ffffff;
--primary-btn-border-color: #ffffff;
--secondary-btn-bg: transparent;
--secondary-btn-text: #ffffff;
--secondary-btn-border-color: #ffffff;
/* Scope EVERYTHING to live page */
.live-page .live-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
  text-align: center;
  font-family: "League Spartan", sans-serif;
}

/* Title */
.live-page .live-title {
  font-size: 42px;
  font-weight: 800;
  margin-bottom: 20px;
}

/* Grid */
.live-page .live-grid {
  display: grid;
  grid-template-columns: 3fr 1fr;
  gap: 20px;
}

/* Video */
.live-page .live-video iframe {
  width: 100%;
  height: 500px;
  border-radius: 12px;
}

/* Chat */
.live-page .live-chat iframe {
  width: 100%;
  height: 500px;
  border-radius: 12px;
}

/* CTA */
.live-page .live-cta {
  margin-top: 30px;
}

.live-page .live-btn {
  padding: 12px 24px;
  background: #ff2f92;
  color: white;
  font-weight: 600;
  border-radius: 999px;
  text-decoration: none;
  transition: 0.2s ease;
}

.live-page .live-btn:hover {
  transform: translateY(-2px);
  opacity: 0.9;
}

/* Spotlight */
.live-page .product-spotlight {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}

.live-page .spotlight-card {
  display: flex;
  align-items: center;
  gap: 20px;
  background: rgba(255,255,255,0.05);
  backdrop-filter: blur(12px);
  border-radius: 16px;
  padding: 16px 20px;
  max-width: 600px;
  width: 100%;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.live-page .spotlight-card:hover {
  transform: translateY(-3px);
}

.live-page .spotlight-image img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 10px;
}

.live-page .spotlight-info h3 {
  margin: 0;
  font-size: 18px;
}

.live-page .spotlight-info p {
  margin: 4px 0 10px;
  font-size: 14px;
  opacity: 0.7;
}

.live-page .spotlight-btn {
  font-size: 14px;
  font-weight: 600;
  color: #ff2f92;
  text-decoration: none;
}

.live-page .spotlight-btn:hover {
  text-decoration: underline;
}

/* Mobile */
@media (max-width: 768px) {
  .live-page .live-grid {
    grid-template-columns: 1fr;
  }

  .live-page .live-video iframe,
  .live-page .live-chat iframe {
    height: 300px;
  }

  .live-page .spotlight-card {
    flex-direction: column;
  }
}

}
#fw-section-header {
--color-primary: #ff2f92;
--color-primary-rgb: 255, 47, 146;
--color-background: #f7f7f7;
--color-background-rgb: 247, 247, 247;
--color-on-background: #000000;
--color-on-background-rgb: 0, 0, 0;
--color-on-primary: #ffffff;
--color-on-primary-rgb: 255, 255, 255;
--color-product-image-background: #000000;
--color-background-brightness: 247;
background-color: var(--color-background);
color: var(--color-on-background);
--primary-btn-bg: #ff2f92;
--primary-btn-text: #ffffff;
--primary-btn-border-color: #000000;
--secondary-btn-bg: transparent;
--secondary-btn-text: #000000;
--secondary-btn-border-color: #000000;
/*
.page_header,
.header {
  position: fixed;       
  top: 0;
  left: 0;
  width: 100%;
  backdrop-filter: blur(0px);     
  background: rgba(255, 255, 255, 0); 
  transition: all 0.3s ease;    
}

.page_header,
.header a {
  color: white;
}
*/

.page_header,
.header a:hover {
  color: #ff2f92 !important;
}

}