/*
Theme Name: Wolmart Child
Theme URI: https://wolmart.org/
Author: D-THEMES
Author URI: https://wolmart.org/about-me/
Description: Wolmart Responsive WordPress + eCommerce Theme.
Version: 1.0
Template: wolmart
License: Commercial
License URI: http://themeforest.net/licenses/regular_extended
Tags: woocommerce, corporate, ecommerce, responsive, blue, black, green, white, light, dark, red, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
*/

/*************** ADD YOUR CUSTOM CSS HERE  ***************/
.btn-dark {
    color: #fff !important;
    background-color: var(--wolmart-dark-color, #333) !important;
    border-color: var(--wolmart-dark-color, #333) !important;
}

a.btn.btn-dark {
    color: #fff !important;
}










/* Kategorie Box */
.shop-kategorie-box {
    background: linear-gradient(135deg, #f3f4f6, #ffffff);
    border: 1px solid #e0e0e0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    width: 100%;
    margin: 15px 0 30px 0;
    overflow: hidden;
    padding: 0;
    box-sizing: border-box;
}

/* Bild oben */
.shop-kategorie-box img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0;
    border-radius: 15px 15px 0 0;
    object-fit: cover;
    box-sizing: border-box;
}

/* Textbereich */
.shop-kategorie-text {
    padding: 30px 40px;
    text-align: left;
    box-sizing: border-box;
}

/* Überschrift */
.shop-kategorie-box h1 {
    font-size: 3rem;
    font-weight: 700;
    color: #222;
    margin: 20px 0 10px;
    padding: 0 0 0 40px;
    text-align: left;
    box-sizing: border-box;
}

/* Absätze */
.shop-kategorie-text p {
    font-size: 1.4rem;
    color: #555;
    line-height: 1.8;
    margin: 0 0 15px;
}

/* Styling für die Leiste */
#shop-kategorie-kaufratgeber {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 45px;
    background: linear-gradient(90deg, #d6d6d6, #f5f5f5);
    color: #333;
    font-family: 'Arial', sans-serif;
    font-weight: bold;
    padding: 0;
    margin: 0;
    border-top: 2px dashed #999;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    text-decoration: none;
    position: relative;
    z-index: 10;
    transition: all 0.3s ease-in-out;
    box-sizing: border-box;
}

/* Hover-Effekt für die Leiste */
#shop-kategorie-kaufratgeber:hover {
    background: linear-gradient(90deg, #bfbfbf, #eaeaea);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    transform: translateY(-2px);
    cursor: pointer;
    filter: brightness(1.05);
}

/* Styling für den Link und Icons */
#shop-kategorie-kaufratgeber a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 1.4rem;
    color: #333;
    text-decoration: none;
    height: 100%;
    width: 100%;
    padding: 0 10px;
    margin: 0;
    box-sizing: border-box;
    white-space: nowrap;
    line-height: 45px;
}

/* Styling für die Icons */
#shop-kategorie-kaufratgeber a::before {
    content: "🔍";
    font-size: 1.4rem;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}

#shop-kategorie-kaufratgeber a::after {
    content: "→";
    font-size: 1.4rem;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    animation: move-right 1.5s infinite;
}

/* Animation für den Pfeil */
@keyframes move-right {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(3px);
    }
    100% {
        transform: translateX(0);
    }
}

/* Responsive Anpassungen */
@media only screen and (max-width: 1024px) {
    .shop-kategorie-text {
        padding: 20px 30px;
    }

    .shop-kategorie-box h1 {
        font-size: 2.5rem;
        margin: 15px 0 10px;
        padding-left: 30px;
    }

    .shop-kategorie-text p {
        font-size: 1.2rem;
    }

    #shop-kategorie-kaufratgeber a {
        font-size: 1.4rem;
        gap: 8px;
    }
}

/* Mobile Anpassungen */
@media only screen and (max-width: 768px) {
    .shop-kategorie-box {
        width: 95%;
        margin: 10px auto;
    }

    .shop-kategorie-text {
        padding: 15px 20px;
    }

    .shop-kategorie-box h1 {
        font-size: 1.6rem; /* Kleinere Schriftgröße für Mobile */
        margin: 5px 0 5px; /* Reduzierte Margins */
        padding-left: 15px; /* Reduziertes Padding */
        line-height: 1.2; /* Engerer Zeilenabstand */
    }

    .shop-kategorie-text p {
        font-size: 1rem;
        line-height: 1.4; /* Engerer Zeilenabstand für den Text */
        margin: 0 0 10px; /* Reduzierte Margins */
    }

    /* Anpassungen für die Leiste */
    #shop-kategorie-kaufratgeber {
        height: 45px;
        padding: 0;
        width: 100%;
    }

    #shop-kategorie-kaufratgeber a {
        font-size: 1.4rem;
        gap: 8px;
        margin: 0;
        line-height: 45px;
    }
}

