.custom-sale-banner-wrapper {
    padding: 15px;
}

.custom-sale-text-banner {
    width: 100%;
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    padding: 10px;
    border-radius: 20px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .custom-sale-text-banner {
        padding: 10px 20px;
    }
}

body.single-product .custom-sale-text-banner {
    margin: 0;
}
