#fw-section-custom-html-aeeb3843-4b44-4fe3-bc38-ab2467b4938f {

/* 1. LOGO STYLING */
.final-logo {
    display: block !important;
    margin: 0 auto !important;
    height: 200px !important; 
    width: auto !important;
    visibility: visible !important;
    opacity: 1 !important;
}

/* 2. MAIN CONTAINER */
.final-attempt-container {
    width: 100% !important;
    text-align: center !important;
    padding: 0 !important;
    margin-top: -20px !important; 
    margin-bottom: 10px !important;
}

/* Remove Fourthwall ghost space */
div[class*="CustomHtml"], 
section[class*="section"],
.section-content {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    min-height: auto !important;
}

/* 3. THE H2 TEXT */
.submission-text {
    color: #000000 !important;
    font-family: sans-serif !important;
    font-weight: 800 !important;
    font-size: 26px !important;
    margin: 15px 0 !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.2 !important;
}

/* 4. WATCH LIVE BUTTONS */
.watch-live-container {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin: 10px 0 20px;
    flex-wrap: wrap;
}

.watch-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 24px;
    border-radius: 50px;
    text-decoration: none !important;
    font-weight: 800;
    font-size: 14px;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.watch-btn:hover {
    transform: scale(1.05);
}

/* TikTok - Clean Black */
.watch-btn.tiktok { 
    background: #000 !important; 
    color: #fff !important; 
    border: none !important; /* Removed the red/pink border */
}

/* YouTube - Solid Red */
.watch-btn.youtube { 
    background: #FF0000 !important; 
    color: #fff !important; 
}

/* 5. MOBILE RESPONSIVE */
@media (max-width: 220px) {
    .final-logo {
        height: 140px !important;
    }
    .watch-live-container {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }
    .watch-btn {
        width: 85%;
    }
}
}











#fw-section-custom-html-c36aa510-0805-4e41-bcd7-6c8a5587cedf {

/* PRODUCT SECTIONS */

.tw-products{
  margin-top:50px;
}

.tw-product-card{
  background:#2d2016;
  margin-bottom:45px;
  overflow:hidden;
}

.tw-product-image{
  width:100%;
  display:block;
}

.tw-product-content{
  padding:40px 28px;
  text-align:center;
}

.tw-product-content h3{
  color:#ffffff;
  font-size:30px;
  font-weight:800;
  margin:0 0 24px;
}

.tw-product-content p{
  color:#f5f5f5;
  font-size:22px;
  line-height:1.7;
  margin:0 auto 35px;
  max-width:550px;
}

.tw-product-button{
  display:block;
  width:100%;
  max-width:450px;
  margin:0 auto;

  background:#ffd800;
  color:#111111;

  text-decoration:none;
  text-align:center;

  padding:22px 20px;

  border-radius:14px;

  font-size:24px;
  font-weight:800;
  letter-spacing:.12em;

  transition:.25s ease;
}

.tw-product-button:hover{
  transform:translateY(-3px);
}

@media(max-width:768px){

  .tw-product-content{
    padding:30px 20px;
  }

  .tw-product-content h3{
    font-size:24px;
  }

  .tw-product-content p{
    font-size:18px;
  }

  .tw-product-button{
    font-size:18px;
    padding:18px;
  }

}
}
#fw-section-footer {

/* Hide the main Fourthwall footer */
footer, 
.site-footer, 
#site-footer {
    display: none !important;
}

}
#fw-section-announcement-bar-9aab3495-0c21-4e3e-96ea-745b323d4d2d {
--color-primary: #ffd800;
--color-primary-rgb: 255, 216, 0;
--color-background: #f5f3f4;
--color-background-rgb: 245, 243, 244;
--color-on-background: #1c1c1d;
--color-on-background-rgb: 28, 28, 29;
--color-on-primary: #1c1c1c;
--color-on-primary-rgb: 28, 28, 28;
--color-product-image-background: #f5f5f3;
--color-background-brightness: 244;
background-color: var(--color-background);
color: var(--color-on-background);
--primary-btn-bg: #ffd800;
--primary-btn-text: #1c1c1c;
--primary-btn-border-color: #1c1c1d;
--secondary-btn-bg: transparent;
--secondary-btn-text: #1c1c1d;
--secondary-btn-border-color: #1c1c1d;

}
#fw-section-header {

/* Hide the main Fourthwall header */
header, 
.site-header, 
#site-header {
    display: none !important;
}

}