.content-wrapper-in.container {
  padding: 0px;
}
.blok-textu-vlevo-vpravo, .video-vlevo-vpravo, .full-img, .cta-text-btn, .full-text, .fullwidth-video {
  display: flex;
  background-color: #efefef;
  border-radius: 10px;
  margin-bottom: 30px;
  overflow: hidden;
}
option:disabled {
  color: rgba(0, 0, 0, 0.3);
}
.blok-textu {
  max-width: 50%;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-right: 100px;
  padding-left: 100px;
}
.blok-obrazek-video {
  max-width: 50%;
  width: 100%;
  position: relative;
}
.blok-obrazek-video figure {
  margin: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.blok-obrazek-video figure img {
  width: 100%;
  object-fit: cover;
  height: 100%;
  object-position: center;
}
.galerie-lightbox {
  background-color: #efefef;
  border-radius: 10px;
  margin-bottom: 30px;
  padding: 100px;
}
.galerie-lightbox h2 {
  margin-top: 0;
}
.galerie-lightbox .swiper-wrapper {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  row-gap: 40px;
  column-gap: 40px;
}
.galerie-lightbox figure {
  margin: 0;
}
.galerie-lightbox img {
  cursor: pointer;
  height: 100%;
  max-height: 550px;
  object-fit: cover;
  width: 100%;
  object-position: center;
}
.modal-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  display: none;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.7);
  cursor: pointer;
}
.modal-box {
  position: fixed;
  left: 50%;
  top: 50%;
  max-width: 80%;
  max-height: 80%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  z-index: 1001;
  display: none;
  cursor: pointer;
}
.modal-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  cursor: auto;
  background: black;
  object-position: center;
}
.modal-box.visible, .modal-overlay.visible {
  display: block;
}
.modalBtn {
  position: fixed;
  right: 50px;
  top: 50px;
  width: 50px;
  height: 50px;
  z-index: 10002;
  cursor: pointer;
}
.modalBtn span {
  width: 100%;
  height: 3px;
  left: 50%;
  top: 50%;
  position: absolute;
  background-color: white;
}
.modalBtn span:nth-of-type(1) {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.modalBtn span:nth-of-type(2) {
  transform: translate(-50%, -50%) rotate(45deg);
}
.video-vlevo-vpravo {
  align-items: center;
}
.video-vlevo-vpravo video {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;
}
.full-img {
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding-top: 50px;
}
.full-text {
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding: 50px 100px;
  text-align: center
}
.full-text strong, .full-img strong {
  display: contents
}
.full-img figure {
  margin: 0;
  padding-top: 30px;
  align-self: stretch;
}
.full-img figure img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 500px;
  object-fit: cover;
  object-position: center;
}
.full-img h2 {
  margin-top: 0;
  margin-bottom: 30px;
}
.full-img h2, .full-img p {
  max-width: 1100px;
  padding: 0 50px;
}
.cta-text-btn {
  align-items: center;
  padding: 50px 100px;
}
.cta-text-btn .text {
  max-width: 50%;
}
.cta-text-btn .cta {
  max-width: 50%;
  width: 100%;
  text-align: center;
}
.cta-text-btn .cta button {
  display: inline-block;
  padding: 10px 26px;
  border-style: solid;
  border-width: 1px;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  white-space: normal;
  appearance: none;
  cursor: pointer;
  height: 52px;
  padding-top: 0;
  padding-bottom: 0;
  transition: all 0.3s ease-out;
  line-height: 50px;
  color: #ffffff;
  border-color: #000000;
  background-color: #000000;
  border-radius: 3px;
  font-weight: 900;
  text-transform: none;
}
.cta-text-btn .cta button:hover {
  border-color: #FFC500;
  color: #000;
  background-color: #FFC500;
}
.fullwidth-video {
  border-radius: 10px;
  overflow: hidden;
}
.fullwidth-video video {
  display: block;
  width: 100%;
  height: 600px;
  object-fit: cover;
}
.swiper-button-prevnext.swiper-button-prev:after {
  margin-left: -2px !important;
}
.swiper-button-prevnext.swiper-button-next:after {
  margin-right: -2px !important;
}
.type-detail div#tab-content {
  border-radius: 10px;
  margin-bottom: 30px;
  padding-left: 100px;
  padding-right: 100px;
}
.basic-description {
  padding-right: 0;
}
.shp-tabs-wrapper.p-detail-tabs-wrapper {
  margin-bottom: 0px;
}
li.shp-tab.active {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.shp-tabs-wrapper .tab-content .tab-pane {
  width: 100%;
}
.modal-boxSwiper {
  width: 100%;
  height: 100%;
}
.modal-boxSwiper .swiper-wrapper {
  display: flex;
  row-gap: 0;
  column-gap: 0;
}
.modal-boxSwiper .swiper-button {
  display: block !important;
  z-index: 100003;
}
.modal-boxSwiper .swiper-button:after {
  font-size: 50px;
  font-weight: 400;
  color: white;
}
/*ZNACKY*/
body.in-znacka #products {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
@media only screen and (max-width: 1399px) {
  .type-product .content-wrapper-in {
    padding: 0 0px 91px;
  }
}
@media only screen and (max-width: 1199px) {
  .blok-textu {
    padding-left: 50px;
    padding-top: 50px;
    padding-right: 50px;
    padding-bottom: 50px;
  }
  .galerie-lightbox {
    padding: 50px 50px 50px 50px;
  }
  .galerie-lightbox .swiper-wrapper {
    row-gap: 20px;
    column-gap: 20px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .full-img figure img {
    max-height: 350px;
  }
  .cta-text-btn {
    padding: 50px 50px 50px 50px;
  }
  .fullwidth-video video {
    height: 400px;
  }
  body.in-znacka #products {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 991px) {
  .blok-textu-vlevo-vpravo {
    flex-direction: column;
  }
  .blok-textu, .blok-obrazek-video {
    max-width: 100%;
  }
  .blok-obrazek-video figure {
    position: unset;
  }
  .blok-textu {
    padding: 50px 50px 50px 50px;
  }
  .galerie-lightbox {
    padding: 50px 50px 50px 50px;
  }
  .galerie-lightbox .swiper-wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .full-img figure img {
    max-height: 350px;
  }
  .cta-text-btn {
    padding: 50px 50px 50px 50px;
  }
  .fullwidth-video video {
    height: 400px;
  }
  .video-vlevo-vpravo {
    flex-direction: column;
    padding-right: 0px;
  }
  .video-vlevo-vpravo video {
    padding-right: 0;
  }
  .cta-text-btn {
    flex-direction: column;
  }
  .cta-text-btn .text, .cta-text-btn .cta {
    max-width: 100%;
    text-align: left;
  }
  .blok-obrazek-video figure img {
    max-height: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .type-product {
    overflow-x: hidden;
  }
  .content-wrapper .container {
    padding-left: 10px;
    padding-right: 10px;
  }
  #fullwidth-sekce {
    padding-left: 10px;
    padding-right: 10px;
  }
  .type-product .content-wrapper > .container {
    padding-left: 30px;
    padding-right: 30px;
  }
  .swiper-button-prevnext.swiper-button-prev {
    left: 0 !important;
  }
  .swiper-button-prevnext.swiper-button-next {
    right: 0 !important;
  }
  body.in-znacka #products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .type-product .tab-container {
    padding-left: 10px;
    padding-right: 10px;
  }
  .galerie-lightbox img {
    max-height: 400px;
  }
  .video-wrapper-mobile video {
    display: none;
  }
}
@media only screen and (min-width: 576px) {
  .galerie-lightbox .swiper-button-prev, .galerie-lightbox .swiper-button-next {
    display: none;
  }
}
.benefitBanner__picture {
    flex: 0 0 100px;
    max-width: 100px;
  }
@media only screen and (max-width: 575px) {
  .benefitBanner__picture {
    flex: 0 0 75px;
    max-width: 75px;
  }
  .benefitBanner {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    column-gap: 20px;
    row-gap: 20px;
	   max-width: 300px;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .template-13 .benefitBanner .benefitBanner__item, .type-detail .benefitBanner .benefitBanner__item {
    margin-bottom: 0;
    width: 100%;
    flex-direction: row;
  }
  .desktop strong.benefitBanner__title {
    display: none;
  }
	
	.mobile strong.benefitBanner__title {
    display: block;
    font-size: 17px;
}
	
  .mobile .benefitBanner__data, .desktop .benefitBanner__data {
    font-size: 14px;
    line-height: 1.1;
    margin-bottom: 5px;
    display: block;
  }
	.desktop .benefitBanner__data {
	    font-weight: bold;
	}
  .in-index .benefitBanner__content, .type-detail .benefitBanner__content {
    padding-right: 0;
  }
  .blok-textu, .galerie-lightbox {
    padding: 30px;
  }
  .galerie-lightbox .swiper-wrapper {
    display: flex;
    gap: 0 !important;
  }
  .galerie-lightbox .swiper-button-prev, .galerie-lightbox .swiper-button-next {
    z-index: 1;
    background: white;
    opacity: 0.75;
    position: absolute;
    width: 32px;
    z-index: 2;
    height: 32px;
  }
  .galerie-lightbox .swiper-button-prev:hover, .galerie-lightbox .swiper-button-next:hover {
    opacity: 1;
  }
  .galerie-lightbox .swiper-button-prev {
    left: 0;
  }
  .galerie-lightbox .swiper-button-next {
    right: 0;
  }
  .galerie-lightbox .swiper-button-prev:after, .galerie-lightbox .swiper-button-next:after {
    position: absolute;
  }
  .full-img {
    padding-top: 30px;
  }
  .cta-text-btn {
    padding: 30px;
  }
  .full-img h2, .full-img p {
    padding: 0 30px;
  }
  .full-img figure {
    padding-top: 10px;
  }
  .cta-text-btn h2 {
    margin-top: 0;
  }
  .fullwidth-video video {
    height: 600px;
  }
  .type-product .p-thumbnails {
    padding: 0 15px;
  }
  .type-detail div#tab-content {
    padding: 30px;
    border-radius: 10px;
    margin-bottom: 30px;
  }
  .shp-tabs-wrapper.p-detail-tabs-wrapper {
    margin-bottom: 0px;
  }
  li.shp-tab.active {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  .galerie-lightbox figure {
    height: auto;
  }
}
/* VIDEO LONG*/
/* Styly pro obalující element pro desktop */
.video-wrapper-long .video-wrapper-desktop {
  position: relative;
  width: 100%;
}
/* Styly pro obrázek s ikonkou play pro desktop */
.video-wrapper-long .play-icon-desktop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('https://www.placestore.cz/user/documents/play2.png'); /* Přidejte URL obrázku ikonky play */
  background-size: 11%;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
/* Styly pro video pro desktop */
.video-wrapper-long video.desktop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  background-position: center;
  background-size: contain;
}
/* Styly pro mobilní zařízení */
@media (max-width: 767px) {
  .video-wrapper-long .play-icon-mobile {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('https://www.placestore.cz/user/documents/play2.png'); /* Přidejte URL obrázku ikonky play */
    background-size: 25%;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
  }
  .video-wrapper-long .video-wrapper-desktop {
    display: none;
  }
  .video-wrapper-long .video-wrapper-mobile {
    position: relative;
    width: 100%; /* Poměr 9:16 */
  }
  ß /* Styly pro video pro mobilní zařízení */
  .video-wrapper-long video.mobile {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .full-text {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 767px) {
  .video-wrapper-long .video-wrapper-mobile {
    display: none;
  }
}
@media (min-width: 1410px) {
  #fullwidth-sekce .blok-textu-vlevo-vpravo {
    min-height: 800px;
  }
  #fullwidth-sekce .blok-textu {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    flex: 1;
    align-items: flex-start;
    justify-content: center;
  }
  #fullwidth-sekce h2 {
    font-size: 28px;
    line-height: 2.2
  }
  #fullwidth-sekce p {
    font-size: 20px;
    line-height: 2
  }
  #fullwidth-sekce li {
    font-size: 20px;
    line-height: 2
  }
}
#content .full-text p {
  display: block;
}