@media screen and (max-width: 991px) {
    .reviews-container {
        flex-direction: column;
    }
}

.homepage-group-title.h4,
.reviews-heading,
.homepage-group-title.h4 {
    text-transform: uppercase;
}

.product.active:hover,
.product:hover,
.reviews-container .review:hover {
    transform: translateY(-6px);
    box-shadow: 0px 10px 50px -10px rgba(0, 0, 0, 0.2) !important;
}


@media (min-width: 1200px) {
    .columns-4 .products-block>div {
        width: calc((100% - 1.5em) / 4) !important;
    }
}

.cs .product .btn-primary::after {
    content: "Detail produktu";
    font-size: 19px;
}

.availability span.skladem {
    color: #02C1A6 !important;
}

.benefitBanner__item .benefitBanner__title {
    font-size: 18px;
    font-weight: bolder;
    text-transform: uppercase;
}


.btn.btn-tertialy {
    transition: background-position 0.4s ease, transform 0.3s ease, background-color 0.3s ease;
    background: linear-gradient(90deg, #00CD7C 0%, #02C1A6 100%);
}

.btn.btn-tertialy:hover {
    background-position: right center;
    transform: translateY(-2px);
    background: linear-gradient(90deg, #00CD7C 0%, #02C1A6 100%);
}


#header .navigation-buttons .header-phone a {
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-phone a::before {
    content: "\eaa3";
    font-family: ikony;
    margin-right: 8px;
    background-color: #d7f5f1;
    color: #00cb81;
    border-radius: 12.75px;
    width: 48px;
    display: flex !important;
    height: 48px;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.navigation-buttons>a[data-target="cart"] i,
.cart-count:not(.full) .cart-price::before {
    color: #fff;
    background-color: #02C1A6;
}

.reviews-container .review .name {
    font-weight: bold;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.price.price-final,
.news-item a .text span.title {
    font-family: 'Poppins', sans-serif;
}

.products-block {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5em;
    margin: 1em;
}

body:not(.id-1) .product {
    flex: 0 0 calc((100% - 1.5em) / 3);
}


.product.active,
.product {
    flex: 0 0 calc((100% - 1.5em) / 4);
    box-shadow: 0px 4px 38.6px -4px rgba(0, 0, 0, 0.08);
    border: none !important;
    border-radius: 15px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
}

.reviews-container .review {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0px 4px 38.6px -4px rgba(0, 0, 0, 0.08);
    border-radius: 15px;
}

.product.active:hover,
.product:hover,
.reviews-container .review:hover {
    transform: translateY(-6px);
    box-shadow: 0px 10px 50px -10px rgba(0, 0, 0, 0.2);
}


@media (max-width: 1199px) {
    .products-block {
        gap: 0;
        /* gap vypnutý */
    }

    .product.active,
    .product {
        width: 100%;
        flex: 0 0 auto !important;
    }
}

@media (max-width: 991px) {
    .products-block {
        gap: 0;
        /* gap vypnutý */
    }

    .product.active,
    .product {
        width: 100%;
        flex: 0 0 auto !important;
    }
}

@media (max-width: 766px) {
    .products-block {
        gap: 0;
        /* gap vypnutý */
    }

    .product.active,
    .product {
        width: 100%;
        flex: 0 0 auto !important;
    }
}



.header-bottom {
    background: linear-gradient(to right, #01B59C 0%, #00CD7C 100%);

}

.discount-banner {
    display: flex;
    justify-content: center;
    background: linear-gradient(to right, #FFE3E3 0%, #FFC8C8 100%);
    color: #F41818;
    text-align: center;
    padding: 10px 0;
    font-size: 16px;
    font-weight: normal;
    position: relative;
    z-index: 8;
}

.btn.btn-red {
    border-radius: 5px;
    color: #F41818;
    border: 2px solid #F41818;
    background-color: transparent;
    transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease;
}

#timer {
    font-weight: normal;
}

.navigation-in.menu .navigation-in>ul>li.exp>a,
.navigation-in>ul>li>a:hover,
.navigation-in>ul>li>a.active {
    color: #FFFFFF;
    background-color: #01A790;
    border-radius: 10px;
}

.navigation-in>ul>li>a {
    line-height: 40px;
}

#navigation .navigation-in ul.menu-level-1 {
    padding: 10px 0;
}

.top-navigation-bar {
    background-color: #edfbf9;
}

header input.search-input.form-control {
    border: 1px solid #8F8F8F !important;
    border-radius: 25px;
    border-color: #8F8F8F !important;
}

body.id-1.in-index .row.banners-row {
    margin-top: 1em;
}

body.id-1.in-index .row.banners-row #carousel .item.active a img,
body.id-1.in-index .row.banners-row .next-to-carousel-banners a img {
    border-radius: 20px;
}

@media(max-width: 768px) {
    body.id-1.in-index .row.banners-row .col-sm-4 .next-to-carousel-banners {
        display: flex;
        flex-direction: row;
        gap: 15px;
    }

    body.id-1.in-index .row.banners-row .col-sm-4 .next-to-carousel-banners .banner-wrapper {
        padding: 0;
    }
}

.benefitBanner__item {
    max-width: 300px;
    border: 1px solid #02C1A6;
    border-radius: 20px;
    min-height: 150px;
    flex: 0 0 calc(25% - 1.5rem);
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    box-shadow: none;
    margin-top: 0;
}

@media(max-width: 991px) {
    .benefitBanner__item {
        flex: 0 0 calc(50% - 1.5rem);
    }
}

.benefitBanner__picture,
.benefitBanner__content {
    margin-right: 0;
    padding-right: 0;
    text-align: center;
}

.benefitBanner__item::before {
    content: none;
}

.btn.btn-primary,
a.btn.btn-primary {
    background: linear-gradient(to right, #00CD7C 0%, #02C1A6 100%);
    border: none;
    color: #fff;
    transition: background-position 0.4s ease, transform 0.3s ease;
    background-size: 200% 100%;
    background-position: left;
}

.btn.btn-primary:hover,
a.btn.btn-primary:hover {
    background-position: right;
    transform: translateY(-2px);
    border: none;
}

.news-item a .image {
    margin-bottom: 0;
}


@media (min-width: 1400px) and (max-width: 1439px) {
    .video-stamp {
        top: 26%;
    }
}

@media (min-width: 1201px) and (max-width: 1399px) {
    .video-stamp {
        top: 28%;
    }
}


.video-stamp {
    width: 54px !important;
    height: 54px !important;
}

.video-banner-container {
    margin-top: 0;
}

.homepage-group-title {
    font-size: 40px;
}


.one-column-body .filters-unveil-button-wrapper {
    margin-bottom: 10px;
}

.products-block .p .name:hover {
    text-decoration: none;
}

@media (min-width: 1030px) {
    footer#footer {
        margin-top: 6em;
    }
}

.widget-parameter-wrapper .widget-parameter-value,
.widget-parameter-more.ready.visible {
    border-radius: 10px;
}



.subcategories li {
    border-radius: 20px;
    border: 1px solid #DEDEDE;
}

.subcategories li a {
    border-radius: 20px;
}

.subcategories li a:hover {
    text-decoration: none;
}

#filters .filter-sections #category-filter-hover .slider-wrapper {
    width: 90%;
    margin-right: 0;
}

#filters .filter-sections #category-filter-hover .slider-wrapper h4 {
    border-radius: 10px;
    background-color: white;
}



.one-column-body #category-filter-hover {
    justify-content: center;
}

@media screen and (max-width: 767px) {
    #filters {
        margin-top: 0.5em;
    }

    #filters .filtrovat {
        background-color: #01A790;
        color: #fff;
        border-radius: 10px;
        border: none;
        padding: 10px 20px;
        transition: background-position 0.4s ease, transform 0.3s ease, background-color 0.3s ease;
    }

    #filters.filters.otevreno .filtrovat {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }
}

