/* Boba Mama - Home Page - Base Styles */
/* Import DM Sans and Knewave fonts */
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@300;400;500;600;700&family=Knewave&display=swap');

/* Reset and Base Styles */
* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'DM Sans', sans-serif;
  background: #ffffff !important;
}

/* Page containers - white background */
#SITE_CONTAINER,
#PAGES_CONTAINER,
.site-page,
.dmPageBody,
.dmBody {
  background: #ffffff !important;
}

/* Remove header bottom border/shadow that creates gray line */
.u_header,
.dmHeaderResp,
[class*="header"],
[class*="Header"],
header,
.AdvancedHeader,
[class*="AdvancedHeader"] {
  border-bottom: none !important;
  box-shadow: none !important;
  outline: none !important;
}

.u_header::after,
.dmHeaderResp::after,
header::after,
[class*="header"]::after,
[class*="Header"]::after {
  display: none !important;
  content: none !important;
  height: 0 !important;
  background: transparent !important;
}

/* Main container */
#1716942098 {
  background: #ffffff !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
}

/* Hero wrappers */
#hero-section,
#1742004405,
#1057176563,
.dmRespRow,
.dmRespColsWrapper,
.dmRespCol {
  margin: 0 !important;
  padding: 0 !important;
}

/* Remove borders */
.mainBorder {
  border: none !important;
}

/* Hide ROW overlays */
.dmRespRow::before,
.dmRespRow::after,
.mainBorder::before,
.mainBorder::after {
  display: none !important;
  content: none !important;
}

/* Hero Section Styles */
#hero-container {
  position: relative;
  width: 100%;
  height: calc(85vh + 200px);
  min-height: 700px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  background-color: transparent !important;
}

#hero-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
}

/* Hero Dark Overlay */
#hero-container > div:first-of-type {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

/* Hero container transparent - video covers it */
#hero-container {
  background: transparent !important;
  background-color: transparent !important;
}

#hero-video {
  top: 0 !important;
  left: 0 !important;
}

#hero-section {
  background: #fff !important;
  background-color: #fff !important;
}

/* Ensure outer wrapper has white background to match header */
#1716942098,
.dmHomeRespTmpl.mainBorder {
  background: #fff !important;
  background-color: #fff !important;
}

#hero-video {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}

/* Ensure overlay covers everything */
#hero-container > div:first-of-type {
  min-width: 100%;
  min-height: 100%;
}

/* Hero Content */
#hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #ffffff;
  padding: 40px 20px;
  max-width: 800px;
}

#hero-content h1 {
  font-size: 24px !important;
  font-weight: 300 !important;
  letter-spacing: 6px !important;
  text-transform: uppercase !important;
  margin: 0 0 20px 0 !important;
  color: #ffffff !important;
  opacity: 0.9 !important;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7) !important;
  font-family: 'DM Sans', sans-serif !important;
}

#hero-content h2 {
  font-size: 90px !important;
  font-weight: 500 !important;
  margin: 0 0 60px 0 !important;
  color: #ffffff !important;
  letter-spacing: 1px !important;
  line-height: 1.1 !important;
  text-shadow: 3px 3px 15px rgba(0, 0, 0, 0.9) !important;
  font-family: 'Knewave', cursive !important;
  text-transform: none !important;
}

#hero-content a {
  display: inline-block;
  padding: 16px 45px;
  background: transparent;
  color: #ffffff;
  border: 1.5px solid #ffffff;
  border-radius: 0;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 13px;
  letter-spacing: 4px;
  transition: all 0.3s ease;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
  font-family: 'DM Sans', sans-serif;
}

#hero-content a:hover {
  background: #ffffff;
  color: #333;
  text-shadow: none;
}

/* Quality Section */
#quality-section {
  background: #ffffff;
}

#quality-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  min-height: 600px;
}

#quality-image-container {
  position: relative;
  overflow: hidden;
  background: #f5f5f5;
  min-height: 600px;
}

#quality-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

#quality-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 80px 60px;
  background: #ffffff;
}

