/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 08 2025 | 03:57:17 */
/* --- CSS for "Beliebte Produkte" Section on Page ID 350 --- */
.page-id-350 .beliebte-products-section {
    margin-top: 4em;
    padding: 3em 0;
   
    text-align: center;
    background-color: #F8F9FA;
}

.page-id-350 .beliebte-products-section .related-products-title {
text-align: left;
    font-size: 2.1rem;
    font-weight: 700;
    color: #2e605c;
    margin-bottom: 2.5rem;
    letter-spacing: 1px;
    text-shadow: 0 2px 8px #e8f0ef;
		margin-left: 0px;
}

.related-products-title {
text-align: left!important;
    font-size: 2.1rem!important;
    font-weight: 700!important;
    color: #2e605c!important;
    margin-bottom: 2.1rem!important;
    letter-spacing: 1px!important;
    text-shadow: 0 2px 8px #e8f0ef!important;
    display: flex!important;
  
    justify-content: flex-start!important;
	margin-left: 20px;
}

.smash-wishlist-counter-container:hover { 
	background-color: var(--brand-color-darker); 
	transform: scale(1.05) translateY(0); 
	color: #fff !important; 
}

.page-id-350 .beliebte-products-section .related-products-title .h3-icon {
    margin-right: 0.4em;
    vertical-align: text-bottom;
    width: 1.2em;
    height: 1.2em;
    fill: #2e605c;
}

.page-id-350 .beliebte-products-section .related-products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
    gap: 30px;
    text-align: left;
    max-width: 1140px;
    margin: 0 auto;
    
}

@media (max-width: 480px) {
    .page-id-350 .beliebte-products-section .related-products-grid {
      
        gap: 20px;
    }
}

.page-id-350 .beliebte-products-section .related-product-item {
    border: 1px solid #dee2e6;
    border-radius: 6px;
    background-color: #fff;
    padding: 20px;
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    display: flex;
    flex-direction: column;
    position: relative;
    height: 100%;
    overflow: hidden;
}

.page-id-350 .beliebte-products-section .related-product-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.08);
}

.page-id-350 .beliebte-products-section .related-product-item .related-product-link {
    text-decoration: none;
    color: inherit;
    display: block;
    margin-bottom: auto;
}

.page-id-350 .beliebte-products-section .related-product-item .related-product-image-wrapper {
    text-align: center;
    margin-bottom: 15px;
}

.page-id-350 .beliebte-products-section .related-product-item .related-product-image {
    max-width: 100%;
    height: 160px;
    object-fit: contain;
    display: inline-block;
}

.page-id-350 .beliebte-products-section .related-product-item .related-no-image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 160px;
    background-color: #f0f0f0;
    border: 1px dashed #ccc;
    color: #6c757d;
    font-size: 0.8em;
    border-radius: 4px;
}

.page-id-350 .beliebte-products-section .related-product-item .related-product-details {
    margin-bottom: 15px;
    flex-grow: 1;
}

.page-id-350 .beliebte-products-section .related-product-item .related-product-title {
    font-size: 1rem;
    font-weight: 600;
    color: #343a40;
    margin: 0 0 8px 0;
    line-height: 1.35;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 2.7em;
}

.page-id-350 .beliebte-products-section .related-product-item .related-product-price {
    font-size: 1.05rem;
    font-weight: bold;
    color: #2e605c;
    margin: 0;
}

.page-id-350 .beliebte-products-section .button.related-product-button {
    display: block;
    text-align: center;
    font-size: 0.9rem;
    padding: 9px 15px;
    background-color: #2e605c;
    color: #fff;
    border: none;
    border-radius: 4px;
    text-decoration: none;
    cursor: pointer;
    transition: background-color 0.2s ease;
    margin-top: 15px;
    width: 100%;
    box-sizing: border-box;
}



.page-id-350 .beliebte-products-section .button.related-product-button:hover {
    background-color: #25504c;
    color: #fff;
}

.page-id-350 .related-product-item.context-beliebte {
    /* Example for visual distinction if needed */
    /* border-left: 3px solid #ffc107; */
    /* padding-left: 17px; */
}

.page-id-350 .shortcode-beliebte-products.beliebte-products-section {
    margin-top: 2em;
    margin-bottom: 2em;
    padding-top: 2em;
    padding-bottom: 2em;
    background-color: #f8f9fa;
 
}