/* JAK VYBRAT SPRÁVNOU VELIKOST -- Úvodní sekce */
.js-jak-vybrat-spravnou-velikost-guide {
  max-width: 1100px;
  margin: 0 auto;
}

.js-introduction-text-jvsv {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-top: 86px;
  padding-bottom: 86px;
}

.js-introduction-description-jvsv {
  padding-top: 30px;
}

.js-introduction-text-jvsv h2 {
  font-size: 26px;
  font-weight: 500;
}

.js-introduction-text-jvsv p {
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
}

@media (max-width: 768px) {
  .js-introduction-text-jvsv {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

/* JAK VYBRAT SPRÁVNOU VELIKOST -- Sekce pro výběr typu postavy */
.js-character-type {
  background-color: #f4f4f4;
  border-radius: 3px;
}

.js-character-type-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
}

.js-character-type-text h2 {
  font-size: 20px;
  color: #000000;
  font-weight: 700;
}

.js-character-type-text p {
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
  padding-top: 16px;
}

.js-character-type-categories {
  display: flex;
  justify-content: center;
  gap: 68px;
  padding-top: 35px;
  flex-wrap: nowrap;
}

.js-character-type-option {
  max-width: 260px;
}

.js-character-type-option p {
  padding-top: 20px;
}

.js-character-type-categories .js-btn {
  text-align: center;
  border-radius: 3px;
  color: #ffffff;
  background-color: #000000;
  font-size: 16px;
  font-weight: 500;
  width: 164px;
  height: 40px;
  cursor: pointer;
  border: none;
  transition: background 0.3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  outline: none;
  box-sizing: border-box;
}

.js-character-type-categories .js-btn:hover {
  border: 2px solid #000000;
  color: #000000;
  background: transparent;
  text-decoration: none;
}

@media (max-width: 768px) {
  .js-character-type-text {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .js-mobile-break {
    display: block;
  }
  .js-character-type-categories {
    gap: 10px;
  }
  .js-character-type-option {
    max-width: 164px;
  }
}

/* JAK VYBRAT SPRÁVNOU VELIKOST -- Sekce výběru trička podle výšky */

.js-height-tshirt-text {
  text-align: center;
  padding-top: 100px;
}

.js-height-tshirt-text h2 {
  font-size: 20px;
  font-weight: bold;
  color: #000000;
}

.js-height-tshirt p.subtitle {
  font-size: 14px;
  color: #000000;
  margin-top: 8px;
}

.js-height-tshirt .js-cards {
  padding-top: 25px;
  width: 80%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  padding-bottom: 100px;
}

.js-height-tshirt .js-card {
  flex: 1;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.js-height-tshirt .js-height-option {
  height: 450px;
  max-width: 300px;
}

.js-height-tshirt .js-card img {
  height: 250px !important;
  margin-bottom: 20px;
}

.js-height-tshirt .js-btn {
  text-align: center;
  border-radius: 3px;
  color: #ffffff;
  background-color: #000000;
  font-size: 16px;
  font-weight: 500;
  width: 164px;
  height: 40px;
  cursor: pointer;
  border: none;
  transition: background 0.3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  outline: none;
  box-sizing: border-box;
}

.js-height-tshirt .js-btn:hover {
  border: 2px solid #000000;
  color: #000000;
  background: transparent;
  text-decoration: none;
}

.js-height-tshirt .js-sizes {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-top: 6px;
  font-weight: 500;
}

.js-height-tshirt .js-row-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.js-height-tshirt .js-row-buttons a {
  width: 120px;
}

.js-height-tshirt .js-option {
  text-align: center;
}

.js-height-tshirt .js-desc {
  max-width: 300px;
  height: 134px !important;
  background: #f7f7f7;
  padding: 25px;
  border-radius: 6px;
  font-size: 14px;
  color: #444;
  line-height: 1.5;
}

.js-height-tshirt .js-desc p {
  margin: 0 !important;
}

@media (max-width: 768px) {
  .js-height-tshirt-text {
    padding-top: 50px;
  }

  .js-height-tshirt .js-cards {
    padding-bottom: 0px;
    gap: 20px;
  }

  .js-height-tshirt .js-height-option {
    height: unset;
  }

  .js-height-tshirt .js-desc {
    width: 100vw;
    max-width: 100vw;
    border-radius: 0;
  }
}

/* JAK VYBRAT SPRÁVNOU VELIKOST -- Výběr trička podle výšky - Video sekce */
.js-height-tshirt video {
  border-radius: 3px;
}

.js-height-tshirt .js-video-desktop {
  display: none;
}

.js-height-tshirt .js-video-mobile {
  display: block;
  max-width: 720px;
}

@media (min-width: 769px) {
  .js-height-tshirt .js-video-desktop {
    display: block;
  }
  .js-height-tshirt .js-video-mobile {
    display: none;
  }
  .js-height-tshirt .js-card {
    max-width: none;
  }
}

@media (max-width: 768px) {
  .js-height-tshirt video {
    border-radius: 0px;
  }
}

/* JAK VYBRAT SPRÁVNOU VELIKOST -- Sekce výběru kalhot podle výšky */

.js-height-pants-text h2 {
  font-size: 20px;
  font-weight: bold;
  color: #000000;
}

.js-height-pants-text p {
  font-size: 14px;
  color: #000000;
  margin-top: 8px;
}

.js-height-pants .js-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.js-height-pants .js-sizes.last-child {
  padding-bottom: 0;
}

.js-height-pants .js-cards {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
  padding-top: 25px;
}

.js-height-pants .js-btn {
  text-align: center;
  border-radius: 3px;
  color: #ffffff;
  background-color: #000000;
  font-size: 16px;
  font-weight: 500;
  width: 164px;
  height: 40px;
  cursor: pointer;
  border: none;
  transition: background 0.3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  outline: none;
  box-sizing: border-box;
}

.js-height-pants .js-btn:hover {
  border: 2px solid #000000;
  color: #000000;
  background: transparent;
  text-decoration: none;
}

.js-height-pants-text {
  text-align: center;
  padding-top: 100px;
}

.js-height-pants-text h2 {
  font-size: 20px;
  font-weight: bold;
  color: #000000;
}

.js-height-pants p.subtitle {
  font-size: 14px;
  color: #000000;
  margin-top: 8px;
}

.js-height-pants img {
  width: auto;
  max-height: 325px;
}

.js-height-pants .js-desc {
  font-size: 14px;
  display: flex;
  justify-content: center;
  padding-top: 50px;
}

.js-height-pants .js-sizes {
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 20px;
  padding-top: 6px;
  font-weight: 500;
  text-align: center;
}

@media (max-width: 768px) {
  .js-height-pants {
    margin-left: 10px;
    margin-right: 10px;
  }

  .js-height-pants img {
    width: auto;
    max-height: 280px;
  }

  .js-height-pants-text {
    padding-top: 50px;
  }

  .js-height-pants .js-desc {
    padding-top: 25px;
    text-align: center;
  }

  .js-height-pants .js-card:nth-child(3) {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
    align-items: flex-start;
    justify-content: center;
  }

  .js-height-pants .js-card:nth-child(3) button,
  .js-height-pants .js-card:nth-child(3) .js-sizes {
    margin-bottom: 0;
  }
}

/* JAK VYBRAT SPRÁVNOU VELIKOST -- Jak vybrat správnou velikost - mikiny a tepláky sekce */
.js-how-to-choose-size {
  padding-top: 100px;
  text-align: center;
}

.js-how-to-choose-size h2 {
  font-size: 20px;
  font-weight: bold;
  color: #000000;
  padding-bottom: 25px;
}

@media (max-width: 768px) {
  .js-how-to-choose-size {
    padding-top: 50px;
  }
}

/* JAK VYBRAT SPRÁVNOU VELIKOST -- Sekce výběru mikiny podle výšky - Video sekce */
.js-how-to-choose-size video {
  border-radius: 3px;
}

.js-how-to-choose-size .js-video-desktop {
  display: none;
}

.js-how-to-choose-size .js-video-mobile {
  display: block;
  max-width: 720px;
}

@media (min-width: 769px) {
  .js-how-to-choose-size .js-video-desktop {
    display: block;
  }
  .js-how-to-choose-size .js-video-mobile {
    display: none;
  }
  .js-how-to-choose-size .js-card {
    max-width: none;
  }
  .js-how-to-choose-size video {
    border-radius: 0px;
  }
}

/* JAK VYBRAT SPRÁVNOU VELIKOST -- Vyber si podle materiálu sekce */

.js-select-by-material {
  padding-bottom: 20px;
  padding-top: 100px;
}

.js-select-by-material-text {
  text-align: center;
}

.js-select-by-material h2 {
  font-size: 20px;
  font-weight: bold;
  color: #000000;
}

.js-select-by-material p {
  font-size: 14px;
  color: #000000;
  margin-top: 8px;
}

.js-select-by-material .js-grid-container {
  padding-top: 25px;
  display: grid;
  width: 80%;
  margin: 0 auto;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.js-select-by-material .js-image-card {
  position: relative;
  cursor: pointer;
  border-radius: 2px;
}

.js-select-by-material .js-image-card img {
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease-in-out, opacity 0.5s;
}

.js-select-by-material .js-image-card .js-overlay:hover {
  background-color: #333333;
  color: #fff;
  transition: background 0.2s;
}

.js-select-by-material .js-image-card:hover img {
  opacity: 80%;
}

.js-select-by-material .js-overlay {
  text-align: center;
  width: 160px;
  position: absolute;
  bottom: 0.7rem;
  left: 50%;
  transform: translateX(-50%);
  background-color: #f4f4f4;
  padding: 0.5rem 1rem;
  border-radius: 2px;
}

.js-select-by-material .js-overlay span {
  font-weight: 600;
  font-size: 14px;
}

@media (min-width: 768px) {
  .js-select-by-material .js-grid-container {
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
  }
}

@media (max-width: 767px) {
  .js-select-by-material .js-grid-container {
    width: auto;
    gap: 10px;
    padding: 0px;
  }

  .js-select-by-material .js-select-by-material-description {
    display: none;
  }
}

/* O MATERIÁLECH -- Úvodní sekce */
.js-o-materialech {
  max-width: 1000px;
  margin: 0 auto;
}
.js-introduction-text-om {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-top: 60px;
  padding-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

.js-introduction-description-om {
  padding-top: 30px;
}

.js-introduction-text-om h2 {
  font-size: 24px;
  font-weight: 500;
  margin: 0 !important;
}

.js-introduction-text-om p {
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
  margin: 0 !important;
}

.js-introduction-om .js-grid-container {
  padding-top: 25px;
  display: grid;
  width: 80%;
  margin: 0 auto;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.js-introduction-om .js-image-card {
  position: relative;
  cursor: pointer;
  border-radius: 2px;
}
/* /////////////////*/
.js-introduction-om .js-image-card img {
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease-in-out, opacity 0.5s;
}

.js-introduction-om .js-image-card .js-overlay:hover {
  background-color: #333333;
  color: #fff;
  transition: background 0.2s;
}

/* /////////////////*/
.js-introduction-om .js-image-card:hover img {
  opacity: 80%;
}

.js-introduction-om .js-overlay {
  text-align: center;
  width: 160px;
  position: absolute;
  bottom: 0.7rem;
  left: 50%;
  transform: translateX(-50%);
  background-color: #f4f4f4;
  padding: 0.5rem 1rem;
  border-radius: 2px;
}

.js-introduction-om .js-overlay span {
  font-weight: 600;
  font-size: 14px;
}

@media (min-width: 768px) {
  .js-introduction-om .js-grid-container {
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
  }
}

@media (max-width: 767px) {
  .js-introduction-om .js-grid-container {
    width: auto;
    gap: 10px;
    padding: 0px;
  }

  .js-introduction-om .js-introduction-description {
    display: none;
  }
}

/* O MATERIALECH -- Material section */
.js-material-section {
  padding: 60px 0px 0px 0px;
}
.js-material-section .js-card {
  height: 600px;
  display: flex;
  align-items: stretch;
  justify-content: center;
  margin-bottom: 60px;
  background: #fff;
  border-radius: 2px;
  position: relative;
  overflow: visible;
}

.js-material-section .js-card.reverse {
  flex-direction: row-reverse;
}
.js-material-section .js-text-content {
  flex: 0 0 auto;
  height: auto;
  display: flex;
  flex-direction: column;
  align-self: flex-end;
  flex: 1;
  padding: 30px;
  position: relative;
  z-index: 2;
  background-color: #f4f4f4;
  border-radius: 2px;
  max-width: 425px;
}
.js-material-section .js-text-content .js-left-text {
  background-color: #f8f8f8;
}
.js-material-section .js-text-content .js-right-text {
  background-color: #f8f8f8;
}
.js-material-section .js-image-container {
  flex: 1;
  position: relative;
  min-width: 0;
}
.js-material-section .js-image-container img {
  width: 120%;
  height: auto;
  max-width: unset !important;
  object-fit: contain;
  border-radius: 2px;
  z-index: 1;
}
.js-material-section h2 {
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 0 15px 0 !important;
}

.js-material-section .js-description {
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 1.4;
}

.js-material-section .js-care-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.js-material-section .js-care-list li {
  font-size: 14px;
  margin-bottom: 5px;
  position: relative;
  padding-left: 20px;
}
.js-material-section .js-care-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #000;
  font-size: 18px;
  line-height: 1;
}
.js-material-section .js-icons {
  margin-top: 15px;
  display: flex;
  justify-content: center;
}
.js-material-section .js-icons img {
  width: 24px;
  height: 24px;
  margin-right: 15px;
}

.js-material-section .js-button {
  position: absolute;
  width: 280px;
  height: 45px;
  text-align: center;
  justify-content: center;
  display: inline-flex;
  align-items: center;
  background-color: #000;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  letter-spacing: 1px;
  border-radius: 2px;
  transition: background 0.3s ease;
  cursor: pointer;
  z-index: 10;
}

.js-material-section .js-button:hover {
  border: 2px solid #000000;
  color: #000000;
  background-color: #fff;
  text-decoration: none;
}

.js-material-section .desktop-btn {
  display: inline-flex;
}

.js-material-section .mobile-btn {
  display: none;
}

.js-material-section .js-tip {
  font-size: 14px;
  margin: 20px 0 0 0 !important;
}

.js-material-section h3 {
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 10px 0 !important;
  text-transform: uppercase;
}

.js-material-section .js-image-left {
  display: flex;
  align-self: flex-start;
  justify-self: flex-end;
}

.js-material-section .js-image-right {
  display: flex;
  align-self: flex-start;
  justify-self: flex-start;
}

@media (max-width: 1200px) {
  .js-material-section .js-card {
    display: flex;
    flex-direction: column;
    height: auto;
    margin-bottom: 40px;
    height: 100%;
  }

  .js-material-section .js-card.reverse {
    flex-direction: column;
  }

  .js-material-section .js-image-container {
    order: -1; /* image always on top */
    width: 100%;
  }

  .js-material-section .js-image-container img {
    width: 100%;
    height: auto;
    border-radius: 0;
    object-fit: cover;
    max-width: unset !important;
  }

  .js-material-section .js-text-content {
    max-width: 100%;
    padding: 20px;
    background: #fff;
    border-radius: 0;
    flex: 1;
    display: flex;
    flex-direction: column;
    background-color: #f4f4f4;
  }

  .js-material-section h2 {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    margin: 0 0 15px 0 !important;
  }

  .js-material-section .js-description {
    font-size: 14px;
    line-height: 1.5;
  }

  .js-material-section h3 {
    text-align: center;
    margin-top: 20px;
    font-size: 16px;
    font-weight: 600;
  }

  .js-material-section .js-icons {
    justify-content: center;
    margin-top: 20px;
  }

  .js-material-section .js-tip {
    margin-top: 20px;
    font-size: 14px;
  }

  .js-material-section .js-button {
    margin-top: auto;
    position: static;
    align-self: center;
    width: 85%;
    max-width: 500px;
    position: relative !important;
    left: 0px !important;
    bottom: 0px !important;
    margin: 0 !important;
    border-radius: 3px;
    display: flex;
    justify-content: center;
  }

  .desktop-btn {
    display: none !important;
  }

  .js-material-section .js-card {
    position: relative;
    overflow: visible;
  }
  .js-material-section .js-card::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 15%;
    width: 100vw;
    height: 85%;
    background-color: #f4f4f4;
    z-index: 0;
    border-radius: 0;
  }
  .js-material-section .js-text-content,
  .js-material-section .js-image-container,
  .js-material-section .js-button {
    position: relative;
    z-index: 1;
  }

  .js-material-section .js-button {
    margin-bottom: 32px !important;
  }
}

/* O MATERIALECH -- Material section -- Organická Bavlna */

.js-material-section .js-button.button-organicka-bavlna {
  position: absolute;
  left: -80px;
  bottom: 135px;
}

/* O MATERIALECH -- Material section -- Len */

.js-material-section .js-button.button-len {
  position: absolute;
  right: -20px;
  bottom: 135px;
}

/* O MATERIALECH -- Material section -- Micromodal */

.js-material-section .js-button.button-micromodal {
  position: absolute;
  left: -80px;
  bottom: 130px;
}

/* O MATERIALECH -- Material section -- Merino Vlna */

.js-material-section .js-button.button-merino-vlna {
  position: absolute;
  left: -80px;
  bottom: 115px;
}

/* O MATERIALECH -- Recenze sekce */
.js-reviews-section {
  max-width: 1480px;
  margin: 30px auto;
  text-align: center;
}

.js-reviews-section h2 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 30px 0 !important;
  text-transform: uppercase;
}

.js-reviews-section .js-reviews-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  text-align: left;
}

.js-reviews-section .js-button-wrap {
  text-align: center;
  margin-top: 30px;
}

.js-reviews-section .js-review {
  background: #f4f4f4;
  padding: 20px;
  border-radius: 2px;
  font-size: 14px;
}

.js-reviews-section .js-review .js-name {
  font-weight: 500;
  margin-bottom: 5px;
}

.js-reviews-section .js-review .js-stars {
  color: #ffd700;
  margin-bottom: 8px;
  display: inline-block;
}

.js-reviews-section .js-review p {
  font-size: 13px;
  line-height: 1.4;
  margin: 0 !important;
}

.js-reviews-section .js-more-button {
  display: inline-block;
  background-color: black;
  color: white;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  padding: 12px 24px;
  border-radius: 4px;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.3s, color 0.3s;
  cursor: pointer;
  border: 2px solid black;
}

.js-reviews-section .js-more-button:hover {
  border: 2px solid #000000;
  color: #000000;
  background-color: #fff;
  text-decoration: none;
}

@media (max-width: 767px) {
  .js-reviews-section .js-reviews-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Doprava a platba -- Introduction Section */
.js-doprava-a-platba {
  max-width: 1150px;
  margin: 0 auto;
}

.js-introduction-dap {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  padding-bottom: 100px;
  padding-top: 100px;
  position: relative;
}

.js-introduction-dap .js-introduction-text {
  width: 50%;
  line-height: 1.5;
  display: flex;
  align-self: center;
  flex-direction: column;
  padding-right: 25px;
  box-sizing: border-box;
}

.js-introduction-dap .js-introduction-title {
  font-weight: 500;
  font-style: Medium;
  font-size: 26px;
  line-height: 100%;
  text-align: center;
  margin-bottom: 20px;
}

.js-introduction-dap .js-introduction-description {
  padding-left: 50px;
  text-align: left;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  line-height: 125%;
  letter-spacing: 0.05em;
}

.js-introduction-dap .js-introduction-image {
  width: 50%;
  display: flex;
  align-items: flex-start;
  padding-left: 25px;
  padding-right: 50px;
  box-sizing: border-box;
}

.js-introduction-dap .js-introduction-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.js-introduction-dap .js-introduction-review-container {
  margin-left: 50px;
  background-color: #f4f4f4;
  padding: 5px 10px;
  margin-top: 10px;
  border-radius: 2px;
  width: 70%;
  align-self: flex-start;
}

.js-introduction-dap .js-introduction-review-container-mobile {
  display: none;
}

.js-introduction-dap .js-break-mobile-dap {
  display: none;
}

.js-introduction-dap .js-break-desktop-dap {
  display: block;
}
@media (max-width: 500) {
  .js-introduction-dap .js-break-mobile-dap {
    display: block;
  }
}

@media (max-width: 960px) {
  .js-introduction-dap {
    padding-top: 60px;
    padding-bottom: 90px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
  }
  .js-introduction-dap .js-introduction-text,
  .js-introduction-dap .js-introduction-image,
  .js-introduction-dap .js-introduction-review-container {
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .js-introduction-dap .js-introduction-description {
    padding-left: 0;
    text-align: center;
    line-break: auto;
    margin-left: 0%;
  }

  .js-introduction-dap .js-introduction-title {
    padding-left: 0;
    text-align: center;
  }

  .js-introduction-dap .js-introduction-image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    position: static;
  }
  .js-introduction-dap .js-introduction-review-container {
    display: none;
  }
  .js-introduction-dap .js-introduction-review-container-mobile {
    display: block;
    background-color: #f4f4f4;
    padding: 5px 10px 5px 10px;
    width: fit-content;
    letter-spacing: 0.05em;
    position: absolute;
    left: 20px;
    bottom: 60px;
    min-width: 180px;
    border-radius: 2px;
    max-width: 80%;
    z-index: 2;
  }

  .js-introduction-dap .js-break-desktop-dap {
    display: none;
  }
}

/* Doprava a platba -- Extra options */

.js-introduction-dap .js-reviewer-name {
  font-weight: bold;
  font-size: 14px;
  margin-right: 5px;
  background-color: transparent;
}

.js-introduction-dap .js-star-rating {
  color: #e7c520;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 2px;
  background-color: transparent;
}

.js-introduction-dap .js-review-text {
  font-size: 12px;
  line-height: 1.5;
  background-color: transparent;
  text-align: left;
}

.js-options-extra-dap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1050px;
  margin: 0 auto;
  gap: clamp(20px, 5vw, 50px);
}

.js-options-extra-dap div {
  flex: 1 1 200px;
  max-width: 600px;
  min-width: 280px;
}

.js-options-extra-dap h3 {
  font-weight: 500;
  font-size: 20px;
  font-style: Medium;
  padding: clamp(8px, 2vw, 12px);
  color: #ffffff;
  background-color: #000000;
  text-align: center;
  text-transform: uppercase;
  border-radius: 4px;
  margin: 0 !important;
}

.js-options-extra-dap ul {
  list-style-type: none;
  margin-bottom: clamp(15px, 3vw, 20px);
  padding: 0 clamp(10px, 3vw, 20px);
}

.js-options-extra-dap li {
  padding: 14px 0;
  border-bottom: 1px solid #ccc;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  padding-left: 7px;
}

.js-options-dap li span {
  font-weight: 400;
  font-size: 14px;
  font-style: Regular;
  white-space: nowrap;
}

.js-options-extra-dap .extra {
  padding-top: 50px;
}

.js-options-dap {
  margin-bottom: 40px !important;
}

@media (max-width: 1000px) {
  .js-options-extra-dap {
    padding-top: 40px;
  }
}

@media (max-width: 768px) {
  .js-options-extra-dap {
    flex-direction: column;
    padding-top: 0px;
    gap: 0px;
    align-items: stretch;
  }

  .js-options-extra-dap div {
    max-width: none;
    min-width: auto;
  }

  .js-options-extra-dap h3 {
    margin-bottom: 0;
  }

  .js-options-extra-dap ul {
    padding: 0 10px;
    margin-bottom: 40px;
  }

  .js-options-extra-dap .extra {
    padding-top: 0;
  }

  .js-options-dap .js-delivery-options .js-mobilni-zalomeni {
    display: block;
  }

  .js-options-dap .js-delivery-options .js-desktop-zalomeni {
    display: none;
  }
}

/* Options Section LEFT */

.js-options-dap .js-delivery-options .js-shipping-list a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.js-options-dap .js-delivery-options li {
  height: 70px;
  overflow: hidden;
}

.js-options-dap .js-delivery-options .js-shipping-method {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.js-options-dap .js-delivery-options .js-carrier-logo {
  width: auto;
  position: absolute;
  max-height: 35px;
  max-width: 100px;
}

.js-options-dap .js-delivery-options .js-carrier-details {
  padding-left: 70px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 400;
}

.js-options-dap .js-delivery-options .js-carrier-name {
  font-size: 14px;
}

.js-options-dap .js-delivery-options .js-carrier-description {
  font-size: 12px;
}

.js-options-dap .js-delivery-options .js-options-description {
  font-weight: 400;
  text-align: center;
  font-size: 14px;
  margin-top: 12px;
  letter-spacing: 0.05em;
}

.js-options-dap .js-delivery-options .js-desktop-zalomeni {
  display: block;
}

.js-options-dap .js-delivery-options .js-mobilni-zalomeni {
  display: none;
}

@media (max-width: 1000px) {
  .js-options-dap .js-delivery-options .js-mobilni-zalomeni {
    display: block;
  }

  .js-options-dap .js-delivery-options .js-desktop-zalomeni {
    display: none;
  }
}

@media (max-width: 768px) {
  .js-options-dap .js-delivery-options .js-options-description {
    margin-bottom: 50px;
  }
}

/* Options Section RIGHT */

.js-options-dap .js-payment-list li {
  height: 70px;
}

.js-options-dap .js-payment-list {
  margin: 0 0 20px 0 !important;
}

.js-options-dap .js-payment-list li .js-payment {
  text-decoration: none;
  color: inherit;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.js-options-dap .js-payment-list .js-payment-method {
  display: flex;
  align-items: center;
  gap: 20px;
}

.js-options-dap .js-payment-list li:last-child {
  border-bottom: none;
}

.js-options-dap .js-payment-list .js-payment-method img {
  width: 35px;
  height: 35px;
}

.js-options-dap .js-payment-list .js-payment-method .js-long-logo {
  width: 45px;
  height: 35px;
  margin-right: -10px;
}

.js-options-dap .js-payment-list .js-google-pay img {
  width: 30px;
  height: 30px;
  margin-left: 2.5px;
  margin-right: 2.5px;
}

.js-options-dap .js-payment-list .js-price {
  color: #23cc3d;
  display: flex;
  font-size: 14px;
  align-items: center;
}

.js-options-dap .js-payment-list li:last-child .js-price {
  color: #000000;
  padding-right: 15px;
  display: flex;
  align-items: center;
}

/* Payment method responsive display */
.js-payment-method-mobile {
  display: none;
}

.js-payment-method-desktop {
  display: inline;
}

@media (max-width: 768px) {
  .js-payment-method-mobile {
    display: inline;
  }

  .js-payment-method-desktop {
    display: none;
  }
}

/* Delivery Options */
.js-options-extra-dap .js-country-list {
  margin: 0 0 20px 0 !important;
}

.js-options-extra-dap .js-country-info {
  display: flex;
  align-items: center;
  gap: 25px;
}

.js-options-extra-dap .js-flag {
  width: 35px;
  height: 35px;
}

.js-options-extra-dap .js-dropdown-item {
  justify-content: space-between;
}

.js-options-extra-dap .js-country-list li:last-child {
  border-bottom: none;
}

/*FAQ SECTION */
.js-faq-dap .js-faq-item {
  padding: 0 19px;
  margin-bottom: 14px;
  border-radius: 3px;
  overflow: hidden;
}

.js-faq-dap .js-faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 15px;
  margin: 0 !important;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  background-color: #f4f4f4;
  transition: background-color 0.2s ease;
}

.js-faq-dap .js-faq-question:hover {
  background-color: #efefef;
}

.js-faq-dap .js-toggle-icon {
  background-color: inherit;
  font-size: 30px;
  transition: transform 0.3s ease;
}

.js-faq-dap .js-faq-content {
  max-height: 0;
  max-width: 462px;
  transition: max-height 0.3s ease-out;
  background-color: #f4f4f44d;
  padding: 0 19px;
}

.js-faq-dap .js-faq-content p {
  background-color: #f4f4f44d;
  padding: 15px 0;
  font-size: 14px;
  line-height: 1.5;
}

.js-faq-dap h3 {
  margin-bottom: 14px !important;
}

@media (max-width: 768px) {
  .js-faq-dap {
    margin-bottom: 10px;
  }

  .js-faq-dap .js-faq-item {
    padding: 0;
  }
  .js-faq-dap .js-faq-question {
    padding: 5px 20px;
  }
  .js-options-extra-dap .js-country-list {
    margin: 0 0 50px 0 !important;
  }
}
.js-faq-dap .js-faq-item.active .js-faq-content {
  max-height: 200px;
  border-top: 1px solid #ccc;
}

.js-faq-dap .js-faq-item.active .js-toggle-icon {
  transform: rotate(180deg);
}

/* Image Gallery Section */

.js-image-gallery {
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 20px;
  width: 100%;
  max-width: 1150px;
  box-sizing: border-box;
}

.js-image-gallery img {
  flex: 1 1 0;
  width: 100%;
  height: 373px;
}

@media (max-width: 1050px) {
  .js-image-gallery {
    padding-top: 30px;
    padding-bottom: 30px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 10px;
    width: 100%;
    overflow: hidden;
  }

  .js-image-gallery img {
    flex: 1 1 0;
    width: 100%;
    height: auto;
    object-fit: cover;
    min-width: 0;
  }
  .js-image-gallery img:nth-child(2) {
    display: none;
  }
}

/* OVERENO ZAKAZNIKY -- Úvodní sekce */
.js-overeno-zakazniky {
  max-width: 1150px;
  margin: 0 auto;
}

.js-introduction-oz {
  max-width: 950px !important;
  margin: 0 auto;
}
.js-introduction-oz-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 10px;
  padding-right: 10px;
}

.js-introduction-oz-description {
  padding-top: 30px;
}

.js-introduction-oz-text h2 {
  font-size: 24px;
  font-weight: 500;
  margin: 0px !important;
}

.js-introduction-oz-text p {
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
  padding: 0 75px;
}

@media (max-width: 768px) {
  .js-introduction-oz-text h2 {
    font-size: 20px;
  }
  .js-introduction-oz-text p {
    font-size: 13px;
    padding: 0;
  }
}

/* OVERENO ZAKAZNIKY -- Recenze známých osobností sekce */
.js-overeno-zakazniky-customers-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 950px !important;
  margin: auto;
}

.js-overeno-zakazniky-customers-container .js-card {
  background: white;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.js-overeno-zakazniky-customers-container .js-card-img {
  position: relative;
  width: 100%;
  height: 300px;
  overflow: visible;
}

.js-overeno-zakazniky-customers-container .js-card-img img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: center top;
  border-radius: 2px;
}

.js-overeno-zakazniky-customers-container .js-overlay-btn {
  position: absolute;
  padding: 10px 18px;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  width: 200px;
  height: 50px;
  text-align: center;
  justify-content: center;
  display: inline-flex;
  align-items: center;
  background-color: #000;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
  letter-spacing: 1px;
  border-radius: 2px;
  transition: background 0.3s ease;
  cursor: pointer;
  z-index: 10;
}

.js-overeno-zakazniky-customers-container .js-overlay-btn:hover {
  border: 2px solid #000000;
  color: #000000;
  background-color: #fff;
  text-decoration: none;
}

.js-overeno-zakazniky-customers-container .js-card-body {
  padding-top: 40px;
}

.js-overeno-zakazniky-customers-container .js-card-header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 5px;
}

