/*Type here to edit*/

.title.text {
    text-shadow: 2px 2px 9px rgba(0, 0, 0, 1.9); /* Adjust the values for the desired effect */
}

.subtitle.text {
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5); /* Adjust the values for the desired effect */
}

.home .categories-wrapper {
    margin: 0 auto;
    width: 100%;
    content-visibility: hidden!important;
}

.cookies-ribbon {
    position: fixed;
    bottom: 0;
    background-color: #fff;
    color: var(--text-color-ultra-dark);
    box-shadow: 0 0 20px rgba(0, 0, 0, .12);
    width: 100%;
    z-index: 2;
    content-visibility: hidden;
}
.select-wrap {
    display: flex
;
    align-items: center;
    color: 000!important;
}

.budget-props {
    margin-left: 15px;
    color: 000!important;
}

@media (min-width: 1199px) and (max-width: 1919px) {
    .home .categories-wrapper {
        padding: 0px 0 0px !important;
    }
}

@media (min-width: 1199px) and (max-width: 1919px) {
    .home .featured-products-wrapper {
        padding: 10px 0;
    }
}