
/* -------------------------------------------------------------------------- */
/* VARS
/* -------------------------------------------------------------------------- */

:root {

  --color_orange: #F28A48;
  --color_dark_green: #23432D;
  --color_middle_green: #328150;
  --color_light_green: #76A869;
  --menu_color: #113C1F;

}

/* -------------------------------------------------------------------------- */
/* COMMON - CLASSES
/* -------------------------------------------------------------------------- */

/* NO CLASSES */
.noDisplay {
    display: none !important;
}
.noWrap {
    white-space: nowrap !important;
}
.noEvent {
    pointer-events: none !important;
}
.noSelect {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}

/* ANIMATION CLASSES */
.animate,
.animate::before,
.animate::after,
.animate *,
.animate *::before,
.animate *::after {
    -webkit-transition: all 0.6s ease !important;
    -moz-transition: all 0.6s ease !important;
    -o-transition: all 0.6s ease !important;
    transition: all 0.6s ease !important;
}
.noAnimate,
.noAnimate::before,
.noAnimate::after,
.noAnimate *,
.noAnimate *::before,
.noAnimate *::after {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
    -webkit-transition-property: none !important;
    -moz-transition-property: none !important;
    -o-transition-property: none !important;
    transition-property: none !important;
    -webkit-transition-duration: 0s !important;
    -moz-transition-duration: 0s !important;
    -o-transition-duration: 0s !important;
    transition-duration: 0s !important;
}

/* DISPLAY CLASSES */
.dContainer > *:first-child {
    margin-top: 0px !important;
    padding-top: 0px !important;
}
.dContainer > *:last-child {
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
}
.dBlock { display: block; }
.dMobile { display: block; }
.dDesktop { display: none; }

@media (min-width: 768px) {
    .dMobile { display: none; }
    .dDesktop { display: block; }
}

/* --------------------------------------------------------------------------- */
/* BODY
/* --------------------------------------------------------------------------- */

body.type-index,
body.type-category,
body.type-product,
body.type-manufacturers-listing,
body.type-manufacturer-detail,
body.type-posts-listing,
body.type-post,
body.type-page {
    opacity: 0;
    background-color: #FFFFFF !important;
}

body.zapp_loaded {
    opacity: 1 !important;
}

/* --------------------------------------------------------------------------- */
/* ELEMENTS
/* --------------------------------------------------------------------------- */

h3.headingWithIcon {
    position: relative;
    padding: 0 0 0 2em;
    color: var(--color_dark_green);
    font-weight: 600;
}
h3.headingWithIcon:before {
    content: '';
    position: absolute;
    top: -0.25em;
    left: 0;
    width: 1.4em;
    height: 1.4em;
    background-size: contain;
    background-image: url('/user/documents/assets/img/icon-logo.svg?v3');
    background-repeat: no-repeat;
    background-position: center;
}

/* --------------------------------------------------------------------------- */
/* LAYOUT
/* --------------------------------------------------------------------------- */

@media (min-width: 1200px) {
    .type-page .content-inner {
        max-width: 1000px;
    }
}

/* --------------------------------------------------------------------------- */
/* HEADER
/* --------------------------------------------------------------------------- */

.top-navigation-bar {
    padding: 4px 0;
    z-index: 30;
    border-top-color: #F8F8F8;
    border-bottom-color: #F8F8F8;
    background-color: #F8F8F8;
}
.top-navigation-contacts,
.top-navigation-menu {
    background-color: #F8F8F8;
}
/* .top-navigation-bar .top-nav-button-account,  */
.top-navigation-bar .top-nav-button-login {
    text-transform: uppercase;
}
.dropdown-menu li a, 
.top-navigation-menu-trigger:before,
.top-navigation-bar-menu-helper li a,
.top-navigation-bar .dropdown button,
.top-navigation-bar a {
    color: #000000;
}
.top-navigation-contacts a:before {
    color: transparent !important;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.top-navigation-contacts a.project-phone:before {
    background-image: url('/user/documents/assets/img/icon-phone-green.svg?v2');
}
.top-navigation-contacts a.project-email:before {
    background-image: url('/user/documents/assets/img/icon-email-green.svg?v2');
}

@media (max-width: 1200px) {
    .top-navigation-contacts a > span,
    .top-navigation-contacts > strong {
        display: none
    }
}
@media (max-width: 767px) {
    .top-navigation-bar .dropdown {
        top: 26px;
    }
    .responsive-tools [data-target=search],
    .responsive-tools [data-target=search]:hover {
        color: #000000;
    }
    #header .site-name a img {
        max-height: 50px;
        max-width: 300px;
        padding: 5px 0 0 0;
    }
}
@media (max-width: 479px) {
    #header .site-name a img {
        max-width: 250px;
    }
}
@media (max-width: 425px) {
    #header .site-name a img {
        max-width: 55vw;
    }
}
@media (max-width: 375px) {
    #header .site-name a img {
        max-width: 45vw;
    }
}
@media (min-width: 768px) {
    #header {
        position: relative;
        z-index: 10;
        background-color: transparent;
    }
    #header .header-top {
        display: flex;
        justify-content: flex-end;
    }
    #header .header-top > div.site-name-wrapper {
        flex-basis: 33%;
        margin-right: auto;
    }
    #header .header-top > div.search {
        flex-basis: 360px;
        padding-right: 20px;
    }
    #header .header-top > div.navigation-buttons {
        flex-basis: 70px;
    }
}
@media (min-width: 1200px) {
    #header .header-top > div.search {
        flex-basis: 420px;
        padding-right: 20px;
    }
    #header .header-top > div.navigation-buttons {
        flex-basis: 120px;
    }
}

/* basket button */
#header .cart-count {
    color: #000000;
}
#header .btn.cart-count,
#header a.btn.cart-count {
    font-size: 14px;
    font-weight: 500;
    /*font-family: 'Roboto', sans-serif;*/
}
#header .btn.cart-count::before,
#header a.btn.cart-count::before {
    margin-right: 10px;
    content: "";
    width: 31px;
    height: 31px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url('/user/documents/assets/img/icon-basket.svg');
}
#header .cart-count:not(.full) .cart-price {
    font-size: 0;
}
#header .cart-count:not(.full) .cart-price:after {
    display: inline-block;
    content: '€0';
    font-size: 14px;
}
#header .cart-count i[data-testid="headerCartCount"] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    top: -10px;
    width: 24px;
    height: 24px;
    padding: 0;
    border: 1px solid #000000;
    background-color: #ADBE6B;
    line-height: 100%;
    font-size: 10px;
}

@media only screen and (max-width: 767px) {
    #header .cart-count {
        top: -36px;
        right: 60px;
    }
    #header .btn.cart-count::before,
    #header a.btn.cart-count::before {
        width: 32px;
        height: 32px;
    }
}

/* --------------------------------------------------------------------------- */
/* HEADER - SEARCH
/* --------------------------------------------------------------------------- */

#formSearchForm input[type='search'] {
    color: #000000;
    border-color: #DEDEDE;
    border-radius: 0px;
}
#formSearchForm input[type='search']::placeholder {
    color: #000000;
    font-size: 14px !important;
    font-weight: 400;
}
#formSearchForm input[type='search']:focus {
    outline: none !important;
    box-shadow: none !important;
}
#formSearchForm button[type='submit'] {
    color: #FFFFFF;
    padding: 0 20px;
    border-color: #DEDEDE;
    border-left: none;
    background-color: #FFFFFF;
    background-size: 21px 21px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('/user/documents/assets/img/icon-search.svg');
    font-size: 0 !important;
    line-height: 0 !important;
}

/* --------------------------------------------------------------------------- */
/* NAVIGATION
/* --------------------------------------------------------------------------- */

.menu-helper {
    height: 52px;
}
.menu-helper:after, 
.menu-trigger:after {
    background-color: var(--menu_color);
}
.menu-helper > ul {
    top: calc(50% + 26px);
}

@media (min-width: 768px) {
    #navigation {
        height: 52px;
        padding-top: 10px;
        padding-bottom: 10px;
        background-color: var(--menu_color);
    }
    #navigation .navigation-in {
        background-color: var(--menu_color);
    }
    #navigation .navigation-in > ul > li {
        border-color: var(--menu_color);
    }
    #navigation .navigation-in > ul > li > a {
        padding-top: 19px;
        padding-bottom: 19px;
    }
}

/* --------------------------------------------------------------------------- */
/* BREADCRUMBS
/* --------------------------------------------------------------------------- */

