<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*!******************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./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 328px;
}
.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 328px;
}
.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(250px, 1fr));
  gap: 32px;
}
@media (max-width: 767px) {
  .products-block:not(.slick-initialized),
  .products-inline.dkLabVisitedProducts:not(.slick-initialized) {
    grid-template-columns: repeat(2, minmax(1px, 1fr));
    gap: 32px 27px;
  }
}

@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));
  }
}

.products-inline .product:not(:first-child) {
  border-top: 1px solid #e9e9e9;
}
.products-inline .product.inactive {
  display: none;
}
.products-inline .product .p {
  flex-direction: row;
  height: auto;
  align-items: center;
}
.products-inline .product .p-in {
  flex-direction: row;
  padding: 0;
  height: auto;
  padding: 17px;
  width: 100%;
  gap: 20px;
}
.products-inline .product .p-in-in {
  display: flex;
  flex-direction: column;
  gap: 0;
  flex-grow: 1;
  margin: 0;
}
.products-inline .product .p-in-in .ratings-wrapper {
  font-size: 0.75rem;
}
.products-inline .product .image {
  border: none;
  flex: 0 0 80px;
}
.products-inline .product .name {
  margin: 0;
}
.products-inline .product .p-bottom {
  flex: 0 0 100px;
  text-align: right;
}
.products-inline .product .p-bottom &gt; div {
  display: block;
  height: auto;
}
.products-inline .product .prices {
  display: block;
  margin-right: 0;
}
.products-inline .product .prices .price-save,
.products-inline .product .prices .price-standard-label {
  display: none;
}
.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 .p-bottom {
    margin-top: 0;
    flex-basis: 70px;
  }
  .products-inline .product .price-final {
    font-size: 1rem;
  }
}
.products-inline .button-wrapper {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .products-inline .button-wrapper {
    text-align: center;
  }
}

.type-index .products-block:not(.slick-initialized) {
  display: flex;
  overflow: hidden;
  gap: 30px;
}
.type-index .products-block:not(.slick-initialized) .product {
  width: calc(25% - 22.5px);
  flex: 0 0 auto;
}

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

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

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

.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: 16px;
  box-shadow: none;
  cursor: pointer;
  transition: all 0.15s ease-in-out;
  font-family: "Mulish", sans-serif;
}
.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;
  border-radius: 6px;
  padding: 0.875em 1.0625em;
}
.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: #333333;
}
.next-step-back::before {
  content: url(assets/arrow-back.svg);
  line-height: 0;
}

button {
  color: inherit;
  font-family: "Mulish", 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: #ea5648;
  border-color: #ea5648;
}
.mobile .product .btn-primary:hover, .mobile .product .btn-primary:focus {
  border-color: #f39034;
}

.btn:not(.cart-count),
.extended-banner-link,
.rate-form-trigger,
.toggle-top-products,
.tabs-trigger {
  font-size: 1rem;
  padding: 0.5em 1.5em;
  line-height: 1.5em;
  transition: all 0.15s ease-in-out;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 700;
}

.product .btn-primary {
  border: 1px solid #f39034;
  background-color: #fff;
  color: #333333;
  padding: 0.625em 0.9375em;
}
.product .btn-primary:hover, .product .btn-primary:focus {
  background-color: #f39034;
}

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

.btn-primary::after {
  content: url(assets/arrow-white.svg);
  width: 24px;
  height: 24px;
}

.btn-secondary::after,
.btn-tertiary::after {
  content: url(assets/arrow.svg);
}

.btn-secondary,
.btn-default,
.btn.inline-block,
.btn-primary.add-comment {
  border: 2px solid #ea5648;
  background-color: #fff;
  color: #333333;
}
.btn-secondary:hover, .btn-secondary:focus,
.btn-default:hover,
.btn-default:focus,
.btn.inline-block:hover,
.btn.inline-block:focus,
.btn-primary.add-comment:hover,
.btn-primary.add-comment:focus {
  background-color: #ea5648;
  color: #fff;
}
.btn-secondary:hover::after, .btn-secondary:focus::after,
.btn-default:hover::after,
.btn-default:focus::after,
.btn.inline-block:hover::after,
.btn.inline-block:focus::after,
.btn-primary.add-comment:hover::after,
.btn-primary.add-comment:focus::after {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(49deg) brightness(103%) contrast(103%);
}

.btn-primary.add-comment {
  background-color: transparent;
}

.btn-primary,
.btn-conversion,
.extended-banner-link,
.rate-form-trigger,
.btn-cart {
  background-color: #ea5648;
  color: #fff;
  border: 1px solid transparent;
}
.btn-primary:hover, .btn-primary:focus,
.btn-conversion:hover,
.btn-conversion:focus,
.extended-banner-link:hover,
.extended-banner-link:focus,
.rate-form-trigger:hover,
.rate-form-trigger:focus,
.btn-cart:hover,
.btn-cart:focus {
  background-color: #333333;
  color: #fff;
  border-color: #333333;
}

.btn.add-to-cart-button {
  gap: 0.5em;
}
.btn.add-to-cart-button::after {
  content: url(assets/arrow-white.svg);
  line-height: 0;
  display: block;
  width: 24px;
  height: 24px;
}
@media (max-width: 767px) {
  .btn.add-to-cart-button {
    gap: 6px;
  }
}

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

.toggle-top-products {
  border: 1px solid #f39034;
  color: #333333;
}

.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: 10px;
}

.mail,
.tel {
  padding: 10px 0;
  display: flex !important;
}

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

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

.tel {
  font-weight: 700;
}
.tel::before {
  content: url(assets/phone.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: #333333;
}
.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: #fff;
}
.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(243, 144, 52, 0.9);
}
.messages .msg.msg-warning {
  background-color: rgba(255, 165, 0, 0.9);
}
.messages .msg a {
  color: #fff;
}
@media (max-width: 767px) {
  .messages .msg {
    padding: 10px 20px;
  }
}

.msg-error {
  color: #b41111;
}

.msg-warning {
  color: #f39034;
}

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

.admin-bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: grey;
  color: rgba(255, 255, 255, 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 &gt; li {
  position: relative;
  cursor: pointer;
}
.admin-bar #bar-menu &gt; li &gt; ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: grey;
  padding: 10px;
  white-space: nowrap;
  z-index: 10005;
}
.admin-bar #bar-menu &gt; li.hover &gt; 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) {
  h1,
  .h1 {
    font-size: 2rem;
  }
  h2,
  .h2,
  .h4,
  .custom-footer__instagram h4 {
    font-size: 1.625rem;
  }
  h3,
  .h3 {
    font-size: 1.5rem;
  }
  .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: #8e8e8e;
}

.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: #f39034;
}
.stars a.star-on::before,
.stars span.star-on::before {
  content: "\e91c";
}
.stars a.star-half,
.stars span.star-half {
  color: #f39034;
}
.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-groups {
  display: flex;
  flex-wrap: wrap;
}

.search-results-group,
.search-results:not(#products-found) {
  flex: 1 1 400px;
}
@media (min-width: 768px) {
  .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) {
  font-size: 1rem;
  line-height: 1.75em;
}
.search-results-group ul,
.search-results:not(#products-found) ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 1em 0.5em;
}
.search-results-group ul li,
.search-results:not(#products-found) ul li {
  line-height: 1;
  border: 1px solid #c2c7d0;
  border-radius: 999em;
}
.search-results-group ul li:hover,
.search-results:not(#products-found) ul li:hover {
  background-color: #c2c7d0;
}
.search-results-group ul li a,
.search-results:not(#products-found) ul li a {
  padding: 8px 16px;
  text-decoration: none;
  color: #333333;
}
.search-results-group a.display-results-group,
.search-results:not(#products-found) a.display-results-group {
  background-color: #ea5648;
  color: #fff;
  border: 1px solid transparent;
  font-size: 1rem;
  padding: 0.5em 1.5em;
  line-height: 1.5em;
  transition: all 0.15s ease-in-out;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 700;
}

.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 aside.sidebar {
  flex-basis: 365px;
  padding: 30px 20px;
  background-color: #fff;
  border: 1px solid #e9e9e9;
  border-radius: 5px;
}
@media (max-width: 991px) {
  .customer-page aside.sidebar {
    flex-basis: unset;
    display: block;
  }
}
.customer-page dl {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.customer-page dl dd {
  margin-left: 0;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .customer-page dl dd {
    margin-right: 0;
  }
}

.xyDiscount__banner {
  background-color: #fdf3f4;
  border: 1px solid #fbcfb5;
  border-radius: 5px;
  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: flex;
}

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

.admin-logged .popup-widget {
  top: 125px;
}

.ordering-process.admin-logged .popup-widget {
  top: 125px;
}
.ordering-process .popup-widget {
  top: 98px;
}

body:has(#header.sticky) .user-action .popup-widget {
  top: 70px;
}

#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: #fff;
}

.popup-widget {
  position: absolute;
  right: 0;
  z-index: 1011;
  padding: 50px;
  background-color: #fff;
  top: 125px;
  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 - 135px);
}
.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 - 341px);
  overflow: auto;
}
@media (max-width: 767px) {
  .cart-widget-inner .cart-widget-products {
    max-height: calc(100vh - 300px);
  }
}
.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-delete button::before {
  content: url(assets/remove.svg);
  display: inline-block;
  line-height: 0;
}
.cart-widget-product .cart-widget-product-unit {
  display: none;
}
.cart-widget-product .cart-widget-product-variant {
  display: block;
  font-size: 0.75rem;
  font-family: "Mulish", 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: #fff;
}
.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 {
    top: 68px;
    padding: 30px 20px;
    top: 72px;
  }
  .popup-widget.cart-widget {
    max-height: calc(100vh - 70px);
  }
  .admin-logged .popup-widget {
    top: 92px;
  }
}
.footer-bottom-wrapper {
  padding: 20px 0;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 0.75rem;
}
.footer-bottom .copyright {
  order: 1;
}
.footer-bottom &gt; 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;
  }
}

.footer-rows {
  display: flex;
  align-items: flex-start;
}

.custom-footer {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-grow: 1;
  gap: 20px;
}
.custom-footer &gt; div {
  flex: 1 1 200px;
  position: relative;
}
.custom-footer .news-item-widget time {
  display: none;
}

