<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Global Styles */
:root {
    --color-text1: #41b0a2;
    --bg-color1: #41b0a2;
    --bg-color1-hover: #339a8d;
    --grey-bg: rgba(0, 0, 0, 0.3);
}
html, body {
    font-family: 'Radnika', Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6 {
    font-weight: 700;
    font-family: 'Neue Einstellung', Helvetica, Arial, sans-serif;
    color: #2f3e4b;
}
.homepage-group-title.h4 {
    display: block;
    text-align: center;
}
@media(min-width: 768px){
    .homepage-group-title.h4 {
        font-size: 40px;
    }
}
@media(max-width: 767px){
    .homepage-group-title.h4 {
        font-size: 30px;
    }
}
#header .site-name {
    z-index: 999;
}
a {
    position: relative;
    text-decoration: none;
    color: var(--color-text1);
}
.menu-level-1 li b,
.menu-level-2 li a span {
    display: inline-block;
    position: relative;
}
.menu-level-1 li b::before,
.menu-level-2 li a span::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    border-radius: 4px;
    background-color: var(--bg-color1-hover);
    bottom: -5px;
    left: 0;
    transform-origin: right;
    transform: scaleX(0);
    transition: transform .3s ease-in-out;

  }
  
.menu-level-1 li b:hover::before,
.menu-level-2 li a span:hover::before {
    transform-origin: left;
    transform: scaleX(1);
  }
  
/*
a::after,
a b::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    height: 2px; 
    width: 0;
    background-color: currentColor; 
    transition: width 0.4s ease, left 0.4s ease;
    color: var(--color-text1);
}

a:hover::after,
a b:hover::after{
    width: 100%; 
    left: 0; 
    color: var(--color-text1);
}

a::after,
a b::after {
    transition: width 0.4s ease, left 0.4s ease;
    color: var(--color-text1);
}

a:not(:hover)::after,
a b:not(:hover)::after {
    width: 0;
    left: 0; 
    color: var(--color-text1);
}
*/
a:hover {
    color: var(--color-text1);
}

/* Menu */
@media (min-width: 768px){
    .site-name a {
        padding: 20px;
    }
    .navigation-in ul li a {
        padding: 20px 15px;
    }
}
@media (min-width: 992px) {
    .fitted .navigation-in, .submenu-visible .navigation-in {
        width: 110%;
    }
}
.navigation-buttons&gt;a,
body.template-12 .navigation-buttons &gt; #dkLabFavHeaderWrapper,
.navigation-buttons {
    border: none;
}
@media (min-width: 480px) {
    body.template-12 .navigation-buttons #dkLabFavHeaderWrapper {
        width: auto;
        height: auto;
        font-size: 15px;
        line-height: 0;
    }
}
@media (min-width: 992px) {
    body.template-12 .navigation-buttons #dkLabFavHeaderWrapper {
        width: auto;
        height: auto;
        line-height: 0;
        font-size: 15px;
    }
    .dkLabFavHeaderIconBtn::before {
        font-size: 15px;
    }
}
/* Site Messages */
.site-msg .close:before {
    display: none !important;
    content: '';
}
@media (max-width: 767px){
    .site-msg.information {
        display: none;
    }
}
@media (min-width: 768px){

#header .site-name {
    margin-top: -10px;
}
    .site-msg.information {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        max-width: 100%;
        opacity: 1;
        text-align: center;
        font-size: 13px;
        color: #fff;
        background: #333;
        padding: 12px 0;
        min-height: 44px;
    }
}

