<style>


body {
    font-family: "SUSE", sans-serif !important;
}

h1, h2, h3, h4, h5, .shp-tab-link {
    font-family: 'Krona One', sans-serif;
}

/* PC verze - původní styl */
.hero-section {
    position: relative;
    background-image: url('https://673125.myshoptet.com/user/documents/upload/CAROUSEL/svesi-baner-uvod-1.jpg');
    background-size: contain;
background-repeat: no-repeat;
    background-position: center;
background-color: #0e0f11;
    height: 95vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
}

.hero-content {
    max-width: 1315px;
    width: 100%;
    color: white;
    padding-left: 20px;
    box-sizing: border-box;
}

.hero-content h1 {
    font-size: 68px;
    line-height: 1.2em;
    margin-bottom: 40px;
}

.hero-content p {
    font-size: 24px;
    margin-bottom: 40px;
}

/* Úprava pro tablety */
@media (max-width: 1024px) {
    .hero-section {
        background-image: url('https://673125.myshoptet.com/user/documents/upload/CAROUSEL/svesi-baner-uvod-1%20mobile%20(1).jpg');
        background-size: contain;
        background-repeat: no-repeat;
        background-position: right center;
        height: auto;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        background-color: #0e0f11; /* Přidání tmavého pozadí */
        padding: 20px;
    }

    .hero-content {
        max-width: 50%; /* Omezí šířku textového bloku pro lepší rozložení */
        margin-right: auto; /* Zabrání překrytí obrázku textem */
        color: white;
        padding: 20px; /* Přidání paddingu pro lepší čitelnost */
    }

    .hero-content h1 {
        font-size: 48px; /* Zmenšení velikosti fontu hlavního nadpisu */
        margin-bottom: 20px;
    }

    .hero-content p {
        font-size: 20px; /* Mírné zmenšení písma pro odstavce */
        margin-bottom: 20px;
    }
}


/* Úprava pro mobily */
@media (max-width: 768px) {
    .hero-section {
        background-image: url('https://673125.myshoptet.com/user/documents/upload/CAROUSEL/svesi-baner-uvod-1%20mobile%20(1).jpg');
        background-size: contain;
        background-repeat: no-repeat;
        background-position: bottom;
        height: 90vh;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        background-color: #0e0f11;
        padding: 20px;
    }

    .hero-content {
        max-width: 100%; /* Obsah na celou šířku mobilního zařízení */
        margin-top: 20px;
        color: white;
        text-align: center;
    }

    .hero-content h1 {
        font-size: 48px;
        margin-bottom: 20px;
    }

    .hero-content p {
        font-size: 18px;
        margin-bottom: 20px;
    }
}

