/** Shopify CDN: Minification failed

Line 17:22 Unexpected "{"
Line 17:31 Expected ":"
Line 38:22 Unexpected "{"
Line 38:31 Expected ":"
Line 44:22 Unexpected "{"
Line 44:31 Expected ":"
Line 45:14 Expected identifier but found whitespace
Line 45:16 Unexpected "{"
Line 45:25 Expected ":"
Line 48:22 Unexpected "{"
... and 13 more hidden warnings

**/
.template-collection-clp-masteraktion-redesign , .template-page-clp-aktionmaster-redesign{
    #shopify-section-{{ section.id }} .clp_discount_category_nav_li a span {
        display: flex;
        flex-direction: column;
        align-items: center;
        line-height: 1;
        width: max-content;
        background: none;
        color: #000000;
        font-weight: 500;
        white-space: normal;
        word-break: break-word;
    }

    .clp_discount_category_nav ul li {
        min-width: unset;
    }

    .clp_discount_category_nav ul {
        padding-bottom: 10px;
    }

    #shopify-section-{{ section.id }} .clp_discount_category_nav_li a img {
        height: 36px;
        width: 56px;
        object-fit: contain;
    }

    #shopify-section-{{ section.id }} .clp_discount_code {
        color: {{ section.settings.code_textcolor }};
    }

    #shopify-section-{{ section.id }} .clp_discount_code span {

        background-color: {{ section.settings.code_bgcolor }};
        color: {{ section.settings.code_textcolor }};
    }

    #shopify-section-{{ section.id }} .clp_discount_code span svg path {
        fill: {{ section.settings.code_textcolor }};
    }

    .clp-all-collections {
        background: #F5F4EF;
    }

    .clp_discount_category {
        padding: 32px 0 0;
    }

    .clpCollectionGrid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 16px;
    }

    .clp-collection-section {
        padding: 32px 0;
    }

    .clp-collection-heading {
        margin-bottom: 24px;
    }

    .clp-collection-heading h2 {
        color: ;
        #041E17;
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px;
    }

    .clpCollectionSlider {
        overflow: hidden;
    }

    .clpCollectionSlider .swiper-button-prev,
    .clpCollectionSlider .swiper-button-next {
        color: #000;
        height: 40px;
        width: 40px;
        font-size: 12px;
        background: #F5F4EF;
        border-radius: 50px;
    }

    .clpCollectionSlider .swiper-button-prev:after,
    .clpCollectionSlider .swiper-button-next:after {
        font-size: 20px;
        font-weight: 600;
    }

    .clpCollectionSlider .swiper-pagination {
        margin-top: 20px;
        position: relative;
    }

    .product_item_inner {
        height: 100%;
    }

    .product-item.card {
        height: 100%;
        display: flex;
        flex-direction: column;
    }

    .clp_collection_text_flex {
        height: 100%;
    }

    .discform {
        display: flex;
        align-items: end;
    }

    .product-item__badge {
        background: #A28335 !important;
        padding: 4px 8px;
        border-radius: 6px;
        color: #ffffff !important;
        margin-right: 4px;
    }

    .small_description {
        display: flex;
        align-items: center;
        min-height: 44px;
        margin-bottom: 12px;
    }

    .small_description p {
        display: flex;
        align-items: center;
        min-height: unset;
        margin: auto 0;
        font-size: 16px;
        line-height: 22px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        /* Show only 2 lines */
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .card .text-animation--underline {
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        padding: 0;
    }

    .clp_collection_text_flex_left {
        width: 100%;
    }

    .product_tag_div {
        display: flex;
        min-width: 43px;
        padding: 5px 10px 6px 10px;
        flex-direction: column;
        align-items: center;
        border-radius: 6px;
        background: #08332C;
        color: #FFFFFF;
        top: unset;
        bottom: 0;
        left: 24px;
    }

    .product_tag_div .product-tag {
        text-align: center;
        font-size: 12px;
        font-style: normal;
        font-weight: 600;
        line-height: 100%;
    }

    .product-item__badges.text-size--xsmall {
        position: absolute;
        bottom: 18px;
        left: 24px;
    }

    .card__text.product-item__text {
        padding: 24px !important;
    }

    a.product-item__title {
        min-height: 48px;
        display: flex;
        align-items: end;
        margin-bottom: 6px;
    }

    .product-item .star-rating-produkte {
        margin-bottom: 4px;
    }

    .clp_discount_category_nav {
        display: flex;
        gap: 16px;
        overflow-x: auto;
        overflow-y: hidden;
        flex-wrap: nowrap;
        white-space: nowrap;
        width: 100%;
        cursor: grab;
        -webkit-user-select: none;
        scroll-behavior: smooth;
        padding-left: 40px;
        z-index: 1;
    }

    .clp_discount_category_nav::-webkit-scrollbar {
        display: none;
    }

    .clp_discount_category_nav_li {
        flex: 0 0 auto;
    }

    .clp_discount_category:before {
        display: none;
    }

    body.template-page-clp-aktionmaster-redesign {
        overflow-x: hidden;
    }

    .clp_discount_category_nav_li {
        width: auto;
    }

    .clp_discount_category_nav_li a {
        display: flex;
        align-items: center;
        text-decoration: none;
        gap: 8px;
        padding: 4px 16px 4px 25px;
        align-items: center;
        border-radius: 100px;
        background: #E4E2D7;
        height: 48px;
        position: relative;
        z-index: 999999;
    }

    .clp_discount_category_nav_li img {
        display: block;
    }

    .disc_vars {
        margin: 16px 0 4px;
    }

    .subscription-select {
        margin-bottom: 4px;
    }

    .clp-trust-wrapper-container{
        padding: 32px 0;
    }
    .clp-trust-wrapper {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 32px;
        padding: 16px 12px;
        background: #E4E2D7;
        border-radius: 12px;
    }

    .clp-trust-item {
        display: flex;
        align-items: center;
        gap: 8px;
    }

    .clp-trust-item img {
        width: 24px;
        height: 24px;
        object-fit: contain;
        display: block;
    }

    .clp-trust-item span {
        display: block;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        color: #08332C;
    }

    .scroll-to-top {
        position: fixed;
        right: 27px;
        bottom: 100px;
        width: 66px;
        height: 66px;
        border: none;
        border-radius: 50%;
        background: #005050;
        color: #fff;
        font-size: 30px;
        cursor: pointer;
        display: none;
        z-index: 999;
        transition: opacity 0.3s ease;
        align-items: center;
        justify-content: center;
    }

    .scroll-to-top:hover {
        opacity: 0.8;
    }

    .scroll-to-top.show {
        display: flex;
    }

    @media screen and (min-width: 768px) and (max-width: 1024px) {
        .clpCollectionGrid {
            grid-template-columns: repeat(3, 1fr);
            gap: 12px;
        }
    }

    @media screen and (max-width: 768px) {
        .clp-collection-heading {
            margin-bottom: 16px;
        }

        .clpCollectionGrid {
            grid-template-columns: repeat(2, 1fr);
            gap: 8px;
        }

        .clp_discount_category {
            padding: 24px 0 0;
        }

        .clp-collection-section {
            padding: 24px 0;
        }

        .clp_discount_category_nav ul {
            display: flex;
        }

        .small_description p {
            min-height: unset;
            font-size: 12px;
            line-height: 18px;
        }

        .clp-collection-heading h2 {
            font-size: 20px;
        }

        .card__text.product-item__text {
            padding: 16px !important;
        }
        .clp-trust-wrapper-container{
            padding: 24px 0;
        }
        .clp-trust-wrapper {
            gap: 10px;
        }

        .clp-trust-item {
            gap: 6px;
        }

        .clp-trust-item img {
            width: 20px;
            height: 20px;
        }

        .clp-trust-item span{
            font-size: 10px;
        }
        .disc_btn{
            font-size: 13px;
            line-height: 18px;
            padding: 8px;
            font-weight: 500;
        }
        .clp-all-collections .clp-collection-section .clpCollectionGrid .product-grid-item {
            overflow: hidden;
        }
    }
    
    .custom-discount-badge {
        background-image: url("/cdn/shop/files/Stroke-1.png?v=1782987649");;
        background-size: cover;      /* or contain */
        background-repeat: no-repeat;
        background-position: center;
        width: 28px;
        height: 26.968px;

        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        left: 5.5%;
        z-index: -1;
    }

    .custom-discount-badge span {
        color: #FFFFFF !important;
        font-weight: 600 !important;
        font-family: Montserrat;
        font-size: 8px;
    }
}
