/*======================================
Theme Name: PPM Child
Theme URI: https://www.plappermaul.at
Description: Child Theme Yootheme PPM
Version: 1.0
Author: Reinhard Ekker
Author URI: https://www.plappermaul.at
Template: yootheme
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
======================================*/

/* COLORS */

:root {
	--color-black: #000;
	--color-dark: #3A3A3A;
	--color-white: #fff;
	--color-primary: #CD005C;
    --color-primary-alternative: #FF208A;
    --color-gray: #616161;
	--ppm-breakpoint-s: 640;
	--ppm-breakpoint-m: 960;
	--ppm-breakpoint-l: 1200;
	--ppm-breakpoint-xl: 1600;
}

/* TYPOGRAPHY START */

:root {
	--ppm-breadcrumbs-mobile: 15;
	--ppm-breadcrumbs-desktop: 18;
	--html-mobile: 16;
    --html-desktop: 22;
	--ppm-button-mobile: 15;
	--ppm-button-desktop: 20;
	--ppm-h1-mobile: 45;
	--ppm-h1-desktop: 90;
	--ppm-h2-mobile: 30;
	--ppm-h2-desktop: 60;
	--ppm-h3-mobile: 30;
	--ppm-h3-desktop: 40;
	--ppm-h4-mobile: 23;
	--ppm-h4-desktop: 30;
    --ppm-text-large-mobile: 22;
    --ppm-text-large-desktop: 28;
}

.uk-h1, h1 {
    --mobile-font-size: var(--ppm-h1-mobile);
    --desktop-font-size: var(--ppm-h1-desktop);
    font-weight: 600 !important;
    line-height: 1.1 !important;
    letter-spacing: normal !important;
}

.uk-h2, h2,
.uk-article-title {
    --mobile-font-size: var(--ppm-h2-mobile);
    --desktop-font-size: var(--ppm-h2-desktop);
    font-weight: 600 !important;
    line-height: 1.16 !important;
}

.uk-h3, h3 {
    --mobile-font-size: var(--ppm-h3-mobile);
    --desktop-font-size: var(--ppm-h3-desktop);
    font-weight: 600 !important;
    line-height: 1.1666 !important;
}

.uk-h4, h4,
.uk-accordion-title,
.cart_totals h2, .cross-sells h2, .related h2, .upsells h2,
.wc-block-components-title.wc-block-components-title,
.wc-block-cart .wc-block-cart__totals-title,
.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title .wc-block-components-checkout-order-summary__title-text,
header.woocommerce-Address-title.title h2,
.woocommerce-MyAccount-content h2 {    
    --mobile-font-size: var(--ppm-h4-mobile);
    --desktop-font-size: var(--ppm-h4-desktop);
    font-weight: 600 !important;
    line-height: 1.22 !important;
    text-transform: none !important;
    letter-spacing: normal !important;
}

html,
.woocommerce-tabs ul.tabs li a {
    --mobile-font-size: var(--html-mobile);
    --desktop-font-size: var(--html-desktop);
    line-height: 1.22 !important;
}

.uk-button,
.uk-subnav-pill>*>:first-child,
.ppm-top-filter .search-filter-input-button {
    --mobile-font-size: var(--ppm-button-mobile);
    --desktop-font-size: var(--ppm-button-desktop);
}

.uk-text-large {
    --mobile-font-size: var(--ppm-text-large-mobile);
    --desktop-font-size: var(--ppm-text-large-desktop);
    line-height: 1.07 !important;
}

.ppm-breadcrumbs {
    --mobile-font-size: var(--ppm-breadcrumbs-mobile);
    --desktop-font-size: var(--ppm-breadcrumbs-desktop);
    line-height: 1.22 !important;
}


.uk-h1, h1,
.uk-h2, h2,
.uk-h3, h3,
.uk-h4, h4,
html,
.woocommerce-tabs ul.tabs li a,
.uk-button,
.ppm-top-filter .search-filter-input-button,
.uk-text-large,
.uk-accordion-title,
.cart_totals h2, .cross-sells h2, .related h2, .upsells h2,
.wc-block-components-title.wc-block-components-title,
.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title .wc-block-components-checkout-order-summary__title-text,
.uk-article-title,
header.woocommerce-Address-title.title h2,
.woocommerce-MyAccount-content h2 {
    font-size: clamp(
        calc(var(--mobile-font-size) * 1px),  
        calc(
            (var(--mobile-font-size) * 1px) + 
            ((var(--desktop-font-size) - var(--mobile-font-size)) * 
            ((100vw - (var(--ppm-breakpoint-s) * 1px)) / 
            (var(--ppm-breakpoint-xl) - var(--ppm-breakpoint-s))))
        ),
        calc(var(--desktop-font-size) * 1px)  
    ) !important;
}

.tm-toolbar-default,
.uk-card-primary.uk-card-body,
.uk-card-primary>:not([class*=uk-card-media]),
.uk-card-secondary.uk-card-body,
.uk-card-secondary>:not([class*=uk-card-media]),
.uk-light,
.uk-offcanvas-bar,
.uk-overlay-primary,
.uk-section-primary:not(.uk-preserve-color),
.uk-section-secondary:not(.uk-preserve-color),
.uk-tile-primary:not(.uk-preserve-color),
.uk-tile-secondary:not(.uk-preserve-color) {
    color: var(--color-white) !important;
} 

/* TYPOGRAPHY END */

/* NAVBAR */

/* .uk-navbar-nav .uk-icon path {
    fill: currentColor !important;
} */


/* CART */
span[data-cart-parenthesis]:not(:empty) {
    /* background: var(--color-white); */
    aspect-ratio: 1;
    color: currentColor;
    width: 12px;
    height: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 10px;
    font-weight: bold;
    margin: -25px 0 0 -15px;
    border: 1px solid currentColor;
}

nav.uk-navbar .uk-navbar-center:not(:only-child) {
    position: relative;
    top: unset;
    left: unset;
    transform: unset;
    width: initial;
    box-sizing: initial;
    z-index: 990;
}

nav.uk-navbar .uk-navbar-right {
    margin-left: 0;
}

@media (min-width: 960px) {
    .uk-navbar-right .uk-navbar-nav {
         gap: 10px;
     }
     .uk-navbar-right {
         gap: 20px !important;
     }
 }

nav.uk-navbar {
    border-radius: 100px;
    background: rgba(255, 255, 255, 0.35);
    backdrop-filter: blur(8.550000190734863px);
    justify-content: space-between;
    margin: 40px 0 0;
    padding: 0 40px;
    transition: all 0.3s ease;
}

.uk-navbar-item, .uk-navbar-nav>li>a, .uk-navbar-toggle {
    min-height: 64px !important;
    max-height: 64px !important;
}

.uk-navbar-nav>li>a,
.uk-search-navbar .uk-search-input,
.uk-panel .uk-nav-default {
    font-family: "DM Sans" !important;
    font-size: 18px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    letter-spacing: normal !important;
    text-transform: none !important;
}

.uk-search-navbar .uk-search-input:not(:hover) ~ .ppm-search-clear {
    color: var(--color-white);
}

.uk-search-navbar:has(.ppm-search-clear:hover) .uk-search-input,
.uk-search-navbar .uk-search-input ~ .ppm-search-clear:hover{
    color: initial !important;
} 


.uk-panel .textwidget {
    display: flex;
    flex-direction: row;
    row-gap: 20px;
    column-gap: 100%;
    flex-wrap: wrap;
}

.uk-panel .textwidget > a {
    flex: 0 1 auto;
}

.uk-panel .uk-nav-default>li>a:hover {
    color: var(--color-primary);
}

.uk-panel ul.uk-nav.uk-nav-default {
    margin: 20px 0;
}


.uk-search-navbar .uk-search-input,
.uk-search-navbar .uk-search-input::placeholder {
    transition: all 0.1s ease-in-out;
}

.uk-navbar-transparent.uk-light .uk-navbar-nav>li>a:not(:hover),
/* .uk-navbar-transparent.uk-light .uk-search-navbar .uk-search-input:not(:hover), */
.uk-navbar-transparent.uk-light .uk-search-navbar .uk-search-input::placeholder,
.uk-navbar-transparent.uk-light span.uk-icon.uk-search-icon ,
.uk-navbar-transparent.uk-light .uk-light .uk-navbar-toggle {
    color: #FFF !important;
}

.uk-navbar-transparent.uk-dark .uk-navbar-nav>li>a:not(:hover),
/* .uk-navbar-transparent.uk-dark .uk-search-navbar .uk-search-input:not(:hover), */
.uk-navbar-transparent.uk-dark .uk-search-navbar .uk-search-input::placeholder,
.uk-navbar-transparent.uk-dark span.uk-icon.uk-search-icon,
.uk-navbar-transparent.uk-dark .uk-light .uk-navbar-toggle,
.uk-navbar-transparent.uk-light .uk-search-navbar .uk-search-input:hover::placeholder {
    color: #000 !important;
}

.uk-navbar-transparent.uk-light .uk-search-navbar:hover .uk-search-icon svg * {
    stroke: var(--color-black) !important;
}

.uk-navbar-transparent.uk-dark .uk-navbar-nav>li>a:hover,
.uk-navbar-transparent.uk-dark .uk-navbar-item:hover,
.uk-navbar-transparent.uk-dark .uk-search-navbar .uk-search-input:hover::placeholder,
.uk-navbar-transparent.uk-dark .uk-search-navbar .uk-search-input:hover {
    color: var(--color-primary) !important;
}

.uk-navbar-transparent.uk-dark .uk-search-navbar:hover .uk-search-icon svg * {
    stroke: var(--color-primary) !important;
}

.uk-navbar-container.uk-navbar-sticky {
    top: -20px;
    transition: all 0.6s ease !important;
}

.uk-navbar-container:not(.uk-navbar-sticky) {
    top: 0;
    transition: all 0.3s ease !important;
}

.uk-navbar-transparent.uk-dark nav.uk-navbar {
    background: rgb(220 220 220 / 35%);
}

.uk-search-navbar .uk-search-input {
    background-color: transparent !important;
    border: none !important;
}

.uk-navbar-item .uk-search-navbar {
    width: 180px !important;
    transition: all 0.3s ease-in-out;
}

.uk-navbar-item:hover .uk-search-navbar {
    width: 240px !important;
}


.uk-panel .uk-search-icon path,
.uk-panel .uk-search-icon circle,
.uk-search-navbar .uk-icon path,
.uk-search-navbar .uk-icon circle {
    stroke: #FFF;
    stroke-width: 2px;
    transition: all 0.1s ease-in-out;
}

.uk-navbar-right polyline,
.uk-navbar-right circle,
.uk-navbar-right path {
    stroke-width: 2px;
}

/* SEARCH DIALOG */

.uk-panel .uk-search {
    background-color: var(--color-black);
    border-radius: 30px;
}

.uk-panel span.uk-icon.uk-search-icon,
.uk-panel .uk-search-input,
.uk-panel .uk-search-input::placeholder{
    color: var(--color-white);
}

.uk-panel .uk-search-input {
    border: none !important;
    font-family: "DM Sans" !important;
    font-size: 18px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    letter-spacing: normal !important;
    text-transform: none !important;
}

#tm-dialog-mobile .uk-grid > div:nth-child(2) {
    margin-top: 0 !important;
}

#tm-dialog-mobile .widget_search {
    position: static;
}

#tm-dialog-mobile .uk-grid > div:last-child .uk-search {
    position: absolute;
    bottom: 40px;
    width: calc(100% - 30px);
}   

#tm-dialog-mobile .uk-grid > div {
    display: flex;
}

