@font-face {
    font-family: "Frutiger LT Condensed";
    src: url("https://leipoldshop.ebakery-academy.de/out/fonts/Frutiger LT 47 Light Condensed.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "Frutiger LT Condensed";
    src: url("https://leipoldshop.ebakery-academy.de/out/fonts/Frutiger LT 55 Roman Condensed.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Frutiger LT Condensed";
    src: url("https://leipoldshop.ebakery-academy.de/out/fonts/Frutiger LT 65 Bold Condensed.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
}

:root {
    --unnamed-color-e30614: #E30614;
    --unnamed-color-dee7e6: #DEE7E6;
    --unnamed-color-366774: #366774;
    --unnamed-color-fdfdfd: #FDFDFD;
    --unnamed-color-707070: #707070;
    --unnamed-color-acc0bf: #ACC0BF;
}

body {
    font-family: "Frutiger LT Condensed", sans-serif !important;
    font-weight: 400;
    background-color: #fff;
    margin: 10px;
    padding: 0;
}

* {
    font-family: "Frutiger LT Condensed", sans-serif !important;
}


/* .header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-radius: 0 0 2rem 2rem;
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
    padding: 1.5rem 3rem;
    color: #fff;
    z-index: 1000;
    background: transparent;
}

.header.has-open-submenu {
    background: #a6a6a6;
}

.submenu-container {
    position: static;
    display: inline-block;
}

.submenu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100vw;
    background-color: #a6a6a6;
    padding: 30px 0;
    z-index: 1001;
    border-top: 4px solid #ffffff;
    margin-top: 0;
    pointer-events: auto;
}

.submenu-container.open .submenu {
    display: flex;
    justify-content: center;
}

.submenu-content {
    display: flex;
    width: 80%;
    max-width: 1200px;
    margin: 0 auto;
}

.submenu-left,
.submenu-right {
    flex: 1;
    padding: 0 40px;
}

.submenu-left {
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.submenu a {
    display: block;
    padding: 8px 0;
    text-decoration: none;
    color: #ffffff !important;
    font-size: 18px;
    font-family: "Frutiger LT Condensed", sans-serif !important;
    transition: color 0.3s ease;
}

.submenu a:hover {
    color: #E30614 !important;
    text-decoration: underline;
}

.submenu-right .divider {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    margin: 20px 0;
    opacity: 0.5;
}

.nav-left-top {
    display: flex;
    align-items: center;
    gap: 1rem;
    font-weight: 600;
    position: relative;
    z-index: 1002;
}

.nav-left-top a,
.nav-right a {
    font-size: 20px;
    color: #ffffff;
    text-decoration: none;
    padding: 10px 15px;
    position: relative;
    z-index: 1002;
}

.nav-left-top a:hover,
.nav-right a:hover {
    text-decoration: underline;
}

.nav-left,
.nav-right,
.head-logo {
    position: relative;
    z-index: 1002;
}

.nav-left {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    min-height: 80px;
}

.nav-left-top {
    min-height: 40px;
}

.search-box {
    position: relative;
    width: 100%;
    z-index: 1002;
}

.search-box input {
    width: 100%;
    border-radius: 10px;
    border: none;
    padding: 0.5rem 2.5rem 0.5rem 1rem;
    outline: none;
    font-size: 0.95rem;
}

.search-box button {
    position: absolute;
    right: 0.3rem;
    top: 50%;
    transform: translateY(-50%);
    background-color: #d40000;
    border: none;
    color: #fff;
    border-radius: 10px;
    width: 3rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search-box input::placeholder {
    color: #E30614;
    opacity: 1;
    font-family: "Frutiger LT Condensed", sans-serif !important;
    font-weight: 400;
}

.head-logo {
    background: #fff;
    padding: 10px !important;
    border-radius: 0px 0px 100px 100px;
    margin-top: -53px;
    z-index: 1003;
    position: relative;
}

.head-logo img {
    width: 140px;
    height: 140px;
    margin-top: 25px;
}

.nav-right {
    display: flex;
    align-items: center;
    gap: 2rem;
    font-weight: 600;
    position: relative;
    z-index: 1002;
}

.rightm {
    display: flex;
    gap: 14px;
    align-items: center;
}

.cart a {
    font-size: 10px !important;
}

.submenu-overlay {
    display: none;
}

.has-open-submenu .submenu-overlay {
    display: block;
} */

.hero-section {
    position: relative;
    background: url('https://leipoldshop.ebakery-academy.de/out/pictures/ddmedia/banner.png') center center / cover no-repeat;
    border-radius: 25px;
    overflow: hidden;
    padding: 0px 0 160px;
    text-align: center;
    color: var(--unnamed-color-fdfdfd);
}

.hero-section.inner {
    position: relative;
    background: url('https://leipoldshop.ebakery-academy.de/out/pictures/ddmedia/banner.png') center center / cover no-repeat;
    border-radius: 25px;
    overflow: hidden;
    padding: 0;
    text-align: center;
    color: var(--unnamed-color-fdfdfd);
}

.hero-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(84 76 76 / 90%);
    border-radius: 25px;
    z-index: 0;
}

.hero-section * {
    position: relative;
    z-index: 1;
}

.hero-title {
    font-family: "Frutiger LT Condensed", Arial, sans-serif;
    font-weight: 700;
    font-size: 6rem;
    line-height: 1.1;
    margin-bottom: 30px;
    text-align: center;
    padding: 100px 0px 0;
}

.hero-text {
    font-family: "Frutiger LT Std 57 Condensed", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.6;
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    font-weight: 700;
}

.scroll-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: var(--unnamed-color-e30614);
    color: var(--unnamed-color-fdfdfd);
    width: 40px;
    height: 40px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 1000;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}

.angebote-bg {
    position: relative;
    border-radius: 20px;
    color: var(--unnamed-color-fdfdfd);
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
        url('https://leipoldshop.ebakery-academy.de/out/pictures/ddmedia/banner.png') center center/cover no-repeat;
}

.angebote-text h2 {
    font-size: 55px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.1;
    color: var(--unnamed-color-fdfdfd);
}

.angebote-text p {
    font-size: 18px;
    color: var(--unnamed-color-fdfdfd);
    line-height: 1.5;
    margin-top: 20px;
    max-width: 550px;
    font-weight: 700;
}

.angebote-image img {
    max-width: 430px;
    height: auto;
    margin-top: -95px;
}

.product-section {
    text-align: center;
    background-color: var(--unnamed-color-fdfdfd);
}

.main-product-heading {
    font-family: "Frutiger LT Condensed", Arial, sans-serif;
    font-weight: 700;
    font-size: 70px;
    color: #333;
    margin-bottom: 50px;
}

.main-product-heading .highlight {
    color: #E30614;
}

.product-card {
    margin-bottom: 30px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.product-image-container {
    width: 100%;
    max-width: 200px;
    height: auto;
    margin-bottom: 15px;
}

.product-name {
    font-family: "Frutiger LT Condensed", Arial, sans-serif;
    font-weight: 700;
    font-size: 18px;
    margin-top: 15px;
    margin-bottom: 5px;
    color: #707070;
}

.product-desc {
    font-family: "Frutiger LT Condensed", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.2;
    color: #707070;
    margin-bottom: 10px;
}

.desc {
    font-size: 12px;
    text-align: center;
}

p.product-desc.d {
    font-size: 16px;
    text-align: center;
}

.product-price {
    font-family: "Frutiger LT Condensed", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.2;
    color: var(--unnamed-color-e30614);
    margin: 8px 0 20px;
}

.size-selector {
    display: flex;
    justify-content: start;
    gap: 8px;
    margin-bottom: 15px;
}

.size-circle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: var(--unnamed-color-e30614);
    color: var(--unnamed-color-fdfdfd);
    font-family: "Frutiger LT Condensed", Arial, sans-serif;
    font-weight: 700;
    font-size: 16px;
    border: 2px solid transparent;
    line-height: 1;
}

.product-card .pr {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 15px;
}

.product-card .pr .size-selector {
    justify-content: flex-start;
}

.btn-red {
    background-color: var(--unnamed-color-e30614);
    color: var(--unnamed-color-fdfdfd);
    border: none;
    border-radius: 15px !important;
    padding: 10px 20px;
    font-family: "Frutiger LT Condensed", Arial, sans-serif;
    font-weight: 700;
    font-size: 16px;
    transition: background-color 0.2s;
    text-decoration: none;
    width: auto;
}

.btn-red:hover {
    background-color: #d10512;
    color: var(--unnamed-color-fdfdfd);
}

.btn-gray {
    background-color: var(--unnamed-color-707070);
    color: var(--unnamed-color-fdfdfd);
    border: none;
    border-radius: 15px !important;
    padding: 10px 20px;
    margin-top: 10px;
    font-family: "Frutiger LT Condensed", Arial, sans-serif;
    font-size: 16px;
    transition: background-color 0.2s;
    text-decoration: none;
    width: auto;
}

.btn-gray:hover {
    background-color: #5d5d5d;
    color: var(--unnamed-color-fdfdfd);
}

.product-section .col-12.col-sm-6.col-md-3 {
    padding-left: 45px;
    padding-right: 45px;
}

.vorteile-section {
    font-family: "Frutiger LT Condensed", Arial, sans-serif;
    text-align: center;
}

.vorteile-section h2 {
    font-weight: 700;
    color: var(--unnamed-color-e30614);
    font-size: 45px;
    margin-bottom: 5px;
    font-family: "Frutiger LT Condensed", Arial, sans-serif;
}

.vorteile-section .subtitle {
    font-size: 20px;
    font-weight: 700;
    color: var(--unnamed-color-707070);
    margin-bottom: 40px;
}

.icon-box {
    background-color: var(--unnamed-color-e30614);
    width: 100px;
    height: 100px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-right: 20px;
}

.icon-circle {
    width: 35px;
    height: 35px;
    background-color: var(--unnamed-color-fdfdfd);
    border-radius: 50%;
}

.vorteile-text {
    font-size: 16px;
    line-height: 1.6;
    color: var(--unnamed-color-707070);
    text-align: left;
    font-family: "Frutiger LT Condensed", Arial, sans-serif;
}

.angebote-slider-section {
    font-family: "Frutiger LT Condensed", Arial, sans-serif;
    margin: 40px 0;
}

.angebote-slide {
    position: relative;
    background: url('https://leipoldshop.ebakery-academy.de/out/pictures/ddmedia/banner.png') center center/cover no-repeat;
    height: 480px;
    border-radius: 20px;
    color: #fff;
}

.angebote-slide::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.slide-content {
    position: relative;
    z-index: 2;
    max-width: 50%;
    text-align: left;
}

.neuheit-badge {
    background-color: #E30614;
    color: #fff;
    font-weight: 700;
    font-size: 2.5rem;
    padding: 0px 50px;
    border-radius: 0 0px 10px 10px;
    position: absolute;
    top: -102px;
    left: -40px;
}

.product-title {
    font-size: 4rem;
    font-weight: 700;
    margin-top: 80px;
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.price-circle {
    background-color: #E30614;
    color: #fff;
    font-size: 1rem;
    font-weight: 500;
    border-radius: 50%;
    transform: rotate(15deg);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 5px;
    height: 65px;
    width: 65px;
}

.product-subtitle {
    font-size: 1.2rem;
    font-weight: 400;
    margin-top: 10px;
    color: #f0f0f0;
    text-align: center;
}

.slide-buttons {
    margin-top: 25px;
}

.slide-buttons .btn {
    border-radius: 25px;
    font-weight: 700;
    font-size: 1rem;
    padding: 10px 25px;
    transition: all 0.3s;
}

.slide-buttons .btn-outline-light {
    border: 2px solid #fff;
    color: #fff;
    border-radius: 15px;
}

.slide-buttons .btn-outline-light:hover {
    background-color: #fff;
    color: #000;
}

.slide-image {
    position: relative;
    z-index: 2;
    max-width: 40%;
    text-align: right;
}

.slide-image img {
    max-width: 430px;
    height: auto;
}

.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: start;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: .5;
    transition: opacity .15s ease;
}

.carousel-control-next {
    justify-content: end;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: #E30614;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    background-size: 50%;
    background-position: center;
    background-repeat: no-repeat;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M11.354 1.354a.5.5 0 0 0-.708 0L4.5 7.5l6.146 6.146a.5.5 0 0 0 .708-.708L5.707 7.5l5.647-5.646a.5.5 0 0 0 0-.708z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M4.646 1.354a.5.5 0 0 1 .708 0L11.5 7.5l-6.146 6.146a.5.5 0 0 1-.708-.708L10.293 7.5 4.646 1.854a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
}

.tab-container {
    background-color: #a6a6a6;
    border-radius: 10px;
    padding: 20px;
}

.tabs {
    display: flex;
    margin-bottom: 10px;
    width: 50%;
}

.tabs a {
    flex: 1;
    text-align: center;
    padding: 10px 75px 0px 0;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    border-radius: 10px 10px 0 0;
    transition: background-color 0.3s ease;
    font-size: 38px;
    font-weight: 500;
}

.tabs a:hover {
    background-color: #a6a6a6;
}

.tabs .active {
    color: #E30614;
}

.tab-content {
    padding: 20px 0px;
    color: #fff;
}

.tab-content p {
    font-size: 16px;
    color: #ffffff;
    line-height: 1.6;
    width: 80%;
}

.footer-bg {
    background: linear-gradient(to bottom, #000 0%, var(--unnamed-color-e30614) 100%);
    color: var(--unnamed-color-fdfdfd);
    padding: 60px 0;
    border-radius: 25px;
}

.footer-bg .logo {
    width: 70px;
    margin-bottom: 15px;
}

.footer-heading {
    font-family: "Frutiger LT Condensed", Arial, sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 34px;
    font-weight: bold;
    letter-spacing: -0.12px;
    color: var(--unnamed-color-fdfdfd);
    text-align: left;
    margin: 20px 0px;
}

.footer-title {
    font-family: "Frutiger LT Std 57 Condensed", "Frutiger LT 57 Cn", Arial, sans-serif;
    font-size: 18px;
    line-height: 34px;
    font-weight: 400;
    color: var(--unnamed-color-fdfdfd);
    margin-bottom: 10px;
}

.footer-text,
.footer-bg a {
    font-family: "Frutiger LT Std 57 Condensed", "Frutiger LT 57 Cn", Arial, sans-serif;
    font-size: 18px;
    line-height: 34px;
    color: var(--unnamed-color-fdfdfd);
    text-decoration: none;
    display: block;
    margin: 10px 0px 20px;
    letter-spacing: 0px;
}

.footer-bg a:hover {
    text-decoration: underline;
}

.social-icons.mt-2 {
    display: flex;
    gap: 10px !important;
}

.social-icons a {
    font-size: 1.4rem;
    margin-right: 10px;
    color: var(--unnamed-color-fdfdfd);
    transition: color 0.3s;
}

.social-icons a:hover {
    color: var(--unnamed-color-dee7e6);
}

.right a {
    margin: 0 !important;
    font-family: "Frutiger LT Std 57 Condensed", "Frutiger LT 57 Cn", Arial, sans-serif;
}

.product-detail-container {
    display: flex;
    justify-content: space-between;
    background-color: #fff;
    border-radius: 12px;
    padding: 25px;
    margin: 20px 0;
    gap: 180px !important;
}

.product-image-box {
    max-width: 445px;
    margin-right: 25px;
}

.product-image-box img {
    width: 100%;
    border-radius: 10px;
}

.product-info-box {
    flex: 1;
    padding: 15px;
}

.product-info-box h1 {
    font-size: 2.6rem;
    font-weight: 700;
    color: #E30614;
    margin-bottom: 20px;
    text-align: center;
}

.price-tag {
    font-size: 2.4rem;
    font-weight: bold;
    color: #E30614;
    margin-bottom: 25px;
    text-align: center;
}

.features-list {
    font-size: 1rem;
    list-style-type: none;
    padding: 0;
    margin-bottom: 35px;
}

.features-list li {
    margin-bottom: 12px;
    color: #333;
}

.size-options {
    display: flex;
    gap: 12px;
    margin-bottom: 22px;
}

.size-option-circle {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: #E30614;
    color: #fff;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.size-option-circle:hover {
    background-color: #d10512;
}

.size-option-circle.selected {
    background-color: #d10512;
}

.product-detail-container .btn-gray {
    font-size: 30px;
}

.quantity-control {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    background: red;
    width: 34% !important;
    border-radius: 50px !important;
}

.quantity-control button {
    background-color: transparent;
    color: #fff;
    border: none;
    padding: 0px 20px;
    cursor: pointer;
    font-size: 32px;
}

.quantity-control input {
    width: 55px;
    text-align: center;
    font-size: 1.5rem;
    border-radius: 5px;
    border: none;
    margin: 0 12px;
    padding: 7px;
    background: transparent;
    color: #fff;
}

.add-to-cart-button {
    background-color: #E30614;
    color: #fff;
    padding: 18px 35px;
    border: none;
    border-radius: 5px;
    width: 100%;
    font-size: 1.3rem;
    cursor: pointer;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.add-to-cart-button:hover {
    background-color: #d10512;
}

.product-nav-buttons {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.product-nav-buttons i {
    font-size: 1.6rem;
    cursor: pointer;
    color: #E30614;
}

.product-nav-buttons i:hover {
    color: #d10512;
}

.product-image-box {
    margin-top: -100px;
}

.image-slider {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.slider {
    display: flex;
    transition: transform 0.3s ease;
}

.slide {
    width: 100%;
    object-fit: contain;
}

.thumbnail-slider {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 10px;
}

.thumbnail {
    width: 60px !important;
    height: auto;
    cursor: pointer;
    opacity: 0.7;
    margin: 50px 0px 0px;
}

.thumbnail:hover {
    opacity: 1;
}

h1.main-product-heading.innerh {
    text-align: left;
    margin: 50px 0px 0;
    font-size: 35px;
    color: #707070;
}

@media (max-width: 1199px) and (min-width: 768px) {
    .header {
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 1rem 2rem;
    }

    .nav-left-top {
        flex-wrap: wrap;
        gap: 0.5rem;
        justify-content: flex-start;
    }

    .nav-left,
    .nav-right {
        gap: 1rem;
    }

    .search-box {
        max-width: 250px;
    }

    .head-logo {
        margin-top: -40px;
        width: 120px;
        height: 120px;
        border-radius: 0 0 60px 60px;
        padding: 5px;
    }

    .head-logo img {
        width: 85px;
        height: 85px;
    }

    .search-box {
        margin-bottom: 20px;
    }

    .hero-section {
        padding: 0px 20px 120px;
    }

    .hero-title {
        font-size: 4rem;
    }

    .hero-text {
        font-size: 1rem;
        max-width: 90%;
    }

    .angebote-bg {
        flex-direction: column !important;
        text-align: center;
    }

    .angebote-text {
        max-width: 100%;
    }

    .angebote-image img {
        margin-top: 20px;
        max-width: 260px;
    }

    .main-product-heading {
        font-size: 3rem;
        margin-bottom: 30px;
    }

    .product-section .col-12.col-sm-6.col-md-3 {
        padding-left: 20px;
        padding-right: 20px;
    }

    .product-card {
        max-width: 300px;
        margin: 0 auto;
    }

    .vorteile-section .row>.col-md-6.col-lg-5 {
        flex: 0 0 45%;
        max-width: 45%;
    }

    .slide-content {
        max-width: 60%;
    }

    .slide-image {
        max-width: 35%;
    }

    .neuheit-badge {
        top: -40px;
        left: -20px;
        padding: 0px 30px;
        font-size: 2rem;
    }

    .product-detail-container {
        display: flex;
        flex-direction: column;
        gap: 20px !important;
        padding: 20px;
    }

    .product-image-box {
        max-width: 100%;
        margin-right: 0;
    }

    .product-info-box {
        padding: 20px;
        text-align: center;
    }

    .product-info-box h1 {
        font-size: 2.4rem;
    }

    .price-tag {
        font-size: 2rem;
    }

    .features-list li {
        font-size: 1rem;
    }

    .size-selector {
        justify-content: center;
    }

    .thumbnail-slider {
        gap: 8px;
    }

    .thumbnail {
        width: 45px;
    }

    .quantity-control button {
        font-size: 28px;
    }

    .quantity-control input {
        font-size: 1.4rem;
    }

    .product-nav-buttons i {
        font-size: 1.5rem;
    }

    .btn-gray {
        font-size: 1.3rem;
    }

    .tabs {
        flex-direction: row;
        margin-bottom: 10px;
    }

    .tabs a {
        font-size: 1rem;
        padding: 12px 20px;
        border-radius: 10px;
    }

    .tab-content {
        padding: 15px 0;
    }

    .hero-section {
        padding: 0px 20px 60px;
        background-position: center;
        border-radius: 15px;
    }

    .hero-title {
        font-size: 2.5rem;
        padding: 0;
    }

    .hero-text {
        font-size: 1rem;
        max-width: 90%;
    }

    .product-section {
        padding: 40px 15px;
    }

    .main-product-heading {
        font-size: 2rem;
    }
}

@media (max-width: 767px) {
    .header {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 1rem;
        text-align: center;
    }

    .nav-left,
    .nav-right {
        flex-direction: column;
        align-items: center;
        gap: 0.5rem;
    }

    .nav-left-top {
        flex-wrap: wrap;
        justify-content: center;
    }

    .search-box {
        width: 100%;
        max-width: 300px;
        margin-top: 0.5rem;
    }

    .hero-section {
        padding: 0px 20px 60px;
        background-position: center;
        border-radius: 15px;
    }

    .hero-title {
        font-size: 2.5rem;
        line-height: 1.2;
    }

    .hero-text {
        font-size: 1rem;
        max-width: 90%;
    }

    .product-section {
        padding: 40px 15px;
    }

    .main-product-heading {
        font-size: 2.2rem;
        margin-bottom: 30px;
    }

    .row.justify-content-center {
        gap: 1.5rem;
    }

    .head-logo {
        margin-top: -28px;
    }

    .neuheit-badge {
        top: -17px;
        left: -11px;
    }

    .product-card {
        width: 100%;
        max-width: 350px;
        margin: 0 auto;
        text-align: center;
    }

    .slide-buttons.mt-4 {
        display: flex;
    }

    .product-image-container img {
        max-width: 80%;
    }

    .size-selector {
        justify-content: center;
    }

    .btn-red,
    .btn-gray {
        width: auto;
    }

    .angebote-text h2 {
        font-size: 2rem;
    }

    .angebote-text p {
        font-size: 1rem;
    }

    .angebote-image img {
        max-width: 90%;
        margin-top: 0;
    }

    .vorteile-section h2 {
        font-size: 1.8rem;
    }

    .vorteile-section .subtitle {
        font-size: 1rem;
    }

    .icon-box {
        width: 70px;
        height: 70px;
        margin-right: 0;
        margin-bottom: 15px;
    }

    .vorteile-text {
        text-align: center;
    }

    .footer-bg {
        text-align: center;
        padding: 40px 15px;
        border-radius: 0;
    }

    .footer-heading,
    .footer-title,
    .footer-text {
        text-align: center;
        font-size: 1rem;
        line-height: 1.5;
    }

    .social-icons {
        justify-content: center;
    }

    .right a {
        display: block;
        margin: 5px 0;
    }

    .product-detail-container {
        display: flex;
        flex-direction: column;
        gap: 15px !important;
        padding: 10px;
    }

    .product-image-box {
        max-width: 100%;
        margin-right: 0;
    }

    .product-info-box {
        padding: 10px;
        text-align: center;
    }

    .product-info-box h1 {
        font-size: 1.8rem;
    }

    .price-tag {
        font-size: 1.5rem;
    }

    .features-list li {
        font-size: 0.9rem;
    }

    .size-selector {
        justify-content: center;
    }

    .thumbnail-slider {
        gap: 5px;
    }

    .thumbnail {
        width: 40px;
    }

    .quantity-control button {
        font-size: 24px;
    }

    .quantity-control input {
        font-size: 1.2rem;
    }

    .product-nav-buttons i {
        font-size: 1.2rem;
    }

    .btn-gray {
        font-size: 1.2rem;
    }

    .tabs {
        flex-direction: column;
    }

    .tabs a {
        font-size: 1.8rem;
        padding: 10px 0;
        border-radius: 10px;
        text-align: left;
    }

    .tab-content {
        padding: 15px 0;
    }

    .hero-section {
        padding: 0px 20px 60px;
        background-position: center;
        border-radius: 15px;
    }

    .hero-title {
        font-size: 2rem;
        padding: 0;
    }

    .hero-text {
        font-size: 1rem;
        max-width: 90%;
    }

    .product-section {
        padding: 40px 15px;
    }

    .main-product-heading {
        font-size: 1.8rem;
    }
}

@media (max-width: 576px) {
    .hero-title {
        font-size: 2rem;
    }

    .main-product-heading {
        font-size: 1.8rem;
    }

    .product-card {
        max-width: 100%;
        padding: 15px;
    }

    .btn-red,
    .btn-gray {
        font-size: 0.9rem;
    }
}