.wpcf7 .wpcf7-acceptance input[type='checkbox']:checked + span:before,
.wpcf7 .wpcf7-checkbox input[type='checkbox']:checked + span:before {
    background: black;
}

.wpcf7 .wpcf7-acceptance input[type='checkbox'] + span:before,
.wpcf7 .wpcf7-checkbox input[type='checkbox'] + span:before {
    border-color: black;
}

.wpcf7 .wpcf7-list-item-label a {
    color: black;
}

.product-box__image {
    height: 300px;
    display: flex !important;
    flex-direction: column;
    width: 100%;
}

.product-box__image img {
    contain-intrinsic-size: none;
    max-width: 100%;
}

.product-box__button.onsale {
    align-self: flex-start;
    margin-bottom: auto;
}

.tax-product_cat #content > .container:first-child {
    margin-top: 2rem;
    display: none;
}

.my-account-title,
.cart-title {
    display: none;
}

.product-box__text__price .woocommerce-price-suffix {
    margin-left: 0.4rem;
}

.woocommerce-shipping-calculator {
    display: none;
}

.woocommerce-MyAccount-orders .button {
    background-color: transparent !important;
    padding: 0 !important;
    font-weight: normal !important;
    font-size: 0.8rem !important;
}

select {
    line-height: 23px !important;
}

.header__menu li.current-menu-item > a:after {
    display: block;
}

.show-mobile {
    display: none;
}

.woocommerce-message a {
    text-decoration: underline;
    font-weight: 600;
}

.category-block__card {
    background: white;
}

.category-block {
    padding-bottom: 1.5rem;
}

#single-product .cart .quantity_select .qty-dropdown:after {
    display: none;
}

.cart-collaterals.anfrage .shop_table.shop_table_responsive,
.cart-collaterals.anfrage h2 {
    display: none;
}

.category-block__card__text {
    height: 88px;
}

.yith-wcwl-add-to-wishlist .add_to_wishlist .yith-wcwl-icon.fa.fa-heart {
    background-color: #f08b73 !important;
    color: white !important;
}

.yith-wcwl-add-to-wishlist a {
    font-size: 0 !important;
}

.yith-wcwl-add-to-wishlist a i {
    font-size: 14px !important;
}

.header .wishlist-icon__count {
    background: #f08b73;
    border-radius: 50%;
    font-size: 11px;
    height: 18px;
    line-height: 18px;
    position: absolute;
    right: -3px;
    text-align: center;
    top: -2px;
    width: 18px;
}

.font-inherit * {
    font-family: inherit !important;
    width: auto !important;
    font-size: 12px;
}

.hide-br * > br {
    display: none;
}

.hide-br {
    display: flex;
    flex-direction: column;
}

.short-description-wrapper.anfrage > * > br,
.short-description-wrapper.anfrage > *:empty,
.description-wrapper.anfrage > * > br,
.description-wrapper.anfrage > *:empty {
    display: none;
}

.short-description-wrapper.anfrage *,
.description-wrapper * {
    color: #000 !important;
    font-family: 'Antique-Legacy', sans-serif !important;
    font-size: 18px !important;
    font-weight: 300 !important;
    line-height: 1.555 !important;
}

.description-wrapper > p,
.short-description-wrapper > p {
    margin: 0;
}

.short-description-wrapper {
    margin-bottom: 1.5rem;
}

.search-results-wrapper.hide {
    display: none;
}

.search-filter-wrapper {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-block: 1rem;
    gap: 0.5rem;
}

.search-filter-wrapper label input {
    display: none;
}

.search-filter-wrapper label span {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    border-radius: 0;
    box-shadow: none;
    padding: 10px 32px;
    border: 2px solid #f08b73;
    color: #f08b73;
    cursor: pointer;
    transition:
        background-color 0.3s linear,
        color 0.3s linear;
}

.search-filter-wrapper label span:hover {
    background-color: #f08b73;
    color: #fff;
}

.search-filter-wrapper label input:checked + span {
    background: #f08b73 !important;
    color: #fff !important;
    border-color: #f08b73 !important;
}