@media (max-width: 767px) {
  .custom-footer &gt; div {
    flex: 1 1 150px;
  }
  .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;
}
input[type=checkbox] + label::before {
  content: "";
  width: 24px;
  height: 24px;
  border-radius: 5px;
  border: 1px solid #9ac551;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
input[type=checkbox] + label.disabled {
  display: none;
}

fieldset &gt; div:has(&gt; input[type=checkbox] + label.disabled) {
  display: none;
}

input[type=checkbox]:checked + label::before {
  background-color: #9ac551;
  border-color: #9ac551;
}
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 #cccccc;
  background-color: #fff;
  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: #9ac551;
  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 #d2d2d2;
  font-size: 1rem;
  line-height: 1.5em;
  width: 100%;
  color: #333333;
  background-color: #fff;
  font-family: "Mulish", sans-serif;
  padding: 0.625em 1.25em;
  border-radius: 8px;
}
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: #f39034;
}

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

textarea {
  border-radius: 8px;
}

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;
  background-color: #f3f3f3;
  border: none;
  padding: 0.5em 0.75em 0.5em 44px;
}

input[type=submit] {
  border: none;
  box-shadow: none;
  font-family: "Mulish", 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;
  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: #fff;
  border: 1px solid #e9e9e9;
  border-radius: 5px;
}
@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: #ea5648;
  color: #fff;
}
#register-form .btn.btn-secondary:hover {
  background-color: #333333;
  color: #fff;
}

#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 #e9e9e9;
  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: "Mulish", 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 #e9e9e9;
}
.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 #f39034;
  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 &amp; 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 #333333;
  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% + 20px);
    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 {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 30px 16px;
  border-radius: 12px;
  background-color: #f4f9ec;
  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);
}
.slider-wrapper h4 {
  order: 1;
  font-size: 1rem;
  line-height: 1.2375em;
  margin-top: 0;
  margin-bottom: 23px;
}
.slider-wrapper .slider-header {
  order: 3;
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.slider-wrapper .slider-header &gt; span {
  background-color: #fff;
  border: 1px solid #bdd98c;
  padding: 4px 8px;
  border-radius: 4px;
  font-weight: 600;
  min-width: 96px;
}
.slider-wrapper .slider-content {
  order: 2;
  margin-bottom: 23px;
}
.slider-wrapper .ui-slider {
  height: 4px;
  position: relative;
  background-color: #d3e6b3;
}
.slider-wrapper .ui-slider-range {
  position: absolute;
  top: 0;
  height: 100%;
  background-color: #749933;
}
.slider-wrapper .ui-slider-handle {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  top: -8px;
  background-color: #fff;
  border-radius: 50%;
  border: 3px solid #749933;
  cursor: pointer;
}
.slider-wrapper .ui-slider-handle::after {
  display: none;
}
.slider-wrapper .ui-slider-handle + .ui-slider-handle[style="left: 100%;"] {
  left: calc(100% - 15px) !important;
}

.advanced-filters-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.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;
}

.banner-category {
  grid-column: span 2;
}
.banner-category a {
  position: relative;
  display: block;
}
.banner-category .extended-banner-texts {
  position: absolute;
  bottom: 32px;
  left: 32px;
}
.banner-category .extended-banner-title {
  font-size: 2rem;
  line-height: 1.25em;
}
.banner-category .extended-banner-title em {
  color: #fff;
}
.banner-category .extended-banner-link {
  width: max-content;
}
@media (max-width: 767px) {
  .banner-category .extended-banner-texts {
    bottom: 16px;
    left: 16px;
  }
  .banner-category .extended-banner-title {
    font-size: 1.25rem;
    line-height: 1.25em;
  }
  .banner-category img {
    aspect-ratio: 327/293;
    object-fit: cover;
    display: block;
  }
}

.category__secondDescription {
  background-color: #f1eff6;
  border-radius: 24px;
  padding: 24px;
}
.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 {
    padding: 20px;
  }
  .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: 56px;
}
@media (min-width: 768px) {
  .category-content-wrapper {
    margin-bottom: 96px;
  }
}

.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;
}
@media (max-width: 767px) {
  .link-icons {
    justify-content: center;
  }
}

.link-icon {
  display: inline-flex;
  align-items: center;
  flex-direction: column;
  gap: 2px;
  font-weight: 500;
}
.link-icon::before {
  display: block;
  line-height: 0;
}
.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: #333333;
}
.advanced-parameter .advanced-parameter-inner {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #ebebeb;
}
.advanced-parameter .advanced-parameter-inner.yes-before {
  border: 2px solid #005bff;
  display: flex;
  position: relative;
}
.advanced-parameter .advanced-parameter-inner.yes-before::before {
  content: "";
  background: url(assets/check.svg) no-repeat center;
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-size: contain;
}
.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 #f39034;
}
.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;
  justify-content: center;
  padding: 0;
  margin: 0 0 -1px;
  list-style: none;
  overflow: auto;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .shp-tabs {
    justify-content: flex-start;
  }
}

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

@media (max-width: 767px) {
  .shp-tabs-row {
    margin-inline: -20px;
    padding-left: 20px;
  }
}
.shp-tab-link {
  color: #333333;
  text-decoration: none;
  display: inline-block;
  padding: 0.5em 1em;
  border-radius: 4px;
  font-weight: 600;
}
.shp-tab-link:hover, .shp-tab-link:focus-visible {
  background-color: #d3e6b3;
}

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

.shp-tab[data-testid=tabAlternativeProducts], .shp-tab[data-testid=tabRelatedVideos] {
  display: none;
}

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

.tab-content &gt; .tab-pane {
  display: none;
}

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

.fade.in {
  opacity: 1;
}

.tab-content &gt; .active {
  display: block;
}

.description-inner {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.description-inner .basic-description,
.description-inner .extended-description {
  flex: 1 1 500px;
  padding: 0 96px;
}
@media (max-width: 1400px) {
  .description-inner .basic-description,
  .description-inner .extended-description {
    padding: 0 50px;
  }
}
.description-inner h3 {
  font-size: 1.5rem;
  line-height: 1.25em;
}
.description-inner .basic-description ul,
.description-inner .basic-description p {
  color: #2f3138;
  font-weight: 500;
  line-height: 1.255em;
  font-size: 0.875rem;
}
.description-inner .basic-description &gt; h3:first-child {
  margin-top: 0;
}
.description-inner .basic-description h2,
.description-inner .basic-description h3,
.description-inner .basic-description h4,
.description-inner .basic-description h5,
.description-inner .basic-description h6 {
  scroll-margin-top: 100px;
}
.description-inner .extended-description &gt; h3:first-child {
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .description-inner .extended-description &gt; h3:first-child {
    margin-top: 0;
    margin-bottom: 4px;
  }
}
.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;
}
.description-inner .extended-description .detail-parameters tr td,
.description-inner .extended-description .detail-parameters tr th {
  flex-grow: 1;
  flex-basis: 50%;
}
.description-inner .extended-description .detail-parameters thead th {
  text-transform: initial;
  font-size: 1.25rem;
  line-height: 1.2em;
  margin: 0;
  padding: 0.5em;
  border-bottom: 1px solid #f39034;
  font-family: "Mulish", sans-serif;
}
@media (max-width: 767px) {
  .description-inner .extended-description .detail-parameters thead th {
    padding-left: 0;
    padding-right: 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 .basic-description &gt; h3:first-child,
  .description-inner .extended-description &gt; h3:first-child {
    font-size: 1.625rem;
  }
  .description-inner .extended-description {
    padding: 0;
    display: flex;
    flex-direction: column;
  }
  .description-inner .extended-description table {
    margin-top: 0;
  }
  .description-inner .extended-description #productVideos {
    order: -2;
  }
}

.p-detail-tabs-wrapper .responsive-nav {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .p-detail-tabs-wrapper .responsive-nav {
    margin-bottom: 32px;
  }
}

table:not(.cart-table) {
  width: 100%;
}
table:not(.cart-table) tr:nth-child(even) {
  background-color: #f2f2f2;
  border-radius: 8px;
}
table:not(.cart-table) td,
table:not(.cart-table) th {
  padding: 0.75em 1.5em;
}
table:not(.cart-table) th + td {
  color: #2f3138;
  font-weight: 700;
}
table:not(.cart-table) a {
  color: inherit;
}
table:not(.cart-table) thead {
  border-bottom: 1px solid #f39034;
}

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

#relatedFiles {
  margin: 0;
  padding: 0;
  list-style: none;
  scroll-margin-top: 160px;
}
#relatedFiles li img {
  display: none;
}
#relatedFiles li a {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}
#relatedFiles li a::before {
  content: url(assets/file.svg);
  display: inline-block;
  width: 24px;
  height: 24px;
}
#relatedFiles li a:hover, #relatedFiles li a:focus-visible {
  text-decoration: underline;
}

.rate-wrap.row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.rate-wrap.row &gt; 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: #e9e9e9;
}
.rate-block .rate-bar {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: #f39034;
}

.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: #f3f3f3;
  border: 1px solid #e9e9e9;
  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: "Mulish", 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: #616161;
  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: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  border: 1px solid #9ac551;
  border-radius: 8px;
  background-color: #fff;
  transition: all 0.15s ease-in-out;
}
.thumbnail-prev:hover, .thumbnail-prev:focus,
.thumbnail-next:hover,
.thumbnail-next:focus {
  background-color: #9ac551;
}
.thumbnail-prev::before,
.thumbnail-next::before {
  content: url(assets/chevron-right.svg);
  display: block;
  width: 16px;
  height: 16px;
  line-height: 0;
}

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

.p-thumbnails-wrapper {
  width: 100%;
  flex: unset;
  position: relative;
}
.p-thumbnails-wrapper:not(:has(.overflow-prev)) .thumbnail-prev {
  display: none;
}
.p-thumbnails-wrapper:not(:has(.overflow-next)) .thumbnail-next {
  display: none;
}

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

.thumbnail-next,
.thumbnail-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

.thumbnail-prev {
  left: 0;
  transform: translateX(-50%) translateY(-50%);
}

.thumbnail-next {
  right: 0;
  transform: translateX(50%) translateY(-50%);
}

