/*!*snow*!*/

/*#body {*/
/*    !*overflow: hidden; !* Prevent scrollbars during animation *!*!*/
/*    background-color: #f8f9fa; !* Optional: Set a light background *!*/
/*}*/
/*.snowflakeContainer{*/
/*    padding: 30px 0px;*/
/*    width: 100vw;*/
/*}*/
/*!* Snowflake styles *!*/
/*.snowflake {*/
/*    z-index: 2;*/

/*    position: fixed;*/
/*    top: -10%;*/
/*    color: white;*/
/*    opacity: 0.8;*/
/*    animation: fall linear infinite, sway linear infinite;*/
/*}*/

/*@keyframes fall {*/
/*    0% {*/
/*        top: -10%;*/
/*    }*/
/*    100% {*/
/*        top: 110%;*/
/*    }*/
/*}*/

/*@keyframes sway {*/
/*    0%, 100% {*/
/*        transform: translateX(0);*/
/*    }*/
/*    50% {*/
/*        transform: translateX(20px);*/
/*    }*/
/*}*/

/*!* Different sizes for variety *!*/
/*.snowflake.size-1 {*/
/*    font-size: 0.5rem;*/
/*    animation-duration: 5s, 4s;*/
/*}*/

/*.snowflake.size-2 {*/
/*    font-size: 1rem;*/
/*    animation-duration: 6s, 5s;*/
/*}*/

/*.snowflake.size-3 {*/
/*    font-size: 1.5rem;*/
/*    animation-duration: 7s, 6s;*/
/*}*/

/*.snowflake.size-4 {*/
/*    font-size: 2rem;*/
/*    animation-duration: 8s, 7s;*/
/*}*/

/*.snowflake.size-5 {*/
/*    font-size: 2.5rem;*/
/*    animation-duration: 9s, 8s;*/
/*}*/

/*.sn_hat_on_promotion{*/
/*    position: absolute;*/
/*    left: -9px;*/
/*    top: -6px;*/
/*    height: 35px;*/
/*    width: 35px;*/
/*}*/
/*.sn_hat_on_promotion_product{*/
/*    position: absolute;*/
/*    left: -1px;*/
/*    top: 2px;*/
/*    height: 35px;*/
/*    width: 35px;*/
/*    z-index: 3;*/
/*}*/