.watermark-container {
    gap: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #068cef;
    z-index: 10;
    border-radius: 1rem 1rem 1rem 1rem;
    width: 18rem;
}

.watermark-text {
    color: #fff;
    font-family: Inter, sans-serif;
    font-weight: 800;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    padding-left: 5px;
}

.watermark-container.pdp {
    height: 4rem;
}

.watermark-container.plp {
    height: 2.6rem;
    width: 12rem;
}

@media screen and (max-width: 380px) {
    .watermark-container.plp {
        bottom: 4rem;
    }
}

@media screen and (min-width: 380px) and (max-width: 420px) {
    .watermark-container.plp {
        bottom: 2rem;
    }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    .watermark-container.plp {
        bottom: 4rem;
    }
}

.watermark-text.pdp {
    font-size: 2.5rem;
}

.watermark-text.plp {
    font-size: 1.6rem;
}

@media screen and (max-width: 550px) {
    .watermark-text.pdp {
        font-size: 1.7rem;
    }
}

@media screen and (max-width: 550px) {
    .watermark-container.pdp {
        height: 2.6rem;
        width: 12rem;
    }
}