/* blurred and transparent top menu */
#rec1297361061 .tmenu-mobile {
    background-color: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(6px) !important;
}

#rec1297361061 .t454 {
    background-color: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(6px) !important;
}

/* accordeon on product page */
.t-store .t-store__tabs {
    margin-top: 30px !important;
}

@media screen and (min-width: 1241px) {
    .t-store__prod-popup__container .t-store__tabs {
        margin-left: 620px !important;
        margin-right: 20px !important;
    }
}

@media screen and (min-width: 981px) and (max-width:1240px) {
    .t-store__prod-popup__container .t-store__tabs {
        margin-left: 490px !important;
        margin-right: 20px !important;
    }
}

.js-store-product.js-product.t-store__product-popup, 
.t-store__product-snippet .t-container {
    min-height: 820px;
}

@media screen and (min-width:981px) {
    .js-store-product.js-product.t-store__product-popup,
    .t-store__product-snippet .t-container {
        position: relative;
    }
    .t-store__prod-popup__slider.js-store-prod-slider {
        position: absolute;
        top: 0;
        left: 0;
    }  
    .t-store__tabs.t-store__tabs_accordion {
        max-width: 440px;
    }
    .t-store__prod-popup__info.t-align_left.t-store__prod-popup__col-right,
    .t-store__tabs.t-store__tabs_accordion{
        margin-left: 490px;
    }
}


@media screen and (min-width:1241px) {
    .t-store__tabs.t-store__tabs_accordion {
        max-width: 560px;
        margin-top: 20px;
    }
    .t-store__prod-popup__info.t-align_left.t-store__prod-popup__col-right,
    .t-store__tabs.t-store__tabs_accordion {
        margin-left: 620px;
    }
}

@media screen and (max-width: 1240px) {
    .js-store-product.js-product.t-store__product-popup, 
    .t-store__product-snippet .t-container {
        min-height: 650px;
    }
}