.yith-wcwl-add-button {
    position: relative;
}

.yith-wcwl-add-button::after {
    content: 'in die Wunschliste';
    background-color: #fff;
    padding: 10px 32px;
    border-radius: 28px;
    position: absolute;
    right: 0;
    top: calc(100% + 1rem);
    width: max-content;
    opacity: 0;
    visibility: hidden;
    transition: 250ms;
}

.yith-wcwl-add-button:hover::after {
    opacity: 1;
    visibility: visible;
}

.product-additonal-fields-wrapper {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.product-additonal-fields-wrapper:not(:empty) {
    margin-bottom: 2.5rem;
}

.product-additonal-fields-wrapper .faerbiger-druck {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.5rem;
}

.product-additonal-fields-wrapper .faerbiger-druck select {
    width: auto;
}

.sort-wrapper {
    display: none !important;
}

@media screen and (min-width: 1399px) {
    .home-slider-block .h1 {
        font-size: 55px;
    }
}

#show-more {
    margin-top: 2.5rem;
    margin-bottom: 3rem;
    align-self: center;
}

#show-more.hide {
    display: none;
}

.loading-wrapper.hide {
    opacity: 0;
    visibility: hidden;
}

.loading-wrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.45);
    transition: 300ms;
}

.loader {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: inline-block;
    border-top: 4px solid #171515;
    border-right: 4px solid transparent;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}
.loader::after {
    content: '';
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border-left: 4px solid #f08b73;
    border-bottom: 4px solid transparent;
    animation: rotation 0.5s linear infinite reverse;
}
@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.willkommen-block__card__description {
    height: 85px !important;
}

@media screen and (max-width: 1200px) {
    .willkommen-block__card__description {
        height: 100px !important;
    }
}

.willkommen-block__card__image {
    overflow: hidden;
    height: 350px;
}

.service-block__card__inner__title {
    height: 130px;
}

@media (min-width: 768px) {
    .willkommen-block {
        padding-bottom: 170px;
        padding-top: 25px;
    }
}

/* Shortcode: getShopSearch */
.shop-search-wrapper {
    display: flex;
    flex-direction: column;
}

.shop-search-wrapper .shop-search-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
}

.shop-search-wrapper #filter-toggle-btn {
    background-color: transparent;
    border: 2px solid #f08b73;
    border-radius: 0;
    box-shadow: none;
    color: #f08b73;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -0.02em;
    line-height: 47px;
    margin-right: 15px;
    padding: 0 25px 0 16px;
    display: flex;
    gap: 0.45rem;
    align-items: center;
    cursor: pointer;
    transition:
        background-color 0.3s linear,
        color 0.3s linear;
}

.shop-search-wrapper #filter-toggle-btn svg path {
    fill: #f08b73;
    transition: fill 0.3s linear;
}

.shop-search-wrapper #filter-toggle-btn:hover {
    background-color: #f08b73;
    color: #fff;
}

.shop-search-wrapper #filter-toggle-btn:hover svg path {
    fill: #fff;
}

.shop-search-wrapper .shop-search-header-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 0.5rem;
}

.shop-search-wrapper .product-count span:first-child,
.shop-search-wrapper .product-count span:last-child {
    font-weight: 600;
}

.shop-search-wrapper .sort-wrapper {
    background-color: #fff;
    border: 1px solid #e2e2e2;
    border-radius: 28px;
    font-size: 16px;
    font-weight: 600;
    padding: 9px 13px;
    display: flex;
    align-items: center;
    gap: 0.45rem;
    cursor: pointer;
}

.shop-search-wrapper .sort-wrapper select {
    border: unset;
    line-height: unset;
    padding: 0;
    width: auto;
}

.shop-search-wrapper .shop-search-view-toggle-wrapper {
    display: flex;
    align-items: center;
    gap: 0.2rem;
}

