
html #select-country-payment .smart-label-wrapper select {
    line-height: 100px !important;
    padding-left: 20px;
    height: 80px;
}

.type-detail .flag-srovnani {
    display: none;
}

html .type-detail #ratingTab, html .type-detail #productDiscussion {
    display: none !important;
}

html #accordion-content .shp-accordion[data-testid="tabRating"], html #accordion-content .shp-accordion[data-testid="tabDiscussion"],
html #p-detail-tabs li[data-testid="tabRating"], html #p-detail-tabs li[data-testid="tabDiscussion"] {
    display: none !important;
}

.ventilatory-tabulka tbody td.col-oznaceni {
    min-width: 135px;
}

.category-perex .ventilatory-tabulka {
    margin-top: 0px !important;
}

.in-ventilatory-do-koupelny-a-wc .category-perex {
    max-width: unset;
}

.ventilatory-wrap {
    width: 100%;
    overflow-x: auto;
}

.ventilatory-tabulka {
    width: 100%;
    min-width: 1050px;
    border-collapse: collapse;
    font: 14px/1.3 Arial, Helvetica, sans-serif;
}

.ventilatory-tabulka th,
.ventilatory-tabulka td {
    border: 1px solid #0b6a00;
    padding: 10px;
    text-align: center;
    vertical-align: middle;
}

.ventilatory-tabulka thead th {
    background: #009cde;
    color: #fff;
    font-weight: 700;
}

.ventilatory-tabulka tbody td {
    background: #7fb800;
    color: #fff;
    font-weight: 600;
    padding: 5px;
}

.ventilatory-tabulka tbody tr:nth-child(even) td {
    background: #6ea500;
}

.col-oznaceni {
    background: #009cde !important;
    text-align: left;
    font-weight: 700;
}

.ventilatory-tabulka tbody tr:nth-child(even) .col-oznaceni {
    background: #0089c7 !important;
}

.ventil-img {
    background: #fff !important;
    width: 110px;
    padding: 8px;
}

.ventil-img img {
    width: 100px;
    height: auto;
    display: block;
    margin: auto;
}

.ventilatory-tabulka a {
    color: #fff;
    text-decoration: none;
    display: block;
}

.ventilatory-tabulka a:hover {
    text-decoration: underline;
}

@media (max-width: 1000px) {
    .ventilatory-tabulka {
        font-size: 13px;
    }
}


.in-reference-a-zkusenosti .pageArticleDetail + h2,
.in-reference-a-zkusenosti .pageArticleDetail + h2 + .discussionContainer {
    display: none !important;
}

.flag-skrytadoprava {
    visibility: hidden;
    height: 0;
    margin: 0;
    padding: 0;
    opacity: 0;
}

@media only screen and (max-width: 768px) {
    .type-detail .description-inner .basic-description .row.grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .type-detail .description-inner .basic-description .row.grid::before, .type-detail .description-inner .basic-description .row.grid::after {
        display: none !important;
    }

    .type-detail .description-inner .basic-description .row_box {
        color: #444;
    }

    .type-detail .description-inner .basic-description .row_box ul,
    .type-detail .description-inner .basic-description .row_box li,
    .type-detail .description-inner .basic-description .row_box a,
    .type-detail .description-inner .basic-description .row_box span,
    .type-detail .description-inner .basic-description .row_box p {
        color: #444 !important;
    }
}

@media only screen and (min-width: 768px) {
    .type-detail .description-inner .basic-description .row.grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 2rem;
    }

    .type-detail .description-inner .basic-description .row.grid::before, .type-detail .description-inner .basic-description .row.grid::after {
        display: none !important;
    }

    .type-detail .description-inner .basic-description .row_box {
        color: #444;
    }

    .type-detail .description-inner .basic-description .row_box ul,
    .type-detail .description-inner .basic-description .row_box li,
    .type-detail .description-inner .basic-description .row_box a,
    .type-detail .description-inner .basic-description .row_box span,
    .type-detail .description-inner .basic-description .row_box p {
        color: #444 !important;
    }
}

