/*
 Theme Name:   SoundOfDrumsGames
 Description:  Das ist ein Theme, welches auf neve basiert und von David Siemers Webdesign speziell für soundofdrumsgames.com angepasst wurde.
 Author:       David Siemers Webdesign
 Author URI:   https://davidsiemers.de
 Template:     neve
 Version:      1.0
 Text Domain:  neve-child
*/

.eu-owb-order-withdraw-from-contract-button.align-center.has-text-align-center{
	text-align: center;
	background: #87cefa;
	margin-bottom: 0px;
	padding: 20px;
}
.eu-owb-order-withdraw-from-contract-button.align-center.has-text-align-center a{
	color: #fff;
}

.nv-bc-count-wrap{
	display: none !important;
}
.ds-product-hero-breadcrumbs{
	margin-top: 50px;
}

/*Blendet die neve-Werbung im Footer aus*/
.footer--row-inner.footer-bottom-inner.footer-content-wrap{
	display: none !important;
}


.ds-product-hero {
    position: relative;
    width: 100%;
    margin-bottom: 40px;
    overflow: hidden;
}

.ds-product-hero-image {
    width: 100%;
    height: 360px;
    object-fit: cover;
    display: block;
}

.ds-product-hero-overlay {
    /*position: absolute;*/
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
    text-align: center;
}

.ds-product-hero-title {
    color: #000;
    font-size: clamp(32px, 5vw, 64px);
    margin: 0;
}