.breadcrumbs {
    /*border: 1px solid #DDDDDD;
    border-radius: 10px;*/
}

@media only screen and (min-width: 992px) {
    .breadcrumbs > span,
    .breadcrumbs > span > a {
        color: #696969;
    }
    .breadcrumbs > span > a:after,
    .breadcrumbs > span > a:before {
        content: "";
        height: 15%;
        position: absolute;
        right: 0;
        width: 1px;
        background-color: #696969;
    }
    .breadcrumbs > span > a:before {
        top: 38%;
        transform: rotate(-45deg);
    }
    .breadcrumbs > span > a:after {
        bottom: 39%;
        transform: rotate(45deg);
    }
}

/* --------------------------------------------------------------------------- */
/* FOOTER
/* --------------------------------------------------------------------------- */

#footer,
#footer > .container {
    background-color: var(--color_dark_green);
}
#footer .footer-bottom * {
    color: rgba(255,255,255,0.75);
}

/* --------------------------------------------------------------------------- */
/* FOOTER - PANEL
/* --------------------------------------------------------------------------- */

/* footer layout */
#footer .custom-footer {
    padding-left: 0px;
    padding-top: 0px;
    border: none;
}
#footer .footer-rows .site-name {
    display: block;
    position: relative;
    top: unset;
    left: unset;
    width: 40%;
    max-width: unset;
    margin: 0 0 0 20px;
    padding: 60px 20px 45px 20px;
}
#footer .footer-rows .site-name a {
    display: block;
}
#footer .footer-rows .site-name img {
    display: inline-block;
}
#footer .custom-footer > div {
    width: 25%;
}

/* footer panel */
.footerPanel,
.footerPanel * {
    color: #FFFFFF !important;
    font-size: 16px;
}
.footerPanel h4 {
    margin: 0px 0px 20px 0px !important;
    text-transform: none !important;
}
.footerPanel h4 span {
    font-size: 21px !important;
    font-weight: 600;
    line-height: 140%;
}
.footerPanel p {
    line-height: 182%;
}
.footerPanel p,
.footerPanel ul {
    margin: 0px 0px 16px 0px;
    padding: 0px;
}
.footerPanel ul li {
    margin: 0px 0px 8px 0px;
    padding: 0px;
}
.footerPanel a {
    text-decoration: none;
}
.footerPanel a:hover {
    text-decoration: underline;
}
.footerPanel.info a,
.footerPanel.products a {
    text-transform: uppercase;
    text-decoration: underline;
}

@media (max-width: 991px) {
    #footer .footer-rows .site-name {
        width: 50%;
        min-width: 230px;
        margin: 0 auto 0 auto;
        padding: 80px 0 65px 0;
        text-align: center;
    }
    #footer .custom-footer > div {
        width: 50% !important;
        text-align: center;
    }
    #footer .footer-bottom * {
        text-align: center;
    }
}
@media (max-width: 768px) {
    #footer .custom-footer > div {
        width: 100% !important;
        text-align: center;
    }
    #footer .custom-footer > div > .banner {
        margin: 0px;
        min-height: unset;
    }
    #footer .custom-footer > div > .banner .banner-wrapper {
        margin: 0px 0px 0px 0px;
    }
    .footerPanel.logo {
        margin: 0px 0px 36px 0px;
    }
}
@media (max-width: 479px) {
    #footer .footer-rows .site-name {
        width: 60%;
    }
}
@media (max-width: 320px) {
    #footer .footer-rows .site-name {
        width: 70%;
    }
}

/* --------------------------------------------------------------------------- */
/* FOOTER - ZESTBRAND
/* --------------------------------------------------------------------------- */

#footerZestbrand {
    margin: 26px 0px 26px 0px;
    width: 100% !important;
    border: none !important;
    text-align: center;
    color: #000000;
    line-height: 160%;
}
#footerZestbrand a {
    white-space: nowrap;
    color: var(--color_light_green);
    font-weight: 600;
    text-decoration: underline;
}

/* --------------------------------------------------------------------------- */
/* HOMEPAGE - LAYOUT
/* --------------------------------------------------------------------------- */

.content-wrapper.latest-contribution-box {
    display: none;
}

/* --------------------------------------------------------------------------- */
/* HOMEPAGE - CAROUSEL
/* --------------------------------------------------------------------------- */

.content-wrapper.before-carousel {
    position: relative;
    z-index: 5;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-top-width: 0px;
    border-bottom-width: 0px;
    background-color: #FFFFFF;
}
.content-wrapper.before-carousel .content-wrapper-in .container {
    position: relative;
    width: 100%;
    max-width: 1920px;
}
.content-wrapper.before-carousel .content-wrapper-in .container:after {
    content: '';
    position: absolute;
    display: block;
    top: -52px;
    left: 0;
    right: 0;
    width: 100%;
    height: 52px;
    background-color: var(--menu_color);
}
#carousel .carousel-control {
    max-width: 100px;
    color: #FFFFFF;
}

/* --------------------------------------------------------------------------- */
/* HOMEPAGE - WELCOME
/* --------------------------------------------------------------------------- */

.welcome-wrapper {
    display: none;
}

/* -------------------------------------------------------------------------- */
/* HOMEPAGE - FOOTER BANNERS
/* -------------------------------------------------------------------------- */

/* kontajner bannerů */
.content .footer-banners {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0px !important;
    padding: 0px !important;
}

/* kontajner banneru */
.content .footer-banner,
.content .footer-banner > span {
    display: block;
    width: 100%;
    margin: 0px !important;
    padding: 0px !important;
    box-sizing: border-box;
}
.content .footer-banner a:hover img  {
    -webkit-transform: scale(1.00);
    -ms-transform: scale(1.00);
    -o-transform: scale(1.00);
    transform: scale(1.00);
}

/* -------------------------------------------------------------------------- */
/* HOMEPAGE - HP PANEL
/* -------------------------------------------------------------------------- */

.hpPanel {
    margin: 35px 0px 0px 0px;
}
.welcome > h1,
.hpPanel > h1,
.hpPanel > h2,
.hpPanel > h3 {
    width: 100%;
    color: #000000;
    font-size: 45px;
    font-weight: 600;
    text-align: center;
}
.hpPanel > h1 a,
.hpPanel > h2 a,
.hpPanel > h3 a {
    text-decoration: underline;
}
.hpPanel .moreWrapper {
    padding: 46px 0px 0px 0px;
    text-align: center;
}
.hpPanel .moreButton {
    padding: 20px 20px;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    background-color: var(--color_orange);
}
.hpPanel .moreButton:hover {
    color: #FFFFFF;
    text-decoration: underline;
}

@media only screen and (max-width: 768px) {
    .welcome > h1,
    .hpPanel > h1,
    .hpPanel > h2,
    .hpPanel > h3 {
        font-size: 26px;
    }
}

@media only screen and (max-width: 480px) {
    .welcome > h1,
    .hpPanel > h1,
    .hpPanel > h2,
    .hpPanel > h3 {
        font-size: 22px;
    }
}

.type-page .hpPanel,
.type-category .hpPanel,
.type-product.type-detail .hpPanel {
    margin: 35px 0px 70px 0px;
    padding: 0px;
}

/* -------------------------------------------------------------------------- */
/* HOMEPAGE - BENEFIT PANEL
/* -------------------------------------------------------------------------- */

.type-product.type-detail #benefitPanel {
    margin: 0px 0px 70px 0px;
}
.type-product.type-detail #benefitPanel h2 {
    margin-top: 0;
}
#benefitPanel {
    display: block;
}
.benefitBanners {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0px;
    padding: 0px;
}
.benefitBanner {
    width: 25%;
    margin: 0px;
    padding: 0px;
}
.benefitBanner .benefitContent {
    display: block;
    width: 100%;
    margin: 10px;
    padding: 30px;
    background-color: #F7F7F7;
    text-align: center;
}
.benefitBanner .icon {
    width: 100%;
    padding: 0px;
    max-height: 60px;
}
.benefitBanner .icon img {
    display: block;
    margin: 0 auto;
}
.benefitBanner .label {
    padding: 26px 0px 0px 0px;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
}