.shop-search-wrapper .shop-search-view-toggle-wrapper span {
    background-color: #fff;
    border: 1px solid #e2e2e2;
    border-radius: 50%;
    font-size: 16px;
    letter-spacing: -0.02em;
    padding: 7px 13px;
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.shop-search-wrapper .shop-search-content {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.shop-search-wrapper .shop-search-sidebar {
    width: 100%;
    overflow: hidden;
    padding-right: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0 2rem;
    transition: 150ms all ease-in-out;
}

.shop-search-wrapper.sidebar-hidden .shop-search-sidebar {
    height: 0;
    padding: 0;
    margin: 0;
    gap: 0;
}

@media screen and (max-width: 1000px) {
    .component-shop-search-base {
        margin-top: 0 !important;
    }
}

.component-shop-search-base .shop-search-sidebar,
.component-shop-search-base #filter-toggle-btn {
    display: none;
}

.shop-search-wrapper .shop-search-main {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    transition: 150ms all ease-in-out;
}

.search-results .site-main ul > a {
    max-width: 400px;
}
.search #pagecontent {
    padding-top: 36px;
    padding-bottom: 36px;
}

.search .search-results-wrapper ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem 1rem;
}

@media screen and (max-width: 1024px) {
    .search .search-results-wrapper ul {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 776px) {
    .search .search-results-wrapper ul {
        grid-template-columns: 1fr;
    }
}

.shop-search-wrapper.sidebar-hidden .shop-search-main {
    width: 100%;
    grid-template-columns: repeat(4, 1fr);
}

.shop-search-wrapper #filter-toggle-btn svg {
    transition: 200ms all ease-in-out;
}

.shop-search-wrapper.sidebar-hidden #filter-toggle-btn svg {
    transform: rotate(180deg);
}

.shop-search-wrapper .shop-search-cat-item {
    padding: 14px 0;
    color: #171515;
    border-top: 1px solid #e5e5e5;
}

.shop-search-wrapper .shop-search-cat-item:first-child {
    border-top: none;
}

.shop-search-wrapper .shop-search-cat-item label {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.shop-search-wrapper .shop-search-cat-item label input {
    margin-top: 0;
}

.shop-search-wrapper .shop-search-cat-item label span,
.shop-search-wrapper .shop-search-cat-item a {
    font-weight: 600;
    letter-spacing: 0;
    font-size: 15px;
    text-transform: none;
    hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
}

.shop-search-wrapper .shop-search-cat-item.hide {
    display: none;
}

.shop-search-wrapper .shop-search-cat-item-child-wrapper {
    margin-left: 1rem;
    margin-top: 0.5rem;
}

.shop-search-wrapper .shop-search-cat-item-child-wrapper:empty {
    display: none;
}

.shop-search-wrapper .shop-search-cat-item input:disabled {
    display: none;
}

.shop-search-wrapper .shop-search-cat-item[data-type='att'] .shop-search-cat-item-child-wrapper {
    margin-left: 0 !important;
}

.reduce-header-title-distance {
    padding-block: 45px !important;
}

.image-cards-block .image-cards-list-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.image-cards-block .image-cards-list-item {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
    align-items: center;
}

.image-cards-block .image-cards-list-item img {
    width: 100%;
    height: 520px;
    object-fit: contain;
    object-position: center;
}

.news-archive-wrapper {
    display: flex;
    flex-direction: column;
    gap: 3.5rem;
    list-style-type: none;
    margin: 0;
    padding-block: 4rem;
}

.news-archive-wrapper li {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 2.5rem;
}

.news-archive-wrapper li.reverse {
    flex-direction: row-reverse;
}

.news-archive-wrapper li > div {
    flex: 1 !important;
}

.news-archive-wrapper li img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}

.news-archive-wrapper li img[src=''] {
    opacity: 0;
}