#category-header form {
    margin-right: 0 !important;
}

.category-header #products-listing-order {
    background-color: #01A790 !important;
    color: #fff !important;
    border-radius: 10px !important;
    border: none !important;
    padding: 10px 20px !important;
    transition: background-position 0.4s ease, transform 0.3s ease, background-color 0.3s ease;
}

.filters-wrapper .filters-unveil-button-wrapper .unveil-button:hover::after {
    position: absolute;
    right: 2%;
}

.filters-wrapper .filters-unveil-button-wrapper .unveil-button::after {
    position: absolute;
    right: 8%;
}

.category-header .dropdown .icon-chevron-down::before {
    color: #fff;
}

@media (max-width: 1199px) {
    body:not(.id-1) .products-block {
        gap: 0.5em;
        justify-content: center;
    }
}

@media screen and (min-width: 480px) and (max-width: 767px) {
    body:not(.id-1) .products-block>div {
        width: calc(50% - 1em);
    }
}

body:not(.id-1) .product {
    flex: 0 0 calc((100% - 1.5em) / 4);
}

@media (min-width: 1200px) {
    body:not(.id-1) .columns-3 .products-block>div {
        width: calc((100% - 1.5em) / 4);
    }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
    .columns-3 .products-block>div {
        width: calc((100% - 1.5em) / 3);
    }
}