/* Zusätzlicher Abstand zwischen Box und Filter */
.shop-kategorie-box + #shop-kategorie-kaufratgeber {
    margin-bottom: 0;
}









/* Gesamte Box */
.shop-intro-box {
    background: linear-gradient(135deg, #f3f4f6, #ffffff) !important;
    border: 1px solid #e0e0e0 !important;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1) !important;
    border-radius: 15px !important;
    width: 100% !important;
    margin: -35px auto 30px auto !important;
    overflow: hidden !important;
    padding: 0 !important;
    box-sizing: border-box !important;
    position: relative;
    z-index: 10 !important;
}

/* Desktop Styles */
@media only screen and (min-width: 769px) {
    .shop-intro-box h1.wp-block-heading {
        font-size: 2.8rem !important;
        padding: 0 20px !important;
        margin: 20px 0 15px 0 !important;
        width: calc(100% - 180px);
    }

    .shop-intro-box figure.wp-block-image {
        float: right !important;
        margin: -35px 20px -30px 20px !important;
        padding: 0 !important;
        max-width: 140px !important;
        width: auto !important;
        position: relative;
        z-index: 1;
    }

    .shop-intro-box figure.wp-block-image img {
        width: 100% !important;
        height: auto !important;
        max-width: 140px !important;
        display: block;
    }

    .shop-intro-box p:first-of-type {
        width: calc(100% - 180px);
    }
}

/* Textbereich */
.shop-intro-box .shop-kategorie-text {
    padding: 20px;
    text-align: left;
    box-sizing: border-box;
}

/* Standard Überschriften */
.shop-intro-box h1.wp-block-heading {
    font-weight: 700;
    color: #222;
    text-align: left;
    box-sizing: border-box;
    line-height: 1.2;
}

.shop-intro-box h2.wp-block-heading {
    font-size: 1.6rem;
    font-weight: 700;
    color: #222;
    margin: 0 0 15px 0;
    padding: 0 20px !important;
    text-align: left;
}

.shop-intro-box h3.wp-block-heading {
    font-size: 1.4rem;
    font-weight: 700;
    color: #222;
    margin: 0 0 15px 0;
    padding: 0 20px !important;
    text-align: left;
}

/* Absätze */
.shop-intro-box p {
    font-size: 1.2rem;
    color: #555;
    line-height: 1.6;
    margin: 0 0 15px 0;
    padding: 0 20px !important;
}

/* Listen */
.shop-intro-box ul {
    list-style-type: disc;
    margin: 0 0 15px 35px;
    padding: 0 20px !important;
}

.shop-intro-box ul li {
    margin-bottom: 8px;
    font-size: 1.2rem;
    color: #555;
    line-height: 1.4;
    padding-left: 5px;
}

/* Button Container */
.shop-intro-box .has-text-align-center {
    width: calc(100% + 2px);
    margin: 20px -1px -1px -1px !important;
    background: linear-gradient(90deg, #d6d6d6, #f5f5f5);
    border-top: 2px dashed #999;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    padding: 0 !important;
    clear: both;
    position: relative;
    z-index: 2;
}

/* Button Style */
.shop-intro-box .has-text-align-center .button-style {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 45px;
    text-decoration: none;
    color: #333;
    font-family: 'Arial', sans-serif;
    font-weight: bold;
    font-size: 1.2rem;
    background: transparent;
    border: none;
}

/* Button Icons */
.shop-intro-box .has-text-align-center .button-style::before {
    content: "🔍";
    font-size: 1.2rem;
    margin-right: 8px;
}

.shop-intro-box .has-text-align-center .button-style::after {
    content: "→";
    font-size: 1.2rem;
    margin-left: 8px;
    animation: move-right 1.5s infinite;
}

/* Animation */
@keyframes move-right {
    0% { transform: translateX(0); }
    50% { transform: translateX(3px); }
    100% { transform: translateX(0); }
}

/* Hover Effekt */
.shop-intro-box .has-text-align-center:hover {
    background: linear-gradient(90deg, #bfbfbf, #eaeaea);
    cursor: pointer;
}

/* Tablet Anpassungen */
@media only screen and (max-width: 1024px) {
    .shop-intro-box h1.wp-block-heading {
        font-size: 1.8rem;
        padding: 0 15px !important;
    }

    .shop-intro-box figure.wp-block-image {
        margin: -10px 15px -20px 10px !important;
        max-width: 120px !important;
    }

    .shop-intro-box figure.wp-block-image img {
        max-width: 120px !important;
    }

    .shop-intro-box p, 
    .shop-intro-box ul {
        padding: 0 15px !important;
    }
}

/* Mobile Anpassungen */
@media only screen and (max-width: 768px) {
    .shop-intro-box {
        width: 95%;
        margin: -25px auto 30px auto !important;
    }

    .shop-intro-box h1.wp-block-heading {
        font-size: 1.8rem !important; /* Von 1.6rem auf 1.8rem erhöht */
        padding: 0 10px !important;
        width: 100%;
        margin: 10px 0 !important;
    }

    .shop-intro-box h2.wp-block-heading,
    .shop-intro-box h3.wp-block-heading {
        margin: 0 0 10px 0;
        padding: 0 10px !important;
    }

    .shop-intro-box figure.wp-block-image {
        float: right !important;
        margin: -10px 10px 10px 10px !important;
        max-width: 80px !important;
    }

    .shop-intro-box figure.wp-block-image img {
        max-width: 80px !important;
    }

    .shop-intro-box p {
        font-size: 1.1rem;
        line-height: 1.4;
        padding: 0 10px !important;
        margin: 0 0 10px 0;
        width: 100%;
    }

    .shop-intro-box ul {
        padding: 0 10px !important;
        margin: 0 0 10px 25px;
    }

    .shop-intro-box ul li {
        font-size: 1.1rem;
        margin-bottom: 6px;
    }

    .shop-intro-box .has-text-align-center .button-style {
        font-size: 1.1rem;
        height: 40px;
    }
}

/* Extra kleine Geräte */
@media only screen and (max-width: 480px) {
    .shop-intro-box figure.wp-block-image {
        max-width: 70px !important;
    }

    .shop-intro-box figure.wp-block-image img {
        max-width: 70px !important;
    }

    .shop-intro-box h1.wp-block-heading {
        font-size: 1.8rem !important; /* Von 1.4rem auf 1.8rem erhöht */
    }
}

/* Zusätzlicher Abstand zwischen Box und Filter */
.shop-intro-box + #shop-kategorie-kaufratgeber {
    margin-bottom: 0;
}/* Gesamte Box */
.shop-intro-box {
    background: linear-gradient(135deg, #f3f4f6, #ffffff) !important;
    border: 1px solid #e0e0e0 !important;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1) !important;
    border-radius: 15px !important;
    width: 100% !important;
    margin: -35px auto 30px auto !important;
    overflow: hidden !important;
    padding: 0 !important;
    box-sizing: border-box !important;
    position: relative;
    z-index: 10 !important;
}

/* Desktop Styles */
@media only screen and (min-width: 769px) {
    .shop-intro-box h1.wp-block-heading {
        font-size: 2.8rem !important;
        padding: 0 20px !important;
        margin: 20px 0 15px 0 !important;
        width: calc(100% - 180px);
    }

    .shop-intro-box figure.wp-block-image {
        float: right !important;
        margin: -35px 20px -30px 20px !important;
        padding: 0 !important;
        max-width: 140px !important;
        width: auto !important;
        position: relative;
        z-index: 1;
    }

    .shop-intro-box figure.wp-block-image img {
        width: 100% !important;
        height: auto !important;
        max-width: 140px !important;
        display: block;
    }

    .shop-intro-box p:first-of-type {
        width: calc(100% - 180px);
    }
}

/* Textbereich */
.shop-intro-box .shop-kategorie-text {
    padding: 20px;
    text-align: left;
    box-sizing: border-box;
}

/* Standard Überschriften */
.shop-intro-box h1.wp-block-heading {
    font-weight: 700;
    color: #222;
    text-align: left;
    box-sizing: border-box;
    line-height: 1.2;
}

.shop-intro-box h2.wp-block-heading {
    font-size: 1.6rem;
    font-weight: 700;
    color: #222;
    margin: 0 0 15px 0;
    padding: 0 20px !important;
    text-align: left;
}

.shop-intro-box h3.wp-block-heading {
    font-size: 1.4rem;
    font-weight: 700;
    color: #222;
    margin: 0 0 15px 0;
    padding: 0 20px !important;
    text-align: left;
}

/* Absätze */
.shop-intro-box p {
    font-size: 1.2rem;
    color: #555;
    line-height: 1.6;
    margin: 0 0 15px 0;
    padding: 0 20px !important;
}

/* Listen */
.shop-intro-box ul {
    list-style-type: disc;
    margin: 0 0 15px 35px;
    padding: 0 20px !important;
}

.shop-intro-box ul li {
    margin-bottom: 8px;
    font-size: 1.2rem;
    color: #555;
    line-height: 1.4;
    padding-left: 5px;
}

/* Button Container */
.shop-intro-box .has-text-align-center {
    width: calc(100% + 2px);
    margin: 20px -1px -1px -1px !important;
    background: linear-gradient(90deg, #d6d6d6, #f5f5f5);
    border-top: 2px dashed #999;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    padding: 0 !important;
    clear: both;
    position: relative;
    z-index: 2;
}

/* Button Style */
.shop-intro-box .has-text-align-center .button-style {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 45px;
    text-decoration: none;
    color: #333;
    font-family: 'Arial', sans-serif;
    font-weight: bold;
    font-size: 1.2rem;
    background: transparent;
    border: none;
}

/* Button Icons */
.shop-intro-box .has-text-align-center .button-style::before {
    content: "🔍";
    font-size: 1.2rem;
    margin-right: 8px;
}

.shop-intro-box .has-text-align-center .button-style::after {
    content: "→";
    font-size: 1.2rem;
    margin-left: 8px;
    animation: move-right 1.5s infinite;
}

/* Animation */
@keyframes move-right {
    0% { transform: translateX(0); }
    50% { transform: translateX(3px); }
    100% { transform: translateX(0); }
}

/* Hover Effekt */
.shop-intro-box .has-text-align-center:hover {
    background: linear-gradient(90deg, #bfbfbf, #eaeaea);
    cursor: pointer;
}

/* Tablet Anpassungen */
@media only screen and (max-width: 1024px) {
    .shop-intro-box h1.wp-block-heading {
        font-size: 1.8rem;
        padding: 0 15px !important;
    }

    .shop-intro-box figure.wp-block-image {
        margin: -10px 15px -20px 10px !important;
        max-width: 120px !important;
    }

    .shop-intro-box figure.wp-block-image img {
        max-width: 120px !important;
    }

    .shop-intro-box p, 
    .shop-intro-box ul {
        padding: 0 15px !important;
    }
}

/* Mobile Anpassungen */
@media only screen and (max-width: 768px) {
    .shop-intro-box {
        width: 95%;
        margin: -25px auto 30px auto !important;
    }

    .shop-intro-box h1.wp-block-heading {
        font-size: 1.8rem !important; /* Von 1.6rem auf 1.8rem erhöht */
        padding: 0 10px !important;
        width: 100%;
        margin: 10px 0 !important;
    }

    .shop-intro-box h2.wp-block-heading,
    .shop-intro-box h3.wp-block-heading {
        margin: 0 0 10px 0;
        padding: 0 10px !important;
    }

    .shop-intro-box figure.wp-block-image {
        float: right !important;
        margin: -10px 10px 10px 10px !important;
        max-width: 80px !important;
    }

    .shop-intro-box figure.wp-block-image img {
        max-width: 80px !important;
    }

    .shop-intro-box p {
        font-size: 1.1rem;
        line-height: 1.4;
        padding: 0 10px !important;
        margin: 0 0 10px 0;
        width: 100%;
    }

    .shop-intro-box ul {
        padding: 0 10px !important;
        margin: 0 0 10px 25px;
    }

    .shop-intro-box ul li {
        font-size: 1.1rem;
        margin-bottom: 6px;
    }

    .shop-intro-box .has-text-align-center .button-style {
        font-size: 1.1rem;
        height: 40px;
    }
}

/* Extra kleine Geräte */
@media only screen and (max-width: 480px) {
    .shop-intro-box figure.wp-block-image {
        max-width: 70px !important;
    }

    .shop-intro-box figure.wp-block-image img {
        max-width: 70px !important;
    }

    .shop-intro-box h1.wp-block-heading {
        font-size: 1.8rem !important; /* Von 1.4rem auf 1.8rem erhöht */
    }
}

/* Zusätzlicher Abstand zwischen Box und Filter */
.shop-intro-box + #shop-kategorie-kaufratgeber {
    margin-bottom: 0;
}




/* ##### Main was hochschieben */
main#main.main {
    margin-top: 0 !important;
    padding-top: 0 !important;
    position: relative;
    top: 10px; /* oder -30px, je nach Bedarf */
}