@media only screen and (max-width: 991px) {
    .benefitBanner {
        width: 50%;
    }
}
@media only screen and (max-width: 479px) {
    .benefitBanner {
        width: 100%;
    }
    .benefitBanner .benefitContent {
        display: flex;
        padding: 20px;
        margin: 10px 0px 0px 0px;
        align-items: center;
        text-align: left;
    }
    .benefitBanner .icon {
        flex-basis: 60px;
    }
    .benefitBanner .label {
        padding: 0px 0px 0px 26px;
        font-size: 14px;
        font-weight: 500;
        text-transform: uppercase;
    }
}

/* -------------------------------------------------------------------------- */
/* HOMEPAGE - CATEGORY PANEL
/* -------------------------------------------------------------------------- */

#categoryPanel {
    display: block;
    max-width: 1360px;
    margin: 35px auto 0 auto;
}
.categoryBanners {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0px;
    padding: 0px;
}
.categoryBanner {
    width: 25%;
    margin: 0px;
    padding: 0px;
}
.categoryBanner.w50 {
    width: 50%;
}
.categoryBanner a {
    position: relative;
    display: block;
    width: 100%;
    margin: 0px;
    padding: 10px;
}
.categoryBanner a * {
    color: #FFFFFF;
}
.categoryBanner .icon {
    position: relative;
}
.categoryBanner .icon img {
    width: 100%;
    height: auto;
}
.categoryBanner .label {
    position: absolute;
    bottom: 0;
    width: calc(100% - 20px);
    padding: 0px 0px 30px 30px;
    text-align: left;
}
.categoryBanner .label h3 {
    font-size: 22px;
    font-weight: 600;
    line-height: 145%;
}
.categoryBanner .label .moreButton {
    display: inline-block;
    margin: 0 auto;
    padding: 16px 26px;
    font-size: 13px;
    font-weight: 400;
    line-height: 100%;
    text-transform: uppercase;
    background-color: var(--color_orange);
}

@media only screen and (max-width: 991px) {
    .categoryBanner {
        width: 50%;
    }
    .categoryBanner .dDesktop { display: none; }
    .categoryBanner .dMobile { display: block; }
}
@media only screen and (max-width: 479px) {
    .categoryBanner .label {
        padding: 0px 0px 30px 0;
        text-align: center;
    }
    .categoryBanner .label h3 {
        /*font-size: 20px;*/
        font-size: 4.25vw;
    }
}

/* --------------------------------------------------------------------------- */
/* HOMEPAGE - PARTNER PANEL
/* --------------------------------------------------------------------------- */

/*#partnerPanel {
}
.partnerPanel {
    margin: 35px 0px 35px 0px;
    padding: 0px;
}
.partnerBanners {
    display: flex;
    flex-wrap:wrap;
    justify-content: space-between;
    row-gap: 60px;
    margin: 0px;
    padding: 0px;
}
.partnerBanners .partnerBanner {
    width: 20%;
    margin: 0px;
    padding: 0px;
}
.partnerBanners .partnerBanner img {
    width: 100%;
}
@media only screen and (max-width: 991px) {
    .partnerBanners {
        justify-content: space-around;
    }
    .partnerBanners .partnerBanner {
        width: 34%;
    }
}
@media only screen and (max-width: 479px) {
    .partnerBanners .partnerBanner {
        width: 40%;
    }
}*/

/* -------------------------------------------------------------------------- */
/* HOMEPAGE - ABOUT PANEL
/* -------------------------------------------------------------------------- */

#aboutPanel {
    margin: 35px 0px 35px 0px;
}
.aboutPanelInner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.aboutPanelText {
    width: 48%;
}
.aboutPanelText * {
    color: #000000;
}
.aboutPanelText h3 {
    margin: 0 0 36px 0;
    font-size: 45px;
    font-weight: 600;
}
.aboutPanelText h4 {
    margin: 0 0 36px 0;
    font-size: 30px;
    font-weight: 600;
}
.aboutPanelText p {
    margin: 0 0 36px 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 180%;
}
.aboutPanelText p big {
    font-size: 23px;
    font-weight: 600;
    line-height: 150%;
}
.aboutPanelText ul {
    margin: 0 0 0 0;
    padding: 0;
    list-style: none;
}
.aboutPanelText ul li {
    margin: 0 0 16px 0;
    padding: 0 0 0 36px;
    font-size: 16px;
    font-weight: 400;
    line-height: 160%;
    background-image: url('/user/documents/assets/img/icon-odrazka.svg?v2');
    background-repeat: no-repeat;
    background-position: left top;
}
.aboutPanelText ul li strong {
    display: block;
    color: var(--color_dark_green);
    font-size: 19px;
    font-weight: 600;
    line-height: 140%;
}

@media (max-width: 991px) {
    .aboutPanelText {
        width: 100%;
    }
}
@media (max-width: 479px) {
    .aboutPanelText h3 {
        font-size: 36px;
    }
    .aboutPanelText h4 {
        font-size: 24px;
    }
    .aboutPanelText p big {
        font-size: 20px;
    }
    .aboutPanelText ul li strong {
        font-size: 17px;
    }
}

/* -------------------------------------------------------------------------- */
/* HOMEPAGE - BANNER PANEL
/* -------------------------------------------------------------------------- */

.bannerPanel {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0px;
    margin-bottom: 20px;
}
.bannerPanel .dMobile {
    display: none !important;
}
.bannerPanel .dDesktop {
    display: block !important;
}

.bannerPanelInner {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}
.bannerPanelInner > a,
.bannerPanelInner > a > img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}
.bannerPanelImage {
    margin: 0;
    padding: 0;
    background-color: var(--color_light_green);
    font-size: 0px;
    line-height: 0px;
}
.bannerPanelImage img {
    width: 100% !important;
}
.bannerPanelText {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 40px 30px;
    background-color: var(--color_dark_green);
}
.bannerPanelText h3 {
    margin: 0 0 26px 0;
    color: #FFFFFF;
    font-size: 30px;
    font-weight: 600;
    line-height: 120%;
    text-align: center;
    text-transform: uppercase;
}
.bannerPanelText h3 small {
    display: block;
    font-size: 22px;
}
.bannerPanelText p {
    margin: 0 0 36px 0;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    text-align: center;
}
.bannerPanelText p a {
    color: #FFFFFF;
    text-decoration: none;
}
.bannerPanelText p a:hover {
    color: #FFFFFF;
    text-decoration: underline;
}
.bannerPanel .iconWrapper {
    margin: 0 0 16px 0;
}
.bannerPanel .moreWrapper {
    padding: 0;
    margin: 0 auto;
}

/* BANNER 75 */
.bannerPanel75 .bannerPanelText {
    flex-grow: 1;
}
.bannerPanel75 .bannerPanelImage {
    flex-shrink: 0;
    flex-basis: 75%;
    max-width: 1020px;
    border-right: 20px solid #FFFFFF;
}

/* BANNER 70 */
.bannerPanel70 .bannerPanelText {
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    justify-content: center;
}
.bannerPanel70 .bannerPanelImage {
    flex-shrink: 0;
    flex-basis: 70%;
    max-width: 940px;
    border-right: 20px solid #FFFFFF;
    background-color: var(--color_dark_green);
}

/* BANNER 65 */
.bannerPanel65 .bannerPanelText {
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    justify-content: center;
}
.bannerPanel65 .bannerPanelImage {
    flex-shrink: 0;
    flex-basis: 65%;
    max-width: 880px;
    border-left: 20px solid #FFFFFF;
    background-color: var(--color_dark_green);
}

/* BANNER 50 */
.bannerPanel50 .bannerPanelText {
    flex-grow: 1;
    padding: 40px 40px;
}
.bannerPanel50 .bannerPanelText h3, 
.bannerPanel50 .bannerPanelText p {
    text-align: left;
}
.bannerPanel50 .bannerPanelImage {
    flex-shrink: 0;
    flex-basis: 50%;
    max-width: 680px;
    border-left: 20px solid #FFFFFF;
}

/* BANNER 5 - potřebujete poradit */
.bannerPanel_5 .bannerPanelText {
    position: relative;
}
.bannerPanel_5 .bannerPanelText:after {
    position: absolute;
    top: -100px;
    left: 0;
    display: block;
    content: '';
    width: 120px;
    height: 212px;
    background-image: url('/user/documents/assets/img/icon-recyklace-bg.svg?v4');
}

@media (max-width: 1439px) {
    .bannerPanel_5 .bannerPanelText:after {
        transform: scale(0.75) translateX(-30px);
    }
}