.p-thumbnails-inner {
  height: 100px;
  position: absolute;
  top: 0;
  width: 9999em;
  transition: all 0.3s ease-in-out;
}
.p-thumbnails-inner &gt; div {
  display: inline-block;
  height: 100%;
}
.p-thumbnails-inner &gt; div::before, .p-thumbnails-inner &gt; div::after {
  content: " ";
  display: table;
}
.p-thumbnails-inner &gt; div::after {
  clear: both;
}
.p-thumbnails-inner a {
  float: left;
  max-width: 100%;
  position: relative;
  height: 100%;
}
.p-thumbnails-inner a img {
  display: block;
  height: 100%;
  width: auto;
}

.p-thumbnail {
  margin-right: 20px;
}
@media (max-width: 767px) {
  .p-thumbnail {
    margin-right: 10px;
  }
}

.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: 96px;
}

#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 &gt; 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 &gt; .votes-wrap.discussion &gt; .vote-wrap {
  gap: 0;
  padding: 0;
  background-color: transparent;
  border: none;
}
#discussionWrapper &gt; .votes-wrap.discussion &gt; .vote-wrap &gt; .vote-header {
  padding: 50px 50px 10px 50px;
  background-color: #f3f3f3;
  border: 1px solid #e9e9e9;
  border-style: solid solid none solid;
  border-radius: 5px 5px 0 0;
}
@media (max-width: 767px) {
  #discussionWrapper &gt; .votes-wrap.discussion &gt; .vote-wrap &gt; .vote-header {
    flex-direction: column;
    align-items: flex-start;
  }
}
#discussionWrapper &gt; .votes-wrap.discussion &gt; .vote-wrap &gt; .vote-content {
  padding: 0 50px 50px 134px;
  background-color: #f3f3f3;
  border: 1px solid #e9e9e9;
  border-style: none solid solid solid;
  border-radius: 0 0 5px 5px;
}
#discussionWrapper &gt; .votes-wrap.discussion &gt; .vote-wrap .vote-wrap {
  margin-left: 50px;
  border: 1px solid #e9e9e9;
}
#discussionWrapper &gt; .votes-wrap.discussion .add-comment {
  margin-top: 10px;
}
#discussionWrapper &gt; .votes-wrap.discussion .add-comment:hover, #discussionWrapper &gt; .votes-wrap.discussion .add-comment:focus {
  color: #fff;
}
#discussionWrapper .vote-rating {
  margin-bottom: 0;
  gap: 0;
}
#discussionWrapper .vote-name {
  font-family: "Mulish", 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 #333333;
}
#discussionWrapper .vote-pic {
  display: block;
}
#discussionWrapper .vote-header {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-right: 0;
}
#discussionWrapper .vote-header &gt; 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: "Mulish", sans-serif;
  color: #f39034;
  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 &gt; .votes-wrap.discussion &gt; .vote-wrap &gt; .vote-content {
    padding: 0 20px 20px 20px;
  }
  #discussionWrapper &gt; .votes-wrap.discussion &gt; .vote-wrap &gt; .vote-header {
    padding: 20px 20px 0 20px;
  }
  #discussionWrapper &gt; .votes-wrap.discussion &gt; .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: #777777;
}
.disclaimer.hidden {
  display: none;
}

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

.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 1.25em;
}
@media (max-width: 767px) {
  .cart-inner h4.order-icon {
    padding-left: 16px;
  }
}

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

.cart-header-wrapper {
  padding: 47px 2rem;
  position: relative;
  margin-bottom: 96px;
  background-color: #f4f9ec;
  border-radius: 24px;
}
@media (max-width: 767px) {
  .cart-header-wrapper {
    padding: 20px 5px;
    margin-bottom: 20px;
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .cart-header-wrapper {
    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);
  }
}

@media (max-width: 767px) {
  .in-krok-1 .cart-header-wrapper {
    margin-bottom: 56px;
  }
  .in-krok-2 .cart-header-wrapper {
    margin-bottom: 40px;
  }
}
.cart-header {
  display: flex;
  justify-content: center;
  max-width: 1090px;
  list-style: none;
  padding: 0;
  margin: 0 auto;
  text-align: center;
  position: relative;
  gap: 20px;
}
@media (max-width: 767px) {
  .cart-header {
    gap: 16px;
  }
}
.cart-header strong {
  font-weight: 400;
}
.cart-header .step {
  flex: 1 1 auto;
  overflow: hidden;
}
.cart-header .step a,
.cart-header .step strong {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.875rem;
  line-height: 1.255em;
  flex-direction: column;
  color: #3a4d19;
  font-weight: 700;
}
.cart-header .step a::before,
.cart-header .step strong::before {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  content: "";
  background-size: cover;
  line-height: 0;
  backdrop-filter: blur(20px);
  border-radius: 12px;
  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);
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 900px) {
  .cart-header .step a,
  .cart-header .step strong {
    flex-direction: column;
    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;
  }
}
@media (max-width: 767px) {
  .cart-header .step a,
  .cart-header .step strong {
    font-weight: 400;
    font-size: 0.8125rem;
    line-height: 1.2553846154em;
  }
  .cart-header .step a::before,
  .cart-header .step strong::before {
    width: 56px;
    height: 56px;
  }
}
.cart-header .step a {
  text-decoration: none;
}
.cart-header .step a:hover, .cart-header .step a:focus-visible {
  text-decoration: underline;
}
.cart-header .step-1 a::before,
.cart-header .step-1 strong::before {
  background-image: url(assets/cart-1-inactive.svg);
}
.cart-header .step-1.active a::before,
.cart-header .step-1.active strong::before {
  background-image: url(assets/cart-1-active.svg);
}
.cart-header .step-2 a::before,
.cart-header .step-2 strong::before {
  background-image: url(assets/cart-2-inactive.svg);
}
.cart-header .step-2.active a::before,
.cart-header .step-2.active strong::before {
  background-image: url(assets/cart-2-active.svg);
}
.cart-header .step-3 a::before,
.cart-header .step-3 strong::before {
  background-image: url(assets/cart-3-inactive.svg);
}
.cart-header .step-3.active a::before,
.cart-header .step-3.active strong::before {
  background-image: url(assets/cart-3-active.svg);
}
@media (min-width: 1200px) {
  .cart-header::before, .cart-header::after {
    content: "";
    display: block;
    background: url(assets/cart-header-arrow.svg) center no-repeat;
    background-size: cover;
    transform: translateX(-50%);
    position: absolute;
    top: 50%;
    width: 200px;
    height: 30px;
  }
  .cart-header::before {
    transform: translate(calc(-50% - 100px), -50%);
  }
  .cart-header::after {
    transform: translate(calc(50% + 200px), -50%);
    right: 50%;
  }
}

.cart-row {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px 60px;
}
.cart-row .col-md-8 {
  flex: 1 1 500px;
}
@media (min-width: 1400px) {
  .cart-row .col-md-8 {
    padding: 40px 40px 0 40px;
  }
}
.cart-row .col-md-4 {
  flex: 0 1 500px;
}
@media (min-width: 1400px) {
  .cart-row .col-md-4 {
    padding: 20px;
    flex: 0 1 690px;
  }
}
@media (max-width: 767px) {
  .cart-row {
    gap: 20px;
  }
}

.in-kosik .cart-row {
  gap: 36px;
}
.in-kosik .cart-row .col-md-4 {
  flex-basis: 460px;
}

#checkoutSidebar {
  position: initial !important;
}
#checkoutSidebar .consents a {
  color: #333333;
  text-decoration: underline;
}

.cart-content.checkout-box-wrapper,
#checkoutSidebar .checkout-box {
  padding: 50px;
  background-color: #fff;
  border: 1px solid #cccccc;
  border-radius: 16px;
  margin-bottom: 20px;
}
.cart-content.checkout-box-wrapper p,
#checkoutSidebar .checkout-box p {
  margin-bottom: 10px;
  max-width: 300px;
  font-size: 1.125rem;
  line-height: 1.1em;
}
.cart-content.checkout-box-wrapper h4,
#checkoutSidebar .checkout-box h4 {
  padding: 0;
  border: none;
  margin-bottom: 30px;
}
.cart-content.checkout-box-wrapper .box.box-sm.box-bg-default,
#checkoutSidebar .checkout-box .box.box-sm.box-bg-default {
  margin-bottom: 0;
}
.cart-content.checkout-box-wrapper .mail,
.cart-content.checkout-box-wrapper .tel,
#checkoutSidebar .checkout-box .mail,
#checkoutSidebar .checkout-box .tel {
  padding: 6px 0;
}
@media (max-width: 991px) {
  .cart-content.checkout-box-wrapper,
  #checkoutSidebar .checkout-box {
    padding: 32px 20px;
  }
}

.summary-wrapper,
#checkoutSidebar .cart-content {
  padding: 50px;
  border-radius: 16px;
  background-color: #fff1cc;
  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);
}
.summary-wrapper h4,
#checkoutSidebar .cart-content h4 {
  font-size: 1.5rem;
  border-bottom: 0;
}
@media (max-width: 1299px) {
  .summary-wrapper,
  #checkoutSidebar .cart-content {
    padding: 50px 32px;
  }
}
@media (max-width: 767px) {
  .summary-wrapper,
  #checkoutSidebar .cart-content {
    padding: 32px 16px;
    border-radius: 12px;
  }
}

#summary-box {
  border-radius: 12px;
}
@media (max-width: 767px) {
  #summary-box {
    padding: 32px 20px;
  }
  #summary-box h4 {
    font-size: 1.25rem;
    text-align: center;
  }
}

.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: #ea5648;
  color: #fff;
  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: #333333;
  color: #fff;
  border-color: #333333;
}
.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: #fff;
  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: 10px;
}
.price-wrapper strong {
  text-align: right;
  font-weight: 400;
}
.price-wrapper .price-label.price-primary {
  font-size: 1.125rem;
  line-height: 1.1em;
}
.price-wrapper .price.price-primary {
  font-size: 1.5rem;
  line-height: 1.255em;
  font-weight: 700;
  font-family: "Mulish", sans-serif;
  white-space: nowrap;
}
.price-wrapper .price-label.price-secondary,
.price-wrapper .price.price-secondary {
  font-size: 0.8125rem;
  line-height: 1.2553846154em;
}
.price-wrapper .price.price-secondary {
  font-weight: 400;
}