/* Carousel Styles */
@media (max-width: 767px){
    .hp_carousel p {
        font-size: 13px;
        font-weight: 600;
        letter-spacing: 3px;
        margin-bottom: 1rem;
    }
    .hp_carousel h2 {
        font-size: 40px;
        margin-top: 0px;
    }
    .wide-carousel {
        margin: 0 20px;
    }
    .hp_carousel_content {
        padding: 20px;
    }
}
@media (min-width: 768px){
    .hp_carousel p {
        font-size: 15px;
        font-weight: 600;
        letter-spacing: 3px;
        margin-bottom: 2rem;
    }
    .hp_carousel h2 {
        font-size: 78px;
        margin-top: 0px;
    }
}
@media (max-width: 767px){
    .hp_carousel_button {
        margin: 10px 0;
        width: 100%;
    }
}
@media (min-width: 768px){
    .hp_carousel_button {
        margin: 10px 15px;
    }
}
    .hp_carousel {
        position: relative;
        width: 100%;
        height: 100vh;
        overflow: hidden;
    }
    .hp_carousel img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .hp_carousel_content {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: #fff;
        text-align: center;
        width: 100%;
    }
    .hp_carousel_button_box {
        margin-top: 20px;
    }
    .hp_carousel_button {
        display: inline-block;
        min-width: 20%;
        padding: 18px 35px;
        border: 1px solid #fff;
        color: #fff;
        text-decoration: none;
        font-size: 13px;
        font-weight: 600;
        line-height: 1.3em;
        border-radius: 0;
        text-decoration: none !important;
    }
    .hp_carousel_button:hover {
        color: #000;
        background-color: #fff;
        border: none;
    }
    .hp_carousel_button.green {
        border-color: #41b0a2;
        background: #41b0a2;
    }
    .hp_carousel_button.green:hover {
        color: #fff;
        background: #339a8d;
        border-color: #339a8d;
    }
    .hp_carousel_button.blue {
        border-color: #92aabe;
        background: #92aabe;
    }
    .hp_carousel_button.blue:hover {
        color: #fff;
        background: #7892a7;
        border-color: #7892a7;
    }
    .hp_carousel_button.purple {
        border-color: #6d6083;
        background: #6d6083;
    }
    .hp_carousel_button.purple:hover {
        color: #fff;
        background: #52446a;
        border-color: #52446a;
    }
    .hp_carousel h2, .hp_carousel p, .hp_carousel a {
        color: #fff;
    }

.carousel-control::before {
  border: none;
}
.contact-form {
  text-align: left;
}
.navigation-in ul li a b {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
}

.navigation-in&gt;ul&gt;li.exp&gt;a, .navigation-in&gt;ul&gt;li&gt;a, .navigation-in&gt;ul&gt;li&gt;a:hover,
.navigation-buttons a[data-target=cart], .navigation-buttons a[data-target=cart]:hover,
.navigation-buttons a[data-target=login], .navigation-buttons a[data-target=login]:hover, .navigation-buttons a[data-target=navigation], .navigation-buttons a[data-target=navigation]:hover, .navigation-buttons a[data-target=search], .navigation-buttons a[data-target=search]:hover {
    color: #000;
}
.menu-level-2 {
    background-color: #fff !important;
}


/* Header */
@media (min-width: 768px){
    #header,#header *{
        background: transparent;
        background-color: transparent;
    }
    .site-name {
        flex-basis: auto !important;
    }
    .site-name a {
        padding: 30px 30px 20px;
        background: #fff !important;
    }
    body.in-index #header,
    body.id-713 #header {
        position: absolute;
        left: 0;
        right: 0;
        z-index: 999;
        background: transparent;
    }
    body.id-713 #header .menu-level-1 a,
    body.id-713 #header .navigation-buttons a,
    body.in-index #header .menu-level-1 li a,
    body.in-index #header .navigation-buttons a {
        color: #fff;
        font-size: 13px;
        font-weight: 600;
        text-transform: uppercase;
        position: relative;
    }
    .menu-level-2 a {
        color: #000 !important;
    }
    .wide-carousel {
        padding: 30px;
    }
    .menu-level-2 {
        background: #fff !important;
        border: none !important;
    }
}
@media (min-width: 992px) {
    #navigation {
        left: 10px;
    }
}
@media (max-width: 991px) {
    .scrolled-down #header {
        transform: none;
    }
}
.navigation-buttons a {
    width: 50px;
}
.languagesMenu {
    display: none !important;
}
@media (max-width: 767px){
    #header,#header *{
        background: #fff;
        background-color: #fff;
    }
    #navigation {
        top: 40px;
    }
    #navigation .navigation-close {
        display: none;
    }
    .navigation-in.menu .menu-level-1 li a {
        text-align: center;
        justify-content: center;
    }
    .navigation-in.menu .menu-level-1 li a span.submenu-arrow {
        padding-left: 5px;
        padding-right: 0;
    }
}

