@charset "UTF-8";
@font-face {
  font-family: "dss";
  src: url("/assets/fonts/Orbitron-Black.otf"), url("/assets/fonts/Orbitron-Bold.otf"), url("/assets/fonts/Orbitron-ExtraBold.otf"), url("/assets/fonts/Orbitron-Medium.otf"), url("/assets/fonts/Orbitron-Regular.otf"), url("/assets/fonts/Orbitron-SemiBold.otf"); }

@font-face {
  font-family: "dss-medium";
  src: url("/assets/fonts/Orbitron-Medium.otf"); }
  
  ::selection {
  color: white;
  background: #BD9D56; }

img {
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none; }

/*Scroll bar*/
::-webkit-scrollbar {
  width: 0.5em; }

/*scroll bar šoupatko*/
::-webkit-scrollbar-thumb {
  background-color: #BD9D56; }

/*Pozadí scrollbaru*/
::-webkit-scrollbar-track {
  background-color: #2B2B2B; }

::-webkit-scrollbar-thumb:hover {
  background-color: gray; }


body {
  font-family: "dss", sans-serif;
  color: #555555; }

p {
  font-family: "dss-regular"; }

.pswp__zoom-wrap {
  max-width: none;
  width: auto !important;
  height: 80vh !important;
  position: absolute;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important; }

.pswp{
    --pswp-placeholder-bg: transparent !important;    
}

.pswp img {
  max-width: none;
  width: 70vw !important;
  height: auto !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important; }
  
  
  @media only screen and (max-width: 1199px){
          .pswp img{
                 width: 95vw !important; 
             }
}

.dark_header .bg-dark {
  background-color: transparent !important; }

.dark_header .navbar {
  position: absolute;
  width: 100%;
  padding: 1rem 5%; }
  @media only screen and (max-width: 1310px) {
    .dark_header .navbar {
      padding: 1rem 2%; } }
      
        @media only screen and (max-width: 1199px) {
    .dark_header .navbar {
        z-index: 100;
      } 
      
      .dark_header .bg-dark {
  background-color: rgba(0, 0, 0, 0.8) !important; }
  
  .navbar_active::after{
         display:none !important; 
     }
     
     .dark_header .navbar-nav{
        justify-content: center;
        text-align: center;
        margin-left: 0 !important;
        margin-top: 2rem;
    }
    
    .nav_mobile_flex{
        margin-top: 2rem;
        justify-content: center !important;    
    }
    
.navbar-toggler{
    border: none;
}

.navbar-toggler-icon {
    background-image: url(
"data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(189,157,86)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

     }

.dark_header .navbar-nav {
  gap: 2rem;
  margin-left: 2rem; }

.dark_header .navbar_lang {
  color: #cccccc;
  font-family: "dss-regular";
  display: flex;
  gap: 1rem;
  list-style: none;
  margin: 0;
  padding: 0; }
  .dark_header .navbar_lang li a {
    text-decoration: none;
    color: #cccccc;
    transition: 0.3s ease; }
    .dark_header .navbar_lang li a:hover {
      color: white; }

.dark_header .navbar .navbar-nav .nav-link {
  color: #cccccc;
  font-family: "dss-regular";
  font-size: 0.9rem; }
  
  .navbar_active{
      pointer-events: none !important;
      color: #BD9D56 !important;
    }
    
    .nav-link{
        display: flex;
        gap: 0.5rem;
    }
    
    .nav-link span{
        font-size:0.6rem;
        display: block;
        font-family: "dss";
        font-weight: 700;
    }

.navbar_active::after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #BD9D56;

    content: "";
    height: 2px;
    transition: all 0.5s;
    width: 75%;
}

.navbar_active_lang {
    color: #BD9D56 !important;
    position:relative;
}


.dark_header .navbar .navbar-nav .nav-link:hover {
  color: white; }

.dark_header .navbar .navbar-nav .nav-item {
  position: relative; }

.dark_header .navbar .navbar-nav .nav-item::after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: white;
  width: 0%;
  content: "";
  height: 2px;
  transition: all 0.5s; }

.dark_header .navbar .navbar-nav .nav-item:hover::after {
  width: 70%; }
  
  @media only screen and (max-width: 1199px){
          .dark_header .navbar .navbar-nav .nav-item:hover::after {
  display:none !important }

  .dark_header .navbar .navbar-nav .nav-item {
    display: flex;
    justify-content: center;
  }
  
}
.light_header {
    position:relative;
    z-index:5000;
}

.light_header .bg-dark {
  background-color: transparent !important; }

.light_header .navbar {
  padding: 1rem 5%; }
  @media only screen and (max-width: 1310px) {
    .light_header .navbar {
      padding: 1rem 2%; } }

.light_header .navbar-nav {
  gap: 2rem;
  margin-left: 2rem; }

.light_header .navbar_lang {
  color: #777777;
  display: flex;
  gap: 1rem;
  list-style: none;
  margin: 0;
  padding: 0; }
  .light_header .navbar_lang li {
    font-family: "dss-regular"; }
    .light_header .navbar_lang li a {
      text-decoration: none;
      color: #777777;
      transition: 0.3s ease; }
      .light_header .navbar_lang li a:hover {
        color: black; }

.light_header .navbar .navbar-nav .nav-link {
  color: #777777;
  font-size: 0.9rem;
  font-family: "dss-regular"; }

.light_header .navbar .navbar-nav .nav-link:hover {
  color: black; }

.light_header .navbar .navbar-nav .nav-item {
  position: relative; }

.light_header .navbar .navbar-nav .nav-item::after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: black;
  width: 0%;
  content: "";
  height: 2px;
  transition: all 0.5s; }

.light_header .navbar .navbar-nav .nav-item:hover::after {
  width: 70%; }
  
    @media only screen and (max-width: 1199px){
          .light_header .navbar .navbar-nav .nav-item:hover::after {
  display:none !important }

  .light_header .navbar .navbar-nav .nav-item {
    display: flex;
    justify-content: center;
  }
  
}
  
  
                @media only screen and (max-width: 1199px) {
    .light_header .navbar {
        z-index: 100;
      } 
  .navbar_active::after{
         display:none !important; 
     }
     
     .light_header .navbar-nav{
        justify-content: center;
        text-align: center;
        margin-left: 0 !important;
        margin-top: 2rem;
    }
    
    .nav_mobile_flex{
        margin-top: 2rem;
        justify-content: center !important;    
    }
    
.navbar-toggler{
    border: none;
}

.navbar-toggler-icon {
    background-image: url(
"data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(189,157,86)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

     }

#home_welcome {
  background: linear-gradient(152deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.35) 100%), url("/assets/iamges/home/home_welcome_bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center right;
  height: 60rem;
  color: #ffffff; }
  
  @media only screen and (min-width: 1901px){
      #home_welcome{
        height: 100vh;      
    }
}
  
  #home_welcome #home_welcome_content h1{
        font-family: "dss-regular";
   }
  
  #home_welcome #home_welcome_content {
    padding-top: 20rem;
    padding-left: 10%;
    width: 55%; }
    #home_welcome #home_welcome_content p {
      opacity: 80%; }
    #home_welcome #home_welcome_content #home_welcome_link {
      margin-top: 2rem; }
      #home_welcome #home_welcome_content #home_welcome_link a {
        text-decoration: none;
        color: #ffffff;
        font-family: "dss-medium";
        width: fit-content;
        display: flex;
        gap: 0.5rem;
        transition: 0.3s ease; }
        #home_welcome #home_welcome_content #home_welcome_link a img {
          margin-top: 0.12rem;
          transition: 0.3s ease; }
          
          #home_welcome #home_welcome_content #home_welcome_link a:hover{
            opacity: 80%;
        }
          
        #home_welcome #home_welcome_content #home_welcome_link a:hover img {
          transform: translateX(10px); }
    @media only screen and (max-width: 1519px) {
      #home_welcome #home_welcome_content h1 br {
        display: none; } }
    @media only screen and (max-width: 1334px) {
      #home_welcome #home_welcome_content {
        width: 60%; } }
    @media only screen and (max-width: 1201px) {
      #home_welcome #home_welcome_content {
        width: 70%; } }
    @media only screen and (max-width: 1199px) {
      #home_welcome #home_welcome_content {
        width: 100%;
        padding-left: 0;
        padding: 18rem 5% 0 5%;
        text-align: center; }
        #home_welcome #home_welcome_content #home_welcome_link {
          display: flex;
          justify-content: center; }
          
          #home_welcome #home_welcome_content #home_welcome_link a:hover img{
                      transform: translateX(0px);
            }
          
          }

