/* Reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
  font-family: loos-normal, sans-serif;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 80px;
}


img {
  max-width: 100%;
}

body {
  line-height: 1.6;
  color: #323334;
  letter-spacing: 0.4px;
  background-color: #fff;
  font-family: loos-normal, sans-serif;
}

h2 {
  font-size: 40px;
}

p {
  font-weight: 200;
  font-size: 18px;
}

/* Header */
.top-bar {
  background-color: #183C50;
  color: white;
  padding: 0.5rem 1rem;
  font-size: 13px;
  font-weight: 600;
}

.top-bar a {
  color: #fff;
  text-decoration: none;
}

.nav-bar .container,
.top-bar .container {
  display: flex;
  justify-content: space-between;
  width: 100%;

}

nav {
    display: flex;
    align-content: center;
    align-items: center;
    gap: 10px;
}

.nav-bar {
  background: linear-gradient(253.98deg, #142833 29.12%, #16384B 99.85%);
  box-shadow: 0px 4px 54px rgba(0, 0, 0, 0.04);
  padding: 24px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}


.nav-bar .logo {
  font-weight: bold;
  color: #183C50;
  font-size: 1.5rem;
}

.logo a {
  display: flex;
}

.nav-bar nav a {
  margin-left: 1rem;
  text-decoration: none;
  font-size: 14px;
  text-transform: uppercase;
  color: #323334;
  font-weight: 700;
  transition: color 0.3s;
}

.nav-bar nav a:hover {
  color: #183C50;
}

#popup-form input {
    padding: 13px;
    margin-bottom: 19px;
    width: 100%;
}

#popup-form form {
  margin-top: 20px;
}

#popup-form textarea {
    padding: 13px;
    width: 100%;
    font-family: loos-normal, sans-serif;
}

.none {
  display: none;
}


.container {
  max-width: 1400px;
  margin: auto;
  padding: 0 20px;
}

.container-small {
  max-width: 1000px;
  margin: auto;
  padding: 0 20px;
}
/* Hero */
.hero {
  position: relative;
  height: 400px;
  overflow: hidden;
}

.hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}



.slider-wrapper {
 display: flex;
 overflow: hidden;
}

.slide {
 position: relative;
 width: 100%;
 height: 500px;
 background-size: cover;
 background-position: center;
 flex-shrink: 0;
 display: flex;
 align-items: center;
 justify-content: flex-start;
 font-family: 'Arial', sans-serif;
}

.slide-overlay {
 position: absolute;
 inset: 0;
background: linear-gradient(270deg, rgba(2, 25, 40, 0) 0%, #021928 100%);
 z-index: 1;
}


.slide-content {
   position: relative;
   padding: 80px 100px;
   z-index: 2;
   color: white;
   max-width: 600px;
}

.slide-content h2 {
 font-size: 48px;
 font-weight: bold;
 line-height: 1.2;
 margin-bottom: 20px;
}


header .asl_w_container {
    width: 40%;
    margin: 0;
    min-width: 200px;
}

div.asl_r .results .item .asl_content {
    display: flex;
    align-items: center;
    gap: 10px;
        padding: 10px 0;
}

div.asl_r.asl_w.vertical .results .item::after {
    display: block;
    position: absolute;
    bottom: 0;
    content: '';
    height: 1px;
    width: 100%;
    background: #f5f5f5;
}

#ajaxsearchlite1 .probox .proinput input, div.asl_w .probox .proinput input {
      font-size: 14px;
}


div.asl_r .results .item .asl_content h3 {
    width: 70%;
}

.asl_w_container {
    width: 100%;
    margin: 20px 0;
    min-width: 200px;
}


div#ajaxsearchliteres1 {
    border-radius: 12px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

div[id*='ajaxsearchliteres'].wpdreams_asl_results .results img.asl_image {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 6px;
}

.asl_desc {
    display: none;
    gap: 10px;
}