@media (max-width: 1199px) {
    .bannerPanel75 .bannerPanelInner {
        flex-direction: column;
    }
    .bannerPanel75 .bannerPanelImage {
        flex-basis: unset;
        max-width: unset;
        border: none;
    }
    .bannerPanel_5 .bannerPanelText:after {
        transform: scale(0.75) translateX(-30px) translateY(-30px);
    }
}

@media (max-width: 991px) {
    .bannerPanel70 .bannerPanelInner {
        flex-direction: column;
    }
    .bannerPanel70 .bannerPanelImage {
        flex-basis: unset;
        max-width: unset;
        border: none;
    }
    .bannerPanel65 .bannerPanelInner {
        flex-direction: column-reverse;
    }
    .bannerPanel65 .bannerPanelImage {
        flex-basis: unset;
        max-width: unset;
        border: none;
    }
    .bannerPanel50 .bannerPanelInner {
        flex-direction: column-reverse;
    }
    .bannerPanel50 .bannerPanelText h3, 
    .bannerPanel50 .bannerPanelText p {
        text-align: center;
    }
    .bannerPanel50 .bannerPanelImage {
        flex-basis: unset;
        max-width: unset;
        border: none;
    }
    .bannerPanel_5 .bannerPanelText:after {
        transform: translateY(-5px);
    }
}

@media (max-width: 767px) {
    .bannerPanel75 .dMobile,
    .bannerPanel70 .dMobile,
    .bannerPanel65 .dMobile,
    .bannerPanel50 .dMobile {
        display: block !important;
    }
    .bannerPanel75 .dDesktop,
    .bannerPanel70 .dDesktop,
    .bannerPanel65 .dDesktop,
    .bannerPanel50 .dDesktop {
        display: none !important;
    }
    .bannerPanel_5 .bannerPanelText:after {
        transform: translateY(-5px);
    }
}

@media (max-width: 539px) {
    .bannerPanel_5 .bannerPanelText:after {
        transform: scale(0.75) translateX(-30px) translateY(-10px);
    }
}

@media (max-width: 479px) {
    .bannerPanel_5 .bannerPanelText:after {
        transform: scale(0.6) translateX(-40px) translateY(-10px);
    }
}

@media (max-width: 320px) {
    .bannerPanel_5 .bannerPanelText:after {
        transform: scale(0.5) translateX(-60px) translateY(-20px);
    }
}

/* -------------------------------------------------------------------------- */
/* HOMEPAGE - SUPPORT PANEL
/* -------------------------------------------------------------------------- */

/*#supportPanel::before {
    content: '';
    position: absolute;
    display: block;
    top: 52%;
    bottom: 0;
    left: calc(-9999px + 100%);
    right: 0;
    background: var(--color_dark_green);
    border-left: 9999px solid var(--color_dark_green);
    box-shadow: 9999px 0 0 var(--color_dark_green);
}
.supportBanners {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    padding: 0 16px 16px 16px;
    background-color: #FFFFFF;
}
.supportBanner {
    width: 25%;
}
.supportContent {
    padding: 10px;
}
.supportContent .image,
.supportContent .image img {
    width: 100%;
}
.supportContent .text {
    width: 100%;
    padding: 0 20px 0 20px;
    text-align: center;
}
.supportContent .text * {
    color: #000000;
}
.supportContent .text h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 140%;
}
.supportContent .text h3 small {
    display: block;
    font-size: 16px;
    font-weight: 400;
}

@media (max-width: 991px) {
    #supportPanel::before {
        top: 30%;
    }
    .supportBanner {
        width: 50%;
    }
}
@media (max-width: 479px) {
    .supportContent .text {
        padding: 0;
    }
    .supportContent .text h3 {
        font-size: 14px;
    }
    .supportContent .text h3 small {
        font-size: 12px;
    }
}
@media (max-width: 320px) {
    #supportPanel::before {
        top: 100%;
    }
    .supportBanner {
        width: 100%;
    }
}*/

/* -------------------------------------------------------------------------- */
/* HOMEPAGE - CONTACT PANEL
/* -------------------------------------------------------------------------- */

#contactBanner {
    display: none;
}
.type-page #contactBanner,
.type-category #contactBanner,
.type-product.type-detail #contactBanner {
    display: block;
    margin: 35px 0px 35px 0px;
}
.contactBanner * {
    color: #FFFFFF;
}
.contactBannerInner {
    display: flex;
    flex-wrap: wrap;
    padding: 60px 30px;
    border: 1px solid #E4E4E4;
    border-radius: 15px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('/user/documents/upload/hp_contact_banner/infolinka_pozadi_d.png?v2');
    background-color: #24432D;
    align-items: center;
    overflow: hidden;
}
.contactBannerItem.contactText { width: 45%; }
.contactBannerItem.contactPhone { width: 25%; }
.contactBannerItem.contactEmail { width: 30%; }
.contactBannerItem h3 {
    margin: 0 0 0.5em 0;
    padding: 0;
    font-size: 36px;
    font-weight: 600;
    line-height: 100%;
    text-transform: uppercase;
}
.contactBannerItem.contactText {
    display: flex;
    justify-content: flex-start;
}
.contactBannerItem a {
    white-space: nowrap;
}
.contactBannerItem a, 
.contactBannerItem p {
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 100%;
}
.contactBannerItem img {
    margin: 0 26px 0 0;
    padding: 0;
    width: 72px;
    height: 72px;
}

@media only screen and (max-width: 1439px) {
    .contactBannerItem.contactText {
        display: flex;
        justify-content: center;
    }
}
@media only screen and (max-width: 1199px) {
    .contactBannerItem:nth-child(1) {
        width: 100%;
        margin: 0px 0px 46px 0px;
        text-align: center;
    }
    .contactBannerItem:nth-child(2),
    .contactBannerItem:nth-child(3) {
        display: flex;
        justify-content: center;
        width: 50%;
    }
}
@media only screen and (max-width: 991px) {
    .contactBannerItem:nth-child(2) a,
    .contactBannerItem:nth-child(3) a {
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    .contactBannerItem:nth-child(2) a img,
    .contactBannerItem:nth-child(3) a img {
        margin: 0 0 26px 0;
    }
}
@media only screen and (max-width: 479px) {
    .contactBannerInner {
        background-image: url('/user/documents/upload/hp_contact_banner/infolinka_pozadi_r.png?v2')
    }
    .contactBannerItem:nth-child(1),
    .contactBannerItem:nth-child(2),
    .contactBannerItem:nth-child(3) {
        width: 100%;
        margin: 0px 0px 36px 0px;
    }
    .contactBannerItem:nth-child(3) {
        margin: 0px 0px 0px 0px;
    }
}

#content .contactBannerItem h3 {
    font-size: 35px;
    font-weight: 600;
    letter-spacing: -0.7px;
}
#content .contactBannerItem a,
#content .contactBannerItem p {
    font-size: 26px;
    font-weight: 600;
}
#content .contactBannerItem img {
    margin: 0 16px 0 0;
    width: 30px;
    height: 30px;
}
#content .contactBannerItem .contactBannerImg {
    display: flex;
    align-items: center;
}
#content .contactBannerItem.contactText img {
    width: 56px;
    height: 56px;
    flex-direction: row;
}

#content .contactBannerItem.contactText p {
    font-size: 18px;
    font-weight: 400;
}

@media only screen and (max-width: 1439px) {
    #content .contactBannerItem:nth-child(1) {
        width: 100%;
        margin: 0px 0px 46px 0px;
        text-align: center;
    }
    #content .contactBannerItem:nth-child(2),
    #content .contactBannerItem:nth-child(3) {
        display: flex;
        justify-content: center;
        width: 50%;
    }
}
@media only screen and (max-width: 991px) {
    #content .contactBannerInner {
        background-image: url('/user/documents/upload/hp_contact_banner/infolinka_pozadi_r.png?v1')
    }
    #content .contactBannerItem.contactText {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    #content .contactBannerItem.contactText img {
        margin: 0 0 16px 0;
    }
    #content .contactBannerItem:nth-child(1),
    #content .contactBannerItem:nth-child(2),
    #content .contactBannerItem:nth-child(3) {
        width: 100%;
        margin: 0px 0px 36px 0px;
    }
    #content .contactBannerItem:nth-child(3) {
        margin: 0px 0px 0px 0px;
    }
    #content .contactBannerItem:nth-child(2) a img,
    #content .contactBannerItem:nth-child(3) a img {
        margin: 0 0 16px 0;
    }
}
@media only screen and (max-width: 767px) {
    #content .contactBannerItem h3 {
        font-size: 33px;
    }
}
@media only screen and (max-width: 639px) {
    #content .contactBannerItem h3 {
        font-size: 30px;
    }
    #content .contactBannerItem a,
    #content .contactBannerItem p {
        font-size: 22px;
    }
}
@media only screen and (max-width: 479px) {
    #content .contactBannerItem h3 {
        font-size: 25px;
    }
    #content .contactBannerItem a,
    #content .contactBannerItem p {
        font-size: 20px;
    }
}