#home_scroll .scroll_container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: -7rem; }

#home_scroll .chevron {
  position: absolute;
  width: 1.5rem;
  height: 0.48rem;
  opacity: 0;
  transform: scale(0.3);
  -webkit-animation: move-chevron 3s ease-out infinite;
  animation: move-chevron 3s ease-out infinite; }

#home_scroll .chevron:first-child {
  -webkit-animation: move-chevron 3s ease-out 1s infinite;
  animation: move-chevron 3s ease-out 1s infinite; }

#home_scroll .chevron:nth-child(2) {
  -webkit-animation: move-chevron 3s ease-out 2s infinite;
  animation: move-chevron 3s ease-out 2s infinite; }

#home_scroll .chevron:before,
#home_scroll .chevron:after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 50%;
  background: #ffffff; }

#home_scroll .chevron:before {
  left: 0;
  transform: skewY(30deg); }

#home_scroll .chevron:after {
  right: 0;
  width: 50%;
  transform: skewY(-30deg); }

@-webkit-keyframes move-chevron {
  25% {
    opacity: 1; }
  33.3% {
    opacity: 1;
    transform: translateY(2.28rem); }
  66.6% {
    opacity: 1;
    transform: translateY(3.12rem); }
  100% {
    opacity: 0;
    transform: translateY(4.8rem) scale(0.5); } }

@keyframes move-chevron {
  25% {
    opacity: 1; }
  33.3% {
    opacity: 1;
    transform: translateY(2.28rem); }
  66.6% {
    opacity: 1;
    transform: translateY(3.12rem); }
  100% {
    opacity: 0;
    transform: translateY(4.8rem) scale(0.5); } }

.navbar-brand img{
    width: 7rem !important;    
}

@media only screen and (max-width: 1199px){
    .navbar-brand img{
        width: 5rem !important;    
    }
}

#home_about {
  margin-top: 12rem;
  padding: 0 10% 4rem 10%; }
  #home_about #home_about_heading {
    margin-bottom: 1rem;
    display: flex;
    gap: 1rem; }
    #home_about #home_about_heading h2 {
      font-size: 1.7rem;
      text-transform: uppercase;
      font-weight: 600; }
    #home_about #home_about_heading hr {
      background-color: #555555;
      border: none;
      border-radius: 4px;
      height: 0.15rem;
      width: 15%;
      opacity: 30%; }
    @media only screen and (max-width: 814px) {
      #home_about #home_about_heading {
        align-items: center;
        flex-direction: column; }
        #home_about #home_about_heading h2 {
          margin: 0;
          padding: 0; }
        #home_about #home_about_heading hr {
          margin-top: -0.2rem; } }
  #home_about .home_about_container {
    display: flex;
    gap: 0.5rem; }
  #home_about .box {
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding: 1rem;
    flex: 1;
    border-radius: 10px;
    overflow: hidden;
    transition: flex 0.5s;
    height: 18rem;
    color: #ffffff;
    cursor: pointer; }
  #home_about .box:nth-child(1) {
    background-image: url("/assets/iamges/home/home_about_dss.png");
    background-position: center right;
    background-size: cover; }
  #home_about .box:nth-child(2) {
    background-image: url("/assets/iamges/home/home_our_products.png");
    background-size: cover;
    background-position: top left; }
  #home_about .box:nth-child(3) {
    background-image: url("/assets/iamges/home/home_export.png");
    background-position: top right;
    background-size: cover; }
  #home_about .box.open {
    flex: 2;
    /* Zde můžete nastavit požadovaný poměr velikostí divů po rozkliknutí */ }
  #home_about .content {
    display: none;
    padding: 10px; }
    #home_about .content p {
        text-align: justify;
      font-size: 0.9rem;
      opacity: 80%; }
  #home_about .box_heading {
    padding: 1rem; }
    #home_about .box_heading h3 {
      font-size: 1.5rem; }
    #home_about .box_heading a {
      text-decoration: none;
      font-family: "dss-medium";
      width: fit-content;
      color: #ffffff;
      font-size: 0.8rem;
      display: flex;
     transition: 0.3s ease;
      gap: 0.5rem; }
      #home_about .box_heading a img {
        margin-top: 0.12rem;
        transition: 0.3s ease; }
        
         #home_about .box_heading a:hover{
            opacity: 80%;     
        }
        
      #home_about .box_heading a:hover img {
        transform: translateX(5px); }
  #home_about .box.open .content {
    display: block; }
  #home_about .home_about_container_mobile {
    display: none;
    gap: 0.5rem; }
    #home_about .home_about_container_mobile .home_about_card {
      border-radius: 10px;
      width: 40%;
      height: 18rem;
      color: #ffffff;
      padding: 1rem;
      display: flex;
      flex-direction: column;
      justify-content: end; }
      #home_about .home_about_container_mobile .home_about_card a {
        text-decoration: none;
        color: #ffffff; }
    #home_about .home_about_container_mobile .home_about_card:nth-child(1) {
      background-image: url("/assets/iamges/home/home_about_dss.png");
      background-position: center right;
      background-size: cover; }
    #home_about .home_about_container_mobile .home_about_card:nth-child(2) {
      background-image: url("/assets/iamges/home/home_our_products.png");
      background-size: cover;
      background-position: top left; }
    #home_about .home_about_container_mobile .home_about_card:nth-child(3) {
      background-image: url("/assets/iamges/home/home_export.png");
      background-position: top right;
      background-size: cover; }
  @media only screen and (max-width: 1618px) {
    #home_about {
      padding: 0 5% 4rem 5%; } }
  @media only screen and (max-width: 1337px) {
    #home_about {
      padding: 0 2% 4rem 2%; } }
  @media only screen and (max-width: 1199px) {
    #home_about .home_about_container {
      display: none; }
    #home_about .home_about_container_mobile {
      display: flex; } }
  @media only screen and (max-width: 959px) {
    #home_about .home_about_container_mobile {
      flex-wrap: wrap;
      justify-content: center; }
      #home_about .home_about_container_mobile .home_about_card {
        width: 100%; } }

#home_partneri {
  padding: 4rem 0;
  background-color: #000000;
  display: flex;
  justify-content: space-around; }
  #home_partneri img {
    width: 7%; }
    
    @media only screen and (max-width: 1440px){
          #home_partneri img {
            width: 9%; }
    }
    
  @media only screen and (max-width: 1199px) {
    #home_partneri {
      flex-wrap: wrap;
      justify-content: center;
      gap: 6rem;
      } 
      
                #home_partneri img {
            width: 18%; }
      }
      
        @media only screen and (max-width: 712px) {
    #home_partneri {
      flex-wrap: wrap;
      justify-content: center;
      gap: 4rem;
      } 
      
                #home_partneri img {
            width: 28%; }
      }
      
              @media only screen and (max-width: 450px) {

                #home_partneri img {
            width: 43%; }
      }
      
                    @media only screen and (max-width: 330px) {

                #home_partneri img {
            width: 50%; }
      }

#products_heading {
  margin-bottom: 1rem;
  display: flex;
  gap: 1rem;
  padding: 4rem 10% 0 10%; }
  #products_heading h2 {
    font-size: 1.7rem;
    text-transform: uppercase;
    font-weight: 600; }
  #products_heading hr {
    background-color: #555555;
    border: none;
    border-radius: 4px;
    height: 0.15rem;
    width: 15%;
    opacity: 30%; }
  @media only screen and (max-width: 814px) {
    #products_heading {
      align-items: center;
      flex-direction: column; }
      #products_heading h2 {
        margin: 0;
        padding: 0; }
      #products_heading hr {
        margin-top: -0.2rem; } }

