/* Numbered List Styles */
.numbered-list {
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin-top: 30px;
}

.numbered-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.number-bullet {
    width: 30px;
    height: 30px;
    background: #02C1A6;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
    font-size: 16px;
    flex-shrink: 0;
    margin-top: 5px;
}

.numbered-content {
    flex: 1;
}

.numbered-content h3 {
    margin: 0 0 10px 0;
    font-size: 18px;
    font-weight: bold;
    color: #333;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.numbered-content p {
    margin: 0;
    font-size: 16px;
    line-height: 1.6;
    color: #666;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

@media (max-width: 768px) {
    .numbered-list {
        gap: 20px;
    }

    .numbered-item {
        gap: 15px;
    }

    .number-bullet {
        width: 25px;
        height: 25px;
        font-size: 14px;
        margin-top: 3px;
    }

    .numbered-content h3 {
        font-size: 16px;
    }

    .numbered-content p {
        font-size: 14px;
    }
}

@media (max-width: 1199px) {
    .products.product-slider .products-block {
        gap: 0 !important;
    }
}

#dkLabBookmark33816>h2 {
    display: none;
}

.extended-description {
    display: none;
}

/* Blog Container and Benefits List Styles */
.blog-container {
    max-width: 1200px;
    margin: 40px auto;
    padding: 0 20px;
}

.blog-item {
    margin-bottom: 40px;
}

.blog-item img {
    width: 100%;
    height: auto;
    border-radius: 15px;
    margin-bottom: 20px;
}

.blog-item p {
    font-size: 16px;
    line-height: 1.6;
    color: #333;
    margin-bottom: 20px;
}

.benefits-list {
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin-top: 30px;
}

.benefit-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.benefit-bullet {
    width: 12px;
    height: 12px;
    background: #02C1A6;
    border-radius: 50%;
    flex-shrink: 0;
    margin-top: 8px;
}

.benefit-content {
    flex: 1;
}

.benefit-content h3 {
    margin: 0 0 10px 0;
    font-size: 18px;
    font-weight: bold;
    color: #333;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.benefit-content p {
    margin: 0;
    font-size: 16px;
    line-height: 1.6;
    color: #666;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

@media (max-width: 768px) {
    .benefits-list {
        gap: 20px;
    }

    .benefit-item {
        gap: 15px;
    }

    .benefit-bullet {
        width: 10px;
        height: 10px;
        margin-top: 6px;
    }

    .benefit-content h3 {
        font-size: 16px;
    }

    .benefit-content p {
        font-size: 14px;
    }
}

/* about us file */
footer .custom-footer__contact.col-sm-6.col-lg-3 h4 {
    padding: 0;
}

 footer .custom-footer__contact.col-sm-6.col-lg-3 .contact-box {
    margin: 0;
}

/* jak nakupovat */
.how-to-buy-container .step-item {
    align-items: center;
    margin-bottom: 1em;
}

.how-to-buy-container .step-item .step-content .step-title {
    font-size: 30px;
    text-transform: uppercase;
    margin: 0;
}

.how-to-buy-container .step-item .step-content .step-title .green {
    color: #02C1A6;
}

@media (max-width: 991px) {
.description-box {
    flex: 1 1 100%;
}

.description-box:not(:has(img)) {
    order: 1;
}

.description-box:has(img) {
    order: 2;
    align-items: center;
}
}
.how-to-buy-container .how-to-buy-content .description-boxes .description-box img {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
 }

 .how-to-buy-container .how-to-buy-content .description-boxes {
    gap: 2rem;
 }
/* About  */
 .about-headlines {
     display: flex;
     gap: 30px;
     margin: 40px 0;
     max-width: 1200px;
     margin-left: auto;
     margin-right: auto;
     padding: 0 20px;
 }

 .headline-box {
     flex: 1;
     background: white;
     border: 1px solid #02C1A6;
     border-radius: 20px;
     padding: 25px;
     display: flex;
     align-items: center;
     gap: 20px;
     min-height: 120px;
 }

 .headline-box img {
     background: #fff;
     border-radius: 8px;
     object-fit: contain;
     flex-shrink: 0;
 }

 .headline-box h2 {
     margin: 0;
     font-size: 20px !important;
     font-weight: 700;
     color: #000;
     text-transform: uppercase;
     letter-spacing: 0.5px;
     line-height: 1.3;
 }

 @media (max-width: 991px) {
     .about-headlines {
         flex-direction: column;
         gap: 20px;
     }

     .headline-box {
         padding: 20px;
         min-height: 100px;
     }

     .headline-box h2 {
         font-size: 14px;
     }
 }
/* Grey  */
.about-us-content {
    margin-top: 2.5em;
}
.description-box.grey {
    background: #f8f9fa;
    border-radius: 15px;
    padding: 30px;
    border: none;
    box-shadow: none;
}

.info-box {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.info-box-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.check-icon {
    width: 30px;
    height: 30px;
    background: #02C1A6;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
    font-size: 16px;
    flex-shrink: 0;
}

.info-box-header h3 {
    margin: 0;
    font-size: 18px;
    font-weight: bold;
    color: #333;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.info-box p {
    margin: 0 0 20px 0;
    font-size: 16px;
    line-height: 1.6;
    color: #333;
    flex-grow: 1;
}

.info-box-footer {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: auto;
}

.sun-icon {
    font-size: 20px;
    color: #FFD700;
}

.info-box-footer strong {
    font-size: 16px;
    color: #333;
}

@media (max-width: 768px) {
    .description-box.grey {
        padding: 20px;
    }

    .info-box-header {
        gap: 12px;
        margin-bottom: 15px;
    }

    .check-icon {
        width: 25px;
        height: 25px;
        font-size: 14px;
    }

    .info-box-header h3 {
        font-size: 16px;
    }

    .info-box p {
        font-size: 14px;
        margin-bottom: 15px;
    }

    .info-box-footer strong {
        font-size: 14px;
    }
}
/* About Us  */
.about-us-container {
    margin-bottom: 2em;
}
.about-us-container .content {
    color: #000;
}

.about-us-container .product-desc-heading {
    font-size: 40px;
}


.about-us-container .blue-desc-container {
    margin-left: auto;
    margin-right: auto;
}
.about-us-container .blue-desc-container p {
    margin: 0;
}
body.in-o-nas header:has(h1),
body.in-ako-nakupovat header:has(h1) {
    display: none;
}
.about-us-banner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    margin: 40px 0;
    position: relative;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.banner-logo {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
    position: relative;
}

.banner-logo.left-logo {
    margin-right: -60px;
}

.banner-logo.right-logo {
    margin-left: -60px;
    z-index: 1;
}

.banner-logo img {
    width: 100%;
    height: auto;
    max-width: 180px;
    object-fit: contain;
}

.banner-content {
    position: relative;
    border-radius: 20px;
    max-width: 880px;
    width: 100%;
    z-index: 2;
    overflow: hidden;
}

.banner-image {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 20px;
}

@media (max-width: 768px) {
    .about-us-banner {
        flex-direction: column;
        gap: 10px;
    }

    .about-us-banner .banner-content {
        padding: 0;
    }

    .banner-logo {
        display: none;
    }

    .banner-logo.left-logo,
    .banner-logo.right-logo {
        margin: 0;
    }
}

.news-item a .text span.title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.description-boxes {
    margin-bottom: 2em;
}
/* about us file end */

/* changes-v2 file */
@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,
.next-prev a.btn.btn-default: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) / 2);
    }
}