.next-step {
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 8px;
  margin-top: 10px;
}
.next-step .order-button-suffix {
  margin-left: 0.2em;
}
.next-step .next-step-back {
  background-color: #fff;
  border: 2px solid #ea5648;
  border-radius: 8px;
  padding: 12px;
  text-decoration: none;
  font-weight: 700;
  color: #091e42;
}
.next-step.next-step--step-1 {
  column-gap: 24px;
}
@media (min-width: 768px) {
  .next-step.next-step--step-1 {
    flex-direction: row;
  }
}
.next-step.next-step--step-1 &gt; * {
  flex: 1;
}
@media (max-width: 767px) {
  .next-step {
    margin-top: 24px;
  }
}

#continue-order-button::after,
#orderFormButton::after {
  content: url(assets/arrow-white.svg);
  width: 24px;
  height: 24px;
  line-height: 0;
  display: block;
}

.back-shopping-link {
  display: none;
}

@media (min-width: 1050px) {
  .in-kosik .back-shopping-link {
    display: block;
    padding-left: 40px;
  }
  .in-kosik .back-shopping-link a.next-step-back {
    border: 2px solid #ea5648;
    border-radius: 8px;
    padding: 12px 20px;
    text-decoration: none;
    font-weight: 700;
  }
}
.sidebar-in-cart .extra.delivery {
  padding: 32px;
  margin-bottom: 16px;
  background-color: #f6fcf2;
  border-radius: 10px;
  border: 1px solid #d7ed99;
}
.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: 30px;
  }
}
.sidebar-in-cart .box.box-bg-default {
  margin: 0;
}

.price-range {
  height: 3px;
  overflow: hidden;
  background-color: #f6f6f6;
  margin-top: 10px;
  width: 100%;
}
.price-range &gt; div {
  height: 100%;
  background-color: #54bf00;
}

table.cart-table {
  width: 100%;
  display: block;
}
table.cart-table tbody {
  width: 100%;
  display: block;
}
table.cart-table td,
table.cart-table th {
  padding: 0;
}
table.cart-table tr {
  display: flex;
  gap: 16px;
  align-items: center;
  border: none;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
table.cart-table tr.related-visible {
  border-bottom: none;
}
table.cart-table tr.related-visible .p-name .show-related::after {
  transform: rotate(-135deg);
  top: 2px;
}
@media (max-width: 767px) {
  table.cart-table tr {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}
table.cart-table .cart-p-image {
  flex: 1 1 100px;
}
table.cart-table .cart-p-image img {
  display: block;
  border-radius: 8px;
  border: 1px solid #cccccc;
  width: 100px;
  height: 100px;
}
table.cart-table .p-name {
  flex: 1 1 278px;
}
table.cart-table .p-name a {
  color: #333333;
  font-weight: 300;
}
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;
  text-decoration: none;
}
table.cart-table .p-name .show-related b {
  display: inline-block;
}
table.cart-table .p-name .show-related b::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border: 2px solid #333333;
  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 a.main-link {
  text-decoration: none;
  font-weight: 500;
  margin-bottom: 16px;
  min-height: 60px;
  height: 100%;
  display: block;
  font-size: 1.125rem;
  line-height: 1.1em;
}
table.cart-table a.main-link:hover, table.cart-table a.main-link:focus-visible {
  text-decoration: underline;
}
table.cart-table .p-availability {
  flex: 1 1 100px;
  text-align: right;
  font-size: 0.8125rem;
  line-height: 1.5em;
  color: #3a4d19;
}
table.cart-table .p-availability strong {
  color: #3a4d19 !important;
  font-weight: 600;
  padding: 2px 8px;
  border-radius: 2px;
}
table.cart-table .p-price {
  font-size: 0.8125rem;
  line-height: 1.2553846154em;
  white-space: nowrap;
  font-weight: 300;
  flex: 1 0 80px;
}
table.cart-table .p-discount {
  white-space: nowrap;
  font-weight: 700;
}
table.cart-table .price-final {
  white-space: nowrap;
}
table.cart-table .p-quantity {
  flex: 1 0 102px;
  justify-content: flex-end;
}
table.cart-table .p-total-separate {
  flex: 1 0 80px;
}
table.cart-table .p-total-separate strong {
  font-weight: 800;
}
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-top: 30px;
  padding-left: 40px;
  margin-top: -40px;
  margin-bottom: 30px;
  flex-direction: column;
}
table.cart-table tr.related h4 {
  padding: 0;
  border: none;
  margin: 0;
}
table.cart-table tr.related td {
  display: block;
  width: 100%;
}
@media (max-width: 767px) {
  table.cart-table tr.related {
    margin-top: 0;
  }
}
table.cart-table .cart-related-product {
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 24.5px 40px;
  width: 100%;
  margin-bottom: 10px;
  background-color: #fff1cc;
  border-radius: 12px;
}
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: 56px;
  height: 40px;
  border-radius: 8px;
  position: relative;
  gap: 0;
}
table.cart-table .cart-related-product .btn.add-to-cart-button::after {
  content: url(assets/cart-white.svg);
}
table.cart-table .cart-related-info {
  display: flex;
  align-items: center;
  gap: 20px;
  flex: 5;
}
table.cart-table a.cart-related-name {
  font-family: "Mulish", sans-serif;
  color: #333333;
  margin-right: 10px;
  font-weight: 500;
  text-decoration: none;
  font-size: 1.125rem;
  line-height: 1.1em;
  height: 40px;
}
table.cart-table .cart-related-img {
  flex: 0 1 72px;
}
table.cart-table .cart-related-img img {
  display: block;
  border-radius: 8px;
}
table.cart-table .cart-related-availability {
  margin-left: auto;
  text-align: right;
  font-size: 0.8125rem;
  line-height: 1.5em;
}
table.cart-table .cart-related-availability span {
  color: #3a4d19 !important;
  font-weight: 600;
  padding: 2px 8px;
  border-radius: 2px;
}
table.cart-table .cart-related-button {
  display: flex;
  align-items: center;
  gap: 20px;
  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: "Mulish", sans-serif;
  font-weight: 800;
}
@media (max-width: 767px) {
  table.cart-table {
    padding: 0 20px;
  }
}

.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;
  }
}
.cart-content .cart-summary:not(:has(#discountCouponCode)) {
  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: #ea5648;
  color: #fff;
  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: #333333;
  color: #fff;
  border-color: #333333;
}
.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: "Mulish", 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: #f39034;
}

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

.co-basic-information .row {
  display: flex;
  flex-wrap: wrap;
  column-gap: 30px;
  row-gap: 10px;
}
.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-top: 0.9375em;
  padding-bottom: 0.9375em;
}
.cart-content .delivery-time {
  display: none;
}

.shipping-billing-table .radio-wrapper {
  padding: 20px 0;
}
.shipping-billing-table .radio-wrapper:not(:last-child) {
  border-bottom: 1px solid #cccccc;
}
.shipping-billing-table .radio-wrapper label {
  display: flex;
  align-items: center;
  gap: 20px;
}
.shipping-billing-table .radio-wrapper .payment-logo {
  order: -1;
  max-width: 64px;
}
@media (max-width: 767px) {
  .shipping-billing-table .radio-wrapper .payment-logo {
    flex: 1 1 24px;
    max-width: 24px;
  }
}
.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;
}
.shipping-billing-table .radio-wrapper .payment-shipping-price.for-free {
  text-transform: capitalize;
  color: #749933;
}
.shipping-billing-table .radio-wrapper .payment-shipping-price.for-free[data-shipping-price-id="78"] {
  text-transform: none;
  max-width: 254px;
  white-space: wrap;
  text-align: right;
}
.shipping-billing-table .radio-wrapper .payment-shipping-price:not(.for-free)::before {
  content: "+";
  margin-right: 2px;
}
.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 {
  color: #f39034;
  font-weight: 700;
}
.shipping-billing-table .radio-wrapper .sublabel a {
  text-decoration: none;
  color: inherit;
}

#order-shipping-methods .radio-wrapper {
  border-bottom: 1px solid #cccccc;
}

#order-shipping-methods .payment-logo {
  display: none;
}

.radio-wrapper .payment-info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex: 1 1 150px;
}
.radio-wrapper .payment-info &gt; b {
  margin-right: 0.3em;
  font-weight: 500;
  line-height: 1.125em;
}
.radio-wrapper .payment-info &gt; 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: 30px;
}

.cart-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 20px 0;
}
.cart-item:not(:last-child) {
  border-bottom: 1px solid #d2d2d2;
}
.cart-item.cart-item-gift {
  background-color: #fff;
  padding: 20px;
  border-radius: 4px;
  border: none;
}
.cart-item .cart-item-name {
  margin-right: auto;
}
.cart-item .cart-item-name a {
  color: #333333;
  text-decoration: none;
}
.cart-item .cart-item-name span {
  display: block;
  font-size: 0.75rem;
}
.cart-item .cart-item-amount {
  color: #616161;
}
.cart-item .cart-item-amount,
.cart-item .cart-item-price {
  text-align: right;
  white-space: nowrap;
}
.cart-item .cart-item-price {
  font-weight: 700;
  flex-basis: 80px;
}
@media (max-width: 767px) {
  .cart-item {
    flex-wrap: wrap;
  }
  .cart-item .cart-item-price {
    flex-basis: unset;
  }
  .cart-item .cart-item-name {
    flex-basis: 100%;
  }
}

.recapitulation-shipping-billing-label,
.recapitulation-shipping-billing-label {
  display: none;
}

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

.extra.delivery {
  font-weight: 500;
}
.extra.delivery strong {
  font-weight: 500;
}
.extra.delivery .for-free {
  display: flex;
  align-items: center;
  gap: 10px;
}
.extra.delivery .for-free::before {
  content: url(assets/free-shipping.svg);
  line-height: 0;
  display: inline-block;
  width: 24px;
  height: 24px;
}
.extra.delivery span:not(.for-free) {
  font-size: 0.875rem;
  line-height: 1.25em;
}

.extras-wrapper .extras-col:has(.extra.delivery) {
  display: none;
}