.news-archive-wrapper li p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.katalog-list-wrapper .katalog-li .katalog-li-content h2 {
    hyphens: auto;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.katalog-list-wrapper .katalog-li .katalog-li-content {
    height: 115px !important;
}

.aktionen-block__top__text p {
    font-size: 24px !important;
}

.katalog-list-wrapper .katalog-li .katalog-li-content h2 {
    font-size: 1.35rem !important;
}

.katalog-search-wrapper span {
    font-size: 0.85rem !important;
}

@media (min-width: 768px) {
    .willkommen-block,
    .service-block {
        padding-bottom: 62px;
        padding-top: 25px;
    }

    .leftright-block {
        padding-bottom: 24px;
        padding-top: 24px;
    }
}

@media (min-width: 768px) {
    .aktionen-block {
        padding-bottom: 130px;
        padding-top: 160px;
    }

    .aktionen-block__top {
        padding-bottom: 160px;
    }
}

.banner-block img {
    width: 100%;
    height: 225px;
    object-fit: cover;
}

.home-slider-block__slider__slide a.btn {
    font-size: 18px;
}

.wp-block-button__link,
.btn {
    font-size: 16px;
}

.shop-search-sidebar > div > label > input:checked + span {
    font-weight: bold;
}

.shop-search-sidebar input + span {
    cursor: pointer;
}

.shop-search-main {
    height: fit-content;
}

.product-gallery__item__inner img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#single-product
    .product_image_column
    .slick-list
    .slick-track
    .slick-slide
    .product-gallery__item__inner {
    padding: 72px;
}

.product-box__button.itsnew {
    position: absolute;
    left: 1rem;
    top: 1.25rem;
}

#single-product div.summary.entry-summary .product_title,
#single-product div.summary.entry-summary .price {
    font-size: 20px !important;
}

#single-product .woo-custom-summary__text {
    padding-top: 10px;
}

.page-heading-block {
    padding-bottom: 70px;
    padding-top: 70px;
}

.category-block__card__image {
    height: 180px;
    min-height: 180px;
    padding-block: 1.5rem;
}

.category-block__card__image img {
    height: 100%;
    object-fit: contain;
}

.katalog-list-wrapper .katalog-li .katalog-li-image img {
    aspect-ratio: unset !important;
}