@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: flex;
    flex-direction: column;
    gap: 1rem;
}

@media (max-width: 767px) {
    .p-variants-block {
        grid-template-columns: repeat(1, 1fr);
    }
}

.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;
}
/* changes-v2 file end */

/* clanky-home file */
.homepage-blog-wrapper {
    max-width: 1200px;
    margin: 40px auto 0 auto;
    padding: 0 20px;
}

.homepage-group-title {
    text-align: center;
    color: #00c389;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 16px;
    letter-spacing: 0.5px;
}

.homepage-blog-wrapper .h4 {
    font-size: 40px;
    font-weight: 800;
    color: #111;
    margin-bottom: 40px;
    text-align: center;
    letter-spacing: 1px;
}

.homepage-blog-wrapper.row.blog-wrapper.three-art {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px 24px;
    width: 100%;
    align-items: stretch;
}

.homepage-group-title.h4,
.blog-btn {
    grid-column: 1 / -1;
}

.news-item {
    background: #fff;
    border-radius: 18px;
    /* box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.07); */
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 24px 20px;
    min-height: 200px;
    position: relative;
    transition: box-shadow 0.2s;
    width: 100%;
    max-width: 638px;
    min-width: 320px;
    align-self: stretch;
    margin-bottom: 0;
}

.news-item:hover {
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.12);
}

.news-item .image {
    position: relative;
    flex: 0 0 54%;
    max-width: 54%;
    min-width: 0;
    height: 180px;
    margin-right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.news-item .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
    display: block;
}

.news-item .image::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 10px;
    width: 40px;
    height: 40px;
    background: url('./img/article-stamp.png') no-repeat center center/contain;
    z-index: 2;
}

.news-item .text {
    flex: 0 0 46%;
    max-width: 46%;
    min-width: 0;
    padding-left: 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-self: self-start;
    position: relative;
}

.news-item .title {
    font-size: 20px;
    font-weight: 700;
    color: #111;
    margin-bottom: 8px;
    display: block;
}

.news-item .description {
    font-size: 15px;
    color: #444;
    margin-bottom: 12px;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    max-height: 3.2em;
}

.news-item .read-article {
    color: #00c389;
    font-weight: 600;
    font-size: 15px;
    cursor: pointer;
}

.news-item .more {
    position: absolute;
    left: 54%;
    bottom: 24px;
    color: #00c389;
    font-weight: 700;
    font-size: 15px;
    text-decoration: none;
    transition: text-decoration 0.2s;
    width: fit-content;
    margin-top: 0;
    padding-left: 24px;
}

.news-item .more:hover {
    text-decoration: underline;
}

.blog-btn {
    display: flex;
    justify-content: center;
    margin-top: 32px;
}

.btn.btn-tertialy {
    background: #00c389;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    text-decoration: none;
    transition: background 0.2s;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.07);
}

.btn.btn-tertialy:hover {
    background: #009e6d;
}

.news-item>a {
    display: flex;
    flex-direction: row;
    align-items: center;
    text-decoration: none;
    color: inherit;
    width: 100%;
}

.news-item {
    width: 100% !important;
}

@media (max-width: 992px) {
    .homepage-blog-wrapper.row.blog-wrapper.three-art {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .news-item {
        max-width: 100%;
        min-width: 0;
        padding: 16px 8px 48px 8px !important;
        min-height: unset;
    }

    .news-item>a {
        flex-direction: column;
        align-items: flex-start;
    }

    .news-item .image,
    .news-item .image img {
        width: 100%;
        min-width: 0;
        max-width: 100%;
        height: 100%;
        max-height: 280px;
        margin-right: 0;
        margin-bottom: 16px;
    }

    .news-item .text {
        max-width: 100%;
        flex: 1 1 100%;
        padding-left: 0;
        align-self: stretch;
        padding-bottom: 36px;
        text-align: center;
        padding-left: 1em;
        padding-right: 1em;
    }

    .news-item .title,
    .news-item .description {
        text-align: center !important;
    }

    .news-item .description {
        margin: 0 0 1em 0 !important;
    }

    .news-item .text .title {
        margin-bottom: 0 !important;
    }

    .news-item .more {
        left: 50%;
        transform: translateX(-50%);
        right: auto;
        bottom: 0;
        padding-left: 0;
        width: 100%;
        justify-content: center;
        align-items: center;
        margin-bottom: 0.5em;
        display: flex;
        flex-direction: row;
    }
}
/* clanek-home file end */

/* fogano-style-prod file */
/*headers*/
.benefitBanner {
    background-color: transparent;
}

.benefitBanner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.5rem;
}

.benefitBanner__item .benefitBanner__title {
    margin: 0;
}

.benefitBanner__img {
    max-height: 65px;
}


@media screen and (max-width: 479px) {
    .benefitBanner__picture {
        width: 40px;
        height: 40px;
        margin: 0;
    }
}

.btn.btn-cart.add-to-cart-button,
.add-to-cart-button,
.btn.btn-primary,
.btn.btn-primary,
.btn.btn-tertialy,
.btn.btn-secondary,
.next-prev a.btn.btn-default {
    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;
    border-radius: 5px;
}

.btn.btn-cart.add-to-cart-button:hover,
.btn.btn-primary:hover,
.btn.btn-primary:hover,
.btn.btn-tertialy:hover,
.btn.btn-secondary:hover,
.next-prev a.btn.btn-default:hover,
.add-to-cart-button:hover {
    background-position: right;
    transform: translateY(-2px);
    border: none;
}


/*kategorie na domovskej*/
a.menu-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.1));
    z-index: 1;
}

.menu-content {
    position: relative;
    display: block;
}


.menu-content:hover .menu-image img,
.menu-content:hover .menu-image::before {
    transform: scale(1.05);
}


/* form contact */
.form-container {
    display: grid;
    grid-template-columns: 25% auto;
    grid-template-rows: auto 1fr;
    gap: 1rem;
}

.form-container div.images-top {
    align-self: start;
    width: 100%;
    height: auto;
    object-fit: cover;
    display: flex;
}

.form-container div.form-bottom {
    align-self: end;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.custom-buttons-product {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.select-wrapper input {
    border-radius: 5px;
    border: 1px solid #02C1A6 !important;
    min-height: 44px;
    padding-left: 2rem;
}


#parameter-id-28 label.advanced-parameter {
    width: 90px;
    height: 110px;
}

label.advanced-parameter:nth-of-type(3n) {
    margin-right: 0;
}

#parameter-id-28 .advanced-parameter-inner {
    width: 90px;
    height: 110px;
    display: inline-block;
    padding: 5px;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    background: white;
    border: none;
}

