    @font-face {
        font-family: "DecathlonBrand";
        src: url("https://raw.githubusercontent.com/Decathlon-egypt/Decathlon-Egypt/main/Fonts/decathlon%20brand/Decathlon-Brand-Light.otf") format("opentype");
        font-weight: 300;
        font-style: normal;
    }
    
    @font-face {
        font-family: "DecathlonBrand";
        src: url("https://raw.githubusercontent.com/Decathlon-egypt/Decathlon-Egypt/main/Fonts/decathlon%20brand/Decathlon-Brand-Light-Oblique.otf") format("opentype");
        font-weight: 300;
        font-style: italic;
    }
    
    @font-face {
        font-family: "DecathlonBrand";
        src: url("https://raw.githubusercontent.com/Decathlon-egypt/Decathlon-Egypt/main/Fonts/decathlon%20brand/Decathlon-Brand-Regular.otf") format("opentype");
        font-weight: 400;
        font-style: normal;
    }
    
    @font-face {
        font-family: "DecathlonBrand";
        src: url("https://raw.githubusercontent.com/Decathlon-egypt/Decathlon-Egypt/main/Fonts/decathlon%20brand/Decathlon-Brand-Regular-Oblique.otf") format("opentype");
        font-weight: 400;
        font-style: italic;
    }
    
    @font-face {
        font-family: "DecathlonBrand";
        src: url("https://raw.githubusercontent.com/Decathlon-egypt/Decathlon-Egypt/main/Fonts/decathlon%20brand/Decathlon-Brand-Medium.otf") format("opentype");
        font-weight: 500;
        font-style: normal;
    }
    
    @font-face {
        font-family: "DecathlonBrand";
        src: url("https://raw.githubusercontent.com/Decathlon-egypt/Decathlon-Egypt/main/Fonts/decathlon%20brand/Decathlon-Brand-Medium-Oblique.otf") format("opentype");
        font-weight: 500;
        font-style: italic;
    }
    
    @font-face {
        font-family: "DecathlonBrand";
        src: url("https://raw.githubusercontent.com/Decathlon-egypt/Decathlon-Egypt/main/Fonts/decathlon%20brand/Decathlon-Brand-SemiBold.otf") format("opentype");
        font-weight: 600;
        font-style: normal;
    }
    
    @font-face {
        font-family: "DecathlonBrand";
        src: url("https://raw.githubusercontent.com/Decathlon-egypt/Decathlon-Egypt/main/Fonts/decathlon%20brand/Decathlon-Brand-SemiBold-Oblique.otf") format("opentype");
        font-weight: 600;
        font-style: italic;
    }
    
    @font-face {
        font-family: "DecathlonBrand";
        src: url("https://raw.githubusercontent.com/Decathlon-egypt/Decathlon-Egypt/main/Fonts/decathlon%20brand/Decathlon-Brand-Bold.otf") format("opentype");
        font-weight: 700;
        font-style: normal;
    }
    
    @font-face {
        font-family: "DecathlonBrand";
        src: url("https://raw.githubusercontent.com/Decathlon-egypt/Decathlon-Egypt/main/Fonts/decathlon%20brand/Decathlon-Brand-Bold-Oblique.otf") format("opentype");
        font-weight: 700;
        font-style: italic;
    }
    


    /* Banner component - no global styling */

    /* Banner Link Styles */
    .banner-link {
        display: block;
        text-decoration: none;
        color: inherit;
        width: 100%;
        max-width: 100vw;
    }

    .banner-link:hover {
        text-decoration: none;
        color: inherit;
    }

    .banner-link:visited {
        color: inherit;
    }

    .banner-link:focus {
        outline: 2px solid rgba(255, 255, 255, 0.5);
        outline-offset: 2px;
    }

    /* Video Background Container - positioned behind banner only */
    .video-container {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        overflow: hidden;
        border-radius: inherit;
    }

    .video-background {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        pointer-events: none;
        border: none;
        outline: none;
        transform: scale(1.1);
    }

    /* Hide Brightcove player controls with CSS */
    .video-background::-webkit-media-controls {
        display: none !important;
    }

    .video-background::-webkit-media-controls-panel {
        display: none !important;
    }

    .video-background::-webkit-media-controls-play-button {
        display: none !important;
    }

    .video-background::-webkit-media-controls-timeline {
        display: none !important;
    }

    .video-background::-webkit-media-controls-current-time-display {
        display: none !important;
    }

    .video-background::-webkit-media-controls-time-remaining-display {
        display: none !important;
    }

    .video-background::-webkit-media-controls-mute-button {
        display: none !important;
    }

    .video-background::-webkit-media-controls-volume-slider {
        display: none !important;
    }

    .video-background::-webkit-media-controls-fullscreen-button {
        display: none !important;
    }

    /* Additional CSS to hide Brightcove player controls */
    .video-container iframe {
        overflow: hidden;
    }

    /* Hide any remaining player UI elements */
    .video-background * {
        pointer-events: none !important;
    }

    /* Force video to cover entire area */
    .video-container {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        overflow: hidden;
        border-radius: inherit;
        background: #000;
    }

    /* Ensure video fills container completely */
    .video-background {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 160%;
        height: 160%;
        object-fit: cover;
        pointer-events: none;
        border: none;
        outline: none;
        transform: translate(-50%, -50%) scale(1.6);
        filter: brightness(1.1);
    }