.js-overeno-zakazniky-customers-container .js-card-header h3 {
  font-size: 14px;
  margin: 0;
  font-weight: 500;
}

.js-overeno-zakazniky-customers-container .js-card-header span {
  font-size: 14px;
  font-weight: 500;
  color: #000000;
}

.js-overeno-zakazniky-customers-container .js-subtitle {
  font-size: 13px;
  font-weight: 400;
  color: #000000;
  margin-bottom: 10px;
}

.js-overeno-zakazniky-customers-container .js-review-container {
  margin-top: 10px;
  padding: 5px 10px;
  border-radius: 2px;
  background-color: #f3f3f3;
  height: 100%;
}

.js-overeno-zakazniky-customers-container .js-stars {
  color: gold;
  font-size: 14px;
  margin-bottom: 5px;
}

.js-overeno-zakazniky-customers-container .js-review {
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  line-height: 1.4;
  padding-bottom: 5px;
}

@media (max-width: 768px) {
  .js-overeno-zakazniky-customers-container {
    grid-template-columns: 1fr;
  }

  .js-overeno-zakazniky-customers-container .js-card-img {
    height: auto;
    min-height: 300px;
  }

  .js-overeno-zakazniky-customers-container .js-card-img img {
    height: auto;
    object-fit: contain;
    object-position: center center;
  }

  .js-overeno-zakazniky-customers-container .js-overlay-btn {
    width: 225px;
    height: 55px;
    font-size: 14px;
  }
}