.order-summary-item {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 10px;
  font-size: 0.8125rem;
  line-height: 1.2553846154em;
}
.order-summary-item &gt; div:first-child {
  margin-right: auto;
}
.order-summary-item .price-wrapper {
  width: 100%;
}

#checkoutSidebar .order-summary-item {
  margin-bottom: 10px;
}

.order-summary-item strong,
#shipping-billing-summary strong {
  font-weight: 400;
  font-size: 0.8125rem;
  line-height: 1.2553846154em;
}

#shipping-billing-summary {
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #c2c7d0;
}

.recapitulation-single {
  display: flex;
  align-items: center;
  gap: 10px;
}
.recapitulation-single .recapitulation-shipping-billing-label, .recapitulation-single &gt; span {
  white-space: nowrap;
}
.recapitulation-single &gt; span {
  display: none;
}
.recapitulation-single strong {
  font-weight: 400;
  font-size: 0.8125rem;
  line-height: 1.2553846154em;
  margin-bottom: 10px;
}
.recapitulation-single .recapitulation-shipping-billing-info, .recapitulation-single &gt; strong {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 10px;
}
.recapitulation-single .recapitulation-shipping-billing-info span, .recapitulation-single &gt; strong span {
  margin-left: auto;
  order: 10;
}
.recapitulation-single .recapitulation-shipping-billing-info .for-free, .recapitulation-single &gt; strong .for-free {
  color: #749933;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.5em;
}

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

.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;
}

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

.co-box {
  margin-bottom: 20px;
}
.co-box.co-billing-address {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .co-box.co-billing-address {
    margin-bottom: 80px;
  }
}

.co-box.co-box-additional .form-group {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .co-box.co-box-additional {
    margin-bottom: 56px;
  }
}

.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: 24px;
}

.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: #333333;
}
.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: #fff;
}
.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: #333333;
  color: #fff;
  font-size: 12px;
  line-height: 12px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-left: 8px;
}

.ordering-process #navigation,
.ordering-process .menu-helper,
.ordering-process #header .search,
.ordering-process .toggle-window[data-target=navigation] {
  display: none;
}
.ordering-process #content {
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .ordering-process #content {
    margin-bottom: 50px;
  }
}
.ordering-process #header {
  top: 0;
}

.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: 20px;
    padding-right: 20px;
  }
}
.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 #f5f4f4;
  position: relative;
}
.cart-footer .container {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
}
.cart-footer .secure-payment {
  font-size: 0.875rem;
  line-height: 1.5em;
  color: #000;
}
.cart-footer .contact-box {
  margin: 0;
  display: flex;
  flex-direction: column;
}
.cart-footer .contact-box .tel,
.cart-footer .contact-box .mail {
  color: #091e42;
  font-size: 0.875rem;
  line-height: 1.5em;
}
.cart-footer .contact-box .tel + span,
.cart-footer .contact-box .mail + span {
  font-size: 0.875rem;
  line-height: 1.5em;
}
.cart-footer .contact-box .mail {
  margin: 0;
}
.cart-footer .contact-box .mail + span {
  flex-basis: 100%;
}
.cart-footer .contact-box a {
  font-size: 0.875rem;
  line-height: 1.5em;
  font-weight: 700;
}
.cart-footer .contact-box .tel {
  flex-wrap: wrap;
}
.cart-footer .contact-box .tel + span {
  flex-basis: 100%;
}
.cart-footer .secure-payment span {
  display: block;
  margin-bottom: 10px;
  line-height: 1.5em;
}
.cart-footer .secure-payment img {
  max-width: 192px;
}

#select-country-payment {
  display: none !important;
}

@media (max-width: 767px) {
  .cart-footer {
    padding: 36px 0;
  }
  .cart-footer .container {
    flex-direction: column;
    align-items: flex-start;
    padding-inline: 48px;
  }
}
@media (max-width: 767px) {
  .cart-header::before, .cart-header::after {
    display: none;
  }
  table.cart-table tr:not(.related) {
    display: grid;
    grid-template-columns: minmax(1px, 150px) auto;
    gap: 0;
    position: relative;
  }
  table.cart-table tr:not(.related) .btn.btn-primary {
    grid-column: 1/-1;
  }
  table.cart-table .cart-p-image {
    grid-column: 1/3;
    grid-row: 1/3;
    margin-right: 20px;
    max-width: 72px;
  }
  table.cart-table .cart-p-image img {
    width: 72px;
    height: 72px;
    border-radius: 4px;
  }
  table.cart-table .p-name {
    grid-column: 2/3;
    grid-row: 1/2;
    margin-bottom: 7px;
    margin-left: 10px;
  }
  table.cart-table .p-name a.main-link {
    margin-bottom: 8px;
  }
  table.cart-table .p-availability {
    grid-column: 2/3;
    grid-row: 2/3;
    margin-bottom: 20px;
    margin-left: 10px;
  }
  table.cart-table .p-quantity {
    grid-column: 2/3;
    grid-row: 3/5;
    justify-self: end;
    padding-right: 44px;
  }
  table.cart-table .p-price {
    grid-column: 1/2;
    grid-row: 4/5;
  }
  table.cart-table .p-total {
    grid-column: 1/2;
    grid-row: 3/4;
  }
  table.cart-table form.inline {
    position: absolute;
    bottom: 30px;
    right: 0;
  }
  table.cart-table tr.related {
    padding: 0 0 20px 0;
  }
  table.cart-table .cart-related-product {
    flex-direction: column;
    padding: 20px;
    gap: 0;
  }
  table.cart-table .cart-related-product .cart-related-info {
    display: grid;
    grid-template-columns: 60px auto;
    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 {
    grid-column: 2/3;
    grid-row: 1/2;
    overflow: hidden;
  }
  table.cart-table .cart-related-product .cart-related-availability {
    grid-column: 2/3;
    grid-row: 2/3;
    margin-left: 0;
    text-align: left;
    margin-bottom: 3px;
  }
  table.cart-table .cart-related-product .cart-related-button {
    width: 100%;
    justify-content: space-between;
  }
  .back-shopping-link {
    margin-top: 50px;
  }
  .sidebar-in-cart .extra.delivery {
    order: -1;
  }
  table.cart-table .p-availability,
  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;
  }
  .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: 20px 16px;
  }
  .in-krok-1 #checkoutSidebar .checkout-box,
  .in-krok-2 #checkoutSidebar .checkout-box {
    margin-bottom: 24px;
  }
  .in-krok-1.ordering-process #content,
  .in-krok-2.ordering-process #content {
    margin-bottom: 24px;
  }
  .in-krok-1 .next-step,
  .in-krok-2 .next-step {
    flex-direction: column-reverse;
  }
}
.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: #f39034;
  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: #fdf3f4;
  border: 1px solid #fbcfb5;
  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: #f39034;
  font-style: italic;
}
.personal-collection-point .btn.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

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

#shipping-billing-summary:empty {
  display: none;
}

.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.25rem;
}
@media (max-width: 767px) {
  .reca-number {
    font-size: 1.625rem;
  }
}

.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: #fff;
  border-radius: 5px;
  border: 1px solid #e9e9e9;
}
.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: #616161;
  }
  .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;
}

.banner_faq,
.page_faq {
  align-items: flex-start;
  display: grid;
  gap: 32px 146px;
  grid-template-rows: max-content 1fr;
}
.banner_faq figure,
.page_faq figure {
  margin: 0;
}
.banner_faq.left,
.page_faq.left {
  grid-template-columns: max-content 1fr;
}
.banner_faq.left figure,
.page_faq.left figure {
  grid-column: 1;
  grid-row: 1/span 2;
}
.banner_faq.left h2,
.page_faq.left h2 {
  grid-column: 2;
  grid-row: 1;
}
.banner_faq.left__content,
.page_faq.left__content {
  grid-column: 2;
  grid-row: 2;
}
.banner_faq.left__content__item,
.page_faq.left__content__item {
  border: 1px #706e6f;
  border-top-style: none;
  border-top-style: solid;
}
.banner_faq.left__content__item h6,
.page_faq.left__content__item h6 {
  align-items: center;
  cursor: pointer;
  display: flex;
  font-size: 1.25rem;
  font-weight: 700;
  justify-content: space-between;
  line-height: 1.5rem;
  margin: 0;
  padding: 24px 72px 24px 0;
  position: relative;
  transition: all 0.15s ease-in-out;
}
.banner_faq.left__content__item__text,
.page_faq.left__content__item__text {
  background-color: #f6f6f6;
  border-radius: 16px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.3125rem;
  padding: 24px;
}
.banner_faq.right,
.page_faq.right {
  grid-template-columns: 1fr max-content;
}
.banner_faq.right h2,
.page_faq.right h2 {
  grid-column: 1;
  grid-row: 1;
}
.banner_faq.right .banner_faq__content,
.page_faq.right .banner_faq__content {
  grid-column: 1;
  grid-row: 2;
}
.banner_faq.right figure,
.page_faq.right figure {
  grid-column: 2;
  grid-row: 1/span 2;
}
@media (max-width: 991px) {
  .banner_faq,
  .page_faq {
    display: flex;
    flex-direction: column;
  }
  .banner_faq h2,
  .page_faq h2 {
    order: 1;
  }
  .banner_faq .banner_faq__content,
  .page_faq .banner_faq__content {
    order: 2;
  }
  .banner_faq .banner_faq__content__item h6,
  .page_faq .banner_faq__content__item h6 {
    padding: 1.25em 1.25em 1.25em 0;
    gap: 8px;
  }
  .banner_faq figure,
  .page_faq figure {
    order: 3;
  }
}

.banner_faq__content__item {
  border-top: 1px solid #706e6f;
}
.banner_faq__content__item:last-of-type {
  border-bottom: 1px solid #706e6f;
}
.banner_faq__content__item h6 {
  padding: 24px 24px 24px 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  cursor: pointer;
}
.banner_faq__content__item h6::after {
  content: "+";
}
.banner_faq__content__item h6:hover, .banner_faq__content__item h6:focus {
  color: #ea5648;
}
.banner_faq__content__item__text {
  display: none;
  background-color: #f6f6f6;
  border-radius: 16px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.3125rem;
  padding: 24px;
}
.banner_faq__content__item.active h6::after {
  content: "–";
}
.banner_faq__content__item.active .banner_faq__content__item__text {
  display: block;
}
.banner_faq__content__item.active + div {
  border-top-color: transparent;
}

