:root {
    /* Nastavenie štýlov, farieb*/

    --border-radius-top-category: 10px;


    --color-top-category-black: #ffffff;


    --color-top-category-black-hover: #333333;


    --color-top-category-gray: #b2b2b2;


    --border-color-top-category: none;


    --background-color-menu-style-1-top-category: #fbfbfb;


    --background-color-arrow-top-category: #f1f1f1;


    --background-color-arrow-top-category-hover: #e2e2e2;


    --background-color-slider-style-1-top-category: #e2e2e2;


    --background-color-slider-style-1-top-category-hover: var(--color-primary);


    --color-slider-style-1-top-category: #666666;


    --color-slider-style-1-top-category-hover: #ffffff;
}

@import url('https://fonts.googleapis.com/css2?family=Fraunces:wght@400;700&family=Montserrat:wght@300;400;500;700&display=swap');

body {
    font-family: 'Montserrat', sans-serif;
}

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

/*headers*/
.benefitBanner {
    background-color: transparent;
}

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

.benefitBanner__item {
    max-width: 300px;
    min-height: 90px;
    flex: 0 0 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    position: relative;
    counter-increment: article-counter;
    border-radius: var(--border-radius-default);
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.2), 0px 2px 4px rgba(0, 0, 0, 0.1);
    overflow: visible;
}

.benefitBanner__item .benefitBanner__title {
    margin: 0;
}

.benefitBanner__img {
    max-height: 65px;
}

.benefitBanner__item::before {
    content: counter(article-counter) ".";
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #3ab54a;
    color: #ffffff;
    position: absolute;
    bottom: -15px;
    left: -10px;
    z-index: 10;
}

@media screen and (max-width: 329px) {
    .benefitBanner__item::before {
        top: 0 !important;
        right: 0 !important;
        left: auto;
        border-radius: 0 var(--border-radius-default) 0 0;
    }
}

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

.btn.btn-cart.add-to-cart-button,
.btn.btn-primary,
.btn.btn-primary,
.btn.btn-tertialy,
.btn.btn-secondary {
    background-color: #3ab54a;
    border-color: #3ab54a;
    border-radius: 5px;
    color: #fff;
    transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease;
}

.btn.btn-cart.add-to-cart-button:hover,
.btn.btn-primary:hover,
.btn.btn-primary:hover,
.btn.btn-tertialy:hover,
.btn.btn-secondary:hover {
    background-color: #093838;
    border-color: #093838;
    color: #fff;
}


/*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;
}


.top-category-addon a.menu-image {
    position: relative;
    width: 100%;
    padding: 0;
}

.top-category-addon div.top-category-text-block {
    position: absolute;
    bottom: 0;
    left: 15%;
    z-index: 1;
}

.top-category-addon .menu-content>div>div>a {
    text-decoration: none;
}

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


.top-category-addon .menu-image::before {
    content: "";
    position: absolute;
    border-radius: 5px;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.1));
    transition: transform 0.3s ease-in-out;
    z-index: 1;
}

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

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

.cards-container {
    display: grid;
    grid-template-columns: 50% auto;
    grid-template-rows: auto 1fr;
    gap: 1rem;
}

.cards-container img:first-child {
    grid-row: span 2;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cards-container img:nth-child(2),
.cards-container div.images-top {
    align-self: start;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.cards-container img:nth-child(3),
.cards-container div.form-bottom {
    align-self: end;
    width: 100%;
    height: auto;
    object-fit: cover;
}

/* 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;
}

.custom-buttons-product button {
    width: calc(50% - 5px);
    border-radius: 5px;
    border-color: #3ab54a;
    color: #000;
    background-color: #fff;
}

.custom-buttons-product button:active {
    color: #fff;
    background-color: #3ab54a;
}

.select-wrapper input {
    border-radius: 5px;
    border-color: #3ab54a;
    min-height: 44px;
    padding-left: 2rem;
}


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

#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;
}

.add-to-cart-button {
    background-color: #3ab54a !important;
    border-color: #3ab54a !important;
    border-radius: 5px;
}

/* .products-block {
    gap: 1em;
    padding: 1em;
}

.products-block .product {
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    transition: box-shadow 0.3s ease-in-out;
}

.products-block .product:hover {
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
} */

