/* Obrazek vedle parametru v detailu */
@media (min-width: 993px) {
.extended-description img {
	padding-left: 20px;
}}

/* Ucinky a studie - ikony */
.study-icons a {
        max-width: 15%;
}

@media (max-width: 767px) {
    .study-icons a {
        max-width: 50%;
}}
    
.study-icons a img {
    max-width: 70px;
}

/* Sticky produkt v detailu - oprava deformace pomeru stran */
.fixed-cta__image img {
    width: 70px;
}

/* Stranky prohlaseni o shode, user manuals */
.manual-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    text-align: center;
}

.categories-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}

.manualCat {
    flex: 1;
    cursor: pointer;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    overflow: hidden;
    overflow-y: auto;
}

.manualCat img {
    max-width: 50%;
}

.manualProd p {
    margin: 10px 0;
}

.manualLang select {
    padding: 5px 10px;
    margin-bottom: 20px;
    width: 60%;
    box-sizing: border-box;
    text-align: center;
    background: #e4e4e4;
    border-radius: 5px;
}

.openPDF {
    padding: 10px 10px;
    margin: 0px 0px 20px 10px;
    cursor: pointer;
    background-color: #141414;
    color: #ffffff;
    border: none;
    border-radius: 5px;
    transition: background-color 0.3s;
}


.openPDF:hover {
    background-color: #888888;
    color: #ffffff;
}

@media (max-width: 768px) {
    .manual-container {
        padding: 10px;
    }

    .categories-wrapper {
        flex-direction: column;
    }

    .manualCat {
        margin: 10px 0;
}}

/* Caste dotazy */
.faq-block__item {
    margin-bottom: 10px;
    border-radius: 5px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

/* Bulb klicove vlastnosti */
.properties.properties-bulb .properties__item {
    width: calc(33% - 27px);
}

@media (max-width: 992px) {
    .properties.properties-bulb .properties__item {
        width: calc(50% - 10px);
    }
}



/* Změna textu po pridani do kosiku */
.h1.advanced-order-suggestion {
  visibility: hidden;
  position: relative;
}

.h1.advanced-order-suggestion::before {
  content: "K vašemu zařízení se hodí tyto stojany:";
  visibility: visible;
  position: absolute;
  left: 50%;
  top: 55%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  font-size: 90%;
  padding: 0px 40px;
}
  
.advanced-order .adv-wrap .h1 {
  padding: 30px 30px 0px 30px;
}

/* Zkrácení textu parametrů */
.detail-parameters h3 {
  visibility: hidden;
  position: relative;
}

.detail-parameters h3::before {
  content: "Parametry a specifikace";
  visibility: visible;
  position: absolute;
  top: 25%;
  left: 0;
}

.extended-description {
    padding: 40px 0;
}

/* Nadpis produktu v detailu */
@media (max-width: 1200px) {
    .p-detail-inner-header h1 {
        font-size: 22px;
}}

/* Oprava zobrazeni textu na mobilu */
@media (max-width: 767px) {
    .subcategories li a .text {
        line-height: 20px;
}}

/* Oprava zobrazeni porovnani modelu na mobilu */
@media (max-width: 768px) {
  .device-table__td.px3down {
    padding-bottom: 18px; !important;
}}

/* Oprava zobrazeni cele sirky stranky */
@media (min-width: 1440px) {.id-765 .container {width: 1178px;}}

body.in-jak-funguje-terapie-cervenym-a-infracervenym-svetlem .content-inner h3 {
    color: #F50537;
}

.flag {
    max-width: 10em;
}

.p-image-wrapper .flags-extra .flag:not(.flag-freeshipping) {
    background-color: rgb(245 5 55 / 60%);
}

html[lang="cs"] .productsRelatedTitle::after {
    content: "Užijte si maximální pohodlí s kompatibilními stojany";
}

/* Pruvodce vyberem */
.products-block.products .p .p-desc ul li {
    margin-bottom: 0px;
}

body.in-ucinky-a-studie .content-inner ul li {
    margin-bottom: 10px;
}

/* Oprava pruvodce */
@media (max-width: 767px) {
		.mi-guide-nav__steps {
    margin-top: 67px;
}}

#content .mi-guide__section {
    padding-block: 24px;
}