.bobdo-wrapper--archive-produktgruppen {
    padding: calc(var(--theme-header-height-mobile) + 2.5rem) 0 0;
}

@media (min-width: 768px) {
    .bobdo-wrapper--archive-produktgruppen {
        padding: calc(var(--theme-header-height) + 4rem) 0 0;
    }   
}

.bobdo-wrapper--archive-produktgruppen .bobdo-archive-listing {
    --column-count: 1;

    display: grid;
    grid-template-columns: repeat(var(--column-count), 1fr);
    margin-top: 1.25rem;
    flex-wrap: wrap;
    gap: 1.5rem;
    margin-left: 0;
    margin-right: 0;
    margin-top: 2rem;
}

.bobdo-wrapper--archive-produktgruppen .bobdo-archive-listing > * {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    padding-left: 0;
    padding-right: 0;
}

@media (min-width: 600px) {
    .bobdo-wrapper--archive-produktgruppen .bobdo-archive-listing {
        --column-count: 2;
    }
}

@media (min-width: 992px) {
    .bobdo-wrapper--archive-produktgruppen .bobdo-archive-listing {
        margin-top: 3.5rem;
    }
}

@media (min-width: 1200px) {
    .bobdo-wrapper--archive-produktgruppen .bobdo-archive-listing {
        --column-count: 4;
        
        gap: 2.5rem;
    }
}

.bobdo-wrapper--archive-produktgruppen .bobdo-entry__thumbnail img {
    aspect-ratio: 2 / 3;
}

.bobdo-wrapper--archive-produktgruppen .bobdo-entry__title {
    margin: 1.25rem 0 0.75rem;
    font-size: 1rem;
    color: var(--color-accent) !important;
}

@media (min-width: 768px) {
    .bobdo-wrapper--archive-produktgruppen .bobdo-entry__title {
        font-size: 1.25rem;
    }   
}

.bobdo-wrapper--archive-produktgruppen .bobdo-entry__description {
    margin-bottom: 0.75rem;
    line-height: 1.3;
}

/* Single page */
@media screen and (min-width: 1200px) {
    .single-produktgruppen.in-speicherzubehoer .bobdo-single-product__header {
		--ph-gallery-width-lg: 400px;
	}
}

@media screen and (min-width: 1500px) {
    .single-produktgruppen.in-speicherzubehoer .bobdo-single-product__header {
		--ph-gallery-width-lg: 540px;
	}
}

.bobdo-single-product__gallery-thumbnail {
    width: 100%;
    list-style: none;
    padding: 0;
    cursor: pointer;
    opacity: 0.3;
}

.bobdo-single-product__gallery-thumbnail.is-active {
    opacity: 1;
}

.bobdo-single-product__gallery-thumbnail,
.bobdo-single-product__gallery-single {
    background-color: #f7f7f7;
    aspect-ratio: 1 / 1;
}