@media screen and (min-width: 768px) {
    .one-column-body .filters-wrapper {
        margin-top: 10px;
    }
}

.content.wide .category-top::before {
    background-color: #fff;
}

.content.wide .category-top {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 0;
}

.content.wide .category-top .category-perex {
    margin-bottom: 0;
    width: 100%
}

.category-perex img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 5px;
}

@media (min-width: 768px) {
    #content .btn.unveil-button {
        display: flex;
        align-items: center;
        width: 100%;
    }
}

.filters-wrapper .filters-unveil-button-wrapper .btn.btn-default.unveil-button {
    background-color: #01A790;
    border-radius: 20px;
    border: none;
    transition: background-position 0.4s ease, transform 0.3s ease, background-color 0.3s ease;
}

.filters-wrapper .filters-unveil-button-wrapper .btn.btn-default.unveil-button:hover {
    transform: translateY(-2px);
    background-color: #01A790;
}

.cs .product .btn-primary::after {
    font-size: 14px;
}

#category-header {
    background-color: #ffffff;
    border: 1px solid #DEDEDE;
    border-radius: 20px;
    padding: 0.5em;
}

#category-header form ul li label {
    background-color: #ffffff;
    transition: background-position 0.4s ease, transform 0.3s ease, background-color 0.3s ease;
    border-radius: 10px;
}

#category-header form ul li label:hover {
    background-color: #01A790;
    text-decoration: none;
    color: #fff;
}


#category-header form ul {
    gap: 0.3em;
}

#category-header form {
    margin-right: 1em;
}

#category-header ul.dropdown-menu li strong {
    color: #FFFFFF;
    background-color: #01A790;
    border-radius: 10px;
    text-decoration: none;
}

.custom-footer__articles h4,
.custom-footer__section1 h4 {
    font-weight: 700;
    text-transform: uppercase;
}

.footer-rows ul li a:not(:hover),
.news-item-widget h5 a:not(:hover) {
    text-decoration: none;
}

.promo-item {
    background: #e1f8f4;
    color: #09AC79;
    border-radius: 8px;
    padding: 10px 14px;
    font-size: 15px;
}

.promo-validity {
    font-size: 14px;
    color: #808080;
    margin-top: 6px;
}



.promo-compact-full {
    background: #fefefe;
    border: 1px solid #DEDEDE;
    border-radius: 20px;
    padding: 16px 20px;
    max-width: 1100px;
    margin: 20px auto;
    margin-bottom: 0;
    color: #333;
    text-align: center;
    line-height: 1.5;
}

.promo-compact-full h2 {
    font-size: 22px;
    margin-bottom: 10px;
    color: #222;
}

.promo-compact-full h2 small {
    display: block;
    font-size: 14px;
    color: #888;
    margin-top: 4px;
}

.promo-benefits ul {
    list-style: none;
    padding: 0;
    margin: 12px 0 16px 0;
    display: inline-block;
    text-align: left;
}

.promo-benefits li {
    font-size: 15px;
    margin-bottom: 4px;
    color: #444;
}

.promo-actions {
    display: flex;
    flex-direction: column;
    gap: 6px;
}


