.shp-tabs-holder ul.shp-tabs li.shp-tab.active a {
  box-shadow: none !important;
}

.p-detail-full-width .tab-content {
  box-shadow: none !important;
  background-color: #f9fdfe !important;
  border: solid 1px #2cb9bb;
  border-radius: 2rem !important;
}

.responsive-nav .shp-tabs-holder {
  background-color: #f9fdfe;
  width: 100%;
  margin: 1.5rem auto;
}


.responsive-nav .navigation-btn {
  display: none !important;
}

.responsive-nav .shp-tabs-holder {
  display: block !important;
}

#content .shp-tabs-row .shp-tabs-holder ul.shp-tabs {
  margin: 0;
  padding: 3rem;

  list-style: none;

  display: flex !important;
  justify-content: center;
  flex-wrap: wrap;

  background-color: #f9fdfe;

  gap: 1.5rem;
}

.shp-tabs li {
  flex: 1 1 200px;
  text-align: center;
  min-width: 0;
}

.shp-tabs a {
  display: block;
  width: 100%;

  background-color: #d5f1f1;
  color: #2cb9bb;

  font-size: 1.75rem;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;

  padding: 1.5rem 2.5rem !important;
  border-radius: 2rem !important;

  transition: 0.5s ease !important;

  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.shp-tabs a:hover {
  background-color: #c2daff;
  border-top: solid 1px #c2daff;
  border-radius: 2rem;
  color: #0f65e6;
}

.active .shp-tab-link {
  background-color: #c2daff;
  border-top: solid 1px #c2daff;
  color: #0f65e6;
}

@media (max-width: 768px) {

  #content .shp-tabs-row .shp-tabs-holder ul.shp-tabs {
    padding: 1rem;
    gap: 0.5rem;
    flex-wrap: nowrap;
  }

  .shp-tabs li {
    flex: 1 1 0;
    min-width: 0;
  }

  .shp-tabs a {
    font-size: clamp(1.5rem, 3vw, 1.5rem);
    padding: 1rem 0.5rem !important;
    border-radius: 1.2rem !important;
  }
}

.vizitka {
  margin-bottom: 3rem;
  width: 100%;
}

.vizitka h3 {
  text-align: center;
}

.text-img {
  display: flex;
  align-items: center;
  justify-content: center; /* centrování horizontálně */
  gap: 1.5rem;
  padding: 2rem;
  width: 100%;
}

.text-img img {
  width: 100px;
  height: auto;
  flex-shrink: 0;
  border-radius: 50%;
  border: solid 0.75rem #f9fdfe;
  outline: solid 0.25rem #0f65e6;
  outline-offset: 0.25rem;
  margin-right: 0.5rem;
  transition: all 0.5s ease;
  transform-origin: center;
}

.text-img p {
  margin: 1.5rem 1.5rem 1.5rem 0.5rem;
}

.text-img:hover img {
  transform: scale(1.05);
}

.img-left {
  display: block;
}

.vizitka-column-lg {
  background-color: #d5f1f1;
  border-radius: 10rem;
  width: 100%;
}


.p-image img {
  border-radius: 3rem;
}

.p-detail-inner {
  display: flex;
  align-items: flex-start;
}


.p-image-wrapper {
  position: sticky;
  top: 20px;
  align-self: flex-start;

  order: 1;
}

.p-data-wrapper {
  flex: 1;
  min-width: 0;

  order: 2;
}

@media (max-width: 1440px) {
.text-nv {
  display: none;
}
}


@media (max-width: 992px) {
  .p-detail-inner {
    display: flex;
    flex-direction: column;
  }

  .p-image-wrapper {
    position: relative;
    top: auto;

    order: 1;
  }

  .p-data-wrapper {
    order: 2;
  }
}


.p-data-wrapper {
  position: relative;
}


.variant-label {
  position: relative;
}


a.popupLink {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 1.5rem;
  text-decoration: underline;

  transform: translateY(-15px);
}


.mobile .description-inner .basic-description,
.one-column-body .description-inner .basic-description {
  padding-right: 0 !important;
}


.full-width,
.p-detail-full-width {
  margin-top: 0px;
  padding-top: 0px;
}

.buttons-wrapper.social-buttons-wrapper {
  margin-bottom: 0px !important;
}

.p-thumbnails-wrapper .p-thumbnails .p-thumbnails-inner a img {
  border-radius: 1.5rem;
}

.p-thumbnails a.highlighted img,
.p-thumbnails a.highlighted:hover img {
  border: solid 1px #2cb9bb !important;
}


.p-thumbnails {
  width: 90%;
  margin: 0 auto;
  position: relative;
  transform: translateY(7px)
}


.p-thumbnails::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0px;
  width: 50px;
  height: 100%;
  z-index: 5;
  pointer-events: none;
  background: linear-gradient(
  to right,
  #f9fdfe 0%,
  rgba(249, 253, 254, 0.95) 15%,
  rgba(249, 253, 254, 0.7) 35%,
  rgba(249, 253, 254, 0.35) 60%,
  rgba(249, 253, 254, 0.1) 80%,
  rgba(249, 253, 254, 0) 100%
);
}

