/*POZNÁMKA K PRODUKTU*/

#dkLabNoteMainWrapper {
  margin: 16px 0;
}

#dkLabNoteMainWrapper .dkLabNoteDetailDiv {
  display: block;
}

#dkLabNoteMainWrapper .dkLabNoteHeader {
  margin: 0 0 8px;

  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
  color: #3a3530;
}

#dkLabNoteMainWrapper .dkLabNoteHeader span+span {
  display: inline-block;
  margin-left: 6px;

  font-size: 13px;
  font-weight: 600;
  color: #d9328a;
}

#dkLabNoteMainWrapper .dkLabNoteTextArea {
  width: 100%;
  padding: 10px 12px;

  font-family: inherit;
  font-size: 14px;
  color: #3a3530;

  background: #fff;
  border: 1px solid #d1e4f0;
  border-radius: 2px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);

  resize: vertical;
  transition: border-color 0.3s, box-shadow 0.3s;
}

#dkLabNoteMainWrapper .dkLabNoteTextArea:focus {
  outline: none;
  border-color: #095dac;
  box-shadow: 0 4px 20px rgba(9, 93, 172, 0.1);
}

#dkLabNoteMainWrapper .dkLabNoteTextArea::placeholder {
  color: #7e7e7e;
}

/* TITLE — název parametru nad blokem */
.c-product-interconnection-detail-params__title {
  margin: 20px 0 10px;

  font-size: 16px;
  font-weight: 700;
  color: #1468b3;
}

/* Když nadpis předchází bloku, navazuje přímo na něj — horní mezeru řeší nadpis */
.c-product-interconnection-detail-params__title+.c-product-interconnection-detail-params--custom {
  margin-top: 0;
}

.c-product-interconnection-detail-params__title+.c-product-interconnection-detail-params--custom--select {
  padding-top: 0;
}

.c-product-interconnection-detail-params__title+.c-product-interconnection-detail-params__products {
  margin-top: 0;
}

/* BOX MODE*/
.c-product-interconnection-detail-params--custom {
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0;
  gap: 10px;
}

.c-product-interconnection-custom--box {
  background: #fff;
  border: 1px solid #d1e4f0;
  border-radius: 2px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  color: #3a3530;
  display: block;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 10px;
  overflow: hidden;
  padding: 5px;
  position: relative;
  text-align: center;
  width: 22%;
  /* Adjust width to fit four boxes per row */
  transition: border-color 0.3s;
}

.c-product-interconnection-detail-params__products.is-type--banner .c-product-interconnection-banner__link.is--plain-html {
  width: 100%;
}

.c-product-interconnection-custom--box.box-active {
  border: 2px solid #1468b3;
}

.c-product-interconnection-custom--box img {
  max-width: 100%;
  height: auto;
}

.c-product-interconnection-custom--label {
  display: block;
  font-size: 16px;
  margin: 10px 0;
  color: #000;
}

.c-product-interconnection-custom--availability {
  color: #7AB52C;
  font-size: 14px;
}

.c-product-interconnection-custom--box a {
  text-decoration: none;
  color: inherit;
}

.c-product-interconnection-custom--separator {
  border-top: 1px solid #ddd;
  margin-top: 10px;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .c-product-interconnection-detail-params--custom {
    flex-flow: row;
  }

  .c-product-interconnection-custom--box {
    width: 100%;
    margin-bottom: 20px;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .c-product-interconnection-detail-params--custom {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
  }

  .c-product-interconnection-custom--box {
    width: 45%;
    margin-bottom: 20px;
  }
}

/* SELECT MODE */
.c-product-interconnection-custom--image-select-list {
  display: flex;
  width: 100%;
  background: #fff;
  min-height: 45px;
  cursor: pointer;
  border: 1px solid #d1e4f0;
  border-radius: 2px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.c-product-interconnection-custom--image-select-list__inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 7px;
  width: 100%;
}

.c-product-interconnection-custom--image-select-list__inner img {
  width: 45px;
  object-fit: cover;
  height: 45px;
}

.c-product-interconnection-custom--image-select-list__inner h3 {
  font-size: 1.5rem;
  white-space: pre;
  width: 100%;
  margin: 0;
  padding: 0 2rem 0 5px;
}

.c-product-interconnection-custom--image-select-list__inner .select-all-items-info {
  width: 100%;
  text-align: right;
  font-size: 1.3rem;
  white-space: pre;
  color: #D9328A
}

.c-product-interconnection-custom--image-select-list__inner .select-all-items-info .price {
  color: #398000;
  display: block;
}

.c-product-interconnection-detail-params--custom--select {
  display: flex;
  flex-direction: column;
}

.c-product-interconnection-custom--image-select-list__inner .select-chevron {
  margin-left: 10px;
  color: #317dcc
}

.c-product-interconnection-custom--image-select-list-dropdown__item {
  display: flex;
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #efefef;
  min-height: 45px;
  cursor: pointer;
  border-left: 1px solid #d2d2d2;
  border-right: 1px solid #d2d2d2;
}

.c-product-interconnection-custom--image-select-list-dropdown__item .dropdown-item__inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 7px;
  width: 100%;
}