#products_list {
  background-image: url("/assets/iamges/produkty/product_postava.svg");
  background-repeat: no-repeat;
  background-position: right top;
  padding: 0 0% 4rem 10%;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem; }
  
  .products_list_link{
       text-decoration: none !important;  
   }
  
    @media only screen and (max-width: 1327px){
        #products_list{
            padding: 0 5% 4rem 5%    
        }
        
        #products_heading{
            padding: 4rem 5% 0 5%;    
        }
    }
  
  #products_list .products_card {
    background-color: #ededed;
    border-radius: 10px;
    width: 27%;
    padding: 1rem;
    text-align: center; }
    
     @media only screen and (max-width: 1572px){
        #products_list{
            padding: 0 5% 4rem 5%    
        }
        
        #products_list .products_card{
            width: 31% ;    
        }
        
        #products_heading{
            padding: 4rem 5% 0 5%;    
        }
    }
    
    @media only screen and (max-width: 1572px){
        
        #products_list{
            padding: 0 2% 4rem 2%    
        }
        
          #products_heading{
            padding: 4rem 2% 0 2%;    
        }      
    }
        
    @media only screen and (max-width: 1199px){
        #products_list .products_card{
            width: 100%;    
        }
    }
    
    #products_list .products_card img {
      transition: 0.3s ease; }
    #products_list .products_card h3 {
      margin: 0;
      padding: 0;
      color: black;
      font-size: 1.4rem;
      font-weight: 700; }
    #products_list .products_card a {
      text-decoration: none;
      color: #BD9D56;
        font-family: "dss-regular";
      transition: 0.3s ease; }
      #products_list .products_card a:hover {
        text-decoration: underline; }
    #products_list .products_card:hover img {
      transform: scale(1.05); }
  @media only screen and (max-width: 814px) {
    #products_list {
      display: grid;
      grid-template-columns: repeat(1, 1fr);
      gap: 1rem;

      padding: 0 1.5rem; }
      #products_list .products_card {

        width: 100%; } }
        
        
        @keyframes pulsea {
 0%, 80%, 100% { 
    text-shadow: 
    0pt 0px 0px rgba(0, 0, 0, 0), 
    10pt 0px 0px rgba(0, 0, 0, 0), 
    20pt 0px 0px rgba(0,0,0,0);
 }
 10% {
    text-shadow: 
    0pt 0px 0px rgba(0,0,0,0.5), 
    10pt 0px 0px rgba(0,0,0,0), 
    20pt 0px 0px rgba(0,0,0,0);
 }
 20% {
    text-shadow: 
    0pt 0px 0px rgba(0,0,0,1), 
    10pt 0px 0px rgba(0,0,0,0), 
    20pt 0px 0px rgba(0,0,0,0);
 }
 30% {
    text-shadow: 
    0pt 0px 0px rgba(0,0,0,0.5), 
    10pt 0px 0px rgba(0,0,0,0.5), 
    20pt 0px 0px rgba(0,0,0,0);
 }
 40% {
    text-shadow: 
    0pt 0px 0px rgba(0,0,0,0), 
    10pt 0px 0px rgba(0,0,0,1), 
    20pt 0px 0px rgba(0,0,0,0);
 }
 50% {
    text-shadow: 
    0pt 0px 0px rgba(0,0,0,0), 
    10pt 0px 0px rgba(0,0,0,0.5), 
    20pt 0px 0px rgba(0,0,0,0.5);
 }
 60% {
    text-shadow: 
    0pt 0px 0px rgba(0,0,0,0), 
    10pt 0px 0px rgba(0,0,0,0), 
    20pt 0px 0px rgba(0,0,0,1);
 }
 70% {
    text-shadow: 
    0pt 0px 0px rgba(0,0,0,0), 
    10pt 0px 0px rgba(0,0,0,0), 
    20pt 0px 0px rgba(0,0,0,0.5);
 }
}

.scrollme::after{
  animation: pulsea 2s linear infinite;
  font-size:20pt;
  color:transparent; /*Using only shadows makes the animation easier*/
  font-family: FontAwesome;
  content:"\f105";
  text-shadow: 
    0pt 0px 0px rgba(255,255,255,1), 
    10pt 0px 0px rgba(255,255,255,1), 
    20pt 0px 0px rgba(255,255,255,1);
}

#product_detail_swipe{
    display:flex;
    justify-content: center;
    margin-left: -2rem;
}

#product_detail_heading {
    position:relative;
    z-index: 150;
  margin-top: 4rem;
  padding: 0 2%;
  text-align: center; }
  #product_detail_heading h1 {
    font-weight: 700; }
  @media only screen and (max-width: 692px) {
    #product_detail_heading p br {
      display: none; } }

#product_detail_img h2 {
  font-weight: 700;
  font-size: 17vw;
  text-align: center;
  opacity: 10%;
  user-select: none; }

#product_detail_img #product_detail_spin_content {
  margin-top: -15rem;
  height: 30rem;
  /***** Chrome, Safari, Opera, and Edge Chromium *****/
  /******** Firefox ********/ }
  #product_detail_img #product_detail_spin_content .image-gallery {
    width: 80%;
    margin: 0 auto;
    text-align: center; }
  #product_detail_img #product_detail_spin_content .image-gallery-content {
    width: 100%;
    display: flex;
    justify-content: center; }

  #product_detail_img #product_detail_spin_content .gallery-image {
    display: none;
    width: 70%;
    position: absolute;
    z-index: 20;
    margin-top: -20%; }
            @media only screen and (min-width: 2500px) {
      #product_detail_img #product_detail_spin_content .gallery-image {
        margin-top: -25%; } }
    @media only screen and (max-width: 1683px) {
      #product_detail_img #product_detail_spin_content .gallery-image {
        width: 80%; } }
    @media only screen and (max-width: 1375px) {
      #product_detail_img #product_detail_spin_content .gallery-image {
        width: 90%; } }
    @media only screen and (max-width: 1166px) {
      #product_detail_img #product_detail_spin_content .gallery-image {
        width: 100%; } }
    @media only screen and (max-width: 630px) {
      #product_detail_img #product_detail_spin_content .gallery-image {
        margin-top: -5%; } }
    @media only screen and (max-width: 482px) {
      #product_detail_img #product_detail_spin_content .gallery-image {
        margin-top: 0%; } }
    @media only screen and (max-width: 417px) {
      #product_detail_img #product_detail_spin_content .gallery-image {
        margin-top: 10%; } }
    @media only screen and (max-width: 375px) {
      #product_detail_img #product_detail_spin_content .gallery-image {
        margin-top: 15%; } }
  #product_detail_img #product_detail_spin_content input[type="range"] {
    position: relative;
    z-index: 100;
    -webkit-appearance: none;
    appearance: none;
    background: transparent;
    cursor: pointer;
    width: 50%;
    margin-top: 28rem; }
    @media only screen and (max-width: 1166px) {
      #product_detail_img #product_detail_spin_content input[type="range"] {
        width: 70%; } }
    @media only screen and (max-width: 917px) {
      #product_detail_img #product_detail_spin_content input[type="range"] {
        margin-top: 25rem; } }
    @media only screen and (max-width: 815px) {
      #product_detail_img #product_detail_spin_content input[type="range"] {
        width: 90%; } }
    @media only screen and (max-width: 747px) {
      #product_detail_img #product_detail_spin_content input[type="range"] {
        margin-top: 20rem;
        width: 100%; } }
    @media only screen and (max-width: 630px) {
      #product_detail_img #product_detail_spin_content input[type="range"] {
        margin-top: 22rem; } }
  #product_detail_img #product_detail_spin_content input[type="range"]::-webkit-slider-runnable-track {
    background: linear-gradient(260deg, rgba(189, 157, 86, 0) 0%, #bd9d56 50%, rgba(189, 157, 86, 0) 100%);
    height: 0.25rem; }
  #product_detail_img #product_detail_spin_content input[type="range"]::-moz-range-track {
    background: linear-gradient(260deg, rgba(189, 157, 86, 0) 0%, #bd9d56 50%, rgba(189, 157, 86, 0) 100%);
    height: 0.25rem; }
  #product_detail_img #product_detail_spin_content input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    margin-top: -10px;
    background-color: #BD9D56;
    background-image: url("slider_control.svg");
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 5px;
    height: 1.4rem;
    width: 2rem; }
  @media only screen and (max-width: 1511px) {
    #product_detail_img #product_detail_spin_content {
      margin-top: -10rem; } }
  @media only screen and (max-width: 948px) {
    #product_detail_img #product_detail_spin_content {
      margin-top: -7rem; } }
  @media only screen and (max-width: 587px) {
    #product_detail_img #product_detail_spin_content {
      margin-top: -10rem; } }
  @media only screen and (max-width: 409px) {
    #product_detail_img #product_detail_spin_content {
      margin-top: -12rem; } }