/* pravý fade */
.p-thumbnails::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0px;
  width: 50px;
  height: 100%;
  z-index: 5;
  pointer-events: none;
  background: linear-gradient(
  to left,
  #f9fdfe 0%,
  rgba(249, 253, 254, 0.95) 15%,
  rgba(249, 253, 254, 0.7) 35%,
  rgba(249, 253, 254, 0.35) 60%,
  rgba(249, 253, 254, 0.1) 80%,
  rgba(249, 253, 254, 0) 100%
);
}

/* levý fade */
.p-thumbnails.overflow-prev:before {
  left: 0px;
   width: 50px;
  background: linear-gradient(
  to right,
  #f9fdfe 0%,
  rgba(249, 253, 254, 0.95) 15%,
  rgba(249, 253, 254, 0.7) 35%,
  rgba(249, 253, 254, 0.35) 60%,
  rgba(249, 253, 254, 0.1) 80%,
  rgba(249, 253, 254, 0) 100%
);
}

/* pravý fade */
.p-thumbnails.overflow-next:after {
  right: 0px;
   width: 50px;
   background: linear-gradient(
  to left,
  #f9fdfe 0%,
  rgba(249, 253, 254, 0.95) 15%,
  rgba(249, 253, 254, 0.7) 35%,
  rgba(249, 253, 254, 0.35) 60%,
  rgba(249, 253, 254, 0.1) 80%,
  rgba(249, 253, 254, 0) 100%
);
}


#cboxWrapper img {
    border-radius: 5rem;
    padding: 1.5rem;
}


.p-detail-inner .p-to-cart-block .add-to-cart-button {
  text-transform: uppercase;
  font-size: 2rem;
}

#cboxClose {
margin: 1.5rem;
}

#cboxClose, #cboxContent, #cboxLoadedContent, #cboxLoadingOverlay {
border-radius: 3rem;
}

#cboxOverlay {
background-color: #0d2328;
}

.standard-price-label {
    display: inline-flex;
    align-items: center;
}


.price-info {
    position: relative;
    display: inline-flex;
    align-items: center;
}


.price-info-icon {

    width: 18px;
    height: 18px;

    display: inline-flex;
    justify-content: center;
    align-items: center;

    border-radius: 50%;

    background: #0f65e6;
    color: #fff;

    font-size: 12px;
    font-weight: 600;
    margin-right: 5px;

    cursor: pointer;

    line-height: 1;
}



/* bublina */

.price-info-tooltip {

    position: absolute;

    left: 50%;
    bottom: calc(100% + 8px);

    transform: translateX(-50%) translateY(5px);


    background: #c2daff;
    color: #0d2328;


    padding: 14px;

    border-radius: 8px;


    width: 240px;


    font-size: 13px;
    line-height: 1.4;


    z-index: 99999;


    opacity: 0;
    visibility: hidden;


    transition: 0.15s;

}



/* šipka */

.price-info-tooltip::after {

    content:"";

    position:absolute;

    top:100%;
    left:50%;

    transform:translateX(-50%);


    border-left:7px solid transparent;
    border-right:7px solid transparent;
    border-top:7px solid #c2daff;

}



/* zobrazení */

.price-info:hover .price-info-tooltip,
.price-info:focus-within .price-info-tooltip {

    opacity:1;
    visibility:visible;

    transform:translateX(-50%) translateY(0);

}



@media(max-width:768px){

    .price-info-tooltip {

        left:auto;
        right:-10px;

        transform:translateY(5px);

    }


    .price-info-tooltip::after {

        left:auto;
        right:12px;

    }


    .price-info:hover .price-info-tooltip,
    .price-info:focus-within .price-info-tooltip {

        transform:translateY(0);

    }

}

#productVideos > h3:first-of-type {
    margin-top: 0 !important;
}

/* =========================
   VIZITKA – KATEGORIE – MOBIL
========================= */

@media (max-width: 767px) {

  body[class*="category"] .vizitka .text-img {
    gap: 1rem !important;
  }

  body[class*="category"] .vizitka .text-img img {
    margin-right: 0 !important;
  }

  body[class*="category"] .vizitka .text-img p {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

}

/* =========================
   VIZITKA – DETAIL PRODUKTU
   MOBILNÍ KONTAKTY
========================= */

@media (max-width: 767px) {

  body.type-product .vizitka-contact {
    display: flex;
    flex-direction: column;
  }

  body.type-product .vizitka-separator {
    display: none;
  }

}

/* =====================================================
   DETAIL PRODUKTU – ZRUŠENÍ BORDERU U TABŮ
===================================================== */

table.detail-parameters,
table.detail-parameters tr,
table.detail-parameters th,
table.detail-parameters td {
    border: none !important;
}