/* ==========================================================================
   VARIANTY
   ========================================================================== */
.variant-list th {
  color: #000 !important;
  font-size: 18px !important;
  font-weight: 600;
}

.advanced-parameter-inner {
  display: none !important;
}

label.advanced-parameter {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  margin: 8px;
  border: 1px solid #000;
  border-radius: 8px;
  background-color: #fff;
  cursor: pointer;
  transition: all 0.2s ease;
  font-size: 13px;
  font-weight: 500;
  color: #000;
  position: relative;
  min-width: 100px;
  height: 40px;
  text-align: center;
}

label.advanced-parameter:hover {
  background-color: #f0f0f0;
  border-color: #999;
}

label.advanced-parameter:has(input[type="radio"]:checked) {
  background-color: #e0007b;
  color: #fff;
  font-weight: bold;
  border-color: #7fa91d;
}

label.advanced-parameter .parameter-value {
  display: inline-block;
  z-index: 1;
}

/* ==========================================================================
   KOŠÍK
   ========================================================================== */
.flex-price-cart {
  display: flex;
  align-items: center;
  gap: 20px;
}

.cart-summary h4 {
  display: none;
}

/* ==========================================================================
   ŠIPKA NA POSUNUTÍ NAHORU
   ========================================================================== */
#c-back {
  position: fixed;
  display: none;
  align-items: center;
  bottom: 60px;
  right: 20px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 1;
  opacity: 0.75;
  background-color: rgba(0,0,0,.75);
  border-radius: 50%;
}

#c-back.visible {
  display: flex;
}

#c-back:hover {
  background-color: rgba(0,0,0,.9);
}

#c-back svg {
  transform: rotate(-180deg);
  margin: auto;
  width: 16px;
  height: 12px;
}

/* ==========================================================================
   SKRYTÉ ELEMENTY
   ========================================================================== */
.chevron-after.chevron-down-after,
.extended-description,
.social-buttons-wrapper,
#filters,
h1.category-title,
.welcome h1:first-of-type,
div.latest-contribution-wrapper.latest-contribution-wrapper--large,
.cart-summary h4 {
  display: none;
}

/* ==========================================================================
   BARVY A TEXT
   ========================================================================== */
body,
.dropdown-menu li a,
.top-navigation-bar-menu li::before,
#topNavigationDropdown,
.top-navigation-bar,
.top-navigation-bar a,
.top-navigation-bar-menu-helper li a,
.breadcrumbs a,
.breadcrumbs,
.navigation-in a,
.menu-helper a,
.navigation-in > ul > li.ext.exp a,
.subcategories li a,
.box-bg-variant .categories a,
.h4.homepage-group-title,
#content h1 {
  color: #000;
}

.welcome div,
.content-inner {
  max-width: 100%;
}

.homepage-box {
  background-color: white;
  border-bottom-color: white;
}

.sidebar.sidebar-left {
  background-color: #FFFFFF;
}

/* ==========================================================================
   IKONA KOŠÍKU NA TLAČÍTKU
   ========================================================================== */
.btn.btn-cart::before,
a.btn.btn-cart::before,
.btn.add-to-cart-button::before,
a.btn.add-to-cart-button::before {
  content: '\e921';
}

/* ==========================================================================
   ZÁLOŽKY
   ========================================================================== */
.shp-tab-link {
  color: #FFFFFF;
  background-color: #0077a6;
}

.active .shp-tab-link {
  color: #FFFFFF;
  background-color: #e0007b;
}

/* ==========================================================================
   ROZŠÍŘENÍ OBRAZOVKY / RESPONZIVITA
   ========================================================================== */
@media (min-width: 1200px) {
  .container {
    width: 1418px;
  }
}

/* ==========================================================================
   GALERIE OBRÁZKŮ
   ========================================================================== */
.gallery-image {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
}

.gallery-image:hover {
  transform: scale(1.03);
}

/* ==========================================================================
   VIDEO, TŘÍSLOUPCOVÝ GRID, PODKATEGORIE, LUXUSNÍ POPIS
   ========================================================================== */
.lux-video {
  margin: 32px 0 48px;
  display: flex;
  justify-content: center;
}

.lux-video-inner {
  width: 100%;
  max-width: 720px;
  aspect-ratio: 16 / 9;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 18px 45px rgba(0,0,0,0.18);
}

.lux-video-inner iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.three-column-intro-wrapper,
.lux-highlight {
  background: #f7fbff;
  padding: 50px 60px;
  border-radius: 24px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.08);
}

.three-column-intro-wrapper {
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50vw;
}

.three-column-intro {
  display: grid;
  grid-template-columns: 1.3fr 1.2fr 1.1fr;
  gap: 40px;
  max-width: 1400px;
  margin: 0 auto;
  align-items: start;
  padding: 0 20px;
}