#product_detail_info {
  padding: 10rem 10% 4rem 10%;
  display: flex;
  gap: 4rem; }
  #product_detail_info h3 {
    font-weight: 700;
    font-size: 1.5rem;
    margin-bottom: 1rem; }
  #product_detail_info #product_detail_info_left {
    width: 50%; }
    
    #product_detail_info_left_text p{
        text-align: justify;
    }
    #product_detail_info_left_text strong{
        text-align: justify;    
    }
    
        @media only screen and (max-width: 1199px){
                #product_detail_info_left_text p{
        text-align: left;
    }
    
        #product_detail_info_left_text strong{
        text-align: left;    
    }
    }
    
    
    #product_detail_info #product_detail_info_left #product_detail_info_left_gallery {
      margin-top: 2rem; }
      #product_detail_info #product_detail_info_left #product_detail_info_left_gallery .product-gallery {
        display: flex;
        gap:1rem;
        flex-wrap: wrap; }
        #product_detail_info #product_detail_info_left #product_detail_info_left_gallery .product-gallery a {
            position:relative;
          width: 45%; }
          
          #product_detail_info #product_detail_info_left #product_detail_info_left_gallery .product-gallery a::before{
                        content: "";
            background-color: rgba(0, 0, 0, 0.3);
            position: absolute;
            width: 100%;
            height: 100%;
            border-radius: 10px;
            z-index: 20;
            background-image: url("/assets/images/ikonky/galerie_ikonka.svg");
            background-repeat: no-repeat;
            background-position: center;
            transition: 0.3s ease;
            opacity: 0;      
        }
        
        #product_detail_info #product_detail_info_left #product_detail_info_left_gallery .product-gallery a:hover::before{
            opacity: 1;
        }
          
          #product_detail_info #product_detail_info_left #product_detail_info_left_gallery .product-gallery a img {
              border-radius: 10px;
              object-fit: cover;
              height: 16rem;
            width: 100%; }
            
  #product_detail_info #product_detail_info_right {
    width: 50%; }
    #product_detail_info #product_detail_info_right ul {
      list-style: none;
      padding: 0;
      margin: 0;
      display: flex;
      flex-wrap: wrap;
      gap: 0 2rem; }
      #product_detail_info #product_detail_info_right ul li {
        width: 40%; }
        #product_detail_info #product_detail_info_right ul li span {
          display: block;
          font-weight: 900;
          color: #BD9D56; }
  @media only screen and (max-width: 1351px) {
    #product_detail_info {
      padding: 6rem 5% 4rem 5%; } }
  @media only screen and (max-width: 1219px) {
    #product_detail_info {
      padding: 6rem 2% 4rem 2%; } }
  @media only screen and (max-width: 1139px) {
    #product_detail_info {
      padding: 6rem 0 4rem 0;
      flex-wrap: wrap;
      justify-content: center; }
      #product_detail_info #product_detail_info_left {
        width: 90%; }
      #product_detail_info #product_detail_info_right {
        width: 90%; }
        #product_detail_info #product_detail_info_right ul {
          gap: 0 2rem; }
          #product_detail_info #product_detail_info_right ul li {
            width: 45%; } }
  @media only screen and (max-width: 500px) {
    #product_detail_info #product_detail_info_left #product_detail_info_left_gallery .product-gallery a {
      width: 100%;
      display: block;
      margin-left: auto;
      margin-right: auto; } }
  @media only screen and (max-width: 382px) {
    #product_detail_info #product_detail_info_right {
      width: 90%; }
      #product_detail_info #product_detail_info_right ul {
        gap: 0 2rem; }
        #product_detail_info #product_detail_info_right ul li {
          width: 90%; } }

#product_detail_spin_switch{
    position: relative;
    z-index: 150;
}

#product_detail_spin_switch ul{
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 1rem;
    margin-left: -0.7rem;
}

#product_detail_spin_switch ul li{
    font-size: 1.2rem;    
}

#product_detail_spin_switch ul li a svg{
    transition: 0.3s ease;
    cursor: pointer;
}

#product_detail_spin_switch ul li a svg:hover{
    fill: #BD9D56;
}

@media only screen and (max-width: 917px){
    #product_detail_spin_switch{
        margin-top: -2rem;    
    }
}

@media only screen and (max-width: 747px){
    #product_detail_spin_switch{
        margin-top: -6rem;    
    }
}

#export_heading {
  margin-bottom: 1rem;
  display: flex;
  gap: 1rem;
  padding: 4rem 10% 0 10%; }
  #export_heading h2 {
    font-size: 1.7rem;
    text-transform: uppercase;
    font-weight: 600; }
  #export_heading hr {
    background-color: #555555;
    border: none;
    border-radius: 4px;
    height: 0.15rem;
    width: 15%;
    opacity: 30%; }
  @media only screen and (max-width: 814px) {
    #export_heading {
      align-items: center;
      flex-direction: column; }
      #export_heading h2 {
        margin: 0;
        padding: 0; }
      #export_heading hr {
        margin-top: -0.2rem; } }
  @media only screen and (max-width: 1769px) {
    #export_heading {
      padding: 4rem 5% 0 5%; } }
  @media only screen and (max-width: 1199px) {
    #export_heading {
      align-items: center;
      flex-direction: column; }
      #export_heading h2 {
        text-align: center;
        margin: 0;
        padding: 0; }
      #export_heading hr {
        margin-top: -0.2rem; } }

#export_products {
  padding: 0 10% 4rem 10%;
  background-image: url("/assets/iamges/produkty/product_postava.svg");
  background-repeat: no-repeat;
  background-position: right top; }
  
  #export_products #export_products_text{
      width: 80%;
      text-align: justify;
    }
    
    #export_products #export_products_text p{
        margin: 1rem 0;
    }
  
  #export_products #export_products_content {
      margin-top: 2rem;
    display: flex;
    flex-wrap: wrap;
    gap: 2rem; }
    #export_products #export_products_content .link {
      text-decoration: none;
      cursor: pointer;
      width: 25%; }
      #export_products #export_products_content .link .export_products_card {
        width: 100%;
        height: 20rem;
        background-color: #ededed;
        border-radius: 10px;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: end;
        align-items: center; }
        #export_products #export_products_content .link .export_products_card img {
            width: 8rem;
          transition: 0.3s ease; }
        #export_products #export_products_content .link .export_products_card h3 {
          padding: 0;
          margin: 0;
          z-index: 10;
          color: #000000;
          font-weight: 600;
          font-size: 1.3rem; }
        #export_products #export_products_content .link .export_products_card p {
          color: #555555;
          margin: 0;
          padding: 0; }
        #export_products #export_products_content .link .export_products_card button {
          border: none;
          background: none;
          color: #BD9D56;
            font-family: "dss-regular";
          margin: 1rem 0; }
          
          #export_products #export_products_content .link .export_products_card button:hover{
            text-decoration: underline;
        }
          
      #export_products #export_products_content .link:hover .export_products_card img {
        transform: scale(1.02); }
  #export_products .popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 7000; }
  #export_products .popup {
    max-height: 100vh;
    overflow-y: auto;
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70%;
    background-color: #ffffff;
    border-radius: 10px;
    padding: 4rem;
    z-index: 7001; }
    #export_products .popup .popup-heading {
      margin-bottom: 1rem;
      display: flex;
      gap: 1rem; }
      #export_products .popup .popup-heading h4 {
        font-size: 1.7rem;
        text-transform: uppercase;
        font-family: "dss-regular";
}
      #export_products .popup .popup-heading hr {
        background-color: #555555;
        border: none;
        border-radius: 4px;
        height: 0.15rem;
        width: 15%;
        opacity: 30%; }
    #export_products .popup p {
      width: 70%; }
    #export_products .popup .popup-gallery {
      margin-top: 2rem;
      display: flex;
      gap: 2rem; }
      #export_products .popup .popup-gallery img {
        height: 22rem;
        object-fit: cover;
        border-radius: 10px;
        width: 100%; }
        
        .popup-gallery-edit{
        height: 22rem;
        object-fit: contain !important;
        border-radius: 10px;
        width: auto !important; }
        
        .popup-gallery-img{
            width: 40%;    
        }
        
        @media only screen and (max-width: 1400px){
            .popup-gallery-img{
                width: 50%;    
            }       
        } 
        
        @media only screen and (max-width: 880px){
            .popup-gallery-img{
                width: 100%;    
            }       
        } 
        
  #export_products .close-btn {
    position: absolute;
    top: 5px;
    right: 20px;
    cursor: pointer;
    font-size: 2rem;
    color: #888;
    transition: 0.3s ease; }
    #export_products .close-btn:hover {
      color: #BD9D56; }
  @media only screen and (max-width: 1769px) {
    #export_products {
      padding: 0 5% 4rem 5%; } }
  @media only screen and (max-width: 1557px) {
      #export_products #export_products_text{
        width: 86%;
    }
      
      
    #export_products #export_products_content .link {
      width: 27%; } }
  @media only screen and (max-width: 1292px) {
      
            #export_products #export_products_text{
        width: 95%;
    }
      
    #export_products #export_products_content .link {
      width: 30%; } }
  @media only screen and (max-width: 1199px) {
      #export_products{
        background-image: none !important;      
    }
      
                  #export_products #export_products_text{
                      text-align: center;
                      padding: 0 4%;
        width: 100%;
    }
      
    #export_products {
      padding: 0 0 4rem 0; }
      #export_products #export_products_content {
        justify-content: center; }
        #export_products #export_products_content .link {
          width: 45%; }
      #export_products .popup {
        width: 90%; } 
        
            #export_products .popup p{
                width: 100%;    
            }
        
        }
        
        @media only screen and (max-width: 880px){
                #export_products .popup .popup-gallery{
                    flex-wrap: wrap;    
                }
                
                #export_products .popup .popup-gallery img{
                    width: 100%;    
                }
        }
        
  @media only screen and (max-width: 759px) {
    #export_products {
      padding: 0 0 4rem 0; }
      #export_products #export_products_content .link {
        width: 90%; } }
        
        
        @media only screen and (max-width: 690px){
            #export_products .popup .popup-heading{
                flex-wrap: wrap;    
            }    
            
            #export_products .popup{
                padding: 4rem 1rem;    
            }
        }
        
        @media only screen and (max-width: 486px){
            #export_products .popup .popup-heading hr{
                width: 30%;
                margin-top: -0.5rem;
            }    
        }