.c-product-interconnection-custom--image-select-list-dropdown__item .dropdown-item__inner img {
  width: 45px;
  object-fit: cover;
  height: 45px;
}

.dropdown-item__inner h3 {
  font-size: 1.3rem;
  white-space: pre;
  width: 100%;
  margin: 0;
  padding: 0 2rem 0 5px;
}

.c-product-interconnection-custom--image-select-list__inner h3 {
  font-weight: 500;
}

.c-product-interconnection-custom--image-select-list-dropdown__item .price {
  color: #f00000;
  text-align: right;
  white-space: pre;
  font-weight: bold;
}

.c-product-interconnection-custom--image-select-list-dropdown__item span.availability.is--Skladem,
.c-product-interconnection-custom--image-select-list-dropdown__item span.availability.is--skladem {
  color: #3d8208;
}

.c-product-interconnection-custom--image-select-list-dropdown__item .availability {
  color: #7AB52C;
  text-align: right;
  display: block;
  font-size: 1.3rem;
}

.c-product-interconnection-custom--image-select-list-dropdown {
  position: absolute;
  top: 100%;
  background: #fff;
  z-index: 2;
  width: 100%;
  box-shadow: 0 4px 9px -1px #d5d5d5;
}

.c-product-interconnection-detail-params--custom--select {
  position: relative;
  padding-top: 50px;
}

.c-product-interconnection-custom--image-select-list-dropdown__item:hover {
  background: #f5f5f5;
  transition: all .35s ease;
}

.c-product-interconnection-custom--image-select-list-dropdown__item span.availability.is--null {
  display: none;
}

.c-product-interconnection-custom--image-select-list-dropdown__item .price-availability {
  text-align: right;
}

@media (max-width: 575px) {
  .c-product-interconnection-custom--image-select-list__inner .select-all-items-info {
    font-size: 1rem;
  }

  .c-product-interconnection-custom--image-select-list__inner h3,
  .dropdown-item__inner h3 {
    font-size: 1.125rem;
  }
}

/*SLEVA KOŠÍK 20*/

.our-offer {
  display: flex;
  align-items: center;
  position: fixed;
  bottom: 20px;
  column-gap: 40px;
  left: 20px;
  padding: 20px;
  background-color: #eff9ff;
  z-index: 11;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 -2px 4px rgba(0, 0, 0, 0.05), 0 1px 3px rgba(0, 0, 0, 0.06);
  max-width: calc(100% - 40px);
}

.our-offer .img-holder {
  flex-shrink: 0;
  max-width: 150px;
}

.our-offer .img-holder img {
  mix-blend-mode: multiply;
}

.our-offer__title {
  margin-bottom: 12px;
  font-weight: 700;
  font-size: 20px;
}

.our-offer__inner {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  max-width: 400px;
}

.our-offer__inner .btn-holder {
  margin-top: 20px;
}

.our-offer__inner .btn-holder .btn-primary {
  font-size: 14px;
}

.our-offer .our-offer__conditions a {
  text-decoration: underline;
}

.our-offer .our-offer__conditions a:hover {
  text-decoration: none;
}

.close-offer {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  position: absolute;
  top: -10px;
  right: -10px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
}

.close-offer::before {
  content: "\e912";
  font-size: 14px;
  line-height: 40px;
  font-family: shoptet;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
}

/*PAGINACE ZÁKAZNICKÝ ÚČET = OBJEDNÁVKY*/