div#ajaxsearchliteres1 {
    padding: 20px;
}

div.asl_r .results .item .asl_content h3, div.asl_r .results .item .asl_content h3 a {
    margin: 0;
    padding: 0;
    line-height: inherit;
    font-weight: normal;
    color: #000000;
    font-family: loos-normal, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
    text-shadow: 0 0 0 rgba(255, 255, 255, 0);
}


div.asl_r .results .item .asl_content h3 a:hover {
    font-weight: 700;
    font-family: loos-normal, sans-serif;
    color: #142833;
    font-size: 14px;
    line-height: 20px;
    text-shadow: 0 0 0 rgba(255, 255, 255, 0);
}

.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 12px;
    font-weight: normal;
    position: relative;
    display: block;
    top: -14px;
}

.slide-content h2 a {
 color: white;
 text-decoration: none;
}

nav.pagination {
    margin: 50px auto 0;
}

nav.pagination a {
    color: #000;
}

span.page-numbers.current {
    background: #f1b600;
    padding: 3px 6px;
    color: #000000;
    font-weight: 500;
    font-size: 14px;
}

nav.pagination a {
    color: #000;
    font-weight: 500;
    text-decoration: none;
    font-size: 14px;
}


.slide-content .btn {
    display: inline-block;
    background: #f1b600;
    color: black;
    font-weight: 700;
    padding: 10px 40px;
    font-size: 16px;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.slide-content .btn:hover {
 background-color: #d99e00;
}

body .slick-dots {
    position: absolute;
    bottom: 15px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    z-index: 9999;
    list-style: none;
    text-align: center;
}


section.categories {
    max-width: 1200px;
    margin: auto;
}

.mach-slider a {
  text-decoration: none;
  color: #000;
}

.mach-slider-item {
    min-height: 190px;
}

.mach-slider .slick-list.draggable {
    padding: 0 30px;
}

.slick-initialized .slick-slide {
    display: block;
    position: relative;
}

.btn-secondary {
    display: inline-block;
    background-color: #245C78;
    color: white;
    padding: 10px 40px;
    text-decoration: none;
    margin-top: 1rem;
    font-weight: 600;
    border-radius: 4px;
    display: table;
    transition: background 0.3s;
}


.btn {
    display: inline-block;
    background: linear-gradient(263.71deg, #0C2736 4.98%, #183C50 95.12%);
    color: white;
    padding: 10px 40px;
    text-decoration: none;
    margin-top: 1rem;
    border: 0;
    font-weight: 600;
    display: table;
    transition: background 0.3s;
}

button.btn {
    display: inline-block;
    background-color: #183C50;
    color: white;
    padding: 13px 40px;
    text-decoration: none;
    margin-top: 1rem;
    border: 0;
    font-size: 16px;
    font-weight: 600;
    border-radius: 4px;
    display: table;
    transition: background 0.3s;
}

.btn:hover {
  background-color: #005f94;
}

.why-us .btn {
  margin: 50px auto 40px;

}

.search input.sf-input-text {
    width: 100%;
    padding: 30px;
    border: 0;
    font-size: 1rem;
    background: #F5F6F7;
}

li.sf-field-submit {
    position: relative;
}

li.sf-field-submit input[type="submit"] {
    background: url("../images/lupa.svg") no-repeat center center;
    background-size: 26px 26px; /* uprav dle potřeby */
    color: transparent; /* schová text */
    border: none;
    width: 50px;
    height: 50px;
    cursor: pointer;
}

li.sf-field-submit {
    position: absolute;
    top: 15px;
    right: 15px;
}
.searchandfilter label {
    display: block!important;
    margin: 0;
    padding: 0;
}

.searchandfilter ul {
    display: block;
    position: relative;
    margin: auto;
}

.title-section {
  margin: 30px 0 20px;
}
section.hp-products .container {
  display: flex;
  gap: 50px;
  justify-content: space-between;
}

.category-list {
    display: flex
;
    flex-direction: column;
    gap: 10px;
}


/* Sections */
section {
  padding: 3rem 1rem;
}

.why-us {
background: linear-gradient(0deg, rgba(255, 255, 255, 0.05) 0%, rgba(12, 49, 73, 0.05) 100%);
}



.how-it-works h2,
.why-us h2,
.contact-form h2 {
  text-align: center;
  margin-bottom: 2rem;
}

.how-it-works ol {
  max-width: 800px;
  margin: 0 auto;
  list-style: decimal inside;
  line-height: 2;
}

section.how-it-works {
    padding: 80px 0;
}



.why-us h2 {
  font-size: 34px;
}
.why-us ul {
    gap: 1rem;
    text-align: left;
    column-count: 2;
    max-width: 900px;
    margin: 0 auto;
    list-style: none;
    padding: 0;
    text-align: left;
    max-width: 700px;
    margin: auto;
}

section.why-us li {
    padding: 12px;
    font-size: 18px;
    display: flex;
    font-weight: 500;
    align-items: center;
}

.why-us ul li::before{
  content: url(../images/check.svg);
  margin-right: 16px;
  position: relative;
  top: 5px;
}

.right-side-c {
    width: 30%;
    display: flex;
    margin: 70px auto;
    flex-direction: column;
}


.category-list a {
    font-size: 15px;
    padding: 14px 20px;
    margin: 0;
    gap: 8px;
    font-weight: 500;
    line-height: 1.2;
    color: #0C3149;
    text-decoration: none;
    display: flex;
    transition: 0.3s;
    align-content: center;
    align-items: center;
}

.category-list a:hover {
    box-shadow: 0 0px 30px rgba(20, 40, 51, 0.14);
    transform: scale(1.01);
}

.category-list a p {
    font-weight: 500;
    font-size: 15px;
    text-align: left;
}



.contact-info {
    display: flex;
    gap: 30px;
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 13px!important;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '■'!important;
    text-align: center;
    opacity: 1!important;
    color: #DFDFDF!important;
}

.slick-dots li.slick-active button:before {
    opacity: 1!important;;
    color: #EAB000!important;
}

.slick-dots li {
    height: 20px;
    margin: 0px!important;
    width: 14px!important;
}


.how-it-works .container {
    background: #F5FBFF;
    max-width: 650px;
    padding: 45px 60px;
    border-radius: 6px;
}

.how-it-works h2 {
  text-align: center;
  font-size: 34px;
}

section.hp-products {
    padding: 0 0 100px;
}

.step {
   display: flex;
   align-items: flex-start;
   gap: 20px;
   margin-bottom: 30px;
 }

.how-it-works .btn {
  margin: 40px auto;
  display: table;
}

section.contact {
    padding: 0;
}

.err h2 {
    font-size: 102px;
    color: #299ad5;
    padding: 0;
    margin: 0;
}

.err {
    text-align: center;
    display: flex
;
    flex-direction: column;
    max-width: 450px;
    margin: auto;
    padding: 15vh 0;
}


.hero-content h1 a {
  text-decoration: none;
  color: #fff;
}

.tax-kategorie .mach-slider-item img {
  height: 50px;
  object-fit: cover;
  width: 50px;
}


/* Jen na stránkách single-sortiment */
body.single-sortiment .left-side.nav-menu .category-list .mach-slider-item {
  display: none;
}
body.single-sortiment .left-side.nav-menu .category-list .mach-slider-item.is-visible {
  display: flex;
  gap: 12px;
}

body.single-sortiment .left-side.nav-menu .ch-load-more {
  display: block;
  width: 100%;
  margin-top: 12px;
  padding: 20px 14px;
  background: #16394c;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
}

body.single-sortiment .left-side.nav-menu .ch-toggle {
  display: none; /* na desktopu skryté */
  width: 100%;
  margin-bottom: 0;
  padding: 20px 14px;
  border-radius: 10px;
  font-size: 17px;
  text-align: center;
  font-weight: 700;
  color: #142a36;
  background: none;
  border: 2px solid #142a36;
}

/* Mobil: toggle viditelný, list skrytý, dokud se neotevře */
@media (max-width: 868px) {
  body.single-sortiment .left-side.nav-menu .ch-toggle { display: block; }
  body.single-sortiment .left-side.nav-menu .category-list { display: none; }
  body.single-sortiment .left-side.nav-menu .category-list.is-open { display: block; }

  .single-sortiment section .container {
      display: flex;
      gap: 40px;
      flex-direction: column;
  }

  button.ch-load-more {
      display: none !important;
  }

  header .asl_w_container.asl_w_container_1 {
    display: none;
  }

body.single-sortiment .left-side {
      width: 100%;

  }
    body.single-sortiment .right-side {
    width: 100%;
    display: flex;
    flex-direction: column;
}

}



.err .btn {
  display: table;
  max-width: 240px;
  margin: 20px auto;
}

.step-number {
    background-color: #1da1f2;
    color: white;
    font-weight: bold;
    border-radius: 70px;
    width: 50px;
    padding: 0;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    align-content: center;
}
 .step-content {
     width: 90%;
 }
 .step-content h3 {
   margin: 0;
   font-size: 18px;
 }

 .step-content p {
     margin-top: 8px;
     color: #6C6C6C;
     font-size: 16px;
     line-height: 1.5;
     font-weight: 200;
 }

.center {
  margin: auto;
  text-align: center;
}
.categories .container {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.categories .box {
  width: 18.7%;;
  padding: 30px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  background: #FFFFFF;
  box-shadow: 3px 4px 39px rgba(0, 0, 0, 0.06);
  border-radius: 6px;
  text-align: center;
  transition: all 0.5s;
}


.categories a.box {
  font-family: 'Loos Normal';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #000000;
  text-decoration: none;
}

.categories .box h3 {
  font-family: 'Loos Normal';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #000000;
}

.categories .box:hover {
  transform: scale(1.04);
}


textarea {
    height: 200px;
}

.mach-grid a {
  cursor: pointer;
  text-decoration: none;
  color: #0C3149;
}

.mach-grid a.btn {
  cursor: pointer;
  text-decoration: none;
  color: #fff;
}

.mach-grid .mach-card h3 {
  min-height: auto;
}

/* Contact */
.contact {
  display: flex;
  flex-wrap: wrap;
  background: linear-gradient(253.98deg, #142833 29.12%, #16384B 99.85%);
  color: white;
}


.contact-image {
    min-height: 400px;
    max-width: 50%;
}

.double {
    display: flex
;
    gap: 14px;
}

.contact-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.right-side {
    width: 70%;
    display: flex;
    flex-direction: column;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.contact-form input,
.contact-form textarea {
  padding: 0.8rem;
  border: none;
  border-radius: 4px;
  font-size: 1rem;
}

.contact-form input[type="email"],
.contact-form input[type="tel"],
.contact-form input[type="text"],
.contact-form textarea {
  width: 100%;
}


body .contact-form h2 {
   margin-bottom: 10px;
   font-size: 34px;

 }

 .kontakt-form .form-textarea {
    height: 200px;
    resize: vertical;
    width: 100%;
}


 .flex-column2 {
     width: 60%;
 }
 .wpcf7-list-item {
    display: inline-block;
    margin: 0;
}


 .contact-form input[type="submit"],
 .contact-form button {
     padding: 0.8rem;
     background-color: #EAB000;
         background: #EAB000;
     color: #000000;
     display: table;
     width: 180px;
     letter-spacing: 0.4px;
     font-size: 16px;
     text-transform: uppercase;
     font-weight: 500;
     border: none;
     transition: all 0.4s;
     cursor: pointer;
 }

.contact-form button:hover {
  background-color: #1C465C;
}

.hero-slider {
  position: relative;
  overflow: hidden;
}

.slider-wrapper img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  display: block;
}

.hero-content {
    position: absolute;
    top: 0;
    left: 100px;
    bottom: 0;
    margin: auto;
    padding: 20px;
    color: white;
    max-width: 500px;
}

.slide.slick-slide {
  display: flex;
}

.hero-content h1 {
    font-size: 48px;
    line-height: 1.4;
}
.slick-next {
  right: -40px!important;
 }
.slick-prev {
    left: -50px!important;
}

.slick-next::before {
  content: url(../images/arrow-right.svg)!important;
  transition: all 0.4s!important;
}

.slick-prev::before {
  content: url(../images/arrow-left.svg)!important
}

.slick-prev:hover::before {
  content: url(../images/arrow-left-h.svg)!important
}

.slick-next:hover::before {
  content: url(../images/arrow-right-h.svg)!important
}


.mach-heading {
  padding: 40px 20px 0;
}

.footer {
background: #0E2029;
  color: #fff;
  padding: 40px 20px 20px;
}


.footer-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: auto;
  border-bottom: 1px solid #2e4a5b;
  padding-bottom: 30px;
  align-items: center;
}

.footer-logo img {
  height: 40px;
}

.footer-links {
  display: flex;
  gap: 80px;
}

.footer-links div {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-links a {
  color: #fff;
  text-decoration: underline;
  font-size: 14px;
  font-weight: 200;
  transition: color 0.2s ease;
}

.footer-links a:hover {
  color: #ffffff;
}

.footer-bottom {
  max-width: 1200px;
  margin: 20px auto 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  color: #fff;
}

.footer-socials a img {
  height: 24px;
  margin-left: 5px;
}




    .block {
      display: flex;
      flex-wrap: wrap;
      margin-bottom: 80px;
      align-items: center;
      gap: 40px;
    }

    .block:nth-child(even) {
      flex-direction: row-reverse;
    }

    .text {
      flex: 1;
      min-width: 300px;
    }

    .image {
      flex: 1;
      min-width: 300px;
    }

    .image img {
      width: 100%;
    }



    .news-grid {
        display: flex;
        gap: 30px;
        flex-wrap: wrap;
        margin: 30px auto
    }

    .news-card {
        width: 31.683%;
        transition: 0.4s;
    }

.news-card:hover {
  transform: scale(1.04);

}

.news-card img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.news-card .content {
  padding: 5px 7px;
}

.news-card .title {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.4;
  margin: 0 0 10px;
}

.news-card .title a {
  text-decoration: underline;
  color: #000;
}

.news-card .title a:hover {
  text-decoration: none;
}

.news-card .date {
  color: #183C50;
  font-size: 0.9rem;
  font-weight: 600;
}


.breadcrumb {
  font-size: 0.9rem;
  color: #666;
  margin-bottom: 20px;
}

.breadcrumb a {
  color: #000;
  text-decoration: underline;
}

hr {
  border: none;
  border-top: 1px solid #eee;
  margin: 20px 0 40px;
}

.detail-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.detail-content {
    flex: 1 1 45%;
    min-width: 300px;
}

.detail-content h2 {
  font-size: 34px;
  line-height: 1.4;
  margin-bottom: 10px;
}

.news h3 {
  font-size: 28px;
margin-top: 80px;
}

.detail-content .date {
  color: #183C50;
  font-weight: bold;
  margin-bottom: 20px;
}

.detail-image {
  flex: 1 1 40%;
  min-width: 300px;
}

.detail-image img {
  width: 100%;

  object-fit: cover;
  min-height: 450px;
}

.phone::before {
  content: url(../images/phone.svg);
  position: relative;
  top: 5px;
  margin-right: 7px;
}

.mail::before {
  content: url(../images/mail.svg);
  position: relative;
  top: 5px;
  margin-right: 7px;
}

.kontakt-wrapper {
  max-width: 780px;
  margin: 0 auto;
}

.kontakt-nadpis {
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 40px;
}

.kontakt-horni-blok {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 40px;
}


.kontakt-sloupec b,
.kontakt-sloupec strong {
  display: block;
  font-weight: 700;
  font-size: 18px;
  color: #183C50;
  margin-bottom: 5px;
}

.form-flex {
  display: flex;
  gap: 10px;
}

.flex-column {
    width: 40%;
    display: flex;
    flex-direction: column;
    gap: 18px;
}
.kontakt-sloupec a {
  text-decoration: underline;
  color: #323334;
}

.kontakt-formular-blok {
  margin-bottom: 50px;
}

.kontakt-formular-nadpis {
  font-size: 18px;
  margin-bottom: 20px;
  color: #183C50;
}
.kontakt-mapa-blok img {
    border-radius: 30px;
}

.kontakt-formular {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
}

.form-textarea {

width: 50%;
}

.form-input,
.form-textarea {
  width: 100%;
  padding: 16px 20px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 6px;
  color: #6E6E6E;
  font-weight: 200;
}

.form-textarea {
  height: 200px;
  resize: vertical;
  width: 60%;
}

.form-souhlas {
    margin-top: 10px;
}

.form-souhlas {
  font-size: 14px;
}

.form-souhlas input[type="checkbox"] {
    margin-right: 4px;
}

.form-odeslat-btn {
  margin-top: 20px;
  background-color: #1b6eff;
  color: #fff;
  padding: 12px 24px;
  border: none;
  border-radius: 6px;
  font-weight: bold;
  cursor: pointer;
}

.form-odeslat-btn:hover {
  background-color: #005fcc;
}

.kontakt-mapa-blok h3 {
  font-size: 1.3rem;
  color: #183C50;
  margin-bottom: 15px;
}

.kontakt-mapa {
  width: 100%;
  height: 400px;
  border: none;
  border-radius: 12px;
}

.pd-breadcrumb {
  font-size: 14px;
  margin-bottom: 20px;
}

.pd-breadcrumb a {
  color: #183C50;
  text-decoration: none;
}

.pd-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.pd-gallery {
  flex: 1;
  min-width: 320px;
}

.pd-main-img img {
    width: 100%;
    border-radius: 12px;
    height: 100%;
    object-fit: cover;
}

.pd-main-img img.attachment-large.size-large.wp-post-image {
    border: 1px solid #eaeaea;
}

.pd-thumbs {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}

.pd-thumbs img {
    width: 80px;
    border-radius: 8px;
    cursor: pointer;
    height: 80px;
    object-fit: cover;
}

.right-side.full-width {
    width: 100%;
}

.right-side.full-width .mach-card {
    background: #fff;
    border: 1px solid #eee;
    padding: 50px 15px 16px;
    text-align: center;
    transition: 0.2s ease;
    max-width: 23.2%;
}

.pd-content {
  flex: 1;
  min-width: 320px;
}

.pd-title {
    font-size: 36px;
    font-weight: bold;
    line-height: 1.1;
    margin-bottom: 10px;
}

.pd-description {
  margin-bottom: 10px;
}

a.pd-link {
  color: #1a3e51!important;
  text-decoration: none;
  font-weight: 500;
}

.pd-pricing div:first-child {
  color: #1a3e51;
  font-weight: 700;
}

.pd-content a { color: #323334; }

.pd-pricing {
  background: #f2faff;
  padding: 20px 35px;
  border-radius: 12px;
  margin: 20px 0;
}

.pd-price-row {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 0.4px dashed #81AEC6;
  font-size: 15px;
}

.pd-price-row:last-child {
  border-bottom: none;
}

.pd-price-row span:first-child {
  font-weight: 600;
}

.pd-btn {
  background: #183C50;
  color: white;
  padding: 12px 24px;
  border-radius: 8px;
  display: inline-block;
  font-weight: bold;
  font-size: 15px;
  text-transform: uppercase;
  cursor: pointer;
  border: none;
}

.pd-parameters {
  margin-top: 60px;
}

.pd-parameters h2 {
  color: #183C50;
  font-size: 22px;
  margin-bottom: 20px;
}

.pd-param {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px dotted #ccc;
  font-size: 15px;
}

.pd-param span:first-child {
  color: #555;
}

.pd-param span:last-child {
  font-weight: bold;
}



.slick-initialized .slick-slide.mach-slider-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    .mach-heading {
      text-align: center;
    font-size: 40px;
      font-weight: bold;
      margin-bottom: 40px;
    }

    .mach-slider {
      margin-bottom: 50px;
    }

    .mach-slider-item {
      background: #fff;
      padding: 20px 10px;
      text-align: center;
      box-shadow: 0 0px 30px rgba(0,0,0,0.05);
      transition: transform 0.2s ease;
    }

    .mach-slider-item img {
      height: 50px;
object-fit: cover;
width: 50px;
    }

    .mach-card h3 {
    min-height: 50px;
}

.mail-top::before {
  content: url(../images/mail-top.svg);
    margin-right: 6px;
    position: relative;
    top: 3px;

}

.phone-top::before {
  content: url(../images/phone-top.svg);
  margin-right: 6px;
  position: relative;
  top: 3px;

}

.search-results {
  margin: auto;
}



.result-item {
    border: 1px solid #eee;
    margin: 20px 0;
    border-radius: 8px;
    transition: box-shadow 0.2s;
    background-color: #fff;
}

.result-item:hover {
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.result-item h2 {
  font-size: 20px;
}


.result-item a {
  text-decoration: underline;
  color: #000;
  padding: 30px;
  display: flex;
  align-items: center;
  align-content: center;
  gap: 20px;
}

.result-item a:hover {
  color: #000;
  text-decoration: none;
}



.result-item img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 4px;
}


.left-side {
    width: 25%;
}

.mach-count {
  font-size: 14px;
  margin: 20px 0 10px;
  color: #777;
}
.mach-slider-item {
    min-height: auto;
}

section.how-it-works {
    padding: 0 0 70px;
}

.mach-grid {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

.mach-card {
    background: #fff;
    border: 1px solid #eee;
    padding: 50px 15px 16px;
    text-align: center;
    transition: 0.2s ease;
    max-width: 31.1%;
}

    .mach-card:hover {
      box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);
    }

    .mach-card .btn {
    margin: 25px auto 20px;
}

    .mach-card img {
      height: 170px;
      object-fit: contain;
      margin-bottom: 15px;
    }


    .mach-card h3 {
        font-size: 20px;
        margin: 0 20px 10px;
        line-height: 1.2;
        font-weight: 600;
    }

    .mach-btn {
      background: #1ea0ff;
      color: white;
      padding: 8px 16px;
      border-radius: 6px;
      font-weight: bold;
      text-decoration: none;
      font-size: 14px;
      display: inline-block;
    }



    .mach-slider .slick-track {
        padding: 20px 10px;
    }

    .mach-slider .slick-track .mach-slider-item {
        margin: 0 10px
    }

    .category-toggle {
        display: none;
        background-color: #ffffff;
        color: #142934;
        padding: 14px 15px;
        font-size: 16px;
        font-weight: 700;
        border: 2px solid #142934;
        cursor: pointer;
        margin-bottom: 10px;
    }


    /* Výchozí stav – desktop: zobrazit vše */
    .left-side {
      display: block;
    }

    .podobne {
        margin: 60px 0 20px;
        text-align: left;
        font-size: 24px;
    }

    .single-sortiment section .container {
    display: flex
;
    gap: 40px;
}

    @media (min-width: 756px) and (max-width: 1200px) {
      header .asl_w_container {
          width: 28%;

  }
    }



    /* Mobilní zobrazení */
    @media (max-width: 768px) {
      .category-toggle {
      display: block;
    }


    header .asl_w_container {
      display: none;
    }

.right-side.full-width .mach-card {
    max-width: 100%;
}

    .left-side {
        display: block;
        width: 100%;
    }
    }


@media (max-width: 768px) {
  .contact {
    flex-direction: column;
  }

  .hero-slider .container {
    padding: 0;
  }

  .slick-initialized .slick-slide {
      display: block;
      height: 300px;
  }

  .slick-initialized .slick-slide {
    display: flex!important
;
}

  section.hp-products .container {
    flex-direction: column;
        gap: 0;
}


.right-side h2 {
    font-size: 27px;
    text-align: center;
    line-height: 1.1;
    margin: 30px 0 10px;
}

  .right-side-c {
      width: 90%;
      display: flex
  ;
      margin: 50px auto;
      flex-direction: column;
  }

  .result-item a {
      text-decoration: underline;
      color: #000;
      padding: 30px;
      flex-direction: column;
      display: flex;
      align-items: center;
      align-content: center;
      gap: 20px;
      text-align: center;
  }


main.search-results h1 {
    font-size: 16px;
}

  .mach-card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 50px 15px 16px;
    text-align: center;
    transition: 0.2s ease;
    max-width: 100%;
}
  .hero-content {
    left: 5%;
    right: 5%;
    top: 20%;
  }
  .search input {
    width: 100%;
  }

  .pd-price-row,
  .pd-param {
    gap: 5px;
  }



  .why-us ul {
    gap: 1rem;
    text-align: left;
    column-count: 1;
    max-width: 900px;
    margin: 0 auto;
    list-style: none;
    padding: 0;
    text-align: left;
    max-width: 308px;
    margin: auto;
  }

.contact-image {
    display: none;
}

.footer-container {
    flex-direction: column;
}

.footer-links {
    display: flex;
    gap: 30px;
    flex-direction: column;
    text-align: center;
}

.footer-bottom p {
  font-size: 14px;
}

.footer-bottom {
    flex-direction: column-reverse;
    gap: 20px;
}

.top-bar .container {
    max-width: 1400px;
    margin: auto;
    padding: 0 0px;
}

.contact-info {
    display: flex;
    gap: 12px;
}

section.hero-slider {
    padding: 0;
}




.top-bar .phone-top span,
.top-bar .mail-top span {
    display: none;
}

.news-grid {
    flex-direction: column;
}

.news-card {
    width: 100%;
    transition: 0.4s;
}

.mach-count {
    font-size: 14px;
    color: #777;
    display: block;
    margin: 0px auto 10px;
    text-align: left;
}

.form-flex {
    flex-direction: column;
}

.flex-column {
    width: 100%;
}


.form-textarea {
    height: 200px;
    resize: vertical;
    width: 100%;
}

section.news .container button.btn {
    width: 100%;
}

section.news .container {
    padding: 0 10px;
}

.kontakt-horni-blok {
  flex-direction: column;
}

.kontakt-formular-nadpis,
.kontakt-sloupec b, .kontakt-sloupec strong,
.kontakt-sloupec {
    text-align: center;
}

.kontakt-mapa-blok h3 {
    font-size: 1.3rem;
    color: #183C50;
    margin-bottom: 15px;
    text-align: center;
}

.top-bar span {
    font-size: 12px;
}

label.lupa {
    position: relative;
}

.search .lupa:before {
    content: url(../images/lupa.svg);
    position: absolute;
    left: 23px;
    top: -3px;
}

.double {
  flex-direction: column;
}

.right-side {
    margin: 10px auto;
    width: 100%;
}

}