#tm-dialog-mobile .uk-panel .uk-search {
    padding: 8px 20px;
    text-align: center;
    display: flex;
    justify-content: center !important;
    align-items: center !important;
    gap: 8px;
}

#tm-dialog-mobile .uk-panel .uk-search input {
    text-align: left;
    padding: 0;
    justify-content: flex-start;
    display: flex;
}

#tm-dialog-mobile .uk-panel .uk-search-icon {
    position: relative;
    left: unset;
    right: unset;
    top: unset;
    bottom: unset;
}

#tm-dialog-mobile .uk-panel .uk-search span,
#tm-dialog-mobile .uk-panel .uk-search input {
    position: relative;
    display: flex !important;
    flex: 0 1 auto !important;
    /* width: inherit; */
}

#tm-dialog-mobile .widget_search {
    /* max-width: 300px; */
    width: 100%;
}

#tm-dialog-mobile .uk-button-default:hover {
    background-color: var(--color-black) !important;
    color: var(--color-white) !important;
    border-color: transparent !important;
}
/* .uk-search-navbar:hover .uk-icon:not(.uk-preserve) [stroke*="#"]:not(.uk-preserve) {
    stroke: #000;
} */

.uk-navbar-nav>li>a:hover,
.uk-search-navbar .uk-search-input:hover,
.uk-search-navbar .uk-search-input:hover::placeholder,
.uk-search-navbar:hover .uk-search-input::placeholder {
    color: #000 !important;
}

/* BUTTON */

.uk-button {
    /* color: #FFF !important; */
    font-family: "DM Sans" !important;
    font-size: 22px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    letter-spacing: normal !important;
    text-transform: none !important;
    padding: 10px 20px !important;
    border-radius: 30px !important;
}

.uk-button-default:hover {
    color: #000 !important;
    background-color: #fff !important;
    border-color: transparent !important;
}

/* BUTTON ARROW */

[uk-icon="arrow-topright"] {
    transition: all 0.3s ease;
}

.uk-button:hover [uk-icon="arrow-topright"] {
    transform: translate(2px,-2px);
}

/* RESET COLORS */

.uk-h1, .uk-h2, .uk-h3, .uk-h4, .uk-h5, .uk-h6, .uk-heading-2xlarge, .uk-heading-3xlarge, .uk-heading-large, .uk-heading-medium, .uk-heading-small, .uk-heading-xlarge, h1, h2, h3, h4, h5, h6 {
    color: var(--color-black);
}

/* COUNTERGRID */

.ppm-countergrid .uk-card img {
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    object-fit: fill;
    object-position: center;
    transition: all 0.5s ease;
    scale: 1 !important;
}


.ppm-countergrid .uk-card {
    position: relative;
    display: flex;
    padding-top: 24px !important;
    background-color: var(--color-primary) !important;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    background: transparent;
    justify-content: space-between;
    border-radius: 20px;
    overflow: hidden;
}

.ppm-countergrid .uk-card:hover {
    background-color: var(--color-black) !important;
}

@media screen and (min-width: 1200px) and (max-width: 1439px) {
    .ppm-countergrid .el-title {
        flex-direction: column;
    }
}

@media screen and (min-width: 1400px) {
    .ppm-countergrid .uk-card {
        gap: 30px;
    }
}

.ppm-countergrid .el-title,
.ppm-countergrid .el-content {
    display: flex;
    padding: 0 24px;
    position: relative;
}

.ppm-countergrid .el-title {
    z-index: 1;
    gap: 25px;
    margin-top: 25px  !important;
}

.ppm-countergrid .el-title svg {
    width: 37px;
    height: 37px;
    display: flex;
    flex: 1 0 37px;
    aspect-ratio: 1;
}
.ppm-countergrid .el-content {
    margin-bottom: 25px !important;
}

.ppm-countergrid .uk-card .el-title::before {
    position: absolute;
    top: 3px;
    left: 25px;
    color: var(--color-black);
    width: 35px;
    text-align: center;
	font-size: 26px;
}

.ppm-countergrid .uk-grid > div:nth-child(1) .el-title::before {
    content: "1";
}

.ppm-countergrid .uk-grid > div:nth-child(2) .el-title::before {
    content: "2";
}
.ppm-countergrid .uk-grid > div:nth-child(3) .el-title::before {
    content: "3";
}
.ppm-countergrid .uk-grid > div:nth-child(4) .el-title::before {
    content: "4";
}

.ppm-countergrid .uk-grid > div:nth-child(3) img {
    transform: scale(-1);
}

.ppm-countergrid .uk-grid > div:nth-child(4) img {
    transform: scaleY(-1);
}

.ppm-countergrid .uk-card:hover img {
    scale: 1.1 !important;
}

/* ACCORDEON */

.uk-accordion-title:hover {
    color: var(--color-black);
}

.uk-accordion>:nth-child(n+2) {
    border: none !important;
    padding-top: 0 !important;
}


.uk-accordion > .el-item {
    padding-bottom: 10px !important;
    border-bottom: 3px solid #000 !important;
}

.ppm-accordeon-section img {
    border-radius: 20px;
    overflow: hidden;
}

.el-item.uk-open .uk-accordion-title::before {
    background-image: url(/wp-content/uploads/2025/08/minus.svg);
}

.el-item:not(.uk-open) .uk-accordion-title::before {
    background-image: url(/wp-content/uploads/2025/08/plus.svg);
}

.uk-accordion-content {
    padding-bottom: 20px;
}

/* IMAGE CTA */

/* .ppm-cta-bg-container {
        background-color: var(--color-primary) !important;
        margin-left: 20px;
} */

.ppm-cta-bg-section .uk-tile {
    display: flex;
    flex-direction: column;
    background-size: cover !important;
    background-position: bottom left;
    border-radius: 20px;
    padding: 100px 20px;
    position: relative;
    overflow: hidden;
}

.ppm-cta-bg-section .uk-tile > div:last-child {
  margin-top: clamp(40px, 30vh, 120px) !important;
}

/* .ppm-cta-bg-section .uk-tile::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.45) 0%,
        rgba(0, 0, 0, 0.15) 30%,
        rgba(0, 0, 0, 0) 100%
    );
    z-index: 1;
} */

.ppm-cta-bg-section .uk-tile * {
    position: relative;
    z-index: 2;
}

/* BENEFITS SLIDER */

.ppm-benefits-slider picture {
    display: flex;
    position: absolute;
    z-index: 0;
    height: 100%;
    margin: 20px 0;
}

.ppm-benefits-slider picture img {
    object-fit: cover;
    /* padding: 20px 0; */
}

.ppm-benefits-slider picture ~ * {
    position: relative;
    padding: 0 20px;
    color: var(--color-white);
}

.ppm-benefits-slider .el-item {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 40px;
    border-radius: 20px !important;
    overflow: hidden;
    justify-content: space-between;
}

.ppm-benefits-slider .el-item .el-content {
    margin-bottom: 20px;
}

@media screen and (min-width: 1200px) {
    .ppm-benefits-slider picture ~ * {
        opacity: 0;
        transition: all 0.2s ease;
    }

    .ppm-benefits-slider .el-item {
        min-height: 200px;
    }

    .ppm-benefits-slider .el-item .el-title {
        min-height: 120px;
    }

    .ppm-benefits-slider .uk-slider-items > div {
        transition: all 0.6s ease;
    }

    .ppm-benefits-slider .uk-slider-items {
        min-height: 460px;
    }

    .ppm-benefits-slider .uk-slider-items > div:not(.ppm-active) {
        width: 240px;
        transition: all 0.6s ease 0.15s;
    }

    .ppm-benefits-slider .uk-slider-items > .ppm-active {
        width: 30%;
    }

    .ppm-benefits-slider .uk-slider-items > .ppm-active .el-item picture ~ * {
        opacity: 1;
        transition: all 0.2s ease 0.6s;
    }

    .ppm-benefits-slider .uk-slider-items > div .el-item picture::before {
        background-color: rgba(0, 0, 0, 0) !important;
        transition: all 0.3s ease !important;
        content: "" !important;
        z-index: 1;
        position: absolute;
        inset: 0;
    }
    .ppm-benefits-slider .uk-slider-items > .ppm-active .el-item picture::before {
        background-color: rgba(0, 0, 0, 0.5) !important;
    }
}

@media screen and (max-width: 1199px) {
    .ppm-benefits-slider .uk-slider-items > div {
        aspect-ratio: 1.2;
    }
}

/* REVIEWS */

.ppm-cta-bg-section .uk-grid .el-item.uk-panel {
    transition: all 0.3s ease;
}

.ppm-cta-bg-section .uk-grid .el-item.uk-panel:hover {
    background-color: #fff !important;
    color: #000 !important;
    transform: translateY(-5px);
}

.ppm-review-grid > .uk-grid {
    cursor: none;
}

/* FOOTER */


footer {
    position: relative;
}

body.home footer {
    margin-top: 40px;
}