/* Products / Category */

.products-block .p {
    border: none !important;
}
body:not(.type-product) .add-to-cart-button {
    color: var(--color-text1);
    background-color: transparent;
    border: none !important;
}
body:not(.type-product) .add-to-cart-button:hover {
    color: var(--color-text1);
    background-color: transparent;
    border: none !important;
    opacity: 0.6;
}
body.type-product .add-to-cart-button {
    color: #ffffff;
    background-color: var(--bg-color1);
    border: var(--bg-color1);  
}
body.type-product .add-to-cart-button:hover {
    background-color: var(--bg-color1-hover);
    border: var(--bg-color1-hover);
    color: #ffffff;
}
li::marker {
    color: var(--bg-color1);
}
.subcategories { 
    justify-content: center;
}
.subcategories li {
    width: auto;
    display: inline;
    padding: 0;
}
.subcategories li a span {
    font-size: 15px;
    text-transform: uppercase;
    color: #222;
    font-weight: 700;
    text-decoration: none;
    padding: 3px 0;
    display: inline-block;
    margin: 0 8px 15px;
    border-bottom: 1px solid #eee;
    transition: 0.3s;
}
.subcategories li:before {
    display: none !important;
}
.subcategories li a span:hover {
    color: #84c9c2;
    border-color: #fff;
}
.p-tools {
    opacity: 0;
    transform: translateY(100%);
    transition: opacity 0.3s ease, transform 0.3s ease;
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
}
body.in-index .btn-cart:before,.product .p-in-in .availability{
    display: none !important;
}
@media (min-width: 768px) {
    .products-block&gt;div .p .name {
        height: auto;
        margin-bottom: 10px;
    }
}
.flag:after,.flag:before{
    display: none;
}
.p:hover .p-tools,.p:hover .flag {
    opacity: 1;
    transform: translateY(0);
}
.flags-default .flag {
    padding: 7px 30px 7px 30px;
    font-size: 16px;
}

/* Pages */
.contact-form {
    position: relative;
    padding-top: 20px;
}
.contact-form::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 50%;
    border-top: 2px solid #000;
}
.contact-form p {
    display: none;
}
@media (max-width: 767px){
    .contact-page-text {
        max-width: 100%;
    }
    .contact-form {
        max-width: 100%;
    }
}
@media (min-width: 768px){
    .contact-page-text {
        max-width: 50%;
        margin-left: 25%;
    }
    .contact-form {
        max-width: 50%;
        margin: auto;
    }
}
.breadcrumbs, #filters-wrapper {
    display: none !important;
}
body.type-page .content,
body.type-category .content {
    padding-left: 0;
    padding-right: 0;
}
body.type-category .content {
    max-width: 100%;
    overflow-x: hidden;
}
body.type-page .container-lg,
body.type-page .category-content-wrapper {
    padding-left: 20px;
    padding-right: 20px;
}
body.type-page .breadcrumbs {
    display: none;
}

