<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*** GLOBAL ***/

@media (max-width: 991px) {
    .breadcrumbs {
        display: block !important;
        line-height: 20px;
    }
    .breadcrumbs.navigation-home-icon-wrapper::before {
        left: 10px !important;
        top: 25% !important;
    }
}

.colorbox-html-content {
    padding: 0px 20px;
}

.colorbox-html-content div.extra.delivery,
.cart-content div.extra.delivery {
    font-size: 16px !important;
    font-weight: 900;
}

.flag.flag-tip {
    background-color: #8ab570;
}

.flag.flag-discount {
    background-color: #d91920;
}

@media (max-width: 767px) {
    .site-msg.information {
        max-width: 70vw;
    }
}


/*** TOP NAVIGATION ***/

.top-navigation-bar {
    border: 0;
}

.top-navigation-menu {
    display: none !important;
}

.top-navigation-contacts {
    font-weight: 600;
    color: #000000;
    font-size: 16px;
    padding-top: 6px;
}

.top-navigation-bar a,
.top-navigation-bar .dropdown button,
.top-nav-button-login {
    font-weight: 400;
    color: #000000;
    font-size: 16px;
}

.user-action-in .user-action-tabs {
    display: none;
}

.jazyky img {
    max-height: 20px !important;
}

.jazyky ul,
.jazyky ul li {
    list-style-type: none !important;
}

.jazyky ul li a::before {
    display: none;
}

@media (max-width: 767px) {
    .dropdown.jazyky {
        /*left: 180px !important;*/
    }
}

@media (min-width: 1440px) {
    .top-navigation-bar .container&gt;div:last-child {
        flex-basis: 40%;
    }
}

@media (min-width: 768px) and (max-width: 1439px) {
    .top-navigation-bar .container&gt;div:last-child {
        flex-basis: 70%;
    }
}

@media (min-width: 768px) {
    /*  .header-top
  {
    padding-top: 0px;
    padding-bottom: 0;
    height: auto;
  }*/
    .header-top&gt;div {
        flex: 0 1 25%;
    }
    /*  .header-top div:first-of-type
  {
    margin-top: -15px;
  }*/
    .header-top&gt;div.search {
        flex: 0 1 50%;
    }
    .top-navigation-bar .container&gt;div:first-child {
        flex-basis: 100%;
        text-align: center;
        padding-left: 10%;
    }
}


/*** HEADER ***/

.top-navigation-tools a.top-nav-button-login span::before {
    content: '\e922';
    line-height: 25px;
    display: inline-block;
    speak: none;
    vertical-align: middle;
    font-family: shoptet;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 0;
    text-transform: none;
    text-decoration: none;
    margin-right: 1ex;
    font-size: 20px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


/*** HOMEPAGE ***/

body.in-index .overall-wrapper {
    display: flex;
    flex-direction: column;
}


/* body.in-index .user-action
{ order: 1; }
body.in-index .top-navigation-bar
{ order: 2; }
body.in-index header#header
{ order: 3; }
body.in-index #content-wrapper.container.content-wrapper
{ order: 4; }
body.in-index .homepage-box.before-carousel
{ order: 5; }
.overall-wrapper .container.content-wrapper:nth-of-type(5)
{ order: 8; }
body.in-index .content-wrapper.homepage-box.middle-banners-wrapper
{ order: 9; }
.overall-wrapper .container.content-wrapper:nth-of-type(8)
{ order: 7; }
body.in-index .content-wrapper:nth-of-type(8) main.content
{
  display: flex;
  flex-direction: column;
}
body.in-index .content-wrapper:nth-of-type(8) main.content .homepage-group-title
{ order: 2; }
body.in-index .content-wrapper:nth-of-type(8) main.content .products-block
{ order: 3; }
body.in-index .content-wrapper:nth-of-type(8) main.content .footer-banners
{ order: 1; }
body.in-index .homepage-box.welcome-wrapper
{ order: 6; }
body.in-index .hodnoceni { order: 10; }
body.in-index .latest-contribution-box { display: none; }
body.in-index .zkusenosti { order: 11; } */

.homepage-group-title::after {
    position: relative;
}

.homepage-group-title::after {
    content: '';
    background: none repeat scroll 0 0 #d10a11;
    bottom: -10px;
    display: block;
    height: 3px;
    position: relative;
    margin: 0 auto;
    width: 100px;
}

.homepage-box.before-carousel {
    margin-bottom: 0;
    background-color: #FFFFFF;
    border: 0;
}

.homepage-box.welcome-wrapper {
    margin-top: 0;
    margin-bottom: 0;
    /*padding-top: 0;
  padding-bottom: 0;*/
    background-color: #e6efe1 !important;
}

.homepage-box.welcome-wrapper h2 {
    font-size: 26px;
}

.homepage-box.welcome-wrapper .usage-list li a {
    font-size: 16px !important;
    height: 60px;
    color: #444444;
}

.homepage-box.welcome-wrapper .usage-list li a:hover {
    border-color: #444444;
    color: #444444;
}

.homepage-box.welcome-wrapper .usage-list li a .text {
    max-height: 45px;
}

.welcome div {
    max-width: 100% !important;
}

.welcome div h2 {
    text-align: center;
}

.homepage-box.welcome-wrapper,
.middle-banners-wrapper {
    background-color: #e6efe1 !important;
    border: 0;
}

.middle-banners-wrapper .container .banner-wrapper {
    width: fit-content;
    margin: 0 auto;
    display: block;
}

@media (min-width: 768px) {
    .middle-banners-wrapper .col-sm-8 {
        width: 33.33333333%;
    }
}

@media (min-width: 769px) {
    .footer-banners {
        display: block;
        width: fit-content;
        margin: 20px auto 0 auto;
    }
    .footer-banners div.footer-banner {
        border-right: 1px solid #dadada;
        padding: 0 25px;
        width: 25% !important;
    }
    .footer-banners div:nth-of-type(4n) {
        border-right: 0 !important;
        padding: 0 25px;
        width: auto;
    }
}

@media (max-width: 768px) {
    .middle-banners-wrapper .container .banner-wrapper {
        margin-bottom: 10px;
    }
    .footer-banners div {
        width: 49%;
        display: inline-block;
        margin: 0;
        padding: 0 !important;
    }
}

.products-block .product {
    border: 0 !important;
}

@media (min-width: 1023px) {
    .products-block&gt;div {
        flex: 0 0 auto;
        width: 25%;
    }
}

.hodnoceni {}

@media (min-width: 768px) {
    .latest-contribution-wrapper {
        width: 90%;
        max-width: 900px;
        margin: 0 auto;
        display: block;
    }
    .latest-contribution-wrapper div.latest-contribution {
        width: 100%;
    }
    .latest-contribution-wrapper div.latest-contribution a.latest-contribution-inner {
        width: 50%;
        float: left;
    }
}

.latest-contribution-wrapper h2 {
    text-align: center;
}

.blog-hp #newsWrapper::before {
    content: '';
    background: none repeat scroll 0 0 #8ab570;
    top: -10px;
    margin-top: 10px;
    display: block;
    height: 3px;
    position: relative;
    margin: 0 auto;
    width: 100px;
    clear: both;
    margin-bottom: 20px;
}