/* OVERENO ZAKAZNIKY -- Banner sekce */
.js-overeno-zakazniky-banner .js-banner-background {
  position: relative;
  overflow: hidden;
  width: 100vw;
  max-width: 1500px;
  margin: 0 auto;
  padding: 60px 0;
  height: 650px;
  left: 50%;
  transform: translateX(-50%);
}
.js-overeno-zakazniky-banner .js-img-background {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.js-overeno-zakazniky-banner .js-banner-background-block {
  padding: 30px 20px;
  background-color: white;
  color: black;
  max-width: 390px;
  min-width: 370px;
  min-height: 200px;
  border-radius: 2px;
  position: absolute;
  top: 50%;
  left: max(50px, calc(50% - 475px));
  display: flex;
  flex-direction: column;
  transform: translateY(-50%);
}
.js-overeno-zakazniky-banner .js-banner-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-align: center;
}
.js-overeno-zakazniky-banner .js-banner-title {
  min-width: 10px;
  max-width: 90%;
  color: black;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
}

.js-overeno-zakazniky-banner .js-banner-text {
  font-size: 14px;
  font-family: "montserrat";
  letter-spacing: 0.7px;
  line-height: 1.5;
  width: 330px;
  padding: 10px 0;
}

.js-overeno-zakazniky-banner .js-banner-button {
  margin-top: 20px;
  padding: 10px 18px;
  width: 300px;
  height: 40px;
  text-align: center;
  justify-content: center;
  display: inline-flex;
  align-items: center;
  background-color: #000;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  letter-spacing: 1px;
  border-radius: 2px;
  transition: background 0.3s ease;
  cursor: pointer;
  z-index: 10;
}