footer > div > div > div.uk-grid:first-child > div:last-child {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

footer a:hover {
    color: var(--color-primary-alternative) !important;
}


footer a svg {
    transition: all 0.3s ease;
}
footer a:hover svg {
    transform: translate(3px, -3px);
}

/* MOBILE */

@media screen and (max-width: 959px) {
    nav.uk-navbar .uk-logo {
        width: 120px;
    }
    
    nav.uk-navbar {
        padding: 0 20px;
    }

    .uk-navbar-transparent.uk-light .uk-navbar-toggle-icon svg>[class*="line-"] {
        fill: var(--color-white);
    }
    
    .uk-navbar-transparent.uk-dark .uk-navbar-toggle-icon svg>[class*="line-"] {
        fill: var(--color-black);
    }
}

/* MODAL MOBIL */

/* .uk-modal-full .uk-modal-dialog {
    height: calc(100vh - 40px) !important;
    width: calc(100vw - 40px) !important;
    left: 20px !important;
    top: 20px !important;
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0.35);
} */

/* .uk-modal.uk-open {
    backdrop-filter: blur(8.550000190734863px);
    background-color: rgba(0, 0, 0, 0.2);
} */

/* FOOTER RESPONSIVE */

@media screen and (max-width: 959px) {
    footer .uk-text-success {
        text-align: left !important;
    }
    [data-id="footer#0-0"] {
        gap: 20px;
    }
}

/* TIRE SPECS */

.tire-specs div {
    display: flex;
    gap: 64px;

}

.tire-specs div span:first-child {
    flex: 0 1 30%;
}

.tire-specs {
    display: flex;
    flex-direction: column;
    gap: 12px;
    border-radius: 20px;
    background: #F6F6F6;
    padding: 30px;
    max-width: 700px;
}

.tire-specs span {
    color: #000;
    /* H6 */
    font-family: "DM Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px; /* 122.222% */
}

/* TOP FILTER */

.search-filter-component-combobox__selection span:empty::after {
    content: "--";
}

.ppm-top-filter .search-filter-component-combobox__listbox-toggle .search-filter-icon__svg use,
.ppm-top-filter .search-filter-component-combobox__listbox-toggle::before,
.ppm-top-filter .search-filter-component-combobox .search-filter-component-combobox__clear-selection{
    display: none;
}

.ppm-top-filter .search-filter-component-combobox__listbox-toggle .search-filter-icon__svg {
    background-image: url("/wp-content/uploads/2025/09/dropdown-select-svg.svg");
    background-repeat: no-repeat;
    background-position: center left;
}

.ppm-top-filter {
    background-color: var(--color-white) !important;
    display: flex;
    gap: 16px;
    justify-content: center;
    border-radius: 60px;
    width: fit-content;
    margin: 0 auto;
    padding: 16px 20px 16px 40px;
    align-items: center;
}

.ppm-top-filter .uk-button {
    background-color: var(--color-black) !important;
    color: var(--color-white) !important;
    display: none;
    padding: 6px 12px !important;
}
body:not(.ppm-search-filter-armed) .ppm-top-filter .apply-filters {
    pointer-events: none;
    opacity: 0.7;
    display: block !important;
    cursor: not-allowed !important;
}

.ppm-search-filter-armed .ppm-top-filter .apply-filters {
    display: block;
}

body.filtered .ppm-top-filter .apply-filters,
body.filtered  .ppm-shop-hero > div::before {
    display: none !important;
}

.yith-wcan-filters {
    margin: 0 !important;
}

.ppm-top-filter .search-filter-component-combobox {
    border: none;
    background-color: transparent;

}

.ppm-top-filter .search-filter-component-combobox .search-filter-component-combobox__actions .search-filter-component-combobox__actions-input {
    width: 40px;
    padding-top: 0;
}

.ppm-top-filter .search-filter-icon--destructive .search-filter-icon__svg {
    fill: var(--color-black);
}

.ppm-top-filter .search-filter-label {
    color: #000;
    font-family: "DM Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 25px;
    margin-bottom: 0 !important;
}

.ppm-top-filter .search-filter-component-combobox {
    font-family: "DM Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 600 !important;
    line-height: 20px;
    padding: 0 !important;
}

.ppm-top-filter .yith-wcan-reset-filters,
.yith-wcan-filters .apply-filters {
    font-family: "DM Sans" !important;
    font-size: 22px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    letter-spacing: normal !important;
    text-transform: none !important;
    padding: 6px 12px !important;
    border-radius: 30px !important;
    cursor: pointer;
    border-color: transparent !important;
    color: var(--color-white) !important;
    background-color: var(--color-black) !important;
    margin: 0 !important;
    /* margin-left: 40px !important; */
}

.yith-wcan-filters .apply-filters {
    position: relative;
    padding-right: 40px !important;
}

.yith-wcan-filters .apply-filters::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    right: 12px;
    top: 12px;
    background-image: url(/wp-content/uploads/2025/09/topright-arrow-1.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
}

.ppm-top-filter .yith-wcan-filter.ppm-select-value-true ~ .yith-wcan-filter:nth-child(3) {
    margin-right: 40px !important;
}

.ppm-top-filter .yith-wcan-reset-filters:hover,
.ppm-search-filter-armed .ppm-top-filter .apply-filters:hover {
    background-color: var(--color-primary) !important;
}


/* ZURÜCKSETZEN */

.search-filter-style--control-reset {
    display: none;
}

.ppm-top-filter .search-filter-input-button {
    background-color: var(--color-black);
    border: 1px solid var(--color-black);
    border-radius: 30px;
    color: var(--color-white);
    font-style: normal;
    font-weight: 600;
    padding: 8px 16px !important;
}

.ppm-top-filter .search-filter-input-button:hover {
    background-color: var(--color-white);
    border: 1px solid var(--color-black);

}


.ppm-top-filter .search-filter-style--control-submit .search-filter-input-button::after {
    --arrowsize: 20px;
    content: "";
    background-image: url("/wp-content/uploads/2025/09/topright-arrow.svg");
    width: var(--arrowsize);
    height: var(--arrowsize);
    z-index: 1;
    margin-left: 8px;
    background-size: var(--arrowsize);
    background-repeat: no-repeat;
}

.ppm-top-filter .search-filter-input-button:hover::after {
    filter: invert(1);
}

.ppm-top-filter .search-filter-field {
    justify-content: center;
}

.ppm-top-filter .yith-wcan-filter:not(.ppm-filter-enabled) {
    pointer-events: none;
    opacity: 0.3;
    filter: grayscale(1);
}
/* 
.post-type-archive-product .ppm-produkte-grid {
    display: none;
} */

.post-type-archive-product.ppm-search-filter-active .ppm-produkte-grid {
    display: flow-root;
}

/* TOP FILTER SIMPLIFIED */

.yith-wcan-filters .yith-wcan-filter {
    margin-bottom: 0 !important;
}

.ppm-top-filter .yith-wcan-filters .yith-wcan-filter .filter-items.filter-dropdown {
    display: block;
    color: #000;
    font-family: "DM Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 1 !important;
    border: none;
    height: auto;
}

.ppm-top-filter .yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown,
.ppm-top-filter .yith-wcan-filters .yith-wcan-filter a.clear-selection {
    display: none !important;
}

.ppm-top-filter .yith-wcan-filters .yith-wcan-filter .filter-title {
    display: none;
}

.ppm-top-filter .yith-wcan-filters .yith-wcan-filter.ppm-select-value-true .filter-title {
    display: block;
}

.ppm-top-filter .yith-wcan-filters .yith-wcan-filter .filter-title {
    font-family: "DM Sans";
    font-size: 20px !important;
    font-style: normal;
    font-weight: 600 !important;
    line-height: 1 !important;
    color: var(--color-black) !important;
    margin: 0 0 8px !important;
}

.ppm-top-filter form {
    display: flex;
    gap: 10px 20px;
    align-items: flex-start;
}

@media screen and (max-width: 767px) {
	.ppm-top-filter form {
		flex-wrap: wrap;
	}
	
	.ppm-top-filter {
		padding: 40px;
	}
	
	.yith-wcan-filters .apply-filters {
		    flex: 1 0 100%;
	}
}

.ppm-top-filter .yith-wcan-filter:nth-child(n+4) {
    display: none;
}

/* .yith-wcan-filter.ppm-select-value-true ~ .yith-wcan-filter:not(.ppm-select-value-true) .filter-dropdown {
    margin-top: 29px !important;
} */

.yith-wcan-filter:not(.ppm-select-value-true) .filter-dropdown {
    font-size: 20px !important;
}

.yith-wcan-filter.ppm-select-value-true select {
    display: none !important;
}

.yith-wcan-filter:not(.ppm-select-value-true) select {
    display: block !important;
}

.yith-wcan-filter.ppm-select-value-true a.clear-selection + select {
    display: block !important;
}

/* === ONLY when real filters are applied ======================= */
/* Keep filters visible for search; hide/adjust only on .filtered */
body.post-type-archive.filtered .ppm-top-filter .yith-wcan-filter {
    display: none;
}

body.post-type-archive.filtered .ppm-top-filter,
body.post-type-archive.filtered .ppm-top-filter .yith-wcan-filters {
    background: transparent !important;
}


/* === Layout & grids: treat search like filtered = show 2nd grid === */
/* Hide sidebar when: 0 results OR not filtered/searching */
.ppm-produkte-grid:has(.woocommerce-no-products-found) .ppm-sidebar-filter-column,
body.woocommerce-shop:not(:is(.filtered, .ppm-show-results)) .ppm-sidebar-filter-column {
    display: none !important;
}

body.woocommerce-shop:not(:is(.filtered, .ppm-show-results)) .ppm-sidebar-filter-column,
.ppm-produkte-grid:has(.woocommerce-no-products-found) .uk-width-3-4\@m {
    flex-basis: 100% !important;
    max-width: 100% !important;
}

/* Two grids:
   - Default (no filters/search): show custom grid, hide filtered grid
   - Filtered OR searching: hide custom grid, show filtered grid
*/
body.woocommerce-shop:not(:is(.filtered, .ppm-show-results)) .tm-element-woo-products,
body.woocommerce-shop:is(.filtered, .ppm-show-results) .tm-element-woo-products + div {
    display: none !important;
}

/* Hide sidebar also when searching (but not filtered) */
body.woocommerce-shop.ppm-show-results:not(.filtered) .ppm-sidebar-filter-column {
    display: none !important;
}

/* Make results area full width in that state */
body.woocommerce-shop.ppm-show-results:not(.filtered) .uk-width-3-4\@m {
    flex-basis: 100% !important;
    max-width: 100% !important;
}

body.woocommerce-shop.ppm-show-results.search-no-results .ppm-top-filter {
    display: none !important;
}

/* PPM STOCK */

.ppm-cart-area [class*="ppm"][class*="stock"] {
    font-family: "DM Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 25px; /* 125% */
}

.ppm-in-stock {
    color: #3FA869;   
}

.ppm-out-of-stock {
    color: var(--color-primary);
}

.tm-element-woo-add-to-cart .tm-element-woo-stock {
    display: none;
}

/* CART ITEMS */

.woocommerce.single-product input.input-text.qty {
    border: 1px solid var(--color-black) !important;
    border-radius: 60px;
    padding: 0 10px 0 25px;
}

.woocommerce input.input-text.qty {
    border: none !important;
    background-color: transparent;
    width: 5em !important;
}

.woocommerce input.input-text.qty {
    font-size: 16px !important;
}


.single_add_to_cart_button {
    border-radius: 100px !important;
    padding: 10px 20px !important;
    font-size: 22px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: 35px !important;
    text-transform: none !important;
    letter-spacing: normal !important;
}

.woocommerce-variation-add-to-cart {
    display: flex;
    align-items: center;
}

.ppm-variation-price {
    /* font-size: 40px !important; */
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: 40px !important;
}

.ppm-stock-price {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 4px;
}

.woocommerce-product-gallery__wrapper > div {
    background-color: #F6F6F6;
    border-radius: 20px;
    overflow: hidden;
}

.woocommerce-product-gallery__wrapper a {
	pointer-events: none;
}

.woocommerce-product-gallery__wrapper a img {
    padding: 20px;
    position: relative;
    height: auto !important;
    aspect-ratio: auto;
}

.woocommerce-product-gallery__wrapper a:not([href*=".svg"]) img {
    mix-blend-mode: multiply;
}

/* SINGLE PRODUCT TESTSIEGER */

.woocommerce-Tabs-panel--er_testsieger {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
}

.woocommerce-Tabs-panel--er_testsieger img {
    object-fit: contain;
    flex: 0 1 200px;
    max-width: 200px;
}

/* SINGLE PRODUCT TABS ALLGEMEIN */

@media screen and (max-width: 899px) {
    .woocommerce-tabs ul.tabs {
        flex-direction: column;
        gap: 20px;

    }
}

.woocommerce-tabs ul.tabs li a {
    border-radius: 100px;
    background: #F6F6F6;
    border: none !important;
    padding: 10px 32px !important;
    font-family: "DM Sans";
    font-size: 22px;
    font-style: normal;
    font-weight: 600 !important;
    line-height: 35px; /* 159.091% */
    text-transform: none !important;
    letter-spacing: initial !important;
}

.woocommerce-tabs ul.tabs li:hover a,
.woocommerce-tabs ul.tabs li.active a {
    background-color: var(--color-primary);
    color: var(--color-white) !important;
}

.woocommerce-Reviews textarea,
.woocommerce-Reviews textarea:focus {
    border: none !important;
    border-radius: 20px !important;
    background: #f6f6f6 !important;
    padding: 20px !important;
}

/* GRID ITEM */

small.woocommerce-price-suffix {
    text-transform: none !important;
    letter-spacing: 0 !important;
    font-weight: 600;
    font-size: initial !important;
}

ul.products li.product img.woocommerce-placeholder.wp-post-image {
    filter: grayscale(1);
    mix-blend-mode: luminosity;
}

.ppm-meta-group {
    display: flex;
    justify-content: space-between;
}

.ppm-meta-group [class*="ppm"][class*="stock"] {
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 25px;
}

ul.products li.product .woocommerce-LoopProduct-link img {
    aspect-ratio: 4 / 3;
    object-fit: cover;
    object-position: 50% 30px;
    mix-blend-mode: multiply;
	width: 100%;
}

ul.products li.product {
    display: flex;
    flex-direction: column;
}

ul.products li.product > a,
ul.products li.product > .ppm-card-body {
    background-color: rgba(246, 246, 246, 1);
}

ul.products li.product > a {
    padding: 0 20px 20px !important;
    border-radius: 20px 20px 0 0;
    flex-grow: 1;
    justify-content: flex-end;
    display: flex;
}

ul.products li.product > .ppm-card-body {
    padding: 0 20px 30px !important;
    border-radius: 0 0 20px 20px;
    /* flex-grow: 1; */
    display: flex;
    flex-direction: column;
    gap: 12px;
}

@media (min-width: 1200px) {
    ul.products>* {
        padding-bottom: 20px !important;
        /* padding-left: 20px !important; */
    }
}

ul.products li.product .woocommerce-loop-product__title {
    font-size: 22px !important;
}

ul.products li.product bdi {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 1em;
    letter-spacing: normal !important;
}

@media screen and (min-width: 960px) {
    /* FIRST CHILD */
    .woocommerce-shop ul.products li.product:first-child {
        flex-direction: row;
        width: 100%;
        padding-bottom: 40px;
    }

    .woocommerce-shop ul.products li.product:first-child > a {
        border-radius: 20px 0 0 20px;
        flex: 1 1 30%;
    }

    .woocommerce-shop ul.products li.product:first-child > div {
        border-radius: 0 20px 20px 0;
        justify-content: space-between;
    }

    .woocommerce-shop ul.products li.product:first-child .woocommerce-loop-product__title {
        font-size: 40px !important;
    }

    .woocommerce-shop ul.products li.product:first-child .woocommerce-loop-product__title,
    .woocommerce-shop ul.products li.product:first-child .ppm-meta-group {
        max-width: 400px;
    }

    .woocommerce-shop ul.products li.product:first-child > .ppm-card-body {
        padding: 20px 20px 30px !important;
        flex: 1 1 70%;
    }
}

@media screen and (min-width: 640px) and (max-width: 1439px) {
    .woocommerce-shop ul.products li.product:not(:first-child),
    .single-product ul.products li.product {
        width: 50%;
    }
}

ul.products li.product .ppm-details-button {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 1em;
    text-transform: none;
    letter-spacing: 0 !important;
    display: flex;
    align-items: flex-end;
    border: none !important;
}

ul.products li.product .ppm-details-button svg {
    padding: 0px 2px;
    transition: all 0.3s ease;
}

ul.products li.product .ppm-details-button:hover svg {
    transform: translate(3px, -3px);
}

/* WOO NOTIFICATION */

.woocommerce-message a.button.wc-forward {
    display: none;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
    max-width: fit-content;
    border-radius: 60px;
    background-color: rgba(246, 246, 246, 1) !important;
    border-color: transparent !important;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
}

.woocommerce-info > p:last-child {
	margin-bottom: 0 !important;
}

/* SIDEBAR */

li.wpsl-preloader {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 25px;
}

/* .ppm-sidebar-filter-column {
    padding: 0 !important;
} */

.ppm-sidebar-filter-column .filter-items {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 0 !important;
}

.ppm-sidebar-filter-column .filter-items a {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 25px;
}

.ppm-sidebar-filter-column .ppm-sticky-filter-wrap {
    border-radius: 20px;
    border: 2px solid #000;
    height: auto !important;
    padding: 30px !important;
    display: flex;
    flex-direction: column;
    gap: 32px;
    z-index: 1;
}

/* PRICE SLIDER */

.irs--round .irs-from, 
.irs--round .irs-to, 
.irs--round .irs-single {
    top: 60px;
    background: transparent;
    color: #000;
    font-weight: 600;
}

.irs--round .irs-from::before, 
.irs--round .irs-to::before, 
.irs--round .irs-single::before {
    display: none;
}

.irs--round .irs-handle {
    box-shadow: none !important;
    border-top-right-radius: 10px;
    border: 2px solid var(--color-black);
    border-radius: 6px !important;
}

.irs--round .irs-bar {
    background-color: var(--color-black);
}

.irs--round .irs-min, .irs--round .irs-max {
    display: none !important;
}

a.clear-selection {
    font-size: 13px !important;
    font-family: "DM Sans";
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 25px;
    letter-spacing: 0 !important;
    text-decoration: none !important;
    /* margin-top: -20px !important; */
    background-color: rgba(246, 246, 246, 1);
    border-radius: 30px;
    text-align: center;
    margin-right: auto;
    margin-left: 0 !important;
    padding: 4px 12px;
}


a.clear-selection:hover {
    color: var(--color-white);
    background-color: var(--color-black);
}

.ppm-filter--moved .filter-content {
    display: flex;
    flex-direction: column-reverse;
    /* align-items: flex-start; */
}

.price-slider.slider {
    padding-bottom: 40px;
    margin-top: -40px;
}

li.filter-item.checkbox.disabled.no-color {
    pointer-events: none;
    opacity: 0.25;
}

.ppm-montagepartner-top-filter .wpsl-dropdown ul {
    position: relative;
    height: auto;
}

#wpsl-search-wrap .wpsl-dropdown div {
    display: block;
    position: relative;
    height: 100% !important;
    opacity: 1 !important;
    background: none !important;
    border: none !important;
}