/* Wrapper homepage */
.homepage-texts-wrapper {
    position: relative;
    width: 100vw;
    left: 50%;
    margin-left: -50vw;
    background-image: url('https://673125.myshoptet.com/user/documents/upload/BANNERY/image-1-scaled.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 40px 20px;
    color: white;
    height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.homepage-texts-wrapper .welcome-wrapper {
    max-width: 1315px;
    width: 100%;
    display: flex;
    justify-content: flex-start;
}

.homepage-texts-wrapper .welcome {
    max-width: 600px;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 20px;
    font-size: 22px;
}

.homepage-texts-wrapper h1, .homepage-texts-wrapper p {
    text-align: left;
    margin: 0;
}

/* Základní styl pro mobilní zařízení */
@media (max-width: 768px) {
    .homepage-texts-wrapper {
        position: relative;
        width: 100vw;
        left: 50%;
        margin-left: -50vw;
        background-image: url('https://673125.myshoptet.com/user/documents/upload/BANNERY/image-1-scaled.jpg');
        background-size: cover;
        background-position: right; /* Obrázek zarovnaný doprava */
        background-repeat: no-repeat;
        color: white;
        height: 70vh; /* Snížená výška */
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .welcome-wrapper {
        max-width: 90%; /* Upravte podle potřeby */
        margin: 0 auto;
        padding: 15px; /* Přidání odsazení pro lepší čitelnost */
    }

    .welcome h1 {
        font-size: 24px; /* Zmenšený font pro mobilní zařízení */
        margin-bottom: 10px;
    }

    .welcome p {
        font-size: 14px; /* Menší písmo pro mobil */
        line-height: 1.4;
    }
}

/* Úprava pro tablety */
@media (min-width: 768px) and (max-width: 1024px) {
    .homepage-texts-wrapper {
        background-position: right; /* Obrázek zarovnaný doprava */
        background-size: cover;
        background-repeat: no-repeat;
        height: 60vh; /* Nastavení výšky na 60vh */
    }

    .welcome-wrapper {
        max-width: 90%; /* Přizpůsobí šířku obsahu */
        margin: 0 auto;
    }
}



/* Navigační tlačítka */
.navigation-buttons a, .navigation-buttons {
    border: none !important;
}

/* Tabulka záložek */
.shp-tabs li, .shp-tabs-holder, .shp-tabs li a {
    border: none !important;
    font-family: 'Krona One', sans-serif;
}

.shp-tabs .shp-tab.active a {
    font-size: 28px;
    font-weight: bold;
}



/* Menu efekty */
.menu-level-1 li a:hover, .menu-level-2 li a:hover,
.menu-level-1 li a.active, .menu-level-2 li a.active,
.menu-level-1 li:hover > a,
.menu-level-1 li:hover .menu-level-2 li a:hover,
.menu-level-1 li.active > a, .menu-level-1 > li > a.active,
.menu-level-2 li a.active,
.menu-level-1 li a:focus, .menu-level-2 li a:focus,
.menu-level-1 li a:active, .menu-level-2 li a:active {
    color: #fdcd10 !important;
}

#header {
    border-bottom: 1px solid #3D3D3D;
}

/* Bannery */
.banner-section-custom {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1418px !important;
    padding: 20px;
    gap: 20px;
}

.banner-custom {
    flex: 1;
    margin: 0 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
}

.banner-custom img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 15px;
}

.banner-section-custom-headline {
    font-size: 36px;
    color: #121212;
}

#content-wrapper, .homepage-texts-wrapper {
    margin-bottom: 0;
    overflow: hidden;
}

.products-block .p, .product .p {
    border-radius: 20px;
    overflow: hidden;
}

/* Flags */
.flags-default .flag {
    line-height: 14px;
    padding: 8px 14px 4px 14px;
}

.flags-default .flag:after, .flags-default .flag:before {
    display: none;
}

/* Odkaz na tisk */
a.link-icon.print {
    display: none;
}



/* Odstranění horizontálního scrollování */
html, body {
    overflow-x: hidden;
}

.p-tools .btn-primary {
    background-color: #fdcd10 !important;
    color: #121212 !important;
    border-radius: 25px;
    border-color: #fdcd10 !important;
}

.p-tools .btn-primary:hover {
    background-color: #121212 !important;
    color: white !important;
    border-color: #121212 !important;
}

/* Footer */
footer {
    padding-top: 0 !important;
    margin: 0 !important;
}

.footer-bottom, .footer-newsletter {
    border: none;
}

.footer-rows h4, .footer-rows a, .footer-rows ul li {
    color: #ffffff;
}

.footer-rows a {
    text-decoration: none;
}

.footer-rows a:hover {
    text-decoration: underline;
}

.footer-rows ul, .footer-banner-custom ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-rows ul li, .footer-banner-custom ul li {
    margin-bottom: 5px;
    position: relative;
}

#footer ul li:before {
    border-color: #fdcd10;
}

#footer {
    background-color: #0e0f11;
    border-color: #fdcd10;
    color: white;
    padding-top: 40px !important;
}

/* Media Queries */
@media (min-width: 992px) {
    .next-to-carousel-banners {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

@media (max-width: 768px) {
    .banner-section-custom {
        flex-wrap: wrap;
    }
    .banner-custom {
        flex: 1 1 calc(50% - 40px);
        margin: 10px 0;
    }
}

@media (max-width: 480px) {
    .banner-custom {
        flex: 1 1 calc(100% - 40px);
    }
}

</style>