.bobdo-single-product__gallery-thumbnail img,
.bobdo-single-product__gallery-single img,
.bobdo-single-product__gallery-thumbnail picture,
.bobdo-single-product__gallery-single picture {
    display: block !important; 
    width: 100%;
    height: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.bobdo-single-product__gallery .bobdo-single-product__gallery-main .splide__list {
    align-items: start;
    justify-content: start;
}

.bobdo-single-product__gallery .bobdo-single-product__gallery-main .splide__arrow--prev {
    left: 16px;
}

.bobdo-single-product__gallery .bobdo-single-product__gallery-main .splide__arrow--next {
    right: 16px;
}

.bobdo-single-product__gallery .bobdo-single-product__gallery-thumbnails .splide__arrow--prev {
    left: 0;
}
.bobdo-single-product__gallery .bobdo-single-product__gallery-thumbnails .splide__arrow--next {
    right: 0;
}

.bobdo-single-product__gallery .bobdo-single-product__gallery-thumbnails.splide--ttb {
    padding-left: 0;
    padding-right: 0;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.bobdo-single-product__gallery .bobdo-single-product__gallery-thumbnails.splide--ttb .splide__arrow--prev,
.bobdo-single-product__gallery .bobdo-single-product__gallery-thumbnails.splide--ttb .splide__arrow--next {
    inset: unset;
    left: 50%;
    transform: translateX(-50%);
}

.bobdo-single-product__gallery .bobdo-single-product__gallery-thumbnails.splide--ttb .splide__arrow--prev {
    top: 0;
    transform: translateX(-50%) rotate(90deg);
}

.bobdo-single-product__gallery .bobdo-single-product__gallery-thumbnails.splide--ttb .splide__arrow--next {
    bottom: 0;
    transform: translateX(-50%) rotate(90deg);
}

.bobdo-single-product__header .product_title {
    margin-top: 0;
    padding-top: 0;
}

.woocommerce-product-details__short-description,
.woocommerce-product-details__variation-description {
    margin-bottom: 1.25rem;
}

.bobdo-single-product__icons {
    list-style: none;
    padding: 0;
    margin: 1.5rem 0 !important;
}

.bobdo-single-product__icons .bobdo-single-product__icon {
    display: flex;
    align-items: start;
    gap: 10px 32px;
}

.bobdo-single-product__icons .bobdo-single-product__icon + .bobdo-single-product__icon {
    margin-top: 1.25rem;
} 

.bobdo-single-product__icons .bobdo-single-product__icon-wrapper {
    flex: 0 0 28px;
    height: auto;
}

.bobdo-single-product__icons .bobdo-single-product__icon-text {
    display: block;
    margin-top: 3px;
    font-weight: 700;
}

.bobdo-single-product__content {
	margin-bottom: 0;
}

.bobdo-single-product__gallery {
	height: auto;
	flex-grow: 1;
}

.bobdo-single-product__gallery .bobdo-single-product__gallery-thumbnails {
	padding-left: 3.25rem;
	padding-right: 3.25rem;
}

.bobdo-single-product__gallery-single,
.bobdo-single-product__gallery-single img,
.bobdo-single-product__gallery-single picture {
    aspect-ratio: 3 / 2;
}

body.in-speicherzubehoer .bobdo-single-product__gallery-single,
body.in-speicherzubehoer .bobdo-single-product__gallery-single img,
body.in-speicherzubehoer .bobdo-single-product__gallery-single picture {
	aspect-ratio: 1;
}

.bobdo-single-product__gallery-thumbnail {
	border: 2px solid #D0D0D0;
	border-radius: 10px;
	padding: 0.5rem;
	opacity: 1;
	background: none;
	aspect-ratio: 3 / 2;
	background: none !important;
}

.bobdo-single-product__gallery-thumbnail.is-active {
	border-color: var(--color-bg-dark);
}

.bobdo-single-product__gallery-thumbnail img {
	aspect-ratio: unset !important;
	height: 100%;
    width: auto;
    margin: 0 auto;
}

.bobdo-single-product__gallery .bobdo-single-product__gallery-thumbnails .splide__arrow {
	--slider-arrow-color: var(--color-text-light);

	background-color: var(--color-bg-dark);
	border-radius: 6px;
	display: inline-grid;
	place-items: center;
	height: 36px;
	width: 36px;
}

.bobdo-single-product__gallery .bobdo-single-product__gallery-thumbnails .splide__arrow svg {
	height: 15px;
}

.product_title {
	padding-top: 1.25rem;
}

.bobdo-single-product__header .product_title {
	font-size: var(--font-size-h3-mobile);
}

@media (min-width: 1200px) {
	.bobdo-single-product__header .product_title {
		font-size: var(--font-size-h3);
	}
}

@media (min-width: 1500px) {
	.bobdo-single-product__header .product_title {
		font-size: var(--font-size-h2);
	}
}

.bobdo-single-product__icons {
	display: flex;
	gap: 1rem;
}

@media (min-width: 1200px) {
	.bobdo-single-product__icons {
		gap: 1.25rem 2.25rem;
	}
}

@media (min-width: 1400px) {
	.bobdo-single-product__icons {
		gap: 1.25rem 3rem;
	}
}

.bobdo-single-product__icons .bobdo-single-product__icon {
	display: inline-flex;
	align-items: center;
	flex-direction: column;
	margin-top: 0 !important;
}

.bobdo-single-product__icons .bobdo-single-product__icon-wrapper {
	--icon-size: 54px;

	display: inline-grid;
	place-items: center;
	height: var(--icon-size);
	min-height: var(--icon-size);
	width: var(--icon-size);
	min-width: var(--icon-size);
	border-radius: 50%;
	padding: 0.75rem;
	background-color: var(--color-accent);
}

@media (min-width: 1200px) {
	.bobdo-single-product__icons .bobdo-single-product__icon-wrapper {
		--icon-size: 80px;
	}
}

@media (min-width: 1500px) {
	.bobdo-single-product__icons .bobdo-single-product__icon-wrapper {
		--icon-size: 84px;
	}
}

.bobdo-single-product__icons .bobdo-single-product__icon-text {
	text-align: center;
	margin-top: 6px;
	font-size: 0.75rem;
}

@media (min-width: 768px) {
	.bobdo-single-product__icons .bobdo-single-product__icon-text {
		font-size: 0.875rem;
	}
}

@media (min-width: 992px) {
	.bobdo-single-product__icons .bobdo-single-product__icon-text {
		font-size: 1rem;
	}
}

.bobdo-single-product__cta-buttons {
    display: flex;
	align-items: stretch;
	flex-direction: column;
    gap: 0.75rem;
	margin: 1.5rem 0;
}

@media (min-width: 540px) {
	.bobdo-single-product__cta-buttons {
		flex-direction: row;
		align-items: flex-start;
		gap: 1.25rem;
	}	
}

.wp-block-heading + .wp-block-uagb-tabs {
    margin-top: 0;
}