.js-overeno-zakazniky-banner .js-banner-button:hover {
  border: 2px solid #000000;
  color: #000000;
  background-color: #fff;
  text-decoration: none;
}

@media (max-width: 768px) {
  .js-overeno-zakazniky-banner .js-img-background {
    object-position: 20% center;
  }

  .js-overeno-zakazniky-banner .js-banner-background-block {
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: calc(100vw - 40px);
  }
}

/* OVERENO ZAKAZNIKY -- Viděn v TallGuys sekce */
.js-viden-v-tallguys-container h2 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
}

.js-viden-v-tallguys-container .js-card-body {
  padding-top: 15px;
}

/* OVERENO ZAKAZNIKY -- Recenze sekce */
.js-overeno-zakazniky-reviews-section {
  max-width: 1480px;
  margin-top: 60px;
  text-align: center;
}

.js-overeno-zakazniky-reviews-section h2 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.js-overeno-zakazniky-reviews-section .js-reviews-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  text-align: left;
}

.js-overeno-zakazniky-reviews-section .js-button-wrap {
  text-align: center;
  margin-top: 20px;
}

.js-overeno-zakazniky-reviews-section .js-review {
  background: #f4f4f4;
  padding: 20px;
  border-radius: 2px;
  font-size: 14px;
}