#traning_content {
  padding: 4rem 10% 4rem 10%;
  display: flex;
  justify-content: space-between;
  gap: 2rem; }
  #traning_content #traning_content_text {
    width: 69%; }
    
    #traning_content #traning_content_text p{
        text-align: justify;    
    }
    
    @media only screen and (max-width: 1265px){
            #traning_content #traning_content_text p{
        text-align: center;    
    }
    }
    
    #traning_content #traning_content_text #traning_heading {
      margin-bottom: 1rem;
      display: flex;
      gap: 1rem; }
      #traning_content #traning_content_text #traning_heading h2 {
        font-size: 1.7rem;
        text-transform: uppercase;
        font-weight: 600; }
      #traning_content #traning_content_text #traning_heading hr {
        background-color: #555555;
        border: none;
        border-radius: 4px;
        height: 0.15rem;
        width: 15%;
        opacity: 30%; }
      @media only screen and (max-width: 814px) {
        #traning_content #traning_content_text #traning_heading {
          align-items: center;
          flex-direction: column; }
          #traning_content #traning_content_text #traning_heading h2 {
            margin: 0;
            padding: 0; }
          #traning_content #traning_content_text #traning_heading hr {
            margin-top: -0.2rem; } }
      @media only screen and (max-width: 1265px) {
                   
        #traning_content #traning_content_text #traning_heading {
          align-items: center;
          flex-direction: column; }
          #traning_content #traning_content_text #traning_heading h2 {
            margin: 0;
            padding: 0; }
          #traning_content #traning_content_text #traning_heading hr {
            margin-top: -0.2rem; } }
    #traning_content #traning_content_text #traning_content_text_galery {
      margin-top: 2rem;
      display: flex;
      gap: 1rem; }
      #traning_content #traning_content_text #traning_content_text_galery img {
        border-radius: 10px;
        width: 50%; }
            #traning_content #traning_content_img {
      width: 75%; }
  @media only screen and (max-width: 1526px) {
    #traning_content #traning_content_text {
      width: 50%; }
    #traning_content #traning_content_img {
      width: 50%; }
 }
  @media only screen and (max-width: 1625px) {
    #traning_content {
      padding: 4rem 5% 0 5%; } }
  @media only screen and (max-width: 1625px) {
    #traning_content {
      padding: 4rem 2% 0 2%; } }
  @media only screen and (max-width: 1265px) {
    #traning_content {
      flex-wrap: wrap;
      justify-content: center;
      padding: 4rem 0 0 0; }
      #traning_content #traning_content_text {
        width: 90%;
        text-align: center; }
      #traning_content #traning_content_img {
        width: 70%; }
        #traning_content #traning_content_img img {
          width: 100%; } }
          #traning_content #traning_content_img img {
    width: 100%;
}
  @media only screen and (max-width: 858px) {
    #traning_content #traning_content_img {
      width: 90%; }
      #traning_content #traning_content_img img {
        width: 100%; } }
        
        .accordion-item{
                            border: none;
                border-radius: 10px !important;
                margin-bottom: 1rem;
            
        }
        
        .accordion-item h2{
            border-radius: 10px !important;
        }
        
        .accordion-item h2 button{
            background-color: #555555;
            border-radius: 7px !important;
            color: white;
            font-family: "dss-medium";
        }
        
                    .accordion-button:focus {
                box-shadow: none;
            }
            
                        .accordion-button:not(.collapsed){
                box-shadow: none !important;
                background-color: #BD9D56;
                color: white !important;
            }
        
        .accordion-body{
            font-family: "dss-regular";        
        }
        
        @media only screen and (max-width: 1265px){
                        .accordion-body{
            text-align:left !important;    
        }
        
        .accordion-body p{
            text-align:left !important;    
        }
        }
        
         .accordion-body h6{
            font-family: "dss";     
        }
        
        #traning_faq{
            margin-top: 2rem;    
        }

#media_heading {
  margin-bottom: 1rem;
  display: flex;
  gap: 1rem;
  padding: 4rem 10% 0 10%; }
  #media_heading h2 {
    font-size: 1.7rem;
    text-transform: uppercase;
    font-weight: 600; }
  #media_heading hr {
    background-color: #555555;
    border: none;
    border-radius: 4px;
    height: 0.15rem;
    width: 15%;
    opacity: 30%; }
  @media only screen and (max-width: 814px) {
    #media_heading {
      align-items: center;
      flex-direction: column; }
      #media_heading h2 {
        margin: 0;
        padding: 0; }
      #media_heading hr {
        margin-top: -0.2rem; } }
  @media only screen and (max-width: 993px) {
    #media_heading {
      padding: 4rem 5% 0 5%; } }

#media_list {
  padding: 4rem 10%;
  display: flex;
  flex-direction: column;
  gap: 2rem; }
  #media_list .media_list_card {
    background-color: #ededed;
    border-radius: 10px;
    display: flex;
    align-items: center;
    padding: 1.5rem;
    gap: 0.5rem;
    width: 75%; }
    #media_list .media_list_card .media_list_img img {
      width: 18rem; }
    #media_list .media_list_card h3 {
        color: black;
        font-size: 1.3rem;
      margin: 1rem 0; }
      
       #media_list .media_list_card p{
           text-align: justify;
        width: 72%;   
        }
        
        #media_list .media_list_card .media_list_text .media_list_text_link{
            margin-top: 2rem;    
        }
      
    #media_list .media_list_card a {
      text-decoration: none;
      color: #BD9D56;
      font-family: "dss-regular";
      width: fit-content;
      display: flex;
      gap: 0.5rem;
      transition: 0.3s ease; }
      #media_list .media_list_card a img {
        margin-top: 0.12rem;
        transition: 0.3s ease; }
        
        #media_list .media_list_card a:hover{
            opacity: 80%;    
        }
        
      #media_list .media_list_card a:hover img {
        transform: translateX(10px); }
        
        @media only screen and (max-width: 1530px){
                       #media_list .media_list_card p{
        width: 100%;   
        }
        }
        
    @media only screen and (max-width: 1671px) {
      #media_list .media_list_card {
        width: 80%; } }
    @media only screen and (max-width: 1329px) {
      #media_list .media_list_card {
        width: 90%; } }
    @media only screen and (max-width: 1144px) {
      #media_list .media_list_card {
        width: 100%; } }
    
        
    @media only screen and (max-width: 873px) {
      #media_list .media_list_card {
        flex-wrap: wrap;
        background-color: transparent; }
        #media_list .media_list_card #media_list_img {
          width: 100%; }
          #media_list .media_list_card .media_list_img img {
            width: 100%; }
        #media_list .media_list_card #media_list_text {
          width: 100%; } }
  @media only screen and (max-width: 993px) {
    #media_list {
      padding: 4rem 5%; } }
      
              @media only screen and (max-width: 1199px){
                      #media_list .media_list_card a:hover img {
        transform: translateX(0px); }
        }

