/* Spreadshop Styling Overrides */
.social-media-links a {
    display: inline-block;
    margin-right: 10px;
}

.sprd-promo-header.sprd-bg-m2.sprd-c-cta {
    background-color: black;
    color: rgb(255, 255, 255);
}

.SprdMain .sprd-listpage__title {
    font-family: 'ProgressFont', Arial, sans-serif;
    font-size: 24px;
}

/* Verstecke unerwünschte Spreadshop-Elemente */
.buttonTerms {
    display: none;
}

.sprd-footer {
    display: none;
}

.sprd-detail-product-type {
    display: none;
}

.sprd-detail-columns {
    display: none;
}

.sprd-main {
    background-color: black;
}

.buttonAbout {
    display: none;
}

img[src="https://eendstation.myspreadshop.de/1117856/shopData/images/logo/blob_f1rbeg.png"] {
    display: none !important;
}

.sprd-startpage-trust-elements {
    display: none;
}

div.sprd-startpage-about-us {
    display: none !important;
}

div.sprd-startpage-follow-us {
    display: none !important;
}

div.sprd-social-bar {
    display: none !important;
}

.SprdMain .sprd-detail-price {
    font-weight: normal;
}

.sprd-header-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

div.sprd-filterpane-sections {
    display: none !important;
}

/* Spreadshop Farb-Customization */
:root {
    --sprd-main1: #000000 !important;
    --sprd-main3: #000000 !important;
    --sprd-sub2: #ffffff !important;
    --sprd-sub3: #ffffff !important;
}

.sprd-c-s3 {
    color: var(--sprd-sub3) !important;
}

/* Spreadshop Bild-Effekte und Overlays */
.sprd-product-list-item__image {
    position: relative;
    overflow: hidden;
}

.sprd-product-list-item__image::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../img/background_2.png');
    background-repeat: repeat;
    background-size: cover;
    opacity: 1;
    pointer-events: none;
    z-index: 2;
}

.sprd-img-spinner__image {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
}

.sprd-slider__item {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.sprd-slider__item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../img/background_2.png');
    background-repeat: repeat;
    background-size: cover;
    opacity: 1;
    pointer-events: none;
    z-index: 2;
}

.sprd-main {
    background-color: black !important;
}

.sprd-detail-images__large-image {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
}

/* Weitere Spreadshop-Anpassungen */
div.sprd-product-list-item__image sprd-lbc-s2 {
    box-shadow: 0 0 15px 10px #000 !important;
    transition: box-shadow 0.3s ease-in-out !important;
}

div.sprd-product-list-item__hoverarea {
    box-shadow: 0 0 15px 10px #000 !important;
    transition: box-shadow 0.3s ease-in-out !important;
}

/* OneTrust Cookie-Banner Anpassung */
.onetrust-policy-text {
    background-color: #000000 !important;
}

#onetrust-banner-sdk {
    background-color: black;
    color: white;
}