.js-overeno-zakazniky-reviews-section .js-review .js-name {
  font-weight: 500;
  margin-bottom: 5px;
}

.js-overeno-zakazniky-reviews-section .js-review .js-stars {
  color: #ffd700;
  margin-bottom: 8px;
  display: inline-block;
}

.js-overeno-zakazniky-reviews-section .js-review p {
  font-size: 13px;
  line-height: 1.4;
}

.js-overeno-zakazniky-reviews-section .js-more-button {
  display: inline-block;
  background-color: black;
  color: white;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  padding: 10px 24px;
  border-radius: 2px;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.3s, color 0.3s;
  cursor: pointer;
  border: 2px solid black;
}

.js-overeno-zakazniky-reviews-section .js-more-button:hover {
  border: 2px solid #000000;
  color: #000000;
  background-color: #fff;
  text-decoration: none;
}

@media (max-width: 767px) {
  .js-overeno-zakazniky-reviews-section .js-reviews-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* OVERENO ZAKAZNIKY -- Náš příběh sekce */
.js-overeno-zakazniky-story {
  display: flex;
  width: 100%;
  max-width: 950px !important;
  justify-self: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
}

.js-overeno-zakazniky-story .js-story-option-right {
  width: 50%;
  padding: 0 0 0 30px;
  text-align: justify;
  position: relative;
}

.js-overeno-zakazniky-story .js-story-text-content {
  position: relative;
  width: 100%;
  text-align: LEFT;
  padding: 0px 60px 50px 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: self-start;
}

.js-overeno-zakazniky-story .js-story-header {
  font-size: 10px;
  letter-spacing: 0.7px;
  font-weight: 300;
  margin-top: 5px;
  margin-bottom: 5px;
}

.js-overeno-zakazniky-story .js-story-title {
  margin-top: 10px;
  margin-bottom: 5px;
  min-width: 10px;
  display: flex !important;
  color: black;
  align-items: center;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 500;
}

.js-overeno-zakazniky-story .js-story-text {
  font-size: 12px;
  line-height: 1.5;
  font-family: "montserrat";
  letter-spacing: 0.7px;
  font-weight: 300;
  margin-top: 10px;
  margin-bottom: 10px;
}

.js-overeno-zakazniky-story .js-js-story-option-left {
  transition-duration: 0.2s;
  transition-timing-function: ease-in;
  padding: 0 30px 0 0;
  overflow: hidden;
}

.js-overeno-zakazniky-story .js-story-option-left img {
  border-radius: 3px;
  max-width: 100%;
  height: 275px;
  object-fit: cover;
  object-position: center top;
  transition: opacity 0.5s ease;
  opacity: 1;
}

.js-overeno-zakazniky-story .js-story-option-left img:hover {
  opacity: 0.8;
}

.js-overeno-zakazniky-story .js-story-button {
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 10px 18px;
  min-width: 120px;
  height: 40px;
  text-align: center;
  justify-content: center;
  display: inline-flex;
  align-items: center;
  background-color: #000;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  letter-spacing: 1px;
  border-radius: 2px;
  transition: background 0.3s ease;
  cursor: pointer;
}

.js-overeno-zakazniky-story .js-story-button:hover {
  border: 2px solid #000000;
  color: #000000;
  background-color: #fff;
  text-decoration: none;
}

@media (max-width: 1000px) {
  .js-overeno-zakazniky-story {
    flex-direction: column-reverse;
  }

  .js-overeno-zakazniky-story .js-story-option-right {
    width: 100%;
    padding: 0;
    order: 1;
  }

  .js-overeno-zakazniky-story .js-story-text-content {
    padding: 0px 60px 50px 30px;
  }

  .js-overeno-zakazniky-story .js-js-story-option-left {
    width: 100%;
    padding: 0;
    order: 2;
    margin-top: 20px;
  }

  .js-overeno-zakazniky-story .js-story-option-left img {
    width: 100vw;
    height: auto;
    padding: 0;
    position: relative;
  }
}
