/*
Theme Name:   Storefront Child
Theme URI:    http://167.99.245.154/storefront-child/
Author:       ITMar
Author URI:   http://167.99.245.154
Description:  Storefront Child Theme
Template:     storefront
Version:      1.0.0
*/

/* Add some space around the button to avoid overlapping */
.single-product .product .price {
    display: inline-block;
    margin-right: 15px;
}

.custom-button {
    background-color: #0073aa;
    color: white;
    padding: 5px 10px;
    text-decoration: none;
    border-radius: 5px;
    display: inline-block;
    vertical-align: middle;
}

.custom-button:hover {
    background-color: #005a87;
}

.business-group-products {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.business-group-product-card {
    width: 300px;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    background: #fff;
    transition: transform 0.2s, box-shadow 0.2s;
}

.business-group-product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.business-group-product-image {
    height: 200px;
    width: 100%;
    object-fit: cover;
}

.business-group-product-info {
    padding: 15px;
}

.business-group-product-info h3 {
    font-size: 1.2rem;
    margin: 0 0 10px;
}

.business-group-product-info p {
    margin: 5px 0;
}

.business-group-product-actions {
    text-align: center;
    padding: 15px;
    background: #f9f9f9;
}

.business-group-product-actions button {
    background: #0073aa;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
}

.business-group-product-actions button:hover {
    background: #005a8c;
}

.entry-header {
    padding-bottom: 3% !important;
    margin-inline: 10vw !important;
}

.font-12 {
    font-size: 12px;
}

.font-14 {
    font-size: 14px;
}

.font-16 {
    font-size: 16px;
}

.font-18 {
    font-size: 18px;
}

/* Stellt sicher, dass die "häufig zusammen gekauften" Produkte in einer Reihe angezeigt werden */
.custom-frequently-bought ul.products {
    display: flex;
    flex-wrap: wrap;
    gap: 3.88%; /* Abstand zwischen den Produkten */
}

.custom-frequently-bought ul.products li.product {
    flex: 0 0 21.00%; /* Jedes Produkt erhält eine Breite von 29.41% */
    margin-right: 0; /* Der Abstand wird durch `gap` geregelt */
}


.col-full {
    max-width: 100% !important;
    margin-left: 0% !important;
    margin-right: 0% !important;
    padding-left: 0% !important;
    padding-right: 0% !important;
}

/* Spezifische Styling für Filter-Container und Suchergebnisse */
.container, 
.search-results .content-area {
    max-width: 98vw !important;
}

.search-results .content-area:first-of-type {
    margin-inline: 1vw;
}

.checkout .col-1, .checkout .col-2 {
    width: 100% !important;
}

.price, .wc-tabs a, .business-group-product-info a, .breadcrumb-item a, .wc-block-cart-items a {
    color: #419274;
    text-decoration: none !important;
}

.home #main .products .product-category.product {
    display: none !important;
}

.product .button {
    margin-bottom: 0 !important;
}

#post-110277, #post-3, #post-110280, #post-9 {
    margin-inline: 2vw;
}