.category-top .category-title,
body.type-page [itemprop="headline"] {
    text-align: center !important;
    font-size: 78px;
    color: #2f3e4b;
}
.category-top .category-title h1,
body.type-page [itemprop="headline"] h1{
    color: #2f3e4b;
}
#category-header form {
    width: 180px;
}
#orderSelect {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    border-radius: 5px;
    border: 1px solid #ccc;
    cursor: pointer;
}
#orderSelect option {
    cursor: pointer;
}
.category-header {
    border: none;
    justify-content: right;
    margin-right: 20px;
}
@media(min-width: 768px){
    .category-content-wrapper {
        padding-top: 60px;
    }
    h1, .h1 {
        font-size: 55px;
        line-height: 1em;
        margin-bottom: 1.5rem !important;
    }
    h3, .h3 {
        font-size: 30px;
        line-height: 1.4em;
        margin-bottom: 1rem;
    }
    h2, .h2, .h2 p {
        font-size: 40px;
        line-height: 1.3em;
        margin-bottom: 1rem;
    }
    p {
        margin-bottom: 1.4rem;
        line-height: 1.5em;
        font-size: 16px;
    }
    strong {
        font-weight: 700;
    }
    body.type-page blockquote {
        position: relative;
        max-width: 800px;
        padding: 80px 0;
        margin: 0 auto;
    }
    body.type-page blockquote cite {
        text-transform: uppercase;
        font-style: normal;
        font-size: 16px;
    }
}
@media (max-width: 767px){
    h1, .h1 {
        font-size: 38px;
    }
    h2, .h2, .h2 p {
        font-size: 28px;
        line-height: 1.3em;
        margin-bottom: 1rem;
    }
    h6, .h6 {
        font-size: 13px;
        text-transform: uppercase;
        margin-bottom: 2rem;
    }
    h3, .h3 {
        font-size: 30px;
        line-height: 1.4em;
        margin-bottom: 1rem;
    }
    p {
        margin-bottom: 1.4rem;
        line-height: 1.5em;
        font-size: 15px;
    }
    strong {
        font-weight: 700;
    }
    body.type-page blockquote {
        position: relative;
        max-width: 800px;
        padding: 80px 0;
        margin: 0 auto;
    }
    body.type-page blockquote cite {
        text-transform: uppercase;
        font-style: normal;
        font-size: 16px;
    }
}

/* Banners */
.hp-text-banners p {
    color: #ffffff;
    margin: 0 auto;
}
.banner-wrapper:has(.hp-text-banners.first-hp-banner) {
    background-color: #ca99ae;
}
.banner-wrapper:has(.hp-text-banners.second-hp-banner) {
    background-color: #84c9c2;
}
.content-wrapper-in .banner-wrapper {
    width: 100%;
    text-align: center;
}
@media (min-width: 768px){
    .hp-text-banners p {
        font-size: 22px;
        padding: 50px 50px 35px;
        max-width: 80%;
        margin: 0 auto;
    }
}
@media (max-width: 767px){
    .hp-text-banners p {
        padding-left: 15px;
        padding-right: 15px;
        font-size: 18px;
    }
    ul.navigationActions {
        display: none;
    }
}

/* Benefit Banners */
.benefitBanner__item {
    flex-direction: column;
    text-align: center;
}
.benefitBanner__item img {
    width: 80%;
}

/* Footer */
.custom-footer__banner1 img {
    width: 40%;
}
body:has(.image-header2) .container-lg {
    margin-top: 100px;
}
.container-lg {
    padding: 30px 0;
}
.col-lg-8.offset-lg-2 {
width: 100%;
text-align: center;
}
.container-lg {
margin: 0 auto;
max-width: 100%;
}
.py-3 {
padding-top: 1rem !important;
 padding-bottom: 1rem !important;
}

.container-lg ol, 
.container-lg ul, 
.container-lg p {
margin-bottom: 1.4rem;
line-height: 1.5em;
}

.container-lg .h6 {
font-size: 13px;
}
/* Media Queries */
@media (min-width: 992px) {
    body.type-page .container-lg {
        max-width: 960px !important;
    }
}
@media (min-width: 1200px) {
    body.type-page .container-lg {
        max-width: 1140px !important;
    }
}


@media (min-width: 767px){
.image-header1 {
    position: relative;
    text-align: center;
    padding-top: 180px;
    padding-bottom: 150px;
}

.image-header1 img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* Upraví obrázek tak, aby pokrýval celý element */
    z-index: 1;
}

.image-header1 h1 {
    position: relative;
    z-index: 2;
    color: #fff; /* Barva textu nad obrázkem */
    font-size: 48px;
    font-weight: bold;
    margin: 0;
    padding: 50px 0; /* Přidáš odsazení, aby nadpis nebyl přímo u okraje */
}
.image-header1 p{
    color: #fff;
    position: relative;
    z-index: 2;
    font-size: 18px;
}
body.type-category .image-header1 h1 {
    padding-bottom: 0;
    font-size: 78px;
}
.image-header1:after {
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
}
}