.tci-block img {
  width: 100%;
  height: auto;
  border-radius: 12px;
}

@media (max-width: 900px) {
  .three-column-intro {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 0 10px;
  }
}

.heading-underline {
  position: relative;
}

.heading-underline > h1,
.heading-underline > h2,
.heading-underline > h3,
.heading-underline > h4 {
  position: relative;
  margin-bottom: 20px;
}

.heading-underline > h1::after,
.heading-underline > h2::after,
.heading-underline > h3::after,
.heading-underline > h4::after {
  content: "";
  display: block;
  width: 60px;
  height: 4px;
  margin-top: 12px;
  background: #f1008d;
  border-radius: 2px;
}

.tci-left h2,
.tci-right h2,
.category-bottom-luxury h2 {
    font-size: 2.7rem;
    font-weight: 700;
    margin-bottom: 20px;
    color: #000;
    position: relative;
}

.tci-left p,
.tci-right ul li {
  font-size: 1.5rem;
  line-height: 1.55;
  color: #000;
  margin-bottom: 10px;
}

.tci-right ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.tci-right ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
  line-height: 1.1;
}

.tci-right ul li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  color: #4CAF50;
  font-size: 1.6rem;
  line-height: 1.4;
}

/* Podkategorie */
.subcat-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, 317.5px);
  justify-content: start;
  gap: 24px;
  margin: -40px 0 30px;
  position: relative;
  z-index: 1;
}

.subcategory-box {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 0 16px;
  height: 86px;
  background: #fff;
  border-radius: 8px;
  border: 1px solid #f1008d;
  text-decoration: none;
  color: #000;
  box-shadow: 0 6px 20px rgba(0,0,0,0.12);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  position: relative;
  z-index: 2;
}

.subcategory-box:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 28px rgba(0,0,0,0.18);
}

.subcategory-img {
  width: 86px;
  height: 64px;
  border-radius: 12px;
  object-fit: cover;
  flex-shrink: 0;
}

.subcategory-text {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.2;
  flex-grow: 1;
}

.subcategory-box::after {
  content: '';
  position: absolute;
  right: 16px; /* vzdálenost od pravého okraje */
  top: 50%;
  width: 10px;
  height: 10px;
  border-top: 2px solid #e0007b;
  border-right: 2px solid #e0007b;
  transform: translateY(-50%) rotate(45deg);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Hover – otočení dolů s mírným pohybem dolů */
.subcategory-box:hover::after {
  transform: translateY(-40%) rotate(135deg);
}

/* Luxusní dolní popis */
.category-bottom-luxury {
  max-width: 1100px;
  margin: 100px auto;
  padding: 0 24px;
  font-size: 1.6rem;
  line-height: 1.75;
  color: #000;
}

.lux-section {
  margin-bottom: 80px;
}

.category-bottom-luxury h3 {
  font-size: 2rem;
  margin: 32px 0 12px;
  font-weight: 600;
  color: #000;
}

.category-bottom-luxury p {
  margin-bottom: 18px;
}

.category-bottom-luxury p strong {
  color: #000;
  font-weight: 600;
}

@media (max-width: 768px) {
  .category-bottom-luxury {
    margin: 60px auto;
    font-size: 1.5rem;
  }

  .lux-highlight {
    padding: 32px 24px;
  }

  .category-bottom-luxury h2 {
    font-size: 2.1rem;
  }
}

/* ==========================================================================
   S_RIGHTIMG / REFERENCES
   ========================================================================== */
.s_rightImg {
  display: flex;
  column-gap: 68px;
}

.rightImg_img img {
  max-width: 400px;
  border-radius: 2.285rem;
}

.rightImg_text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.margin_buttom {
  margin-bottom: 68px;
}

.flex-reverse {
  flex-direction: row-reverse;
}

.references_row {
  display: flex;
  column-gap: 36px;
}

.reference {
  flex-basis: 25%;
  display: flex;
  flex-direction: column;
  text-align: center;
  margin-top: 18px;
}

.reference img {
  max-width: 88px;
  margin-left: auto;
  margin-right: auto;
}

.reference_title {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}

@media (max-width: 992px) {
  .rightImg_img img {
    max-width: 200px;
  }
}

@media (max-width: 480px) {
  .references_row {
    column-gap: 24px;
    display: block;
  }

  .s_rightImg {
    column-gap: 32px;
    display: block;
  }

  .rightImg_img {
    display: flex;
    justify-content: center;
  }
}

/* ==========================================================================
   FLAGS
   ========================================================================== */
.flag {
  display: inline-flex;
  align-items: center;
  padding: 6px 15px;
  margin: 4px 6px 4px 0;
  border-radius: 16px;
  font-size: 1.3rem;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  box-shadow: 0 2px 5px rgba(0,0,0,0.15);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  max-width: 100%;
}

.flag:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

.flags-container {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-start;
}

@media (max-width: 767px) {
  .flag {
    font-size: 1rem;
    padding: 6px 8px;
    min-width: 45%;
    max-width: 50%;
  }
}

@media (max-width: 1024px) {
  .flag {
    font-size: 1.1rem;
    padding: 6px 8px;
    min-width: 45%;
    max-width: 50%;
  }
}

/* ==========================================================================
   KONTAKT DETAIL
   ========================================================================== */
.kontakt-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}