.id--18 .pagination-wrapper .pagination>a {
  display: none;
}

.id--18 .pagination-wrapper .pagination>a:has(+ strong.current),
.id--18 .pagination-wrapper .pagination>strong+a,
.id--18 .pagination-wrapper .pagination>a:first-child,
.id--18 .pagination-wrapper .pagination>a:last-child {
  display: inline-block;
}

.id--18 .pagination-wrapper .pagination>strong+a {
  font-size: 0;
}

.id--18 .pagination-wrapper .pagination>strong+a::before {
  background-image: url("data:image/svg+xml; charset=utf-8,%3Csvg width= '15' height= '13' fill= 'none' xmlns= 'http://www.w3.org/2000/svg' %3E%3Cg clip-path= 'url(%23a)' %3E%3Cpath d= 'm13.955 6.113-2.882-2.63a.588.588 0 0 0-.78.002.476.476 0 0 0 .002.715l1.935 1.765H.551C.247 5.965 0 6.19 0 6.47c0 .28.247.506.551.506H12.23L10.295 8.74a.476.476 0 0 0-.001.715.588.588 0 0 0 .78.001l2.88-2.628h.001a.477.477 0 0 0 0-.716Z' fill= '%23D9328A' /%3E%3C/g%3E%3Cdefs%3E%3CclipPath id= 'a' %3E%3Cpath fill= '%23fff' d= 'M0 0h14.117v12.941H0z' /%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  content: "";
  font-size: 11px;
  height: 13px;
  line-height: 35px;
  position: relative;
  top: -1px;
  width: 15px;
  text-decoration: none;
  text-transform: none;
  vertical-align: middle;
  speak: none;
  display: inline-block;
  font-family: shoptet;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
}

.id--18 .pagination-wrapper .pagination>strong+a:hover::before {
  background-image: url("data:image/svg+xml; charset=utf-8,%3Csvg width= '15' height= '13' fill= 'none' xmlns= 'http://www.w3.org/2000/svg' %3E%3Cg clip-path= 'url(%23a)' %3E%3Cpath d= 'm13.955 6.113-2.882-2.63a.588.588 0 0 0-.78.002.476.476 0 0 0 .002.715l1.935 1.765H.551C.247 5.965 0 6.19 0 6.47c0 .28.247.506.551.506H12.23L10.295 8.74a.476.476 0 0 0-.001.715.588.588 0 0 0 .78.001l2.88-2.628h.001a.477.477 0 0 0 0-.716Z' fill= '%23fff' /%3E%3C/g%3E%3Cdefs%3E%3CclipPath id= 'a' %3E%3Cpath fill= '%23fff' d= 'M0 0h14.117v12.941H0z' /%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E ");
}

.id--18 .pagination-wrapper .pagination>a:has(+ strong.current) {
  font-size: 0;
}

.id--18 .pagination-wrapper .pagination>a:has(+ strong.current)::before {
  background-image: url("data:image/svg+xml; charset=utf-8,%3Csvg width= '15' height= '13' fill= 'none' xmlns= 'http://www.w3.org/2000/svg' %3E%3Cg clip-path= 'url(%23a)' %3E%3Cpath d= 'm.162 6.113 2.882-2.63a.588.588 0 0 1 .78.002.476.476 0 0 1-.002.715L1.887 5.965h11.679c.304 0 .551.226.551.505 0 .28-.247.506-.551.506H1.887L3.822 8.74a.476.476 0 0 1 .002.715.588.588 0 0 1-.78.001L.162 6.83a.477.477 0 0 1 0-.716Z' fill= '%23D9328A' /%3E%3C/g%3E%3Cdefs%3E%3CclipPath id= 'a' %3E%3Cpath fill= '%23fff' transform= 'matrix(-1 0 0 1 14.117 0)' d= 'M0 0h14.117v12.941H0z' /%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  content: "";
  font-size: 11px;
  height: 13px;
  line-height: 35px;
  position: relative;
  top: -1px;
  width: 15px;
  text-decoration: none;
  text-transform: none;
  vertical-align: middle;
  speak: none;
  display: inline-block;
  font-family: shoptet;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
}

.id--18 .pagination-wrapper .pagination>a:has(+ strong.current):hover::before {
  background-image: url("data:image/svg+xml; charset=utf-8,%3Csvg width= '15' height= '13' fill= 'none' xmlns= 'http://www.w3.org/2000/svg' %3E%3Cg clip-path= 'url(%23a)' %3E%3Cpath d= 'm.162 6.113 2.882-2.63a.588.588 0 0 1 .78.002.476.476 0 0 1-.002.715L1.887 5.965h11.679c.304 0 .551.226.551.505 0 .28-.247.506-.551.506H1.887L3.822 8.74a.476.476 0 0 1 .002.715.588.588 0 0 1-.78.001L.162 6.83a.477.477 0 0 1 0-.716Z' fill= '%23fff' /%3E%3C/g%3E%3Cdefs%3E%3CclipPath id= 'a' %3E%3Cpath fill= '%23fff' transform= 'matrix(-1 0 0 1 14.117 0)' d= 'M0 0h14.117v12.941H0z' /%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E ");
}

/*PROPOJENÍ PRODUKTU ČÍSLA*/

.c-product-interconnection-detail-params {
  order: unset;
}

.c-product-interconnection-detail-params:has(.c-product-interconnection-detail-params__products.is-type--numbers) {
  flex-direction: column;
  align-items: flex-start;
  row-gap: 4px;
  margin-top: 20px;
}

.c-product-interconnection-detail-params:has(.c-product-interconnection-detail-params__products.is-type--numbers) .c-product-interconnection-detail-params__type {
  display: block;
  display: none;
  width: 100% !important;
  max-width: unset;
  color: #3a3530;
  font-weight: 700;
}

.c-product-interconnection-detail-params__products.is-type--numbers span[class^=item-type] {
  border-radius: 0 !important;
  font-size: 14px;
  border: 1px solid #d1e4f0;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  transition: border-color ease 300ms;
}

.c-product-interconnection-detail-params__products.is-type--numbers a:hover {
  text-decoration: none;
}

.c-product-interconnection-detail-params__products.is-type--numbers a:hover span {
  border-color: #095dac;
}

.c-product-interconnection-detail-params__products a.is-current .item-type-numbers {
  box-shadow: none;
  border-color: #095dac;
  font-weight: 600;
  color: #095dac !important;
}

.c-product-interconnection-detail-params__products span[class^=item-type] {
  font-weight: 400;
  color: #3a3530 !important;
}

/*SKRYTÍ EANU*/

.detail-parameters tr.productEan {
  display: none;
}

/*DOSTUPNOST DP*/

.p-info-wrapper .availability-value {
  display: flex;
  flex-direction: column;
}

.p-info-wrapper .availability-value .availability-label {
  font-size: 20px;
}

.p-info-wrapper .availability-value .availability-rest {
  font-size: 16px;
}

/*DORPAVU MÁTE ZDARMA*/

.shipping-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;

  margin-bottom: 12px;
}

.shipping-wrapper .free-shipping {
  flex-grow: 1;
  flex-shrink: 0;

  position: relative;
  padding-bottom: 4px;

  font-weight: 700;
  border-bottom: 1px solid #D1E4F0;
}

.shipping-wrapper .shipping-options {
  flex-shrink: 0;
  margin-bottom: 0;
}

.type-detail .product-top .flag-doprava-zdarma {
  display: none;
}

.shipping-options {
  margin-bottom: 10px;
}

@media (max-width: 1439px) {}

@media (max-width: 1199px) {}

@media (max-width: 991px) {}

@media (max-width: 768px) {
  #relatedFiles.active {
    padding-top: 140px !important;
  }
}

@media (max-width: 499px) {
  .our-offer {
    flex-direction: column;
    row-gap: 16px;
  }

  .our-offer__inner {
    align-items: center;
  }
}

/*Hot fix v kategorii*/

@media only screen and (min-width: 992px) {
  :where(body.ums_a11y_category_page--on) .listSorting {
    display: block !important;
  }
}

.category-content-wrapper #category-header>.param-filter-top:first-of-type {
  display: none;
}

:where(body.ums_a11y_category_page--on) .listSorting__control {
  text-decoration: underline;
  font-size: 16px !important;
}

:where(body.ums_a11y_category_page--on) .listSorting__control:first-child {
  padding-left: 0px;
}

:where(body.ums_a11y_category_page--on) .listSorting__control--current {
  text-decoration: none;
  font-weight: 700;
}