.animated-banner.halloween-2025 {
	background-position: top !important;
	background: rgb(12 76 98) !important;
	background-image: url("../images/2025/MikeIke_HalloweenBanner_2025_1757612690392.jpg") !important;
	background-size: cover !important;
}

/* Winter/Snow Banner Styles */
.animated-banner.snow-25 {
    background: rgb(12 76 98) !important;
    background-image: url("../images/2025/MikeandIke_WinterBanner_2025.webp") !important;
    background-position: top !important;
    background-size: cover !important;
    position: relative;
    overflow: hidden;
    min-height: 500px;
}

.snow-25 .bannerBody .banner-image > .box {
	background-image: url("../images/2025/merry-mix-candy.webp") !important;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

/* Desktop Height */
@media screen and (min-width: 1440px) {
	.animated-banner.halloween-2025 {
		height: 650px;
	}
    .animated-banner.snow-25 {
		height: 650px;
	}
}

/* Tablet/Mobile Text Display */
@media (max-width: 850px) {
    .animated-banner.halloween-2025 .bannerBody .banner-text,
    .animated-banner.snow-25 .bannerBody .banner-text {
		display: block;
	}
    .snow-25 .bannerBody .banner-image {
        min-width: 600px !important;
    }
}

/* Halloween Product Image */
.halloween-2025 .bannerBody .banner-image > .box {
	background-image: url("../images/2025/spooky-treats_1757612694967.png") !important;
}

/* Mobile Background Overrides */
@media (max-width: 850px) {
	.animated-banner.halloween-2025 .bannerBody {
		background-image: url("../images/2025/MikeIke_HalloweenBanner_2025_1757612690392.jpg") !important;
		background-size: cover !important;
		background-position: left bottom !important;
	}

    .animated-banner.snow-25 {
        background-image: url("../images/2025/MikeandIke_WinterBanner_2025.webp") !important;
        background-size: cover !important;
        background-position: center !important;
        min-height: 600px;
    }

    .animated-banner.snow-25 .bannerBody {
		background: none !important;
        padding: 20px 3px;
        position: relative;
        z-index: 5;
	}
    
    /* Responsive Banner Image */
    .animated-banner.snow-25 .banner-image {
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
    }
    
    .animated-banner.snow-25 .banner-image > .box {
        width: 100%;
        height: 0;
        background-size: contain !important;
        background-position: center !important;
        background-repeat: no-repeat !important;
    }
}

.snow-25 .banner-text {
	z-index: 99 !important;
}


.snow-25 .bannerBody .banner-image {
    width: 500px !important;
}

.snow-25 .banner-text p .brand-name {
    white-space: nowrap;
}

/* Highlight Color */
.halloween-2025 .spooky-highlight,
.snow-25 .spooky-highlight {
	color: #c4d600;
}

/* Default heading (base) */
.snow-25 .bannerBody .banner-text h1 {
    font-family: "Asap", sans-serif !important;
    font-weight: bold !important;
    font-size: 50px !important;
    line-height: 50px !important;
    font-style: normal !important;
    font-variant: normal !important;
}

.snow-25 .bannerBody .banner-text p {
    font-family: "Asap", sans-serif !important;
    font-weight: normal !important;
    font-size: 20px !important;
    line-height: 30px !important;
    font-style: normal !important;
    font-variant: normal !important;
}

/* Tablet styles (851px to 1100px) */
@media (min-width: 851px) and (max-width: 1100px) {
    .snow-25 .bannerBody .banner-text h1 {
        font-size: 50px !important;
        line-height: 50px !important;
    }

    .snow-25 .bannerBody .banner-text p {
        font-weight: normal !important;
        font-size: 18px !important;
        line-height: 25px !important;
    }

    .snow-25 .bannerBody .banner-text {
        width: auto !important;
    }
}

/* Desktop styles (1300px and above) */
@media (min-width: 1300px) {
    .snow-25 .bannerBody .banner-text h1 {
        font-size: 75px !important;
        line-height: 75px !important;
    }

    .snow-25 .bannerBody .banner-text p {
        font-weight: normal !important;
        font-size: 25px !important;
        line-height: 35px !important;
    }
    .snow-25 .bannerBody .banner-image {
        margin-left: 2% !important;
    }
}

/* Banner image adjustments for different viewports */
@media (min-width: 851px) and (max-width: 1100px) {
    .snow-25 .bannerBody .banner-image {
        min-width: 400px !important;
        width: 450px !important;
        margin-left: -2% !important;
    }
}

@media screen and (min-width: 1101px) and (max-width: 1440px) {
    .snow-25 .bannerBody .banner-image {
        min-width: 550px !important;
    }
}

@media screen and (min-width: 1169px) and (max-width: 1290px) {
    .snow-25 .bannerBody .banner-image {
        margin-left: 0% !important;
    }
}

/* Snow flakes styles */
.snow-25 {
    position: relative;
    overflow: hidden;
    min-height: 500px;
}

.snow-25 .snowflakes {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 15;
}

/* Snowflake styles */
.snow-25 .snowflakes i,
.snow-25 .snowflakes i:after,
.snow-25 .snowflakes i:before {
    background: white;
}

.snow-25 .snowflakes i {
    display: inline-block;
    animation: snowflakes-snow25 3s linear 2s infinite;
    position: absolute;
    top: -50px;
    color: transparent;
    font-size: 0;
    line-height: 0;
}

.snow-25 .snowflakes i:after,
.snow-25 .snowflakes i:before {
    height: 100%;
    width: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    transform: rotate(120deg);
}

.snow-25 .snowflakes i:before {
    transform: rotate(240deg);
}

/* Snowfall animation with fade out at bottom - Desktop */
@keyframes snowflakes-snow25 {
    0% {
        transform: translate3d(0, 0, 0) rotate(0deg) scale(0.6);
        opacity: 0;
    }
    10% {
        opacity: 1;
    }
    85% {
        opacity: 1;
    }
    100% {
        transform: translate3d(var(--drift, 15px), 600px, 0) rotate(360deg) scale(0.6);
        opacity: 0;
    }
}

/* Size variations */
.snow-25 .snowflakes i:nth-child(3n) {
    width: 16px;
    height: 4px;
    animation-duration: 4s;
    transform-origin: right -45px;
}

.snow-25 .snowflakes i:nth-child(3n+1) {
    width: 24px;
    height: 6px;
    animation-duration: 6s;
    transform-origin: right -30px;
}

.snow-25 .snowflakes i:nth-child(3n+2) {
    width: 32px;
    height: 8px;
    animation-duration: 8s;
    transform-origin: right -15px;
}

/* Evenly distributed timing, position, opacity, and drift variations */
.snow-25 .snowflakes i:nth-child(13n) {
    opacity: 0.3 !important;
    z-index: 4 !important;
    animation-delay: 0s;
    animation-timing-function: ease-in;
    left: 3%;
    --drift: -25px;
}

.snow-25 .snowflakes i:nth-child(13n+1) {
    opacity: 0.4 !important;
    animation-delay: 0.5s;
    z-index: 4 !important;
    animation-timing-function: ease-out;
    left: 11%;
    --drift: 20px;
}

.snow-25 .snowflakes i:nth-child(13n+2) {
    opacity: 0.5 !important;
    animation-delay: 1s;
    animation-timing-function: linear;
    left: 19%;
    --drift: -15px;
}

.snow-25 .snowflakes i:nth-child(13n+3) {
    opacity: 0.6 !important;
    animation-delay: 1.5s;
    animation-timing-function: ease-in;
    left: 27%;
    --drift: 30px;
}

.snow-25 .snowflakes i:nth-child(13n+4) {
    opacity: 0.7 !important;
    animation-delay: 2s;
    animation-timing-function: linear;
    left: 35%;
    --drift: -20px;
}

.snow-25 .snowflakes i:nth-child(13n+5) {
    opacity: 0.8 !important;
    animation-delay: 2.5s;
    animation-timing-function: ease-out;
    left: 43%;
    --drift: 15px;
}

.snow-25 .snowflakes i:nth-child(13n+6) {
    opacity: 0.9 !important;
    animation-delay: 3s;
    animation-timing-function: ease-in;
    left: 51%;
    --drift: -30px;
}

.snow-25 .snowflakes i:nth-child(13n+7) {
    opacity: 0.35 !important;
    animation-delay: 0.3s;
    animation-timing-function: ease-out;
    left: 59%;
    --drift: 25px;
}

.snow-25 .snowflakes i:nth-child(13n+8) {
    opacity: 0.45 !important;
    animation-delay: 1.2s;
    animation-timing-function: linear;
    left: 67%;
    --drift: -10px;
}

.snow-25 .snowflakes i:nth-child(13n+9) {
    opacity: 0.55 !important;
    animation-delay: 2.1s;
    animation-timing-function: ease-in;
    left: 75%;
    --drift: 18px;
}

.snow-25 .snowflakes i:nth-child(13n+10) {
    opacity: 0.65 !important;
    animation-delay: 0.8s;
    animation-timing-function: ease-out;
    left: 83%;
    --drift: -28px;
}

.snow-25 .snowflakes i:nth-child(13n+11) {
    opacity: 0.75 !important;
    animation-delay: 1.8s;
    animation-timing-function: linear;
    left: 91%;
    --drift: 22px;
}

.snow-25 .snowflakes i:nth-child(13n+12) {
    opacity: 0.85 !important;
    animation-delay: 2.7s;
    animation-timing-function: ease-in;
    left: 97%;
    --drift: -18px;
}

/* Tablet adjustments */
@media (max-width: 1100px) {
    @keyframes snowflakes-snow25 {
        0% { transform: translate3d(0, 0, 0) rotate(0deg) scale(0.6); opacity: 0; }
        10% { opacity: 1; }
        85% { opacity: 1; }
        100% { transform: translate3d(var(--drift, 15px), 800px, 0) rotate(360deg) scale(0.6); opacity: 0; }
    }
}

/* Large Desktop adjustments - 1440px and above */
@media (min-width: 1440px) {
    @keyframes snowflakes-snow25 {
        0% { transform: translate3d(0, 0, 0) rotate(0deg) scale(0.6); opacity: 0; }
        10% { opacity: 1; }
        85% { opacity: 1; }
        100% { transform: translate3d(var(--drift, 15px), 1200px, 0) rotate(360deg) scale(0.6); opacity: 0; }
    }
}

/* Mobile adjustments */
@media (max-width: 768px) {
    @keyframes snowflakes-snow25 {
        0% { transform: translate3d(0, 0, 0) rotate(0deg) scale(0.6); opacity: 0; }
        10% { opacity: 1; }
        85% { opacity: 1; }
        100% { transform: translate3d(var(--drift, 15px), 1000px, 0) rotate(360deg) scale(0.6); opacity: 0; }
    }
}

/* Banner body positioning */
.snow-25 .bannerBody {
    position: relative;
    z-index: 5;
}

/* Gradient overlay - Desktop */
.snow-25::after {
  content: "" !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background: linear-gradient(90deg, rgba(1, 63, 31, 1) 0%, rgba(1, 63, 31, 0) 100%) !important;
  pointer-events: none !important;
  z-index: 1 !important;
}

/* Tablet and Mobile: Gradient from top */
@media (max-width: 1100px) {
  .snow-25::after {
    background: linear-gradient(180deg, rgba(1, 63, 31, 1) 0%, rgba(1, 63, 31, 0) 100%) !important;
  }
}

/* Content above snow */
.snow-25 .banner-text,
.snow-25 .banner-image {
    position: relative;
    z-index: 10;
}

.snow-25 .bannerBody .banner-image > .box {
    animation-name: none !important;
    animation-duration: 0s !important;
    animation-timing-function: none !important;
    animation-delay: 0s !important;
    animation-iteration-count: 0 !important;
}

@media (max-width: 850px) {
    .snow-25 .bannerBody .banner-image {
        min-width: 100% !important;
        max-width: 100% !important;
        width: 100% !important;
        margin: 0 !important;
        left: unset !important;
        right: unset !important;
        max-height: 500px !important;
    }
    .snow-25 .bannerBody .banner-image > .box {
        padding: 0 !important;
    }
}

@media screen and (max-width: 453px) {    
    .snow-25 .bannerBody {
        padding: 20px 3px !important;
    }
    
    .snow-25 .bannerBody .banner-text p .brand-name + br {
        display: none;
    }
    
    .snow-25 .bannerBody .banner-text p .stores-text::before {
        content: "\A";
        white-space: pre;
    }
}

