.swiper-container {
    max-width: 540px;
    margin: 0 auto;
    box-sizing: border-box;
    position: absolute;
    height: calc(100% - 110px);
    width: 90%;
    left: 50%;
    transform: translateX(-50%);
}

.badge-top-fixed {
    position: absolute; /* Keeps it in place */
    top: 0; /* Adjust as needed */
    left: 0;
    z-index: 8; /* Ensures it's above other content */
    text-align: center;
    width: 100%;
    height: 20%;
    opacity: 75%;
    border-radius: 18px 18px 0 0 !important;
    /* Centering text */
    display: flex;
    justify-content: center; /* Centers horizontally */
    align-items: center; /* Centers vertically */
    font-size: 15px;
    font-weight: bold;
}