.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 {
    color: #3ab54a;
    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 h4 span {
    color: #3ab54a;
}

body:not(.type-manufacturer-detail) .filter-section h4:hover,
body:not(.type-manufacturer-detail) .slider-wrapper h4:hover {
    color: #3ab54a;
}

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

.navigation-in.menu .navigation-in>ul>li.exp>a,
.navigation-in>ul>li>a:hover,
.navigation-in>ul>li>a.active {
    color: #093838;
    background-color: #3ab54a;
}

.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 {
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    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;
}

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

#newsWrapper article.news-item {
    position: relative;
}

#newsWrapper article.news-item .news-item-link-img {
    position: relative;
    display: block;
}

#newsWrapper article.news-item .news-item-link-img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.2) 100%);
    pointer-events: none;
}

/* Názov článku do stredu obrázka */
#newsWrapper article.news-item h2 {
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -70%);
    color: white;
    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
    z-index: 2;
    width: 90%;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


#newsWrapper article.news-item h2 a {
    color: #fff;
}

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


#newsWrapper article.news-item a.more {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    background: #000;
    color: #fff;
    border: 2px solid #3ab54a;
    padding: 8px 12px;
    font-size: 0.9em;
    font-weight: bold;
    text-decoration: none;
    border-radius: 5px;
    z-index: 2;
    width: 70%;
    text-align: center;
}

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;
}

body.type-posts-listing .news-wrapper {
    padding-left: 2%;
    align-self: start;
}

/* 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: 2px solid #093838 !important;
    border-radius: 25px;
    border-color: #093838 !important;
}


.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;
    background-color: #093838;
    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;
    }
}



.measure {
    padding: 1em 2em;
}

.measure h2,
.measure h3 {
    color: #093838;
}

.measure p {
    color: #3a6060;
}

.measure .measure-section {
    margin: 2em 0;
}

.measure .measure-section .measure-grid {
    display: grid;
    grid-template-columns: 35% 65%;
    grid-template-rows: 1fr;
}

.measure .measure-section .measure-grid .measure-text {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.measure .measure-section .measure-grid a.download-link {
    color: #3ab54a;
    text-decoration: none;
    transition: color 0.3s ease;
}

.measure .measure-section .measure-grid a.download-link span {
    text-decoration: underline;
}

.measure .measure-section .measure-grid a.download-link:hover {
    color: #093838;
    transition: color 0.3s ease;
}

.measure .measure-section .measure-video {
    width: 100%;
}

.measure .measure-section .measure-video iframe {
    width: 100%;
    height: 100%;
    max-height: 600px;
    min-height: 500px;
    border-radius: 10px;
}

.buyers-guide ol {
    list-style: none;
    counter-reset: list-counter;
    font-size: 20px;
    padding-left: 0;
}

.buyers-guide ol>li {
    counter-increment: list-counter;
    margin-bottom: 15px;
    display: block;
    position: relative;
    padding-left: 45px;
}

.buyers-guide ol>li::before {
    content: counter(list-counter);
    background-color: #3ab54a;
    color: white;
    font-weight: bold;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    position: absolute;
    left: 0;
    top: 5px;
}

.buyers-guide ul {
    list-style: none;
    counter-reset: sub-list-counter;
    padding-left: 20px;
    margin-top: 5px;
}

.buyers-guide ul>li {
    counter-increment: sub-list-counter;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.buyers-guide ul>li::before {
    content: counter(sub-list-counter, lower-alpha);
    background-color: #96e071;
    color: white;
    font-weight: bold;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.maintenance .maintenance-section hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid rgb(225, 225, 226);
    margin: 1em 0;
    padding: 0;
}

.maintenance .maintenance-section hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid rgb(225, 225, 226);
    margin: 1em 0;
    padding: 0;
}



#accordion-content .shp-accordion .shp-accordion-link {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    display: flex;
    width: 100%;
    justify-content: flex-start;
    align-items: center;
    padding: 24px 16px;
    line-height: 24px;
    background-color: #3ab54a;
    border-radius: 5px;
}

.shp-accordion-wrapper.p-detail-tabs-wrapper #accordion-content {
    display: flex;
    gap: 0.5em;
    flex-direction: column;
}

.measure .measure-section .measure-grid {
    gap: 1em;
}

@media screen and (max-width: 768px) {
    .measure .measure-section .measure-grid {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}

.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: #093838;
}

.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 {
    color: #3a6060;
}

@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;
    }
}

.box.box-sm.box-bg-transparent.client-center-box:has(li.logout) ul li {
    background-color: #3ab54a;
    border-radius: 5px;
    margin-bottom: 5px;
}

.box.box-sm.box-bg-transparent.client-center-box:has(li.logout) ul li a {
    color: #fff;
}


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: 2px solid #093838 !important;
    border-radius: 5px;
}

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

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

.about-us-page .flex-container {
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
    margin: 2em 0;
}

.flex-container:has(img:nth-of-type(3)) {
    flex-wrap: nowrap;
}

.flex-container:has(img:nth-of-type(2):last-of-type) {
    flex-wrap: wrap;
}

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

    .about-us-page .flex-container {
        flex-direction: column;
    }
}

.about-us-page .flex-container:not(:has(img))>* {
    flex: 1 1 50%;
}

.about-us-page .flex-container h2 {
    text-align: center;
    width: 100%;
    font-size: 48px;
    margin: 0;
}

.about-us-page .flex-container p {
    line-height: 2;
    margin: 0;
}

.about-us-page .headings-container {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    flex-wrap: wrap;
    align-items: center;
    gap: 1em;
    padding: 1em 3em;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    margin: 2em 0;
}

.about-us-page .headings-container .heading-item {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: .2em;
}

.about-us-page .headings-container .heading-item p {
    margin: 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-banner {
    display: flex;
    justify-content: center;
    background-color: red;
    color: white;
    text-align: center;
    padding: 10px 0;
    font-size: 16px;
    font-weight: bold;
    position: relative;
    z-index: 8;
}

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

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

.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;
    }

    .discount-banner .discount-content a.btn.btn-red {
        display: none;
    }

    .discount-banner {
        background-color: #093838;
    }

    #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;
    border-color: #3ab54a;
    min-height: 44px;
    padding-left: 2rem;
    border: 2px solid rgb(58, 181, 74);
    width: 100%;
    height: auto;
}

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

input[type="range"] {
    accent-color: #3ab54a;
}


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

label.advanced-parameter {
    width: 20%;
    max-width: 140px;
    height: 120px;
}

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;
}

/* .products-block {
    gap: 0.5em;
} */

