/** Shopify CDN: Minification failed

Line 9:17 Unexpected "-->"
Line 859:16 Expected identifier but found whitespace
Line 859:17 Unexpected "1"
Line 887:0 Unexpected "<"

**/
 <!-- new design -->

  <style>
/* Base styles for desktop and mobile */
.custom-banners {
    font-style:"panton-Trial";
  background-size: cover;
  background-position: center;
  color: #fff;

}
.breadcrumb { 
    display: none;
}
/* Desktop Section */
.desktop-banner {
  display: flex;
 /* background-image: url('/cdn/shop/files/2_11.png?v=1771401610');*/
    background-image: url('/cdn/shop/files/2_11.png?v=1771401610');
  
  padding: 50px 0;
}

.desktop-container {
  max-width: 1170px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.desktop-text-column {
  flex: 0 0 50%;
  padding: 20px;
  text-align: left;
}

.desktop-image-column {
  flex: 0 0 50%;
  padding: 20px;
  display: flex;
  justify-content: center;
}

.desktop-text-column h1 {
  font-size: 45px;
  line-height: 1;
  font-weight:bold;
  color: #Ffffff;
}
.desktop-text-column h2 {
  font-size: 45px; font-weight:bold;
   line-height: .3;
color: #Ffffff;
}

.desktop-text-column p {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 20px;
}

.custom-button {
  display: inline-block;
  padding: 10px 20px;
  background-color: #FE5000;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

.custom-button:hover {
  background-color: #d44200;
}
.subt{
  font-size:18px !important;
}

/* Mobile Section */
.mobile-banner {
  display: none;
  background-image: url('/cdn/shop/files/2_11.png?v=1771401610');
  padding: 50px 20px;
  text-align: center;
  margin-bottom:-100px;
}

.mobile-banner h1 {
  font-size: 32px;
 
  line-height:1;
  color: #ffffff;
}
.mobile-banner h2 {
  font-size: 32px;
  
  line-height:.3;
  color: #Ffffff;
}

.mobile-banner p {
  font-size: 16px !important;
   line-height:1.5;
  margin-bottom: 15px;
}

.mobile-banner img {
  max-width: 100%;
  height: auto;
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  /* Hide desktop section */
  .desktop-banner {
    display: none;
  }

  /* Show mobile section */
  .mobile-banner {
    display: block;
  }

  
}




/* Section 2 Global Styles */

.se2-back {
  background-color: #000000; 
  padding: 100px 20px 60px;
  font-family: 'Panton-Trial', sans-serif;
  margin-top: -30px;
}

.se2-container {
  background-color: #1e1e1e;  /* Dark background */
  padding: 40px;  /* Add padding for spacing */
  border-radius: 0px;  /* Rounded corners */
  text-align: center;  /* Center text */
  max-width: 1100px;  /* Max width for readability */
  margin: 0 auto;  /* Center the container */
  border: solid 3px #FE5000;
  background-image:url("/cdn/shop/files/4_1bba5ead-8b91-4f67-a512-caecba3cf7e8.png?v=1771402377");
}

.se2-heading {
  font-size: 18px; 
  font-weight: bold;
  color: #FE5000;  
  margin-bottom: 10px;  
  line-height: 1.2;
}

.se2-text {
  font-size: 18px;
  color: white;  /* White text color */
  line-height: 1.5;
}

/* Mobile Responsiveness */
@media screen and (max-width: 768px) {
  .se2-container {
    padding: 15px;  /* Reduce padding for smaller screens */
  }

  .se2-heading {
    font-size: 16px;  /* Reduce font size for heading */
  }

  .se2-text {
    font-size: 16px;  /* Adjust font size for readability */
  }

  .se2-back {
    padding: 40px 20px;
     margin-top: 0px;
  }



}




       

        
        /* =====section 3  HOW TO ENTER SECTION ===== */
        .how-to-enter {
            padding: 40px 0 60px;
            background: #0a0a0a;
            position: relativ e;
        }

        .container {
            max-width: 1140px;
            margin: 0 auto;
            padding: 0 24px;
        }

        .section-headers {
            margin-bottom: 80px;
        }

        .section-headers h2 {
           font-family: 'TextaRegular', sans-serif;
            font-size: 34px;
            line-height: 1;
            letter-spacing: -1px;
            text-align:center;
        
        }

   
        /* Steps */
        .steps-wrapper {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 0;
            position: relative;
        }

        .steps-wrapper::before {
            content: '';
            position: absolute;
            top: 48px;
            left: 12%;
            right: 12%;
            height: 2px;
            background: #ffffff;
            z-index: 0;
        }

        .step {
            text-align: center;
            position: relative;
            z-index: 1;
            padding: 0 16px;
        }

        .step-number-ring {
            width: 96px;
            height: 96px;
            border-radius: 50%;
            border: 2px solid #ffffff;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 28px;
            background: #0a0a0a;
            transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
        }

        .step:hover .step-number-ring {
            border-color: #FE5000;
            box-shadow: 0 0 0 8px rgba(254, 80, 0, 0.08), 0 0 40px rgba(254, 80, 0, 0.15);
            transform: scale(1.08);
        }

        .step-number-ring .num {
            font-family: 'Bebas Neue', sans-serif;
            font-size: 36px;
            color: #ffffff;
            transition: color 0.5s;
        }

        .step:hover .step-number-ring .num { color: #FE5000; }

        .step-text {
            font-size: 18px;
            line-height: 1.65;
            color: #ffffff;
            max-width: 240px;
            margin: 0 auto;
        }

        .step-text strong { color: #ffffff; font-weight: 600; }
        .step-text .hashtag { color: #FE5000; font-weight: 700; }

        /* Footer note */
        .entry-note {
            margin-top: 80px;
            text-align: center;
            font-size: 18px;
            color: #ffffff;
            line-height: 1.6;
            padding: 28px 32px;
           
            border-radius: 12px;
            background: rgba(254, 80, 0, 0.03);
            max-width: 640px;
            margin-left: auto;
            margin-right: auto;
            position: relative;
             font-family: 'TextaRegular', sans-serif;
        }

        .entry-note::before {
            content: '';
            position: absolute;
            top: -1px;
            left: 30%;
            right: 30%;
            height: 2px;
            background: #FE5000;
            border-radius: 1px;
        }

        /* ===== ANIMATIONS ===== */
        @keyframes fadeInUp {
            from { opacity: 0; transform: translateY(30px); }
            to { opacity: 1; transform: translateY(0); }
        }

        .reveal {
            opacity: 0;
            transform: translateY(40px);
            transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1);
        }

        .reveal.visible {
            opacity: 1;
            transform: translateY(0);
        }

        .reveal-d1 { transition-delay: 0.1s; }
        .reveal-d2 { transition-delay: 0.2s; }
        .reveal-d3 { transition-delay: 0.3s; }
        .reveal-d4 { transition-delay: 0.4s; }

        /* ===== RESPONSIVE ===== */
        @media (max-width: 1024px) {
            .steps-wrapper {
                grid-template-columns: repeat(2, 1fr);
                gap: 48px 24px;
            }
            .steps-wrapper::before { display: none; }
        }

        @media (max-width: 768px) {
            .hero-title { letter-spacing: -1px; }
            .hero-eyebrow::before,
            .hero-eyebrow::after { width: 24px; }

            .steps-wrapper {
                grid-template-columns: 1fr;
                gap: 40px;
                max-width: 380px;
                margin: 0 auto;
            }

            .step {
                display: flex;
                align-items: center;
                text-align: left;
                gap: 24px;
                padding: 0;
            }

            .step-number-ring {
                width: 72px;
                height: 72px;
                min-width: 72px;
                margin: 0;
            }

            .step-number-ring .num { font-size: 28px; }
            .step-text { max-width: none; }
            .how-to-enter { padding: 80px 0 100px; }

            .entry-note {
                font-size: 16px;
                padding: 24px 20px;
                margin-top: 56px;
            }
        }

        @media (max-width: 480px) {
            .hero { min-height: 80vh; }
            .hero-content { padding: 40px 20px; }
            .hero-title { font-size: 52px; }
            .hero-swoosh { width: 140px; }
            .section-headers h2 { font-size: 30px;
                margin-bottom:-40px; }
.how-to-enter {padding: 20px 0 }
            .step-number-ring {
                width: 60px;
                height: 60px;
                min-width: 60px;
            }

            .step-number-ring .num { font-size: 16px; }
            .step-text { font-size: 16px; }
            .steps-wrapper { max-width: 100%; }
        }
    

    /* sectuion 4*/
    
    .snw-prizes-wrapper {
        padding: 80px 0 80px;
        background: #000000;
        position: relative;
        overflow: hidden;
        font-family: 'TextaRegular', sans-serif;
        color: #ffffff;
    }

    .snw-prizes-wrapper::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 1px;
        background: linear-gradient(90deg, transparent, #2a2a2a, transparent);
        display:none;
    }

    .snw-prizes-bg-text {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-family: 'TextaRegular', sans-serif;
        font-size: 18px;
        color: #ffffff;
        opacity: 0.025;
        white-space: nowrap;
        pointer-events: none;
        letter-spacing: 10px;
        user-select: none;
    }

    .snw-prizes-container {
        max-width: 1140px;
        margin: 0 auto;
        padding: 0 24px;
        position: relative;
        z-index: 1;
    }

    .snw-prizes-header {
        margin-bottom: 44px;
        align-items: center;
    }

    .snw-prizes-header h2 {
        font-family: 'TextaRegular', sans-serif;
        font-size: 34px;
        line-height: 1;
        letter-spacing: -1px;
        color: #ffffff;
        margin: 0;
        text-align: center;
    }

    .snw-prizes-layout {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 32px;
    }

    /* ---- 2-Column Prize Card ---- */
    .snw-prize-card {
        position: relative;
        background: #111111;
        border: 1px solid #FE5000;
        border-radius: 16px;
        overflow: hidden;
        transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
        display: grid;
        grid-template-columns: 1fr 1fr;
        align-items: center;
    }

    .snw-prize-card:hover {
        border-color: rgba(254, 80, 0, 0.4);
        transform: translateY(-6px);
        box-shadow: 0 24px 48px rgba(0, 0, 0, 0.5);
    }

    .snw-prize-card::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 3px;
        background: #FE5000;
        opacity: 0;
        transition: opacity 0.5s;
        z-index: 2;
    }

    .snw-prize-card:hover::before { opacity: 1; }

    .snw-prize-card.snw-first-prize {
        border-color: rgba(254, 80, 0, 0.8);
    }

    /* Left Column - Details */
    .snw-prize-details {
        padding: 40px 36px;
    }

    .snw-prize-icon-area {
        width: 72px;
        height: 72px;
        background: rgba(254, 80, 0, 0.06);
      
        border-radius: 14px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 28px;
        font-size: 28px;
        transition: all 0.5s;
    }

    .snw-prize-card:hover .snw-prize-icon-area {
        background: rgba(254, 80, 0, 0.1);
        border-color: rgba(254, 80, 0, 0.25);
        transform: scale(1.06);
    }

    .snw-prize-rank {
        font-family: 'TextaRegular', sans-serif;
        font-size: 18px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 3px;
        color: #FE5000;
        margin-bottom: 20px;
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .snw-prize-rank::after {
        content: '';
        flex: 1;
        height: 1px;
        background: #2a2a2a;
    }

    .snw-prize-product {
        font-family: 'TextaRegular', sans-serif;
        font-size: 18px;
        line-height: 1.1;
        margin-bottom: 14px;
        letter-spacing: 0.5px;
    }

    .snw-prize-model {
        font-size: 18px;
        color: #999999;
        line-height: 1.6;
    }

    .snw-prize-model strong {
        color: #ffffff;
        font-weight: 600;
    }

    /* Right Column - Image */
    .snw-prize-img {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 28px;
        height: 100%;
        position: relative;
    }

    .snw-prize-img::before {
        content: '';
        position: absolute;
        top: 12%;
        left: 0;
        bottom: 12%;
        width: 1px;
    }

    .snw-prize-img img {
        max-width: 100%;
        max-height: 200px;
        object-fit: contain;
        transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
        filter: drop-shadow(0 8px 24px rgba(0, 0, 0, 0.4));
    }

    .snw-prize-card:hover .snw-prize-img img {
        transform: scale(1.06);
    }

    .snw-winners-note {
        margin-top: 20px;
        text-align: center;
        font-size: 18px;
        color: #ffffff;
        line-height: 1.6;
    }

    /* Scroll reveal */
    .snw-p-reveal {
        opacity: 0;
        transform: translateY(40px);
        transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1);
    }

    .snw-p-reveal.snw-p-visible {
        opacity: 1;
        transform: translateY(0);
    }

    .snw-p-d1 { transition-delay: 0.1s; }
    .snw-p-d2 { transition-delay: 0.2s; }

    /* ---- Responsive ---- */
    @media (max-width: 1024px) {
        .snw-prizes-layout {
            grid-template-columns: 1fr;
            gap: 24px;
            max-width: 600px;
            margin: 0 auto;
        }
    }

    @media (max-width: 768px) {
        .snw-prize-card {
            grid-template-columns: 1fr 1fr;
        }

        .snw-prize-details { padding: 32px 28px; }
        .snw-prizes-wrapper { padding: 80px 0 60px; }

        .snw-prize-icon-area {
            width: 60px;
            height: 60px;
            font-size: 24px;
            margin-bottom: 24px;
        }

        .snw-prize-img img { max-height: 170px; }
    }

    @media (max-width: 560px) {
        .snw-prize-card {
            grid-template-columns: 1fr;
        }

        .snw-prize-img {
            padding: 20px 24px 28px;
            border-top: 1px solid #2a2a2a;
        }

        .snw-prize-img::before { display: none; }
        .snw-prize-img img { max-height: 160px; }
        .snw-prize-details { padding: 28px 24px 20px; }
    }

    @media (max-width: 480px) {
        .snw-prizes-header h2 { font-size: 30px; }
        .snw-prize-product { font-size: 16px; }
        .snw-prize-model { font-size: 16px; }
        .snw-prizes-bg-text { display: none; }
        .snw-winners-note, .snw-prize-rank { font-size: 16px; }
        .snw-prizes-wrapper { padding: 40px 0 20px; }
        .snw-winners-note { margin-top: 20px; }
         .snw-prizes-wrapper::before {
       
        display:block;
    }
      .snw-prize-details { 
        padding: 32px 28px;
        text-align:center;
        align-items:center;
       }
          .snw-prize-icon-area {
          
            text-align:center;
        align-items:center;
        }

    }


/* section 5*/

    .snw-terms-wrapper {
        padding: 50px 0;
        background: #0a0a0a;
        position: relative;
        font-family: 'TextaRegular', sans-serif;
        color: #ffffff;
        
    }

    .snw-terms-wrapper::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 1px;
        background: linear-gradient(90deg, transparent, #2a2a2a, transparent);
        display:none;
    }

    .snw-terms-container {
        max-width: 900px;
        margin: 0 auto;
        padding: 0 24px;
    }

    /* ---- Minimum Requirement Block ---- */
    .snw-minreq-card {
        background: #111111;
        border: 1px solid #FE5000;
        border-radius: 16px;
        padding: 52px 48px;
        position: relative;
        overflow: hidden;
        margin-bottom: 48px;
    }

    .snw-minreq-card::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 4px;
        height: 100%;
        background: #FE5000;
    }

    .snw-minreq-icon {
        width: 36px;
        height: 38px;
        background: rgba(254, 80, 0, 0.08);
      
        border-radius: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
       margin-right:10px;
        font-size: 24px;
    }

    .snw-minreq-card h2 {
        font-family: 'TextaRegular', sans-serif;
        font-size: 34px;
        line-height: 1.15;
        color: #ffffff;
        margin: 0 0 24px 0;
        font-weight: 700;
    }

    .snw-minreq-card p {
        font-family: 'TextaRegular', sans-serif;
        font-size: 18px;
        line-height: 1.7;
        color: #ffffff;
        margin: 0 0 14px 0;
    }

    .snw-minreq-card p:last-child {
        margin-bottom: 0;
    }

    /* ---- Terms & Conditions Block ---- */
    .snw-tc-card {
     
        background: #111111;
        border: 1px solid #FE5000;
        border-radius: 16px;
        padding: 52px 48px;
        position: relative;
        overflow: hidden;
    }

    .snw-tc-card::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 2px;
        background: linear-gradient(90deg, #FE5000, transparent 60%);
    }

    .snw-tc-card h2 {
        font-family: 'TextaRegular', sans-serif;
        font-size: 34px;
        line-height: 1.15;
        color: #ffffff;
        margin: 0 0 32px 0;
        font-weight: 700;
    }

    .snw-tc-list {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        flex-direction: column;
        gap: 18px;
    }

    .snw-tc-list li {
        font-family: 'TextaRegular', sans-serif;
        font-size: 18px;
        line-height: 1.7;
        color: #ffffff;
        padding-left: 28px;
        position: relative;
    }

    .snw-tc-list li::before {
        content: '';
        position: absolute;
        left: 0;
        top: 11px;
        width: 8px;
        height: 8px;
        background: #FE5000;
        border-radius: 50%;
    }

    .snw-tc-list li .snw-tc-hashtag {
        color: #FE5000;
        font-weight: 700;
    }

    /* Scroll reveal */
    .snw-t-reveal {
        opacity: 0;
        transform: translateY(40px);
        transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1);
        margin-bottom:100px;
    }

    .snw-t-reveal.snw-t-visible 
        opacity: 1;
        transform: translateY(0);
    }

    .snw-t-d2 { transition-delay: 0.15s; }

    @media (max-width: 768px) {
        .snw-terms-wrapper { padding: 72px 0; }
        .snw-minreq-card { padding: 40px 32px; }
        .snw-tc-card { padding: 40px 32px; }
        .snw-minreq-card h2,
        .snw-tc-card h2 { font-size: 28px; }
    }

    @media (max-width: 480px) {
        .snw-minreq-card { padding: 32px 24px; }
        .snw-tc-card { padding: 32px 24px; }
        .snw-minreq-card h2,
        .snw-tc-card h2 { font-size: 30px; }
        .snw-minreq-card p,
        .snw-tc-list li { font-size: 16px; }
        .snw-tc-list { gap: 14px; }
        .snw-terms-wrapper { padding: 52px 0px 5px; }
        .snw-terms-wrapper::before {
       
        display:block;
    }
    }
</style>

/*section 6*/