.blog-hp .news-item .text a {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.blog-hp .news-item .text .description {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.blog-hp .news-item .text .description h1 {
    font-size: 14px;
}

.blog-hp .news-item .image a img {
    max-height: 150px;
    object-fit: cover;
    transition: all 300ms ease 0ms;
}


/*** KATEGORIE ***/

.social-buttons-wrapper {
    background: #f7f7f7;
}

.social-buttons-wrapper .link-icons {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, auto);
    padding: 0 10%;
    margin: 15px 0 0 0;
}


/*** DETAIL PRODUKTU ***/

body.type-category main#content {
    display: flex;
    flex-direction: column;
}

body.type-category h1.category-title {
    order: 1;
}

body.type-category .category-perex {
    order: 2;
}

body.type-category ul.subcategories {
    order: 3;
}

body.type-category h4:first-of-type {
    order: 4;
}

body.type-category #productsTop {
    order: 5;
}

body.type-category #category-header {
    order: 6;
}

body.type-category #filters-wrapper {
    order: 7;
}

body.type-category .products-block {
    order: 8;
}

body.type-category .banner-category {
    order: 9;
}

body.type-category .products-block:nth-of-type(2) {
    order: 10;
}

body.type-category .pagination-wrapper {
    order: 11;
}


/*** FOOTER ***/

@media (min-width: 1201px) {
    .custom-footer&gt;div {
        padding-left: 20px;
        padding-right: 20px;
    }
    footer .site-name {
        display: none !important;
    }
    footer .custom-footer {
        display: grid;
        grid-template-rows: auto auto;
        grid-template-columns: repeat(4, 1fr);
        padding-left: 0 !important;
    }
    footer .custom-footer&gt;div:nth-child(1) {
        grid-row: 2/3;
        grid-column: 2/3;
        width: 100%;
    }
    footer .custom-footer&gt;div:nth-child(2) {
        grid-row: 2/3;
        grid-column: 3/4;
        width: 100%;
    }
    footer .custom-footer&gt;div:nth-child(3) {
        grid-row: 2/3;
        grid-column: 4/5;
        width: 100%;
    }
    footer .custom-footer&gt;div:nth-child(4) {
        grid-row: 2/3;
        grid-column: 1/2;
        width: 100%;
    }
    footer .custom-footer&gt;div.extended {
        grid-row: 1/2;
        grid-column: 1/5;
        width: 100%;
        padding: 3% 25%;
        margin-bottom: 3%;
        background-color: #e6efe1;
    }
    #footer h4 {
        margin-top: 0;
        text-transform: uppercase;
        padding-bottom: 8px;
        margin-bottom: 8px;
        border-bottom: 2px solid #c0c0c0;
        font-weight: 900;
    }
}