/* @media (min-width: 1440px) {

    .columns-3 .products-block>div,
    .columns-4 .products-block>div {
        width: calc(33.333333% - 0.333333em);
    }
}

@media (min-width: 1000px) and (max-width: 1399px) {

    .columns-3 .products-block>div,
    .columns-4 .products-block>div {
        width: 45%;
    }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
    .products-block {
        gap: 0.3em;
    }

    .columns-4 .products-block>div,
    .columns-3 .products-block>div {
        width: calc(50% - 0.3em) !important;
    }
}

@media screen and (min-width: 480px) and (max-width: 767px) {
    .products-block>div {
        width: calc(50% - 0.5em);
    }
} */

.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;
}

.expansion-panel-header {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    background-color: #f9f9f9;
    border: 2px solid #58b54a;
    border-radius: 4px;
    transition: background-color 0.3s ease;
    margin-bottom: 1em;
}

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

.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 #58b54a;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}


@media (max-width: 497px) {
    .expansion-panel-header span.header-parameter-text {
        display: none;
    }
}

@media (min-width: 497px) {
    .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.selected span {
    color: #009c00;
}

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 (min-width: 1440px) {

    .products-related-wrapper .products .products-block .product,
    .products-related-wrapper .products .products-block .product {
        width: calc(33.333333% - 0.333333em) !important;
    }
} */

/* @media screen and (min-width: 992px) and (max-width: 1199px) {

    .products-related-wrapper .products .products-block .product,
    .products-related-wrapper .products .products-block .product {
        width: calc(12% - 0.3em) !important;
    }
} */

/* @media screen and (min-width: 768px) and (max-width: 991px) {

    .products-related-wrapper .products .products-block .product,
    .products-related-wrapper .products .products-block .product {
        width: calc(20% - 0.3em) !important;
    }
} */

/* @media (max-width: 767px) {
    .products-related-wrapper .products-block .product {
        width: calc(20% - 0.5em) !important;
    }
} */

@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.selected span.parameter-value {
    color: #009c00;
}

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;
    }
}