#wpsl-radius .wpsl-dropdown .wpsl-selected-item {
    display: none;
}

.wpsl-dropdown {
    background: none !important;
    border: none !important;
    width: auto;
    box-shadow: none !important;
}

#wpsl-radius .wpsl-dropdown ul {
    display: flex;
}

#wpsl-radius .wpsl-dropdown li {
    position: relative;
    padding-left: 30px !important;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    padding: 8px 30px !important;
    background-color: transparent !important;
}

#wpsl-radius .wpsl-dropdown li::before {
    content: "";
    width: 18px;
    height: 18px;
    border-radius: 5px;
    border: 1.5px solid #000;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
}

#wpsl-radius .wpsl-dropdown li.wpsl-selected-dropdown::before {
    background-color: #000;
}

#wpsl-search-wrap input {
    background: transparent;
    border: none;
    width: 80px;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    padding: 0 !important;
    margin-top: 8px !important;
    font-family: 'DM Sans';
}

.ppm-montagepartner-top-filter {
    position: relative;
    display: flex;
}

#wpsl-search-wrap form {
    display: flex;
    justify-content: center;
    gap: 32px;
    background-color: #fff;
    border-radius: 60px;
    width: fit-content;
    padding: 15px 40px;
}

#wpsl-search-wrap .wpsl-input,
#wpsl-radius {
    display: flex !important;
    flex-direction: column;
    margin-bottom: 0;
    margin-right: 0 !important;
}

#wpsl-search-wrap .wpsl-input label,
#wpsl-search-wrap div label {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
}

#wpsl-search-btn[type="submit"] {
    background-color: #000;
    border-radius: 60px;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 21.782px;
    padding: 12px 40px 12px 16px !important;
    width: auto !important;
    margin-right: 0 !important;
    margin-top: 0 !important;
}

.wpsl-search-btn-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 0 !important;
    position: relative;
}

div#wpsl-search-wrap {
    justify-content: center;
    display: flex;
}

.wpsl-select-wrap {
    margin-bottom: 0 !important;
}

.wpsl-autocomplete-search-container #wpsl-search-input {
    padding: 8px 0 0 0 !important;
}

div#wpsl-wrap .wpsl-geolocation-run {
    display: none;
}

#wpsl-wrap #wpsl-result-list li {
    border: none;
    border-radius: 20px;
    background: #F6F6F6;
    padding: 50px;

}

#wpsl-wrap #wpsl-result-list li:not(:last-child) {
    margin-bottom: 75px;
}

#wpsl-wrap {
    display: flex;
    flex-direction: row-reverse;
    gap: 60px;
}

#wpsl-wrap {
    height: 100% !important;
}

#wpsl-wrap .wpsl-gmap-canvas {
    height: 100%;
    aspect-ratio: 734 / 676;
    border-radius: 40px;
    width: 55%;
    z-index: 0;
    display: block;
    position: relative;
}

#wpsl-result-list {
    width: 40%;
    margin-right: 0;
}

#wpsl-result-list #wpsl-stores {
    height: 100% !important;
}

.wpsl-search-btn-wrap::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    right: 16px;
    top: 20px;
    background-image: url(/wp-content/uploads/2025/09/topright-arrow-1.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
}

#wpsl-result-list li .wpsl-store-location > p:first-child {
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 20px !important;
}

#wpsl-result-list li .wpsl-store-location > p strong ~ span,
.wpsl-leistungen > p,
.wpsl-oeffnungszeiten > p {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 25px;
}

#wpsl-result-list li p {
    margin-bottom: 0;
}

.wpsl-shop-button {
    margin-top: 40px;
    border-radius: 100px;
    background: #000;
    display: flex;
    padding: 10px 50px 10px 20px;
    justify-content: start;
    align-items: center;
    gap: 10px;
    position: relative;
    color: #fff !important;
    font-size: 1em;
    font-style: normal;
    font-weight: 600;
    line-height: 1.5em;
    text-decoration: none !important;
    flex-grow: 0;
    width: fit-content;
    margin-right: auto;
}

.wpsl-shop-button::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    right: 24px;
    background-image: url(/wp-content/uploads/2025/09/topright-arrow-1.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
}

p:has(+ .wpsl-leistungen),
p:has(+ .wpsl-oeffnungszeiten),
p strong:has(+ br + .wpsl-street)  {
    margin-top: 20px !important;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 25px;
}

.gmnoprint.gm-bundled-control {
    margin: 30px !important;
}

#wpsl-gmap #wpsl-map-controls {
    margin: 20px !important;
}

.gm-style-iw-ch {
    display: none;
}

button.gm-ui-hover-effect {
    position: absolute;
    right: -8px !important;
    top: -2px !important;
    opacity: 1 !important;
}

button.gm-ui-hover-effect span {
    margin: 0 !important;
}

button.gm-ui-hover-effect {
    width: auto !important;
    height: auto !important;
}

.gm-style-iw.gm-style-iw-c {
    padding: 0px 20px 24px !important;
    border-radius: 20px;
}

.gm-style-iw-chr {
    justify-content: flex-end;
    transform: translateY(12px);
}

#wpsl-wrap .wpsl-info-window *,
.gm-style-iw-d {
       font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.1;
}

.gm-style-iw-d {
    margin-top: 20px;
    font-weight: 600 !important;
}

#wpsl-wrap .wpsl-info-window * strong {
    font-weight: 600;
}

.gm-style-iw-d {
    overflow: clip !important;
}

.gm-style-iw.gm-style-iw-c {
    height: fit-content;
}

a.wpsl-directions {
    /* text-decoration: none !important;
    background-color: #000;
    padding: 12px 24px;
    color: #fff !important;
    border-radius: 60px;
    font-weight: 600 !important;
    margin-top: 10px; */
    display: none;
}

/* RESPONSIVE MONTAGEPARTNER */

@media screen and (max-width: 767px) {
    #wpsl-search-wrap form {
        flex-direction: column;
        /* align-items: flex-start; */
        border-radius: 100px;
        padding: 40px !important;
        gap: 20px;
    }
    #wpsl-radius .wpsl-dropdown ul {
        flex-direction: column;
    }

    .wpsl-search-btn-wrap {
        margin: 0 !important;
    }
}

@media screen and (max-width: 1199px) {
    #wpsl-wrap {
        flex-direction: column;
    }

     #wpsl-wrap > div {
         width: 100% !important;
     }
}

