/*!**********************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./src/scss/style.scss ***!
  \**********************************************************************************************************************************************************************/
@charset "UTF-8";
iframe {
  width: 100%;
}

.sidebar-indented main {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 32px;
}
.sidebar-indented main .category-top {
  width: 100%;
}
.sidebar-indented main aside {
  flex: 0 0 334px;
}
.sidebar-indented main .category-content-wrapper {
  flex: 1 1 548px;
  width: 100%;
}
@media (max-width: 991px) {
  .sidebar-indented main aside {
    display: none;
  }
}

.content-wrapper-in {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}
.content-wrapper-in aside {
  flex: 0 0 334px;
}
.content-wrapper-in main {
  flex: 1 1 548px;
  width: 100%;
}
@media (max-width: 991px) {
  .content-wrapper-in aside {
    display: none;
  }
}

.columns {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 767px) {
  .columns {
    gap: 20px;
  }
}
.columns.col-2 .column {
  flex: 1 1 450px;
}
.columns.col-3 .column {
  flex: 1 1 400px;
}
.columns.col-4 .column {
  flex: 1 1 300px;
}
.columns.align-center {
  align-items: center;
}
.columns.no-gap {
  gap: 0;
}

.buttons-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 16px;
}
.buttons-wrapper.buttons-center {
  justify-content: center;
}
.buttons-wrapper.align-center {
  align-items: center;
}
@media (max-width: 767px) {
  .buttons-wrapper {
    margin-top: 20px;
  }
}

#newsWrapper:not(.slick-inicialized) {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 56px 32px;
}
@media (max-width: 767px) {
  #newsWrapper:not(.slick-inicialized) {
    gap: 30px;
  }
}
@media (max-width: 540px) {
  #newsWrapper:not(.slick-inicialized) {
    grid-template-columns: minmax(1px, 1fr);
  }
}

.type-index #newsWrapper {
  grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
}

.next-prev {
  margin-top: 32px;
  display: flex;
  position: relative;
}
.next-prev.text-center {
  text-align: center;
}
.next-prev a[data-testid=buttonNextArticle] {
  margin-left: auto;
}
.next-prev a + a[data-testid=buttonNextArticle]::before {
  content: "";
  display: block;
  width: calc(100% - 325px - 20px);
  height: 1px;
  position: absolute;
  background-color: #e6e6e6;
  top: 50%;
  left: 190px;
}
@media (min-width: 768px) {
  .next-prev {
    margin-top: 48px;
    max-width: 1000px;
    margin-inline: auto;
  }
}

span.p-label {
  display: none;
}

p.large {
  font-size: 1.25rem;
}

.flags-default.contains-extra .flags-extra {
  position: initial;
}

.products-block:not(.slick-initialized),
.products-inline.dkLabVisitedProducts:not(.slick-initialized) {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 54px 24px;
}
@media (max-width: 767px) {
  .products-block:not(.slick-initialized),
  .products-inline.dkLabVisitedProducts:not(.slick-initialized) {
    gap: 24px;
  }
}

.products-inline {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
  margin-bottom: 80px;
}
.products-inline .product.inactive {
  display: none;
}
.products-inline .button-wrapper {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .products-inline .button-wrapper {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .products-inline {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    margin-bottom: 40px;
  }
}

@media (min-width: 1380px) {
  .one-column-body .products-block:not(.slick-initialized),
  .one-column-body .products-inline.dkLabVisitedProducts:not(.slick-initialized) {
    grid-template-columns: repeat(4, minmax(1px, 1fr));
  }
}

.dkLabVisitedProductsBox.dkLabVisitedClassic a.image > img {
  width: auto !important;
}

.dkLabVisitedProductsBox .product .ratings-wrapper {
  display: none;
}

.price-standard {
  text-decoration: line-through;
}

a[href]:not(.btn):hover, a[href]:not(.btn):focus-visible {
  color: #0076cf;
}
a[href]:not(.btn):hover .extended-banner-texts, a[href]:not(.btn):focus-visible .extended-banner-texts {
  color: initial;
}

.btn,
.next-step-back,
.rate-form-trigger,
.cp-button,
.chevron-after,
.add-comment,
.login-btn,
.display-results-group,
.tabs-trigger {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  box-shadow: none;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.15s ease-in-out;
  font-family: "din-2014", sans-serif;
  font-weight: 600;
}
.btn.hide,
.next-step-back.hide,
.rate-form-trigger.hide,
.cp-button.hide,
.chevron-after.hide,
.add-comment.hide,
.login-btn.hide,
.display-results-group.hide,
.tabs-trigger.hide {
  display: none;
}

.login-btn {
  justify-content: flex-start;
}
.login-btn strong {
  font-weight: 400;
}
.login-btn.facebook {
  background-color: #0677e8;
  color: #fff;
}
.login-btn.facebook::before {
  content: url(assets/fb-ico.svg);
}
.login-btn.google {
  background-color: transparent;
  border: 1px solid #e5e1db;
  color: #373338;
}
.login-btn.google::before {
  content: url(assets/google-ico.svg);
}
.login-btn::before {
  display: block;
  line-height: 0;
  margin-right: 1.0625em;
}

.next-step-back {
  color: #000000;
}
.next-step-back::before {
  content: url(assets/arrowLeft-blue.svg);
  line-height: 0;
}

button {
  color: inherit;
  font-family: "din-2014", sans-serif;
}

.mobile .product .btn-primary:hover, .mobile .product .btn-primary:focus,
.mobile .btn-secondary:hover,
.mobile .btn-secondary:focus,
.mobile .btn-default:hover,
.mobile .btn-default:focus,
.mobile .btn.inline-block:hover,
.mobile .btn.inline-block:focus,
.mobile .btn-primary.add-comment:hover,
.mobile .btn-primary.add-comment:focus,
.mobile .btn-primary:hover,
.mobile .btn-primary:focus,
.mobile .btn-conversion:hover,
.mobile .btn-conversion:focus,
.mobile .extended-banner-link:hover,
.mobile .extended-banner-link:focus,
.mobile .rate-form-trigger:hover,
.mobile .rate-form-trigger:focus,
.mobile .btn-tertiary:hover,
.mobile .btn-tertiary:focus {
  background-color: inherit;
  color: inherit;
  border-color: inherit;
}
.mobile .btn-cart:hover, .mobile .btn-cart:focus {
  background-color: #0076cf;
  border-color: #0076cf;
}
.mobile .product .btn-primary:hover, .mobile .product .btn-primary:focus {
  border-color: #0076cf;
}

.btn:not(.cart-count),
.extended-banner-link,
.rate-form-trigger,
.toggle-top-products,
.tabs-trigger {
  font-size: 0.875rem;
  line-height: 1.2757142857em;
  padding: 1.0714285714em 1.4285714286em;
  transition: all 0.15s ease-in-out;
  text-decoration: none;
  font-weight: 600;
  text-transform: uppercase;
}

.btn-primary::after,
.btn-secondary::after,
.btn-tertiary::after,
.btn-arrow::after {
  display: block;
  width: 24px;
  height: 24px;
  line-height: 0;
}

.btn-arrow::after {
  content: url(assets/arrowRight-blue.svg);
  transition: all 0.15s ease-in-out;
}
.btn-arrow:hover::after, .btn-arrow:focus-visible::after {
  transform: translateX(5px);
}

.btn-secondary,
.btn-default,
.extended-banner-link,
.btn.inline-block,
.btn-primary.add-comment {
  background-color: #000000;
  color: #ffffff;
}
.btn-secondary:hover, .btn-secondary:focus,
.btn-default:hover,
.btn-default:focus,
.extended-banner-link:hover,
.extended-banner-link:focus,
.btn.inline-block:hover,
.btn.inline-block:focus,
.btn-primary.add-comment:hover,
.btn-primary.add-comment:focus {
  background-color: #0076cf;
}

.btn-primary,
.btn-conversion,
.rate-form-trigger,
.btn-cart {
  background-color: #0076cf;
  color: #ffffff;
}
.btn-primary:hover, .btn-primary:focus,
.btn-conversion:hover,
.btn-conversion:focus,
.rate-form-trigger:hover,
.rate-form-trigger:focus,
.btn-cart:hover,
.btn-cart:focus {
  background-color: #000000;
}

.btn.add-to-cart-button {
  gap: 12px;
  padding: 0.8571428571em 1.4285714286em;
}
.btn.add-to-cart-button::after {
  display: none;
}
.btn.add-to-cart-button::before {
  content: url(assets/cart-white-btn.svg);
  display: block;
  width: 24px;
  height: 24px;
  line-height: 0;
}

.btn-tertiary {
  background-color: #fafafa;
  border: 1px solid #9ac551;
  color: #000000;
}
.btn-tertiary:hover, .btn-tertiary:focus {
  background-color: #000000;
  color: #fafafa;
}

.toggle-top-products {
  border: 1px solid #0076cf;
  color: #000000;
}

.basic-description ul,
.news-item-detail ul {
  padding-left: 15px;
  font-weight: 500;
  line-height: 1.255em;
}
.basic-description ul li,
.news-item-detail ul li {
  margin-bottom: 8px;
}

.contact-box ul {
  list-style-type: none;
  padding: 0;
  margin-top: 10px;
  margin-bottom: 0;
}
.contact-box ul li:not(:last-child) {
  margin-bottom: 16px;
}

.mail,
.tel,
.address {
  display: flex !important;
}
.mail a,
.tel a,
.address a {
  text-decoration: none;
  display: flex !important;
  align-items: center;
  gap: 8px;
}
.mail a::before,
.tel a::before,
.address a::before {
  display: block;
  width: 24px;
  height: 24px;
  line-height: 0;
}

.mail a::before {
  content: url(assets/email.svg);
}

.tel a::before {
  content: url(assets/phone.svg);
}

.address a::before {
  content: url(assets/place.svg);
}

.products .btn.btn-secondary {
  padding: 10px 17px 10px 20px;
}

.client-center-box ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.client-center-box ul li {
  margin-bottom: 10px;
}
.client-center-box ul li a:not(.btn) {
  line-height: 1.5em;
  color: #000000;
}
.client-center-box ul li a:not(.btn):hover, .client-center-box ul li a:not(.btn):focus {
  text-decoration: underline;
}

.entrance-protection-wrapper {
  height: 100vh;
}

.entrance-protection,
.entrance-protection-inner {
  height: 100%;
}

.entrance-protection-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.entrance-protection-inner .site-name {
  margin-bottom: 20px;
  max-width: 200px;
}
.entrance-protection-inner form {
  text-align: center;
}
.entrance-protection-inner form .submit-wrapper {
  margin-top: 20px;
}
.entrance-protection-inner form .form-group {
  margin-bottom: 10px;
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.384615;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.in {
  opacity: 0.9;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-top-color: transparent;
  border-style: solid;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 3px;
}

.messages {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1050;
}
.messages .msg {
  padding: 20px 2rem;
  color: #fafafa;
}
.messages .msg.msg-success {
  background-color: rgba(18, 104, 18, 0.9);
}
.messages .msg.msg-error {
  background-color: rgba(203, 74, 74, 0.9);
}
.messages .msg.msg-info {
  background-color: rgba(0, 118, 207, 0.9);
}
.messages .msg.msg-warning {
  background-color: rgba(255, 165, 0, 0.9);
}
.messages .msg a {
  color: #fafafa;
}
@media (max-width: 767px) {
  .messages .msg {
    padding: 10px 16px;
  }
}

.msg-error {
  color: #b41111;
}

.msg-warning {
  color: #0076cf;
}

.admin-logged .overall-wrapper {
  padding-top: 30px;
}

.admin-bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: grey;
  color: rgba(250, 250, 250, 0.7);
  font-weight: 300;
  font-size: 12px;
}
.admin-bar a {
  color: inherit;
}
.admin-bar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.admin-bar #bar-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.admin-bar #bar-menu li {
  padding: 6px;
}
.admin-bar #bar-menu > li {
  position: relative;
  cursor: pointer;
}
.admin-bar #bar-menu > li > ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: grey;
  padding: 10px;
  white-space: nowrap;
  z-index: 10005;
}
.admin-bar #bar-menu > li.hover > ul {
  display: flex;
  flex-direction: column;
}

table.border {
  border-collapse: collapse;
}
table.border td,
table.border th {
  border: 1px solid #ebecf5;
}

@media (max-width: 767px) {
  .admin-bar {
    display: none;
  }
  .admin-logged .overall-wrapper {
    padding-top: 0;
  }
  .site-msg.information {
    font-size: 0.75rem;
  }
}
.benefitBanner {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
  gap: 24px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .benefitBanner {
    gap: 0px;
  }
}

.plus-gallery-wrap {
  margin-top: 0.5625rem;
  margin-bottom: 0.5625rem;
  text-align: center;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  justify-items: center;
  align-items: center;
  gap: 20px;
}
.plus-gallery-wrap .plus-gallery-item {
  display: flex;
  align-items: center;
  justify-content: center;
}

.stars-wrapper {
  display: flex;
  gap: 10px;
  align-items: center;
}
.stars-wrapper .stars-label {
  color: #808080;
}

.stars {
  display: flex;
  align-items: center;
  gap: 4px;
}
.stars a,
.stars span {
  position: relative;
  display: block;
  width: 18px;
  height: 18px;
}
.stars a::before,
.stars span::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  font-size: 18px;
  line-height: 18px;
  font-family: "shoptet";
}
.stars a.star-off,
.stars span.star-off {
  color: #fec200;
  opacity: 0.25;
}
.stars a.star-off::before,
.stars span.star-off::before {
  content: "\e91c";
}
.stars a.star-on,
.stars span.star-on {
  color: #0076cf;
}
.stars a.star-on::before,
.stars span.star-on::before {
  content: "\e91c";
}
.stars a.star-half,
.stars span.star-half {
  color: #0076cf;
}
.stars a.star-half::before,
.stars span.star-half::before {
  content: "\e91a";
}
@media (max-width: 767px) {
  .stars a,
  .stars span {
    width: 16px;
    height: 16px;
  }
  .stars a::before,
  .stars span::before {
    font-size: 16px;
    line-height: 16px;
  }
}

.remove-item {
  width: 24px;
  height: 24px;
  display: block;
}
.remove-item::before {
  content: "";
  display: inline-block;
  line-height: 0;
  background: url(assets/remove-big.svg) no-repeat center;
  width: 24px;
  height: 24px;
}

.search-results-group,
.search-results:not(#products-found) {
  margin-bottom: 40px;
}
.search-results-group h4,
.search-results:not(#products-found) h4 {
  font-size: 2rem;
}
.search-results-group a:not(.btn),
.search-results:not(#products-found) a:not(.btn) {
  color: #0076cf;
  line-height: 1.75em;
}

.in-login .content-inner,
.in-registrace .content-inner {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}

#back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  width: 44px;
  height: 44px;
  background-color: rgba(255, 255, 255, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 0 20px rgba(26, 25, 25, 0.05);
}
#back-to-top::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border: 2px solid #1a1919;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-style: solid solid none none;
  transform: rotate(-45deg);
  position: relative;
  top: 4px;
}

.scrolled #back-to-top {
  opacity: 1;
  visibility: visible;
}

.customer-page #content-wrapper {
  padding-top: 24px;
  margin-bottom: 80px;
}
.customer-page #content table.table thead tr th,
.customer-page #content table.table tbody tr td {
  text-align: center;
}
.customer-page #content table.table.table-order-details thead tr th:first-child,
.customer-page #content table.table.table-order-details tbody tr td.p-name {
  text-align: left;
}
.customer-page .sidebar ul li:has(a[href="/klient/klient-hodnoceni/"]),
.customer-page .sidebar ul li:has(a[href="/klient/klient-diskuze/"]) {
  display: none;
}
@media (max-width: 767px) {
  .customer-page #content-wrapper {
    margin-bottom: 40px;
  }
  .customer-page table.table thead {
    display: none;
  }
  .customer-page table.table tbody tr {
    display: flex;
    flex-direction: column;
  }
  .customer-page table.table tbody tr td {
    display: flex;
    justify-content: space-between;
  }
  .customer-page table.table tbody tr td .client-table-heading {
    display: inline-block;
    font-weight: 600;
  }
}

.customer-page:not(.id--7) aside.sidebar {
  flex-basis: 365px;
  padding: 30px 20px;
  background-color: #fafafa;
  border: 1px solid #e6e6e6;
}
@media (max-width: 991px) {
  .customer-page:not(.id--7) aside.sidebar {
    flex-basis: unset;
    display: block;
  }
}
.customer-page:not(.id--7) dl {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.customer-page:not(.id--7) dl dd {
  margin-left: 0;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .customer-page:not(.id--7) dl dd {
    margin-right: 0;
  }
}

.xyDiscount__banner {
  background-color: #f2f8fc;
  border: 1px solid #cce4f5;
  padding: 24px;
  color: var(--xy-discount-banner-color);
  display: flex;
  gap: 16px;
  align-items: center;
}
.xyDiscount__banner .icon-gift::before {
  content: url(assets/gift.svg);
  display: block;
  width: 24px;
  height: 24px;
  line-height: 0;
}
.xyDiscount__banner p {
  margin-top: 0;
}
.xyDiscount__banner p:last-child {
  margin-bottom: 0;
}

.popup-widget.cart-widget,
.popup-widget.login-widget {
  display: none;
}

.user-action {
  position: sticky;
  top: 0;
  z-index: 1011;
}
.user-action .container {
  position: relative;
}

.login-window-visible .popup-widget.login-widget {
  display: block;
}
@media (max-width: 767px) {
  .login-window-visible .popup-widget.login-widget {
    width: 100%;
  }
}

.cart-window-visible .popup-widget.cart-widget {
  display: block;
}

.admin-logged .popup-widget {
  top: 115px;
}
.admin-logged .popup-widget.cart-widget {
  max-height: calc(100vh - 115px);
}

#formLogin .login-wrapper,
#formLoginIncluded .login-wrapper {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
#formLogin .social-login-buttons-divider,
#formLoginIncluded .social-login-buttons-divider {
  text-align: center;
  margin-bottom: 20px;
  margin-top: 20px;
}
#formLogin input,
#formLoginIncluded input {
  background-color: #fafafa;
}

.popup-widget {
  position: absolute;
  right: 0;
  z-index: 1011;
  padding: 50px;
  background-color: #fafafa;
  top: 115px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.popup-widget h2 {
  font-size: 1.75rem;
  margin: 0 0 0.7142857143em;
}
.popup-widget.cart-widget {
  max-width: 435px;
  max-height: calc(100vh - 118px);
}
.popup-widget input[type=email] {
  padding-left: 10px;
  background-image: none;
}

.password-helper a {
  display: block;
}
.password-helper a:not(:last-child) {
  margin-bottom: 3px;
}

.cart-widget-inner {
  display: flex;
  flex-direction: column;
}
.cart-widget-inner .cart-widget-products {
  order: 1;
  max-height: calc(100vh - 282px);
  overflow: auto;
  padding-right: 10px;
}
.cart-widget-inner .popup-cart-summary {
  order: 2;
}
.cart-widget-inner .cart-widget-button {
  order: 3;
}
.cart-widget-inner .cart-free-shipping {
  order: 4;
}
.cart-widget-inner .cart-free-shipping .free-shipping-strong {
  color: #54bf00;
  font-weight: 400;
}

.cart-widget-product {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ebecf5;
}
.cart-widget-product .cart-widget-product-image {
  order: 1;
  flex: 0 1 60px;
}
.cart-widget-product .cart-widget-product-name {
  order: 2;
  flex: 1 1 calc(100% - 60px - 16px);
}
.cart-widget-product .cart-widget-product-name span {
  display: block;
}
.cart-widget-product .cart-widget-product-price {
  order: 3;
  margin-right: auto;
  font-weight: 700;
}
.cart-widget-product .cart-widget-product-amount {
  order: 4;
}
.cart-widget-product .cart-widget-product-delete {
  order: 5;
}
.cart-widget-product .cart-widget-product-unit {
  display: none;
}
.cart-widget-product .cart-widget-product-variant {
  display: block;
  font-size: 0.75rem;
  font-family: "din-2014", sans-serif;
}
.cart-widget-product .cart-widget-product-single-price {
  font-size: 0.75rem;
  font-weight: 400;
}

.popup-cart-summary {
  margin-bottom: 20px;
}

.popup-cart-summary-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 10px;
}