#parameter-id-28 .parameter-text {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    font-size: 13px;
}


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

.subcategories.with-image {
    gap: 10px;
}

@media screen and (min-width: 768px) {
    .narrow .subcategories li {
        width: calc(25% - 10px);
    }
}

.narrow .subcategories li {
    border: none;
    border-radius: 5px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    transition: box-shadow 0.3s ease-in-out;
}

.narrow .subcategories li a:hover {
    transition: box-shadow 0.3s ease-in-out;
}

.narrow .subcategories li a:hover {
    text-decoration: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.narrow .subcategories li a .image img {
    border-radius: 5px;
    width: 64px;
    height: 64px;
    object-fit: cover;
}

.subcategories.with-image li a .text {
    padding: 0;
}

.subcategories.with-image li a::after {
    content: none;
}

#category-header {
    background-color: #f4f4f4;
    padding: 0 1em;
    border: none;
}

#category-header ul.dropdown-menu li,
#category-header ul.dropdown-menu li strong,
#category-header ul.dropdown-menu li label,
#category-header ul.dropdown-menu {
    border: none;
}

#category-header ul.dropdown-menu li strong {
    text-decoration: underline;
    background-color: #f4f4f4;
}

@media screen and (min-width: 1450px) {
    .narrow .subcategories li {
        width: calc(25% - 10px);
    }
}

@media screen and (min-width: 1200px) and (max-width: 1449px) {
    .narrow .subcategories li {
        width: calc(33% - 10px);
    }
}

@media screen and (max-width: 1199px) {
    .narrow .subcategories li {
        width: calc(50% - 10px);
    }
}

@media screen and (max-width: 991px) {
    .narrow .subcategories li {
        width: 90%;
    }

    .content.narrow .subcategories {
        justify-content: center;
    }

    .subcategories.with-image li a .image {
        width: 90px;
    }

    .subcategories li a {
        padding: 16px 10px;
        height: 88px;
    }
}



.sidebar.sidebar-left input[type="checkbox"]+label::before,
input[type="radio"]+label::before {
    border-radius: 5px;
}



.navigation-in>ul>li:hover>a::before,
.navigation-in>ul>li>a.active::before,
.menu-helper-visible .menu-helper::before {
    content: none;
}

.welcome-wrapper .welcome {
    background-color: transparent;
    box-shadow: none;
}

.welcome h1 {
    text-align: center;
}

.reviews-container {
    display: flex;
    gap: 1em;
}

.reviews-container .review {
    transition: box-shadow 0.3sease-in-out;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 1em 2em;
}

.reviews-container .review img,
.reviews-container .review p,
.reviews-container .review h4 {
    margin: 1em 0;
}

/* clanky */
#newsWrapper {
    gap: 1em;
}

#newsWrapper .news-item {
    flex-wrap: nowrap;
    gap: 1em;
    width: calc(50% - 1em) !important;
}

@media (max-width: 1199px) {
    #newsWrapper .news-item {
        width: 100% !important;
        max-width: 100% !important;
        height: fit-content;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    #newsWrapper .news-item h2 {
        text-align: center;
    }

    #newsWrapper .news-item .news-item-link-img {
        max-width: 100% !important;
        width: 100% !important;
        margin-top: 20px;
        max-height: 200px;
    }

    #newsWrapper .news-item .news-item-link-img img {
        max-height: 200px;
    }

    #newsWrapper .news-item .more {
        height: fit-content;
        bottom: 0;
        padding-bottom: 0.5em;
        left: 46%;
        padding-left: 0;
    }
}

@media (max-width: 991px) {
    #newsWrapper .news-item .more {
        left: 50%;
    }
}

#newsWrapper .news-item time,
#newsWrapper .news-item .description {
    display: none;
}


.news-item .news-item-link-img {
    position: relative;
    flex: 0 0 54%;
    max-width: 54%;
    min-width: 0;
    height: 180px;
    margin-right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.news-item .news-item-link-img img {
    width: 100%;
    height: 100%;
    object-fit: cover !important;
    border-radius: 20px;
    display: block;
}

.news-item-link-img {
    flex: 0 0 calc(50% - 1em);
}

.news-item-link-img img {
    width: 100%;
    height: auto;
    display: block;
}

.news-item>h2,
.news-item>time,
.news-item>.description,
.news-item>.more {
    flex: 0 0 calc(50% - 1em);
    box-sizing: border-box;
}

.news-item>h2 {
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news-item>h2,
.news-item>time,
.news-item>.description,
.news-item>.more {
    order: 2;
}

/* clanky koniec */

body.type-product .sidebar.sidebar-left {
    display: none;
}

body.type-posts-listing .content-inner:has(> ul.subcategories) {
    display: grid;
    grid-template-columns: 20% 78%;
    grid-template-rows: auto 1fr;
    gap: 20px;
    /* Medzera medzi prvkami */
}

body.type-posts-listing h1 {
    grid-column: 1 / 3;
    /* H1 zaberie celý riadok */
    text-align: left;
    /* Alebo center, ak chceš */
    margin-bottom: 10px;
}

body.type-posts-listing .subcategories {
    display: flex;
    flex-direction: column;
}

body.type-posts-listing .subcategories li {
    width: 100% !important;
}


/* Responzivita: na menších obrazovkách ide všetko pod seba */
@media (max-width: 1199px) {
    body.type-posts-listing .content-inner:has(> ul.subcategories) {
        display: block;
    }
}

header input.search-input.form-control {
    border-radius: 25px;
}


.shp-tabs-wrapper.p-detail-tabs-wrapper ul.p-detail-tabs {
    justify-content: space-evenly;
    border-radius: 10px 10px 0 0;
}

.shp-tabs-wrapper.p-detail-tabs-wrapper .col-sm-12.shp-tabs-row.responsive-nav {
    margin-bottom: 0;
}



.shp-tabs-wrapper.p-detail-tabs-wrapper .col-sm-12:has(> div#tab-content) {
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
    padding: 1em 2em;
}

/* form contact */
.form-container {
    display: grid;
    grid-template-columns: 25%;
    grid-template-rows: 1fr;
    gap: 1rem;
}

.form-container div.info {
    grid-row: 1;
    grid-column: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.form-container div.form-bottom {
    grid-column: 2;
    align-self: center;
    width: 100%;
    height: auto;
    object-fit: cover;
}


.form-container div.info {
    grid-row: span 2;
    width: 100%;
    height: 100%;
    object-fit: cover;
    color: white;
    padding: 1em 2em;
    border-radius: 5px;
}

.form-container div.info h2 {
    color: white;
}

.form-container div.info div.info-item,
.form-container div.info div.info-item-under {
    display: flex;
    gap: 0 1em;
    margin-bottom: 1.5em;
    align-items: flex-start;
}

.form-container div.info div.info-item p,
.form-container div.info div.info-item-under p {
    word-break: break-all;
    overflow-wrap: break-word;
}

.form-container div.info div.info-item-under {
    flex-direction: column;
    margin-left: 2em;
    /* Posunie text v .info-item-under do správnej úrovne */
}

.form-container div.info div.info-item p,
.form-container div.info div.info-item-under p {
    margin-bottom: 0;
}

/* Dodatočný styling na zarovnanie textu v info-item-under */
.form-container div.info div.info-item-under p:first-child {
    margin-top: 0;
    /* Odstráni medzeru pred prvým textom */
}

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

@media screen and (max-width: 479px) {
    #newsWrapper article.news-item a.more {
        bottom: 10%;
    }
}


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

    .menu-level-2.no-menu-level-3 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .top-category-addon.no-more-link span.menu-content {
        padding: 0;
        display: flex;
        justify-content: center;
    }

    a.menu-image {
        min-height: 120px;
        min-width: 300px;
    }

    a.menu-image img {
        height: 120px;
        min-width: 300px;
        object-fit: cover;
    }

    .top-category-addon a.menu-image {
        left: 0;
    }

    .top-category-addon div.top-category-text-block {
        left: 0;
        padding-left: 0;
    }
}

@media screen and (max-width: 301px) {
    a.menu-image {
        min-height: 120px;
        min-width: 250px;
    }

    a.menu-image img {
        height: 120px;
        min-width: 250px;
        object-fit: cover;
    }
}



form#register-form fieldset,
form.csrf-enabled fieldset,
form#formContact,
.content-inner:has(> table) {
    padding: 1em 2em;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    margin-bottom: 1em;
}



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-radius: 5px;
}

