/* Add custom CSS styles below */ 
.product-options {
    position: absolute;
    bottom: 0;
    width: 93%;
    left: 0;
    right: 0;
}

salla-product-options.s-product-options-wrapper.hydrated {
    margin-bottom: 0;
}

salla-product-options.s-product-options-wrapper.hydrated {
    background: none;
    background: rgb(255 252 252 / 80%);
    padding: 10px;
    margin: 10px;
    width: 100%;
    -webkit-backdrop-filter
Applies a filter effect where the first filter in the list takes the element's background image as the input image.
: blur(10px);
    backdrop-filter: blur(10px);
}

.product-card .s-product-options-grid-mode-span {
    border-radius: 5px;
    min-height: 40px;
    font-weight: 500;
    font-size: 14px;
    background: none;
}

.product-card .s-product-options-grid-mode-span:hover {
    background: #000;
}

.index .product-card__buttons {
    display: none;
}

.product-options {
    display: none;
}

custom-salla-product-card:hover .product-options {display: block;}
.advanced-slider__caption__inner__content__button span {color: #000!important;}

.advanced-slider__caption__inner__content__button {
    border-radius: 60px;
    background: #fff!important;
}

salla-slider#advanced-slider-4 .advanced-slider__caption {
    align-items: flex-end!important;
    display: flex!important;
}

salla-slider#advanced-slider-4 .advanced-slider__caption__inner__content {
    padding-bottom: 10%!important;
}

body.slider_has_overlay .advanced-slider .swiper-slide:before {
    background: linear-gradient(180deg, rgba(0, 0, 0, .23), #00000024)!important;
}

.product-card__content-wrapper {
    display: flex;
    flex-direction: column;
    padding: 0 8px;
    text-align: right;
    justify-content: space-between;
    flex-direction: row;
    padding: 0 10px;
}

.product-card__content {
    padding: 20px 0!important;
}

span.enhanced-title-border {
    display: none;
}