@media (max-width: 767px){
    .image-header1 {
        position: relative;
        text-align: center;
    }
    
    .image-header1 img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover; /* Upraví obrázek tak, aby pokrýval celý element */
        z-index: 1;
    }
    
    .image-header1 h1 {
        position: relative;
        z-index: 2;
        color: #fff; /* Barva textu nad obrázkem */
        font-size: 40px;
        font-weight: bold;
        margin: 0;
        padding: 50px 0; /* Přidáš odsazení, aby nadpis nebyl přímo u okraje */
    }
    .image-header1:after {
        content: '';
        display: block;
        position: absolute;
        z-index: 1;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.3);
    }
}

.image-header2 {
    position: relative;
    height: 100vh;
    width: 100%;
    overflow: hidden;
}

.image-header2 img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 120%; /* Přesahuje šířku 100% */
    height: 100%;
    object-fit: cover;
}

.image-header2-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3); /* Přidá tmavší překryv */
    z-index: 1;
}

.image-header2-box {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    position: relative;
    z-index: 2; /* Zajištění, aby text byl nad obrázkem a překryvem */
}

.image-header2-text {
    color: #fff;
    max-width: 80%;
    text-align: center;
    padding: 20px;
    z-index: 2; /* Text bez průhlednosti */
}

@media (min-width: 768px) {
    .image-header2-box {
        justify-content: flex-start; /* Posun doleva na PC */
        padding-left: 10%;
    }

    .image-header2-text {
        text-align: left;
        max-width: 50%;
        padding-top: 10%;
    }
}

@media (max-width: 767px) {
    .image-header2-text {
        text-align: center;
        max-width: 90%;
        padding: 20px;
    }
}


/*Content*/
body.id-710 .content-wrapper-in,
body.id-713 .content-wrapper-in{
    width: 100% !important;
    max-width: 1920px !important;
}

.custom-image-header,
.custom-image-header h1,
.custom-image-header h2,
.custom-image-header p {
    color: #fff !important;
}

.homepage-tabs-wrapper,
body.in-index .top-products-wrapper {
    display: none;
}
.welcome-wrapper {
    width: 100% !important;
    max-width: 100% !important;
    text-align: center;
}

.custom-slider-container {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.custom-slider-wrapper {
    display: flex;
    transition: transform 0.5s ease;
    width: calc(100% * productCount); /* Dynamická šířka pro všechny slidy */
}

.custom-slide {
    display: flex;
    width: 100%; /* Každý slide má šířku 100% rodiče */
    justify-content: space-between; /* Obrázky vedle sebe */
    flex-shrink: 0;
    
}
@media(max-width: 767px){
.custom-slide {
    flex-direction: column !important;
    }
.custom-slider-item {
    width: 100%;
}
.custom-slider-item h2 {
    margin: 0;
    font-size: 40px;
    position: relative;
}
.slider_button {
    width: 100%;
    background-color: #fff;
    bottom: 0;
    color: #000;
    opacity: 1;
}
#slider1 .custom-slider-controls {
    right: 42%;
}
#slider2 .custom-slider-controls {
    left: 42%;
}
}
@media (min-width: 768px){
    .custom-slider-item{
        width: 49%;
    }
    .custom-slider-item h2 {
        position: absolute;
        top: 20px;
        left: 20px;
    }
    #slider2 .custom-slider-arrow-left {
        left: 50%;
    }
    #slider1 .custom-slider-arrow-right {
        right: 50%;
    }
    .custom-slider-container:hover .custom-slider-arrow {
        display: block;
    }
    .custom-slider-arrow {
        display: none;
    }
    .slider_button {
        width: 25%;
        bottom: 20px;
        color: #000;
    }
    #slider1 .custom-slider-controls {
        right: 23.3333%;
    }
    #slider2 .custom-slider-controls {
        left: 23.3333%;
    }
}