form#register-form fieldset .form-group .country-flags,
form.csrf-enabled fieldset .form-group .country-flags {
    border-radius: 5px 0 0 5px;
    border-right: none !important;
}

form#register-form fieldset .form-group input[type="tel"] {
    border-left: none !important;
    border-radius: 0 5px 5px 0;
}

main#content div.banners-row:has(div.col-sm-4) {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 768px) {
    main#content div.banners-row:has(div.col-sm-4) {
        display: block;
    }
}


.discount-content {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3em;
}

@media (max-width: 991px) {
    .discount-content {
        gap: 1em;
    }
}

.btn.btn-red:hover {
    color: red;
    border: 2px solid #fff;
    background-color: #fff;
}

#timer {
    font-weight: bold;
    font-size: 18px;
}

.discount-text {
    text-transform: uppercase;
}

.type-index #header {
    margin-bottom: 0;
}

@media screen and (max-width: 922px) {

    .discount-banner .discount-content span.discount-text,
    .discount-banner .discount-content span#timer {
        font-size: 12px;
    }
}

@media screen and (max-width: 699px) {

    .discount-banner .discount-content span.discount-text,
    .discount-banner .discount-content span#timer {
        font-size: 14px;
    }

    #timer {
        color: red;
    }

    .discount-banner .discount-content {
        flex-direction: column;
        gap: 0.5em;
    }
}



.products-wrapper,
.footer-rows .custom-footer {
    margin: 0;
}

.footer-rows .custom-footer {
    justify-content: center;
    display: flex;
}

@media (max-width: 991px) {
    .footer-rows .custom-footer {
        flex-direction: column;
    }
}