/*.type-page .contactBannerItem h3,
.type-product.type-detail .contactBannerItem h3 {
    font-size: 24px;
}
.type-page .contactBannerItem a,
.type-page .contactBannerItem p,
.type-product.type-detail .contactBannerItem a,
.type-product.type-detail .contactBannerItem p {
    font-size: 16px;
}
.type-page .contactBannerItem img,
.type-product.type-detail .contactBannerItem img {
    margin: 0 16px 0 0;
    width: 52px;
    height: 52px;
}

@media only screen and (max-width: 1439px) {
    .type-page .contactBannerItem:nth-child(1),
    .type-product.type-detail .contactBannerItem:nth-child(1) {
        width: 100%;
        margin: 0px 0px 46px 0px;
        text-align: center;
    }
    .type-page .contactBannerItem:nth-child(2),
    .type-page .contactBannerItem:nth-child(3),
    .type-product.type-detail .contactBannerItem:nth-child(2),
    .type-product.type-detail .contactBannerItem:nth-child(3) {
        display: flex;
        justify-content: center;
        width: 50%;
    }
}
@media only screen and (max-width: 991px) {
    .type-page .contactBanner,
    .type-product.type-detail .contactBanner {
        background-image: url('/user/documents/upload/hp_contact_banner/infolinka_pozadi_r.png?v1')
    }
    .type-page .contactBannerItem:nth-child(1),
    .type-page .contactBannerItem:nth-child(2),
    .type-page .contactBannerItem:nth-child(3),
    .type-product.type-detail .contactBannerItem:nth-child(1),
    .type-product.type-detail .contactBannerItem:nth-child(2),
    .type-product.type-detail .contactBannerItem:nth-child(3) {
        width: 100%;
        margin: 0px 0px 36px 0px;
    }
    .type-page .contactBannerItem:nth-child(3),
    .type-product.type-detail .contactBannerItem:nth-child(3) {
        margin: 0px 0px 0px 0px;
    }
    .type-page .contactBannerItem:nth-child(2) a img,
    .type-page .contactBannerItem:nth-child(3) a img,
    .type-product.type-detail .contactBannerItem:nth-child(2) a img,
    .type-product.type-detail .contactBannerItem:nth-child(3) a img {
        margin: 0 0 16px 0;
    }
}*/

/* -------------------------------------------------------------------------- */
/* HOMEPAGE - TEXT PANEL
/* -------------------------------------------------------------------------- */

.textPanel {
    text-align: center;
}

/* -------------------------------------------------------------------------- */
/* HOMEPAGE - PRODUCTS PANEL
/* -------------------------------------------------------------------------- */

/* PROD */
.in-index .content > .homepage-products-heading-1,
.in-index .content > #products-1,
.in-index .content > .homepage-products-heading-9,
.in-index .content > #products-9,
.in-index .content > .homepage-products-heading-12,
.in-index .content > #products-12 {
    display: none;
}

/* DEV */
.in-index .content > .homepage-products-heading-13,
.in-index .content > #products-13 {
    display: none;
}

/*#topProducts .product {
    display: none;
}
#topProducts .product:nth-child(1),
#topProducts .product:nth-child(2),
#topProducts .product:nth-child(3),
#topProducts .product:nth-child(4) 
{
    display: block;
}*/

/*#recommendedProducts .product {
    display: none;
}
#recommendedProducts .product:nth-child(1),
#recommendedProducts .product:nth-child(2),
#recommendedProducts .product:nth-child(3),
#recommendedProducts .product:nth-child(4) 
{
    display: block;
}*/

#recommendedProductsPanel {
    margin: 50px 0px 0px 0px;
}

@media only screen and (max-width: 767px) {
    #recommendedProductsPanel {
        margin: 35px 0px 0px 0px;
    }
}


/* --------------------------------------------------------------------------- */
/* HOMEPAGE - FAQ PANEL
/* --------------------------------------------------------------------------- */

