.dgf-single-geschenk-wrapper {
max-width: 1200px;
width:100%;
margin: 0 auto;
padding: 40px 20px;
}  .dgf-breadcrumbs a { text-decoration: none;
}  .dgf-product-layout {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 40px;
margin-bottom: 40px;
}
@media (max-width: 768px) {
.dgf-product-layout {
grid-template-columns: 1fr;
}
} .dgf-product-image img {
width: 100%;
height: auto; } .dgf-product-info {
display: flex;
flex-direction: column;
gap: 2px;
}
.product-title {
margin-bottom:8px
}  .dgf-short-description {
font-size: 18px;
color: #333;
font-weight:500;
line-height: 1.6; } .dgf-price {
font-size: 28px;
font-weight: 600;
color: #000000c2;
margin-bottom: 16px
} .rating-value {
color: #f39c12;
font-weight: bold;
}     .dgf-affiliate-links {
display:flex;
margin-bottom: 12px
} .dgf-shipping { font-size: 15px;
}      .dgf-filter-group {
margin-bottom: 4px;
font-size: 18px;
}
.filter-label {
font-weight: 600;
color: #333333;
font-size: 18px;
margin-right: 4px;
display: inline-block;
}
.dgf-filter-group a {
color: #5f5f5f;
line-height: 32px;
font-weight: 500;
font-size: 16px;
transition: background-color 0.5s;
}
.dgf-filter-group a:hover {
color:#cccccc
}  .dgf-similar-products {
margin: 60px 0;
}
.dgf-similar-products h2 {
font-size: 28px;
margin-bottom: 30px;
text-align: center;
} .dgf-products-grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
gap: 30px;
}
.dgf-product-card { overflow: hidden; } .dgf-product-card .product-link {
text-decoration: none;
color: inherit;
display: block;
}
.dgf-product-card .product-image {
position: relative;
overflow: hidden;
}
.dgf-product-card .product-image img {
width: 100%;
aspect-ratio: 1 / 1; object-fit: cover;
transition: transform 0.3s ease;
border-radius: 8px;
}
.dgf-product-card:hover .product-image img {
transform: scale(1.05);
}
.product-price-badge {
display:none
}
.dgf-product-card .product-content {
padding: 20px;
text-align: center;
}
.dgf-product-card .product-title {
font-size: 24px;
margin: 0 0 10px 0;
color: #333333;
font-weight: 700
}
.dgf-product-card .product-excerpt {
display:none
}
.dgf-product-card .product-button {
display: inline-block;
color: #0073aa;
font-weight: bold;
font-size: 14px;
} .dgf-archive-wrapper {
max-width: 1400px;
width:100%;
margin: 0 auto;
padding: 40px 20px;
}
.archive-header {
text-align: center;
margin-bottom: 40px;
}
.archive-title {
font-size: 36px;
margin-bottom: 10px;
}
.result-count {
color: #666;
font-size: 16px;
} .dgf-archive-layout {
display: grid;
grid-template-columns: 250px 1fr;
gap: 40px;
}
@media (max-width: 992px) {
.dgf-archive-layout {
grid-template-columns: 1fr;
}
.dgf-sidebar {
order: 2;
}
} .dgf-sidebar {
background: #f9f9f9;
padding: 20px;
border-radius: 8px;
height: fit-content;
position: sticky;
top: 20px;
}
.dgf-sidebar h3 {
margin-top: 0;
font-size: 20px;
margin-bottom: 20px;
}
.filter-group {
margin-bottom: 25px;
}
.filter-group h4 {
font-size: 16px;
margin-bottom: 10px;
color: #333;
}
.filter-group ul {
list-style: none;
padding: 0;
margin: 0;
}
.filter-group ul li {
margin-bottom: 8px;
}
.filter-group ul li a {
color: #555;
text-decoration: none;
font-size: 14px;
}
.filter-group ul li a:hover {
color: #0073aa;
}
.sub-filter {
margin-left: 15px;
margin-top: 5px;
} .dgf-sorting { text-align: right;
}
.dgf-sorting label {
margin-right: 10px;
font-weight: 600;
}
.dgf-sorting select {
padding: 4px 8px;
background: #ffffff;
color: #2d2d2d;
border: 1px solid #cccccc;
border-radius: 25px;
font-size: 16px;
font-weight: 600;
cursor: pointer;
transition: background 0.3s ease;
} .dgf-pagination {
margin-top: 40px;
text-align: center;
}
.dgf-pagination .page-numbers {
display: inline-block;
padding: 10px 15px;
margin: 0 5px;
background: #f9f9f9;
border: 1px solid #ddd;
border-radius: 4px;
text-decoration: none;
color: #333;
}
.dgf-pagination .page-numbers:hover,
.dgf-pagination .page-numbers.current {
background: #0073aa;
color: white;
border-color: #0073aa;
} .no-results {
text-align: center;
padding: 60px 20px;
}
.no-results h2 {
font-size: 28px;
margin-bottom: 15px;
}
.no-results p {
font-size: 16px;
color: #666;
} .dgf-hidden-term {
display: none;
}
.dgf-filter-group.show-all .dgf-hidden-term {
display: inline;
animation: fadeIn 0.3s ease-in;
}
@keyframes fadeIn {
from { opacity: 0; }
to { opacity: 1; }
}
.dgf-show-all { }  .dgf-rating {
display: flex;
align-items: center;
gap: 8px;
font-size: 16px;
margin-bottom: 16px }
.dgf-stars {
display: flex;
gap: 3px;
font-size: 18px;
line-height: 1;
}
.dgf-stars .star.filled {
color: #ffa500;
}
.dgf-stars .star.half {
color: #ffa500;
}
.dgf-stars .star.empty {
color: #ddd;
}
.dgf-rating-text {
font-size: 16px;
line-height: 1.4;
color:#777777;
font-weight: 600
} .dgf-main-button {
background-color: #f36805;
border-radius:32px;
padding:8px 20px;
font-weight:500;
letter-spacing:0.3px;
transition: background-color 0.5s ease;
font-size:17px;
color:#ffffff }
.dgf-main-button:hover {
background-color:#000000c2;
color:#ffffff
}
.dgf-main-button .dashicons {
font-size: 20px;
width: 20px;
height: 20px;
margin-top:2px
}
.dgf-alternative-shops {
margin-top: 15px;
padding-top: 15px;
border-top: 1px solid #ddd;
}
.alternative-label {
font-size: 14px;
color: #666;
margin-bottom: 8px;
} .dgf-mobile-filter-toggle {
display: none;
width: 100%;
padding: 15px;
background: #0073aa;
color: white;
border: none;
border-radius: 8px;
font-size: 16px;
font-weight: bold;
cursor: pointer;
margin-bottom: 20px;
} .dgf-filter-close {
display: none;
position: absolute;
top: 15px;
right: 15px;
background: transparent;
border: none;
font-size: 24px;
cursor: pointer;
padding: 5px 10px;
} @media (min-width: 993px) {
.dgf-archive-layout {
display: block;
}
.dgf-sidebar {
width: 100%;
margin-bottom: 30px;
position: static;
height: auto;
}
.dgf-sidebar .filter-group {
display: inline-block;
vertical-align: top;
width: 19%;
margin-right: 1%;
margin-bottom: 15px;
}
} @media (max-width: 992px) {
.dgf-mobile-filter-toggle {
display: block;
}
.dgf-sidebar {
position: fixed;
top: 0;
left: -300px;
width: 300px;
height: 100vh;
overflow-y: auto;
background: white;
z-index: 9999;
transition: left 0.3s ease;
box-shadow: 2px 0 10px rgba(0,0,0,0.1);
padding: 60px 20px 20px 20px;
}
.dgf-sidebar.open {
left: 0;
}
.dgf-filter-close {
display: block;
} body.filter-open::after {
content: '';
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0,0,0,0.5);
z-index: 9998;
}
}
.dgf-accordion-summary {
border-bottom: 2px solid #eaedef; margin-top:-12px;
padding-bottom: 14px;
padding-top: 16px;
padding-left: 12px;
position: relative;
color: #4E342E;
cursor: pointer;
transition: background-color 0.3s;
justify-content: space-between;
align-items: center;
display:flex }
.dgf-accordion-summary:hover {
background-color: #f7f8f9;
}
.dgf-h3 {font-weight: 700}
.dgf-accordion-content {padding:20px 10px}
.dgf-accordion-summary::after {
content: "";
width: 16px;
height: 16px;
background: url(https://deingeschenkfinder.de/wp-content/uploads/2025/11/arrow-down-sign-to-navigate.svg) no-repeat center center;
background-size: contain;
transition: transform 0.3s ease;
margin-right: 6px;
}
.dgf-accordion[open] .dgf-accordion-summary::after {
transform: rotate(180deg);
}