.color-cards-title-arrow-wrapper {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.color-cards-title-arrow-wrapper h4 {
    margin-bottom: 0;
}

.color-cards-title-arrow-wrapper > div {
    display: flex;
    justify-content: center;
    align-items: center;
}

#single-product
    .product_image_column
    .slick-list
    .slick-track
    .slick-slide
    .product-gallery__item__inner
    > a {
    width: 100%;
    height: 100%;
}

.header__container__bottom__button a {
    border: 1px solid #e6e6e6;
}

.header__container__bottom__button a:hover {
    background: #000;
    border-color: #fff !important;
    box-shadow: none;
    color: #fff;
}

.header-stuck .header__container__bottom {
    display: flex;
    border-bottom: unset !important;
}

.header-stuck .header__container__top {
    display: none;
}

.willkommen-block__description:empty {
    display: none;
}

.service-block h6:empty,
.service-block h2:empty,
.service-block p:empty {
    display: none;
}

.service-block .row.mb-7 {
    display: none;
}

.willkommen-block__card__description {
    font-weight: 100;
}

.h4,
h4 {
    font-size: 24px !important;
}

.willkommen-block__card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-slider-block__slider__slide {
    height: 80vh !important;
    min-height: 700px !important;
}

.shop-search-wrapper .shop-search-cat-item label.hide {
    display: none;
}

.hide-desktop {
    display: none !important;
}

@media screen and (max-width: 990px) {
    .header {
        position: fixed !important;
    }

    .header-stuck .header__container__top {
        display: flex !important;
    }

    .header-stuck .header {
        top: 0;
        animation: unset;
    }

    .header-stuck .header__container__top__left__logo img {
        height: 34px;
    }

    .category-block__card__image {
        display: none;
    }

    .category-block__card {
        margin-bottom: 24px;
    }
}

@media screen and (max-width: 1024px) {
    .shop-search-wrapper .shop-search-header-right {
        flex-direction: column;
        align-items: flex-end;
    }

    .hide-desktop {
        display: flex !important;
    }

    .hide-tablet {
        display: none !important;
    }

    .header__container,
    .block-editor-block-list__layout.is-root-container .container,
    .block-editor-block-list__layout.is-root-container .container-sm,
    .block-editor-block-list__layout.is-root-container
        .entry-content
        > :not(.acfblock):not(.alignfull),
    .block-editor-block-list__layout.is-root-container
        .entry-content
        > :not(.acfblock):not(.alignfull)
        -sm,
    .block-editor-block-list__layout.is-root-container > :not(.acfblock):not(.alignfull),
    .block-editor-block-list__layout.is-root-container > :not(.acfblock):not(.alignfull) -sm,
    .entry-content .container,
    .entry-content .container-sm,
    .entry-content > :not(.acfblock):not(.alignfull),
    .entry-content > :not(.acfblock):not(.alignfull) -sm,
    .entry-content
        > :not(.acfblock):not(.alignfull)
        .block-editor-block-list__layout.is-root-container
        -sm {
        max-width: unset !important;
    }

    .wp-block-heading.has-black-color.has-text-color.has-x-large-font-size {
        font-size: 36px !important;
    }

    .p-normal {
        font-size: 16px !important;
    }

    .willkommen-block__card__description {
        height: auto !important;
    }

    .willkommen-block {
        padding-bottom: 0 !important;
    }

    .leftright-block img {
        height: 360px !important;
        object-fit: cover;
    }

    .tablet-col {
        flex-direction: column;
    }

    .tablet-col .wp-block-image figure {
        width: 100%;
    }

    .tablet-col .wp-block-image figure img {
        width: 100%;
        height: 360px;
        object-fit: cover;
    }

    .page-heading-block p {
        font-size: 22px !important;
    }

    #block_676c757afb92df9588933f3f173cf2ca > div > div > div > h2 {
        font-size: 26px !important;
    }

    .team-card-block .col-12 .col-lg-6.col-xl-4.mb-6 {
        margin-bottom: 0 !important;
    }

    .team-card-block > .container > .row {
        margin-top: 3rem !important;
    }

    .team-card-block > .container > .row > div > div:first-child {
        margin-bottom: -2.5rem;
    }

    .page-heading-block {
        padding-bottom: 0 !important;
    }

    .katalog-list-wrapper {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    .news-archive-wrapper li {
        flex-direction: column;
    }

    .news-archive-wrapper li h2 {
        font-size: 26px !important;
    }

    .news-archive-wrapper li p {
        font-size: 18px !important;
    }

    .shop-search-wrapper .shop-search-main {
        grid-template-columns: repeat(3, 1fr);
    }

    .shop-search-wrapper .shop-search-sidebar {
        width: 100%;
        grid-template-columns: repeat(2, 1fr);
    }

    .shop-search-wrapper.sidebar-hidden .shop-search-main {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (max-width: 776px) {
    .show-mobile {
        display: block;
    }

    .wp-block-heading.has-black-color.has-text-color.has-x-large-font-size {
        font-size: 28px !important;
    }

    .willkommen-block {
        padding-top: 0 !important;
    }

    .mm-spn li:before {
        width: 16px;
        height: 16px;
    }

    .mm-spn a:not(:last-child) {
        --mm-spn-item-height: 70px;
    }

    .mm-spn li:before {
        transform: rotate(45deg) translateY(6px);
    }

    #block_b244222d6f8ded064edda8b97f2643e4
        > div
        > div
        > div.col-lg-5.col-12.order-lg-2
        > div
        > h2 {
        font-size: 26px !important;
    }

    .leftright-block > div > div > div.col-lg-5.col-12.order-lg-1 > div > div > p {
        font-size: 16px !important;
    }

    .leftright-block {
        padding-bottom: 32px !important;
    }

    #block_b244222d6f8ded064edda8b97f2643e4
        > div
        > div
        > div.col-lg-5.col-12.order-lg-2
        > div
        > div {
        margin-bottom: 0rem !important;
    }

    .leftright-block h2 {
        font-size: 26px !important;
    }

    .leftright-block img {
        height: 280px !important;
    }

    #entry-content
        > div.wp-block-columns.tablet-col.is-layout-flex.wp-container-6
        > div:nth-child(1)
        > h2 {
        font-size: 26px !important;
    }

    .wp-block-column p {
        font-size: 16px;
    }

    .service-block__card__inner__title {
        padding: 0 0;
    }

    #block_1e63547c20e96a836d3a57bbdc6075a2 > div > div.row.justify-content-center > div {
        margin-bottom: 0rem !important;
    }

    .service-block__card__inner__top__image {
        padding: 24px;
    }

    .service-block__card__inner__title {
        height: 72px;
    }

    .page-heading-block p {
        font-size: 18px !important;
    }

    .wp-block-column p {
        font-size: 16px !important;
    }

    .tablet-col .wp-block-image figure img {
        height: 280px;
    }

    .page-heading-block h2 {
        font-size: 28px !important;
    }

    .page-heading-block p {
        font-size: 16px !important;
    }

    .katalog-list-wrapper {
        display: flex !important;
        flex-direction: column !important;
    }

    .katalog-li-image {
        display: flex;
        justify-content: center;
    }

    .shop-search-wrapper .shop-search-content {
        display: flex;
        flex-direction: column;
    }

    .shop-search-wrapper .shop-search-sidebar,
    .shop-search-wrapper .shop-search-main {
        width: 100%;
    }

    .shop-search-wrapper .shop-search-main,
    .shop-search-wrapper.sidebar-hidden .shop-search-main {
        display: grid;
        grid-template-columns: 1fr;
    }

    .shop-search-wrapper .shop-search-sidebar {
        padding-right: 0;
        grid-template-columns: 1fr;
    }

    .shop-search-wrapper.sidebar-hidden .shop-search-sidebar {
        width: 100%;
        height: 0;
    }

    .shop-search-wrapper #filter-toggle-btn svg {
        rotate: 90deg;
    }

    td.product-quantity span {
        display: none;
    }

    td.product-quantity {
        display: flex !important;
        align-items: center;
        justify-content: space-between;
    }

    td.product-quantity > div {
        margin-right: 0 !important;
    }

    .woocommerce .woocommerce-error,
    .woocommerce .woocommerce-info,
    .woocommerce .woocommerce-message {
        display: flex;
        flex-direction: column-reverse;
        gap: 0.5rem;
    }

    .woocommerce .woocommerce-error a,
    .woocommerce .woocommerce-info a,
    .woocommerce .woocommerce-message a {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        padding: 1rem !important;
    }

    .woocommerce-error::before,
    .woocommerce-info::before,
    .woocommerce-message::before {
        top: 1.5em;
    }

    .woocommerce-message .restore-item {
        order: -1;
        display: inline !important;
        padding-left: 0 !important;
    }
}

.page-id-343 .woocommerce {
    padding-top: 8px !important;
}

@media screen and (max-width: 776px) {
    .header__container__top__left__logo img,
    .header-stuck .header__container__top__left__logo img {
        height: 30px;
    }

    .header__container__top__right a {
        padding: 10px;
        justify-content: center;
        align-items: center;
    }

    .header__container__top__right {
        align-items: center;
    }

    .werbekalender-cards-wrapper .row > * {
        padding: 0;
    }

    #yith-wcwl-form {
        padding-top: 2rem;
    }
    .wishlist_table.mobile {
        margin-left: 0 !important;
        padding-left: 0 !important;
    }

    p.wishlist-empty,
    table.wishlist_table tbody td.wishlist-empty {
        margin-block: 50px;
    }

    .category-block {
        padding-top: 1.5rem !important;
    }

    .show-mobile {
        padding-top: 32px !important;
    }

    .page-id-344 .woocommerce,
    .page-id-342 .woocommerce,
    .component-anfrage-artikel-page {
        padding-top: 40px !important;
    }

    .category-block__card__text {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .shop-search-wrapper {
        padding-top: 3rem !important;
    }

    .category-block {
        margin-bottom: -14rem;
    }

    .tax-product_cat #content > .container:first-child {
        display: block;
    }

    .my-account-title,
    .cart-title {
        display: block;
        margin-bottom: 2rem !important;
    }
}

.cky-notice-des a {
    text-decoration: underline !important;
}