#about_heading {
  margin-bottom: 1rem;
  display: flex;
  gap: 1rem;
  padding: 4rem 10% 0 10%; }
  #about_heading h2 {
    font-size: 1.7rem;
    text-transform: uppercase;
    font-weight: 600; }
  #about_heading hr {
    background-color: #555555;
    border: none;
    border-radius: 4px;
    height: 0.15rem;
    width: 15%;
    opacity: 30%; }
  @media only screen and (max-width: 814px) {
    #about_heading {
      align-items: center;
      flex-direction: column; }
      #about_heading h2 {
        margin: 0;
        padding: 0; }
      #about_heading hr {
        margin-top: -0.2rem; } }

#about_text {
  padding: 2rem 10% 4rem 10%; }
  
  #about_text p{
    text-align: justify;      
}

#about_text strong{
    text-align: justify;    
}

#about_certificate {
  padding: 4rem 10%;
  display: flex;
  gap: 20%; }
  #about_certificate #about_certificate_text #about_certificate_heading {
    margin-bottom: 1rem;
    display: flex;
    gap: 1rem; }
    #about_certificate #about_certificate_text #about_certificate_heading h2 {
      font-size: 1.7rem;
      text-transform: uppercase;
      font-weight: 600; }
    #about_certificate #about_certificate_text #about_certificate_heading hr {
      background-color: #555555;
      border: none;
      border-radius: 4px;
      height: 0.15rem;
      width: 15%;
      opacity: 30%; }
    @media only screen and (max-width: 814px) {
        
          #about_text p{
    text-align: center;      
}

#about_text strong{
    text-align: center;    
}
        
      #about_certificate #about_certificate_text #about_certificate_heading {
        align-items: center;
        flex-direction: column; }
        #about_certificate #about_certificate_text #about_certificate_heading h2 {
          margin: 0;
          padding: 0; }
        #about_certificate #about_certificate_text #about_certificate_heading hr {
          margin-top: -0.2rem; } }
    #about_certificate #about_certificate_text #about_certificate_heading hr {
      width: 15rem; }
      
      #gallery_certificate_item{
        width: 20rem; 
        position: relative;
    }
    
    .katalog_img{
        width: 40rem !important;    
    }
      
      #gallery_certificate a{
          display:block;
        width: 100%;
        position: relative;
    }
    
    #gallery_certificate a img{
        position: relative;
        width: 100%;
        object-fit: cover;
        z-index: 1;
    }
    
    .gallery_bg::before{
        content:"";
        position: absolute;
        height: 100%;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.55);
        z-index: 2;
        border-radius: 10px;
        transition: 0.3s ease;
        opacity: 0;
    }
    
    #about_certificate_img img{
        border-radius: 10px;
    }
        
    #gallery_certificate_overlay{
        position: absolute;
        top: 47%;
        border-radius: 10px;
        transition: 0.3s ease;
        z-index: 3;
        display: flex;
        justify-content: center;
        width: 100%;
        gap: 1.5rem;
        transition: 0.3s ease;
        opacity: 0;
    }
    
    #gallery_certificate_overlay a{
        text-decoration: none;
        color: white;
        display: flex;
        align-items: center;
        gap: 0.5rem;
        width: auto;
        font-family: "dss-regular";
        transition: 0.3s ease;
    }
    
     #gallery_certificate_overlay a:hover{
        opacity: 60%;
    }
    
    #gallery_certificate_item:hover .gallery_bg::before{
        opacity: 1;   
    }
    
    #gallery_certificate_item:hover #gallery_certificate_overlay{
        opacity: 1;   
    }
            
    @media only screen and (max-width: 1680px) {
        .katalog_img {
    width: 30rem !important;
}

#gallery_certificate_item{
    width: 15rem;    
}
}

    @media only screen and (max-width: 1430px) {
    #about_certificate{
        gap: 10%;    
    }
}


    @media only screen and (max-width: 1265px) {
    #about_certificate{
        gap: 5%;    
    }
}

  @media only screen and (max-width: 1199px) {
    #about_certificate {
        gap:4rem;
      flex-wrap: wrap; }
 }
 
   @media only screen and (max-width: 814px) {
    #about_certificate {
        justify-content: center;
}

    #gallery_certificate_item{
        width: 30rem;    
    }
 }
 
    @media only screen and (max-width: 1612px) {
        
        #gallery_certificate_item{
            width: 100%;    
        }
        
    .katalog_img{
        width: 100% !important;    
    }
 }

#contact_content #contact_map {
  padding: 4rem 10%; }

@media only screen and (max-width: 1526px) {
  #contact_content #contact_map {
    padding: 4rem 5%; } }

@media only screen and (max-width: 814px) {
  #contact_content {
    display: flex;
    flex-direction: column-reverse; }
    #contact_content #contact_map {
      padding: 4rem 5%; } }