.custom-slider-item {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.custom-slider-item h2.h1 {
    color: #fff;
}

.custom-slider-item img {
    max-width: 100%;
    height: auto;
}

.custom-slider-item h2 {
    padding: 10px;
    border-radius: 5px;
    background: var(--grey-bg);
}

.custom-slider-arrow,.custom-slider-product-next,.custom-slider-product-prev {
    position: absolute;
    top: 50%;
    border: none;
    transform: translateY(-50%);
    background-color: #fff;
    color: #000;
    padding: 15px;
    font-size: 20px;
    font-weight: 900;
    cursor: pointer;
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.15);
    z-index: 20;
    webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
@media (max-width: 767px){
    .custom-slider-product-next,.custom-slider-product-prev {
        top: 35%;
        padding: 10px;
    }
}
.custom-slider-arrow-left {
    left: 10px;
}
.custom-slider-arrow-right {
    right: 10px;
}
.custom-slider-arrow:hover,.custom-slider-product-next:hover,.custom-slider-product-prev:hover {
    background-color: #000;
    color: #fff;
}
.custom-slider-controls {
    text-align: center;
    margin-top: 10px;
    position: absolute !important;
    bottom: 40px;
    z-index: 99;
}

.custom-slider-indicator {
    display: inline-block;
    width: 15px;
    height: 15px;
    background-color: transparent;
    border: 1px solid #fff;
    margin: 0 5px;
    cursor: pointer;
}
.custom-slider-indicator.active {
    background-color: #fff;
    border-color: #fff;
}
.custom-slider-indicator:hover {
    background-color: #fff;
    border-color: #fff;
}

.slider_button {
    position: absolute !important;
    border-color: #fff;
    background-color: #fff;
    font-size: 17px;
    font-weight: 400;
    padding: 20px 50px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.slider_button:hover {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-color: #000;
    background-color: #000;
    color: #fff;
}



.category-top:has(.image-header1) .category-title {
    display: none ;
}

article:has([itemprop="about"] .image-header1) [itemprop="headline"],
article:has([itemprop="about"] .image-header2) [itemprop="headline"]{
    display: none ;
}

@media (min-width: 768px) {
    body.in-index .index-content-wrapper, body.in-index .container  {
        max-width: 747px;
    }
}
@media (min-width: 992px) {
    body.in-index .index-content-wrapper, body.in-index .container  {
        max-width: 972px;
    }
}
@media (min-width: 1200px) {
    body.in-index .index-content-wrapper, body.in-index .container {
        max-width: 1920px;
    }
}

#slider2 .custom-slide {
    flex-direction: row-reverse;
}

body.in-index .container.container--bannersBenefit,
body.type-product .container.container--bannersBenefit {
    display: none !important;
}
body.type-product .benefitBanner{
    border-top: 1px solid #eee;
}

.custom-footer a {
    color: #000;
}
.custom-footer a:hover {
    transition: 0.3s;
    color: var(--color-text1);
    text-decoration: none !important;
}




/* CSS pro slider */
/* CSS pro slider */
.custom-slider-product {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin-top: 20px;
}

.custom-slider-product-wrapper {
    display: flex;
    transition: transform 0.3s ease-in-out;
}

.product {
    flex: 0 0 25%; /* Čtyři produkty vedle sebe */
    box-sizing: border-box;
    padding: 10px;
    text-align: center;
}

.product img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}
/*
.custom-slider-product-prev,
.custom-slider-product-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    cursor: pointer;
    padding: 10px;
    z-index: 10;
}
*/
.custom-slider-product-prev {
    left: 0;
}

.custom-slider-product-next {
    right: 0;
}
/* Media query pro mobilní zařízení */
@media (max-width: 767px) {
    .product {
        flex: 0 0 100%; /* Jeden produkt na šířku obrazovky */
    }
.hp_carousel {
  position: relative;
  width: 100%;
  height: 612px;
  overflow: hidden;
}

}</pre></body></html>