@media (min-width: 576px) {

    /* sm */
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {

    /* md */
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {

    /* lg */
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {

    /* xl */
    .container {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {

    /* xxl */
    .container {
        max-width: 1320px;
    }
}

#header .header-top a.cart-count {
    padding: 0;
}


.navigation-buttons>a[data-target="cart"] i,
.cart-count:not(.full) .cart-price::before {
    left: 15px;
}

.dkLabCartAmount,
.dkLabNoteDetailRemovePart,
.dkLabNoteTextDetailTitle,
.dkLabNoteDetailDiv {
    display: none;
}

select.surcharge-parameter {
    border-radius: 5px;
    min-height: 44px;
    padding-left: 2rem;
    border: 1px solid #02C1A6;
    width: 100%;
    height: auto;
}

.product-parameters {
    display: none !important;
}

input[type="range"] {
    accent-color: #02C1A6;
}


p.input-description {
    margin-bottom: 0;
}

span.advanced-parameter-inner.show-tooltip {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    text-align: center;
    width: 100%;
    height: 100%;
    background-color: #f0f0f0;
    border-radius: 5px;
    border: none;
}

span.advanced-parameter-inner.show-tooltip img {
    width: 60%;
    height: auto;
}

span.advanced-parameter-inner.show-tooltip .parameter-text {
    font-size: 14px;
    font-weight: bold;
}

span.advanced-parameter-inner::after {
    display: none;
}

.select-wrapper .input-description {
    display: none;
}

@media screen and (max-width: 767px) {

    .p-data-wrapper .advanced-parameter,
    .p-data-wrapper .advanced-parameter-inner {
        width: 70px;
        height: 70px;
    }

    span.advanced-parameter-inner.show-tooltip .parameter-text {
        display: none;
    }

    span.advanced-parameter-inner.show-tooltip img {
        width: 100%;
    }
}



.expansion-panel .hidden-split-parameter {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    position: relative;
    transition: opacity 0.2s ease, transform 0.3s ease, visibility 0s linear 0.2s;
    max-height: 300px;
    overflow-y: auto;
}

.expansion-panel.collapsed .hidden-split-parameter {
    opacity: 0;
    transform: translateY(-20px);
    pointer-events: none;
    visibility: hidden;
    position: absolute;
    transition: opacity 0.2s ease, transform 0.3s ease, visibility 0s linear 0.2s;
}

.expansion-panel:not(.collapsed) .hidden-split-parameter {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
    position: relative;
    transition: opacity 0.2s ease, transform 0.2s ease;
    padding: 0.5em;
}

.expansion-panel-header {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    background-color: #f9f9f9;
    border: 1px solid #02C1A6;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.expansion-panel-header:hover {
    background-color: #f0fcfa;
}

.expansion-panel-header .collapse-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border: none;
    background-color: transparent;
    font-size: 12px;
    transition: transform 0.3s ease;
}

.expansion-panel.collapsed .expansion-panel-header .collapse-button {
    transform: rotate(180deg);
}

.arrow {
    border: solid #000;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}


.expansion-panel-header span.header-parameter-text {
    display: inline;
}


.surcharge-images-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 10px;
}

button.surcharge-image-button {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 20%;
    max-width: 140px;
    height: 120px;
    border: none;
}

button.surcharge-image-button img {
    width: 60%;
    height: auto;
}

button.surcharge-image-button span {
    font-size: 14px;
    font-weight: bold;
}

.btn.btn-lg.btn-conversion.next-step-finish .order-button-suffix {
    display: none;
}

.button-center {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 1.5em 0;
}

.button-center .btn {
    width: 100%;
}

#gtx-trans {
    display: none !important;
}

.fix-detail-header .contact-specialist {
    display: none;
}

@media screen and (max-width: 767px) {
    .product-slider-navigation.navigation-prev {
        left: 4px;
    }

    .product-slider-navigation.navigation-next {
        right: 4px;
    }
}

button.surcharge-image-button {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 20%;
    max-width: 140px;
    height: 120px;
    border: none;
    border-radius: 5px;
    min-width: 120px;
}

.expansion-panel .hidden-split-parameter,
.expansion-panel .surcharge-images-container {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    position: relative;
    transition: opacity 0.2s ease, transform 0.3s ease, visibility 0s linear 0.2s;
    max-height: 300px;
    overflow-y: auto;
}

.expansion-panel.collapsed .hidden-split-parameter,
.expansion-panel.collapsed .surcharge-images-container {
    opacity: 0;
    transform: translateY(-20px);
    pointer-events: none;
    visibility: hidden;
    position: absolute;
    transition: opacity 0.2s ease, transform 0.3s ease, visibility 0s linear 0.2s;
}

.expansion-panel:not(.collapsed) .hidden-split-parameter,
.expansion-panel:not(.collapsed) .surcharge-images-container {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
    position: relative;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

button.surcharge-image-button img {
    width: 60%;
    height: auto;
}

button.surcharge-image-button span.parameter-value {
    font-size: 14px;
    font-weight: bold;
}

@media screen and (min-width: 1440px) {
    .welcome-wrapper .welcome {
        padding: 10px 130px 10px 80px;
    }
}

button.surcharge-image-button img {
    width: 60%;
    max-height: 80px;
    height: auto;
}

@media screen and (max-width: 767px) {

    .p-data-wrapper .advanced-parameter,
    .p-data-wrapper .advanced-parameter-inner {
        width: 100%;
        max-width: 120px;
        height: 120px;
    }

    span.advanced-parameter-inner.show-tooltip img {
        max-height: 70px;
    }

    span.advanced-parameter-inner.show-tooltip .parameter-text {
        display: block;
        font-size: 12px;
    }

    .expansion-panel .hidden-split-parameter,
    .expansion-panel .surcharge-images-container {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 1em;
    }

    .expansion-panel .hidden-split-parameter span:has(input.variant-default),
    .expansion-panel .surcharge-images-container span:has(input.variant-default) {
        display: none;
    }

}

@media (max-width: 334px) {

    .expansion-panel .hidden-split-parameter,
    .expansion-panel .surcharge-images-container {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 1em;
    }
}

#product-detail-form .variant-label,
#product-detail-form .surcharge-label {
    font-size: 17px;
    font-weight: bold;
}

.type-detail .surcharge-list.images-params .accordion-params {
    border: 1px solid #02C1A6 !important;
}
/* fogano-style-prod file end */

/* footer-container file */
.custom-footer__contact {
    background: linear-gradient(90deg, #02C1A6 0%, #00CD7C 100%);
    border-radius: 20px;
    padding: 0 2em;
    margin-bottom: 32px;
    display: flex;
    align-items: center;
    min-height: 140px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
    position: relative;
    overflow: hidden;
    width: 90%;
    margin: 0 auto;
}

.custom-footer__contact .container {
    display: flex;
    align-items: center;
    /* width: 100%; */
    justify-content: space-between;
    background: transparent;
    padding: 0;
    position: relative;
}

.custom-footer__contact h4 {
    color: #fff;
    font-size: 40px;
    font-weight: 800;
    margin: 0 0 8px 0;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 1.1;
    flex: 1 1 auto;
}

.custom-footer__contact h4 p {
    color: #eafff7;
    font-size: 16px;
    font-weight: 400;
    margin: 8px 0 0 0;
    text-transform: none;
    letter-spacing: 0;
}

.custom-footer__contact .contact-box {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background: transparent;
    box-shadow: none;
    margin-left: auto;
    z-index: 2;
}

.custom-footer__contact .contact-box ul {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
}

.custom-footer__contact .contact-box li {
    display: flex;
    align-items: center;
    gap: 0;
    position: relative;
}

.custom-footer__contact .tel {
    display: flex;
    align-items: center;
    position: relative;
}

.custom-footer__contact .tel a {
    color: #fff;
    font-size: 25.5px;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
    position: relative;
    z-index: 2;
}

/* 
.custom-footer__contact .contact-box li::after {
content: " (Každý den : 8:00 -20:00)";
color: #eafff7;
font-size: 1rem;
font-weight: 400;
margin-left: 12px;
white-space: nowrap;
} */

.custom-footer__contact .container::after {
    content: "";
    display: block;
    position: absolute;
    right: 24%;
    top: 17.5%;
    width: 231px;
    height: 177px;
    background: url(https://www.fogano.cz/user/documents/upload/obrazky/footer-logo.png) no-repeat center / contain;
    z-index: 1;
    pointer-events: none;
}

@media (max-width: 1030px) {

    .custom-footer__contact .container>* {
        flex: 1 1 100% !important;
        width: 100% !important;
        text-align: center;
        padding: 32px 0;
    }

    .custom-footer__contact {
        flex-direction: column;
        align-items: stretch;
        padding: 24px 16px;
        min-height: unset;
    }

    .custom-footer__contact .container {
        flex-direction: column;
        align-items: stretch;
        gap: 16px;
        width: 100%;
        margin-bottom: 11em;
    }

    .custom-footer__contact .contact-box {
        justify-content: center;
    }

    .custom-footer__contact::after {
        width: 90px;
        height: 90px;
        right: 8px;
        bottom: 0;
    }

    .custom-footer__contact .tel a {
        margin-left: 48px;
    }

    .custom-footer__contact .container::after {
        right: 0%;
        top: 93%;
        height: 220px;
        width: 100%;
    }
}

@media (max-width: 1293px) and (min-width: 1216px) {
    .custom-footer__contact .container::after {
        right: 28%;
        top: 25%;
        width: 190px;
    }
}

@media (min-width: 1294px) {
    .custom-footer__contact .container::after {
        right: 28%;
    }
}

@media (max-width: 1215px) and (min-width: 1031px) {
    .custom-footer__contact .container::after {
        content: none !important;
    }
}

@media (max-width: 767px) {
    .custom-footer__contact .container::after {
        top: 86%;
    }
}

@media (max-width: 702px) {
    .custom-footer__contact .container::after {
        top: 86.5%;
    }
}

@media (max-width: 416px) {
    .custom-footer__contact .container::after {
        top: 109%;
        height: 150px;
    }
}

.contact-box ul li>span.tel::before {
    color: white;
}

.contact-box ul li>span::before {
    background-color: #57DAB5;
    border-radius: 12.75px;
    width: 55px;
    display: flex !important;
    height: 55px;
    justify-content: center;
    align-items: center;
    text-align: center;
}

@media (min-width: 1030px) {

    footer#footer {
        position: relative;
        padding-top: 6em;
    }

    .custom-footer__contact.col-sm-4 {
        position: absolute;
        left: 5%;
        bottom: 78%;
    }
}
/* footer-container file end */

/* footer-social-v2 file */
.footer-banner {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* justify-content: flex-start; */
    gap: 40px;
    padding: 40px 32px 32px 32px;
    border-radius: 18px;
    max-width: 700px;
    margin: 40px auto;
}

.footer-banner-main {
    display: flex;
    align-items: center;
    gap: 40px;
}

.footer-banner-logo {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.footer-banner-logo img {
    width: 122px;
    height: auto;
}

.footer-banner-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.footer-banner-content h3 {
    margin: 0;
    font-size: 14px;
    font-weight: 700;
    color: #000;
}

.footer-banner-content p {
    margin: 0;
    color: #555;
    font-size: 14px;
    font-weight: 400;
}

.footer-banner-socials {
    display: flex;
    gap: 16px;
    margin-top: 18px;
    width: 100%;
    justify-content: center;
}

.footer-social-btn {
    display: flex !important;
    align-items: center;
    gap: 8px;
    padding: 10px 22px 10px 14px;
    border-radius: 24px;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    transition: box-shadow 0.2s, background 0.2s;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.footer-social-btn svg {
    width: 22px;
    height: 22px;
}

.footer-social-facebook {
    color: #3896D9;
    background-color: #DCECFF;
}

.footer-social-instagram {
    background: #FFDCEE;
    color: #BB38D9;
}

.footer-social-youtube {
    background: #FFDCDC;
    color: #D93838;
}

.footer-social-btn:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    filter: brightness(0.98);
}

@media (max-width: 700px) {
    .footer-banner {
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
        padding: 24px 10px;
    }

    .footer-banner-main {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }

    .footer-banner-logo img {
        width: 60px;
    }

    .footer-banner-socials {
        flex-wrap: wrap;
    }
}

.container.footer-rows .row.custom-footer.elements-4 .custom-footer__banner5541.col-sm-6.col-lg-3 {
    width: 50%;
}

@media screen and (max-width: 991px) {
    .container.footer-rows .row.custom-footer.elements-4 .custom-footer__banner5541.col-sm-6.col-lg-3 {
        max-height: 100%;
        width: 100%;
    }
}

.custom-footer__contact .contact-box li {
    flex-direction: column;
}

.custom-footer__contact .contact-box li::after {
    content: "(Každý den : 8:00 - 20:00)";
    display: block;
    color: #eafff7;
    font-size: 19px;
    font-weight: 400;
    margin-top: 12px;
}

@media (max-width: 1030px) {
    .custom-footer__contact .tel a {
        margin-left: 0;
    }
}

@media (max-width: 400px) {
    .custom-footer__contact .tel a {
        font-size: 20px;
    }
}

@media (max-width: 1200px) {
    .video-banner-text {
        padding: 24px 24px 8px 24px;
    }
}

header .navigation-buttons,
header .header-phone>span {
    padding: 0;
}

header .tel.header-phone {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

header #formSearchForm {
    margin-right: 2em;
}

@media (min-width: 1030px) {

    footer#footer {
        position: relative;
        padding-top: 6em;
    }

    .custom-footer__contact {
        position: absolute;
        left: 5%;
        bottom: 78%;
    }
}

@media (max-width: 1029px) {
    footer#footer {
        padding-top: 1em;
    }
}
/* footer-social-ve file end */

/* hot-deal file */
.promo-box {
    background: #fff;
    padding: 30px 20px;
    border-radius: 16px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    max-width: 1100px;
    margin: 40px auto;
    text-align: center;
  }
  
  .promo-box img {
      width: 100%;
  }
  
  .top-bar {
    font-size: 16px;
    color: #555;
    margin-bottom: 15px;
  }
  
  .hot-deal {
    color: #06BB74;
    font-weight: bold;
    animation: blink 1.5s infinite;
  }
  
  .action {
    background: #EEFFF9;
    padding: 20px;
    border-radius: 12px;
    margin: 20px 0;
  }
  
  .offer-title {
    font-size: 25px;
    font-weight: bold;
    background: #02C1A6;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: pulse 1.5s infinite;
  }
  
  .offer-subtitle {
    font-size: 14px;
    color: #444;
    margin-top: 10px;
  }
  
  .small-text {
    font-size: 14px;
    color: #777;
    margin-top: 5px;
  }
  
  .benefits {
    list-style: none;
    padding: 0;
    margin: 30px 0 20px;
  }
  
  .benefits li {
    font-size: 18px;
    color: #333;
    margin-bottom: 8px;
    text-align: left;
  }
  
  .live-data {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 30px auto 0;
    max-width: 500px;
  }
  
  .order-counter,
  .stock-counter {
    padding: 16px;
    border-radius: 12px;
    font-size: 20px;
    font-weight: 600;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  }
  
  .order-counter {
    background: #e6f5e6;
    border: 2px dashed #28a745;
    color: #155724;
  }
  
  .stock-counter {
    background: #fff7e6;
    border: 2px dashed #ff9900;
    color: #8a4b00;
  }
  
  .stock-counter.low-stock {
    background: #fff3f3;
    border: 2px solid #dc3545;
    color: #a30000;
    animation: blink 1.2s infinite;
  }
  
  .bonus-box {
    background: #fff8e1;
    border: 2px dashed #ffa000;
    padding: 15px;
    margin-top: 20px;
    font-size: 18px;
    font-weight: 500;
    border-radius: 12px;
    color: #8a6d00;
  }
  
  .contact-highlight {
    background: #e8f5e9;
    border: 2px solid #4caf50;
    padding: 18px;
    border-radius: 12px;
    font-size: 18px;
    font-weight: 500;
    color: #1b5e20;
    max-width: 480px;
    margin: 30px auto 0;
    box-shadow: 0 2px 6px rgba(76,175,80,0.2);
  }
  
  .contact-highlight a {
    color: #2e7d32;
    font-weight: bold;
    font-size: 20px;
    text-decoration: none;
  }
  
  .online-support-box {
    background: #eefcf3;
    border: 2px dashed #28a745;
    padding: 20px;
    border-radius: 12px;
    font-size: 17px;
    font-weight: 500;
    color: #1a3d2f;
    margin-top: 25px;
    box-shadow: 0 2px 6px rgba(40,167,69,0.1);
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  
  .cta-button,
  .whatsapp-button {
    display: inline-block;
    margin-top: 14px;
    padding: 10px 24px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
    transition: background 0.3s ease;
  }
  
  .cta-button {
    background: #28a745;
    color: #fff;
  }
  
  .cta-button:hover {
    background: #218838;
  }
  
  .whatsapp-button {
    background-color: #25D366;
    color: #fff;
  }
  
  .whatsapp-button:hover {
    background-color: #1ebe5d;
  }
  
  .testimonial {
    font-style: italic;
    color: #444;
    margin: 20px auto 10px;
    font-size: 16px;
    max-width: 480px;
    line-height: 1.6;
  }
  
  .testimonial .author {
    display: block;
    font-weight: bold;
    margin-top: 8px;
    color: #2e7d32;
    font-style: normal;
  }
  
  @keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.03); }
    100% { transform: scale(1); }
  }
  
  @keyframes blink {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.5; }
  }
  
  @media (max-width: 600px) {
    .promo-box {
      padding: 20px 15px;
    }
  
    .offer-title {
      font-size: 28px;
    }
  
    .offer-subtitle {
      font-size: 18px;
    }
  
    .benefits li,
    .bonus-box,
    .contact-highlight,
    .online-support-box,
    .testimonial {
      font-size: 16px;
    }
  
    .cta-button,
    .whatsapp-button {
      width: 100%;
      font-size: 15px;
    }
  
    .order-counter,
    .stock-counter {
      font-size: 18px;
    }
  }
  