#footer_content_wrap {
  padding: 4rem 10%; }
  #footer_content_wrap #footer_heading {
    margin-bottom: 1rem;
    display: flex;
    gap: 1rem; }
    #footer_content_wrap #footer_heading h2 {
      font-size: 1.7rem;
      text-transform: uppercase;
      font-weight: 600; }
    #footer_content_wrap #footer_heading hr {
      background-color: #555555;
      border: none;
      border-radius: 4px;
      height: 0.15rem;
      width: 15%;
      opacity: 30%; }
    @media only screen and (max-width: 814px) {
      #footer_content_wrap #footer_heading {
        align-items: center;
        flex-direction: column; }
        #footer_content_wrap #footer_heading h2 {
          margin: 0;
          padding: 0; }
        #footer_content_wrap #footer_heading hr {
          margin-top: -0.2rem; } }
  #footer_content_wrap #footer_info {
    display: flex;
    justify-content: space-between; }
    #footer_content_wrap #footer_info #footer_info_info strong {
      color: #000000;
      font-weight: 700;
      font-size: 1.2rem; }
    #footer_content_wrap #footer_info #footer_info_info p {
      margin: 0;
      padding: 0; }
    #footer_content_wrap #footer_info #footer_info_info #footer_info_contact {
      margin: 1rem 0 0.5rem 0; }
      
      #footer_social{
          display: flex;
          gap: 0.5rem;
      }
      
      #footer_social a{
        font-size: 1.5rem;
        color: #000000;
        display: block;
        transition: 0.3s ease;
      }
      
      #footer_social a:hover{
        color: #BD9D56;
      }
      
      @media only screen and (max-width: 814px) {
        #footer_social{
            justify-content: center;    
        }
      }
      
      #footer_content_wrap #footer_info #footer_info_info #footer_info_contact p span {
        font-weight: 600; }
      #footer_content_wrap #footer_info #footer_info_info #footer_info_contact p a {
        text-decoration: none;
        color: #555555; }
    #footer_content_wrap #footer_info #footer_info_info #footer_info_address {
      margin: 1rem 0 2rem 0; }
      #footer_content_wrap #footer_info #footer_info_info #footer_info_address h6 {
        color: #000000;
        font-family: "dss-medium";
 }
    #footer_content_wrap #footer_info #footer_info_info #footer_info_vat p span {
      font-weight: 600; }
    #footer_content_wrap #footer_info #footer_info_form form #footer_info_form_content {
      display: flex;
      gap: 2rem; }
      #footer_content_wrap #footer_info #footer_info_form form #footer_info_form_content label {
        display: block;
        font-family: "dss-regular";
        margin: 1rem 0 0.5rem 0; }
      #footer_content_wrap #footer_info #footer_info_form form #footer_info_form_content input {
        width: 100%;
        background-color: #ededed;
        border: none;
        border-radius: 10px;
        padding: 0.7rem 1rem; }
      #footer_content_wrap #footer_info #footer_info_form form #footer_info_form_content textarea {
        width: 100%;
        background-color: #ededed;
        border: none;
        border-radius: 10px;
        padding: 0.7rem 1rem;
        height: 14.7rem;
        min-height: 14.7rem;
        max-height: 14.7rem; }
      #footer_content_wrap #footer_info #footer_info_form form #footer_info_form_content #footer_info_form_left #footer_info_form_left_two {
        display: flex;
        gap: 1rem; }
        #footer_content_wrap #footer_info #footer_info_form form #footer_info_form_content #footer_info_form_left #footer_info_form_left_two .footer_info_form_left_two_card {
          width: 50%; }
    #footer_content_wrap #footer_info #footer_info_form form .footer_gdpr {
        display:flex;
        width: fit-content;
        align-items: center;
        gap:0.5rem;
      margin: 1rem 0; }
      
      @media only screen and (max-width: 418px){
              #footer_content_wrap #footer_info #footer_info_form form .footer_gdpr{
                    gap: 0;  
                }
                
                #footer_content_wrap #footer_info #footer_info_form form .footer_gdpr span{
                    margin-left: 0.5rem;    
                }
    }
      
      #footer_content_wrap #footer_info #footer_info_form form .footer_gdpr input[type=checkbox]{
                    /* Add if not using autoprefixer */
        -webkit-appearance: none;
        appearance: none;
        /* For iOS < 15 to remove gradient background */
        background-color: none;
        /* Not removed via appearance */
        margin: 0;
        width: 1em;
        height: 1em;
        border: 0.15em solid #707173;
        border-radius: 0.15em;
        transform: translateY(-0.075em);
        cursor: pointer;
        display: grid;
        place-content: center;   
        }
        

        #footer_content_wrap #footer_info #footer_info_form form .footer_gdpr input[type=checkbox]::before{
                      content: "";
          width: 0.65em;
  height: 0.65em;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em #555555;    
        }
        
        #footer_content_wrap #footer_info #footer_info_form form .footer_gdpr input[type=checkbox]:checked::before {
            transform: scale(1);    
        }
      
      #footer_content_wrap #footer_info #footer_info_form form .footer_gdpr a {
        color: #555555;
        font-weight: 600; }
    #footer_content_wrap #footer_info #footer_info_form form #footer_info_form_btn button {
      border: none;
      background-color: #000000;
      color: #ffffff;
      padding: 0.5rem 2rem;
      font-family: "dss-regular";
      font-weight: 600;
      border-radius: 10px;
      transition: 0.3s ease; }
      #footer_content_wrap #footer_info #footer_info_form form #footer_info_form_btn button:hover {
        background-color: #BD9D56; }
  @media only screen and (max-width: 1526px) {
    #footer_content_wrap {
      padding: 4rem 5%; } }
  @media only screen and (max-width: 1363px) {
    #footer_content_wrap {
      padding: 4rem 2%; } }
  @media only screen and (max-width: 1265px) {
    #footer_content_wrap {
      padding: 4rem 10%; }
      #footer_content_wrap #footer_info #footer_info_info {
        width: 40%; }
      #footer_content_wrap #footer_info #footer_info_form {
        width: 50%; }
        #footer_content_wrap #footer_info #footer_info_form form #footer_info_form_content {
          flex-wrap: wrap;
          gap: 0rem; }
          #footer_content_wrap #footer_info #footer_info_form form #footer_info_form_content #footer_info_form_left {
            width: 100%; }
          #footer_content_wrap #footer_info #footer_info_form form #footer_info_form_content #footer_info_form_right {
            width: 100%; } }
  @media only screen and (max-width: 1077px) {
    #footer_content_wrap {
      padding: 4rem 5%; } }
  @media only screen and (max-width: 926px) {
    #footer_content_wrap #footer_info #footer_info_info {
      width: 35%; }
    #footer_content_wrap #footer_info #footer_info_form {
      width: 60%; } }
  @media only screen and (max-width: 814px) {
    #footer_content_wrap {
      padding: 4rem 0; }
      #footer_content_wrap #footer_info {
        flex-wrap: wrap;
        align-items: center;
        flex-direction: column-reverse;
        gap: 2rem; }
        #footer_content_wrap #footer_info #footer_info_info {
          width: 90%;
          text-align: center; }
        #footer_content_wrap #footer_info #footer_info_form {
          width: 70%; } }
  @media only screen and (max-width: 617px) {
    #footer_content_wrap {
      padding: 4rem 0; }
      #footer_content_wrap #footer_info #footer_info_form {
        width: 90%; } }
  @media only screen and (max-width: 465px) {
    #footer_content_wrap {
      padding: 4rem 0; }
      #footer_content_wrap #footer_info #footer_info_form {
        width: 90%; }
        #footer_content_wrap #footer_info #footer_info_form form #footer_info_form_content #footer_info_form_left #footer_info_form_left_two {
          flex-wrap: wrap;
          gap: 0; }
          #footer_content_wrap #footer_info #footer_info_form form #footer_info_form_content #footer_info_form_left #footer_info_form_left_two .footer_info_form_left_two_card {
            width: 100%; } }

#footer_copy {
  background-color: #000000;
  text-align: center;
  padding: 0.4rem 0; }
  #footer_copy p {
    margin: 0;
    padding: 0;
    font-size: 0.8rem;
    color: #ffffff; }
    #footer_copy p a {
      text-decoration: none;
      font-weight: 600;
      color: #ffffff; }
      
#gdpr_heading {
  margin-bottom: 1rem;
  display: flex;
  gap: 1rem;
  padding: 4rem 10% 0 10%; }
  #gdpr_heading h2 {
    font-size: 1.7rem;
    text-transform: uppercase;
    font-weight: 600; }
  #gdpr_heading hr {
    background-color: #555555;
    border: none;
    border-radius: 4px;
    height: 0.15rem;
    width: 15%;
    opacity: 30%; }
  @media only screen and (max-width: 814px) {
    #gdpr_heading {
      align-items: center;
      flex-direction: column; }
      #gdpr_heading h2 {
        margin: 0;
        padding: 0; }
      #gdpr_heading hr {
        margin-top: -0.2rem; } }
        
        #gdpr_content{
            padding: 0 10%    
        }
        
        #gdpr_content h3{
            font-size: 1.2rem;    
        }
        
        #gdpr_content ul{
            margin-top: 1rem; 
            font-family: "dss-regular"
        }
        
        #gdpr_content a{
            color: #BD9D56;
            font-weight: 700;
        }     
        
        #error_content{
            height: 60rem;
            padding-top: 15rem;
            padding-left: 10%;
        }
        
        #error_content h2{
            color:     #BD9D56;
            padding: 0;
            margin: 0;
        }
        
                #error_content {
            color:     white;
        }
        
        #error_content p{
            margin-top: 2rem;    
        }
        
                #error_content a{
            text-decoration: none;
            color: white;
        }
        


@media only screen and (max-width: 917px){
         #error_content p br{
                 display: none;
             }
}


#career{
    padding: 0 10%;    
}

#career #career_heading{
    margin-top: 6rem;
    margin-bottom: 1rem;
    display: flex;
    gap: 1rem; 
}

#career #career_heading h2{
    font-size: 1.7rem;
    text-transform: uppercase;
    font-weight: 600; 
}

#career #career_heading hr{
    background-color: #555555;
    border: none;
    border-radius: 4px;
    height: 0.15rem;
    width: 15%;
    opacity: 30%;    
}

#career_content a{
    text-decoration: none;
    color: black;
    width: 45%;
}

#career_content a:hover p{
    color:#BD9D56;
}

#career_content a:hover .career_content_card span{
    background-color: #BD9D56;
}

#career_content{
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 2rem 0 6rem 0;
}

#career_content a .career_content_card{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    background-color: #EDEDED;
    padding: 1.7rem;
    border-radius: 9px
}

#career_content a .career_content_card p{
    margin: 0;
    padding: 0;
    font-family: "dss";
    font-weight: 700;
    transition: 0.3s ease;
}

#career_content a .career_content_card span{
    background-color: #555555;
    color: white;
    height: 2rem;
    width: 2rem;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s ease;
}

@media only screen and (max-width: 1920px){
    #career_content a{
        width: 55%;    
    }
}

@media only screen and (max-width: 1680px){
    #career_content a{
        width: 65%;    
    }
}

@media only screen and (max-width: 1440px){
    #career_content a{
        width: 75%;    
    }
}

@media only screen and (max-width: 1199px){
    #career_content a{
        width: 100%;    
    }
    
    #career{
        padding: 0 5%; 
    }
}

