:root {
    --primary: #e50033;
    --dark: #333;
}

@media (min-width: 1200px) {
    .layout-1220 .container,
    .layout-1220 .block.category.event,
    .layout-1220 .footer.content,
    .layout-1220 .header.content,
    .layout-1220 .navigation,
    .layout-1220 .page-main,
    .layout-1220 .page-wrapper > .breadcrumbs > ul,
    .layout-1220 .page-wrapper > .page-bottom,
    .layout-1220 .page-wrapper > .widget,
    .layout-1220 .top-container {
        max-width: 80% !important;
    }
}

.matrix_layoutMain.container {
    max-width: 100% !important;
}

/* ---------- HEADER MAINNAVI ---------- */

@media (min-width: 992px) {
    body .page-header {
        box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 20px 0px;
    }

    body .page-header .header-main {
        border-bottom: 1px solid #e5e5e5;
    }

    body .page-header.type1 .navigation:not(.side-megamenu) .level0 .level-top {
        font-size: 16px;
        font-weight: 500;
    }
}
@media (min-width: 1200px) {
    body .page-header.type1 .navigation li:first-child {
        display: none;
    }
}

body main.page-main {
    padding-top: 2rem !important;
}

/* ---------- CATEGORY ---------- */
.catalog-category-view .page-title-wrapper {
    display: block;
}

body #maincontent.page-main > .page-title-wrapper .page-title {
    font-size: 36px;
}
body #maincontent .page-title span {
    color: var(--dark);
}

/* ---------- PRODUCT ITEM ---------- */

body .product-item-info {
    border: 1px solid #e5e5e5;
    background-color: #ffffff;
    transition: all 0.3s ease;
}

body .product-item-info:hover {
    box-shadow: 0 15px 35px -5px rgba(0, 0, 0, 0.1);
}

body .product-item-info:hover .product-item-photo {
    box-shadow: none;
}

body .product-item-name a {
    font-size: 1.1rem;
    font-weight: 600;
}

/* ---------- PRODUCT ITEM ACTIONS ---------- */

body
    .product-item-info
    .product-item-details
    .product-item-actions
    .tocart.primary {
    transition: all 0.3s ease;
    color: #fff;
    background-color: var(--primary);
    border-color: transparent;
    line-height: 40px;
    padding: 0 0.85rem;
    font-size: 0.9rem;
    height: 42px;
    font-weight: 600;
}

body .product-item .tocart:before {
    content: "\e91d";
}

body
    .product-item-info
    .product-item-details
    .product-item-actions
    .tocart.primary:hover {
    background-color: var(--dark);
    border-color: transparent;
}

body .action.primary,
body
    .products-grid
    .product-item-info:hover
    .product-item-details
    .product-item-actions
    .tocart {
    background-color: var(--dark);
    border-color: transparent;
}

/* ---------- PRODUCT INFO ---------- */
/* Detailseite der Produkte */

body .product-info-main .page-title-wrapper .page-title {
    margin-bottom: 1.5rem !important;
}

body .product-info-main .product.overview {
    font-size: 1rem;
    margin-bottom: 2rem;
}

@media (min-width: 768px) {
    body.page-layout-1column .product.media,
    body.page-layout-2columns-left .product.media,
    body.page-layout-2columns-right .product.media,
    body.page-layout-3columns .product.media,
    body.page-product-downloadable .product-options-wrapper {
        width: 40%;
    }
}

@media (min-width: 768px) {
    body.page-layout-1column .product-info-main,
    body.page-layout-2columns-left .product-info-main,
    body.page-layout-2columns-right .product-info-main,
    body.page-layout-3columns .product-info-main,
    body.page-product-downloadable .product-options-bottom {
        width: 50% !important;
        margin-top: 4rem !important;
    }
}

/* printQ Button "Angebot" + Box "sonstige" ausblenden */
body .printq_matrix_app .matrix_quotationButton,
body .printq_matrix_app .matrix_otherOptionsTable {
    display: none;
}

html:root {
    --pq_headerColor: #333333 !important;
}