/* BLINKING CURSOR */

@keyframes blink-cursor {
    0% { border-left-color: transparent; }
    50% { border-left-color: black; }
    100% { border-left-color: transparent; }
  }
  
  /* Show fake cursor only when empty and not focused */
  input#wpsl-search-input:placeholder-shown {
    border-left: 1px solid black;
    border-radius: 0;
    animation: blink-cursor 1s step-end infinite;
  }
  
  /* Stop blinking when input is focused */
  input#wpsl-search-input:focus {
    animation: none;
    border-left-color: transparent; /* hide it, like the real caret takes over */
  }

  /* HOVER MONTAGEPARTNER */

  #wpsl-search-btn[type="submit"]:hover,
  .wpsl-shop-button:hover {
    background-color: var(--color-primary);
}

#wpsl-radius .wpsl-dropdown li:hover::before {
    border-color: var(--color-primary);
}

#wpsl-radius .wpsl-dropdown li:hover {
    color: var(--color-primary);
}

#wpsl-radius .wpsl-dropdown li.wpsl-selected-dropdown:hover::before {
    background-color: var(--color-primary);
}

/* REIFEN SHOP RESPONSIVE */

@media screen and (max-width: 1199px) {
    .ppm-produkte-grid > div > div {
        display: flex;
        flex-direction: column;
    }
    
    .ppm-produkte-grid > div > div > div {
        width: 100%;
    }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
    .ppm-sidebar-filter-column .ppm-sticky-filter-wrap {
        flex-direction: row;
        justify-content: space-between;
    }
}

/* FIX VARIATION VS VARIABLE */

body.woocommerce-shop.ppm-show-results:not(.filtered) .product-type-variable .ppm-details-button {
    display: none !important;
}

/* REVIEWS */

div#reviews span#reply-title {
    text-transform: none !important;
    letter-spacing: normal !important;
    font-size: 16px !important;
}

div#reviews p.woocommerce-noreviews {
    display: none;
}

#reviews :not(.comment-form-cookies-consent)>label {
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 25px;
    text-transform: none !important;
    letter-spacing: normal !important;
}


div#reviews input#submit {
        border-radius: 100px !important;
    padding: 10px 20px !important;
    font-size: 22px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: 35px !important;
    text-transform: none !important;
    letter-spacing: normal !important;
    background-color: var(--color-black);
    color: var(--color-white);
    border-color: transparent !important;
}



div#reviews input#submit:hover {
    background-color: var(--color-primary) !important;
}

div#reviews p.stars {
    margin: 10px 0 20px !important;
}

#reviews .woocommerce-Reviews-title {
    display: none
}

/* WARENKORB */

.woocommerce-cart tbody ul.wc-block-components-product-detailsm,
.woocommerce-cart tbody dl.variation {
    column-count: 2;
    column-gap: 40px;
}

.woocommerce-cart tbody ul.wc-block-components-product-details li,
.wc-block-components-product-details.wc-block-components-product-details li {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    line-height: 1.5;
}

.woocommerce-cart thead {
    border: none !important;
}

.woocommerce-cart thead th {
    text-align: center;
}

.woocommerce-cart thead th {
    text-transform: none !important;
    font-family: "DM Sans";
    color: var(--color-black) !important;
}

.woocommerce-cart .wc-block-cart-item__prices .wc-block-components-product-price__value {
    font-weight: 400;
}

.woocommerce-cart .wc-block-cart-item__prices .wc-block-components-product-price__value,
.woocommerce-cart .wc-block-cart-item__prices .wc-block-components-product-price__value::before,
.woocommerce-cart .wc-block-cart-item__prices .wc-block-components-product-price__value::after {
    font-size: 16px;
    font-style: normal;
    line-height: 25px;
}

.woocommerce-cart .wc-block-cart-item__prices .wc-block-components-product-price__value {
    font-weight: 600;
}

.woocommerce-cart .wc-block-cart-item__prices .wc-block-components-product-price__value::before,
.wc-block-components-order-summary-item__description .wc-block-components-product-price__value::before {
    content: "Einzelpreis: ";
}



/*
.woocommerce-cart button.wc-block-cart-item__remove-link {
    border-radius: 100px !important;
    padding: 4px 20px !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: 35px !important;
    text-transform: none !important;
    text-decoration: none !important;
    letter-spacing: normal !important;
    background-color: var(--color-black) !important;
    color: var(--color-white) !important;
    margin-top: 20px !important;
}

.woocommerce-cart button.wc-block-cart-item__remove-link:hover {
    background-color: var(--color-primary) !important;
}

*/

.woocommerce-cart button.wc-block-cart-item__remove-link svg {
    display: flex;
}

.wc-block-cart-items tbody {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.wc-block-cart__main .wc-block-cart-items {
	border-bottom: none !important;
}

.woocommerce-cart tr.wc-block-cart-items__row {
    border-radius: 20px;
    background: #F6F6F6 !important;
    position: relative;
    display: flex !important;
    flex-wrap: wrap;
}

.woocommerce-cart tr.wc-block-cart-items__row  > td {
    border-top: none !important;
    border-bottom: none !important;
}

.woocommerce-cart tr.wc-block-cart-items__row > td {
    margin-bottom: 0 !important;
}

.woocommerce-cart .wc-block-cart-item__quantity {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 12px 0 0;
}

.woocommerce-cart .wc-block-cart-item__quantity > button, 
.woocommerce-cart .wc-block-cart-item__quantity > div {
    margin: 0 !important;
}

.woocommerce-cart .wc-block-components-quantity-selector {
    border: 1px solid var(--color-black);
    border-radius: 100px;
    /* padding: 0 10px; */
}

.woocommerce-cart .wc-block-components-quantity-selector::after {
    display: none;
}

.woocommerce-cart .wc-block-components-quantity-selector > button {
    border: none !important;
    outline: none !important;
}

.woocommerce-cart .wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input {
    font-weight: 400; 
}

.woocommerce-cart .wc-block-cart-item__product {
    padding: 40px !important;
    flex-basis: 100%;
}

.wc-block-cart-item__wrap {
    width: 100%;
}

.woocommerce-cart .wc-block-cart-item__total {
    bottom: 0;
    right: 0;
    flex-basis: 100%;
    padding: 0 20px 20px 20px !important;
}

span.wc-block-formatted-money-amount.wc-block-components-formatted-money-amount.wc-block-components-product-price__value::after,
span.wc-block-formatted-money-amount.wc-block-components-formatted-money-amount.wc-block-components-totals-item__value::after,
span.wc-block-formatted-money-amount.wc-block-components-formatted-money-amount.wc-block-components-totals-footer-item-tax-value::after {
    content: " inkl. MwSt."
}

.woocommerce-cart .wc-block-components-product-name {
    margin-bottom: 8px !important;
    text-decoration: none !important;
    font-weight: 600 !important;
}

.woocommerce-cart .wc-block-cart-item__image img {
    max-width: 80px !important;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    object-position: 50% 0%;
    mix-blend-mode: multiply;
}


.woocommerce-cart .wc-block-cart-item__image {
    float: right;
    padding: 20px !important;
}

@media screen  and (max-width: 767px) {
    .woocommerce-cart .wc-block-cart-item__image {
        margin-top: -20px !important;
    }
}

td.wc-block-cart-item__image {
    position: absolute;
    right: 0;
}

.wc-block-components-totals-item.wc-block-components-totals-footer-item {
    column-gap: 20px;
}

/* TABLE BORDER */

.is-large.wc-block-cart .wc-block-cart-items {
    border: none !important;
}

/* SUBMIT BUTTON */

.wc-block-cart__submit-button {
    border-radius: 100px !important;
    padding: 10px 20px !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: 35px !important;
    text-transform: none !important;
    text-decoration: none !important;
    letter-spacing: normal !important;
    background-color: var(--color-black) !important;
    color: var(--color-white) !important;
}

.wc-block-cart__submit-button:hover {
    background-color: var(--color-primary) !important;
}
/* CART LEGACY LAYOUT */
/* 
.woocommerce table.cart>:first-child>tr:not(:first-child),
.woocommerce table.cart>tr:not(:first-child) {
    border: none !important;
}

.woocommerce table.cart tr:not(:last-child) td:first-child {
    display: flex;
}


.woocommerce table.cart tr:not(:last-child) td:first-child {
    font-size: 16px !important;
    font-weight: 300 !important;
    color: var(--color-black) !important;
}

.woocommerce-cart button[name="update_cart"],
.wc-proceed-to-checkout a.checkout-button {
    border-radius: 100px !important;
    padding: 4px 20px !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: 35px !important;
    text-transform: none !important;
    text-decoration: none !important;
    letter-spacing: normal !important;
    background-color: var(--color-black) !important;
    color: var(--color-white) !important;
}

.woocommerce-cart button[name="update_cart"]:hover,
.wc-proceed-to-checkout a.checkout-button:hover {
    background-color: var(--color-primary)  !important;
}

th.product-name {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

th.product-name a {
    font-weight: 600;
}

form.woocommerce-cart-form {
    background: #f6f6f6;
    border-radius: 20px;
    padding: 40px;
}

.woocommerce table tbody tr:not(:first-child):not(:last-child) {
    border-top: 1px solid #e5e5e7 !important;
}

.woocommerce table.cart tbody tr > * {
    padding-top: 40px !important
}

.cart_totals table.cart tbody tr > * {
    padding-top: 40px !important
}

.cart_totals tr.order-total {
    border-top: 1px solid #e5e5e7 !important;
}

.cart_totals {
    background: #f6f6f6;
    border-radius: 20px;
    padding: 40px;
}

.woocommerce table.cart tbody tr:first-child,
.woocommerce table.cart tbody tr:last-child {
    border-top: none !important;
}

.woocommerce-cart a.remove {
    color: #aaa !important;
}

.woocommerce table.cart thead th.product-name {
    visibility: hidden;
}

body.woocommerce-cart .shop_table .shipping { display:none !important; } */

/* CHECKOUT */

.wc-block-checkout__pickup-options .read-more-content {
    font-size: 16px;
    line-height: 1.3em;
    letter-spacing: 0;
}

.wc-block-components-form .wc-block-components-text-input input[type=email], 
.wc-block-components-form .wc-block-components-text-input input[type=number], 
.wc-block-components-form .wc-block-components-text-input input[type=password], 
.wc-block-components-form .wc-block-components-text-input input[type=tel], 
.wc-block-components-form .wc-block-components-text-input input[type=text], 
.wc-block-components-form .wc-block-components-text-input input[type=url], 
.wc-block-components-text-input input[type=email], 
.wc-block-components-text-input input[type=number], 
.wc-block-components-text-input input[type=password], 
.wc-block-components-text-input input[type=tel], 
.wc-block-components-text-input input[type=text], 
.wc-block-components-text-input input[type=url],
.wc-blocks-components-select .wc-blocks-components-select__select,
.wc-block-checkout__add-note .wc-block-components-textarea,
.wc-block-components-address-card {
    border: none !important;
    background-color: #f6f6f6 !important;
    border-radius: 10px !important;    
}



.wc-block-components-radio-control--highlight-checked .wc-block-components-radio-control-accordion-option--checked-option-highlighted, 
.wc-block-components-radio-control--highlight-checked label.wc-block-components-radio-control__option--checked-option-highlighted {
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
}

.wc-block-components-radio-control--highlight-checked:after {
    display: none !important;
}

.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox],
.wc-block-components-radio-control .wc-block-components-radio-control__input {
    border-radius: 5px !important;
    border: 1.5px solid #000 !important;
}