.kontakt-blok {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  max-width: 350px;
}

.kontakt-blok img {
  width: 50px;
  height: auto;
  flex-shrink: 0;
}

.kontakt-text .hlavni {
  font-size: 16px;
  font-weight: bold;
  color: #000;
}

.kontakt-text .poznamka {
  font-size: 10px;
  color: #999;
  font-style: italic;
  line-height: 1.2;
}

@media (min-width: 768px) {
  .kontakt-flex {
    flex-wrap: nowrap;
    justify-content: center;
  }

  .kontakt-blok {
    width: auto;
  }
}

/* ==========================================================================
   IKONY DETAIL PRODUKTU
   ========================================================================== */
.ikony_detail {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
  text-align: center;
  padding: 16px;
}

.kontakt_box {
  flex: 1 1 250px;
  max-width: 300px;
  min-width: 200px;
}

.kontakt_box img {
  float: left;
  margin-right: 10px;
  width: auto;
  height: 70px;
}

.kontakt_text {
  font-size: 10pt;
  color: #000;
  text-align: center;
}

.kontakt_text strong {
  font-size: 14pt;
  display: block;
}

.kontakt_text em {
  display: block;
  font-style: italic;
  text-align: center;
}

/* ==========================================================================
   PRODUCT INFO
   ========================================================================== */
.product-info-container {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  margin-top: 2rem;
}

.product-card {
  flex: 1 1 45%;
  background: #fff;
  padding: 1.5rem;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.product-card h4 {
  font-size: 20pt;
  font-weight: bold;
  color: #000;
  margin-bottom: 1rem;
}

.product-parameters {
  width: 100%;
  border-collapse: collapse;
}

.product-parameters th,
.product-parameters td {
  padding: 8px 0;
  font-size: 13pt;
  color: #000;
  text-align: left;
}

.product-parameters th {
  width: 40%;
  font-weight: 600;
}

.product-parameters td a {
  color: #5e72e4;
  text-decoration: none;
}

.care-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 16px;
}

.care-item {
  display: flex;
  align-items: center;
  gap: 12px;
}

.care-item img {
  width: 50px;
  height: 50px;
}

.care-item p {
  font-size: 13pt;
  color: #000;
  margin: 0;
}

/* ==========================================================================
   MEDIA BLOCK
   ========================================================================== */
.media-block {
  max-width: 1200px;
  margin: 0 auto 64px auto;
  padding: 0 16px;
}

.media {
  display: flex;
  align-items: center;
  gap: 48px;
  flex-wrap: wrap;
}

.media.reverse {
  flex-direction: row-reverse;
}

.media-left,
.media-right {
  flex: 1;
  min-width: 300px;
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 16px;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.three-images {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
  display: flex;
  justify-content: center;
  gap: 25px;
  flex-wrap: wrap;
}

.three-images img {
  width: 100%;
  max-width: 130px;
  border-radius: 12px;
}

@media (max-width: 768px) {
  .media {
    flex-direction: column;
  }

  .three-images {
    justify-content: center;
  }
}

/* ==========================================================================
   CUSTOM REVIEWS
   ========================================================================== */
.custom-reviews {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 24px;
  padding: 2rem 1rem;
  max-width: 1200px;
  margin: 0 auto;
}

.review {
  background: white;
  padding: 2rem;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.12);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 200px;
  transition: transform 0.2s ease;
}

.review:hover {
  transform: translateY(-4px);
}

.stars {
  color: #f1c40f;
  font-size: 2.5rem;
  margin-bottom: 1.9rem;
}

.text {
  font-size: 1.3rem;
  font-style: italic;
  color: #000;
  flex-grow: 1;
  line-height: 1.5;
  quotes: "„" "“";
}

.text::before {
  content: open-quote;
}

.text::after {
  content: close-quote;
}

.author {
  font-size: 1.5rem;
  font-weight: bold;
  color: #000;
  margin-top: 1rem;
  text-align: right;
}