.popup-cart-summary-item-label {
  font-size: 1rem;
}

strong.popup-cart-summary-item-value {
  font-size: 1.75rem;
}

.cart-widget-button {
  margin-bottom: 20px;
}
.cart-widget-button .btn.btn-conversion {
  text-align: center;
  width: 100%;
  margin-top: 10px;
}

.empty-cart-popup .contact-box .mail {
  margin-top: 20px;
}
.empty-cart-popup .subcategories {
  gap: 10px;
}
.empty-cart-popup .subcategories a {
  background-color: #fafafa;
}
.empty-cart-popup .subcategories::before {
  display: none;
}

@media (max-width: 991px) {
  .popup-widget {
    top: 136px;
  }
  .popup-widget.cart-widget {
    max-height: calc(100vh - 136px);
  }
}
@media (max-width: 767px) {
  .popup-widget {
    padding: 30px 20px;
    top: 55px;
  }
  .popup-widget.cart-widget {
    max-height: calc(100vh - 55px);
  }
}
.footer-bottom-wrapper {
  padding: 24px 0;
  border-top: 1px solid #c2c7d0;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 1rem;
  line-height: 1.27625em;
}
.footer-bottom .copyright {
  order: 1;
}
.footer-bottom > img {
  order: 2;
  margin: 0 auto;
}
.footer-bottom #signature {
  order: 3;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.footer-bottom #signature .image {
  display: block;
  max-width: 16px;
}
.footer-bottom .miranda-signature {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (max-width: 767px) {
  .footer-bottom {
    flex-direction: column;
    align-items: center;
    font-size: 0.875rem;
    line-height: 1.2757142857em;
    gap: 24px;
  }
}

.footer-rows {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.custom-footer {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-grow: 1;
  gap: 20px;
  max-width: 935px;
  justify-content: space-between;
}
.custom-footer > div {
  flex: 1 1 220px;
  max-width: 350px;
  position: relative;
}
.custom-footer .news-item-widget time {
  display: none;
}

@media (max-width: 767px) {
  .footer-rows {
    flex-direction: column;
  }
  .footer-bottom {
    text-align: center;
  }
  .footer-bottom #signature {
    align-items: center;
    justify-content: center;
  }
}
input[type=checkbox],
input[type=radio] {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
input[type=checkbox]:disabled + label,
input[type=radio]:disabled + label {
  opacity: 0.5;
  cursor: not-allowed;
}

label {
  cursor: pointer;
}

input[type=checkbox] + label {
  position: relative;
  padding-left: 36px;
  display: inline-block;
  line-height: 1.5em;
  font-weight: 300;
}
input[type=checkbox] + label::before {
  content: "";
  width: 24px;
  height: 24px;
  border: 1px solid #000000;
  background-color: #ffffff;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
input[type=checkbox] + label.disabled {
  opacity: 0.5;
}

input[type=checkbox]:checked + label::before {
  background-color: #0076cf;
  border-color: #0076cf;
}
input[type=checkbox]:checked + label::after {
  content: url(assets/check.svg);
  display: block;
  line-height: 0;
  width: 14px;
  height: 15px;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}

input[type=radio] + label {
  padding-left: 44px;
  position: relative;
  display: inline-block;
}
input[type=radio] + label::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  border: 1px solid #000000;
  background-color: #fafafa;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
}

input[type=radio]:checked + label::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #0076cf;
  position: absolute;
  left: 3px;
  top: 3px;
}

input[type=text],
input[type=email],
input[type=password],
input[type=tel],
input[type=search],
input[type=number],
textarea,
select {
  border: 1px solid #cccccc;
  font-size: 0.8125rem;
  line-height: 1.2307692308em;
  width: 100%;
  color: #243757;
  background-color: #ffffff;
  font-family: "din-2014", sans-serif;
  padding: 1em 0.6153846154em;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=password]::placeholder,
input[type=tel]::placeholder,
input[type=search]::placeholder,
input[type=number]::placeholder,
textarea::placeholder,
select::placeholder {
  font-size: inherit;
  opacity: 1;
  color: inherit;
  font-family: inherit;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=search]:focus,
input[type=number]:focus,
textarea:focus,
select:focus {
  outline-color: #0076cf;
}

textarea {
  padding: 0.6153846154em;
}

select {
  appearance: none;
  background: url(assets/ArrowDown-black.svg) right 8px center no-repeat;
  padding-right: 40px;
}

input[type=number] {
  -moz-appearance: textfield;
  appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.custom-footer__newsletter input[type=email] {
  background-image: url(assets/mail.svg);
  background-repeat: no-repeat;
  background-position: 10px center;
  padding-left: 44px;
  height: 47px;
}

input[type=submit] {
  border: none;
  box-shadow: none;
  font-family: "din-2014", sans-serif;
  font-size: 1rem;
  align-self: flex-start;
}

.form-group {
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.form-group:last-child {
  margin-bottom: 0;
}

.radio-wrapper {
  margin-bottom: 10px;
}

.required-asterisk::after {
  content: "*";
  display: inline-block;
  font-weight: 300;
  color: #ffb81c;
  margin-left: 0.3em;
}

.filter-label.no-display {
  display: none;
}

body:not(.customer-page) #register-form,
body:not(.customer-page) #formLogin {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 100px;
  background-color: #fafafa;
  border: 1px solid #e6e6e6;
}
@media (max-width: 767px) {
  body:not(.customer-page) #register-form,
  body:not(.customer-page) #formLogin {
    padding: 30px 20px;
  }
}

#register-form .btn.btn-secondary {
  background-color: #0076cf;
  color: #fafafa;
}
#register-form .btn.btn-secondary:hover {
  background-color: #000000;
  color: #fafafa;
}

#formSearchFormContent fieldset {
  display: flex;
  align-items: center;
  gap: 10px;
}

.ao-top .h1 {
  margin: -20px -20px 0;
  font-size: 1.25rem;
  background-color: #9bd200;
  padding: 0.8em;
  display: flex;
  align-items: center;
  gap: 0.8em;
}
.ao-top .h1::before {
  content: url(assets/check-black.svg);
  display: block;
  width: 24px;
  height: 24px;
  line-height: 0;
}

.ao-product {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 0 16px;
  background-color: #fcfcfc;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  margin: 40px 0 16px;
}
.ao-product .ao-image {
  order: 1;
  flex: 0 0 100px;
  max-width: 100px;
}
.ao-product .ao-name {
  margin-right: auto;
  order: 2;
  display: flex;
  align-items: center;
  gap: 24px;
}
.ao-product .ao-name .h3 {
  margin: 0;
  font-size: 1.25rem;
  display: block;
  text-decoration: none;
  transform: initial;
}
.ao-product .ao-name .main-link-variant {
  font-family: "din-2014", sans-serif;
  font-size: 1rem;
  display: block;
}
.ao-product .ao-name .availability-amount {
  display: none;
}
@media (max-width: 767px) {
  .ao-product .ao-name {
    flex-direction: column;
    gap: 0;
  }
}
.ao-product .ao-quantity {
  order: 3;
  flex-shrink: 0;
}
.ao-product .ao-price {
  order: 4;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .ao-product {
    margin-top: 16px;
    flex-wrap: wrap;
    text-align: center;
    padding: 24px;
  }
  .ao-product .ao-image {
    flex-basis: 100%;
    max-width: unset;
  }
  .ao-product .ao-image img {
    max-width: 100px;
  }
  .ao-product .ao-name {
    flex-basis: 100%;
  }
  .ao-product .ao-name .h3 {
    font-size: 1.125rem;
  }
  .ao-product .ao-quantity,
  .ao-product .ao-price {
    flex-grow: 1;
  }
  .ao-product .quantity {
    justify-content: center;
  }
}

#cboxContent #cboxClose {
  padding: 0.625em;
  display: flex;
  align-items: center;
  justify-content: center;
}

.advanced-order .extras-wrap {
  margin: 0;
  padding: 0 0 24px;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #e6e6e6;
}
.advanced-order .extras-wrap .btn.btn-conversion::before {
  content: url(assets/cart-white.svg);
  display: block;
  line-height: 0;
  margin-right: 0.625em;
}
.advanced-order .extra.step {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
  justify-content: center;
}
.advanced-order .btn-continue-shopping {
  display: flex;
  align-items: center;
  gap: 0.625em;
  border: 1px solid #0076cf;
  padding: 0.5714285714em 1.7142857143em;
  border-radius: 9999px;
  line-height: 1.375em;
}
.advanced-order .products-block {
  margin: 0;
}
.advanced-order .browse-p {
  display: none;
}
.advanced-order #products .p-desc {
  display: none;
}

.advanced-order-suggestion {
  margin: 24px 0;
  text-align: center;
  font-size: 1.75rem;
  text-transform: initial;
}

@media (max-width: 767px) {
  .ao-top #cboxClose {
    position: absolute;
    top: 0;
    right: 0;
    transform: translateY(-50%);
  }
  .advanced-order .extras-wrap {
    flex-direction: column;
    justify-content: center;
  }
  .advanced-order-suggestion {
    font-size: 1.25rem;
  }
}
#cboxOverlay.siteAgreement {
  z-index: 1005;
}

#colorbox.siteAgreement {
  z-index: 1006;
}

#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10020;
}

#cboxWrapper {
  max-width: none;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(5px);
}

#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay,
#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  height: auto !important;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}

#colorbox,
#cboxContent,
#cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

