/*
Theme Name: Kirchengesangbuch Theme
Theme URI: https://wordpress.org/themes/twentyeleven/
Template: twentyeleven
Author: Datenpark
Author URI: https://www.datenpark.ch
Description: Child theme for the website kirchengesangbuch.ch
Tags: blog,one-column,two-columns,left-sidebar,right-sidebar,custom-background,custom-colors,custom-header,custom-menu,editor-style,featured-image-header,featured-images,flexible-header,footer-widgets,full-width-template,microformats,post-formats,rtl-language-support,sticky-post,theme-options,translation-ready,block-patterns
Version: 4.9.1761742266
Updated: 2025-10-29 13:51:06

*/

/* Shop */

#branding #s {
    width: 200px;
}

.kgbShopPage {

}

.kgbShopPage .wp-block-post-title a {
    font-size: 14px;
}

.kgbShopPage .wc-block-product-template__responsive>li {
    padding: 10px;
    border: 0.05em solid #e5e7eb;
    display: flex;
    flex-direction: column;
}

.kgbShopPage .wp-block-button.wc-block-components-product-button {
    margin-top: auto;
}

.kgbShopPage .wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button {
    font-size: 11px !important;
}

.kgbShopPage .wp-block-woocommerce-product-summary {
    text-align: center;
}

.wp-block-woocommerce-single-product {
    margin-bottom: 30px;
}

.wp-block-woocommerce-single-product .wc-block-components-product-image img {
    padding: 10px;
    border: 0.05em solid #e5e7eb;
    object-fit: contain !important;
    max-width: 200px;
    max-height: 200px;
}

.wp-block-woocommerce-single-product .wp-block-post-title {
    font-size: 17px;
}

/* footer */
#colophon {
    background-color: #f9f9f9;
}

#colophon #site-generator {
    display: none;
}

@media only screen and (max-width:820px) {
    .desktopNavigation div {
        display: none;
    }
}


/* mobile-only menu-items */
@media (min-width: 821px) {
    .kgb_menu_mobile div, .kgb_menu_mobile a, .kgb_menu_mobile {
        display: none !important;
    }
}

/* Versankosten ausblenden */
.wc-block-components-totals-shipping, .wp-block-woocommerce-checkout-shipping-methods-block {
    display: none;
}