#quality-content h2 {
  font-size: 56px;
  font-weight: 900;
  color: #F5A5B8;
  margin: 0 0 20px 0;
  text-transform: uppercase;
  letter-spacing: 2px;
}

#quality-content p:first-of-type {
  font-size: 16px;
  font-weight: 700;
  color: #555;
  margin: 0 0 40px 0;
  text-transform: uppercase;
  letter-spacing: 3px;
}

#quality-content p:nth-of-type(2) {
  font-size: 18px;
  font-weight: 400;
  color: #333;
  line-height: 1.8;
  margin: 0 0 30px 0;
  text-align: left;
}

#quality-content a {
  display: inline-block;
  margin-top: 20px;
  font-size: 16px;
  font-weight: 600;
  color: #333;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-bottom: 2px solid #F5A5B8;
  padding-bottom: 5px;
  transition: all 0.3s ease;
  align-self: flex-start;
}

#quality-content a:hover {
  color: #F5A5B8;
}

/* Fan Favorites Section */
#favorites-section {
  background: #fafafa;
  padding: 100px 5%;
}

@media (max-width: 768px) {
  #favorites-section {
    padding: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  
  #favorites-section.dmRespRow {
    padding: 0 !important;
    margin: 0 !important;
  }
  
  #favorites-wrapper {
    padding: 0 !important;
    margin: 0 !important;
  }
  
  #favorites-wrapper.dmRespColsWrapper {
    padding: 0 !important;
    margin: 0 !important;
  }
  
  #favorites-col {
    padding: 20px 5% 40px 5% !important;
    margin: 0 !important;
  }
  
  #favorites-col.dmRespCol {
    padding: 20px 5% 40px 5% !important;
    margin: 0 !important;
  }
  
  #favorites-container {
    margin: 0 auto !important;
  }
  
  #favorites-subtitle {
    margin: 0 0 20px 0 !important;
  }
  
  .favorite-card > div:first-child {
    height: 200px !important;
  }
  
  .favorite-card img {
    object-fit: contain !important;
    object-position: center !important;
  }
  
  .favorite-card > div:last-child {
    padding: 15px !important;
  }
  
  .favorite-card h3 {
    font-size: 16px !important;
  }
  
  #favorites-grid {
    gap: 20px !important;
  }
  
  #quality-section {
    padding: 0 !important;
    margin-bottom: 0 !important;
  }
  
  #quality-section.dmRespRow {
    padding: 0 !important;
    margin: 0 !important;
  }
  
  #quality-wrapper {
    padding: 0 !important;
    margin: 0 !important;
  }
  
  #quality-wrapper.dmRespColsWrapper {
    padding: 0 !important;
    margin: 0 !important;
  }
  
  #quality-col {
    padding: 0 !important;
    margin: 0 !important;
  }
  
  #quality-col.dmRespCol {
    padding: 0 !important;
    margin: 0 !important;
  }
}

#favorites-container {
  max-width: 1200px;
  margin: 0 auto;
}

#favorites-title {
  font-size: 48px;
  font-weight: 700;
  color: #333;
  margin: 0 0 15px 0;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;
}

#favorites-container > p {
  font-size: 16px;
  font-weight: 600;
  color: #F5A5B8;
  margin: 0 0 60px 0;
  text-transform: uppercase;
  letter-spacing: 3px;
  text-align: center;
}

#favorites-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.favorite-card {
  background: #ffffff;
  border-radius: 0;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
}

.favorite-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.favorite-card > div:first-child {
  width: 100%;
  height: 280px;
  overflow: hidden;
  background: #f5f5f5;
}

.favorite-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.favorite-card > div:last-child {
  padding: 25px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.favorite-card h3 {
  font-size: 18px;
  font-weight: 500;
  color: #333;
  margin: 0;
  text-align: center;
}

#favorites-container > div:last-child {
  text-align: center;
  margin-top: 50px;
}

#favorites-container > div:last-child a {
  display: inline-block;
  padding: 16px 40px;
  background: #F5A5B8;
  color: #ffffff;
  border-radius: 0;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 2px;
  transition: all 0.3s ease;
}