/*
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#colorbox {
  outline: 0;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}

#cboxContent {
  background: #fff;
}

.cboxIframe {
  background: #fff;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxLoadingGraphic::before {
  content: "";
  width: 60px;
  height: 60px;
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  margin: -30px 0 0 -30px;
  border: 5px solid;
  border-radius: 50%;
  border-color: #fff #ccc #666 #000;
  animation: loader 0.5s linear infinite;
}

@keyframes loader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#cboxLoadingOverlay {
  background: #fff;
}

#cboxTitle {
  position: absolute;
  top: -22px;
  left: 0;
  color: #000;
}

#cboxCurrent {
  position: absolute;
  top: -22px;
  right: 205px;
  text-indent: -9999px;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  text-indent: -9999px;
  position: absolute;
  background: none;
}

#cboxClose {
  position: absolute;
  top: 16px;
  right: 16px;
  font-size: 0;
  width: 24px;
  height: 24px;
  text-indent: 0;
}
#cboxClose::before {
  content: url(assets/remove.svg);
  display: block;
  width: 24px;
  height: 24px;
  line-height: 0;
}

.content-modal {
  padding: 20px;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active,
#cboxNext:active,
#cboxSlideshow:active,
#cboxClose:active {
  outline: 0;
}

.colorbox-html-content {
  padding: 20px;
}

.site-agreement-buttons {
  white-space: nowrap;
  text-align: center;
}

.colorbox-msg {
  margin: 20px 20px 20px;
}

#cboxTitle,
#cboxCurrent {
  display: none !important;
}

#cboxPrevious,
#cboxNext {
  outline: none;
  top: 0;
  width: 50%;
  height: 100%;
}
#cboxPrevious::before,
#cboxNext::before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -18px;
  width: 36px;
  height: 36px;
  border: 2px solid #000000;
  border-style: none solid solid none;
}

#cboxPrevious {
  left: 0;
}
#cboxPrevious::before {
  left: 30px;
  transform: rotate(135deg);
}

#cboxNext {
  right: 0;
}
#cboxNext::before {
  right: 30px;
  transform: rotate(-45deg);
}

.products-inline:not(.dkLabVisitedProducts) .p {
  display: flex;
  align-items: center;
}
.products-inline:not(.dkLabVisitedProducts) .p .image {
  flex-shrink: 0;
}
.products-inline:not(.dkLabVisitedProducts) .product.inactive {
  display: none;
}
.products-inline:not(.dkLabVisitedProducts) .price-standard-wrapper-placeholder {
  display: none;
}

#category-header form {
  overflow-x: auto;
  overflow-y: hidden;
}
@media (max-width: 767px) {
  #category-header form {
    width: calc(100% + 16px);
    padding-bottom: 8px;
  }
}

.dkLab-filters-wrapper .slider-wrapper:not(.dkLab-filters-wrapper__wrap) .slider-header {
  display: flex;
}

.dkLab-filters-wrapper .slider-wrapper.dkLab-filters-wrapper__wrap h4,
.dkLab-filters-wrapper .filter-section.dkLab-filters-wrapper__wrap h4 {
  margin-bottom: 0;
}
.dkLab-filters-wrapper .slider-wrapper:not(.dkLab-filters-wrapper__wrap) h4::after,
.dkLab-filters-wrapper .filter-section:not(.dkLab-filters-wrapper__wrap) h4::after {
  transform: rotate(-135deg) !important;
}

.slider-wrapper:not(.dkLab__slider-parameter) h4 {
  order: 1;
}

.slider-wrapper,
.dkLab__slider-parameter {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0;
}
.slider-wrapper .slider-header,
.dkLab__slider-parameter .slider-header {
  order: 3;
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.slider-wrapper .slider-header .to,
.slider-wrapper .slider-header .from,
.dkLab__slider-parameter .slider-header .to,
.dkLab__slider-parameter .slider-header .from {
  min-width: 96px;
}
.slider-wrapper .slider-header .to,
.dkLab__slider-parameter .slider-header .to {
  text-align: right;
}
.slider-wrapper .slider-content,
.dkLab__slider-parameter .slider-content {
  order: 2;
  margin-bottom: 15px;
  padding: 0;
  background-color: transparent;
}
.slider-wrapper .ui-slider,
.dkLab__slider-parameter .ui-slider {
  height: 4px;
  position: relative;
  background-color: #99c8ec;
  margin: 0;
  padding: 0;
}
.slider-wrapper .ui-slider::before,
.dkLab__slider-parameter .ui-slider::before {
  display: none;
}
.slider-wrapper .ui-slider-range,
.dkLab__slider-parameter .ui-slider-range {
  position: absolute;
  top: 0;
  height: 100%;
  background-color: #0076cf;
}
.slider-wrapper .ui-slider-handle,
.dkLab__slider-parameter .ui-slider-handle {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  top: -8px;
  background-color: #ffffff;
  border: 6px solid #0076cf;
  margin: 0;
  border-radius: 0;
  cursor: pointer;
}
.slider-wrapper .ui-slider-handle::after,
.dkLab__slider-parameter .ui-slider-handle::after {
  display: none;
}
.slider-wrapper .ui-slider-handle + .ui-slider-handle[style="left: 100%;"],
.dkLab__slider-parameter .ui-slider-handle + .ui-slider-handle[style="left: 100%;"] {
  left: calc(100% - 15px) !important;
}

.dkLab-slider-wrapper {
  display: flex;
  flex-direction: column;
}
.dkLab-slider-wrapper .slider-header {
  padding: 0;
}

.advanced-filters-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}
.advanced-filters-wrapper:not(:empty):not(:last-of-type) {
  margin-bottom: 20px;
}
.advanced-filters-wrapper .advanced-parameter {
  margin-right: 0;
}
.advanced-filters-wrapper .advanced-parameter .advanced-parameter-inner {
  margin-bottom: 0;
}

.type-category #products {
  scroll-margin-top: 107px;
}

.banner-category a {
  position: relative;
  display: block;
}
.banner-category a img {
  display: block;
}
.banner-category .extended-banner-texts {
  position: absolute;
  bottom: 24px;
  left: 16px;
  right: 16px;
}
.banner-category .white-text {
  color: #ffffff;
}
.banner-category .extended-banner-title {
  font-size: 1.5rem;
  line-height: 1.2758333333em;
  margin-top: 0;
  margin-bottom: 24px;
  padding-left: 4px;
}
.banner-category .extended-banner-title em {
  margin-bottom: 24px;
  margin-left: -20px;
  font-weight: 400;
}
.banner-category .extended-banner-link {
  width: max-content;
  background-color: transparent;
  border: 1px solid #000000;
  color: #000000;
}
.banner-category .extended-banner-link:has(.white-text) {
  border-color: #ffffff;
}
@media (max-width: 767px) {
  .banner-category .extended-banner-texts {
    bottom: 24px;
  }
  .banner-category .extended-banner-title {
    font-size: 1.5rem;
    line-height: 1.2758333333em;
    margin-bottom: 38px;
  }
  .banner-category .extended-banner-title em {
    margin-bottom: 38px;
  }
  .banner-category .extended-banner-link {
    padding: 11px 16px;
    margin-inline: auto;
    font-size: 0.8125rem;
    line-height: 1.2769230769em;
  }
  .banner-category img {
    aspect-ratio: 342/289;
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
}

.category__secondDescription .columns {
  gap: 24px;
  flex-wrap: wrap;
}
.category__secondDescription .desc-img,
.category__secondDescription .desc-text {
  display: flex;
  gap: 24px;
}
.category__secondDescription .desc-img img {
  flex: 1 1 150px;
  display: block;
  border-radius: 24px;
  max-width: 342px;
}
.category__secondDescription h2 {
  margin-top: 0;
}
.category__secondDescription .desc-text p {
  margin-top: 0;
  font-weight: 300;
  font-size: 1.25rem;
  line-height: 1.1em;
}
.category__secondDescription .desc-text .column p:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .category__secondDescription .desc-text .column {
    padding: 24px;
    background-color: #f1eff6;
    border-radius: 24px;
  }
}
@media (max-width: 767px) {
  .category__secondDescription .desc-text {
    padding: 16px;
    background-color: #f1eff6;
    border-radius: 16px;
    flex-direction: column;
  }
  .category__secondDescription .desc-text.column,
  .category__secondDescription .desc-text .column {
    flex: unset;
  }
}
@media (max-width: 767px) {
  .category__secondDescription h2 {
    display: none;
  }
  .category__secondDescription .columns {
    gap: 8px;
  }
  .category__secondDescription .column.desc-img {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
  .category__secondDescription .column.desc-img img {
    border-radius: 8px;
    max-width: 100%;
    min-height: 272px;
    object-fit: cover;
  }
}

.category-content-wrapper {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .category-content-wrapper {
    margin-bottom: 80px;
  }
}

.shipping-row {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  gap: 20px;
}
.shipping-row .payment-info {
  margin-right: auto;
  display: flex;
  align-items: center;
  gap: 10px;
}
.shipping-row .payment-logo img {
  max-width: 80px;
  max-height: 30px;
}
.shipping-row .payment-shipping-price {
  white-space: nowrap;
}

.shipping-options-popup .extra.delivery {
  text-align: left;
  margin-left: 0;
  margin-top: 20px;
}

.link-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
}

.link-icon {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 0.8125rem;
  line-height: 1.2307692308em;
}
.link-icon::before {
  display: block;
  line-height: 0;
  width: 24px;
  height: 24px;
}
.link-icon.share::before {
  content: url(assets/share.svg);
}
.link-icon.watchdog::before {
  content: url(assets/watch.svg);
}
.link-icon.print::before {
  content: url(assets/print.svg);
}

.advanced-parameter {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  margin-right: 10px;
  max-width: 100px;
  text-align: center;
}
.advanced-parameter .variant-tooltip {
  font-size: 0.75rem;
  font-weight: 700;
  color: #000000;
}
.advanced-parameter .advanced-parameter-inner {
  display: inline-block;
  width: 24px;
  height: 24px;
  overflow: hidden;
}
.advanced-parameter .advanced-parameter-inner.yes-before {
  border: 2px solid #000000;
  display: flex;
  position: relative;
}
.advanced-parameter.has-image .advanced-parameter-inner {
  width: 72px;
  height: 72px;
  border-radius: 5px;
  border: 1px solid #ebecf5;
}
.advanced-parameter.has-image .advanced-parameter-inner.yes-before {
  border: 1px solid #0076cf;
}
.advanced-parameter .param-info {
  font-size: 0.75rem;
}
.advanced-parameter .parameter-value {
  display: none;
}

.type-detail #content .browse-p .btn.btn-default.p-all {
  text-align: center;
  margin-bottom: 32px;
  width: 100%;
  max-width: 480px;
  margin-inline: auto;
}
.type-detail #content .browse-p .btn.btn-default.p-all::after {
  content: "";
  background: url(assets/arrow-right.svg) no-repeat center;
  line-height: 0;
  display: block;
  width: 24px;
  height: 24px;
}
.type-detail #content .browse-p .btn.btn-default.p-all.inactive {
  display: none;
}
@media (min-width: 768px) {
  .type-detail #content .browse-p {
    display: none;
  }
}

.shp-tabs {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
  overflow: auto;
  white-space: nowrap;
  gap: 8px;
}

.shp-tabs-wrapper .navigation-btn {
  display: none !important;
}

.shp-tab-link {
  color: #000000;
  text-decoration: none;
  display: inline-block;
  font-size: 1.25rem;
  line-height: 1.276em;
  padding: 0.4em 0.4em 0.35em;
  font-weight: 300;
  border-bottom: 1px solid transparent;
}
.shp-tab-link:hover, .shp-tab-link:focus-visible {
  border-color: #0076cf;
}
@media (max-width: 767px) {
  .shp-tab-link {
    padding: 0.6em 0.4em;
  }
}

.shp-tab.active .shp-tab-link {
  border-color: #0076cf;
}
.shp-tab.active .shp-tab-link:hover, .shp-tab.active .shp-tab-link:focus-visible {
  color: #000000;
}

.shp-tab[data-testid=tabRelatedFiles] {
  order: 10;
}

.shp-tab.active .shp-tab-link,
.shp-tab-link:hover,
.shp-tab-link:focus {
  border-bottom-color: #0076cf;
}

.p-detail-tabs-wrapper .responsive-nav {
  margin-bottom: 120px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100vw - var(--scrollbar-width));
  max-width: 1920px;
  background-color: #ffffff;
}
.p-detail-tabs-wrapper .responsive-nav .shp-tabs-holder {
  max-width: calc(1440px + 4rem);
  margin: 0 auto;
  width: 100%;
  padding: 15px 2rem;
}
@media (max-width: 767px) {
  .p-detail-tabs-wrapper .responsive-nav {
    margin-bottom: 40px;
  }
  .p-detail-tabs-wrapper .responsive-nav .shp-tabs-holder {
    padding: 0;
  }
  .p-detail-tabs-wrapper .responsive-nav .shp-tabs-holder .shp-tabs {
    padding: 0 16px 10px;
    gap: 12px;
  }
}
@media (min-width: 768px) {
  .p-detail-tabs-wrapper .responsive-nav {
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
  }
}

.fade {
  opacity: 0;
  transition: opacity 0.15s ease-in-out;
}

.fade.in {
  opacity: 1;
}

.description-inner {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: column;
}
.description-inner .basic-description ul,
.description-inner .basic-description p {
  color: #000000;
  font-weight: 300;
  line-height: 1.276em;
  font-size: 1.25rem;
}
.description-inner .basic-description > h3:first-child {
  margin-top: 0;
}
.description-inner .basic-description p:has(img + img) {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.description-inner .basic-description p:has(img + img) img {
  flex: 1 1 200px;
  width: 200px;
}
.description-inner .basic-description p:first-of-type {
  margin-top: 0;
}
@media (min-width: 768px) {
  .description-inner .extended-description > h3:first-child {
    margin-top: 0;
  }
}
.description-inner .extended-description .detail-parameters {
  display: block;
}
.description-inner .extended-description .detail-parameters tbody,
.description-inner .extended-description .detail-parameters thead {
  width: 100%;
  display: block;
}
.description-inner .extended-description .detail-parameters tr {
  display: flex;
  align-items: center;
}
.description-inner .extended-description .detail-parameters tr td,
.description-inner .extended-description .detail-parameters tr th {
  flex-grow: 1;
  flex-basis: 40%;
}
.description-inner .extended-description .detail-parameters tr th + td {
  flex-basis: 60%;
}
.description-inner .extended-description .detail-parameters tbody td,
.description-inner .extended-description .detail-parameters tbody th {
  font-weight: 400;
}
.description-inner .extended-description .detail-parameters thead th {
  text-transform: initial;
  font-size: 1.25rem;
  line-height: 1.276em;
  margin: 0;
}
.description-inner .extended-description .detail-parameters .row-header-label.has-tooltip {
  position: relative;
  padding-right: calc(18px + 0.5em);
}
.description-inner .extended-description .detail-parameters .row-header-label .question-tooltip {
  margin-left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .description-inner .basic-description {
    padding: 0;
  }
  .description-inner .extended-description {
    padding: 0;
    display: flex;
    flex-direction: column;
  }
  .description-inner .extended-description table {
    margin-top: 0;
  }
}

.basic-description,
.extended-description,
.tab-content > div:not(#description) {
  display: grid;
  width: 100%;
  scroll-margin-top: 160px;
}
@media (min-width: 768px) {
  .basic-description,
  .extended-description,
  .tab-content > div:not(#description) {
    grid-template-columns: 36.1% 63.9%;
    margin-bottom: 120px;
  }
  .basic-description h3,
  .extended-description h3,
  .tab-content > div:not(#description) h3 {
    grid-row: 1/span 999;
    margin: 0;
    padding-right: 16px;
  }
}
@media (max-width: 767px) {
  .basic-description > h3:first-child,
  .extended-description > h3:first-child,
  .tab-content > div:not(#description) > h3:first-child {
    font-size: 2rem;
    margin-bottom: 40px;
  }
}

table:not(.cart-table) {
  width: 100%;
}
table:not(.cart-table) tr:nth-child(odd) {
  background-color: #e5f1fa;
}
table:not(.cart-table) tr:nth-child(even) {
  background-color: #ffffff;
}
table:not(.cart-table) td,
table:not(.cart-table) th {
  padding: 8px 24px;
  vertical-align: middle;
}
table:not(.cart-table) th {
  padding-right: 12px;
}
table:not(.cart-table) th + td {
  text-align: right;
  color: #000000;
  padding-left: 0;
}
table:not(.cart-table) th + td a {
  color: #0076cf;
  padding: 8px;
  display: inline-block;
}
table:not(.cart-table) th + td a:hover, table:not(.cart-table) th + td a:focus-visible {
  text-decoration: none;
}
table:not(.cart-table) thead tr {
  background-color: #ffffff !important;
  font-weight: 700;
}
table:not(.cart-table) thead tr th + th {
  text-align: right;
}

.p-detail-tabs-wrapper .homepage-group-title {
  text-align: center;
}

#relatedFiles {
  margin: 0;
  padding: 0;
  list-style: none;
}
#relatedFiles li img {
  display: none;
}
#relatedFiles li a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #0076cf;
  font-weight: 300;
  font-size: 1.25rem;
  line-height: 1.276em;
}
#relatedFiles li a:hover, #relatedFiles li a:focus-visible {
  text-decoration: none;
}
#relatedFiles li:not(:last-child) {
  margin-bottom: 8px;
}

.rate-wrap.row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.rate-wrap.row > div {
  flex: 1 1 200px;
}

.rate-average-wrap {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
}
.rate-average-wrap .stars-label {
  display: none;
}
.rate-average-wrap .rate-form-trigger {
  align-self: center;
}

.rate-average-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  gap: 20px;
  margin-left: auto;
  margin-right: auto;
}
.rate-average-inner .stars {
  justify-content: center;
}
.rate-average-inner .rate-average {
  font-size: 2.25rem;
  display: flex;
  align-items: center;
}
.rate-average-inner .rate-average::after {
  content: "z 5";
  font-size: 1rem;
  margin-left: 0.4em;
}

.rate-list {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 10px;
}

.rate-block {
  width: 100%;
  height: 5px;
  position: relative;
  background-color: #e6e6e6;
}
.rate-block .rate-bar {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: #0076cf;
}

.rate-count {
  display: none;
}

.rate-form-trigger {
  align-self: flex-start;
}

#rate-form {
  margin-top: 20px;
}

.votes-wrap .vote-wrap:first-child {
  margin-top: 30px;
}

.vote-wrap {
  padding: 30px;
  display: flex !important;
  flex-wrap: wrap;
  flex-direction: column;
  position: relative;
  gap: 20px;
  background-color: #f2f2f2;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
}
.vote-wrap:not(:last-child) {
  margin-bottom: 20px;
}
.vote-wrap .vote-header {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-right: 130px;
  position: relative;
}
.vote-wrap .vote-name {
  font-size: 1.5rem;
  line-height: 1.25em;
  display: block;
  font-family: "din-2014", sans-serif;
}
.vote-wrap .votes-wrap {
  width: 100%;
}
.vote-wrap .vote-pic {
  display: none;
}
.vote-wrap .vote-rating {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
.vote-wrap .vote-content {
  color: #4d4d4d;
  line-height: 1.5em;
}
.vote-wrap .vote-content #discussion-form {
  margin-top: 24px;
}
.vote-wrap .vote-summary {
  display: flex;
  flex-direction: column-reverse;
}
@media (max-width: 767px) {
  .vote-wrap {
    flex-direction: column;
  }
  .vote-wrap::before {
    display: none;
  }
}

.thumbnail-prev,
.thumbnail-next {
  font-size: 0;
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  border-radius: 50%;
  background-color: #fafafa;
  transition: all 0.15s ease-in-out;
  transform: translateY(-50%);
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1019607843), 0px 4px 4px 0px rgba(0, 0, 0, 0.0509803922), 0px 1px 0px 0px rgba(0, 0, 0, 0.0509803922);
}
.thumbnail-prev:hover, .thumbnail-prev:focus,
.thumbnail-next:hover,
.thumbnail-next:focus {
  border-color: #0076cf;
}
.thumbnail-prev::before,
.thumbnail-next::before {
  content: "";
  background: url(assets/arrow-right.svg) no-repeat center;
  display: block;
  width: 24px;
  height: 24px;
  line-height: 0;
  transition: all 0.15s ease-in-out;
}

.thumbnail-prev::before {
  transform: rotate(-180deg);
}

.p-thumbnails-wrapper {
  flex: 0 0 140px;
  overflow: auto;
  max-height: 492px;
}

.p-thumbnails {
  position: relative;
  overflow: hidden;
}
.p-thumbnails:not(.overflow-prev) .thumbnail-prev {
  display: none;
}
.p-thumbnails:not(.overflow-next) .thumbnail-next {
  display: none;
}
@media (max-width: 767px) {
  .p-thumbnails {
    width: 100%;
    height: 68px;
  }
}

.thumbnail-prev {
  left: 0;
}

.thumbnail-next {
  right: 0;
}

.p-thumbnails-inner {
  transition: all 0.3s ease-in-out;
}
.p-thumbnails-inner > div {
  display: inline-block;
}
@media (min-width: 768px) {
  .p-thumbnails-inner > div {
    display: flex;
    flex-direction: column;
  }
}
.p-thumbnails-inner > div::before, .p-thumbnails-inner > div::after {
  content: " ";
  display: table;
}
.p-thumbnails-inner > div::after {
  clear: both;
}
.p-thumbnails-inner a {
  position: relative;
  height: 100%;
  width: fit-content;
}
.p-thumbnails-inner a.p-thumbnail {
  margin-bottom: 24px;
}
.p-thumbnails-inner a img {
  display: block;
  height: 100%;
  width: 140px;
  height: 105px;
}
@media (max-width: 767px) {
  .p-thumbnails-inner {
    height: 68px;
    position: absolute;
    top: 0;
    width: 9999em;
  }
  .p-thumbnails-inner > div {
    height: 100%;
  }
  .p-thumbnails-inner a {
    float: left;
    max-width: 100%;
  }
  .p-thumbnails-inner a img {
    width: 93px;
    height: 68px;
  }
  .p-thumbnails-inner a.p-thumbnail {
    margin-bottom: 0;
    margin-right: 24px;
  }
}

.p-info-wrapper .social-buttons:not(.no-display) {
  display: flex;
  gap: 4px;
}

@media (max-width: 767px) {
  .p-image-wrapper {
    margin-bottom: 0;
  }
}

.p-detail {
  margin-bottom: 120px;
}
@media (max-width: 767px) {
  .p-detail {
    margin-bottom: 40px;
  }
}

#productsAlternative .products-alternative.products.slick-initialized {
  padding: 0;
}
@media (min-width: 1200px) {
  #productsAlternative .products-alternative.products.slick-initialized {
    margin-bottom: 106px;
  }
}

@media (max-width: 767px) {
  .p-detail {
    margin-bottom: 56px;
  }
  .rate-wrap.row {
    flex-direction: column;
  }
  .rate-wrap.row > div {
    flex-basis: auto;
  }
  .rate-average-wrap {
    align-items: flex-start;
  }
  .rate-average-wrap .rate-form-trigger {
    align-self: flex-start;
  }
  .rate-average-inner {
    margin-left: 0;
  }
  .vote-wrap {
    padding: 20px;
  }
}
#discussionWrapper > .votes-wrap.discussion > .vote-wrap {
  gap: 0;
  padding: 0;
  background-color: transparent;
  border: none;
}
#discussionWrapper > .votes-wrap.discussion > .vote-wrap > .vote-header {
  padding: 50px 50px 10px 50px;
  background-color: #f2f2f2;
  border: 1px solid #e6e6e6;
  border-style: solid solid none solid;
  border-radius: 5px 5px 0 0;
}
@media (max-width: 767px) {
  #discussionWrapper > .votes-wrap.discussion > .vote-wrap > .vote-header {
    flex-direction: column;
    align-items: flex-start;
  }
}
#discussionWrapper > .votes-wrap.discussion > .vote-wrap > .vote-content {
  padding: 0 50px 50px 134px;
  background-color: #f2f2f2;
  border: 1px solid #e6e6e6;
  border-style: none solid solid solid;
  border-radius: 0 0 5px 5px;
}
#discussionWrapper > .votes-wrap.discussion > .vote-wrap .vote-wrap {
  margin-left: 50px;
  border: 1px solid #e6e6e6;
}
#discussionWrapper > .votes-wrap.discussion .add-comment {
  margin-top: 10px;
}
#discussionWrapper > .votes-wrap.discussion .add-comment:hover, #discussionWrapper > .votes-wrap.discussion .add-comment:focus {
  color: #fafafa;
}
#discussionWrapper .vote-rating {
  margin-bottom: 0;
  gap: 0;
}
#discussionWrapper .vote-name {
  font-family: "din-2014", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0;
}
#discussionWrapper .vote-title {
  font-size: 1.125rem;
  font-weight: 700;
  width: 100%;
}
#discussionWrapper .vote-time {
  display: block;
  padding-left: 8px;
  border-left: 1px solid #000000;
}
#discussionWrapper .vote-pic {
  display: block;
}
#discussionWrapper .vote-header {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-right: 0;
}
#discussionWrapper .vote-header > span:not(.vote-pic) {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
#discussionWrapper .vote-initials {
  z-index: 0;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  text-align: center;
  font-weight: 400;
  text-transform: uppercase;
  background-clip: padding-box;
  background-color: transparent !important;
  font-family: "din-2014", sans-serif;
  color: #0076cf;
  font-size: 1.5rem;
}
#discussionWrapper .vote-pic {
  position: relative;
  min-width: 64px;
  height: 64px;
  display: block;
}
#discussionWrapper .vote-pic img {
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
}

@media (max-width: 767px) {
  #discussionWrapper > .votes-wrap.discussion > .vote-wrap > .vote-content {
    padding: 0 20px 20px 20px;
  }
  #discussionWrapper > .votes-wrap.discussion > .vote-wrap > .vote-header {
    padding: 20px 20px 0 20px;
  }
  #discussionWrapper > .votes-wrap.discussion > .vote-wrap .vote-wrap {
    margin-left: 20px;
  }
  #discussionWrapper .vote-initials,
  #discussionWrapper .vote-pic {
    width: 46px;
    height: 46px;
  }
  #discussionWrapper .vote-pic {
    min-width: 46px;
  }
  #discussionWrapper .vote-initials {
    font-size: 1rem;
  }
}
.watchdog-row {
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.watchdog-row .form-control.inline-block {
  width: auto;
}

.disclaimer {
  font-style: italic;
  color: #666666;
}
.disclaimer.hidden {
  display: none;
}

.watchdog-action-buttons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.ordering-process #content {
  margin-bottom: 80px;
}
.ordering-process #content.in-krok-2 {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .ordering-process #content {
    margin-bottom: 40px;
  }
}
.ordering-process #header {
  top: 0;
}

.header-top .contact-box {
  margin-right: auto;
  margin-left: 30px;
}
.header-top .contact-box .mail + span {
  padding-left: 0;
  font-size: 0.75rem;
}
.header-top .contact-box a {
  font-weight: 400;
  font-size: 0.75rem;
}
.header-top .contact-box .mail {
  margin-top: 0;
}
@media (max-width: 767px) {
  .header-top .contact-box {
    display: none;
  }
}

.cart-inner h4 {
  margin: 0 0 1em;
}
@media (max-width: 767px) {
  .cart-inner h4 {
    margin: 0 0 0.6em;
  }
}

.ordering-process .contact-box ul {
  list-style-type: none;
  padding: 0;
  margin-top: 10px;
  margin-bottom: 0;
}

.contact-box.add-icon > span {
  padding-left: 36px;
}

.cart-header-wrapper {
  padding: 48.5px 2rem 26.5px;
  position: relative;
  margin-bottom: 80px;
  background-color: #fafafa;
}
@media (max-width: 767px) {
  .cart-header-wrapper {
    padding: 48px 16px 24px 16px;
    margin-bottom: 16px;
  }
}

@media (max-width: 767px) {
  .id--16 .cart-header-wrapper {
    margin-bottom: 24px;
  }
  .id--17 .cart-header-wrapper {
    margin-bottom: 32px;
  }
}
.cart-header {
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 0 auto;
  text-align: center;
  position: relative;
  gap: 8px;
}
@media (max-width: 767px) {
  .cart-header {
    padding: 0;
  }
}
.cart-header strong {
  font-weight: 400;
}
.cart-header .step {
  flex: 1 1 auto;
  overflow: visible;
  position: relative;
}
.cart-header .step::before {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  content: "";
  background-size: cover;
  line-height: 0;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 48px;
  transform: translateY(-50%);
  z-index: 50;
}
.cart-header .step a,
.cart-header .step strong {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.75rem;
  line-height: 1.275em;
  flex-direction: column;
  color: #2b2a29;
  padding: 30px;
  font-weight: 600;
  clip-path: polygon(90% 0, 100% 50%, 90% 100%, 0% 100%, 10% 50%, 0% 0%);
  background-color: #e5f1fa;
}
@media (max-width: 900px) {
  .cart-header .step a,
  .cart-header .step strong {
    justify-content: center;
    align-items: center;
  }
  .cart-header .step a::before,
  .cart-header .step strong::before {
    margin: 0;
  }
  .cart-header .step a::after,
  .cart-header .step strong::after {
    display: none;
  }
}
.cart-header .step a {
  text-decoration: none;
}
.cart-header .step a:hover, .cart-header .step a:focus-visible {
  text-decoration: underline;
}
.cart-header .step.step-1 a,
.cart-header .step.step-1 strong {
  clip-path: polygon(0% 0%, 90% 0, 100% 50%, 90% 100%, 0% 100%);
}
.cart-header .step.active a,
.cart-header .step.active strong {
  color: #ffffff;
  background-color: #0076cf;
}
.cart-header .step.completed a,
.cart-header .step.completed strong {
  color: #ffffff;
  background-color: #2b2a29;
}
@media (max-width: 767px) {
  .cart-header .step {
    flex: 1 1 30%;
  }
  .cart-header .step::before {
    width: 41px;
    height: 40px;
    left: 24px;
  }
  .cart-header .step a,
  .cart-header .step strong {
    clip-path: polygon(84% 0, 100% 50%, 84% 100%, 0% 100%, 16% 50%, 0% 0%);
    padding: 33px 20px 33px 20px;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.1428571429em;
    min-height: 98px;
  }
  .cart-header .step.step-1 a,
  .cart-header .step.step-1 strong {
    clip-path: polygon(0% 0%, 84% 0, 100% 50%, 84% 100%, 0% 100%);
  }
}
.cart-header .step-1::before {
  background-image: url(assets/cart-1-active.svg);
}
.cart-header .step-2::before {
  background-image: url(assets/cart-2-inactive.svg);
}
.cart-header .step-2.active::before {
  background-image: url(assets/cart-2-active.svg);
}
.cart-header .step-3::before {
  background-image: url(assets/cart-3-inactive.svg);
}
.cart-header .step-3.active::before {
  background-image: url(assets/cart-3-active.svg);
}
.cart-header .step-1.completed::before,
.cart-header .step-2.completed::before,
.cart-header .step-3.completed::before {
  background-image: url(assets/completed.svg);
}

.cart-row {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 40px 24px;
}
.cart-row .col-md-8 {
  flex: 1 1 500px;
}
.cart-row .col-md-4 {
  flex: 1 1 500px;
}

.in-kosik .cart-row,
.id--9 .cart-row {
  gap: 24px;
}
.in-kosik .cart-row .col-md-8,
.id--9 .cart-row .col-md-8 {
  flex: 1 1 600px;
}
.in-kosik .cart-row .col-md-4,
.id--9 .cart-row .col-md-4 {
  flex-basis: 354px;
}

@media (min-width: 1200px) {
  .id--16 .cart-row .col-md-8,
  .in.krok-1 .cart-row .col-md-8 {
    padding-right: 56px;
  }
  .id--17 .cart-row .col-md-8,
  .in.krok-2 .cart-row .col-md-8 {
    padding-right: 52px;
  }
}
#checkoutSidebar {
  position: initial !important;
}
#checkoutSidebar .consents {
  margin-top: 32px;
  margin-bottom: 32px;
}
#checkoutSidebar .consents label {
  color: #243757;
  font-weight: 300;
  font-size: 1.25rem;
  line-height: 1.275em;
}
#checkoutSidebar .consents label a {
  font-weight: 400;
  text-decoration: underline;
}
#checkoutSidebar .consents input[type=checkbox] + label::before {
  top: unset;
  transform: unset;
}
#checkoutSidebar .consents input[type=checkbox]:checked + label::after {
  top: 4px;
  transform: unset;
}
@media (max-width: 767px) {
  #checkoutSidebar {
    margin-inline: -16px;
  }
  #checkoutSidebar .consents {
    margin-top: 24px;
    margin-bottom: 24px;
  }
  #checkoutSidebar .consents label {
    font-size: 1rem;
    line-height: 1.28125em;
  }
}

.cart-content.checkout-box-wrapper,
#checkoutSidebar .checkout-box {
  display: none;
}

.summary-wrapper,
#checkoutSidebar .cart-content {
  padding: 56px;
  background-color: #e5f1fa;
}
.summary-wrapper h4,
#checkoutSidebar .cart-content h4 {
  border-bottom: 0;
  margin-bottom: 32px;
}
@media (max-width: 1299px) {
  .summary-wrapper,
  #checkoutSidebar .cart-content {
    padding: 50px 32px;
  }
}
@media (max-width: 767px) {
  .summary-wrapper,
  #checkoutSidebar .cart-content {
    padding: 32px;
  }
}

#summary-box {
  color: #243757;
}
@media (max-width: 767px) {
  #summary-box h4 {
    font-size: 1.75rem;
  }
}

.extras-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 60px;
}
.extras-wrapper .extras-col {
  display: flex;
  flex-direction: column;
  gap: 30px;
  flex: 1 1 300px;
}
@media (min-width: 768px) {
  .extras-wrapper .extras-col .discount-coupon {
    order: -1;
  }
}
@media (max-width: 480px) {
  .extras-wrapper {
    flex-direction: column-reverse;
    gap: 40px;
  }
  .extras-wrapper .extras-col {
    flex: unset;
  }
  .extras-wrapper .extras-col .btn.btn-secondary {
    flex-basis: 100% !important;
  }
}

.discount-coupon form {
  display: flex;
  gap: 10px;
}
.discount-coupon form .btn.btn-secondary {
  background-color: #0076cf;
  color: #fafafa;
  border: 1px solid transparent;
  padding: 12px 12px 12px 20px;
  gap: 12px;
}
.discount-coupon form .btn.btn-secondary:hover, .discount-coupon form .btn.btn-secondary:focus {
  background-color: #000000;
  color: #fafafa;
  border-color: #000000;
}
.discount-coupon form .btn.btn-secondary::after {
  content: url(assets/arrow-white.svg);
  width: 24px;
  height: 24px;
}
@media (max-width: 767px) {
  .discount-coupon form {
    flex-wrap: wrap;
  }
}

#discountCouponCode {
  padding-left: 54px;
  background-color: #fafafa;
  background: url(assets/sleva_kosik.svg) no-repeat 20px center;
}

.applied-coupon {
  display: flex;
  align-items: center;
  gap: 16px;
}

.price-wrapper {
  display: grid;
  align-items: center;
  grid-template-columns: auto auto;
  gap: 8px;
  color: #243757;
}
.price-wrapper strong {
  text-align: right;
}
.price-wrapper .price.price-primary,
.price-wrapper .price-label.price-primary {
  font-size: 1.5rem;
  line-height: 1.2758333333em;
  font-weight: 600;
  font-family: "din-2014", sans-serif;
  white-space: nowrap;
}
.price-wrapper .price-label.price-secondary,
.price-wrapper .price.price-secondary {
  font-size: 1.25rem;
  line-height: 1.276em;
  font-weight: 300;
}

.in-kosik .price-wrapper .price.price-primary,
.in-kosik .price-wrapper .price-label.price-primary {
  font-size: 1.125rem;
  line-height: 1.3333333333em;
}

.next-step {
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 8px;
  margin-top: 32px;
}
.next-step .order-button-suffix {
  margin-left: 0.2em;
}
.next-step > .btn-conversion {
  width: fit-content;
  margin-left: auto;
}
@media (min-width: 768px) {
  .next-step.next-step--step-1 {
    flex-direction: row;
  }
}
@media (max-width: 767px) {
  .next-step {
    margin-top: 32px;
  }
  .next-step > .btn-conversion {
    margin-right: auto;
  }
}

a.back-to-shop.next-step-back {
  gap: 5px;
  text-decoration: none;
  padding: 15px 20px;
  font-weight: 600;
}
a.back-to-shop.next-step-back::before {
  margin-right: 7px;
}
@media (min-width: 768px) {
  a.back-to-shop.next-step-back {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  a.back-to-shop.next-step-back span {
    display: none;
  }
}

.in-kosik .next-step-back {
  background-color: #000000;
  color: #fafafa;
  text-decoration: none;
  padding: 15px 20px;
}
.in-kosik .next-step-back::before {
  display: none;
}
.in-kosik .cart-inner > .next-step-back {
  margin-bottom: 80px;
}

.id--17 .cart-inner > .next-step-back,
.in-krok-2 .cart-inner > .next-step-back {
  display: none;
}

.back-shopping-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.back-shopping-link a.next-step-back:not(.back-to-shop) {
  background-color: #000000;
  color: #fafafa;
  padding: 15px 20px;
  text-decoration: none;
}
.back-shopping-link a.next-step-back:not(.back-to-shop)::before {
  display: none;
}

table.cart-table {
  width: 100%;
  display: block;
}
table.cart-table tbody {
  width: 100%;
  display: block;
}
table.cart-table::before {
  content: "Nákupní košík";
  display: block;
  font-size: 1.75rem;
  line-height: 1.2142857143em;
  margin: 0 0 1.0714285714em;
  font-family: "din-2014", sans-serif;
  font-weight: 600;
  padding-left: 24px;
  color: #243757;
}
@media (max-width: 767px) {
  table.cart-table::before {
    margin-bottom: 0.8571428571em;
    font-size: 1.75rem;
    padding-left: 16px;
  }
}
table.cart-table td,
table.cart-table th {
  padding: 0;
}
table.cart-table tr {
  display: flex;
  gap: 16px;
  align-items: center;
  border: none;
  margin-bottom: 32px;
  padding: 0px 16px;
}
table.cart-table tr.removeable {
  box-shadow: 0px 10px 12px 0px rgba(0, 0, 0, 0.1019607843);
}
table.cart-table tr.related-visible .p-name .show-related b::before {
  transform: rotate(-135deg);
  top: 2px;
}
table.cart-table .cart-p-image {
  flex: 1 1 100px;
}
table.cart-table .cart-p-image img {
  display: block;
  width: 100px;
  height: 100px;
  object-fit: cover;
}
table.cart-table .p-name {
  flex: 1 1 267px;
}
table.cart-table .p-name span {
  display: block;
  font-size: 0.8125em;
}
table.cart-table .p-name .show-related {
  display: block;
  font-size: 0.8125rem;
  line-height: 1.2553846154em;
  text-decoration: none;
  color: #243757;
  padding: 0.6153846154em 0.9230769231em;
}
table.cart-table .p-name .show-related b {
  display: inline-block;
  font-weight: 400;
}
table.cart-table .p-name .show-related b::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border: 2px solid #000000;
  border-style: none solid solid none;
  transform: rotate(45deg);
  margin-left: 14px;
  margin-right: 14px;
  position: relative;
  top: -2px;
  transition: all 0.15s ease-in-out;
}
table.cart-table .p-name .show-related:hover {
  color: #0076cf;
}
table.cart-table .p-name .show-related:hover b::before {
  border-color: #0076cf;
}
table.cart-table a.main-link {
  text-decoration: none;
  font-weight: 600;
  margin-bottom: 8px;
  min-height: 46px;
  height: 100%;
  display: block;
  font-size: 1.125rem;
  line-height: 1.2777777778em;
}
table.cart-table .p-availability {
  flex: 1 1 88px;
  text-align: right;
  font-size: 0.8125rem;
  line-height: 1.2307692308em;
}
table.cart-table .p-availability strong {
  font-weight: 400;
}
table.cart-table .p-price {
  font-size: 0.8125rem;
  line-height: 1.2307692308em;
  color: #354764;
  white-space: nowrap;
  font-weight: 300;
  flex: 1 0 72px;
}
table.cart-table .p-discount {
  white-space: nowrap;
  font-weight: 700;
}
table.cart-table .p-quantity {
  flex: 1 0 93px;
  justify-content: flex-end;
}
table.cart-table .p-total-separate {
  flex: 1 0 72px;
  color: #243757;
}
table.cart-table .p-total-separate strong {
  font-weight: 400;
}
table.cart-table .p-total {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
  flex: 1 0 24px;
  text-align: right;
}
table.cart-table .p-total strong {
  font-weight: 800;
}
table.cart-table tr.related:not(.visible) {
  display: none;
}
table.cart-table tr.related {
  padding: 0 0 0 25px;
  margin-bottom: 32px;
  flex-direction: column;
}
table.cart-table tr.related td {
  display: block;
  width: 100%;
}
@media (max-width: 767px) {
  table.cart-table tr.related {
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  table.cart-table tr.related {
    padding-left: 50px;
  }
}
table.cart-table .cart-related-product {
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 30px 56px;
  width: 100%;
  margin-bottom: 20px;
  background-color: #f7f7f7;
}
table.cart-table .cart-related-product:last-child {
  margin-bottom: 0;
}
table.cart-table .cart-related-product .btn.add-to-cart-button {
  font-size: 0;
  width: 43px;
  height: 42px;
  position: relative;
  gap: 0;
  background-color: #2b2a29;
}
table.cart-table .cart-related-product .btn.add-to-cart-button::before {
  content: url(assets/cart-white.svg) !important;
}
table.cart-table .cart-related-product .btn.add-to-cart-button:hover, table.cart-table .cart-related-product .btn.add-to-cart-button:focus {
  background-color: #0076cf;
  border-color: #0076cf;
}
table.cart-table .cart-related-info {
  display: flex;
  align-items: center;
  gap: 16px;
  flex: 5;
}
table.cart-table a.cart-related-name {
  font-family: "din-2014", sans-serif;
  font-weight: 600;
  text-decoration: none;
  font-size: 1.125rem;
  line-height: 1.2777777778em;
  flex: 1 1 335px;
}
table.cart-table .cart-related-img {
  flex: 0 1 61px;
}
table.cart-table .cart-related-img img {
  display: block;
  width: 61px;
}
table.cart-table .cart-related-availability {
  margin-left: auto;
  text-align: right;
  font-size: 0.8125rem;
  line-height: 1.2307692308em;
}
table.cart-table .cart-related-availability span {
  font-weight: 400;
}
table.cart-table .cart-related-button {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: flex-end;
  white-space: nowrap;
}
table.cart-table .cart-related-button .btn {
  padding: 0.5625em;
}
table.cart-table .cart-related-button .price-final {
  font-family: "din-2014", sans-serif;
  font-weight: 400;
  color: #243757;
}

.cart-content .cart-summary {
  display: none;
}
.cart-content .cart-summary h4 {
  padding: 0;
  border: none;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .cart-content .cart-summary {
    padding: 0 20px;
  }
  .cart-content .cart-summary h4 {
    display: none;
  }
}

.free-gift {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}
.free-gift .free-gifts {
  list-style: none;
  padding: 0;
  margin: 0;
}
.free-gift .free-gifts li:not(.active) {
  display: none;
}
.free-gift .free-gifts-wrapper {
  flex: 1 1 220px;
}
.free-gift .btn.btn-secondary.free-gift-trigger {
  flex: 0 1 120px;
  background-color: #0076cf;
  color: #fafafa;
  border: 1px solid transparent;
  padding: 12px 12px 12px 20px;
  gap: 12px;
}
.free-gift .btn.btn-secondary.free-gift-trigger:hover, .free-gift .btn.btn-secondary.free-gift-trigger:focus {
  background-color: #000000;
  color: #fafafa;
  border-color: #000000;
}
.free-gift .btn.btn-secondary.free-gift-trigger::after {
  content: url(assets/arrow-white.svg);
  width: 24px;
  height: 24px;
}
.free-gift .free-product-gifts-wrapper {
  flex-basis: 100%;
}
@media (max-width: 767px) {
  .free-gift {
    gap: 12px;
  }
}

.free-product-gifts,
.free-gifts {
  padding: 0;
  margin: 0;
  list-style: none;
}
.free-product-gifts li label,
.free-gifts li label {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  cursor: default;
}
.free-product-gifts li label .free-gifts-img,
.free-gifts li label .free-gifts-img {
  flex: 0 0 61px;
}
.free-product-gifts li label .free-gifts-img img,
.free-gifts li label .free-gifts-img img {
  border-radius: 8px;
  border: 1px solid #cccccc;
}
.free-product-gifts li label .free-gift-label,
.free-gifts li label .free-gift-label {
  font-size: 0.875rem;
  line-height: 1.25em;
}

#colorbox #vyberte-jiny-darek::before {
  content: "Zvolte si některý z těchto dárků";
  display: block;
  font-family: "din-2014", sans-serif;
  font-weight: 900;
  margin-bottom: 24px;
  font-size: 1.25rem;
}
#colorbox #vyberte-jiny-darek li {
  border: 1px solid transparent;
  border-radius: 12px;
  overflow: hidden;
}
#colorbox #vyberte-jiny-darek li:hover {
  border-color: #0076cf;
}

.free-gifts-img-hover {
  display: none;
}

.co-basic-information h4 {
  display: none;
}
.co-basic-information.box {
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .co-basic-information select {
    box-shadow: 0px 10px 12px 0px rgba(0, 0, 0, 0.1019607843);
    border: none;
  }
}
.co-basic-information .row {
  display: flex;
  flex-wrap: wrap;
  column-gap: 24px;
  row-gap: 20px;
}
.co-basic-information .row > div[class*=col-] {
  flex: 1 1 200px;
}
@media (min-width: 992px) {
  .co-basic-information .row > div[class*=col-] {
    max-width: 314px;
  }
}
.co-basic-information .col-sm-6 {
  flex: 1 1 200px;
}
.co-basic-information .select-label {
  display: none;
}

.cart-content {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .cart-content {
    margin-bottom: 2px;
  }
}
.cart-content .btn.btn-conversion {
  padding: 1.3571428571em 2.2857142857em;
}
.cart-content .delivery-time {
  display: none;
}

.shipping-billing-table .radio-wrapper {
  padding: 16px 24px 16px 16px;
  border: 1px solid #cccccc;
  margin-bottom: 16px;
  color: #243757;
  line-height: 1.5em;
}
.shipping-billing-table .radio-wrapper label {
  display: flex;
  align-items: center;
  gap: 20px;
}
.shipping-billing-table .radio-wrapper .payment-logo {
  order: -1;
  max-width: 30px;
}
.shipping-billing-table .radio-wrapper .payment-logo img {
  display: block;
}
.shipping-billing-table .radio-wrapper .payment-shipping-price {
  margin-left: auto;
  white-space: nowrap;
  line-height: 1.5em;
  font-weight: 400;
}
.shipping-billing-table .radio-wrapper .payment-shipping-price.for-free {
  text-transform: capitalize;
  color: #0076cf;
}
.shipping-billing-table .radio-wrapper input[type=radio] + label::before, .shipping-billing-table .radio-wrapper input[type=radio] + label::after {
  top: 50%;
  transform: translateY(-50%);
}
.shipping-billing-table .radio-wrapper .sublabel a {
  text-decoration: none;
  font-size: 0.8125rem;
  line-height: 1.2307692308em;
  display: flex;
  align-items: center;
}
.shipping-billing-table .radio-wrapper .sublabel a::after {
  content: url(assets/ArrowDown-black.svg);
  width: 24px;
  height: 24px;
  line-height: 0;
  display: inline-block;
}

#order-shipping-methods {
  margin-bottom: 60px;
}

#order-billing-methods .payment-logo {
  max-width: 24px;
}
#order-billing-methods .payment-logo img {
  display: block;
}

.radio-wrapper .payment-info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex: 1 1 150px;
}
.radio-wrapper .payment-info > b {
  margin-right: 0.3em;
  font-weight: 400;
  margin-bottom: 4px;
}
.radio-wrapper .payment-info > span {
  display: flex;
}
.radio-wrapper .payment-info .sublabel,
.radio-wrapper .payment-info em {
  width: 100%;
}
.radio-wrapper a {
  text-decoration: underline;
}

.radio-wrapper.inactive-child {
  opacity: 0.6;
  cursor: not-allowed;
}
.radio-wrapper.inactive-child .not-possible-info {
  display: block;
}
.radio-wrapper.inactive-child label {
  cursor: inherit;
}

.cart-items {
  margin-bottom: 24px;
  color: #243757;
}
@media (max-width: 767px) {
  .cart-items {
    margin-bottom: 0;
  }
}

.cart-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 16px 0;
}
.cart-item:not(:last-child) {
  border-bottom: 1px solid #cccccc;
}
.cart-item.cart-item-gift {
  background-color: #fafafa;
  padding: 20px;
  border: none;
}
.cart-item .cart-item-name {
  margin-right: auto;
}
.cart-item .cart-item-name a {
  font-size: 1.125rem;
  line-height: 1.3333333333em;
  text-decoration: none;
}
.cart-item .cart-item-name span {
  display: block;
  font-size: 0.8125rem;
  line-height: 1.2307692308em;
}
.cart-item .cart-item-amount,
.cart-item .cart-item-price {
  text-align: right;
  white-space: nowrap;
}
.cart-item .cart-item-amount .unit-value,
.cart-item .cart-item-price .unit-value {
  margin-left: -3px;
}
.cart-item .cart-item-price {
  font-weight: 300;
  flex-basis: auto;
  font-size: 1.25rem;
  line-height: 1.276em;
}
@media (max-width: 767px) {
  .cart-item {
    align-items: flex-start;
    margin-bottom: 0;
  }
  .cart-item .cart-item-price {
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5em;
  }
  .cart-item .cart-item-amount {
    font-size: 1.125rem;
    line-height: 1.3333333333em;
  }
}

.gift-items .cart-item-name strong,
.gift-items .cart-item-name span {
  font-size: 1rem;
  line-height: 1.1em;
}

.extra.delivery {
  font-weight: 400;
}
.extra.delivery .for-free {
  display: flex;
  align-items: center;
  gap: 10px;
}
.extra.delivery .for-free strong {
  font-size: 1.5rem;
  line-height: 1;
}
.extra.delivery .for-free::before {
  content: url(assets/transport-accent.svg);
  line-height: 0;
  display: inline-block;
  width: 24px;
  height: 24px;
}
.extra.delivery span:not(.for-free) {
  font-size: 0.8125rem;
  line-height: 1.2307692308em;
  color: #243757;
}
.extra.delivery span:not(.for-free) strong:nth-child(2) {
  font-weight: 400;
  color: #0076cf;
}

.sidebar-in-cart .extra.delivery {
  padding: 56px;
  margin-bottom: 32px;
  background-color: #e5f1fa;
}
.sidebar-in-cart .extra.delivery.free-shipping {
  display: flex;
  align-items: center;
  color: #54bf00;
}
.sidebar-in-cart .extra.delivery.free-shipping::before {
  content: url(assets/free-shipping.svg);
  line-height: 0;
  display: inline-block;
  margin-right: 1em;
}
@media (max-width: 767px) {
  .sidebar-in-cart .extra.delivery {
    padding: 32px;
    margin-bottom: 24px;
  }
}
.sidebar-in-cart .box.box-bg-default {
  margin: 0;
}

.price-range {
  height: 3px;
  overflow: hidden;
  background-color: #ffffff;
  margin-top: 10px;
  width: 100%;
}
.price-range > div {
  height: 100%;
  background-color: #0076cf;
}

.order-summary-item {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 10px;
  font-size: 1.125rem;
  line-height: 1.3333333333em;
}
.order-summary-item > div:first-child {
  margin-right: auto;
}
.order-summary-item .price-wrapper {
  width: 100%;
}
.order-summary-item.helper {
  padding: 12px 0;
  border-top: 1px solid #cccccc;
  font-weight: 600;
}

#checkoutSidebar .order-summary-item {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  #checkoutSidebar .order-summary-item {
    margin-bottom: 0;
  }
}

#shipping-billing-summary strong {
  font-weight: 400;
}

#shipping-billing-summary {
  padding-bottom: 32px;
  margin-bottom: 32px;
  border-bottom: 1px solid #cccccc;
}

.recapitulation-single {
  display: flex;
  align-items: center;
  gap: 10px;
}
.recapitulation-single .recapitulation-shipping-billing-label, .recapitulation-single > span {
  white-space: nowrap;
}
.recapitulation-single .recapitulation-shipping-billing-info--withVat {
  width: fit-content;
}
@media (min-width: 768px) {
  .recapitulation-single .recapitulation-shipping-billing-info--withVat {
    white-space: nowrap;
  }
}
.recapitulation-single:nth-child(2) .recapitulation-shipping-billing-info--withVat {
  display: none;
}
.recapitulation-single .recapitulation-shipping-billing-info, .recapitulation-single > strong {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 10px;
  font-weight: 400;
}
.recapitulation-single .recapitulation-shipping-billing-info span, .recapitulation-single > strong span {
  margin-left: auto;
  order: 10;
}
.recapitulation-single .recapitulation-shipping-billing-info .for-free, .recapitulation-single > strong .for-free {
  color: #0076cf;
  font-size: 1rem;
  line-height: 1.5em;
}

.cart-items:has(.recapitulation-single) {
  margin-bottom: 0;
}

.id--17 .recapitulation-single > span::after {
  content: ":";
}

.co-contact-information label[for=login] {
  display: none;
}
.co-contact-information .btn-secondary {
  white-space: nowrap;
  margin-bottom: 30px;
}
.co-contact-information .btn-secondary::after {
  display: none;
}

.co-billing-address .form-group label:not([for=another-shipping], [for=company-shopping]),
.co-contact-information .form-group label:not([for=another-shipping], [for=company-shopping]) {
  font-weight: 700;
  color: #243757;
}

.box.co-contact-information {
  margin-bottom: 26px;
}

.co-box {
  margin-bottom: 20px;
}
.co-box .form-group {
  color: #354764;
}

.co-box.co-box-additional .form-group {
  margin-bottom: 16px;
}
.co-box.co-box-additional textarea {
  min-height: 144px;
}
@media (max-width: 767px) {
  .co-box.co-box-additional {
    margin-bottom: 0px;
  }
  .co-box.co-box-additional .stay-in-touch .form-group:last-child {
    margin-bottom: 0;
  }
}

.box {
  margin-bottom: 20px;
}

#company-info {
  margin-bottom: 10px;
}

.form-group-hasTooltip {
  position: relative;
}
.form-group-hasTooltip label {
  padding-right: 20px;
}
.form-group-hasTooltip .show-tooltip {
  position: absolute;
  top: 0;
  right: 0;
}

.form-group.company-shopping {
  margin-bottom: 16px;
}

.country-flag,
.phone-combined-input select {
  display: none;
}

.country-flags.active .country-flag,
.country-flag.selected {
  display: flex;
  align-items: center;
}

.country-flag .shp-flag {
  max-width: 40px;
  max-height: 27px;
}

.country-flags:not(.active) .country-flag.selected .shp-flag,
.country-flags:not(.active) .country-flag.selected .shp-flag-name {
  display: none;
}

.country-flags {
  position: absolute;
  top: 0;
  left: 20px;
  height: 100%;
  display: flex;
  align-items: center;
  padding-right: 20px;
}
.country-flags::after {
  content: "";
  display: block;
  height: 54.5%;
  width: 1px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background-color: #000000;
}
.country-flags.active {
  height: auto;
  border-right: none;
  z-index: 2;
}
.country-flags.active::before {
  display: none;
}
.country-flags.active .country-flags-inner {
  max-height: 500px;
  overflow-y: auto;
  background-color: #fafafa;
}
.country-flags .country-flag.selected::before {
  content: url(assets/dropdown-arrow.svg);
  line-height: 0;
  margin-right: 6px;
}

.country-flags.active {
  left: 0;
}
.country-flags.active .country-flags-inner {
  padding: 10px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
.country-flags.active .country-flag.selected::before {
  display: none;
}

.phone-combined-input {
  position: relative;
}
.phone-combined-input input#phone {
  padding-left: 110px;
}

.not-possible-info {
  display: none;
}

.question-tooltip {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #000000;
  color: #fafafa;
  font-size: 12px;
  line-height: 12px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-left: 8px;
}

.radio-wrapper[data-id=billing-62] {
  display: none;
}

.custom-empty-cart #content-wrapper {
  max-width: unset;
  padding: 0;
}
.custom-empty-cart #content {
  max-width: calc(1440px + 4rem);
  margin: 0 auto;
  width: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 100px;
}
@media (max-width: 767px) {
  .custom-empty-cart #content {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.custom-empty-cart #content .col-md-4,
.custom-empty-cart #content .col-md-8 {
  display: none;
}
.custom-empty-cart .buttons-wrapper {
  margin-bottom: 50px;
}

#submit-order {
  flex-wrap: wrap;
  gap: 0;
}

.cart-footer {
  padding: 38px 0;
  border-top: 1px solid #f2f2f2;
  position: relative;
  color: #243757;
  font-size: 1.125rem;
  line-height: 1.3333333333em;
}
.cart-footer::before, .cart-footer::after {
  content: "";
  width: 1px;
  height: 54px;
  background-color: #f2f2f2;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 900px) {
  .cart-footer::before, .cart-footer::after {
    display: none;
  }
}
.cart-footer::before {
  left: 33.33%;
}
.cart-footer::after {
  right: 33.33%;
}
.cart-footer .container {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-around;
}
.cart-footer .secure-payment span {
  display: block;
  margin-bottom: 10px;
  text-align: center;
}
.cart-footer .secure-payment img {
  max-width: 192px;
}
.cart-footer .contact-box {
  margin: 0;
  display: flex;
  flex-direction: column;
}
.cart-footer .contact-box .tel + span,
.cart-footer .contact-box .mail + span {
  font-size: 0.8125rem;
  line-height: 1.2307692308em;
  padding-left: 34px;
}
.cart-footer .contact-box .mail a + span {
  flex-basis: 100%;
  font-size: 0.8125rem;
  line-height: 1.2307692308em;
  padding-left: 34px;
}
.cart-footer .contact-box .tel {
  flex-wrap: wrap;
}
.cart-footer .contact-box .tel + span {
  flex-basis: 100%;
}

@media (max-width: 767px) {
  .cart-footer {
    padding: 24px 0;
  }
  .cart-footer .container {
    flex-direction: column;
    padding-inline: 18px;
  }
  .cart-footer .contact-box .mail,
  .cart-footer .contact-box .tel {
    font-weight: 700;
  }
  .cart-header::before, .cart-header::after {
    display: none;
  }
  .in-kosik .cart-row,
  .id--9 .cart-row {
    gap: 0;
  }
  table.cart-table tr:not(.related) {
    display: grid;
    grid-template-columns: minmax(1px, 150px) auto;
    gap: 0px;
    position: relative;
    margin-bottom: 24px;
    padding: 12px 12px 60px;
  }
  table.cart-table .cart-p-image {
    grid-column: 1;
    grid-row: 1;
    margin-right: 8px;
    max-width: 62px;
    margin-bottom: 8px;
  }
  table.cart-table .cart-p-image img {
    width: 56px;
    height: 56px;
  }
  table.cart-table .p-name {
    grid-column: 2/4;
    grid-row: 1/2;
    margin-left: 8px;
    padding-right: 30px;
  }
  table.cart-table .p-name a.show-related {
    position: absolute;
    bottom: 12px;
    left: 12px;
    z-index: 2;
  }
  table.cart-table .p-availability {
    grid-column: 2;
    grid-row: 2/4;
    align-self: center;
    padding-left: 8px;
  }
  table.cart-table .p-quantity {
    grid-column: 3/4;
    grid-row: 2/4;
    justify-self: end;
  }
  table.cart-table .p-price {
    grid-column: 1/2;
    grid-row: 3/4;
  }
  table.cart-table .p-total {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  table.cart-table .p-total strong {
    white-space: nowrap;
    font-weight: 400;
    color: #243757;
  }
  table.cart-table form.inline {
    position: absolute;
    right: 12px;
    top: 12px;
  }
  table.cart-table tr.related {
    padding: 0 0 20px 0;
  }
  table.cart-table .cart-related-product {
    flex-direction: column;
    padding: 12px;
    gap: 0px;
    position: relative;
    margin-bottom: 16px;
  }
  table.cart-table .cart-related-product .cart-related-info {
    align-items: flex-start;
    width: 100%;
  }
  table.cart-table .cart-related-product .cart-related-img {
    grid-column: 1/2;
    grid-row: 1/3;
  }
  table.cart-table .cart-related-product .cart-related-name {
    overflow: hidden;
    flex: 1 1 200px;
  }
  table.cart-table .cart-related-product .cart-related-availability {
    position: absolute;
    bottom: 25px;
    left: 80px;
    margin: 0;
  }
  table.cart-table .cart-related-product .cart-related-button {
    width: 100%;
    justify-content: space-between;
  }
  .back-shopping-link {
    margin-top: 40px;
    justify-content: center;
  }
  .back-shopping-link a.next-step-back:not(.back-to-shop) + a.next-step-back {
    display: none;
  }
  .id--17 .back-shopping-link a.next-step-back.back-to-shop {
    display: none;
  }
  .sidebar-in-cart .extra.delivery {
    order: -1;
  }
  table.cart-table .p-price,
  table.cart-table .p-total {
    text-align: left;
  }
  table.cart-table tr {
    align-items: start;
  }
  table.cart-table .p-total {
    justify-content: flex-start;
  }
  .in-kosik #order-form {
    margin-bottom: 52px;
  }
  .co-basic-information.box,
  #order-shipping-methods {
    margin-bottom: 40px;
  }
  .co-box.co-payment-method,
  #order-billing-methods.shipping-billing-table .radio-wrapper:last-child {
    margin-bottom: 0;
  }
  .recapitulation-single {
    flex-direction: column;
    align-items: flex-start;
    gap: 0 10px;
    margin-bottom: 8px;
  }
  .recapitulation-single > strong,
  .recapitulation-single > span {
    line-height: 1.2;
  }
  #shipping-billing-summary {
    padding-bottom: 16px;
  }
  .in-krok-1 #summary-box,
  .in-krok-2 #summary-box {
    padding: 0;
  }
  .in-krok-1 #checkoutSidebar .cart-content,
  .in-krok-2 #checkoutSidebar .cart-content {
    padding: 32px 16px;
  }
  .in-krok-1.ordering-process #content,
  .in-krok-2.ordering-process #content {
    margin-bottom: 30px;
  }
  .in-krok-1 .next-step,
  .in-krok-2 .next-step {
    flex-direction: column-reverse;
  }
  .in-krok-2 #checkoutSidebar .cart-content {
    padding: 32px;
  }
}
.radio-wrapper[data-submethod=applepay] {
  display: none;
}

.cart-contact.project-phone {
  align-items: flex-start;
  font-weight: 400;
}
.cart-contact.project-phone p {
  margin: 0;
}
.cart-contact.project-phone a {
  color: #0076cf;
  font-weight: 700;
  text-decoration: none;
}
.cart-contact.project-phone span {
  color: #9ac551;
  font-weight: 700;
}
@media (max-width: 767px) {
  .cart-contact.project-phone {
    display: none;
  }
}

.site-msg-custom {
  background-color: #f2f8fc;
  border: 1px solid #cce4f5;
  border-radius: 10px;
  padding: 32px;
  margin-bottom: 16px;
}
.site-msg-custom p {
  margin: 0 0 1em;
}
.site-msg-custom p:last-child {
  margin-bottom: 0;
}
.site-msg-custom h4 {
  font-size: 0.875rem;
}
@media (max-width: 767px) {
  .site-msg-custom {
    padding: 30px;
  }
}

#checkoutContent .site-msg-custom {
  display: none;
}

.personal-collection-point p.em {
  color: #0076cf;
  font-style: italic;
}
.personal-collection-point .btn.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.content-modal h2 {
  margin-top: 0;
}

.order-summary-heading {
  text-align: center;
  margin-top: 100px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .order-summary-heading {
    margin-top: 50px;
  }
}

.reca-number {
  text-align: center;
  font-size: 2.5rem;
}
@media (max-width: 767px) {
  .reca-number {
    font-size: 2rem;
  }
}

.co-payment-method:not(.box-bg-default),
.co-order:not(.box-bg-default) {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
  padding: 50px;
  background-color: #fafafa;
  border-radius: 5px;
  border: 1px solid #e6e6e6;
}
.co-payment-method:not(.box-bg-default) h4,
.co-order:not(.box-bg-default) h4 {
  text-align: center;
  margin: 0 0 20px;
}
.co-payment-method:not(.box-bg-default) table.cart-table tr,
.co-order:not(.box-bg-default) table.cart-table tr {
  background-color: transparent !important;
}
.co-payment-method:not(.box-bg-default) table.cart-table tr:last-child,
.co-order:not(.box-bg-default) table.cart-table tr:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.co-payment-method:not(.box-bg-default) table.cart-table::before,
.co-order:not(.box-bg-default) table.cart-table::before {
  display: none;
}
.co-payment-method:not(.box-bg-default) table.cart-table .p-quantity,
.co-order:not(.box-bg-default) table.cart-table .p-quantity {
  flex: 1 0 120px;
}
@media (max-width: 767px) {
  .co-payment-method:not(.box-bg-default) table.cart-table tr:not(.related),
  .co-order:not(.box-bg-default) table.cart-table tr:not(.related) {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    row-gap: 10px;
  }
  .co-payment-method:not(.box-bg-default) table.cart-table tr:not(.related) .p-name,
  .co-order:not(.box-bg-default) table.cart-table tr:not(.related) .p-name {
    flex-basis: calc(100% - 80px);
  }
  .co-payment-method:not(.box-bg-default) table.cart-table tr:not(.related) .p-quantity,
  .co-payment-method:not(.box-bg-default) table.cart-table tr:not(.related) .p-price,
  .co-order:not(.box-bg-default) table.cart-table tr:not(.related) .p-quantity,
  .co-order:not(.box-bg-default) table.cart-table tr:not(.related) .p-price {
    flex-basis: auto;
  }
  .co-payment-method:not(.box-bg-default) table.cart-table tr:not(.related) .p-quantity,
  .co-order:not(.box-bg-default) table.cart-table tr:not(.related) .p-quantity {
    font-size: 0.75rem;
    color: #4d4d4d;
  }
  .co-payment-method:not(.box-bg-default) table.cart-table tr:not(.related) .p-quantity strong,
  .co-order:not(.box-bg-default) table.cart-table tr:not(.related) .p-quantity strong {
    font-weight: 400;
  }
  .co-payment-method:not(.box-bg-default) table.cart-table tr:not(.related) .p-price,
  .co-order:not(.box-bg-default) table.cart-table tr:not(.related) .p-price {
    font-size: 1rem;
    font-weight: 700;
    text-align: right;
  }
}
@media (max-width: 767px) {
  .co-payment-method:not(.box-bg-default),
  .co-order:not(.box-bg-default) {
    padding: 30px 20px;
  }
}

.recapitulation-wrapper:not([data-testid=recapTable]) {
  text-align: center;
}
.recapitulation-wrapper:not([data-testid=recapTable]) .order-summary-item {
  justify-content: center;
}

.product .p {
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: #ffffff;
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1019607843);
  position: relative;
  padding-top: 84px;
}
.product .image {
  position: relative;
  text-decoration: none;
  flex-shrink: 0;
  display: block;
  flex-shrink: 0;
  border-bottom: 1px solid #e6e6e6;
}
.product .image img {
  display: block;
  width: 100%;
  aspect-ratio: 342/257;
}
.product .image .dkLabFavouriteProductDiv {
  position: absolute;
  bottom: 17px;
  left: 17px;
  top: auto;
  right: auto;
  z-index: 5;
}
.product .image > .flags {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.product .p-in {
  padding: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.product .name {
  text-decoration: none;
  font-weight: 600;
  display: block;
  font-size: 1rem;
  line-height: 1.27625em;
  height: 60px;
  position: absolute;
  top: 16px;
  left: 18px;
  right: 18px;
  padding-right: 30px;
}
.product .name span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.product .name .category-appendix {
  display: block;
  font-weight: 300;
  -webkit-line-clamp: 1;
}
@media (max-width: 767px) {
  .product .name .category-appendix {
    color: #808080;
  }
}
.product .p-desc {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 1rem;
  line-height: 1.27625em;
}
.product .p-in-in {
  margin-top: auto;
  padding: 16px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.product .p-in-in .stars-wrapper {
  display: none;
}
.product .p-in-in .ratings-wrapper {
  margin-top: auto;
}
.product .prices {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column-reverse;
  gap: 6px;
  min-height: 55px;
}
.product .price-standard {
  font-size: 1.125rem;
  line-height: 1.2777777778em;
}
.product .price-final {
  font-size: 1.25rem;
  line-height: 1.276em;
}
.product .availability {
  display: flex;
  gap: 5px;
}
.product .availability span {
  font-size: 1rem;
  line-height: 1.27625em;
  display: block;
}
.product a.btn.btn-primary {
  padding: 0;
  border: none;
  background-color: transparent;
  color: #999999;
  font-size: 1rem;
  text-decoration: underline;
  font-weight: 400;
  text-align: left;
  justify-content: flex-start;
}
.product a.btn.btn-primary:after {
  display: none;
}
.product a.btn.btn-primary:hover, .product a.btn.btn-primary:focus-visible {
  color: #0076cf;
}
.product .p-in-in a.btn.btn-primary {
  padding: 11.5px 105px 11.5px 0;
  margin-top: 16px;
}
.product .p-bottom {
  padding: 3px 16px;
  background-color: #e5f1fa;
}
.product .p-bottom > div {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
}
.product .p-bottom > div[data-micro-price] {
  justify-content: space-between;
}
.product .p-bottom > div:not([data-micro-price]) {
  padding: 16px 0;
}
.product .p-bottom > div:not([data-micro-price]) .prices {
  display: none;
}
.product .p-bottom form {
  position: relative;
}
.product .p-bottom form .quantity {
  position: absolute;
  top: -65px;
  right: 0;
}
.product .p-bottom .p-desc {
  display: none;
}
@media (max-width: 767px) {
  .product .p {
    padding-top: 68px;
  }
  .product .p-in {
    padding: 0;
  }
  .product .p-in-in {
    padding: 10px;
  }
  .product .p-desc {
    display: none;
  }
  .product .name span {
    word-break: break-word;
  }
  .product .prices .price-standard {
    font-size: 1rem;
    line-height: 1.1em;
  }
  .product .availability {
    flex-basis: 100%;
  }
  .product .availability span {
    width: fit-content;
  }
  .product .custom-ratings {
    display: none;
  }
  .product .image {
    margin-bottom: 4px;
  }
  .product .image > .flags {
    top: 40px;
  }
  .product .p-bottom {
    padding: 4px 16px;
  }
  .product .p-bottom .p-tools {
    width: fit-content;
  }
  .product .p-bottom .p-tools.has-favorite {
    width: 100%;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 4px;
  }
  .product .p-bottom form .quantity {
    top: -60px;
  }
  .product .p-bottom.no-buttons .p-tools {
    height: 42px;
  }
}

.flags {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 2px;
}

.flag {
  font-weight: 300;
  font-size: 0.8125rem;
  line-height: 1.2307692308em;
  padding: 0.4615384615em 0.9230769231em;
  color: #fafafa;
  width: fit-content;
}
.flag.flag-discount {
  background-color: #243757;
}

@media (max-width: 767px) {
  .flag {
    padding: 0.6153846154em;
  }
}
.price-standard {
  color: #999999;
}

.products-inline .product .p {
  padding: 0;
  flex-direction: row;
  height: auto;
  align-items: center;
}
.products-inline .product .image {
  border: none;
  flex: 0 0 112px;
  margin: 0;
}
.products-inline .product .image img {
  object-fit: cover;
}
.products-inline .product .p-in {
  flex-direction: column;
  height: auto;
  padding: 16px;
  width: 100%;
  gap: 0px;
  background-color: #e5f1fa;
}
.products-inline .product .p-in-in {
  margin: 0;
  padding: 0;
}
.products-inline .product .p-in-in .ratings-wrapper {
  display: none;
}
.products-inline .product .name {
  position: static;
  padding: 0;
  height: 55px;
  font-size: 1.25rem;
  line-height: 1.276em;
  font-weight: 700;
}
.products-inline .product .name span.category-appendix {
  display: none;
}
.products-inline .product .p-bottom {
  padding: 0;
  margin-top: auto;
}
.products-inline .product .p-bottom > div {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  height: auto;
}
.products-inline .product .prices {
  flex-direction: row;
  margin-right: 0;
  height: auto;
  align-items: flex-end;
}
.products-inline .product .prices .price-save,
.products-inline .product .prices .price-standard-label,
.products-inline .product .prices .price-standard-wrapper {
  display: none;
}
.products-inline .product .prices .price-final strong {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
}
.products-inline .product .price-standard-wrapper-placeholder {
  display: none;
}
.products-inline .product .flag-discount .price-standard {
  display: none;
}
.products-inline .product .extra-flags {
  display: none;
}
@media (max-width: 767px) {
  .products-inline .product .p-in-in {
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
  }
  .products-inline .product .p-in-in .ratings-wrapper {
    margin-left: 0;
  }
  .products-inline .product .name {
    height: auto;
    font-size: 1.5rem;
    line-height: 1.2758333333em;
    font-weight: 600;
    margin-bottom: 15px;
  }
  .products-inline .product .price-final {
    font-size: 1rem;
    line-height: 1.125em;
  }
  .products-inline .product .p-bottom.no-buttons .p-tools {
    height: auto;
  }
}

.slick-arrow {
  font-size: 0;
}

.slick-dots {
  position: absolute;
  bottom: 20px;
  transform: translateY(50%);
}
@media (max-width: 767px) {
  .slick-dots {
    display: flex;
    justify-content: center;
    width: 100%;
  }
}

.slick-initialized {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .slick-initialized {
    margin-bottom: 40px;
  }
  .slick-initialized.slick-dotted {
    margin-bottom: 65px;
    padding-bottom: 52px;
  }
}

.slick-slide {
  margin: 0 12px;
}

.slick-list {
  margin: 0 -12px;
}

@media (max-width: 767px) {
  .type-detail .products .slick-list {
    margin: 0 -24px;
  }
  .type-detail .products .slick-track {
    padding-left: 16px;
  }
  .type-detail .products .slick-slide {
    margin: 0 7px;
  }
}

.next-to-carousel-banners {
  display: flex;
}
.next-to-carousel-banners:not(.slick-initialized) {
  overflow: hidden;
  gap: 24px;
  justify-content: space-between;
}
.next-to-carousel-banners a {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  gap: 12px;
}
.next-to-carousel-banners .extended-banner-title {
  margin: 0;
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.1em;
  font-weight: 600;
}
.next-to-carousel-banners img {
  border-radius: 50%;
}
@media (max-width: 767px) {
  .next-to-carousel-banners .slick-track {
    padding-left: 8px;
  }
  .next-to-carousel-banners .slick-slide {
    margin: 0 8px;
  }
  .next-to-carousel-banners .slick-list {
    margin-right: 0;
  }
}
@media (max-width: 575px) {
  .next-to-carousel-banners .slick-list {
    margin: 0 -20px;
  }
}

.before-carousel .next-to-carousel-banners {
  display: none;
}

.body-banners .why__wrapper {
  position: relative;
}
.body-banners .why__wrapper > img {
  position: absolute;
  z-index: 0;
  object-fit: cover;
  height: 100%;
  top: 0;
  left: 0;
}
.body-banners .why__content {
  position: relative;
  z-index: 10;
  display: flex;
  flex-wrap: wrap;
  gap: 0 24px;
}
.body-banners .why__content h2 {
  margin-top: 0;
}
.body-banners .why__content p {
  line-height: 1.27625em;
}
.body-banners .why__text {
  flex: 1 1 400px;
  color: #ffffff;
}
.body-banners .why__text.blue-bgrd {
  padding: 24px 20px;
  background-color: rgba(0, 118, 207, 0.9);
}
@media (max-width: 767px) {
  .body-banners .why__text.blue-bgrd p:nth-child(3) {
    display: none;
  }
}
.body-banners .why__text.grid-4 {
  display: grid;
}
.body-banners .why__text h5 {
  margin-top: 0;
}
.body-banners .why__text .bottom-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
}
.body-banners .why__text .bottom-wrapper a.btn.btn-arrow {
  font-size: 0.8125rem;
  line-height: 1.2769230769em;
  padding: 0.6153846154em 0.9230769231em;
}
.body-banners .why__text .bottom-wrapper a.btn.btn-arrow::after {
  content: url(assets/arrowRight-white.svg);
  width: 16px;
  height: 16px;
}
.body-banners .why__item {
  padding: 30px 20px;
}
.body-banners .why__item:not(.socials) {
  backdrop-filter: blur(42px);
  -webkit-backdrop-filter: blur(42px);
  background: rgba(177, 177, 177, 0.4);
  border: 1px solid #ffffff;
}
.body-banners .why__item.socials {
  background: #000000;
  position: relative;
}
@media (min-width: 768px) {
  .body-banners .why__item.socials h5 {
    text-wrap: balance;
  }
}
.body-banners .why__item .footer-icons {
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(201deg) brightness(106%) contrast(106%);
  gap: 10px;
  margin-top: 24px;
}
.body-banners .why__item .footer-icons a img {
  width: 26.7px;
  height: 26.7px;
}
@media (max-width: 480px) {
  .body-banners .why__item.socials {
    min-height: 170px;
    padding-right: 80px;
  }
  .body-banners .why__item .footer-icons {
    margin: 0;
    position: absolute;
    top: 16px;
    right: 32px;
    flex-direction: column;
  }
}
@media (min-width: 992px) {
  .body-banners .why__wrapper {
    padding: 24px 32px;
  }
  .body-banners .why__text.blue-bgrd {
    padding: 32px;
  }
  .body-banners .why__text.grid-4 {
    grid-template-columns: 1fr 1fr;
  }
  .body-banners .why__text .bottom-wrapper {
    flex-direction: column;
  }
  .body-banners .why__item {
    padding: 24px;
  }
  .body-banners .why__item:first-child {
    border-top: none;
    border-left: none;
  }
  .body-banners .why__item:nth-child(2) {
    border-top: none;
    border-right: none;
  }
  .body-banners .why__item:nth-child(3) {
    border-left: none;
    border-bottom: none;
  }
}
@media (min-width: 1380px) {
  .body-banners .why__wrapper {
    padding: 64px 80px;
  }
}
@media (max-width: 991px) {
  .body-banners .why__content {
    gap: 0;
  }
  .body-banners .why__item h5 {
    margin-top: 10px;
  }
  .body-banners .why__item:not(.socials) {
    border-left: none;
    border-right: none;
  }
  .body-banners .why__item:not(.socials) h5 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
    gap: 7px;
    font-size: 1.25rem;
    line-height: 1.275em;
    cursor: pointer;
    transition: all 0.3s ease;
  }
  .body-banners .why__item:not(.socials) h5::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-color: #ffffff;
    border-width: 2px;
    border-style: none solid solid none;
    transform: rotate(45deg);
  }
  .body-banners .why__item:not(.socials) p {
    display: none;
  }
  .body-banners .why__item:not(.socials).active h5::after {
    transform: rotate(-135deg);
  }
  .body-banners .why__item:not(.socials).active p {
    display: block;
  }
  .body-banners .why__item.socials {
    padding: 16px 80px 16px 32px;
  }
}
@media (max-width: 767px) {
  .body-banners .why__wrapper {
    margin-inline: -16px;
  }
}

.footer-banner {
  position: relative;
  margin-inline: auto;
}
.footer-banner a,
.footer-banner img {
  display: block;
}
.footer-banner > a {
  display: flex;
  background-color: #e5f1fa;
  gap: 24px;
  padding: 80px 0px 24px 0px;
}
.footer-banner .extended-banner-title {
  margin: 0;
  font-size: 2rem;
  line-height: 1.2759375em;
  transition: all 0.15s ease-in-out;
}
.footer-banner > img {
  transition: all 0.15s ease-in-out;
  margin-inline: auto;
  object-fit: cover;
  aspect-ratio: 530/326;
}
.footer-banner a {
  overflow: hidden;
  text-decoration: none;
}
.footer-banner a:hover .extended-banner-title {
  border-color: #000000;
}
@media (min-width: 768px) {
  .footer-banner > a {
    flex-direction: row-reverse;
    gap: 29px;
    padding: 80px 72px 85px 72px;
    justify-content: space-between;
    align-items: center;
  }
  .footer-banner .extended-banner-texts {
    max-width: 650px;
    flex: 1 1 420px;
  }
  .footer-banner .extended-banner-title,
  .footer-banner .extended-banner-text {
    margin-bottom: 29px;
  }
  .footer-banner .extended-banner-text {
    font-size: 1.125rem;
    line-height: 1.2777777778em;
  }
  .footer-banner .extended-banner-link {
    width: fit-content;
  }
  .footer-banner img {
    width: 50%;
    flex: 1 1 326px;
  }
}
@media (max-width: 767px) {
  .footer-banner .extended-banner-title {
    font-size: 1.5rem;
    line-height: 1.2758333333em;
    margin-bottom: 24px;
  }
  .footer-banner .extended-banner-title em {
    font-weight: 400;
  }
  .footer-banner .extended-banner-text {
    display: none;
  }
  .footer-banner .extended-banner-texts {
    padding: 0 16px;
  }
  .footer-banner .extended-banner-link {
    width: fit-content;
    margin: 0 auto;
  }
}
@media (min-width: 1350px) {
  .footer-banner > a {
    padding: 72px 123px 85px 123px;
  }
}
@media (max-width: 991px) {
  .footer-banner > a {
    flex-wrap: wrap;
    justify-content: center;
  }
  .footer-banner .extended-banner-title em {
    position: absolute;
    top: 24px;
    left: 0;
  }
}

.welcome .texts {
  background-color: #f1eff6;
  padding: 16px;
  border-radius: 16px;
  font-weight: 500;
}
.welcome .texts p {
  margin-top: 0;
  font-size: 1.25rem;
  line-height: 1.25em;
  margin-bottom: 12px;
}
.welcome .texts p:last-child {
  margin-bottom: 0;
}
.welcome .texts strong {
  color: #7661a8;
}
.welcome .columns {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .welcome .image img {
    margin-top: -100px;
  }
  .welcome .texts {
    padding: 48px;
    border-radius: 24px;
  }
  .welcome .columns {
    margin-bottom: 56px;
  }
  .welcome .benefitBanner {
    margin-bottom: 120px;
  }
}

.benefitBanner__item {
  padding: 12px;
}

.benefitBanner__title {
  font-weight: 600;
  margin-bottom: 12px;
  display: block;
}
@media (max-width: 767px) {
  .benefitBanner__title {
    font-size: 0.8125rem;
    line-height: 1.2553846154em;
  }
}

.benefitBanner__data {
  font-size: 0.8125rem;
  color: #666666;
}

.benefitBanner__picture {
  margin-bottom: 20px;
}
.benefitBanner__picture img {
  aspect-ratio: 1;
  display: block;
  backdrop-filter: blur(20px);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.0509803922), 0px 2px 2px 0px rgba(0, 0, 0, 0.031372549), 0px 1px 0px 0px rgba(0, 0, 0, 0.031372549);
  border-radius: 16px;
}

.benefitBanner__data {
  color: #666666;
  font-weight: 300;
  font-size: 0.8125rem;
  line-height: 1.2553846154em;
}

@media (max-width: 767px) {
  .benefitBanner__item {
    padding: 12px 0;
    display: flex;
    gap: 20px;
  }
  .benefitBanner__picture {
    width: 100%;
    max-width: 72px;
    margin-bottom: 0;
  }
  .benefitBanner__picture img {
    backdrop-filter: blur(20px);
    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1019607843), 0px 4px 4px 0px rgba(0, 0, 0, 0.0509803922), 0px 1px 0px 0px rgba(0, 0, 0, 0.0509803922);
  }
}
.type-detail .benefitBanner {
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  .type-detail .benefitBanner {
    margin-bottom: 64px;
  }
}

.news-item time,
.news-item-detail time {
  color: #5b595a;
  font-size: 0.8125rem;
  line-height: 1.2553846154em;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 15px;
  font-weight: 500;
}
.news-item time::before,
.news-item-detail time::before {
  content: url(assets/calendar.svg);
  display: block;
  width: 24px;
  height: 24px;
  line-height: 0;
}

.news-item .title {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.25em;
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-item .description {
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-item .read-article {
  padding: 8px 0;
  border-bottom: 2px solid #0076cf;
  font-weight: 700;
}
.news-item:hover .title, .news-item:focus-visible .title {
  text-decoration: underline;
}

.homepage-blog-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
}
.homepage-blog-wrapper .homepage-group-title,
.homepage-blog-wrapper .button-wrapper {
  grid-column: 1/-1;
}
.homepage-blog-wrapper .button-wrapper {
  text-align: right;
}
.homepage-blog-wrapper .news-item .image,
.homepage-blog-wrapper .news-item .image img {
  aspect-ratio: 464/253;
  display: block;
}
.homepage-blog-wrapper .news-item .image img {
  object-fit: cover;
  border-radius: 8px;
}
.homepage-blog-wrapper .news-item .title,
.homepage-blog-wrapper .news-item .description {
  margin-bottom: 12px;
}
.homepage-blog-wrapper .news-item .image {
  margin-bottom: 0;
}
.homepage-blog-wrapper .news-item a {
  text-decoration: none;
}
.homepage-blog-wrapper .news-item .text {
  padding: 12px;
}
.homepage-blog-wrapper .news-item .text .title {
  display: block;
  height: 50px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 480px) {
  .homepage-blog-wrapper .news-item .text .title {
    height: 2.5em;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.homepage-blog-wrapper .news-item .text .description {
  font-size: 1rem;
  line-height: 1.25em;
  white-space: nowrap;
}
@media (min-width: 480px) {
  .homepage-blog-wrapper .news-item .text .description {
    height: 1.25em;
  }
}
.homepage-blog-wrapper .news-item .text .read-article {
  padding: 8px 0;
  border-bottom: 2px solid #0076cf;
  font-weight: 700;
  display: block;
  width: fit-content;
}
@media (max-width: 767px) {
  .homepage-blog-wrapper {
    display: block;
  }
  .homepage-blog-wrapper .button-wrapper {
    text-align: center;
  }
  .homepage-blog-wrapper .news-item {
    margin-bottom: 26px;
  }
  .homepage-blog-wrapper .news-item .image,
  .homepage-blog-wrapper .news-item .image img {
    aspect-ratio: 335/253;
    display: block;
    max-width: 100%;
    margin: 0;
  }
  .homepage-blog-wrapper .news-item .image img {
    object-fit: cover;
  }
}
@media (min-width: 768px) {
  .homepage-blog-wrapper .homepage-group-title.h4 {
    margin-bottom: 16px;
  }
}

#newsWrapper:not(.slick-inicialized) {
  grid-template-columns: 1fr;
  gap: 32px 20px;
  margin-bottom: 48px;
}
@media (min-width: 1234px) {
  #newsWrapper:not(.slick-inicialized) {
    grid-template-columns: repeat(2, 1fr);
  }
}
#newsWrapper:not(.slick-inicialized) .news-item .image img {
  object-fit: cover;
  display: block;
}
#newsWrapper:not(.slick-inicialized) .news-item .text {
  display: flex;
  flex-direction: column;
}
#newsWrapper:not(.slick-inicialized) .news-item .text .description {
  max-height: 98px;
  overflow: hidden;
  color: #5b595a;
}
#newsWrapper:not(.slick-inicialized) .news-item .text .description p {
  margin: 0;
}
#newsWrapper:not(.slick-inicialized) .news-item .text .read-article {
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 12px;
  width: fit-content;
}
#newsWrapper:not(.slick-inicialized) .news-item .text .read-article::after {
  content: "";
  background: url(assets/ArrowRight.svg) no-repeat center;
  background-size: cover;
  display: block;
  width: 24px;
  height: 24px;
  line-height: 0;
}
#newsWrapper:not(.slick-inicialized) .news-item .text .read-article:hover, #newsWrapper:not(.slick-inicialized) .news-item .text .read-article:focus-visible {
  gap: 16px;
}
#newsWrapper:not(.slick-inicialized) .news-item:not(:first-child) {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#newsWrapper:not(.slick-inicialized) .news-item:not(:first-child) .image {
  flex: 1 1 48.5%;
}
#newsWrapper:not(.slick-inicialized) .news-item:not(:first-child) .image img {
  aspect-ratio: 1;
  border-radius: 16px 0 0 16px;
}
#newsWrapper:not(.slick-inicialized) .news-item:not(:first-child) .text {
  flex: 1 1 51.5%;
  padding: 30px;
}
#newsWrapper:not(.slick-inicialized) .news-item:not(:first-child) .text .title {
  font-size: 1.5rem;
  line-height: 1.25em;
  height: 90px;
  margin-bottom: 8px;
}
#newsWrapper:not(.slick-inicialized) .news-item:not(:first-child) .text .description {
  margin-bottom: 18px;
}
#newsWrapper:not(.slick-inicialized) .news-item:not(:first-child) .text .description p {
  font-size: reMM(14);
  line-height: 1.255em;
}
#newsWrapper:not(.slick-inicialized) .news-item:first-child {
  grid-column: 1/-1;
  margin-bottom: 88px;
}
#newsWrapper:not(.slick-inicialized) .news-item:first-child .image img {
  border-radius: 24px;
}
#newsWrapper:not(.slick-inicialized) .news-item:first-child .text {
  max-width: 1100px;
  margin-top: -120px;
  padding: 30px;
  margin-inline: 20px;
  border-radius: 20px;
  background-color: #f4f9ec;
  position: relative;
  z-index: 10;
}
@media (min-width: 1200px) {
  #newsWrapper:not(.slick-inicialized) .news-item:first-child .text {
    margin-top: -200px;
    padding: 50px 100px;
    margin-inline: auto;
  }
}
#newsWrapper:not(.slick-inicialized) .news-item:first-child .text .title {
  font-size: 3rem;
  line-height: 1.25em;
  margin-bottom: 20px;
}
#newsWrapper:not(.slick-inicialized) .news-item:first-child .text time {
  margin-bottom: 20px;
}
#newsWrapper:not(.slick-inicialized) .news-item:first-child .text .description {
  margin-bottom: 40px;
}
#newsWrapper:not(.slick-inicialized) .news-item:first-child .text .description p {
  font-size: 1.125rem;
  line-height: 1.1em;
}
@media (max-width: 620px) {
  #newsWrapper:not(.slick-inicialized) .news-item {
    flex-wrap: wrap;
  }
  #newsWrapper:not(.slick-inicialized) .news-item .image,
  #newsWrapper:not(.slick-inicialized) .news-item .text {
    flex: 1 1 100%;
  }
}
@media (max-width: 767px) {
  #newsWrapper:not(.slick-inicialized) {
    display: block;
  }
  #newsWrapper:not(.slick-inicialized) .news-item {
    margin-bottom: 24px;
  }
  #newsWrapper:not(.slick-inicialized) .news-item:first-child {
    margin-bottom: 24px;
  }
  #newsWrapper:not(.slick-inicialized) .news-item:first-child .image {
    margin-inline: -20px;
  }
  #newsWrapper:not(.slick-inicialized) .news-item:first-child .image img {
    border-radius: 0;
    min-height: 460px;
    object-fit: cover;
  }
  #newsWrapper:not(.slick-inicialized) .news-item:first-child .text {
    padding: 20px;
    margin-top: -110px;
    margin-inline: -10px;
  }
  #newsWrapper:not(.slick-inicialized) .news-item:first-child .text .title {
    font-size: 2.25rem;
    line-height: 1.25em;
  }
  #newsWrapper:not(.slick-inicialized) .news-item:first-child .text .title,
  #newsWrapper:not(.slick-inicialized) .news-item:first-child .text time {
    margin-bottom: 15px;
  }
  #newsWrapper:not(.slick-inicialized) .news-item:not(:first-child) {
    flex-direction: column;
  }
  #newsWrapper:not(.slick-inicialized) .news-item:not(:first-child) .image img {
    border-radius: 20px 20px 0 0;
  }
  #newsWrapper:not(.slick-inicialized) .news-item:not(:first-child) .text {
    padding: 20px;
  }
  #newsWrapper:not(.slick-inicialized) .news-item:not(:first-child) .text .title {
    font-size: 1.5rem;
    line-height: 1.25em;
    height: 90px;
    margin-bottom: 8px;
  }
  #newsWrapper:not(.slick-inicialized) .news-item:not(:first-child) .text .description {
    margin-bottom: 30px;
  }
  #newsWrapper:not(.slick-inicialized) .news-item:not(:first-child) .text .description p {
    font-size: 0.875rem;
    line-height: 1.255em;
  }
}

.narrow-custom {
  max-width: 720px;
  margin: 0 auto 40px;
}

.content-wrapper.latest-contribution-box {
  display: none;
}

.products-block > .buttons-wrapper {
  margin-top: 0px;
  grid-column: 1/-1;
}
.products-block > .buttons-wrapper a.btn {
  border: none;
}
@media (min-width: 768px) {
  .products-block > .buttons-wrapper {
    margin-top: -14px;
  }
}

.brands-wrapper {
  overflow: hidden;
}
.brands-wrapper .slick-list {
  overflow: visible;
}
.brands-wrapper .slick-initialized .slick-slide {
  display: flex;
  align-items: center;
}
.brands-wrapper .brand {
  opacity: 0.5;
  transition: opacity 0.15s ease-in-out;
}
.brands-wrapper .brand:hover, .brands-wrapper .brand:focus {
  opacity: 1;
}

footer .bottom-banners-wrapper {
  display: none;
}

.bottom-banners-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 0 24px;
  justify-content: center;
}
.bottom-banners-wrapper .showroom,
.bottom-banners-wrapper .contact {
  position: relative;
  flex: 0 1 708px;
}
.bottom-banners-wrapper .showroom .texts,
.bottom-banners-wrapper .contact .texts {
  position: absolute;
  bottom: 27px;
  left: 24px;
}
.bottom-banners-wrapper .showroom .texts h5,
.bottom-banners-wrapper .contact .texts h5 {
  margin-top: 8px;
}
.bottom-banners-wrapper .showroom .texts ul,
.bottom-banners-wrapper .contact .texts ul {
  padding-left: 16px;
}
.bottom-banners-wrapper .showroom .texts ul li,
.bottom-banners-wrapper .contact .texts ul li {
  font-size: 0.8125rem;
  line-height: 1.2553846154em;
  font-weight: 700;
}
.bottom-banners-wrapper .showroom .buttons-wrapper,
.bottom-banners-wrapper .contact .buttons-wrapper {
  align-items: flex-end;
}
.bottom-banners-wrapper .showroom .buttons-wrapper .btn,
.bottom-banners-wrapper .contact .buttons-wrapper .btn {
  padding: 8px 16px;
}
.bottom-banners-wrapper .showroom .buttons-wrapper a:not(.btn),
.bottom-banners-wrapper .contact .buttons-wrapper a:not(.btn) {
  font-weight: 700;
  text-underline-offset: 4px;
}
.bottom-banners-wrapper .showroom .buttons-wrapper .tel::before,
.bottom-banners-wrapper .contact .buttons-wrapper .tel::before {
  content: url(assets/phone-white.svg);
}
.bottom-banners-wrapper .showroom .label,
.bottom-banners-wrapper .showroom p,
.bottom-banners-wrapper .contact .label,
.bottom-banners-wrapper .contact p {
  font-size: 0.8125rem;
  line-height: 1.2553846154em;
}
.bottom-banners-wrapper .showroom .flag,
.bottom-banners-wrapper .contact .flag {
  padding: 6px 12px;
}
.bottom-banners-wrapper .showroom .label,
.bottom-banners-wrapper .contact .label {
  position: absolute;
  padding: 12px 19px;
  border-radius: 8px;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.0509803922), 0px 2px 2px 0px rgba(0, 0, 0, 0.031372549), 0px 1px 0px 0px rgba(0, 0, 0, 0.031372549);
  text-align: center;
  top: 20px;
  left: 50%;
  transform: rotate(-20deg);
  font-weight: 700;
  font-size: 0.8125rem;
  line-height: 1.2553846154em;
}
.bottom-banners-wrapper .showroom .label span,
.bottom-banners-wrapper .contact .label span {
  display: block;
  font-size: 2rem;
  line-height: 1.25em;
  white-space: nowrap;
}
.bottom-banners-wrapper .showroom .flag {
  background-color: #9ac551;
}
.bottom-banners-wrapper .showroom .label {
  transform: translateX(-50%) rotate(-20deg);
  background: rgba(254, 214, 103, 0.4);
}
.bottom-banners-wrapper .contact .flag {
  background-color: #11b4b7;
}
.bottom-banners-wrapper .contact .label {
  color: #f2f2f2;
  background-color: rgba(13, 138, 140, 0.4);
  left: 56%;
}
.bottom-banners-wrapper .contact .texts h5 {
  margin-top: 24px;
}
.bottom-banners-wrapper .contact a.btn.btn-primary.tel::after {
  display: none;
}
@media (max-width: 767px) {
  .bottom-banners-wrapper .showroom,
  .bottom-banners-wrapper .contact {
    max-width: 450px;
  }
  .bottom-banners-wrapper .showroom .texts,
  .bottom-banners-wrapper .contact .texts {
    top: 115px;
  }
  .bottom-banners-wrapper .showroom .texts h5,
  .bottom-banners-wrapper .contact .texts h5 {
    font-size: 1.5rem;
    line-height: 1.25em;
  }
  .bottom-banners-wrapper .showroom .buttons-wrapper .btn,
  .bottom-banners-wrapper .contact .buttons-wrapper .btn {
    gap: 8px;
  }
  .bottom-banners-wrapper .showroom .label,
  .bottom-banners-wrapper .contact .label {
    right: 23.2px;
    left: unset;
    transform: none;
  }
  .bottom-banners-wrapper .contact .label {
    transform: translateY(25px);
  }
  .bottom-banners-wrapper .contact .texts strong br {
    display: none;
  }
  .bottom-banners-wrapper .contact .btn.tel::before {
    content: url(assets/phone-white.svg);
  }
  .bottom-banners-wrapper .contact .btn.tel::after {
    display: none;
  }
}

.body-banners .extended-banner-link {
  padding: 0.5em 1em;
}

.type-index .bottom-banners-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 767px) {
  .type-index .bottom-banners-wrapper {
    margin-bottom: 64px;
  }
}

ul.socials {
  display: flex;
  gap: 20px;
  align-items: center;
}
ul.socials > li > .facebook a,
ul.socials > li > .instagram a {
  font-size: 0;
}
ul.socials > li > .facebook a::before,
ul.socials > li > .instagram a::before {
  display: block;
  width: 24px;
  height: 24px;
  content: "";
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  line-height: 0;
}
ul.socials > li .facebook a::before {
  background-image: url(assets/FB.svg);
}
ul.socials > li .instagram a::before {
  background-image: url(assets/instagram.svg);
}

.footer-rows {
  padding-top: 40px;
  padding-bottom: 10px;
  gap: 24px;
}
.footer-rows .site-name {
  max-width: 202px;
  padding: 10px;
}
.footer-rows .site-name a,
.footer-rows .site-name img {
  display: block;
}
.footer-rows h4 {
  text-transform: initial;
  margin: 0;
}
.footer-rows ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-rows h4,
.footer-rows a {
  display: inline-block;
  padding: 0.5rem;
}
.footer-rows a {
  text-decoration: none;
  font-size: 1rem;
  line-height: 1.27625em;
}
.footer-rows a:hover, .footer-rows a:focus-visible {
  color: #0076cf;
}
@media (max-width: 900px) {
  .footer-rows {
    flex-direction: column;
  }
  .footer-rows .custom-footer {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .footer-rows {
    padding-top: 32px;
    padding-bottom: 50px;
  }
  .footer-rows a {
    font-size: 1.25rem;
    line-height: 1.276em;
  }
}
@media (min-width: 1200px) {
  .footer-rows {
    gap: 24px 103px;
  }
}

.instagram-widget {
  display: flex;
  gap: 24px;
}
.instagram-widget a {
  display: flex;
}
.instagram-widget a img {
  aspect-ratio: 1;
  object-fit: cover;
}

.custom-footer__categories .categories > ul,
.custom-footer__categories #cat-manufacturers {
  display: none;
}

.custom-footer__instagram {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr max-content;
}
.custom-footer__instagram > h4 {
  grid-column: 1;
  grid-row: 1;
  margin: 0;
  font-size: 2.25rem;
  line-height: 1.25em;
}
.custom-footer__instagram .instagram-widget {
  grid-column: 1/-1;
  grid-row: 3;
}
.custom-footer__instagram .socials {
  grid-column: 1;
  grid-row: 2;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 8px;
}
.custom-footer__instagram .socials > li > .instagram,
.custom-footer__instagram .socials > li > .facebook {
  display: block;
}
.custom-footer__instagram .socials > li > .instagram a,
.custom-footer__instagram .socials > li > .facebook a {
  display: block;
}
.custom-footer__instagram .socials > li > .instagram a::before,
.custom-footer__instagram .socials > li > .facebook a::before {
  width: 40px;
  height: 40px;
}
.custom-footer__instagram .instagram-name {
  color: #0076cf;
}
@media (min-width: 768px) {
  .custom-footer__instagram {
    gap: 40px;
  }
  .custom-footer__instagram h4 {
    font-size: 2.5rem;
    line-height: 1.25em;
  }
  .custom-footer__instagram .instagram-widget {
    grid-row: 2;
  }
  .custom-footer__instagram .socials {
    grid-column: 2;
    grid-row: 1;
  }
}

.instagram-follow-btn {
  display: none;
}

@media (max-width: 991px) {
  .instagram-widget > a:nth-of-type(n + 5) {
    display: none;
  }
}
@media (max-width: 600px) {
  .instagram-widget {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
  .instagram-widget a img {
    border-radius: 6px;
  }
}
#formNewsletterWidget fieldset {
  display: grid;
  gap: 16px 0px;
}
#formNewsletterWidget fieldset br {
  display: none;
}
#formNewsletterWidget fieldset > div:not(.validator-msg-holder, .btn-default.btn-arrow-right) {
  font-size: 0.875rem;
  line-height: 1.2757142857em;
  order: 1;
}
#formNewsletterWidget fieldset > div:not(.validator-msg-holder, .btn-default.btn-arrow-right) a {
  text-decoration: underline;
}
#formNewsletterWidget fieldset > div:not(.validator-msg-holder, .btn-default.btn-arrow-right) a:hover, #formNewsletterWidget fieldset > div:not(.validator-msg-holder, .btn-default.btn-arrow-right) a:focus-visible {
  text-decoration: none;
  color: #ffffff;
}
#formNewsletterWidget fieldset input[type=checkbox]:checked + label::before {
  background-color: #ffffff;
}
#formNewsletterWidget fieldset input[type=checkbox]:checked + label::after {
  background: url(assets/check-blue.svg) no-repeat center center;
  content: "";
  background-size: cover;
}
#formNewsletterWidget fieldset .btn.btn-default.btn-arrow-right {
  border: none;
}
#formNewsletterWidget fieldset .btn.btn-default.btn-arrow-right span {
  position: relative;
  width: auto;
  height: auto;
  clip: unset;
}
#formNewsletterWidget fieldset .btn.btn-default.btn-arrow-right:hover, #formNewsletterWidget fieldset .btn.btn-default.btn-arrow-right:focus-visible {
  background-color: #32383e;
}
@media (min-width: 992px) {
  #formNewsletterWidget fieldset .validator-msg-holder {
    grid-column: 1;
    grid-row: 1;
  }
  #formNewsletterWidget fieldset > div:not(.validator-msg-holder, .btn-default.btn-arrow-right) {
    grid-column: 1/span 2;
    grid-row: 2;
  }
  #formNewsletterWidget fieldset .btn.btn-default.btn-arrow-right {
    grid-column: 2;
    grid-row: 1;
  }
}
@media (max-width: 767px) {
  #formNewsletterWidget fieldset {
    gap: 12px;
  }
  #formNewsletterWidget fieldset .btn.btn-default.btn-arrow-right {
    margin-bottom: 12px;
    width: fit-content;
    margin-inline: auto;
  }
}

.footer-left {
  position: relative;
  flex: 0 1 305px;
}
.footer-left a {
  padding: 0;
}
.footer-left .newsletter-header h4 {
  font-weight: 400;
  font-size: 1rem;
  margin-bottom: 16px;
}
@media (max-width: 479px) {
  .footer-left .newsletter-header h4 {
    max-width: 33ch;
  }
}
@media (max-width: 767px) {
  .footer-left .site-name {
    margin-bottom: 24px;
  }
}
@media (min-width: 768px) {
  .footer-left .site-name {
    margin-bottom: 27px;
  }
}

.custom-footer {
  gap: 24px;
}
.custom-footer a {
  font-weight: 300;
  color: #333333;
}
.custom-footer__contact h4 {
  display: none;
}
.custom-footer__contact .contact-box ul li a {
  font-weight: 600;
  gap: 16px;
  padding: 8px;
}
@media (max-width: 767px) {
  .custom-footer {
    gap: 24px 0;
  }
  .custom-footer__contact .contact-box ul li a {
    font-weight: 400;
  }
  .custom-footer .other-links {
    display: flex;
    flex-wrap: wrap;
    gap: 24px 0;
  }
  .custom-footer .other-links a {
    display: block;
  }
  .custom-footer .other-links > div {
    flex: 1 1 150px;
  }
  .custom-footer .other-links .custom-footer__contact {
    flex-basis: 100%;
  }
}

#footer,
.footer-bottom-wrapper {
  background-color: #ffffff;
}

.footer-icons {
  display: flex;
  gap: 16px;
  align-items: center;
  margin-top: 25px;
}
.footer-icons a {
  display: block;
}
.footer-icons a img {
  display: block;
  width: 42px;
  height: 42px;
}
@media (min-width: 768px) {
  .footer-icons {
    margin-top: 32px;
  }
}

.footer-bottom {
  align-items: center;
}
.footer-bottom a {
  text-decoration: none;
}
.footer-bottom a:hover, .footer-bottom a:focus-visible {
  text-decoration: underline;
}
.footer-bottom .company {
  display: flex;
  align-items: center;
  gap: 10px;
}

.copyright strong {
  color: #0076cf;
  font-weight: 400;
}

#signature img {
  line-height: 0;
  display: block;
}
#signature .title {
  padding-right: 10px;
  border-right: 1px solid #000000;
}

.sidebar .banner {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
}
.sidebar .banner img {
  display: block;
}

.listingControls {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px 20px;
  justify-content: space-between;
}
.listingControls .itemsTotal {
  display: none;
}
.listingControls .goToTop {
  order: 1;
}
.listingControls .goToTop__button {
  padding: 12px 16px;
  font-size: 0.8125rem;
  line-height: 1.2769230769em;
  font-weight: 600;
  display: flex;
  align-items: center;
  background-color: #000000;
  color: #ffffff;
  text-transform: uppercase;
  cursor: pointer;
}
.listingControls .goToTop__button strong {
  font-weight: 600;
}
.listingControls .goToTop__button:hover, .listingControls .goToTop__button:focus-visible {
  background-color: #0076cf;
}
.listingControls .loadMore {
  order: 3;
}
.listingControls .loadMore .loadMore__button {
  background-color: transparent;
  color: #010910;
  padding: 12px 20px;
}
.listingControls .loadMore .loadMore__button::before {
  display: none;
}
.listingControls .loadMore .loadMore__button::after {
  content: url(assets/arrowRight-blue.svg);
  display: block;
  width: 24px;
  height: 24px;
  line-height: 0;
  transition: all 0.15s ease-in-out;
}
.listingControls .loadMore .loadMore__button:hover::after, .listingControls .loadMore .loadMore__button:focus-visible::after {
  transform: translateX(5px);
}
.listingControls .pagination {
  order: 2;
}
.listingControls .pagination__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 16px;
}
.listingControls .pagination__list strong {
  font-weight: 600;
  padding-bottom: 8px 7px 7px 7px;
  border-bottom: 1px solid #0076cf;
}
.listingControls .pagination__list a {
  text-decoration: none;
}
.listingControls .pagination__list .pagination__link--next,
.listingControls .pagination__list .pagination__link--prev {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #000000;
  padding: 0;
  background: transparent;
}
.listingControls .pagination__list .pagination__link--next::before,
.listingControls .pagination__list .pagination__link--prev::before {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  border: 2px solid #000000;
  border-style: none solid solid none;
  transform: rotate(-45deg);
  position: relative;
  transition: all 0.15s ease-in-out;
  margin-left: -2px;
}
.listingControls .pagination__list .pagination__link--next:hover,
.listingControls .pagination__list .pagination__link--prev:hover {
  background-color: #0076cf;
  border-color: #0076cf;
}
.listingControls .pagination__list .pagination__link--next:hover::before,
.listingControls .pagination__list .pagination__link--prev:hover::before {
  border-color: #ffffff;
}
.listingControls .pagination__list .pagination__link--next::before {
  right: 1px;
}
.listingControls .pagination__list .pagination__link--prev::before {
  transform: rotate(135deg);
  left: 3px;
}
@media (max-width: 767px) {
  .listingControls {
    align-items: center;
  }
  .listingControls .loadMore {
    margin-left: 0;
    align-self: stretch;
  }
  .listingControls .loadMore .loadMore__button {
    width: 100%;
  }
  .listingControls .pagination {
    margin-left: 0;
    order: -1;
    flex-basis: 100%;
  }
  .listingControls .pagination .pagination__list {
    justify-content: center;
  }
}

.type-posts-listing .pagination-top {
  display: none;
}

.type-category .products-block:not(.dkLabVisitedProducts) {
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .type-category .products-block:not(.dkLabVisitedProducts) {
    margin-bottom: 40px;
  }
}
.type-category .pagination-wrapper {
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  .type-category .pagination-wrapper {
    margin-bottom: 40px;
  }
}

.newsletter-wrapper {
  background: #0076cf;
  color: #ffffff;
  padding: 78px 16px 40px 16px;
}
.newsletter-wrapper .newsletter-header h4 {
  margin-bottom: 16px;
}
.newsletter-wrapper .newsletter-header p {
  margin-top: 0;
  margin-bottom: 32px;
}
.newsletter-wrapper.container {
  max-width: 1440px;
}
@media (min-width: 768px) and (max-width: 1504px) {
  .newsletter-wrapper {
    margin-right: 2rem;
    margin-left: 2rem;
    width: calc(100% - 4rem);
  }
}
@media (min-width: 768px) {
  .newsletter-wrapper {
    padding: 40px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
  }
  .newsletter-wrapper .custom-footer__newsletter {
    max-width: 520px;
  }
  .newsletter-wrapper .newsletter-header h4 {
    margin-top: 0;
    margin-bottom: 8px;
  }
  .newsletter-wrapper .newsletter-header p {
    margin-bottom: 16px;
  }
}
@media (min-width: 1200px) {
  .newsletter-wrapper {
    padding: 117.5px 100px 117.5px 124px;
  }
}

@media (max-width: 767px) {
  .newsletter-wrapper > img {
    display: block;
    margin: 0 auto;
  }
  .subcategories-filter-wrapper {
    padding: 24px;
    background-color: #fcfcfc;
    border: 1px solid #e6e6e6;
    border-radius: 8px;
    margin-bottom: 50px;
  }
  .subcategories-filter-wrapper .subcategories {
    padding: 0;
    background-color: transparent;
    border: none;
    margin: 0 0 20px;
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .subcategories-filter-wrapper .subcategories .image {
    display: none;
  }
  .subcategories-filter-wrapper .subcategories a {
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #e6e6e6;
  }
  .subcategories-filter-wrapper .subcategories a:hover {
    box-shadow: none;
  }
  .subcategories-filter-wrapper #filters:not(.visible) {
    display: none;
  }
  .subcategories-filter-wrapper .btn.unveil-button,
  .subcategories-filter-wrapper .order-trigger {
    border: 1px solid #cccccc;
    width: 100%;
    gap: 0.4em;
    font-size: 1rem !important;
    padding: 0.5714285714em 1.7142857143em !important;
    line-height: 1.7142857143em !important;
  }
  .subcategories-filter-wrapper .btn.unveil-button::after,
  .subcategories-filter-wrapper .order-trigger::after {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border: 1px solid #000000;
    border-style: none solid solid none;
    transform: rotate(45deg);
    position: relative;
    top: -2px;
    margin-left: auto;
  }
  .subcategories-filter-wrapper .order-trigger {
    margin-top: 20px;
  }
  .subcategories-filter-wrapper .order-trigger span {
    font-weight: 400;
  }
  .subcategories-filter-wrapper #filters::before,
  .subcategories-filter-wrapper #filters::after {
    display: none;
  }
}
.basic-description h2,
.basic-description h3,
.basic-description h4,
.basic-description h5,
.basic-description h6,
.type-post .news-item-detail h2,
.type-post .news-item-detail h3,
.type-post .news-item-detail h4,
.type-post .news-item-detail h5,
.type-post .news-item-detail h6 {
  margin: 1em 0 0.6em;
}

.type-detail #productsAlternative .browse-p,
.type-detail .browse-p {
  display: none;
}

.prodejny-produkt,
.faq-product {
  padding: 40px;
  border-radius: 10px;
  margin-top: 30px;
}
.prodejny-produkt a,
.faq-product a {
  color: #0076cf;
}
.prodejny-produkt .buttons-wrapper,
.faq-product .buttons-wrapper {
  margin-top: 30px;
}
.prodejny-produkt .buttons-wrapper .btn,
.faq-product .buttons-wrapper .btn {
  color: #000000;
  background-color: transparent;
}
@media (max-width: 767px) {
  .prodejny-produkt,
  .faq-product {
    padding: 24px;
  }
}

.custom .prodejny-produkt {
  margin-top: 0;
}

.prodejny-produkt {
  background-color: #f6fcf2;
  border: 1px solid #d7ed99;
}
.prodejny-produkt h4 {
  margin: 0 0 1.5em;
  font-size: 1.25rem;
  line-height: 1.2em;
  text-transform: initial;
}
.prodejny-produkt .columns.col-2 {
  gap: 24px;
}
.prodejny-produkt .columns.col-2 .column {
  flex-basis: 180px;
}
.prodejny-produkt .columns.col-2 .column p {
  margin: 0;
}
.prodejny-produkt .map {
  text-align: right;
}
.prodejny-produkt .map img {
  margin: -20px;
}
@media (max-width: 767px) {
  .prodejny-produkt .map {
    text-align: center;
  }
  .prodejny-produkt .map img {
    margin: 0;
  }
}

.faq-product {
  border: 1px solid #f2f2f2;
  padding-right: 160px;
  background: url(assets/faq-product-bg.jpg) top right no-repeat;
  background-size: cover;
  background-color: #fcfcfc;
}
.faq-product h4 {
  margin: 0 0 1.5em;
  font-size: 1.75rem;
  line-height: 1.2142857143em;
  text-transform: initial;
}
.faq-product .contacts {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.faq-product .contacts .project-email {
  margin-right: auto;
}
@media (max-width: 767px) {
  .faq-product {
    background-image: url(assets/faq-product-bg-mobile-2.jpg);
    background-position: bottom right;
    padding-right: 24px;
    background-size: 90%;
  }
  .faq-product .contacts {
    gap: 32px;
    margin: 20px 0;
  }
}

.alternative-categories {
  padding: 40px;
  border-radius: 8px;
  background-color: #fcfcfc;
  border: 1px solid #e6e6e6;
  position: relative;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 16px;
  position: relative;
}
.alternative-categories li {
  display: flex;
  align-items: center;
  background-color: #fafafa;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  padding: 8px;
  gap: 8px;
}
.alternative-categories li a {
  text-decoration: none;
}
.alternative-categories li img,
.alternative-categories li a {
  display: block;
}
.alternative-categories li .menu-image {
  max-width: 40px;
  aspect-ratio: 1;
  flex-shrink: 0;
}
.alternative-categories li .menu-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.alternative-categories li > div {
  width: 100%;
}
.alternative-categories li > div > a {
  min-height: 3em;
  position: relative;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.alternative-categories li > div > a::after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border: 1px solid #000000;
  border-style: none solid solid none;
  transform: rotate(-45deg);
  position: relative;
  right: 2px;
  margin-left: auto;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .alternative-categories {
    padding: 24px;
    gap: 2px;
  }
}

.discontinued-product .faq-product {
  background: #fcfcfc;
  padding-right: 50%;
  position: relative;
  margin-bottom: 100px;
}
.discontinued-product .faq-product::after {
  content: url(assets/discontinued-faq.png);
  display: block;
  position: absolute;
  top: 50%;
  right: 25%;
  transform: translate(50%, -50%);
}
.discontinued-product .faq-product .contacts {
  gap: 24px;
}
.discontinued-product .faq-product .contacts .project-email {
  margin-right: 0;
}
@media (max-width: 767px) {
  .discontinued-product .faq-product {
    background: url(assets/faq-product-bg-mobile.jpg) no-repeat bottom right;
    padding-right: 24px;
    background-size: cover;
    margin-bottom: 50px;
  }
  .discontinued-product .faq-product::after {
    display: none;
  }
}

#relatedProducts {
  margin-top: 150px;
}
#relatedProducts .container {
  position: relative;
}
@media (max-width: 1120px) {
  #relatedProducts {
    margin-top: 0;
  }
}

.related-thumbnail {
  position: absolute;
  right: 2rem;
  top: 0;
  transform: translateY(-148px);
  display: flex;
  align-items: flex-end;
  text-align: right;
  gap: 40px;
  max-width: 495px;
}
.related-thumbnail img {
  border-radius: 8px;
  border: 1px solid #e6e6e6;
  width: 188px;
}
.related-thumbnail .p-name {
  font-family: "din-2014", sans-serif;
  font-size: 1.25rem;
  line-height: 1.2em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.related-thumbnail .price-final {
  font-weight: 400;
}
@media (max-width: 1120px) {
  .related-thumbnail {
    display: none;
  }
}

#description {
  scroll-margin-top: 160px;
}

.tab-content > .active.with-sidebar {
  display: flex;
  flex-wrap: wrap;
}
.tab-content > .active.with-sidebar > div {
  flex: 1 1 500px;
  padding: 0 80px;
}
.tab-content > .active.with-sidebar .sidebar .banner {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .tab-content > .active.with-sidebar > div {
    padding: 0;
  }
}

#productVideos iframe {
  aspect-ratio: 16/9;
  height: auto;
}

@media (max-width: 767px) {
  .shp-tabs-holder {
    border-bottom: 0;
  }
  .tabs-trigger {
    width: 100%;
    gap: 0.25em;
    border: 1px solid #cccccc;
    font-weight: 400;
  }
  .tabs-trigger span {
    color: #0076cf;
  }
  .tabs-trigger::after {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border: 1px solid #000000;
    border-style: none solid solid none;
    transform: rotate(45deg);
    margin-left: auto;
    position: relative;
    top: -2px;
  }
  .responsive-nav.show #p-detail-tabs {
    display: flex;
  }
}
#content .text .news-item-detail a,
.basic-descripton .news-item-detail a {
  color: #0076cf;
}
#content .text .grid-4,
.basic-descripton .grid-4 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(175px, 1fr));
  gap: 20px;
  margin-bottom: 20px;
}
#content .text .grid-4 > *,
.basic-descripton .grid-4 > * {
  border-radius: 4px;
}
@media (max-width: 767px) {
  #content .text .grid-4,
  .basic-descripton .grid-4 {
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  }
}
#content .text ol,
.basic-descripton ol {
  padding: 0;
  list-style: none;
  counter-reset: my-counter;
}
#content .text ol li,
.basic-descripton ol li {
  display: flex;
  align-items: flex-start;
  counter-increment: my-counter;
}
#content .text ol li::before,
.basic-descripton ol li::before {
  content: "0" counter(my-counter) ")";
  display: block;
  text-align: right;
  margin-right: 10px;
  font-weight: 700;
  min-width: 1.5em;
}
#content .text table tr:nth-child(odd),
.basic-descripton table tr:nth-child(odd) {
  background-color: #f4f9ec;
}
#content .text table tr:nth-child(even),
.basic-descripton table tr:nth-child(even) {
  background-color: #fafafa;
}
#content .text table tr:first-child,
.basic-descripton table tr:first-child {
  border-radius: 16px 16px 0 0;
}
#content .text table tr:last-child,
.basic-descripton table tr:last-child {
  border-radius: 0 0 16px 16px;
}
#content .text table tr,
.basic-descripton table tr {
  display: flex;
  justify-content: space-between;
}
#content .text table tr td,
.basic-descripton table tr td {
  line-height: 1.1em;
  padding: 20px;
}
#content .text table tr td:first-child,
.basic-descripton table tr td:first-child {
  font-weight: 700;
  flex: 1 1 200px;
}
#content .text table tr td:nth-child(2),
.basic-descripton table tr td:nth-child(2) {
  flex: 1 1 200px;
  max-width: 370px;
}

.type-page .content,
.customer-page .content {
  margin-bottom: 100px;
}
.type-page .content h1,
.customer-page .content h1 {
  margin-top: 0;
}
@media (max-width: 767px) {
  .type-page .content,
  .customer-page .content {
    margin-bottom: 50px;
  }
}

.type-glossary .sidebar {
  display: none;
}
.type-glossary .content-inner > p {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .type-glossary .content-inner > p {
    margin-bottom: 50px;
    flex-wrap: nowrap;
    overflow: auto;
  }
}
.type-glossary .content-inner > p a,
.type-glossary .content-inner > p strong {
  font-weight: 700;
  padding: 8px;
  min-width: 40px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}
.type-glossary .content-inner > p a:hover,
.type-glossary .content-inner > p strong:hover {
  background-color: #0076cf;
  color: #fafafa;
}
.type-glossary .content-inner > p strong {
  background-color: #0076cf;
  color: #fafafa;
}

.glossary-group > div {
  padding: 30px;
  background-color: #fcfcfc;
  border-top: 1px solid #e6e6e6;
  columns: 5;
  column-gap: 10px;
}
.glossary-group > div a {
  display: block;
  break-inside: avoid-column;
}
@media (max-width: 1150px) {
  .glossary-group > div {
    columns: 4;
  }
}
@media (max-width: 991px) {
  .glossary-group > div {
    columns: 3;
  }
}
@media (max-width: 767px) {
  .glossary-group > div {
    columns: 2;
  }
}
@media (max-width: 540px) {
  .glossary-group > div {
    columns: unset;
  }
}

#glossary-listing a {
  padding-left: 28px;
  position: relative;
  text-decoration: none;
  color: #333333;
}
#glossary-listing a::before {
  content: "";
  display: block;
  position: absolute;
  left: 9px;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #0076cf;
}

@media (max-width: 767px) {
  .glossary-title {
    margin: 16px 0;
  }
}
table.cpost-delivery-point-choose-post tbody > tr > td,
table.cpost-delivery-point-choose-post tbody > tr > th,
table.cpost-delivery-point-choose-post thead > tr > td,
table.cpost-delivery-point-choose-post thead > tr > th {
  padding: 0.25rem 0.5rem;
}

.na-postu-symbols img {
  margin-right: 4px;
}

table.table.cpost-delivery-point-result-table > tbody > tr > td {
  padding-bottom: 10px;
  padding-top: 10px;
}

@media (max-width: 767px) {
  .cpost-choose-button,
  .cpost-delivery-point-choose-post td,
  .cpost-delivery-point-choose-post th,
  .cpost-delivery-point-result-table > tbody > tr,
  .cpost-delivery-point-result-table > tbody > tr > td,
  input[type=submit].delivery-point-picker {
    display: block;
    width: 100%;
  }
}
.p-info-wrapper {
  width: 100%;
}
.p-info-wrapper .info-box {
  padding: 24px;
  border-radius: 5px;
  border: 1px solid transparent;
}
@media (max-width: 767px) {
  .p-info-wrapper .info-box {
    padding: 8px;
  }
}
.p-info-wrapper .info-box *:last-child {
  margin-bottom: 0;
}
.p-info-wrapper .info-box *:first-child {
  margin-top: 0;
}
.p-info-wrapper .info-box + .info-box {
  margin-top: 8px;
}
.p-info-wrapper .variants-wrapper {
  margin-bottom: 24px;
  max-width: 100%;
}
.p-info-wrapper .variants-title {
  font-weight: 700;
}
.p-info-wrapper .variants-inner {
  grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  gap: 16px;
}
.p-info-wrapper .variants-inner:not(.slick-initialized) {
  display: grid;
}
.p-info-wrapper .variants-inner.slick-initialized .slick-arrow {
  width: 32px;
  height: 32px;
}
.p-info-wrapper .variants-inner.slick-initialized .slick-arrow.slick-next {
  transform: translate(50%, -50%);
}
.p-info-wrapper .variants-inner.slick-initialized .slick-arrow.slick-prev {
  transform: translate(-50%, -50%);
}
.p-info-wrapper .variants-inner a {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  text-decoration: none;
  gap: 8px;
}
.p-info-wrapper .variants-inner a img {
  aspect-ratio: 1;
  width: 100%;
  max-width: 80px;
}
.p-info-wrapper .variants-inner a span:not(.price) {
  font-weight: 700;
}
.p-info-wrapper .stock-info {
  padding: 8px;
  border-radius: 5px;
  border: 1px solid #ebf6cc;
  background-color: #f6fcf2;
}

#newsWrapper {
  scroll-margin-top: 200px;
  scroll-padding-top: 200px;
}

@media (max-width: 767px) {
  .scrolled-down body.template-11:not(.ordering-process):not(.search-window-visible):not(.mobile-header-version-0) #dkLabFavHeaderWrapper {
    transform: none;
  }
}
.dkLabVisitedProductsNew .dvpnProducts.slick-initialized {
  display: flex;
  gap: unset;
}

body.template-11 .dkLabVisitedProductsBox {
  margin-right: 0;
}
body.template-11 .dkLabVisitedProductsBox a.image > img {
  width: auto;
}
body.template-11 .dkLabVisitedProductsBox .product .prices {
  align-items: flex-end;
}
body.template-11 .dkLabVisitedProductsBox .product .prices .price-final {
  margin-left: auto;
}
body.template-11 .dkLabVisitedProductsBox .product .prices .price-final > strong {
  display: flex;
}
body.template-11 .dkLabVisitedProductsBox .product .prices .price-final > strong > strong {
  display: flex;
  flex-direction: row-reverse;
  margin-left: auto;
  gap: 53px;
  font-weight: 700;
  align-items: flex-start;
}
body.template-11 .dkLabVisitedProductsBox .product .prices .price-final > strong > strong > strong {
  line-height: 1em;
}

.dkLabVisitedProductsBox--noPadding h2 {
  margin: revert;
}

.type-index .dkLabVisitedProductsBox,
.type-posts-listing .dkLabVisitedProductsBox,
.type-post .dkLabVisitedProductsBox {
  display: none;
}

/*# sourceMappingURL=scss-style.css.map*/