.wp-block-woocommerce-checkout-pickup-options-block .wc-block-components-checkout-step__container,
.wp-block-woocommerce-checkout-pickup-options-block .wc-block-components-local-pickup-select {
    background-color: #f6f6f6;
    padding: 20px;
    border-radius: 20px;
}

.wc-block-components-radio-control .wc-block-components-radio-control__input:checked:before {
    border-radius: 3px !important;
}

.wp-block-woocommerce-checkout-actions-block .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button,
.woocommerce-cart :not(.woocommerce-message)>.button:not(.alt,.checkout,.view,.pay,[name*=save_]), 
.woocommerce-cart :not(.woocommerce-message)>input[type=submit]:not(.alt,.checkout,.view,.pay,[name*=save_]) {
    border-radius: 100px !important;
    border: none !important;
    padding: 12px 20px !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: 35px !important;
    text-transform: none !important;
    text-decoration: none !important;
    letter-spacing: normal !important;
    background-color: var(--color-black) !important;
    color: var(--color-white) !important;
    font-family: "DM Sans" !important;
    line-height: 1.3 !important;
}

.wp-block-woocommerce-checkout-actions-block .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button:hover,
.woocommerce-cart :not(.woocommerce-message)>.button:not(.alt,.checkout,.view,.pay,[name*=save_]), 
.woocommerce-cart :not(.woocommerce-message)>input[type=submit]:not(.alt,.checkout,.view,.pay,[name*=save_]) {
    background-color: var(--color-primary) !important;
}


.wc-block-components-checkout-return-to-cart-button {
    border-radius: 100px !important;
    border: none !important;
    padding: 12px 20px 12px 50px !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: 35px !important;
    text-transform: none !important;
    text-decoration: none !important;
    letter-spacing: normal !important;
    background-color: #f6f6f6 !important;
    color: var(--color-black) !important;
    font-family: "DM Sans" !important;
    line-height: 24px !important;
}

.wc-block-components-checkout-return-to-cart-button:hover {
    background-color: var(--color-primary) !important;
    color: var(--color-white) !important;
}

.wc-block-components-checkout-return-to-cart-button svg {
    left: 20px !important;
}

/* CHECKOUT LAYOUT */

.wp-block-woocommerce-checkout-order-summary-fee-block.wc-block-components-totals-wrapper,
.wp-block-woocommerce-checkout-order-summary-discount-block.wc-block-components-totals-wrapper {
    /* display: none; */
    padding: 0 !important;
}

.wp-block-woocommerce-checkout-order-summary-subtotal-block.wc-block-components-totals-wrapper,
.wp-block-woocommerce-checkout-order-summary-shipping-block.wc-block-components-totals-wrapper {
    padding: 0 0 10px !important;
}

.woocommerce-checkout main > .uk-container 
.woocommerce-cart main > .uk-container {
    max-width: 1400px;
}

.wc-block-components-sidebar-layout {
    display: flex;
    flex-wrap: wrap;
    column-gap: 60px;
}

.wc-block-components-sidebar-layout.wc-block-checkout.is-large {
    flex-direction: column-reverse;
    row-gap: 40px;
}

.wc-block-components-sidebar-layout .wc-block-components-main,
.wc-block-components-sidebar {
    flex: 1 1 auto;
    width: 40% !important;
    padding: 100px 0 0 0 !important;
}

.wp-block-woocommerce-checkout {
    padding-top: 0 !important;
}

@media screen and (min-width: 900px) {
    .wc-block-components-sidebar-layout > div:first-child {
        display: none;
    }
}

.wp-block-woocommerce-checkout-actions-block .wc-block-checkout__actions_row {
    gap: 20px !important;
}

@media screen and (max-width: 899px) {
    .wc-block-components-sidebar-layout .wc-block-components-main,
    .wc-block-components-sidebar {
        width: 100% !important;
    }

    .wc-block-checkout__shipping-method .wc-block-checkout__shipping-method-container {
        flex-direction: column !important;
    }
}

/* .wc-block-components-product-details.wc-block-components-product-details:last-of-type {
    column-count: 2;
} */

.wp-block-woocommerce-checkout-order-summary-block,
.wp-block-woocommerce-checkout-order-summary-block .checkout-order-summary-block-fill {
    border: none !important;
}

.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title {
    margin-top: 0 !important;
}

@container (min-width: 700px) and (max-width: 899px) {
    .wc-block-checkout__sidebar.is-sticky {
        position: relative;
    }
}

@container (min-width: 700px) {
    .wp-block-woocommerce-checkout-order-summary-block.checkout-order-summary-block-fill-wrapper {
        display:  block !important;
    }
}

@media screen and (max-width: 767px) {
    .wc-block-components-order-summary-item {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .wc-block-components-order-summary .wc-block-components-order-summary-item__description {
        padding: 0 0 16px 0 !important;
        width: 100% !important;
    }
}

/* .wc-block-components-order-summary .wc-block-components-order-summary-item__description {
    width: 100%;
} */

.wc-block-components-order-summary .wc-block-components-order-summary-item {
    flex-direction: column !important;
    /* gap: 20px; */
}

.wc-block-components-order-summary-item:not(:first-child) {
    border-top: 1px solid hsla(0,0%,7%,.11);
    margin-top: 20px;
    padding-top: 20px !important;
}

@media screen and (max-width: 740px) {
    .woocommerce-checkout .wc-block-components-sidebar {
        display: none;
    }
}

.wc-block-components-checkout-order-summary__content,
.checkout-order-summary-block-fill {
    background: #f6f6f6;
    border-radius: 20px;
    padding: 20px;
}

.wc-block-components-order-summary .wc-block-components-order-summary-item__quantity {
    padding: 0 !important;
    border: none !important;
}

.wc-block-components-totals-wrapper,
.wp-block-woocommerce-checkout-order-summary-totals-block {
    padding: 20px 0 !important;
}


.wc-block-checkout__shipping-method-option.wc-block-checkout__shipping-method-option--selected,
.wc-block-checkout__shipping-method .wc-block-checkout__shipping-method-container {
    border-radius: 10px !important;
}

@media screen and (max-width: 767px) {
    .wp-block-woocommerce-checkout-actions-block .wc-block-checkout__actions_row {
        flex-direction: column;
        gap: 20px;
    }
}

/* WARENKORB RESPONSIVE */

@media screen and (max-width: 959px) {

    .woocommerce-cart tr.woocommerce-cart-form__cart-item.cart_item {
        display: flex;
        flex-wrap: wrap;
        padding: 20px 0 !important;
    }

    .woocommerce-cart th.product-name {
        flex: 1 0 60%;
    }

    .woocommerce-cart table.cart tbody th.product-name ~ td {
        flex: 1 0 100%;
        text-align: left;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        order: 3;
    }

    .woocommerce table.cart tbody tr > * {
        padding-top: 0 !important;
    }

    .woocommerce-cart th.product-name ~ td span {
        text-align: left !important;
        float: left;
    }

    .woocommerce-cart td.product-price span.woocommerce-Price-currencySymbol::before {
        content: "Stückpreis: ";
    }

    .woocommerce-cart td.product-quantity .quantity::before  {
        content: "Anzahl: "
    }

    .woocommerce-cart td.product-subtotal span.woocommerce-Price-currencySymbol::before {
        content: "Gesamtpreis: ";
    }

    .woocommerce-cart table.shop_table td.product-thumbnail {
        order: 2;
        flex: 1 0 30%;
    }

    .woocommerce-cart td.product-quantity input.input-text.qty {
        height: auto !important;
    }
    form.woocommerce-cart-form {
        padding: 20px !important;
    }
}

@media screen and (max-width: 767px) {
    .woocommerce-cart table.shop_table td.product-thumbnail {
        order: 1;
    }
    .woocommerce-cart th.product-name {
        order: 2;
    }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
    .wc-block-components-product-details.wc-block-components-product-details:last-of-type {
        column-count: 1;
    }
}

/* CART GUTENBERG BLOCKS */
/* 
.wc-block-components-totals-footer-item .wc-block-components-totals-footer-item-tax,
.wc-block-components-totals-footer-item .wc-block-components-totals-item__label, 
.wc-block-components-totals-footer-item .wc-block-components-totals-item__value,
.wc-block-components-totals-footer-item .wc-block-components-totals-footer-item-shipping {
    font-size: 16px;
}
*/

.wc-block-components-totals-footer-item .wc-block-components-totals-footer-item-tax {
	justify-content: flex-end;
}

.wc-block-components-totals-footer-item .wc-block-components-totals-item__label,
.wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
	--wp--preset--font-size--medium: 16px;
}

.woocommerce-cart tr.wc-block-cart-items__header {
    display: none;
}

.woocommerce-cart .wp-block-woocommerce-cart-order-summary-block {
    border-bottom: none !important;
    background: #f6f6f6;
    border-radius: 20px;
    padding: 20px 40px;
    margin-bottom: 20px !important;
}

.woocommerce-cart .wc-block-cart .wc-block-cart__totals-title {
    display: none;
}

.woocommerce-cart .wc-block-components-totals-wrapper,
.wp-block-woocommerce-cart-order-summary-totals-block {
    border: none;
}

/* TOTALS */

.wc-block-components-totals-shipping .wc-block-components-totals-item strong {
    text-transform: none !important;
}

/* CHECKOUT IMG */

.wc-block-components-order-summary .wc-block-components-order-summary-item__image {
    width: 100% !important;
}

.wc-block-components-order-summary .wc-block-components-order-summary-item__image>img {
    float: right;
    mix-blend-mode: multiply;
	object-fit: contain;
}

/* CART BLOCK REMOVE SHIPPPING INFO */

.wp-block-woocommerce-cart-order-summary-shipping-block.wc-block-components-totals-wrapper,
.wp-block-woocommerce-cart-order-summary-totals-block {
    display: none;
}

.wc-block-components-notice-banner.wc-block-components-notice-snackbar, .wc-block-components-notice-snackbar-list .wc-block-components-notice-banner {
    display: none !important;
}

span.wc-block-formatted-money-amount.wc-block-components-formatted-money-amount.wc-block-components-product-price__value {
    font-weight: 600;
}

.woocommerce-cart li.wc-block-components-product-details__testbewertungen,
.woocommerce-checkout li.wc-block-components-product-details__testbewertungen {
    display: none !important;
}

/* ACCOUNT */

.woocommerce-MyAccount-navigation>ul>li>a {
    border-radius: 100px !important;
    border: none !important;
    padding: 12px 20px 12px 50px !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: 35px !important;
    text-transform: none !important;
    text-decoration: none !important;
    letter-spacing: normal !important;
    background-color: #f6f6f6 !important;
    color: var(--color-black) !important;
    font-family: "DM Sans" !important;
    line-height: 24px !important;
}

.woocommerce-MyAccount-navigation>ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.woocommerce-MyAccount-navigation>ul>li.is-active>a {
    background-color: var(--color-black) !important;
    color: var(--color-white) !important;
}

.woocommerce-MyAccount-navigation>ul>li>a:hover {
    background-color: var(--color-primary) !important;
    color: var(--color-white) !important;
}

/* THANK YOU PAGE */

/* ================================
   ORDER RECEIVED (Thank You) Page
   Matches PPM Child + Woo styles
   ================================ */