#favorites-container > div:last-child a:hover {
  background: #e08fa3;
}
separatorHomeCss{color:red !important}/* Boba Mama - Home Page - Desktop & Tablet Styles */
/* Applies to screens 769px and wider */

/* Main container - white background */
#1716942098 {
  background: #ffffff !important;
}

/* Remove borders */
.mainBorder {
  border: none !important;
}

/* Hide ROW overlays */
.dmRespRow::before,
.dmRespRow::after {
  display: none !important;
  content: none !important;
}

@media (min-width: 769px) {
  /* Hero Section - Desktop/Tablet specific */
  #hero-container {
    height: calc(85vh + 200px) !important;
    min-height: 700px !important;
    background: transparent !important;
  }
  
  #hero-video {
    top: 0 !important;
    left: 0 !important;
  }
  
  #hero-content h2 {
    font-size: 90px !important;
    font-family: 'Knewave', cursive !important;
    text-transform: none !important;
    letter-spacing: 1px !important;
    margin: 0 0 60px 0 !important;
    font-weight: 500 !important;
  }
  
  #hero-content h1 {
    font-size: 16px;
    letter-spacing: 6px;
    font-family: 'DM Sans', sans-serif;
  }
  
  /* Quality Section - Side by side layout */
  #quality-grid {
    grid-template-columns: 1fr 1fr;
  }
  
  #quality-content {
    padding: 80px 60px;
    text-align: left;
  }
  
  #quality-content h2 {
    font-size: 56px;
  }
  
  /* Favorites Grid - 4 columns on desktop */
  #favorites-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
  }
  
  #favorites-title {
    font-size: 48px;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  /* Tablet specific adjustments */
  #hero-content h2 {
    font-size: 65px !important;
    font-family: 'Knewave', cursive !important;
    text-transform: none !important;
    margin: 0 0 55px 0 !important;
    font-weight: 500 !important;
    letter-spacing: 1px !important;
  }
  
  #quality-content {
    padding: 60px 40px;
  }
  
  #quality-content h2 {
    font-size: 44px;
  }
  
  /* 3 columns for tablets in favorites */
  #favorites-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
separatorHomeCss{color:red !important}@media all {
    
#flex-header {
    --overlapping-background-color: rgba(0, 0, 0, 0);
    --overlapping-background-image: rgba(0, 0, 0, 0);
}
}



@media all {
    
#\36 3bd85219866cc3622781521 {
    align-self: stretch;
    background-size: cover;
    display: flex;
    min-height: 8px;
    background-position: 50% 50%;
    column-gap: 4%;
    row-gap: 24px;
    background-repeat: no-repeat;
    flex-direction: column;
    max-width: 100%;
    width: 48%;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    min-width: 4%;
    background-color: rgba(0, 0, 0, 0);
    padding: 16px 16px 16px 16px;
    margin-right: 0%;
    margin-top: 0%;
    margin-left: 0%;
    margin-bottom: 0%;
}
    
#\36 3bd85219866cc3622781520 {
    align-self: start;
    background-size: cover;
    min-height: 320px;
    background-repeat: no-repeat;
    flex-direction: row;
    order: 0;
    display: flex;
    background-position: 50% 50%;
    column-gap: 4%;
    row-gap: 24px;
    width: 100%;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    justify-self: center;
    padding: 4% 2% 4% 2%;
    margin-right: 0%;
    margin-top: 0%;
    margin-left: 0%;
    margin-bottom: 0%;
}
    
#\36 3bd85219866cc3622781522 {
    align-self: stretch;
    background-size: cover;
    display: flex;
    min-height: 8px;
    background-position: 50% 50%;
    column-gap: 4%;
    row-gap: 24px;
    background-repeat: no-repeat;
    flex-direction: column;
    max-width: 100%;
    width: 48%;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    min-width: 4%;
    background-color: rgba(0, 0, 0, 0);
    padding: 16px 16px 16px 16px;
    margin-right: 0%;
    margin-top: 0%;
    margin-left: 0%;
    margin-bottom: 0%;
}
    
