#footer .custom-footer__poll {
    display: none;
}
.category-top .products-top-wrapper {
    display: none;
}
.availability-label, .availability {
    font-weight: 600;
}
#description .ks-soundcloud {
    display: none;
}
.ks-soundcloud {
    display: inline-block;
}
.ks-sc-link {
    display: inline-block;
    padding: 8px 12px;
    background-color: #f48024;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
}
.ks-sc-link:hover {
    background-color: #d96b16;
}
.in-ladene-koncovky.type-category .products-block .p-bottom .p-tools {
    flex-basis: 100%;
    margin-top: 12px;
}
.in-ladene-koncovky.type-category .products-block .p-bottom .prices {
    display: none;
}
.in-ladene-koncovky.type-category .products-block .p-bottom .p-tools .add-to-cart-button {
    width: 100%;
}
.btn.add-to-cart-button, .btn.btn-cart {
    text-transform: uppercase;
    font-weight: 500;
}
.type-product.type-detail .add-to-cart-button {
    letter-spacing: 2px;
    font-weight: 600;
    font-size: 18px;
}


.latest-contribution-wrapper {
    display: none;
}
.link-icon.print/*, .link-icon.share*/ {
    display: none;
}
.link-icon:before {
    font-size: 32px;
    margin-bottom: 0;
}
a.link-icon {
    color: #666;
    margin-right: 20px;
}
.link-icon.socials {
    flex-grow: 0;
    flex-shrink: 0;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
}
.link-icons {
    gap: 30px;
}
@media(max-width: 768px) {
    a.link-icon {
        margin-right: 0;
    }
    .link-icons {
        gap: 40px;
    }
    .link-icon.socials {
        margin-right: 40px;
    }
}

.banner-alert-sound:hover {
    cursor: pointer;
}
.banner-alert-sound {
    margin-bottom: 3em;
}
#tabAudio ul {
    list-style: none;
}
#tabAudio ul li {
    border: 1px solid gray;
    padding: 8px;
    border-bottom: 0;
}
#tabAudio ul li:last-child {
    border-bottom: 1px solid gray;
}
#tabAudio ul li.icon-play:before {
    color: var(--color-primary);
    margin-right: 5px;
}