.promo-validity {
    font-size: 14px;
    color: #555;
    margin-top: 6px;
}

@media (max-width: 600px) {
    .promo-compact-full {
        padding: 14px 12px;
    }

    .promo-compact-full h2 {
        font-size: 20px;
    }

    .promo-compact-full h2 small {
        font-size: 13px;
    }

    .promo-benefits li {
        font-size: 14px;
    }

    .promo-item {
        font-size: 14px;
        padding: 9px 12px;
    }

    .promo-validity {
        font-size: 13px;
    }
}

.contact-box ul li>span {
    display: flex;
    align-items: center;
    justify-content: center;
}

.content .contact-box ul li>span::before {
    width: 55px;
}

.content .contact-box {
    text-align: center;
}

.footer-rows .custom-footer {
    padding-top: 90px;
}

.footer-rows h4 {
    margin-bottom: 15px;
}

@media (max-width: 470px) {
    .benefitBanner__item {
        gap: 1em !important;
        padding: 1em !important;
    }
}

.benefitBanner__item {
    min-height: 0;
    text-align: center !important;
    gap: 1.5em;
    padding: 2em;
}

.contact-specialist-container .specialist-details-section .specialist-contact {
    align-items: center !important;
}

.contact-specialist-container .specialist-details-section .specialist-contact .email,
.contact-specialist-container .specialist-details-section .specialist-contact .phone {
    padding-left: 0 !important;
}

.multiple-columns-body .benefitBanner__item:has(.video-banner-container) {
    flex: 0 0 100% !important;
    width: 100% !important;
}


#content .category-top:before {
    background-color: transparent;
}

#content .category-top {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 699px) {
    .discount-text:nth-of-type(2) {
        display: none;
    }
}

.sidebar.sidebar-left h4 span {
    color: #01A790;
}

.sidebar.sidebar-left .box.box-bg-variant.box-sm.box-filters,
.sidebar.sidebar-left .box.box-bg-variant.box-sm.box-filters #filters h4,
.sidebar.sidebar-left .box.box-bg-variant.box-sm.box-filters #filters .slider-header {
    border-radius: 20px;
}

.multiple-columns-body .slider-wrapper {
    border: none;
}

.benefitBanner__item {
    max-width: 100% !important;
    text-align: start;
}

.benefitBanner__item * {
    text-align: inherit;
}

.benefitBanner.position--benefitCategory .benefitBanner__item {
    border: none;
}

body:not(.id-1) .product {
    flex: 0 0 calc((100% - 1.5em) / 3);
}

@media screen and (min-width: 768px) {
    .one-column-body .slider-wrapper.otevreny::after {
        width: 100%;
    }

    #filters .filter-sections #category-filter-hover .slider-wrapper.otevreny h4 {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .one-column-body .otevreny .slider-content,
    .one-column-body .otevreny .slider-header {
        width: 96%;
    }

    .one-column-body .aktivni-filtry {
        margin-top: 0;
    }
}

.aktivni-filtry .filter-label,
.aktivni-filtry .slider-header {
    border-radius: 10px;
}

.form-container div.info {
    background: linear-gradient(#02C1A6 0%, #00CD7C 100%);
}

form#register-form fieldset .form-group input,
form#register-form fieldset .form-group select,
form#formContact .form-group input,
form#formContact .form-group textarea,
form.csrf-enabled fieldset .form-group input,
form.csrf-enabled fieldset .form-group select {
    border: 1px solid #8F8F8F !important;
}

.btn.btn-primary,
a.btn.btn-primary,
form#formContact .form-group input.btn {
    border: none !important;
}

.discount-banner {
    background: linear-gradient(to right, #ffeeef 0%, #ffe0e0 100%);
}

.p-variants-block {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: auto;
    gap: 1rem;
}

.p-variants-block .variant-list,
.p-variants-block .surcharge-list {
    padding-top: 10px;
}

.p-variants-block .select-wrapper,
.expansion-panel.collapsed,
.expansion-panel {
    height: 100%;
}

.expansion-panel-header,
.select-wrapper input,
select.surcharge-parameter {
    height: 100% !important;
    max-height: 50px;
}