.id-27 article header h1,
.in-jak-nakupovat article header h1 {
  display: none;
}

#page_shopping-guide h6 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5rem;
}
@media (max-width: 767px) {
  #page_shopping-guide h6 {
    font-size: 0.875rem;
  }
}
#page_shopping-guide .page-divider {
  align-items: flex-end;
  display: flex;
  gap: 0.25em;
}
#page_shopping-guide .page-divider.left::after {
  background-color: #c2c7d0;
  content: "";
  display: block;
  height: 1px;
  width: 100%;
}
#page_shopping-guide .page-block {
  margin: 72px 0;
}
#page_shopping-guide .page-block.columns-2 {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
#page_shopping-guide .page-block.columns-2 .column {
  border-radius: 24px;
}
#page_shopping-guide .page-block.columns-2 .column h3 {
  margin-top: 0;
}
#page_shopping-guide .page-block.columns-2 .column:not(.has-image) {
  background-color: #f4f9ec;
  padding: 48px;
}
#page_shopping-guide .page-block.columns-2 .column.small {
  flex: 1 1 400px;
}
#page_shopping-guide .page-block.columns-2 .column.large {
  display: flex;
  flex: 1 1 644px;
  flex-direction: column;
}
#page_shopping-guide .page-block .image-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: 0.97fr 1.03fr;
  height: 100%;
  align-items: flex-start;
}
#page_shopping-guide .page-block .image-grid img {
  border-radius: 24px;
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
  grid-column: 1;
}
#page_shopping-guide .page-block .image-grid img.full {
  grid-column: 2;
  grid-row: 1/span 2;
}
#page_shopping-guide .page-block .image-grid img:not(.full) {
  min-height: unset !important;
}
@media (max-width: 767px) {
  #page_shopping-guide .page-block {
    margin: 32px 0;
  }
  #page_shopping-guide .page-block.columns-2 .column:not(.has-image) {
    padding: 32px 20px;
  }
  #page_shopping-guide .page-block.columns-2 .column h3 {
    margin-bottom: 8px;
  }
  #page_shopping-guide .page-block .image-grid img {
    border-radius: 8px;
  }
  #page_shopping-guide .page-block .image-grid img:first-of-type {
    grid-column: 1;
    grid-row: 1;
    max-height: 139px !important;
  }
  #page_shopping-guide .page-block .image-grid img:nth-of-type(2) {
    grid-column: 2;
    grid-row: 1;
    max-height: 139px !important;
  }
  #page_shopping-guide .page-block .image-grid img.full {
    grid-column: 1/span 2;
    grid-row: 2;
    max-height: 205px !important;
  }
}
#page_shopping-guide figure {
  margin: 0;
}
#page_shopping-guide figure h3 {
  margin-top: 0;
}
#page_shopping-guide figure .text-black {
  color: #2f3138;
}
#page_shopping-guide figure .text-black p {
  font-weight: 700;
}
#page_shopping-guide h2 {
  margin: 0;
  font-size: 3rem;
}
@media (max-width: 767px) {
  #page_shopping-guide h2 {
    font-size: 2.25rem;
  }
}
#page_shopping-guide h3 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 3rem;
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  #page_shopping-guide h3 {
    font-size: 2rem;
    line-height: 2.4rem;
    margin-bottom: 24px;
  }
}
#page_shopping-guide .contact-block {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75em 32px;
  margin-top: 32px;
}
#page_shopping-guide figure.intro figcaption {
  background-color: #f4f9ec;
  padding: 40px;
  border-radius: 16px;
  margin: -274px 98px 0;
  position: relative;
  max-width: 572px;
}
#page_shopping-guide figure.intro figcaption p {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  #page_shopping-guide figure.intro img {
    border-radius: 0;
    margin-left: -20px;
    max-height: 220px;
    min-height: 220px;
    min-width: calc(100% + 40px);
    -o-object-fit: cover;
    object-fit: cover;
  }
  #page_shopping-guide figure.intro figcaption {
    margin: -145px auto 0;
    padding: 24px;
  }
}
#page_shopping-guide figure.narrow-banner {
  position: relative;
}
#page_shopping-guide figure.narrow-banner h3 {
  margin-bottom: 24px;
}
#page_shopping-guide figure.narrow-banner figcaption {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 32px 24px;
  max-width: 342px;
}
#page_shopping-guide figure.narrow-banner figcaption &gt; div {
  margin-top: 40px;
}
#page_shopping-guide figure.narrow-banner figcaption &gt; span {
  display: block;
}

.product .p {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.product .image {
  position: relative;
  text-decoration: none;
  flex-shrink: 0;
  margin-bottom: 16px;
  display: block;
  flex-shrink: 0;
}
.product .image img {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  border-radius: 4px;
}
.product .image .dkLabFavouriteProductDiv {
  position: absolute;
  bottom: 17px;
  left: 17px;
  top: auto;
  right: auto;
  z-index: 5;
}
.product .custom-ratings {
  position: absolute;
  bottom: 20px;
  right: 20px;
  font-size: 0.8125rem;
  line-height: 1.3846153846em;
}
.product .custom-ratings .star {
  margin-left: 6px;
}
.product .p-in {
  padding: 0 16px 16px 16px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.product .flags {
  margin-bottom: 16px;
}
.product .flags .flags {
  margin: 0;
}
.product .name {
  text-decoration: none;
  font-weight: 700;
  display: block;
  display: -webkit-box;
  margin-bottom: 16px;
  line-height: 1.125em;
  height: 2.375em;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product .p-in-in {
  margin-top: auto;
}
.product .p-in-in .stars-wrapper {
  display: none;
}
.product .p-bottom .btn {
  width: 100%;
}
.product .p-bottom .btn.btn-primary {
  background-color: #ea5648;
  color: #fff;
  border-color: transparent;
}
.product .p-bottom .btn.btn-primary:hover {
  border-color: #333333;
  background-color: #333333;
}
.product .prices {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 16px;
}
.product .prices .availability {
  order: 1;
}
.product .prices .price-standard {
  order: 2;
}
.product .prices .price-final {
  order: 3;
}
@media (min-width: 768px) {
  .product .image img {
    border-radius: 12px;
  }
}
.product .price-standard {
  font-size: 0.8125rem;
  line-height: 1.2307692308em;
  font-weight: 300;
}
.product .price-final {
  font-size: 1.25rem;
  line-height: 1.1em;
}
.product .availability span {
  color: #333333 !important;
  font-size: 0.8125rem;
  line-height: 1.4615384615em;
  padding: 0.125em 0.5em;
  border-radius: 2px;
  display: block;
}
@media (max-width: 767px) {
  .product .p-in {
    padding: 0;
  }
  .product .flags {
    margin-bottom: 8px;
  }
  .product .prices {
    gap: 8px;
    align-items: center;
    margin-bottom: 8px;
  }
  .product .prices .price-final {
    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 .p-bottom .p-tools {
    width: fit-content;
    margin-left: auto;
  }
  .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.no-buttons .p-tools {
    height: 42px;
  }
  .product .p-bottom .btn {
    width: fit-content;
    padding: 8px 16px;
  }
  .product .p-bottom .btn span {
    display: none;
  }
  .product .p-bottom .btn:not(.btn-primary)::after {
    content: url(assets/cart-white.svg);
  }
  .product .p-bottom .btn.btn-primary {
    font-size: 0;
    gap: 0;
  }
}

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

.flag {
  font-weight: 600;
  font-size: 0.8125rem;
  line-height: 1.2307692308em;
  padding: 0.4615384615em 0.9230769231em;
  color: #fff;
  border-radius: 2px;
}
.flag.flag-new, .flag.flag-tip {
  background-color: #198fce;
}
.flag.flag-action, .flag.flag-gift {
  background-color: #f39034;
}
.flag.flag-discount {
  background-color: #9ac551;
}

@media (max-width: 767px) {
  .product .flag {
    padding: 0.125em 0.25em;
  }
}

.price-standard {
  color: #848283;
}

#dkLabFavPageProductsContainer .product {
  position: relative;
}
#dkLabFavPageProductsContainer .product .dkLabFavDeleteBtn {
  top: 12px;
  right: 12px;
  width: 32px;
  height: 32px;
  padding: 4px;
  background-color: #f3f3f3;
  border-radius: 50%;
}
#dkLabFavPageProductsContainer .product .dkLabFavDeleteBtn::before {
  display: block;
  width: 24px;
  height: 24px;
  line-height: 0;
  content: url(assets/remove-red.svg);
  position: static;
  border: none;
  transform: none;
}
#dkLabFavPageProductsContainer .product .dkLabFavDeleteBtn::after {
  display: none !important;
}
@media (max-width: 767px) {
  #dkLabFavPageProductsContainer .product .dkLabFavDeleteBtn {
    top: 8px;
    right: 8px;
  }
}

.slick-arrow {
  font-size: 0;
  bottom: 0;
  top: unset;
  transform: none;
  right: 0;
  left: unset;
}
.slick-arrow.slick-prev {
  transform: translateX(calc(-100% - 10px));
}

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

.slick-initialized {
  padding-bottom: 64px;
}
.slick-initialized:not(:has(.slick-arrow)) {
  padding-bottom: 0;
}

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

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

.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;
  }
  .next-to-carousel-banners .slick-dots {
    bottom: -16px;
    width: 100%;
  }
}
@media (max-width: 575px) {
  .next-to-carousel-banners .slick-list {
    margin: 0 -20px;
  }
}

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

.body-banners {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
  overflow: hidden;
}
.body-banners &gt; div {
  max-width: 708px;
  flex: 1 1 600px;
}
.body-banners &gt; div:first-child .extended-banner-title em {
  background-color: #f39034;
}
.body-banners &gt; div:nth-child(2) .extended-banner-title em {
  background-color: #7661a8;
}
.body-banners .banner-wrapper a {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}
.body-banners .banner-wrapper a,
.body-banners .banner-wrapper img {
  display: block;
}
.body-banners .extended-banner-texts {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: absolute;
  bottom: 24px;
  left: 24px;
}
@media (min-width: 768px) {
  .body-banners .extended-banner-texts {
    max-width: 40%;
  }
}
.body-banners .extended-banner-title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 1.5rem;
  line-height: 1.25em;
  margin: 0 0 16px;
}
.body-banners .extended-banner-title em {
  font-style: normal;
  font-size: 0.8125rem;
  line-height: 1.2307692308em;
  padding: 0.4615384615em 0.9230769231em;
  border-radius: 2px;
  color: #fff;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .body-banners {
    gap: 8px;
  }
  .body-banners .extended-banner-texts {
    bottom: 16px;
    left: 16px;
  }
}
@media (min-width: 768px) {
  .body-banners {
    margin-bottom: 120px;
  }
}