@media (min-width: 768px) and (max-width: 1200px) {
    .custom-footer&gt;div {
        padding-left: 20px;
        padding-right: 20px;
    }
    footer .site-name {
        display: none !important;
    }
    footer .custom-footer {
        display: grid;
        grid-template-rows: auto auto 1fr;
        grid-template-columns: repeat(3, 1fr);
        padding-left: 0 !important;
    }
    footer .custom-footer div:nth-child(1) {
        grid-row: 1/2;
        grid-column: 1/2;
        width: 100%;
    }
    footer .custom-footer div:nth-child(2) {
        grid-row: 1/2;
        grid-column: 2/3;
        width: 100%;
    }
    footer .custom-footer div:nth-child(3) {
        grid-row: 1/2;
        grid-column: 3/4;
        width: 100%;
    }
    footer .custom-footer div:nth-child(4) {
        grid-row: 2/4;
        grid-column: 1/2;
        width: 100%;
    }
    footer .custom-footer div:nth-child(5) {
        grid-row: 3/4;
        grid-column: 2/5;
        width: 100%;
    }
    footer .custom-footer div.extended {
        grid-row: 2/3;
        grid-column: 2/5;
        width: 100%;
        background-color: #e6efe1;
    }
    #footer .newsinfo .news-blurb {
        font-size: 16px !important;
    }
    #footer .newsinfo .news-blurb img {
        width: 25px;
        height: 25px;
    }
}

@media (max-width: 767px) {
    footer .custom-footer div:nth-child(4) {
        max-height: 150px;
        display: block;
    }
    #footer .extended h4 {
        margin: 0 !important;
        padding: 0 !important;
    }
    #footer .extended h4::after {
        padding: 0 !important;
    }
    #footer .newsinfo {
        grid-template-columns: 1fr !important;
    }
    #footer .newsinfo .news-blurb {
        font-size: 16px !important;
        margin: 5px 0;
    }
    #footer .newsinfo .news-blurb img {
        width: 25px;
        height: 25px;
    }
}

.custom-footer&gt;div.extended {
    background-color: #e6efe1;
}

#footer h4 {
    margin-top: 0;
    text-transform: uppercase;
    padding-bottom: 8px;
    margin-bottom: 8px;
    border-bottom: 2px solid #c0c0c0;
    font-weight: 900;
}

#footer .extended h4 {
    border: 0;
}

#footer .extended h4 span {
    margin-bottom: 5px;
    display: block;
    text-align: center;
}

#footer .extended h4::after {
    /*content: 'Přihlaste se k odběru Regeneráčku, ve kterém se dozvíte naše tipy na zásaditou péči o pokožku, zdravé recepty, novinky, akce a tipy. 2-3x měsíčně přímo do vaší e-mailové schránky.';*/
    content: '';
    display: block;
    font-size: 14px;
    font-weight: 400;
    text-transform: initial;
    padding: 10px 0 0 0;
    border-top: 1px solid #666666;
}

#footer .newsinfo {
    display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    width: fit-content;
    padding: 0;
    margin: 20px auto 20px auto;
    text-align: center;
}

#footer .newsinfo .news-blurb {
    font-size: 18px;
}

#footer .newsinfo .news-blurb img {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 0 10px;
}


/*** HOMEPAGE ZKUŠENOSTI ***/

.zkusenosti {
    width: fit-content !important;
    margin: 60px auto 30px auto !important;
}

.swiper-wrapper {
    box-sizing: content-box;
    display: -webkit-flex;
    display: flex;
    height: 100%;
    position: relative;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    width: 100%;
    z-index: 1;
}

.swiper-slide {
    -webkit-align-items: flex-start;
    -webkit-flex-flow: row;
    -webkit-justify-content: center;
    align-items: flex-start;
    background: #fff;
    flex-flow: row;
    font-size: 18px;
    height: auto;
    justify-content: center;
    text-align: center;
}

.kundenstimme {
    border-radius: 10px;
    box-shadow: -5px 5px 16px rgba(0, 0, 0, .05);
}

.kundenstimme img {
    border-radius: 50%;
    height: 115px;
    margin-bottom: 30px;
    margin-top: 30px;
    width: 115px;
    vertical-align: middle;
}

.kundenstimme h4 {
    text-align: center;
}

.kundenstimme p {
    padding: 5px;
    font-size: 14px;
    font-style: italic;
}

.kundenstimme hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}

@media (max-width: 1199px) {
    .swiper-wrapper {
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 5px;
    }
    .swiper-slide {
        flex: 1 1 auto;
        margin: 10px 5px;
        width: 220px !important;
    }
}</pre></body></html>