@media only screen and (max-width: 814px) {
      #career #career_heading {
        align-items: center;
        flex-direction: column; }
        #career #career_heading h2 {
          margin: 0;
          text-align: center;
          padding: 0; }
        #career #career_heading hr {
          margin-top: -0.2rem; }
          
}

.career_detail{
    padding: 4rem 10% 6rem 10%;    
}

.career_detail h2{
    font-size: 1.7rem;
    color:#BD9D56;
    margin-bottom: 2rem;
}

.career_detail strong{
    color:#BD9D56;        
}

.career_detail ul{
    list-style: none;
    margin-top: 1rem;
    margin-bottom: 2rem;
    font-family: "dss-medium";
    padding: 0;
}

.career_detail ul li::before{
    content: "-"; 
    margin-right:0.5rem;
}

.career_detail .career_detail_kontakt{
    margin: 1rem 0 0 0;
    padding: 0;
}

.career_detail .career_detail_kontakt li a{
    color: #BD9D56;    
}

.career_detail .career_detail_kontakt li::before{
    content: "";
}

.career_detail .career_detail_kontakt .career_detail_kontakt_tel{
    text-decoration: none;
}


/* Nové styly pro tlačítka a dropdown */
#product_detail_spin_controls {
    margin: 0;
    position: relative;
    z-index: 100;
    display: flex;
    justify-content: center;
}

.spin-controls-container {
    font-family: "dss-regular" !important;
    background: white;
    border-radius: 11px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, .05);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, .05);
    box-shadow: 0 0 40px #0000000d;
    display: flex;
    justify-content: center;
    align-items: center;
}

.rotate-button {
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    gap: 8px;
    background: none;
    border: none;
    height: 3.5rem;
    width: 10rem;
    cursor: pointer;
    transition: all 0.3s ease;
}

#rotateLeft{
    border-top-left-radius: 11px;
    border-bottom-left-radius: 11px;
}

#rotateRight{
    border-top-right-radius: 11px;
    border-bottom-right-radius: 11px;
}

.rotate-button:hover {
    background: #BD9D56;
    color: white;
}

/* Custom dropdown styly */
.custom-dropdown {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 14rem; /* Pevná šířka pro zachování konzistence */
}

.dropdown-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0 16px;
    height: 3.5rem;
    outline: none !important;
    background: none;
    border: none !important;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.dropdown-button:hover {
    background-color: #F6F6F6;
}

.dropdown-button .arrow {
    border: solid #666;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    margin-left: 8px;
    transform: rotate(45deg);
    transition: transform 0.3s ease;
}

.dropdown-button.active .arrow {
    transform: rotate(-135deg);
}

.dropdown-menu {
    position: absolute;
    z-index: 101 !important;
    top: 118%;
    left: 50%;
    transform: translateX(-50%) translateY(-10px);
    padding: 0 !important;
    width: 33.15rem !important;
    margin-top: 5px;
    background-color: white;
    border: none !important;
    border-radius: 11px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.19, 1, 0.22, 1),
                opacity 0.3s ease,
                transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    opacity: 0;
    pointer-events: none;
}

.dropdown-menu.show {
    max-height: 300px;
    z-index: 101 !important;
    opacity: 1;
    transform: translateX(-50%) translateY(0);
    pointer-events: auto;
}

.dropdown-item {
    padding: 10px 16px;
    border-radius: 11px !important;
    cursor: pointer;
    transition: background-color 0.3s ease;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.dropdown_item_img svg{
    width: 1.2rem !important;
    height: auto !important;
}

.dropdown-item:hover {
    background-color: #f0f0f0;
}

.dropdown-item:focus{
  color: #555555 !important;
}

.dropdown-item:active{
  color: #555555 !important;
}

.dropdown-item.active {
    background-color: #BD9D56;
    color: white;
    font-weight: bold;
}

.dropdown-item.active .dropdown_item_img svg path{
  fill: white !important;
}

/* Nový custom slider */
.custom-slider-container {
    display: none;
    width: 100%;
    max-width: 34rem;
    margin: 0 auto;
    position: relative;
    z-index: 99;
    height: 3.5rem;
    background: white;
    border-radius: 11px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, .05);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, .05);
    box-shadow: 0 0 40px #0000000d;
}

.slider-track {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 8px;
    background: #BD9D56;
    transform: translateY(-50%);
    margin: 0 20px;
    border-radius: 4px;
}

.slider-thumb {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    background-color: #BD9D56;
    border: 3px solid white;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slider-thumb i {
    color: white;
    font-size: 16px;
}

/* Skrytí původních přepínačů */
#product_detail_spin_switch {
    display: none;
}

/* Styly pro doplňková tlačítka */
.additional-controls {
    font-family: "dss-regular" !important;
    position: relative;
    z-index: 99;
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
    gap: 15px;
    width: 34rem;
}

#ovladaci_prvky{
    display: flex;
    justify-content: center;
   font-family: "dss-regular" !important;
}

.control-button {
    background: none;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 14px;
}

.control-button:hover {
   color: #BD9D56;
}

/* Styl pro swipe gesto na mobilních zařízeních */
.image-gallery-content {
    touch-action: pan-y;
    cursor: grab;
}

.image-gallery-content:active {
    cursor: grabbing;
}

#product_detail_swipe{
    display: none;
}

/* Katalog tab - nová sekce */
.catalog-wrapper {
    position: absolute;
    width: 0;
    left: 0;
    top: 20rem;
    transform: translateY(-50%);
    z-index: 1000;
    display: flex;
    transition: transform 0.3s ease;
}

.catalog-tab:hover.catalog-wrapper {
    transform: translateY(-50%) translateX(0);
}

.catalog-container {
    display: flex;
    transform: translateX(-180px);
    transition: transform 0.3s ease;
}

.catalog-wrapper:hover .catalog-container {
    transform: translateX(0);
}

.catalog-tab {
    background-color: #BD9D56;
    cursor: pointer;
    color: white;
    margin-top: 0.5rem;
    padding: 15px 10px;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    transform: rotate(180deg);
    font-weight: 500;
    letter-spacing: 1px;
    border-radius: 8px 0px 0px 8px;
    white-space: nowrap;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.catalog-content {
    background-color: #EDEDED;
    padding: 1.5rem 1rem;
    width: 180px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    border-radius: 0 8px 8px 0;
}

.catalog-content i{
    font-size: 1.5rem;
}

.catalog-title {
    display: block;
    font-weight: bold;
    margin: 0.5rem 0 1rem 0;
    text-align: center;
    line-height: 18px;
}

.catalog-description {
    font-size: 14px;
    text-align: center;
    margin-bottom: 20px;
    color: #666;
}

.catalog-button {
    background-color: #BD9D56;
    color: white;
    border: none;
    padding: 6px 0.6rem;
    font-size: 0.8rem;
    border-radius: 5px;
    cursor: pointer;
    font-weight: 500;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-decoration: none;
}

.catalog-button:hover {
    background-color: #a58845;
    color: white;
}

#katalog_mobil_btn{
    display: none;
}

@media only screen and (max-width: 645px){
    #product_detail_swipe{
        display: flex;
        justify-content: center;
        position: absolute;
        z-index: 99;
        left: 53%;
    }

    #rotateLeft span{
        display: none;
    }

    #rotateLeft{
        color: white;
        background: #BD9D56;
    }

    #rotateRight span{
        display: none;
    }

    #rotateRight{
        color: white;
        background: #BD9D56;
    }

    .rotate-button{
        width: 3.5rem;
        height: 3.5rem;
    }

    #freeViewButton{
        display: none;
    }

    .additional-controls{
        justify-content: center;
    }

    #resetButton{
        color: white;
        background: #BD9D56;
        border-radius: 6px;
        width: 8rem;
        height: 2.7rem;
    }

    #product_detail_spin_controls{
        margin: -9rem 0 0 0;
    }

    .dropdown-menu{
        width: 21rem !important;
    }

    #selectedText{
        color: #555555 !important;
    }

    .catalog-wrapper{
        display: none;
    }

    #katalog_mobil_btn{
        display: flex;
    }

    #katalog_mobil_btn a{
        text-decoration: none;
        background: #BD9D56;
        border-radius: 6px;
        color: white;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 22rem;
        height: 3rem;
    }
}

.clanek_3 img{
  width: 13rem !important;
}