.products-block + .middle-banners-wrapper .container {
  padding: 0;
}

.footer-banners {
  gap: 24px;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(345px, 1fr));
}
.footer-banners .add-rainbow {
  grid-column: 1/-1;
}
.footer-banners .add-rainbow::before {
  content: "";
  background: url(assets/rainbow.svg) center center no-repeat;
  background-size: cover;
  display: block;
  width: 196px;
  height: 98px;
}
@media (max-width: 767px) {
  .footer-banners {
    gap: 16px;
    grid-template-columns: 1fr;
  }
}
@media (max-width: 991px) {
  .footer-banners .add-rainbow.homepage-group-title {
    margin-bottom: 8px;
  }
  .footer-banners .add-rainbow::before {
    width: 150px;
    height: 75px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer-banners .add-rainbow::before {
    margin-inline: auto;
  }
}
@media (min-width: 992px) {
  .footer-banners {
    margin-top: -42px;
    margin-bottom: 120px;
  }
  .footer-banners .add-rainbow {
    position: relative;
    padding-top: 24px;
    padding-bottom: 24px;
    margin-bottom: 24px;
  }
  .footer-banners .add-rainbow::before {
    width: 196px;
    height: 98px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
  }
}
@media (min-width: 1440px) {
  .footer-banners .add-rainbow::before {
    right: 197px;
  }
}

.footer-banner {
  max-width: 464px;
  flex: 1 1 300px;
  position: relative;
  margin-inline: auto;
}
.footer-banner a,
.footer-banner img {
  display: block;
}
.footer-banner .extended-banner-texts {
  position: absolute;
  top: 24px;
  left: 24px;
}
.footer-banner .extended-banner-title {
  margin: 0;
  font-size: 1.5rem;
  line-height: 1.25em;
  position: relative;
  border-bottom: 3px solid transparent;
  transition: all 0.15s ease-in-out;
}
.footer-banner img {
  transition: all 0.15s ease-in-out;
  border-radius: 16px;
}
.footer-banner a {
  border-radius: 16px;
  overflow: hidden;
}
.footer-banner a:hover .extended-banner-title {
  border-color: #333333;
}
.footer-banner a:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .footer-banner .extended-banner-title {
    font-size: 1.25rem;
    line-height: 1.25em;
  }
  .footer-banner img {
    min-height: 300px;
    object-fit: cover;
    aspect-ratio: 335/300;
    border-radius: 16px;
  }
}

.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 #ea5648;
  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 #ea5648;
  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 &gt; .buttons-wrapper {
  margin-top: 24px;
}
@media (min-width: 768px) {
  .products-block &gt; .buttons-wrapper,
  .products-block .slick-track .buttons-wrapper {
    display: none !important;
  }
}

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: 1 1 638px;
  max-width: 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: #f3f3f3;
  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;
  }
}

.type-detail .bottom-banners-wrapper {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .type-detail .bottom-banners-wrapper {
    margin-top: 32px;
  }
}

.banner-category .extended-banner-link,
.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 &gt; li &gt; .facebook a,
ul.socials &gt; li &gt; .instagram a {
  font-size: 0;
}
ul.socials &gt; li &gt; .facebook a::before,
ul.socials &gt; li &gt; .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 &gt; li .facebook a::before {
  background-image: url(assets/FB.svg);
}
ul.socials &gt; li .instagram a::before {
  background-image: url(assets/instagram.svg);
}

.footer-rows {
  padding-top: 40px;
  padding-bottom: 40px;
  gap: 24px 50px;
}
@media (min-width: 1200px) {
  .footer-rows {
    gap: 24px 103px;
  }
}
.footer-rows .site-name {
  flex-grow: 1;
  max-width: 315px;
}
.footer-rows h4 {
  text-transform: initial;
  font-size: 1.125rem;
  line-height: 1.2555555556em;
  margin: 0;
}
.footer-rows ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-rows h4,
.footer-rows a {
  display: inline-block;
  padding: 0.5625rem;
}
.footer-rows a {
  text-decoration: none;
  font-size: 0.8125rem;
  line-height: 1.2307692308em;
}
.footer-rows a:hover, .footer-rows a:focus-visible {
  text-decoration: underline;
}
@media (min-width: 768px) {
  .footer-rows {
    padding-top: 96px;
    padding-bottom: 96px;
  }
}

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

.custom-footer__instagram {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr max-content;
}
.custom-footer__instagram &gt; 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 &gt; li &gt; .instagram,
.custom-footer__instagram .socials &gt; li &gt; .facebook {
  display: block;
}
.custom-footer__instagram .socials &gt; li &gt; .instagram a,
.custom-footer__instagram .socials &gt; li &gt; .facebook a {
  display: block;
}
.custom-footer__instagram .socials &gt; li &gt; .instagram a::before,
.custom-footer__instagram .socials &gt; li &gt; .facebook a::before {
  width: 40px;
  height: 40px;
}
.custom-footer__instagram .instagram-name {
  color: #ea5648;
}
@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 &gt; 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;
  }
}
.footer-left {
  color: #666666;
  max-width: 503px;
  position: relative;
  flex: 1 1 450px;
}
.footer-left::after {
  position: absolute;
  content: "";
  width: 193px;
  height: 144px;
  display: block;
  right: 0;
  bottom: -15px;
  background: url(assets/rainbow_3.svg) no-repeat;
  background-size: cover;
}
.footer-left a,
.footer-left h4 {
  padding: 0;
}
@media (max-width: 767px) {
  .footer-left::after {
    width: 130px;
    height: 100px;
    bottom: 55px;
  }
}
.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;
  }
}
.footer-left #formNewsletterWidget fieldset {
  display: grid;
  gap: 16px 12px;
}
.footer-left #formNewsletterWidget fieldset br {
  display: none;
}
.footer-left #formNewsletterWidget fieldset &gt; div:not(.validator-msg-holder, .btn-default.btn-arrow-right) {
  font-size: 0.8125rem;
  line-height: 1.2553846154em;
  text-decoration: underline;
  order: 1;
}
.footer-left #formNewsletterWidget fieldset &gt; div:not(.validator-msg-holder, .btn-default.btn-arrow-right) a {
  text-decoration: underline;
}
.footer-left #formNewsletterWidget fieldset .btn.btn-default.btn-arrow-right {
  font-family: "Mulish", sans-serif;
  background-color: #ea5648;
  color: #ffffff;
  border: none;
}
.footer-left #formNewsletterWidget fieldset .btn.btn-default.btn-arrow-right span {
  position: relative;
  width: auto;
  height: auto;
  clip: unset;
}
.footer-left #formNewsletterWidget fieldset .btn.btn-default.btn-arrow-right:hover, .footer-left #formNewsletterWidget fieldset .btn.btn-default.btn-arrow-right:focus-visible {
  background-color: #2f3138;
}
@media (min-width: 992px) {
  .footer-left #formNewsletterWidget fieldset .validator-msg-holder {
    grid-column: 1;
    grid-row: 1;
  }
  .footer-left #formNewsletterWidget fieldset &gt; div:not(.validator-msg-holder, .btn-default.btn-arrow-right) {
    grid-column: 1/span 2;
    grid-row: 2;
  }
  .footer-left #formNewsletterWidget fieldset .btn.btn-default.btn-arrow-right {
    grid-column: 2;
    grid-row: 1;
  }
}
.footer-left ul.socials {
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.footer-left .socials-heading {
  margin-top: 20px;
  margin-bottom: 16px;
  font-size: 0.8125rem;
  line-height: 1.2553846154em;
}
.footer-left .partners p {
  margin-bottom: 4px;
  color: #333333;
  font-size: 1.125rem;
  line-height: 1.1em;
}
@media (max-width: 767px) {
  .footer-left #formNewsletterWidget fieldset {
    gap: 4px 24px;
  }
  .footer-left #formNewsletterWidget fieldset .btn.btn-default.btn-arrow-right {
    margin-bottom: 4px;
  }
  .footer-left .site-name {
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) {
  .footer-left .site-name {
    margin-bottom: 41px;
  }
  .footer-left .socials-heading {
    margin-bottom: 8px;
    margin-top: 41px;
  }
}

.custom-footer {
  gap: 40px;
}
@media (min-width: 768px) {
  .custom-footer {
    gap: 60px;
  }
}
.custom-footer .contact-box ul .mail,
.custom-footer .contact-box ul .tel {
  padding: 0;
}
.custom-footer .contact-box ul .tel::before {
  display: none;
}
.custom-footer .contact-box ul .tel a {
  display: flex;
  gap: 12px;
  align-items: center;
}
.custom-footer .contact-box ul .tel a::before {
  content: url(assets/phone.svg);
}
.custom-footer .contact-box ul li {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .custom-footer {
    gap: 24px 0;
  }
  .custom-footer .contact-box ul {
    display: flex;
    gap: 8px;
  }
  .custom-footer .other-links {
    display: flex;
    flex-wrap: wrap;
    gap: 24px 0;
  }
  .custom-footer .other-links a {
    display: block;
  }
  .custom-footer .other-links &gt; div {
    flex: 1 1 150px;
  }
  .custom-footer .other-links .custom-footer__contact {
    flex-basis: 100%;
  }
}

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

.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: #f39034;
}

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

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