/* Wrap + spacing */
.woocommerce .woocommerce-order {
    display: grid;
    gap: 30px;
  }
  
  /* Success notice -> pill like other notices */
  .woocommerce-notice.woocommerce-thankyou-order-received {
    border-radius: 60px;
    background-color: #F6F6F6 !important;
    border-color: transparent !important;
    font-family: "DM Sans";
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    padding: 14px 20px;
    margin: 0;
  }
  
  /* Order overview (number, date, email, total, method) */
  .woocommerce-order-overview.order_details {
    display: grid;
    grid-template-columns: repeat(2, minmax(0,1fr));
    gap: 12px 20px;
    list-style: none;
    margin: 0;
    padding: 20px 24px;
    background: #F6F6F6;
    border-radius: 20px;
  }
  /* @media (min-width: 900px) {
    .woocommerce-order-overview.order_details {
      grid-template-columns: repeat(5, minmax(0,1fr));
    }
  } */
  .woocommerce-order-overview__order strong,
  .woocommerce-order-overview__date strong,
  .woocommerce-order-overview__email strong,
  .woocommerce-order-overview__total strong,
  .woocommerce-order-overview__payment-method strong {
    font-weight: 600;
  }
  .woocommerce-order-overview.order_details li {
    margin: 0;
    font-family: "DM Sans";
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25;
    color: var(--color-black);
    word-break: break-all;
  }
  
  /* Section titles */
  .woocommerce-order-details__title,
  .woocommerce-customer-details .woocommerce-column__title {
    /* uses global clamp scale */
    margin: 10px 0 16px;
  }
  
  /* Order details table */
  .woocommerce-table--order-details.shop_table.order_details {
    width: 100%;
    border: none !important;
    border-collapse: separate;
    border-spacing: 0;
    background: #F6F6F6;
    border-radius: 20px;
    overflow: hidden;
  }
  .woocommerce-table--order-details thead th {
    text-align: left;
    padding: 20px 24px !important;
    font-family: "DM Sans";
    font-size: 18px;
    font-weight: 700 !important;
    color: var(--color-black) !important;
    background: rgba(0,0,0,0.04);
  }
  .woocommerce-table--order-details tbody td,
  .woocommerce-table--order-details tfoot th,
  .woocommerce-table--order-details tfoot td {
    padding: 16px 24px !important;
    border: none !important;
    vertical-align: top;
    font-family: "DM Sans";
    font-size: 16px;
    font-weight: 600;
    line-height: 1.35;
  }
  .woocommerce-table__product-name a {
    color: var(--color-black);
    text-decoration: none;
    font-weight: 700;
  }
  .woocommerce-table__product-name a:hover {
    color: var(--color-primary);
  }
  .woocommerce-table__line-item ul.wc-item-meta {
    margin: 8px 0 0;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(2, minmax(0,1fr));
    gap: 6px 20px;
    font-size: 14px;
    font-weight: 600;
  }
  
  .woocommerce-table__line-item ul.wc-item-meta p {
    font-weight: 400;
  }
  
  @media (max-width: 767px) {
    .woocommerce-table__line-item ul.wc-item-meta {
      grid-template-columns: 1fr;
    }
  }
  .woocommerce-table__line-item ul.wc-item-meta li {
    display: flex;
    gap: 6px;
    justify-content: space-between;
  }
  .woocommerce-table__line-item .product-total bdi,
  .woocommerce-order-overview__total bdi {
    font-size: 16px !important; /* keep consistent with cart totals in theme */
    font-weight: 700;
  }
  
  /* Totals/footer rows inside the table */
  .woocommerce-table--order-details tfoot tr:not(:last-child) > * {
    border-bottom: 1px solid #e5e5e7 !important;
  }
  .woocommerce-table--order-details tfoot th {
    font-weight: 700;
  }
  .woocommerce-table--order-details tfoot small {
    font-weight: 600;
  }
  
  /* Pickup / delivery line styling (long text cell) */
  .woocommerce-table--order-details tfoot td:has(strong + br) {
    white-space: normal;
    line-height: 1.35;
  }
  
  /* Customer details / address card */
  .woocommerce-customer-details address {
    margin: 0;
    background: #F6F6F6;
    border-radius: 20px;
    padding: 24px;
    font-style: normal;
    font-family: "DM Sans";
    font-size: 16px;
    font-weight: 600;
    line-height: 1.35;
  }
  .woocommerce-customer-details--email {
    margin-top: 8px;
    color: var(--color-gray);
    word-break: break-word;
  }
  
  /* Buttons on this page (pay, view, etc.) — follow global btn style */
  .woocommerce a.button:not(.ppm-details-button),
  .woocommerce .button:not(.ppm-details-button),
  .woocommerce .woocommerce-button,
  .woocommerce-Address a {
    border-radius: 100px !important;
    border: none !important;
    padding: 10px 20px !important;
    font-family: "DM Sans" !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 1.3 !important;
    text-transform: none !important;
    text-decoration: none !important;
    letter-spacing: normal !important;
    background-color: var(--color-black) !important;
    color: var(--color-white) !important;
  }
  .woocommerce a.button:hover:not(.ppm-details-button),
  .woocommerce .button:hover:not(.ppm-details-button),
  .woocommerce .woocommerce-button:hover,
  .woocommerce-Address a:hover {
    background-color: var(--color-primary) !important;
  }
  
  /* Small helpers */
  .woocommerce-order .product-quantity {
    font-weight: 700;
  }
  .woocommerce-order .woocommerce-Price-amount {
    white-space: nowrap;
  }
  
  /* Layout tweaks for narrow screens */
  @media (max-width: 899px) {
    .woocommerce-order-overview.order_details {
        display: flex;
        flex-direction: column;
        padding: 16px;

    }
    .woocommerce-table--order-details thead {
      display: none; /* simpler stacked look */
    }
    .woocommerce-table--order-details tr {
      display: grid;
      grid-template-columns: 1fr;
    }
    .woocommerce-table--order-details td.product-total {
      justify-self: end;
    }
  }
  
  /* Print: clean, compact */
  @media print {
    .uk-navbar, footer, .tm-toolbar-default { display: none !important; }
    .woocommerce-notice,
    .woocommerce-order-overview,
    .woocommerce-table--order-details,
    .woocommerce-customer-details address {
      background: #fff !important;
      border: 1px solid #e5e5e7 !important;
    }
  }
  
  /* ============ Order Received Page Cleanup ============ */
  
  /* Order Overview Box */
  .woocommerce-order-overview.order_details {
    border: none !important;
    box-shadow: none !important;
    background: #F6F6F6;
    border-radius: 20px;
    padding: 24px; /* mehr Luft innen */
  }
  
  /* Order Details Table */
  .woocommerce-table--order-details.shop_table.order_details {
    border: none !important;
    box-shadow: none !important;
    background: #F6F6F6;
    border-radius: 20px;
    padding: 24px; /* extra Padding rundum */
    overflow: hidden;
  }
  
  /* Entfernt ALLE WooCommerce Borders */
  .woocommerce-table--order-details th,
  .woocommerce-table--order-details td,
  .woocommerce-table--order-details tr,
  .woocommerce-table--order-details,
  .woocommerce-order-overview li {
    border: none !important;
  }
  
  /* Tabellenkopf */
  .woocommerce-table--order-details thead th {
    background: transparent !important;
    border: none !important;
    padding: 12px 0 20px 0 !important;
    font-weight: 700;
  }
  
  /* Tabellen-Zeilen */
  .woocommerce-table--order-details tbody td {
    padding: 16px 0 !important;
    border: none !important;
    width: 100%;
  }

  @media screen and (min-width: 900px) {
    .woocommerce-order-received .woocommerce-table--order-details tbody td {
        width: 50%;
    }
  }
  
  /* Tabellen-Footer (Zwischensumme, Gesamt etc.) */
  .woocommerce-table--order-details tfoot th,
  .woocommerce-table--order-details tfoot td {
    border: none !important;
    padding: 12px 0 !important;
    font-weight: 600;
  }
  
  /* Adress-Box */
  .woocommerce-customer-details address {
    background: #F6F6F6;
    border-radius: 20px;
    padding: 24px;
    border: none !important;
  }
  
  /* Mobile Anpassung */
  @media (max-width: 767px) {
    .woocommerce-table--order-details.shop_table.order_details {
      padding: 16px;
    }
    .woocommerce-order-overview.order_details {
      padding: 16px;
    }
  }

  /* ACCOUNT RECHNUGNSADRESSE */

  /* ================================================
   Mein Konto → Adresse bearbeiten
   nur auf .woocommerce-account Seiten
   ================================================ */

.woocommerce-account form .form-row label {
    display: block;
    margin: 0 0 6px;
    font-family: "DM Sans", system-ui, sans-serif;
    font-size: 16px !important;
    font-weight: 400 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
    color: #111 !important;
  }
  
  .woocommerce-account form .form-row label .required,
  .woocommerce-account form .form-row label .optional {
    font-weight: 400 !important;
    color: #999;
    font-size: 16px;
  }
  
  .woocommerce-account form .form-row .input-text,
  .woocommerce-account form .form-row select,
  .woocommerce-account form .form-row textarea {
    width: 100%;
    border: none !important;
    background: #F6F6F6 !important;
    color: #111 !important;
    border-radius: 12px !important;
    padding: 14px 16px !important;
    height: 48px;
    font-family: "DM Sans", system-ui, sans-serif;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 1.4;
  }
  
  .woocommerce-account #billing_country_field .woocommerce-input-wrapper > strong {
    display: block;
    background: #F6F6F6;
    border-radius: 12px;
    padding: 14px 16px;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 1.4;
    color: #111;
  }
  
  .woocommerce-account form .form-row .input-text::placeholder,
  .woocommerce-account form .form-row textarea::placeholder {
    color: #b6b6ba;
    font-weight: 400;
    font-size: 16px;
  }

  /* FAQ */

.page-id-4223 .ppm-shop-hero {
    margin-bottom: 3em !important;
}

.page-id-4223 footer {
    margin-top: 3em !important;
}

/* MONTAGEPARTNER FORMULAR */

