.teehaus-giftbundle-savings {
    background: #fbf7ef;
    border: 1px solid #ead9bd;
    border-radius: 8px;
    margin: 16px 0;
    padding: 14px 16px;
}

.teehaus-giftbundle-savings__badge {
    background: #7b4a21;
    border-radius: 999px;
    color: #fff;
    display: inline-block;
    font-weight: 600;
    margin-bottom: 10px;
    padding: 4px 10px;
}

.teehaus-giftbundle-savings__list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.teehaus-giftbundle-savings__list li {
    color: #4f3828;
    line-height: 1.45;
    margin: 4px 0;
}

.teehaus-giftbundle-items {
    clear: both;
    margin: 24px 0;
}

.teehaus-giftbundle-items h2,
.teehaus-giftbundle-teaser h2 {
    color: #3f3026;
    margin-bottom: 14px;
}

.teehaus-giftbundle-items__grid,
.teehaus-giftbundle-teaser__grid {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.teehaus-giftbundle-items__item,
.teehaus-giftbundle-teaser__item {
    background: #fff;
    border: 1px solid #eee2d1;
    border-radius: 8px;
    padding: 12px;
}

.teehaus-giftbundle-items__image,
.teehaus-giftbundle-teaser__image {
    display: block;
    margin-bottom: 10px;
}

.teehaus-giftbundle-items__image img,
.teehaus-giftbundle-teaser__image img {
    height: auto;
    width: 100%;
}

.teehaus-giftbundle-items__name,
.teehaus-giftbundle-teaser__name {
    font-size: 1.4rem;
    line-height: 1.3;
    margin: 0 0 8px;
}

.teehaus-giftbundle-items__description,
.teehaus-giftbundle-items__meta,
.teehaus-giftbundle-teaser__intro p {
    color: #665446;
    line-height: 1.45;
    margin: 0 0 8px;
}

.teehaus-giftbundle-items__price,
.teehaus-giftbundle-teaser__price {
    color: #5c381f;
    font-weight: 700;
    margin: 8px 0 0;
}

.teehaus-giftbundle-teaser {
    margin: 28px 0;
}

.teehaus-giftbundle-teaser__intro {
    margin-bottom: 16px;
}

.teehaus-giftbundle-teaser__badges {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 8px;
}

.teehaus-giftbundle-teaser__badges span {
    background: #f2e5d0;
    border-radius: 999px;
    color: #5b3d25;
    font-size: 1.2rem;
    font-weight: 600;
    padding: 3px 8px;
}

.teehaus-giftbundle-teaser__button {
    margin-top: 10px;
}

@media (max-width: 1024px) {
    .teehaus-giftbundle-items__grid,
    .teehaus-giftbundle-teaser__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .teehaus-giftbundle-items__grid,
    .teehaus-giftbundle-teaser__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
