/* Header logo on mobile */
.uc-logo-icon-block {
    top: 15px;
    position: absolute;
    width: 100%;
}

.logo-icon {
    left: 20px !important;
}

/* Cart icon on mobile: size */
.t-menuwidgeticons__link {
    width: 30px !important;
    height: 30px !important;
}

/* Cart icon on mobile: background color */
.uc-mobile-menu .t-menuwidgeticons__icon_bg {
    background-color: rgba(17, 17, 17, 0.8) !important;
}

/* Burger menu on mobile: move menu from logo */
.uc-mobile-menu .t450__logowrapper {
    margin-bottom: 45px !important;
}

/* Burger menu on mobile: submenus separation */
.uc-mobile-menu .t-menusub__list-item {
    margin-bottom: 12px !important;
    padding-left: 8px;
}

/* Wrap the search bar placeholder on mobile */
@media screen and (max-width: 453px) {
    .t838__blockinput > .t-input::placeholder {
        text-wrap-mode: wrap;
        transform:translate3d(0, -10px, 0)
    }
}

/* Fixes the product sections height on mobile */
@media screen and (max-width: 960px) {
    .t-store__parts-switch-wrapper {
        max-height: 400px !important;
    }
}

.t951 .t-store__card__btns-wrapper {
    margin-top: 0px !important;
}

/* Remove margin above "buy product" buttons */
.t786 .t-store__card__btns-wrapper {
    margin-top: 0px !important;
}

/* Buy product popup button */
.t-store__prod-popup__btn {
    background-color: #eb47b4 !important;
    width: 350px;
    font-size: 16px;
}

/* Filters */
.t-store__filter__chosen-bar {
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    display: flex;
}

.t-store__filter__prods-number {
    display: none;
}

.t-store__filter__chosen-wrapper {
    margin-top: 8px !important;
    margin-bottom: 0px !important;
}


.t-store__parts-switch-wrapper {
    margin-bottom: 10px !important;
}

/* Hide tabs with song names ($*** tabs) */
.t-store__tabs__item[data-tab-title^="$"] {
    display: none;
}

/* Product card: songbook links as buttons */
.js-store-prod-text a, .t-store__load-more-btn {
    display: inline-block;
    background-color: transparent !important;
    color: #000000 !important;
    
    border: black solid 1.5px;
    
    padding-left: 30px;
    padding-right: 30px;
    align-content: center;
    justify-content: center;
    align-items: center;
    
    height: 42px;

    border-radius: 4px;
    
    font-size: 16px;
    font-weight: 700;
}

/* Full-width songbook buttons on mobile */
@media screen and (max-width: 480px) {
    .js-store-prod-text a {
        display: flex;
        margin-top: 10px;
    }
}

/* Padding between brwadcrumbs and product card */
.t-store__prod-snippet__container {
    padding-top: 60px !important;
}

@media screen and (max-width: 560px) {
    .t-store__prod-snippet__container {
        padding-top: 40px !important;
    }
}

/* Tippy tooltip styles */
.tippy-content {
    font-family: 'TildaSans', Arial, sans-serif;
}

/* Cart: increase gap between input groups */
.t706__cartpage-form .t-input-group {
    margin-bottom: 30px !important;
}

/* Cart: hide weird duplicate total amount block on mobile */
.t706__cartwin-totalamount-wrap {
    display: none !important;
}

/* Selected category style */
.t-store__parts-switch-btn.t-active {
    text-decoration: underline !important;
    text-underline-offset: 4px !important;
}

/* Fix of scroll-to-top being on top of popups */
.t190 {
    z-index: 99998 !important;
}

/* Hide default close icon in ConfusedPopup */
.uc-confused-popup .t-popup__close {
    display: none;
}

/* contact_block styling */
.contacts-block__btn {
    display: flex;
    display: -webkit-flex;
    flex-grow: 1;
    gap: 4px;
    min-width: 200px;
    height: 55px;
    padding: 14px;
    align-items: center;
    justify-content: center;

    font-size: 18px;
    font-weight: 500;
    line-height: 19px;
    text-align: center;

    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.contacts-block__btn-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    padding-top: 45px;
    padding-left: 50px;
    padding-right: 50px;
}