.help-box {
    display: flex;
    align-items: center;
    gap: 24px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 4px 18px rgba(0, 0, 0, .08);
    padding: 20px 24px;
    margin-top: 25px;
    max-width: 780px;
    font-family: Inter, Arial, sans-serif
}

.help-avatar {
    flex: 0 0 auto;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    overflow: hidden;
    background: #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: center
}

.help-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

.help-avatar i {
    font-size: 60px;
    color: #111
}

.help-content {
    flex: 1
}

.help-content h3 {
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 10px
}

.help-row {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin: 8px 0
}

.help-row i {
    font-size: 20px;
    color: #000;
    margin-top: 3px
}

.help-row a {
    color: #000;
    font-weight: 700;
    text-decoration: none;
    font-size: 18px
}

.help-row a:hover {
    text-decoration: underline
}

.help-sub {
    font-size: 14px;
    color: #666
}

/* ✅ mobilní úprava */
@media (max-width: 620px) {
    .help-box {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .help-avatar {
        width: 80px;
        height: 80px;
        margin-bottom: 10px;
    }

    .help-content h3 {
        font-size: 20px;
        margin-bottom: 8px;
    }

    .help-row {
        justify-content: center;
    }
}

.mjs-img-table {
    display: none;
}

.mobile #header .header-phone {
    display: inline-flex;
    margin-right: 0;
    justify-content: center;
}

.mobile #header .navigation-buttons a::before {
    font-size: 20px;
    top: 0;
}

.mjs-dynamic-img .image-item {
    flex: 0 0 10%;
    padding-bottom: 20px
}

.mjs-dynamic-img .image-item-img img {
    object-fit: cover;
    width: 100%;
}

.mjs-dynamic-img .image-item .description {
    margin-bottom: 0;
}

.mobile #mjs-compare h1 {
    display: none;
}

.cart-count:not(.full) .cart-price {
    display: none !important;
}

.cart-count .cart-price {
    white-space: nowrap;
}

.co-basic-information {
    padding-top: 20px !important;
}

.co-basic-information .col-sm-6 {
    width: 100% !important;
}

.co-basic-information label,
.co-basic-information .select-wrapper::after {
    color: #000 !important;
    font-weight: bold !important;
    font-size: 16px !important;
}

#mjs-map.mjs-active-95 #cz-praha,
#mjs-map.mjs-active-74 #cz-jihocesky,
#mjs-map.mjs-active-77 #cz-jihomoravsky,
#mjs-map.mjs-active-80 #cz-karlovarsky,
#mjs-map.mjs-active-83 #cz-vysocina,
#mjs-map.mjs-active-86 #cz-kralovehradecky,
#mjs-map.mjs-active-89 #cz-liberecky,
#mjs-map.mjs-active-92 #cz-moravskoslezsky,
#mjs-map.mjs-active-98 #cz-olomoucky,
#mjs-map.mjs-active-101 #cz-pardubicky,
#mjs-map.mjs-active-104 #cz-plzensky,
#mjs-map.mjs-active-107 #cz-stredocesky,
#mjs-map.mjs-active-110 #cz-ustecky,
#mjs-map.mjs-active-113 #cz-zlinsky {
    fill: var(--color-secondary);
}

#mjs-map {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    width: auto;
    padding: 5px;

}

#deliveryRegionId,
label[for="delivery-region-id"] {
    padding-left: 170px !important;
}

#select-country-payment .select-wrapper::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: var(--color-secondary) !important;
    opacity: 0.1;
}

#select-country-payment #deliveryRegionId:hover {
    border-color: var(--color-text);
    cursor: pointer;
}

#order-shipping-methods .mjs-region-link:hover{
    cursor: pointer;
    color: var(--color-secondary);
}

@media (max-width: 455px) {

    #mjs-map {
        height: 80px !important;
        width: 100%;
        padding: 0
    }

    #deliveryRegionId,
    label[for="delivery-region-id"] {
        padding-left: 20px !important;
        padding-top: 95px !important;
    }

    #deliveryRegionId {
        height: 150px !important;
        padding-top: 75px !important;
    }

    .co-basic-information .select-wrapper::after {
        line-height: 150px !important;
    }
}