/* =========================================================
   Montagepartner-Formular (Ninja Forms)
   Scope: nur im Container .ppm-montagepartner-formular
   ========================================================= */

   .ppm-montagepartner-formular .nf-form-cont {
    --ppm-bg: #F6F6F6;
    --ppm-fg: #111;
    --ppm-muted: #b6b6ba;
    --ppm-radius: 14px;
    --ppm-radius-lg: 16px;
    --ppm-btn: var(--color-black, #111);
    --ppm-btn-hover: var(--color-primary, #0fb);
    font-family: "DM Sans", system-ui, sans-serif;
  }
  
  .ppm-montagepartner-formular .nf-form-fields-required {
    font-size: 16px;
    font-weight: 400;
    color: var(--color-black);
    margin-bottom: 18px;
  }
  
  /* Grid: 1 Spalte mobil, 2 Spalten ab 900px */
  .ppm-montagepartner-formular .nf-form-content .nf-row {
    display: grid !important;
    grid-template-columns: 1fr;
    gap: 16px 20px;
    margin: 0 0 12px;
  }
  .ppm-montagepartner-formular .nf-row .nf-cell[style*="width: 50%"] {
    /* width: auto !important; */
  }
  @media (min-width: 900px) {
    /* .ppm-montagepartner-formular .nf-form-content .nf-row {
      grid-template-columns: 1fr 1fr;
    } */
    /* Leere rechte Spalten (die Ninja Forms mittels &nbsp; rendert) ausblenden */
    .ppm-montagepartner-formular .nf-cell:has(> nf-fields:empty),
    .ppm-montagepartner-formular .nf-cell:empty {
      display: none !important;
    }
  }
  
  /* Feld-Wrapper: keine Standard-Borders / dotted */
  .ppm-montagepartner-formular .nf-field-container,
  .ppm-montagepartner-formular .field-wrap,
  .ppm-montagepartner-formular .nf-field-element {
    border: none !important;
    box-shadow: none !important;
  }
  
  /* Labels: 16/400, keine Uppercase, kein LS */
  .ppm-montagepartner-formular .nf-field-label label {
    display: block;
    margin: 0 0 6px;
    font-size: 16px !important;
    font-weight: 600 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
    color: var(--ppm-fg) !important;
  }
  .ppm-montagepartner-formular .ninja-forms-req-symbol {
    color: #e54848;
    font-weight: 400;
  }
  
  /* Inputs / Selects / Textareas → Card-Optik */
  .ppm-montagepartner-formular .ninja-forms-field.nf-element,
  .ppm-montagepartner-formular select.ninja-forms-field,
  .ppm-montagepartner-formular textarea.ninja-forms-field {
    width: 100%;
    border: none !important;
    outline: none !important;
    background: var(--ppm-bg) !important;
    color: var(--ppm-fg) !important;
    border-radius: var(--ppm-radius-lg) !important;
    padding: 14px 16px !important;
    height: 48px;
    line-height: 20px;
    font-size: 16px !important;
    font-weight: 400 !important;
    box-shadow: none !important;
    aspect-ratio: 1;
    /* width: auto; */
  }
  
  /* Textarea Höhe & Radius */
  .ppm-montagepartner-formular textarea.ninja-forms-field {
    min-height: 140px;
    height: auto;
    resize: vertical;
    border-radius: var(--ppm-radius-lg) !important;
  }
  
  /* Placeholder dezenter */
  .ppm-montagepartner-formular .ninja-forms-field::placeholder,
  .ppm-montagepartner-formular textarea.ninja-forms-field::placeholder {
    color: var(--ppm-muted);
    font-weight: 400;
  }
  
  /* Select: native clean + gleiche Höhe */
  .ppm-montagepartner-formular select.ninja-forms-field {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image:
      linear-gradient(45deg, transparent 50%, #888 50%),
      linear-gradient(135deg, #888 50%, transparent 50%);
    background-position:
      calc(100% - 22px) 20px, calc(100% - 14px) 20px;
    background-size: 8px 8px, 8px 8px;
    background-repeat: no-repeat;
    padding-right: 44px !important;
  }
  
  /* Checkbox: größere Klickfläche, Text 16/400 */
  .ppm-montagepartner-formular .checkbox-wrap .nf-field-element {
    display: flex;
    align-items: flex-start;
    gap: 0;
    width: auto;
  }
  
  .ppm-montagepartner-formular .checkbox-wrap input[type="checkbox"],
  .ppm-montagepartner-formular .checkbox-wrap input[type="checkbox"]:checked {
    background: var(--ppm-btn);
    box-shadow: inset 0 0 0 6px #fff;
    aspect-ratio: 1;
    height: auto;
    width: 20px !important;
  }
  
  .ppm-montagepartner-formular .checkbox-wrap + .nf-field-label label,
  .ppm-montagepartner-formular .checkbox-wrap ~ .nf-field-label label,
  .ppm-montagepartner-formular .checkbox-wrap label {
    font-size: 16px !important;
    font-weight: 400 !important;
  }
  
  /* Fehlerzustände */
  .ppm-montagepartner-formular .nf-error .ninja-forms-field {
    background: #fff5f5 !important;
    width: 100%;
    aspect-ratio: 1;
    display: flex;
    height: 20px;
  }
  
  
  /* Submit-Button im Shop-Look (Pill) */
  .ppm-montagepartner-formular input[type="submit"].ninja-forms-field {
    width: fit-content;
    background: var(--ppm-btn) !important;
    color: #fff !important;
    border: none !important;
    border-radius: 100px !important;
    padding: 12px 22px !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    cursor: pointer;
  }
  
  
  .ppm-montagepartner-formular input[type="submit"].ninja-forms-field:hover {
    background: var(--ppm-btn-hover) !important;
  }
  
  
  .nf-error-msg.nf-error-required-error {
      font-size: 13px;
  }
  
  .nf-error-msg.nf-error-field-errors {
      font-size: 13px;
  }

  .ninja-forms-form-wrap .submit-wrap .nf-field-element::after {
    content: " ";
    background-image: url("/wp-content/uploads/2025/09/topright-arrow-1.svg");
    background-size: contain;
    background-repeat: no-repeat;
    width: 20px !important;
    height: 20px;
    transform: translate(-40px, 5px);
    z-index: 10;
    aspect-ratio: 1;
    position: relative;
    display: inline-block;
    transition: all 0.3s ease;
}

.ninja-forms-form-wrap .submit-wrap input[type="submit"] {
    padding-right: 40px !important;
}
.ninja-forms-form-wrap .submit-wrap .nf-field-element:hover::after {
        transform: translate(-37px, 2px);
}

.ppm-montagepartner-formular .listselect-wrap .nf-field-element:has(select)::after {
    content: " ";
    background-image: url("/wp-content/uploads/2025/10/down-chevron-svgrepo-com.svg");
    background-size: contain;
    background-repeat: no-repeat;
    width: 20px !important;
    height: 20px;
    transform: translate(-40px, 12px);
    z-index: 10;
    aspect-ratio: 1;
    position: relative;
    display: inline-block;
    transition: all 0.3s ease;
    position: absolute;
}


.ppm-montagepartner-formular .listselect-wrap .nf-field-element:has(select:hover)::after {
    content: " ";
    background-image: url("/wp-content/uploads/2025/10/down-chevron-svgrepo-com.svg");
    background-size: contain;
    background-repeat: no-repeat;
    width: 20px !important;
    height: 20px;
    transform: translate(-40px, 12px) rotate(90deg);
    z-index: 10;
    aspect-ratio: 1;
    position: relative;
    display: inline-block;
    transition: all 0.3s ease;
    position: absolute;
}

/* Single Product Gallery Fix */

.woocommerce-product-gallery .flex-control-thumbs {
    display: flex;
}

.woocommerce-product-gallery li:not(.flex-active):not(:first-child) {
    display: none;
}

/* Den Container initial oder beim Variantenwechsel verstecken */
.tm-element-woo-images {
    opacity: 0;
	transition: opacity 0.6s ease-in-out, visibility 0.6s;
    visibility: hidden;
}

/* Die Klasse, die per JS hinzugefügt wird */
.tm-element-woo-images.is-visible {
    opacity: 1;
    visibility: visible;
}

/* THUMBNAIL SHOP */

.woocommerce-product-gallery li:first-child img {
    object-fit: contain;
    mix-blend-mode: multiply;
}

.woocommerce-product-gallery li:first-child {
    background-color: #f5f5f5;
    padding: 0 !important;
    aspect-ratio: 1;
    border-radius: 10px;
    justify-content: center;
    display: flex;
    width: auto; 
}

.woocommerce-product-gallery .flex-control-thumbs {
        margin: 10px 0 !important;
        gap: 8px;
}

.woocommerce-product-gallery .flex-control-thumbs li {
        height: 100px;
        
}

.wpsl-search.wpsl-clearfix {
    display: none;
}

/* PLACEHOLDER SEARCH FILTER VALUES */


body:not(.ppm-search-filter-armed) .ppm-top-filter
  .yith-wcan-filter[data-taxonomy="filter_breite"]:not(.ppm-select-value-true)
  .filter-content::after {
  content: "z.B. 205";
}
body:not(.ppm-search-filter-armed) .ppm-top-filter
  .yith-wcan-filter[data-taxonomy="filter_hoehe"]:not(.ppm-select-value-true)
  .filter-content::after {
  content: "z.B. 55";
}
body:not(.ppm-search-filter-armed) .ppm-top-filter
  .yith-wcan-filter[data-taxonomy="filter_zoll"]:not(.ppm-select-value-true)
  .filter-content::after {
  content: "z. B. 16";
}

.ppm-top-filter .filter-content { position: relative; }
.ppm-top-filter .filter-content::after {
  color: #000;
  display: block;
  font-family: "DM Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 1 !important;
  border: none;
  height: auto;
  margin-top: 8px;
}

.ppm-filter-enabled .filter-content::after  {
  opacity: 0.3 !important;
}

/* BESTELLÜBERSICHT CHECKOUT */

.wc-block-components-order-summary .wc-block-components-order-summary-item__description {
    padding: 16px 0 !important;
}

/* checkout checkboxes alignment fix */

.wc-block-components-radio-control .wc-block-components-radio-control__option {
    display: flex !important;
    gap: 12px;
    padding-left: 0;
    align-content: center;
    align-items: center;
    justify-content: center;
}

.wc-block-components-radio-control .wc-block-components-radio-control__option > input {
    position: relative;
    left: 0 !important;
    top: 0 !important;
    display: flex;
    transform: none !important;
}

/* WC CHECKOUT GUEST NOTICE */

p#wc-guest-checkout-notice {
    display: none;
}

/* WC CHECKOUT HIDE MONTAGE SHIPPING */

.wp-block-woocommerce-checkout-order-summary-fee-block:has(.wc-block-components-totals-fees__montagekosten) ~ .wp-block-woocommerce-checkout-order-summary-shipping-block .wc-block-components-totals-item {
    display: none;
  }

  /* MONTAGE OPTIONEN STYLING */

/* Checkbox-Optionen wie die Abholorte */
.rmc-montage-options .components-checkbox-control {
    margin-bottom: 0 !important;
}

.rmc-montage-options .components-checkbox-control .components-flex {
    display: flex !important;
    gap: 12px;
    padding: 12px 0;
    align-items: center;
}

/* Trennlinie zwischen den Optionen */
.rmc-montage-options .components-checkbox-control:not(:last-child) .components-flex {
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

/* Checkbox-Input – wie .wc-block-components-radio-control__input */
.rmc-montage-options .components-checkbox-control__input {
    position: relative !important;
    left: 0 !important;
    top: 0 !important;
    flex-shrink: 0;
    width: 20px !important;
    height: 20px !important;
    border-radius: 5px !important;
    border: 1.5px solid #000 !important;
    appearance: none;
    -webkit-appearance: none;
    background: #fff;
    cursor: pointer;
    margin: 0 !important;
    transition: background 0.15s ease, border-color 0.15s ease;
}

.rmc-montage-options .components-checkbox-control__input:checked {
    background-color: var(--color-black) !important;
    border-color: var(--color-black) !important;
    outline: 1px solid var(--color-black) !important;
    border: 5px solid white !important;
}

.rmc-montage-options .components-checkbox-control__input:checked + svg.components-checkbox-control__checked {
    color: #fff;
    display: none;
}

p.rmc-pending {
    margin-top: 30px !important;
}

/* REIFEN PNG */

.woocommerce-shop .ppm-shop-hero > div {
    position: relative;
}

.woocommerce-shop .ppm-shop-hero > div::before {
    content: "";
    width: 15rem;
    height: 150px;
    position: absolute;
    background-image: url(/wp-content/uploads/2026/05/wheel.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}

/* HIDE UNCATEGORIZED */
li.filter-item:has(input[value="uncategorized"]) {
    display: none;
}

/* TIPP BADGE */

.woocommerce-shop ul.products li.product:first-child::before {
    content: 'Dein Reifentipp von 4 tires';
    position: absolute;
    top: 20px;
    right: 20px;
    background: var(--color-primary);
    color: white;
    padding: 12px 20px;
    font-size: 0.6rem;
    font-weight: 600;
    border-radius: 30px;
    z-index: 10;
}

.woocommerce-shop ul.products li.product:first-child {
    position: relative;
}

@media screen and (min-width: 1024px) {
	.uk-notification-message {
		width: 700px;
	}
}

li.menu-item:has(a[href*="mein-konto"]) {
    display: none !important;
}