.pagination-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}
.pagination-wrapper .pagination-top {
  padding: 12px;
  border-bottom: 2px solid #ea5648;
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
}
.pagination-wrapper .pagination-top::after {
  content: url(assets/ArrowRight.svg);
  rotate: -90deg;
  display: block;
  width: 24px;
  height: 24px;
  line-height: 0;
}
.pagination-wrapper .pagination {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 16px;
}
.pagination-wrapper .pagination strong {
  font-weight: 400;
}
.pagination-wrapper .pagination a {
  text-decoration: none;
}
.pagination-wrapper .pagination .pagination-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  border: 1px solid #9ac551;
}
.pagination-wrapper .pagination .pagination-link::before {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  border: 2px solid #333333;
  border-style: none solid solid none;
  transform: rotate(-45deg);
  position: relative;
  transition: all 0.15s ease-in-out;
  margin-left: -2px;
}
.pagination-wrapper .pagination .pagination-link:hover {
  background-color: #9ac551;
}
.pagination-wrapper .pagination .pagination-link.next::before {
  right: 1px;
}
.pagination-wrapper .pagination .pagination-link.prev::before {
  transform: rotate(135deg);
  left: 1px;
}
.pagination-wrapper .pagination-loader {
  display: none;
}
.pagination-wrapper .load-products {
  gap: 1em;
}
.pagination-wrapper .load-products::before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border: 1px solid #333333;
  border-style: none solid solid none;
  transform: rotate(45deg);
  position: relative;
  top: -1px;
  transition: all 0.15s ease-in-out;
}
.pagination-wrapper .load-products:hover::before {
  border-color: #fff;
}
@media (max-width: 580px) {
  .pagination-wrapper {
    flex-direction: column;
    align-items: center;
    gap: 32px;
  }
  .pagination-wrapper .pagination-loader {
    margin-left: 0;
    align-self: stretch;
  }
  .pagination-wrapper .pagination-loader .load-products {
    width: 100%;
  }
  .pagination-wrapper .pagination {
    margin-left: 0;
  }
}

.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: 50px;
  }
}
.type-category .pagination-wrapper {
  margin-bottom: 124px;
}
@media (max-width: 767px) {
  .type-category .pagination-wrapper {
    margin-bottom: 64px;
  }
}

.type-category .newsletter-wrapper {
  margin-top: 100px;
}
@media (max-width: 767px) {
  .type-category .newsletter-wrapper {
    margin-top: 50px;
  }
}

@media (max-width: 767px) {
  .subcategories-filter-wrapper {
    padding: 24px;
    background-color: #fcfcfc;
    border: 1px solid #e9e9e9;
    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 #e9e9e9;
  }
  .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 #d2d2d2;
    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 #333333;
    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;
  }
  #category-header {
    margin-bottom: 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }
  #category-header form {
    border-bottom: 0;
  }
}
.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;
}

h2.products-related-header {
  font-size: 1.5rem;
  line-height: 1.25em;
  margin-bottom: 32px;
  color: #000000;
}
@media (max-width: 767px) {
  h2.products-related-header {
    font-size: 1.25rem;
    line-height: 1.2em;
    margin-bottom: 16px;
  }
}

.type-detail .products.products-block.products-related {
  gap: 24px;
  margin-bottom: 48px;
}
.type-detail .products.products-block.products-related .product .p {
  flex-direction: row;
  height: auto;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  padding: 8px;
  gap: 16px;
}
.type-detail .products.products-block.products-related .product .p .image {
  margin-bottom: 0;
}
.type-detail .products.products-block.products-related .product .p .image img {
  width: 80px;
  height: 84px;
}
.type-detail .products.products-block.products-related .product .p .image .custom-ratings {
  display: none;
}
.type-detail .products.products-block.products-related .product .p .dkLabFavouriteProductDiv {
  display: none;
}
.type-detail .products.products-block.products-related .product .p .p-in {
  padding: 12px 0 0;
  height: auto;
  flex-direction: row;
  gap: 8px;
  width: 100%;
  justify-content: space-between;
}
.type-detail .products.products-block.products-related .product .p .p-in .flags,
.type-detail .products.products-block.products-related .product .p .p-in .availability,
.type-detail .products.products-block.products-related .product .p .p-in .p-tools {
  display: none;
}
.type-detail .products.products-block.products-related .product .p .p-in-in {
  margin: 0;
}
.type-detail .products.products-block.products-related .product .p .name {
  font-weight: 500;
  margin: 0;
  height: auto;
  font-size: 0.875rem;
  line-height: 1.255em;
}
.type-detail .products.products-block.products-related .product .p .prices {
  min-width: 75px;
  text-align: right;
}
.type-detail .products.products-block.products-related .product .p .prices .price-final {
  font-size: 1rem;
  line-height: 1.1em;
  margin-left: auto;
}
.type-detail .products.products-block.products-related .product .p .prices .price-standard {
  display: none;
}
.type-detail .products.products-block.products-related .product .p:hover, .type-detail .products.products-block.products-related .product .p:focus-visible {
  border-color: #9ac551;
}
.type-detail .products.products-block.products-related .product .p:hover a.name, .type-detail .products.products-block.products-related .product .p:focus-visible a.name {
  text-decoration: underline;
}
.type-detail .slick-arrow {
  top: 50%;
  bottom: unset;
  z-index: 8;
}
.type-detail .slick-arrow.slick-prev {
  left: 0;
  transform: translateX(-50%) translateY(-50%);
}
.type-detail .slick-arrow.slick-next {
  right: 0;
  transform: translateX(50%) translateY(-50%);
}
.type-detail #productsAlternative .browse-p {
  display: none;
}
@media (min-width: 768px) and (max-width: 1379px) {
  .type-detail .products.products-block.products-related {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  }
}
@media (max-width: 767px) {
  .type-detail .products.products-block.products-related {
    grid-template-columns: 1fr;
    gap: 8px;
    margin-bottom: 32px;
  }
  .type-detail .products.products-block.products-related .product:nth-child(n+3) {
    display: none;
  }
  .type-detail .products.products-block.products-related.show-all-related .product {
    display: unset;
  }
  .type-detail .products.products-block.products-related + .browse-p {
    margin-top: -16px;
  }
  .type-detail .products-related-header,
  .type-detail .products-block.products-related,
  .type-detail .browse-p {
    padding: 0 4px;
  }
}

.type-category .slick-arrow {
  top: 50%;
  bottom: unset;
  z-index: 8;
}
.type-category .slick-arrow.slick-prev {
  left: 0;
  transform: translateX(-50%) translateY(-50%);
}
.type-category .slick-arrow.slick-next {
  right: 0;
  transform: translateX(50%) translateY(-50%);
}

.prodejny-produkt,
.faq-product {
  padding: 40px;
  border-radius: 10px;
  margin-top: 30px;
}
.prodejny-produkt a,
.faq-product a {
  color: #f39034;
}
.prodejny-produkt .buttons-wrapper,
.faq-product .buttons-wrapper {
  margin-top: 30px;
}
.prodejny-produkt .buttons-wrapper .btn,
.faq-product .buttons-wrapper .btn {
  color: #333333;
  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 #f3f3f3;
  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 #e9e9e9;
  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: #fff;
  border: 1px solid #e9e9e9;
  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 &gt; div {
  width: 100%;
}
.alternative-categories li &gt; div &gt; 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 &gt; div &gt; a::after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border: 1px solid #333333;
  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 #e9e9e9;
  width: 188px;
}
.related-thumbnail .p-name {
  font-family: "Mulish", 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 &gt; .active.with-sidebar {
  display: flex;
  flex-wrap: wrap;
}
.tab-content &gt; .active.with-sidebar &gt; div {
  flex: 1 1 500px;
  padding: 0 80px;
}
.tab-content &gt; .active.with-sidebar .sidebar .banner {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .tab-content &gt; .active.with-sidebar &gt; 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 #d2d2d2;
    font-weight: 400;
  }
  .tabs-trigger span {
    color: #f39034;
  }
  .tabs-trigger::after {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border: 1px solid #333333;
    border-style: none solid solid none;
    transform: rotate(45deg);
    margin-left: auto;
    position: relative;
    top: -2px;
  }
  .responsive-nav.show #p-detail-tabs {
    display: flex;
  }
}
@counter-style custom-counter {
  system: numeric;
  symbols: "0" "1" "2" "3" "4" "5" "6" "7" "8" "9";
  suffix: ") ";
  pad: 2;
}
#content .text .news-item-detail a,
.basic-descripton .news-item-detail a {
  color: #ea5648;
}
#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 &gt; *,
.basic-descripton .grid-4 &gt; * {
  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 {
  counter-reset: custom-counter;
  list-style: none;
  padding: 0;
}
#content .text ol li,
.basic-descripton ol li {
  counter-increment: custom-counter;
  position: relative;
  padding-left: 30px;
}
#content .text ol li::before,
.basic-descripton ol li::before {
  content: counter(custom-counter, decimal-leading-zero) ") ";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: bold;
}
#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: #fff;
}
#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;
  text-align: center;
}
@media (max-width: 767px) {
  .type-page .content,
  .customer-page .content {
    margin-bottom: 50px;
  }
}

.in-zakaznicky-servis article a,
.id-726 article a {
  color: #ea5648;
}

.type-glossary .sidebar {
  display: none;
}
.type-glossary .content-inner &gt; p {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .type-glossary .content-inner &gt; p {
    margin-bottom: 50px;
    flex-wrap: nowrap;
    overflow: auto;
  }
}
.type-glossary .content-inner &gt; p a,
.type-glossary .content-inner &gt; 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 &gt; p a:hover,
.type-glossary .content-inner &gt; p strong:hover {
  background-color: #f39034;
  color: #fff;
}
.type-glossary .content-inner &gt; p strong {
  background-color: #f39034;
  color: #fff;
}

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

#glossary-listing a {
  padding-left: 28px;
  position: relative;
  text-decoration: none;
  color: #494949;
}
#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: #f39034;
}

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

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

table.table.cpost-delivery-point-result-table &gt; tbody &gt; tr &gt; 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 &gt; tbody &gt; tr,
  .cpost-delivery-point-result-table &gt; tbody &gt; tr &gt; 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 &gt; 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 &gt; strong {
  display: flex;
}
body.template-11 .dkLabVisitedProductsBox .product .prices .price-final &gt; strong &gt; 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 &gt; strong &gt; strong &gt; strong {
  line-height: 1em;
}

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

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

#heurekaIfrBoxleft iframe {
  width: 90%;
}

/*# sourceMappingURL=scss-style.css.map*/</pre></body></html>