/* hot-deal file end */

/* product-desc_1 file */
.contact-box {
    background: linear-gradient(90deg, #02C1A6 0%, #00CD7C 100%);
    border-radius: 20px;
    padding: 30px;
    margin: 30px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: white;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.contact-box-content p {
    color: white !important;
    text-align: start;
    margin: 8px 0;
    font-size: 16px;
    line-height: 1.4;
}

.phone-info.dark {
    background: rgba(0, 0, 0, 0.3);
    border-radius: 8px;
    padding: 12px 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.phone-info.dark a {
    color: white;
    text-decoration: none;
    font-size: 16px;
    font-weight: normal;
    white-space: nowrap;
}

.phone-info.dark a:hover {
    text-decoration: underline;
}

.contact-box-content {
    flex: 1;
}

.contact-heading {
    font-size: 35px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 0 15px 0;
    color: white !important;
    text-align: start;
}

.contact-box .product-features {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 1em;
}

.contact-box .product-features li {
    color: white !important;
    background-color: transparent !important;
    margin: 8px 0;
    padding-left: 25px;
    position: relative;
    font-size: 16px;
}

.contact-box .product-features li:before {

    position: absolute;
    left: 0;
    top: 0;
    color: white;
    font-weight: bold;
    font-size: 18px;
}

.contact-box-phone {
    text-align: right;
    display: flex;
    align-items: center;
    gap: 15px;
}

.phone-icon {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.phone-icon img {
    width: 24px;
    height: 24px;
    filter: brightness(0) invert(1);
}

.phone-info {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.contact-box-phone a {
    color: white;
    text-decoration: none;
    font-size: 24px;
    font-weight: bold;
}

.contact-box-phone a:hover {
    text-decoration: underline;
}

.operating-hours {
    font-size: 14px;
    font-weight: normal;
    margin-top: 5px;
    color: white;
}

@media (max-width: 1199px) {
    .contact-box .product-features {
        flex-direction: column;
        text-align: start;
    }
}

@media (max-width: 768px) {
    .contact-box {
        flex-direction: column;
        text-align: center;
        gap: 20px;
        padding: 2em 0;
    }

    .contact-box-phone {
        text-align: center;
        flex-direction: column;
        gap: 10px;
    }

    .contact-heading {
        font-size: 20px;
    }

    .contact-box-phone a {
        font-size: 20px;
    }
}

/*contact box*/
.product-desc-heading,
.popis-nadpis {
    font-size: 30px;
    color: #000000;
}

.tab-content ul li::before,
.basic-description ul li::before {
    content: "";
    top: unset !important;
}

.description-boxes {
    display: flex;
    width: 100%;
    gap: 1.5rem;
}

@media (max-width: 991px) {
    .description-boxes {
        flex-direction: column;
    }
}

.description-box {
    flex: 1;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.description-box img {
    border-radius: 20px;
}

/*product desc list*/
.product-features {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 0.5rem;
}

.product-features li {
    padding: 0.5em;
    background: #F7F7F7;
    border-radius: 6px;
    margin: 0;
    padding-left: 2.5em !important;
    position: relative;
}

.product-features li::before {
    content: "";
    width: 22px;
    height: 22px;
    flex: 0 0 22px;
    background-image: url("https://www.fogano.cz/user/documents/upload/obrazky/check.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: inline-block;
    top: unset;
    margin-left: 0.5em;
    position: absolute;
    left: 0;
}

.contact-box-content .product-features li::before {
    content: "";
    width: 22px;
    height: 22px;
    flex: 0 0 22px;
    background-image: url("https://www.fogano.cz/user/documents/upload/obrazky/check-white.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: inline-block;
    top: unset;
    margin-left: 0.5em;
}

@media (max-width: 480px) {
    .product-features li {
        padding: 0.4em;
    }

    .product-features li::before {
        width: 10px;
        height: 10px;
        flex: 0 0 10px;
    }
}

/*product desc list koniec*/
.basic-description {
    padding-right: 0;
}

.shp-tabs-wrapper.p-detail-tabs-wrapper .shp-tabs-holder ul#p-detail-tabs li a {
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
}

@media (min-width: 992px) {
    .multiple-columns-body .position--benefitProduct .benefitBanner__item {
        flex: 0 0 calc(25% - 1.5rem);
    }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
    .multiple-columns-body .benefitBanner__item {
        flex: 0 0 calc(50% - 1em) !important;
        width: 50%;
    }
}

.contact-specialist-container .specialist-details-section .specialist-contact a {
    color: #000000 !important;
}

.contact-specialist-container {
    border-radius: 20px !important;
}

.p-to-cart-block .add-to-cart-button {
    margin-left: 0.5em;
}

.p-to-cart-block {
    flex-wrap: nowrap;
    margin-bottom: 2em;
    border-radius: 20px;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
    border-top: none;
}

@media (max-width: 767px) {
    .p-to-cart-block {
        flex-wrap: wrap;
        padding: 24px;
    }
}

.p-final-price-wrapper .price-standard,
.p-final-price-wrapper .price-save {
    color: #F41818;
}

.p-image-wrapper .p-thumbnails a {
    border: none;
}

a.p-thumbnail.p-main-image.next-photos {
    border: 1px solid #b0b0b0;
    border-radius: 25px;
    text-decoration: none;
}

.p-thumbnails a img {
    border-radius: 20px;
    aspect-ratio: 16 / 9;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.p-image-wrapper .p-image a img {
    border-radius: 20px;
}

label.advanced-parameter {
    width: calc((100% / 3) - 8px);
    max-width: 140px;
    height: 120px;
}
/* product-desc_1 file end */

/* product-description-2part file */
.normal-list,
    tab-content ul.normal-list {
        list-style-type: disc !important;
        padding-left: 2em !important;
        margin: 0;
    }

    .normal-list li {
        padding-left: 0px !important;
    }

    .step-item.center {
        align-items: center;
    }

    .blue-desc-container {
        background: #EAFCFA;
        padding: 20px;
        border-radius: 10px;
        margin: 20px 0;
        text-align: center;
    }

    .blue-text {
        color: #02C1A6;
    }

    .red-desc-container {
        background: #FFDCDC;
        padding: 20px;
        border-radius: 10px;
        margin: 20px 0;
        text-align: center;
    }

    .red-text {
        color: #F41818 !important;
    }

    .action.red {
        background: #fff4f4;
    }

    .action.red .offer-title {
        font-weight: bold;
        background: #F41818;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        animation: pulse 1.5s infinite;
    }


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

    .type-detail .surcharge-list.images-params .accordion-params:after {
        content: "";
        border: solid #02C1A6 !important;
        border-width: 0 3px 3px 0 !important;
        display: inline-block;
        padding: 3px;
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%) rotate(45deg);
        -webkit-transform: translateY(-50%) rotate(45deg);
    }

    .type-detail .surcharge-list.images-params .accordion-params {
        border: 1px solid #02C1A6 !important;
    }

    .step-grid.five-steps .step-item:nth-child(6) {
        grid-column: 2;
    }

    .warning-step .step-number {
        background: #ff5722;
    }

    .warning-number {
        background: #ff5722 !important;
        font-weight: bold;
    }

    /* @media (min-width: 1200px) {
        .type-detail .select-box-container {
            grid-template-columns: repeat(3, 1fr);
        }
    } */

    .offer-title.big {
        font-size: 30px;
    }

    .shp-accordion-wrapper.p-detail-tabs-wrapper p,
    .shp-tabs-wrapper.p-detail-tabs-wrapper p,
    .shp-accordion-wrapper.p-detail-tabs-wrapper ul li,
    .shp-tabs-wrapper.p-detail-tabs-wrapper ul li,
    .shp-accordion-wrapper.p-detail-tabs-wrapper h2,
    .shp-tabs-wrapper.p-detail-tabs-wrapper h2,
    .shp-accordion-wrapper.p-detail-tabs-wrapper h3,
    .shp-tabs-wrapper.p-detail-tabs-wrapper h3,
    .shp-accordion-wrapper.p-detail-tabs-wrapper ol li,
    .shp-tabs-wrapper.p-detail-tabs-wrapper ol li {
        color: #000000;
    }

    .product-features.transparent li {
        background: transparent;
    }

    .product-desc-heading span.green {
        color: #02C1A6 !important;
    }

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

    .step-by-step-container {
        margin: 40px 0;
        max-width: 1200px;
        margin-left: auto;
        margin-right: auto;
        padding: 0 20px;
    }

    .step-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 30px;
        row-gap: 40px;
    }

    .step-item {
        display: flex;
        align-items: flex-start;
        gap: 20px;
    }

    .step-number {
        width: 60px;
        height: 60px;
        background: #02C1A6;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        font-size: 24px;
        font-weight: bold;
        flex-shrink: 0;
    }

    .step-content h3 {
        margin: 0 0 10px 0;
        font-size: 18px;
        font-weight: bold;
        color: #333;
        font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    }

    .step-content p {
        margin: 0;
        font-size: 14px;
        line-height: 1.5;
        color: #666;
        font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    }

    @media (max-width: 768px) {
        .step-grid {
            grid-template-columns: 1fr;
            gap: 25px;
        }

        .step-item {
            gap: 15px;
        }

        .step-number {
            width: 50px;
            height: 50px;
            font-size: 20px;
        }

        .step-content h3 {
            font-size: 16px;
        }

        .step-content p {
            font-size: 13px;
        }
    }

    .product-features.flex-row {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 1em;
    }

    @media (max-width: 768px) {
        .product-features.flex-row {
            flex-direction: column;
        }
    }

    .product-desc-heading,
    .popis-nadpis {
        text-transform: uppercase;
        color: black !important;
        font-size: 30px;
    }

    .product-desc-heading.big {
        font-size: 35px;
    }

    .product-desc-heading.small {
        font-size: 28px;
    }

    .video-container {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 0px;
        margin: 40px 0;
        position: relative;
        max-width: 1200px;
        margin-left: auto;
        margin-right: auto;
    }

    .side-logo {
        flex-shrink: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 2;
        position: relative;
    }

    .left-logo {
        margin-right: -80px;
    }

    .right-logo {
        margin-left: -80px;
    }

    .side-logo img {
        width: 100%;
        height: auto;
        max-width: 230px;
        object-fit: contain;
    }

    .video-player {
        border-radius: 20px;
        max-width: 760px;
        height: 420px;
        width: 100%;
        z-index: 10;
        position: relative;
    }

    .video-embed {
        width: 100%;
        height: 100%;
        border-radius: 12px;
        overflow: hidden;
    }

    .video-embed iframe {
        border-radius: 12px;
        display: block;
        width: 100%;
        height: 100%;
        max-width: 100%;
    }

    @media (max-width: 768px) {
        .video-container {
            flex-direction: column;
            gap: 10px;
        }

        .side-logo {
            display: none;
        }

        .video-player {
            padding: 20px;
        }
    }
/* product-description-2part file end */

/* video-banner-home file */
.video-banner-container {
    display: flex;
    align-items: stretch;
    background: #e8fcfa;
    border-radius: 18px;
    max-width: 1317px;
    margin: 0 auto;
    min-height: 220px;
    position: relative;
    margin-top: 4em;
}

.video-banner-text {
    flex: 1 1 0;
    padding: 20px 0 20px 40px;
}

.video-banner-title {
    color: #000;
    font-size: 35px;
    font-weight: bolder;
    margin: 0 0 8px 0;
    line-height: 1.1;
}

.video-banner-title .highlight {
    color: #00c6b7;
}

.video-banner-subtitle {
    color: #00c6b7;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 8px;
}

.video-banner-desc {
    color: #393d3d;
    font-size: 16px;
    margin-top: 12px;
    line-height: 1.6;
}

.video-banner-media {
    flex: 0 0 620px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    min-width: 340px;
    height: auto;
    align-self: stretch;
}

.video-green-bg {
    background: linear-gradient(to bottom, #02C1A6 0%, #00CD7C 100%);
    border-radius: 20px;
    width: 340px;
    height: 100%;
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0;
}

.video-stamp {
    position: absolute;
    top: 22%;
    right: 13%;
    width: 54px;
    height: 54px;
    z-index: 3;
}

.video-frame {
    position: relative;
    left: 0;
    width: 500px;
    height: 300px;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
    background: #fff;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-frame img.video-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 18px;
}

.play-button {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 56px;
    height: 56px;
    background: rgba(255, 255, 255, 0.92);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.10);
    cursor: pointer;
    transition: background 0.2s;
    z-index: 4;
}

.play-button:hover {
    background: #e0f7f4;
}

.play-icon {
    width: 28px;
    height: 28px;
    display: block;
}

@media (max-width: 1200px) {
    .video-banner-container {
        padding-top: 1em;
        flex-direction: column;
        max-width: 100vw;
    }

    .video-banner-text {
        padding: 24px 16px 8px 16px;
    }

    .video-banner-media {
        flex: 0 0 260px;
        min-width: 0;
        width: 100%;
        justify-content: flex-start;
        position: relative;
        height: 220px;
    }

    .video-green-bg {
        width: 100%;
        max-height: 150px;
        border-radius: 14px;
        right: 0;
        bottom: 0;
        top: unset;
    }

    .video-frame {
        width: 90% !important;
        height: 220px !important;
        left: 5% !important;
    }

    .video-stamp {
        top: 15%;
        right: 8%;
    }
}

@media (max-width: 600px) {

    .video-banner-text {
        padding: 12px 4vw 4px 4vw;
    }

    .video-banner-media {
        flex: 0 0 300px;
        height: 300px;
    }

    .video-frame {
        width: 90%;
        height: 200px;
        left: 5%;
    }

}
/* video-banner-home file end */