#\36 3bd85219866cc362278151f {
    background-repeat: no-repeat;
    background-size: cover;
    grid-template-columns: minmax(0px, 1fr);
    grid-template-rows: minmax(8px, max-content);
    display: grid;
    justify-content: start;
    background-position: 50% 50%;
    align-items: start;
    position: relative;
    border-width: 0px;
    border-color: rgba(0, 0, 0, 1);
    border-style: solid;
    background-color: rgba(0, 0, 0, 0);
}
    
#\36 3c7b8b76c596a2813341bc5 {
    height: auto;
}
}



@media all {
    
#\36 3d24979f4a54e38542a8abe {
    background-repeat: no-repeat;
    background-size: cover;
    grid-template-columns: minmax(0px, 1fr);
    grid-template-rows: minmax(8px, max-content);
    display: grid;
    justify-content: start;
    background-position: 50% 50%;
    align-items: start;
    position: relative;
    border-width: 0px;
    border-color: rgba(0, 0, 0, 1);
    border-style: solid;
    background-color: rgba(0, 0, 0, 0);
}
    
#\36 3d24979f4a54e38542a8abb {
    align-self: stretch;
    padding-top: 16px;
    background-size: cover;
    display: flex;
    padding-left: 16px;
    padding-bottom: 16px;
    min-height: 8px;
    background-position: 50% 50%;
    column-gap: 4%;
    row-gap: 24px;
    background-repeat: no-repeat;
    flex-direction: column;
    max-width: 100%;
    width: 100%;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    min-width: 4%;
    padding-right: 16px;
    background-color: rgba(0, 0, 0, 0);
    margin-right: 0%;
    margin-top: 0%;
    margin-left: 0%;
    margin-bottom: 0%;
}
    
#\36 3d24979f4a54e38542a8abd {
    align-self: stretch;
    padding-top: 16px;
    background-size: cover;
    display: flex;
    padding-left: 16px;
    padding-bottom: 16px;
    min-height: 8px;
    background-position: 50% 50%;
    column-gap: 4%;
    row-gap: 24px;
    background-repeat: no-repeat;
    flex-direction: column;
    max-width: 100%;
    width: 100%;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    min-width: 4%;
    padding-right: 16px;
    background-color: rgba(0, 0, 0, 0);
    margin-right: 0%;
    margin-top: 0%;
    margin-left: 0%;
    margin-bottom: 0%;
}
    
#\36 3d24979f4a54e38542a8abc {
    align-self: start;
    background-size: cover;
    min-height: 320px;
    background-repeat: no-repeat;
    flex-direction: row;
    order: 0;
    padding-top: 4%;
    display: flex;
    padding-bottom: 4%;
    background-position: 50% 50%;
    column-gap: 4%;
    row-gap: 24px;
    width: 100%;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    justify-self: center;
    padding-right: 0%;
    padding-left: 0%;
    margin-right: 0%;
    margin-top: 0%;
    margin-left: 0%;
    margin-bottom: 0%;
}
}



@media (min-width: 768px) and (max-width: 1024px) {
    
#\36 3bd85219866cc3622781520 {
    padding-right: 2%;
}
}



@media (min-width: 768px) and (max-width: 1024px) {
    
#\36 3d24979f4a54e38542a8abc {
    padding-left: 2%;
    padding-right: 2%;
}
}



@media (max-width: 767px) {
    
#\36 3bd85219866cc3622781521 {
    min-height: 160px;
    align-items: center;
    width: 100%;
}
    
#\36 3bd85219866cc3622781520 {
    min-height: unset;
    flex-direction: column;
    padding-left: 4%;
    padding-right: 4%;
}
    
#\36 3bd85219866cc3622781522 {
    min-height: 160px;
    align-items: center;
    width: 100%;
}
}



@media (max-width: 767px) {
    
#\36 3d24979f4a54e38542a8abb {
    min-height: 160px;
    align-items: center;
    width: 100%;
}
    
#\36 3d24979f4a54e38542a8abd {
    min-height: 160px;
    align-items: center;
    width: 100%;
}
    
#\36 3d24979f4a54e38542a8abc {
    min-height: unset;
    flex-direction: column;
    padding-left: 4%;
    padding-right: 4%;
}
}