.banner {
    background-color: rgba(214, 32, 39, 0.8);
    width: 100%;
    max-width: 100%;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    margin: 0 auto 20px auto;
    font-family: "DecathlonBrand", Arial, sans-serif;
}

    .banner-content {
        text-align: center;
        color: white;
        z-index: 2;
        width: 100%;
        max-width: 100%;
        padding: 0 1rem;
        box-sizing: border-box;
    }

    .banner-title {
        font-family: "DecathlonBrand", Arial, sans-serif;
        font-size: clamp(1.2rem, 3.5vw, 3.5rem);
        font-weight: 700;
        font-style: italic;
        margin-bottom: clamp(0.1rem, 0.2vw, 0.2rem);
        text-transform: uppercase;
        letter-spacing: clamp(1px, 0.5vw, 2px);
        line-height: 1.1;
    }

    .banner-subtitle {
        font-family: "DecathlonBrand", Arial, sans-serif;
        font-size: clamp(0.8rem, 1.8vw, 1.6rem);
        font-weight: 300;
        font-style: normal;
        margin-bottom: clamp(1rem, 2vw, 2rem);
        text-transform: lowercase;
        letter-spacing: clamp(0.5px, 0.3vw, 1px);
        opacity: 0.95;
        line-height: 1.2;
    }

    .countdown-container {
        display: flex;
        justify-content: center;
        gap: clamp(0.5rem, 2vw, 2rem);
        margin-bottom: clamp(1.5rem, 3vw, 3rem);
        flex-wrap: wrap;
        max-width: 100%;
    }

    .countdown-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        background-color: rgba(255, 255, 255, 0.1);
        padding: clamp(0.5rem, 1.5vw, 1.2rem) clamp(0.8rem, 2vw, 1.5rem);
        border-radius: clamp(6px, 1vw, 10px);
        backdrop-filter: blur(10px);
        border: 1px solid rgba(255, 255, 255, 0.2);
        min-width: clamp(50px, 12vw, 80px);
        flex: 0 0 auto;
    }

    .countdown-number {
        font-family: "DecathlonBrand", Arial, sans-serif;
        font-size: clamp(1.2rem, 2.5vw, 2.5rem);
        font-weight: 700;
        font-style: italic;
        display: block;
        margin-bottom: clamp(0.2rem, 0.5vw, 0.5rem);
        line-height: 1;
    }

    .countdown-label {
        font-size: clamp(0.6rem, 1vw, 1rem);
        text-transform: uppercase;
        letter-spacing: clamp(0.5px, 0.3vw, 1px);
        opacity: 0.9;
        line-height: 1;
    }

    .shop-now-btn {
        font-family: "DecathlonBrand", Arial, sans-serif;
        background-color: white;
        color: #d62027;
        border: none;
        padding: clamp(0.6rem, 1.5vw, 1rem) clamp(1.5rem, 3vw, 2.5rem);
        font-size: clamp(0.9rem, 1.8vw, 1.3rem);
        font-weight: 700;
        font-style: italic;
        text-transform: uppercase;
        letter-spacing: clamp(0.5px, 0.3vw, 1px);
        border-radius: clamp(25px, 4vw, 50px);
        cursor: pointer;
        transition: all 0.3s ease;
        box-shadow: none;
        line-height: 1.2;
        position: relative;
        top: clamp(4rem, 8vw, 8rem);
        text-decoration: none;
        display: inline-block;
    }

    .shop-now-btn:active {
        transform: translateY(0);
    }

/* Desktop and Tablet - matching Swiper banner breakpoints */
@media (min-width: 768px) {
    .banner {
        height: 500px;
    }
    
    .banner-content {
        padding: 0 2rem;
    }
}

/* Mobile - matching Swiper banner mobile breakpoint */
@media (max-width: 767px) {
    .banner {
        height: 300px;
    }
    
    .banner-content {
        padding: 0 0.5rem;
    }
    
    .countdown-container {
        gap: 0.3rem;
        margin-bottom: 1rem;
    }
    
    .countdown-item {
        padding: 0.4rem 0.6rem;
        min-width: 45px;
    }
}

/* Extra small devices */
@media (max-width: 480px) {
    .banner {
        height: 250px;
    }
    
    .banner-content {
        padding: 0 0.3rem;
    }
    
    .countdown-container {
        gap: 0.2rem;
        margin-bottom: 0.8rem;
    }
    
    .countdown-item {
        padding: 0.3rem 0.5rem;
        min-width: 40px;
    }
    
    .banner-title {
        margin-bottom: 0.3rem;
    }
    
    .banner-subtitle {
        margin-bottom: 0.8rem;
    }
}

    /* Banner Link Styles */
    .banner-link {
        display: block;
        text-decoration: none;
        color: inherit;
        width: 100%;
        max-width: 100vw;
    }

    .banner-link:hover {
        text-decoration: none;
        color: inherit;
    }

    .banner-link:visited {
        color: inherit;
    }

    .banner-link:focus {
        outline: 2px solid rgba(255, 255, 255, 0.5);
        outline-offset: 2px;
    }