#zapp_faq_panel,
.zapp_faq_panel {
    max-width: 1440px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
}
.zapp_faq_panel_inner {
    padding: 35px 0 70px 0;
}
.zapp_faq_panel_columns {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.zapp_faq_panel_items {
    width: calc(50% - 20px);
}
.zapp_faq_panel_item {
    position: relative;
    margin: 0 0 25px 0;
    padding: 0 0 25px 0;
    border-bottom: 1px solid #ADADAD;
}
.zapp_faq_panel_item_caption {
    margin: 0;
    padding: 0 60px 0 0;
    color: #000000;
    font-size: 18px;
    font-weight: 500;
    line-height: 120%;
    cursor: pointer;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}
.zapp_faq_panel_item_opened .zapp_faq_panel_item_caption {
    margin: 0 0 20px 0;
}
.zapp_faq_panel_item_content {
    display: none;
    margin: 0;
    padding: 0 60px 0 0;
    color: #000000;
    font-size: 15px;
    font-weight: 400;
    line-height: 160%;
}
.zapp_faq_panel_item_opened .zapp_faq_panel_item_content {
    display: block;
}
.zapp_faq_panel_item::before {
    content: '+';
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    width: 33px;
    height: 33px;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    font-size: 40px;
    font-weight: 100;
    line-height: 100%;
}
.zapp_faq_panel_item_opened::before {
    content: '-';
}

@media only screen and (max-width: 1199px) {
    .zapp_faq_panel_item_caption {
        font-size: 18px;
        line-height: 120%;
    }
    .zapp_faq_panel_item_content {
        font-size: 15px;
        line-height: 150%;
    }
}

@media only screen and (max-width: 991px) {
    .zapp_faq_panel_item_caption {
        font-size: 17px;
    }
    .zapp_faq_panel_item_content {
        font-size: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .zapp_faq_panel_columns {
        flex-direction: column;
        justify-content: flex-start;
    }
    .zapp_faq_panel_items {
        width: 100%;
        padding: 0 20px;
    }
    .zapp_faq_panel_item_caption {
        font-size: 16px;
    }
    .zapp_faq_panel_item_content {
        font-size: 14px;
    }
}

@media only screen and (max-width: 479px) {
    .zapp_faq_panel_item_caption {
        font-size: 14px;
    }
    .zapp_faq_panel_item_content {
        font-size: 14px;
    }
}

/* --------------------------------------------------------------------------- */
/* CATEGORY - PAGE
/* --------------------------------------------------------------------------- */

.category-title {
    font-size: 40px;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.84px;
}
.category-perex {
    margin-bottom: 2em;
}
.category-perex * {
    color: #000000;
}

/* --------------------------------------------------------------------------- */

.subcategories {
    position: relative;
    margin-top: 4em;
    margin-bottom: 50px;
}
.subcategories:before {
    position: absolute;
    top: -30px;
    left: 10px;
    display: block;
    content: '';
    color: #000000;
    font-size: 19px;
    font-weight: 600;
    line-height: 100%;
}
html[lang='de'] .subcategories:before {
    content: 'Kategorien';
}
html[lang='en'] .subcategories:before {
    content: 'Categories';
}
.subcategories:after {
    position: absolute;
    top: calc(100% + 15px);
    left: 10px;
    display: block;
    content: '';
    width: calc(100% - 20px);
    border-bottom: 1px solid #E4E9F0;
}

.subcategories * {
    color: #000000;
}
.subcategories li a:before {
    display: none;
}
.subcategories.with-image li {
    padding: 7px;
}
.subcategories.with-image li a {
    padding: 8px;
    border: 1px solid #E4E4E4;
    border-radius: 10px;
    background-color: #FAFAFA;
    height: 95px;
}
.subcategories.with-image li a:hover:after {
    background-color: transparent;
}
.subcategories.with-image li a .image {
    margin: 0;
    padding: 0;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    min-width: 78px;
    border-radius: 5px;
}
.subcategories.with-image li a .image img {
    display: block;
    margin: 0;
    padding: 0;
    min-width: 100%;
    min-height: 100%;
    object-fit: none;
}
.subcategories.with-image li a .text {
    font-size: 16px;
    font-weight: 400;
    line-height: 125%;
}
@media only screen and (max-width: 1439px) {
    .subcategories.with-image li a {
        height: 75px;
        padding: 6px;
    }
    .subcategories.with-image li {
        width: 33.3333%;
    }
    .subcategories.with-image li a .image {
        min-width: 54px;
    }
    .subcategories.with-image li a .text {
        font-size: 15px;
    }
}
@media only screen and (max-width: 1199px) {
    .subcategories.with-image li a .text {
        font-size: 14px;
    }
}
@media only screen and (max-width: 991px) {
    .category-title {
        font-size: 32px;
    }
    .subcategories:before {
        font-size: 18px;
    }
    .subcategories.with-image li {
        width: 50%;
    }
}
@media only screen and (max-width: 767px) {
    .category-title {
        font-size: 30px;
    }
    .subcategories.with-image li a {
        height: 70px;
    }
    .subcategories.with-image li a .image {
        width: 100%;
        max-width: 54px;
        min-width: unset;
    }
}
@media only screen and (max-width: 639px) {
    .category-title {
        font-size: 26px;
    }
    .subcategories.with-image li a .image {
        max-width: 48px;
    }
}
@media only screen and (max-width: 479px) {
    .category-title {
        font-size: 22px;
    }
    .subcategories:before {
        font-size: 17px;
    }
    .subcategories.with-image li {
        padding: 5px;
    }
    .subcategories.with-image li a {
        height: 60px;
    }
    .subcategories.with-image li a .image {
        max-width: 40px;
    }
    .subcategories.with-image li a .text {
        font-size: 13px;
    }
}
@media only screen and (max-width: 320px) {
    .subcategories:before {
        font-size: 16px;
    }
    .category-title {
        font-size: 20px;
    }
}

/* --------------------------------------------------------------------------- */

.category-header {
    margin: 0 -13px 2em -13px;
    background-color: #FFFFFF;
}
.category-header .listSorting {
    width: 100%;
}
.category-header .listSorting__controls {
    width: 100%;
    column-gap: 0;
}
.category-header .listSorting__controls li {
    width: 25%;
    margin: 0 0 10px 0;
    padding: 0 10px;
    border: none;
    box-sizing: border-box;
}
.category-header .listSorting__controls li > button {
    width: 100%;
    margin: 0;
    border: 1px solid #11387433;
    border-radius: 5px;
    text-align: center;
    text-transform: uppercase;
}
.category-header .listSorting__control--current {
    color: #FFFFFF !important;
    border-color: var(--color_dark_green);
    background-color: var(--color_dark_green);
}

.category-header .listItemsTotal {
    display: none;
}

@media only screen and (max-width: 767px) {
    .category-header .listSorting__control--current {
        color: #000000;
    }
}
@media only screen and (max-width: 639px) {
    .category-header .listSorting__controls li {
        width: 50%;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .category-header .listSorting__controls li {
        width: 50%;
    }
}

/* --------------------------------------------------------------------------- */

.category__secondDescription #zapp_faq_panel {
    display: none;
}

/* --------------------------------------------------------------------------- */

.sidebar {
    background-color: #FFFFFF;
}

.sidebar .sidebar-inner .box-filters {
    background-color: #FAFAFA;
}

/* --------------------------------------------------------------------------- */
/* PRODUCT - FLAGS
/* --------------------------------------------------------------------------- */

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

/* --------------------------------------------------------------------------- */
/* PRODUCT - TILE
/* --------------------------------------------------------------------------- */

.products.products-block .product {
    border-width: 0;
}
.products.products-block .product .p {
    border: 1px solid #E4E4E4;
    border-radius: 15px;
    background-color: #FFFFFF;
    overflow: hidden;
}
.products.products-block .product .p * {
    font-family: "Inter Tight", serif !important;
}

.products.products-block .product .p-code {
    top: 16px;    
    right: 16px;
    font-size: 14px;
    color: #797979;
    background-color: transparent;
}
.products.products-block .product .p-in {
    display: flex;
    height: 100%;
    padding-left: 16px;
    padding-right: 16px;
    flex-direction: column;
    justify-content: space-between;
}
.products.products-block .product .p-in-in .name {
    overflow: hidden;
    margin: 10px 0 5px 0;
    height: 55px;
    text-align: left;
}
.products.products-block .product .p-in-in .name,
.products.products-block .product .p-in-in .name * {
    color: #000000;
    font-size: 22px;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.57px;
}
.products.products-block .product .p-in-in .subname {
    overflow: hidden;    
    margin: 0 0 20px 0;
    text-align: left;
}
.products.products-block .product .p-in-in .subname,
.products.products-block .product .p-in-in .subname * {
    color: #000000;
    font-size: 16px;
    font-weight: 300;
    line-height: 120%;
    letter-spacing: -0.32px;
}
.products.products-block .product .p-in-in .colors {
    margin: 0 0 16px 0;
}
.products.products-block .product .p-in-in .widget-parameter-wrapper {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0;
}
.products.products-block .product .p-in-in .widget-parameter-list {
}
.products.products-block .product .p-in-in .ratings-wrapper {
    display: none;
}
.products.products-block .product .p-bottom {
    margin: 0;
    padding: 0 0 30px 0;
}
.products.products-block .product .p-bottom div[data-micro="offer"] {
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
}
.products.products-block .product .p-bottom div[data-micro="offer"] > div {
    /* width: 100%; */
}
.products.products-block .product .p-bottom .prices {
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
    flex-basis: calc(60% - 5px) !important;
    margin: 0 0 20px 0;
    padding: 0;
}
.products.products-block .product .p-bottom .prices * {
    text-align: left;
}
.products.products-block .product .p-bottom .price.price-final strong {
    color: #000000;
    font-size: 26px;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: -0.60px;
}
.products.products-block .product .p-bottom .price-additional {
    color: #797979;
    font-size: 14px;
    font-weight: 300;
    line-height: 120%;
    letter-spacing: -0.35px;
}
.products.products-block .product .p-bottom .p-tools {
    flex-basis: calc(40% - 5px) !important;
}
.products.products-block .product .p-bottom .p-tools .btn.btn-primary {
    padding: 10px 35px 10px 15px;
    border-radius: 50px;
    background-image: url('/user/documents/assets/img/icon-arrow.svg');
    background-size: 14px 14px;
    background-repeat: no-repeat;
    background-position: calc(100% - 10px) center;
}
.products.products-block .product .p-bottom .p-desc {
    margin: 0;
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

@media only screen and (max-width: 991px) {
    .products.products-block .product .p-in-in .name {
        height: 50px;
    }
    .products.products-block .product .p-in-in .name,
    .products.products-block .product .p-in-in .name * {
        font-size: 20px;
    }
}
@media only screen and (max-width: 639px) {
    .products.products-block .product .p-in-in .subname,
    .products.products-block .product .p-in-in .subname * {
        font-size: 15px;
    }
    .products.products-block .product .p-bottom .price.price-final strong {
        font-size: 24px;
    }
}
@media only screen and (max-width: 539px) {
    .products.products-block .product .p-in-in .name {
        height: 40px;
    }
    .products.products-block .product .p-in-in .name,
    .products.products-block .product .p-in-in .name * {
        font-size: 16px;
    }
    .products.products-block .product .p-in-in .subname,
    .products.products-block .product .p-in-in .subname * {
        font-size: 14px;
    }
    .products.products-block .product .p-bottom .price.price-final strong {
        font-size: 20px;
    }
    .products.products-block .product .p-bottom .price-additional {
        font-size: 13px;
    }
    .products.products-block .product .p-bottom .p-desc {
        font-size: 13px;
        max-height: 72px;
    }
}

/* --------------------------------------------------------------------------- */
/* PRODUCT - LIST
/* --------------------------------------------------------------------------- */

.products.products-block {
    margin: 0 -10px;
}

/* --------------------------------------------------------------------------- */
/* PRODUCT - DETAIL
/* --------------------------------------------------------------------------- */

.p-detail > .products.products-related.products-additional,
.p-detail > .products-related-header,
.p-detail > .browse-p {
    display: none;
}

/* --------------------------------------------------------------------------- */
/* FLAGS */

.type-product .p-detail-info .flags,
.type-product .p-detail-info .flags + div:before {
    display: none;
}

.type-product .p-image-wrapper {
    position: relative;
}
.type-product .p-image-wrapper > .flags {
    position: absolute;
    top: 20px;
    left: 20px;
    width: calc(100% - 40px);
}
.type-product .p-image-wrapper >  .flags .flag {
    position: relative;
    max-width: calc(100% - 55px);
    padding: 16px 24px;
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    line-height: 100%;
}

/* --------------------------------------------------------------------------- */
/* HEADING */

.type-product .p-detail-inner-header h1 {
    display: block;
    width: 100%;
    font-size: 35px;
    font-weight: 600;
    line-height: 130%;
    font-family: "Inter Tight", serif !important;
}
.p-detail .p-detail-inner-header .p-code-label {
    display: inline-block !important;
}

@media only screen and (max-width: 767px) {
    .type-product .p-detail-inner-header h1 {
        font-size: 30px;
    }
    .type-product .p-image-wrapper .flags {
        left: 10px;
        width: calc(100% - 20px);
    }
    .type-product .p-image-wrapper .flags .flag {
        padding: 10px 14px;
    }
}
@media only screen and (max-width: 639px) {
    .type-product .p-detail-inner-header h1 {
        font-size: 25px;
    }
}
@media only screen and (max-width: 479px) {
    .type-product .p-detail-inner-header h1 {
        font-size: 20px;
    }
}

/* --------------------------------------------------------------------------- */
/* IMAGE */

.type-product .p-image {
    margin: 0 0 15px 0;
    padding: 0;
    border: 1px solid #E4E4E4;
    border-radius: 15px;
    overflow: hidden;
}
.type-product .p-thumbnails .p-thumbnail {
    padding: 5px;
}
.type-product .p-thumbnails .p-thumbnail:before {
    display: none;
}
.type-product .p-thumbnails .p-thumbnail img {
    padding: 0 5px;
    border: 1px solid #E4E4E4;
    border-radius: 10px;
}

/* --------------------------------------------------------------------------- */
/* SOCIAL BUTTONS */

.type-product .social-buttons-wrapper {
    opacity: 0;
    display: none;
}
.type-product .social-buttons-wrapper .link-icon.chat,
.type-product .social-buttons-wrapper .link-icon.share,
.type-product .social-buttons-wrapper .link-icon.print,
.type-product .social-buttons-wrapper .link-icon.watchdog {
    display: none;
}
.type-product .social-buttons-wrapper .link-icon {
    margin: 0;
    padding: 10px 20px 10px 56px;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    color: #000000;
    text-transform: capitalize;
    background-size: 36px 36px;
    background-repeat: no-repeat;
    background-position: 10px center;
}
.type-product .social-buttons-wrapper .link-icon:before {
    display: none;
}

/* WATCHDOG */

.type-product .link-icon.watchdog {
    display: inline-flex;
    align-items: center;
    margin: 0;
    padding: 0;
}
.type-product .link-icon.watchdog span {
    font-size: 16px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.32px;
    text-transform: none;
    color: #000000;

}
.type-product .link-icon.watchdog:before {
    content: '';
    display: inline-block;
    width: 36px;
    height: 36px;
    margin: 0 15px 0 0;
    background-image: url(/user/documents/assets/img/icon-watchdog.svg);
    background-repeat: no-repeat;
}

@media only screen and (max-width: 539px) {
    .type-product .social-buttons-wrapper .link-icon {
        padding: 10px 10px 10px 45px;
        background-size: 30px 30px;
        background-position: 5px center;
    }
}

/* --------------------------------------------------------------------------- */
/* ADD TO CART */

.type-product .add-to-cart {
    margin: 0 0 30px 0;
}
.type-product .add-to-cart .quantity {
    border: 1px solid #E4E4E4;
    border-radius: 10px;
    background-color: #FAFAFA;
    overflow: hidden;
}
.type-product .add-to-cart .quantity input {
    width: 80px;
    height: 55px;
    color: #868686;
    font-size: 19px;
    text-align: center;
}
.type-product .add-to-cart .increase,
.type-product .add-to-cart .decrease {
    width: 27px;
    height: 27px;
    border: none;
    background-color: #FAFAFA;
}
.type-product .add-to-cart .increase:before,
.type-product .add-to-cart .decrease:before {
    font-size: 14px;
    line-height: 28px;
    color: #000000;
}
.type-product .add-to-cart .increase {
    top: 0;
}
.type-product .add-to-cart .decrease {
    top: 28px;
}
.type-product .add-to-cart-button {
    margin: 0 0 0 20px;
    padding: 20px;
    border-radius: 10px;
    border-color: var(--color_light_green);
    background-color: var(--color_light_green);
    font-size: 15px;
    font-weight: 400;
    line-height: 100%;
    text-transform: uppercase;
}
.type-product .add-to-cart-button:hover {
    border-color: var(--color_dark_green);
    background-color: var(--color_dark_green);
}
.type-product .add-to-cart-button:before {
    display: none;
}

/* --------------------------------------------------------------------------- */
/* SHORT DESCRIPTION */

.p-detail .variant-list th,
.p-detail p[data-testid="productCardDescr"] {
    display: none;
}

/* availability */

.p-detail .availability-label {
    font-size: 22px;
    font-weight: 500;
    line-height: 100%;
    font-family: "Inter Tight", serif !important;
    color: #000000;
}

/* price final */

.p-detail .price-final-holder {
    font-size: 38px;
    font-weight: 600;
    line-height: 100%;
    font-family: "Inter Tight", serif !important;
    color: #000000;    
}
.p-detail .price-final-holder.default-variant {
    font-weight: 400;
}
.p-detail .price-final-holder * {
    font-weight: 600;
}

/* price additional */

.p-detail .price-additional {
    margin: 0.5em 0 0 0;
    font-size: 20px;
    font-weight: 300;
    line-height: 100%;
    font-family: "Inter Tight", serif !important;
    color: #797979;   
}

@media only screen and (max-width: 639px) {
    .p-detail .price-additional {
        font-size: 18px;
    }
}
@media only screen and (max-width: 479px) {
    .p-detail .availability-label {
        font-size: 18px;
    }
    .p-detail .price-additional {
        font-size: 16px;
    }
}

/* --------------------------------------------------------------------------- */
/* DESCRIPTION */

.type-product .basic-description > h3,
.type-product .basicDescriptionWrapper > h3,
.type-product .extended-description > h3 {
    margin: 0 0 30px 0;
    font-family: "Inter Tight", serif !important;
    font-size: 30px;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: -0.66px;
    color: #000000;
}
.type-product .shp-tabs-holder {
    display: none;
}

@media only screen and (max-width: 767px) {
    .type-product .basic-description > h3,
    .type-product .basicDescriptionWrapper > h3,
    .type-product .extended-description > h3 {
        font-size: 30px;
    }
}
@media only screen and (max-width: 639px) {
    .type-product .basic-description > h3,
    .type-product .basicDescriptionWrapper > h3,
    .type-product .extended-description > h3 {
        font-size: 25px;
    }
}
@media only screen and (max-width: 479px) {
    .type-product .basic-description > h3,
    .type-product .basicDescriptionWrapper > h3,
    .type-product .extended-description > h3 {
        font-size: 20px;
    }
}

/* --------------------------------------------------------------------------- */
/* BASIC DESCRIPTION */

.type-product .basic-description {
    padding: 15px 0 0 0;
}

/* --------------------------------------------------------------------------- */
/* EXTENDED DESCRIPTION */

.type-product .extended-description {
    opacity: 0;
    padding: 35px 25px 25px 25px;
    border: 1px solid #E4E4E4;
    border-radius: 15px;
    background-color: #FAFAFA;
}
.type-product .extended-description.hasEdit {
    opacity: 1;
}
.type-product .extended-description .detail-parameters {
    width: 100% !important;
}
.type-product .extended-description .detail-parameters * {
    font-family: "Inter Tight", serif !important;
    font-size: 16px;
    letter-spacing: -0.32px;
    color: #000000;
}
.type-product .extended-description .detail-parameters tr {
    border-bottom: 1px solid #DBE1EA;
}
.type-product .extended-description .detail-parameters tr:last-child {
    border-bottom: none;
}
.type-product .extended-description .detail-parameters th,
.type-product .extended-description .detail-parameters td {
    padding: 10px 0;
}
.type-product .extended-description .detail-parameters th {
    padding-right: 10px;
    font-weight: 600;
}
.type-product .extended-description .detail-parameters td {
    padding-left: 10px;
    font-weight: 400;
}

@media only screen and (max-width: 1199px) {
    .type-product .extended-description {
        margin: 35px 0 0 0;
        flex-basis: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .type-product .extended-description {
        padding: 25px 15px 15px 15px;
    }
    .type-product .extended-description .detail-parameters * {
        font-size: 14px;
    }
}

/* --------------------------------------------------------------------------- */
/* RELATED + ALTERNATIVE PRODUCTS */

.p-detail-inner + .products-related-header,
.p-detail-inner + .products-block.products-related,
.p-detail-inner + .p-detail .products-block.products-related + .browse-p {
    display: none;
}
.products-related-header {
    font-size: 45px;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: -0.9px;
    text-align: center;
}
#relatedProductsWrapper {
    margin: 35px 0 0 0 ;
}

@media only screen and (max-width: 767px) {
    .products-related-header {
        font-size: 30px;
    }
}
@media only screen and (max-width: 639px) {
    .products-related-header {
        font-size: 25px;
    }
}
@media only screen and (max-width: 479px) {
    .products-related-header {
        font-size: 20px;
    }
}

/* --------------------------------------------------------------------------- */
/* TOP ICONS */

.topIconsWrapper {
    margin: 0 0 35px 0;
    padding: 20px 0;
    border-top: 1px solid #E4E4E4;
    border-bottom: 1px solid #E4E4E4;
}
.topIconsInner {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    row-gap: 20px;
    column-gap: 20px;
}

/* --------------------------------------------------------------------------- */
/* TOP PRICE */

.topPriceWrapper {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
}
.topPriceInnerLeft {

}
.topPriceInnerRight {

}
.topPriceBanner img {
    width: 100%;
}

@media only screen and (max-width: 639px) {
    .topPriceBanner {
        max-width: 170px;
    }
}
@media only screen and (max-width: 479px) {
    .topPriceBanner {
        max-width: 150px;
    }
}
@media only screen and (max-width: 425px) {
    .topPriceBanner {
        max-width: 125px;
    }
}
@media only screen and (max-width: 375px) {
    .topPriceBanner {
        max-width: 100px;
    }
}

/* --------------------------------------------------------------------------- */
/* FILES LIST */

.zapp_files_wrapper {

}
.zapp_files_list {
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    row-gap: 30px;
    column-gap: 30px;
    margin: 1em 0;
    padding: 0;
}
.zapp_files_list_item {
    list-style-type: none;
    display: block;
    border: 1px solid #E4E4E4;
    border-radius: 10px;
    background-color: #FAFAFA;
    width: calc(50% - 15px);
    line-height: 100%;
    margin: 0 !important;
    padding: 0 !important;
}
.zapp_files_list_item a {
    display: block;
    margin: 0 !important;
    padding: 20px 60px 20px 25px !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 100%;
    font-family: "Inter Tight", serif !important;
    color: #000000;
    background-size: contain;
    background-image: url('/user/documents/assets/img/icon-file-pdf.svg?v1');
    background-repeat: no-repeat;
    background-position: calc(100% - 20px) center;
}

/* --------------------------------------------------------------------------- */
/* CONTENT - PEREX
/* --------------------------------------------------------------------------- */

.zapp_perex_content_wrapper {
    position: relative;
    max-height: 25em;
    overflow: hidden;
}
.zapp_perex_content_wrapper::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2em;
    background: linear-gradient(to bottom,rgba(255, 255, 255, 0), #FFFFFF);
    pointer-events: none;
}
.zapp_perex_content_wrapper.opened {
    max-height: unset;
}
.zapp_perex_content_wrapper.opened::after {
    display: none;
}

.zapp_perex_more_wrapper {
    margin: 30px 0;
    text-align: left;
}
.zapp_perex_more_button {
    font-size: 16px;
    font-weight: 600;
    line-height: 100%;
    text-decoration: underline;
    color: var(--color_middle_green);
}
.zapp_perex_more_button:focus,
.zapp_perex_more_button:hover {
    text-decoration: underline;
    color: var(--color_middle_green);
}

/*.category-perex,*/
.category__secondDescription {
    display: none;
}
/*.category-perex.zapp_perex_content_wrapper,*/
.category__secondDescription.zapp_perex_content_wrapper {
    display: block;
}

/* --------------------------------------------------------------------------- */
/* FONTS
/* --------------------------------------------------------------------------- */

/*
*/

/* --------------------------------------------------------------------------- */
/* MEDIA - MIN WIDTH
/* --------------------------------------------------------------------------- */

/* mobile */
/*
@media only screen and (min-width: 480px) {
}
@media only screen and (min-width: 640px) {
}
@media only screen and (min-width: 768px) {
}
*/

/* desktop */
/*
@media only screen and (min-width: 992px) {
}
@media only screen and (min-width: 1200px) {
}
@media only screen and (min-width: 1440px) {
}
*/

/* --------------------------------------------------------------------------- */
/* MEDIA - MAX WIDTH
/* --------------------------------------------------------------------------- */

/* desktop */
/*
@media only screen and (max-width: 1439px) {
}
@media only screen and (max-width: 1199px) {
}
@media only screen and (max-width: 991px) {
}
*/

/* mobile */
/*
@media only screen and (max-width: 767px) {
}
@media only screen and (max-width: 639px) {
}
@media only screen and (max-width: 479px) {
}
*/

/* --------------------------------------------------------------------------- */
/* PRODUCT - CAROUSEL
/* --------------------------------------------------------------------------- */

/* CAROUSEL - WRAPPER */

.productsCarouselWrapper {
    position: relative;
    width: 100%;
}

/* CAROUSEL - NAVIGATION */

.productsCarouselNavigation {
    position: absolute;
    top: calc(50% - 1px);
    width: 100%;
    z-index: 20;
}
.productsCarouselNavigation .slick-arrow {
    position: absolute;
    width: 50px;
    height: 50px;
    color: #FFFFFF;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, .25);
}
.productsCarouselNavigation .slick-arrow.slick-prev {
    left: -25px;
}
.productsCarouselNavigation .slick-arrow.slick-next {
    right: -25px;
}
.productsCarouselNavigation .slick-arrow.slick-prev.slick-disabled,
.productsCarouselNavigation .slick-arrow.slick-next.slick-disabled {
    display: none !important;
}
.productsCarouselNavigation .slick-arrow.slick-prev::before,
.productsCarouselNavigation .slick-arrow.slick-next::before {
    position: absolute;
    display: block;
    top: 0px;
    left: 0px;
    width: 50px;
    height: 50px;
    font-family: shoptet;
    font-size: 20px !important;
    line-height: 50px !important;
    color: #FFFFFF;
    /* font-size: 0px !important; */
    /* line-height: 0px !important; */
    /* background-size: contain; */
    /* background-position: center center; */
}
.productsCarouselNavigation .slick-arrow.slick-prev::before {
    /* background-image: url('../img/arrow-prev.svg'); */
    content: "\e90f" !important;
}
.productsCarouselNavigation .slick-arrow.slick-next::before {
    /* background-image: url('../img/arrow-next.svg');  */
    content: "\e910" !important;
}

/* CAROUSEL - DOTS */

.productsCarouselWrapper .slick-dots li button:before {
    content: '';
    top: 3px;
    left: 3px;
    width: 14px;
    height: 14px;
    border: 1px solid #000000;
    border-radius: 50%;
    background-color: #FFFFFF;
    opacity: 1;
}
.productsCarouselWrapper .slick-dots li.slick-active button:before {
    background-color: var(--color_light_green);
}

/* CAROUSEL - SLIDER */

.productsCarouselSlider {
    display: block;
    width: 100%;
    /*overflow: hidden;*/
}
.productsCarouselSlider,
.productsCarouselSlider * {
    box-sizing: border-box;
}
.productsCarouselSlider .slick-list {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 10px!important;
    border: none !important;
}
.productsCarouselSlider .slick-track {
    display: flex !important;
    align-items: stretch !important;
}
.productsCarouselSlider .slick-track .product {
    display: block !important;
    /*width: 340px !important;*/
    height: auto !important;
    margin: 0 !important;
    padding: 20px 10px !important;
}
.productsCarouselSlider .slick-track .product .p {
    display: flex !important;
    height: 100% !important;
}

@media only screen and (max-width: 767px) {
    .productsCarouselNavigation .slick-arrow.slick-prev,
    .productsCarouselNavigation .slick-arrow.slick-next {
        display: none !important;
    }
}
@media only screen and (max-width: 320px) {
    .productsCarouselSlider .slick-track .product {
        /*width: 300px !important;*/
    }
}

/* --------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------- */
