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

.sidebar-indented main {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 148px;
}
.sidebar-indented main .category-top {
  width: 100%;
}
.sidebar-indented main aside {
  flex: 0 0 330px;
}
.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: 20px;
}
.content-wrapper-in aside {
  flex: 0 0 330px;
}
.content-wrapper-in main {
  flex: 1 1 548px;
  width: 100%;
}
@media (max-width: 767px) {
  .content-wrapper-in main {
    flex: 1 1 100%;
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .content-wrapper-in aside {
    display: none;
  }
}
@media (max-width: 991px) {
  .content-wrapper-in #wrap-products-2 {
    order: 1;
  }
}

.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;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.next-prev .btn.inline-block {
  padding: 16px 32px;
  border: 1px solid #001024;
  background-color: transparent;
  border-radius: 0;
  color: #001024;
}
.next-prev a + a[data-testid=buttonNextArticle]::before {
  content: "";
  display: block;
  width: calc(100% - 325px - 20px);
  height: 1px;
  position: absolute;
  background-color: #e1e1e2;
  top: 50%;
  left: 190px;
}

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(340px, 1fr));
  gap: 8px 16px;
  grid-auto-flow: dense;
}
@media (max-width: 767px) {
  .products-block:not(.slick-initialized),
  .products-inline.dkLabVisitedProducts:not(.slick-initialized) {
    grid-template-columns: repeat(2, minmax(1px, 1fr));
    gap: 24px 16px;
  }
}

a .extended-banner-texts .extended-banner-link {
  background-color: #ffffff;
  color: #001024;
  display: flex;
  align-items: center;
  padding: 16px 40px;
  font-family: "Montserrat", sans-serif;
  transition: all 0.3s ease-in-out;
  border-radius: 0;
  font-size: 1.25rem;
  text-transform: none;
  width: fit-content;
  line-height: normal;
  margin-top: 40px;
  font-weight: 700;
}
a .extended-banner-texts .extended-banner-link:hover, a .extended-banner-texts .extended-banner-link:focus {
  background-color: #B5D2F5 !important;
  color: #001024 !important;
}

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

/* .one-column-body {

  .products-block:not(.slick-initialized),
  .products-inline.dkLabVisitedProducts:not(.slick-initialized) {
    @media (min-width: 1380px) {
      grid-template-columns: repeat(4, 1fr);
    }
  }
} */
.dkLabVisitedProductsBox.dkLabVisitedClassic a.image > img {
  width: auto !important;
}

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

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

a:not(.btn) {
  color: #001024;
}
a:not(.btn):hover .extended-banner-texts, a:not(.btn):focus-visible .extended-banner-texts {
  color: initial;
}

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

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

button {
  color: inherit;
  font-family: "Nunito Sans", sans-serif;
}

.mobile .btn-secondary,
.mobile .btn-default,
.mobile .btn.inline-block,
.mobile .btn-primary.add-comment,
.mobile .btn-conversion,
.mobile .rate-form-trigger,
.mobile .btn-tertiary {
  font-family: "Nunito Sans";
}
.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-conversion:hover,
.mobile .btn-conversion:focus,
.mobile .rate-form-trigger:hover,
.mobile .rate-form-trigger:focus,
.mobile .btn-tertiary:hover,
.mobile .btn-tertiary:focus {
  background-color: #EBF2FA;
  color: inherit;
  border-color: inherit;
}
.mobile .btn-cart:hover, .mobile .btn-cart:focus {
  background-color: #001024;
  border-color: #001024;
}

.btn:not(.cart-count),
.rate-form-trigger,
.toggle-top-products,
.tabs-trigger {
  font-size: 0.875rem;
  line-height: 1.4285714286em;
  padding: 0.7142857143em 0.8571428571em;
  transition: all 0.15s ease-in-out;
  text-decoration: none;
  border-radius: 4px;
  text-transform: uppercase;
}

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

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

.btn-default,
.btn.inline-block,
.btn-primary.add-comment {
  background-color: #001024;
  color: #ffffff;
  font-family: "Nunito Sans";
}
.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: #B5D2F5;
  color: #001024;
}

.btn-conversion,
.rate-form-trigger,
.btn-cart {
  background-color: #001024;
  color: #ffffff;
}
.btn-conversion:hover, .btn-conversion:focus,
.rate-form-trigger:hover,
.rate-form-trigger:focus,
.btn-cart:hover,
.btn-cart:focus {
  background-color: #B5D2F5;
  color: #001024;
}

.btn.add-to-cart-button {
  gap: 12px;
}

.btn.btn-tertiary {
  background-color: #001024;
  color: #ffffff;
}
.btn.btn-tertiary:hover, .btn.btn-tertiary:focus-visible {
  background-color: #ffffff;
  color: #001024;
}

.btn.next-step-back {
  padding: 8px 16px;
  border-radius: 0;
  color: #001024;
  background-color: #ffffff;
  border: 1px solid #001024;
  text-transform: none;
}
@media (max-width: 767px) {
  .btn.next-step-back {
    margin: 30px auto 0 auto;
    display: flex;
    width: fit-content;
  }
}

.btn.back-step {
  padding: 8px 16px;
  border-radius: 0;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .btn.back-step {
    margin: 0 auto;
    display: flex;
    width: fit-content;
  }
}

.toggle-top-products {
  font-size: 1rem;
  display: flex;
  align-items: center;
  text-transform: none;
  width: fit-content;
  padding: 0;
  text-decoration: underline;
  font-weight: 500;
  color: #EB7200;
}
.toggle-top-products:before {
  content: "";
  width: 18px;
  height: 18px;
  background-image: url(assets/arrow-circle.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: inline-block;
}

.basic-description ul,
.news-item-detail ul {
  padding-left: 20px;
  font-weight: 400;
}
.basic-description ul li,
.news-item-detail ul li {
  line-height: 1.75em;
}
.basic-description ul li::marker,
.news-item-detail ul li::marker {
  color: #001024;
}
.basic-description ul li strong,
.news-item-detail ul li strong {
  color: #001024;
}
.basic-description ul.special-marker,
.news-item-detail ul.special-marker {
  list-style: none;
  padding: 0;
}
.basic-description ul.special-marker li,
.news-item-detail ul.special-marker li {
  position: relative;
  padding-left: 34px;
}
.basic-description ul.special-marker li::before,
.news-item-detail ul.special-marker li::before {
  content: url(assets/checked-accent.svg);
  position: absolute;
  display: block;
  width: 24px;
  height: 24px;
  line-height: 0;
  top: 0;
  left: 0;
}
.basic-description ul.special-marker li strong,
.news-item-detail ul.special-marker li strong {
  color: #252728;
}

.contact-box ul {
  list-style-type: none;
  padding: 0;
  margin-top: 10px;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
}
.contact-box ul li:has(span.tel) {
  order: -1;
}
.contact-box ul li {
  display: flex;
  align-items: center;
  padding: 8px 0;
}
.contact-box ul li a {
  font-size: 1rem;
  line-height: 1.5rem;
}
.contact-box ul li.address-footer {
  gap: 8px;
}
.contact-box ul li.address-footer:before {
  content: "";
  width: 24px;
  height: 24px;
  display: block;
  mask-image: url(assets/place.svg);
  mask-position: center;
  mask-size: cover;
  background-color: #001024;
  line-height: 0;
}
.contact-box ul li:not(:last-child) {
  margin-bottom: 0;
}
.contact-box .contact-text {
  font-size: 1.25rem;
  line-height: 2.25rem;
  font-weight: 500;
}

.mail,
.tel,
.address {
  display: flex !important;
}
.mail a,
.tel a,
.address a {
  text-decoration: none;
  display: flex !important;
  align-items: center;
  gap: 8px;
}
.mail a::before,
.tel a::before,
.address a::before {
  display: block;
  content: "";
  width: 24px;
  height: 24px;
  line-height: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.mail a::before {
  background-image: url(assets/email.svg);
}

.tel a::before {
  background-image: url(assets/phone.svg);
}

.address a::before {
  background-image: url(assets/place.svg);
}

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

.client-center-box ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.client-center-box ul li {
  margin-bottom: 10px;
}
.client-center-box ul li a:not(.btn) {
  line-height: 1.5em;
  color: #252728;
}
.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 80px;
  color: #fafafa;
}
.messages .msg.msg-success {
  background-color: rgba(18, 104, 18, 0.9);
}
.messages .msg.msg-error {
  background-color: rgba(203, 74, 74, 0.9);
}
.messages .msg.msg-info {
  background-color: #00cc33;
}
.messages .msg.msg-warning {
  background-color: rgba(255, 165, 0, 0.9);
}
.messages .msg a {
  color: #fafafa;
}
@media (max-width: 767px) {
  .messages .msg {
    padding: 10px 16px;
  }
}

.msg-error {
  color: #b41111;
}

.msg-warning {
  color: #001024;
}

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

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

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

@media (max-width: 767px) {
  .admin-bar {
    display: none;
  }
  .admin-logged .overall-wrapper {
    padding-top: 0;
  }
  .site-msg.information {
    font-size: 0.75rem;
  }
}
.benefitBanner {
  display: grid;
  gap: 32px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 0;
}
@media (min-width: 1200px) {
  .benefitBanner {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .benefitBanner {
    grid-template-columns: repeat(2, 1fr);
    padding: 16px 20px;
  }
}
@media (max-width: 767px) {
  .benefitBanner {
    padding: 16px 20px;
    gap: 1rem;
  }
}
.benefitBanner .benefitBanner-item {
  padding: 0;
}
.benefitBanner.position--benefitHomepage {
  position: relative;
}
.benefitBanner.position--benefitHomepage:before {
  width: 100vw;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #F5F9FE;
  z-index: -1;
  margin-left: -80px;
}
@media (max-width: 1199px) {
  .benefitBanner.position--benefitHomepage:before {
    margin-left: 0;
    width: 100%;
  }
}

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

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

.stars {
  display: flex;
  align-items: center;
  gap: 4px;
}
.stars a,
.stars span {
  position: relative;
  display: block;
  width: 18px;
  height: 18px;
}
.stars a::before,
.stars span::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  font-size: 18px;
  line-height: 18px;
  font-family: "shoptet";
}
.stars a.star-off,
.stars span.star-off {
  color: #fec200;
  opacity: 0.25;
}
.stars a.star-off::before,
.stars span.star-off::before {
  content: "\e91c";
}
.stars a.star-on,
.stars span.star-on {
  color: #001024;
}
.stars a.star-on::before,
.stars span.star-on::before {
  content: "\e91c";
}
.stars a.star-half,
.stars span.star-half {
  color: #001024;
}
.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;
}

.type-search #content {
  display: flex;
  flex-direction: column;
}
.type-search #content h2 {
  order: -2;
}
.type-search #content #products-found {
  order: -1;
}
.type-search .search-next-wrap {
  justify-content: center;
  display: flex;
}

.search-results-group-list > ul {
  list-style: none;
  padding-left: 0;
  display: grid;
  gap: 5px;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-flow: dense;
}
@media (max-width: 991px) {
  .search-results-group-list > ul {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .search-results-group-list > ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
.search-results-group-list > ul > li {
  background-color: #F5F9FE;
  padding: 10px 15px;
}

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

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

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

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

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

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

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

.top-products-wrapper h4 {
  margin-bottom: 16px;
  font-size: 1.125rem;
  line-height: 1.4444444444em;
}

ol.top-products {
  padding: 0;
  margin-bottom: 0px;
  list-style: none;
  counter-reset: top-products;
}
ol.top-products li {
  position: relative;
  display: flex;
  gap: 16px;
  counter-increment: top-products;
  background-color: #ffffff;
  border: 1px solid #001024;
  padding: 15px;
}
ol.top-products li:not(:last-child) {
  margin-bottom: 16px;
}
ol.top-products li a {
  text-decoration: none;
}
ol.top-products li a:hover span, ol.top-products li a:focus-visible span {
  text-decoration: underline;
}
ol.top-products li a:hover strong, ol.top-products li a:focus-visible strong {
  color: #252728;
}
ol.top-products li a.top-products-content span {
  font-size: 0.875rem;
  line-height: 1.6428571429em;
}
ol.top-products li a.top-products-content strong {
  display: block;
}
ol.top-products li a.top-products-image {
  flex: 0 0 64px;
}
ol.top-products li a.top-products-image img {
  width: 64px;
  height: 64px;
  display: block;
}
ol.top-products li::before {
  content: counter(top-products);
  display: block;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.4444444444em;
  font-weight: 700;
  padding: 5px 13px;
}

.btn {
  font-family: "Montserrat", sans-serif;
}
.btn.btn-secondary {
  background-color: #ffffff;
  color: #001024;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
  text-transform: none;
  border-radius: 0;
  padding: 16px 40px;
}
.btn.btn-secondary:hover, .btn.btn-secondary:focus {
  background-color: #B5D2F5;
  color: #001024;
}
.btn.btn-primary {
  background-color: #141622;
  color: #ffffff;
  display: flex;
  padding: 12px 20px 12px 24px;
  transition: all 0.3s ease-in-out;
  border-radius: 0;
  font-size: 1rem;
  text-transform: none;
  width: fit-content;
}
.btn.btn-primary:hover, .btn.btn-primary:focus-visible {
  background-color: #B5D2F5;
  color: #001024;
}

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

.user-action .container {
  position: relative;
}

.login-window-visible .popup-widget.login-widget {
  display: block;
}
@media (max-width: 767px) {
  .login-window-visible .popup-widget.login-widget {
    max-height: 100dvh;
    width: 100vw;
    left: 0;
  }
}

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

#formLogin .login-wrapper,
#formLoginIncluded .login-wrapper {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
#formLogin .login-wrapper .btn,
#formLoginIncluded .login-wrapper .btn {
  background-color: #001024;
  color: #ffffff;
}
#formLogin .login-wrapper .btn:hover,
#formLoginIncluded .login-wrapper .btn:hover {
  background-color: #B5D2F5;
  color: #001024;
}
@media (max-width: 767px) {
  #formLogin .login-wrapper,
  #formLoginIncluded .login-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
  }
}
#formLogin .social-login-buttons-divider,
#formLoginIncluded .social-login-buttons-divider {
  text-align: center;
  margin-bottom: 20px;
  margin-top: 20px;
}
#formLogin input,
#formLoginIncluded input {
  background-color: #fafafa;
}

.popup-widget {
  position: absolute;
  right: 0;
  z-index: 1011;
  padding: 20px;
  background-color: #fafafa;
  top: 100px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  overflow: auto;
}
.popup-widget h2 {
  font-size: 1.75rem;
  margin: 0 0 0.7142857143em;
}
.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;
  overflow: auto;
  padding-right: 10px;
}
.cart-widget-inner .popup-cart-summary {
  order: 2;
}
.cart-widget-inner .cart-widget-button {
  order: 3;
}
.cart-widget-inner .cart-free-shipping {
  order: 4;
}
.cart-widget-inner .cart-free-shipping .free-shipping-strong {
  color: #54bf00;
  font-weight: 400;
}
.cart-widget-inner:before {
  content: "Nákupní košík";
  position: relative;
  display: block;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: #252728;
}

.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(50% - 60px - 16px);
}
.cart-widget-product .cart-widget-product-name span {
  display: block;
}
.cart-widget-product .cart-widget-product-price {
  order: 3;
  margin-right: auto;
  font-weight: 700;
}
.cart-widget-product .cart-widget-product-amount {
  order: 4;
}
.cart-widget-product .cart-widget-product-delete {
  order: 5;
}
.cart-widget-product .cart-widget-product-unit {
  display: none;
}
.cart-widget-product .cart-widget-product-variant {
  display: block;
  font-size: 0.75rem;
  font-family: "Nunito Sans", sans-serif;
}
.cart-widget-product .cart-widget-product-single-price {
  font-size: 0.75rem;
  font-weight: 400;
}

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

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

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

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

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

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

@media (max-width: 991px) {
  .popup-widget {
    top: 136px;
  }
  .popup-widget.cart-widget {
    max-height: calc(100dvh - 136px);
    width: 100vw;
    height: auto;
    left: 0;
  }
}
@media (max-width: 767px) {
  .popup-widget {
    padding: 30px 20px;
    top: 55px;
  }
  .popup-widget.cart-widget {
    max-height: calc(100dvh - 55px);
    width: 100vw;
    height: auto;
    left: 0;
  }
}
#footer {
  display: flex;
  flex-direction: column;
}

.footer-bottom-wrapper {
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .footer-bottom-wrapper {
    padding: 16px 0;
  }
}

.footer-links-icons .footer-links {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  margin: 0 0 40px 0;
  padding: 0;
}
.footer-links-icons .footer-links > li a {
  text-decoration: none;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 0.875rem;
  line-height: 1.4285714286em;
}
.footer-bottom .copyright {
  order: 1;
}
.footer-bottom > img {
  order: 2;
  margin: 0 auto;
}
.footer-bottom #signature {
  order: 3;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.footer-bottom #signature .image {
  display: block;
  max-width: 16px;
}
.footer-bottom #signature .title {
  font-weight: 700;
  color: #ffffff;
}
.footer-bottom a.miranda-signature {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #ffffff;
  font-weight: 700;
}
.footer-bottom a.miranda-signature:hover, .footer-bottom a.miranda-signature:focus-visible {
  text-decoration: none;
  color: #ffffff;
}
.footer-bottom a.miranda-signature:hover strong, .footer-bottom a.miranda-signature:focus-visible strong {
  text-decoration: underline;
}
.footer-bottom a.miranda-signature .miranda-logo {
  order: 1;
}
@media (max-width: 767px) {
  .footer-bottom {
    flex-direction: column;
    align-items: center;
    font-size: 0.75rem;
    line-height: 1.2757142857em;
    gap: 16px;
  }
}
.footer-bottom .payments-bottom {
  order: 2;
}

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

.custom-footer {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-grow: 1;
  gap: 56px;
  justify-content: space-between;
  width: 100%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .custom-footer {
    justify-content: flex-start;
    gap: 20px;
  }
}
.custom-footer > div {
  flex: 1 1 200px;
  max-width: 200px;
  position: relative;
}
@media (min-width: 768px) and (max-width: 991px) {
  .custom-footer > div {
    max-width: 100%;
    flex: 1;
  }
}
@media (max-width: 767px) {
  .custom-footer > div {
    max-width: 100%;
    flex: 1 1 100%;
    padding: 0 !important;
  }
}
@media (max-width: 767px) {
  .custom-footer > div:not(.custom-footer__contact) h4.clickable {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .custom-footer > div:not(.custom-footer__contact) h4.clickable::after {
    content: "";
    mask-image: url(assets/ArrowDown.svg);
    mask-position: center;
    mask-size: cover;
    background-color: #001024;
    mask-repeat: no-repeat;
    width: 24px;
    height: 24px;
    transition: all 0.3s linear;
    padding: 5px;
  }
}
@media (max-width: 767px) {
  .custom-footer > div:not(.custom-footer__contact) h4.clickable.active::after {
    transform: rotate(180deg);
  }
}
.custom-footer > div.custom-footer__logo {
  max-width: 200px;
  flex: 1 1 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.custom-footer > div.custom-footer__logo img {
  max-width: 100%;
  height: auto;
}
.custom-footer > div.custom-footer__links {
  max-width: 200px;
}
.custom-footer > div.custom-footer__links h4 {
  font-size: 1rem;
  font-family: "Nunito Sans", sans-serif;
  line-height: 1.5em;
  font-weight: 700;
}
.custom-footer > div.custom-footer__links ul {
  list-style-type: none;
  padding-left: 0;
}
.custom-footer > div.custom-footer__links ul li {
  margin-bottom: 8px;
}
.custom-footer > div.custom-footer__links ul li a {
  font-size: 1rem;
  font-family: "Nunito Sans", sans-serif;
  line-height: 1.5em;
  font-weight: 400;
  text-decoration: none;
}
.custom-footer > div.custom-footer__links ul li a:hover, .custom-footer > div.custom-footer__links ul li a:focus-visible {
  text-decoration: underline;
}
.custom-footer > div.custom-footer__contact {
  max-width: 200px;
}
@media (max-width: 767px) {
  .custom-footer > div.custom-footer__contact {
    max-width: 100%;
    flex: 1 1 100%;
    padding: 0;
  }
}
.custom-footer > div.custom-footer__contact h4 {
  font-size: 1rem;
  font-family: "Nunito Sans", sans-serif;
  line-height: 1.5em;
  font-weight: 700;
}
@media (max-width: 767px) {
  .custom-footer > div.custom-footer__contact h4 {
    font-size: 1.25rem;
  }
}
.custom-footer > div.custom-footer__contact ul li a {
  font-size: 1rem;
  font-family: "Nunito Sans", sans-serif;
  line-height: 1.5em;
  font-weight: 400;
  text-decoration: none;
}
@media (max-width: 767px) {
  .custom-footer .custom-footer__categories.extended #categories {
    display: none;
  }
  .custom-footer .custom-footer__categories.extended.active #categories {
    display: block;
  }
  .custom-footer .banner ul,
  .custom-footer .custom-footer__articles ul {
    display: none;
  }
  .custom-footer .banner.active ul,
  .custom-footer .custom-footer__articles.active ul {
    display: block;
  }
  .custom-footer .custom-footer__categories.extended h4 {
    cursor: pointer;
    user-select: none;
  }
  .custom-footer #categories .categories .topic > a {
    cursor: pointer;
  }
}
.custom-footer .news-item-widget time {
  display: none;
}
.custom-footer .news-item-widget h5 {
  margin: 0;
  height: 44px;
  display: flex;
  align-items: center;
}
.custom-footer .news-item-widget h5 a {
  margin: 0;
  font-size: 1.25rem;
  line-height: 2.25rem;
  font-weight: 500;
}
.custom-footer #categories > div {
  padding: 8px 0;
}
.custom-footer .banner ul li {
  padding: 8px 0;
}
.custom-footer .custom-footer__articles ul li {
  padding: 8px 0;
}

@media (max-width: 767px) {
  .footer-rows {
    flex-direction: column;
  }
  .footer-bottom {
    text-align: center;
  }
  .footer-bottom #signature {
    align-items: center;
    justify-content: center;
  }
  .footer-bottom a.miranda-signature {
    flex-wrap: wrap;
  }
}
@media (max-width: 480px) {
  .footer-bottom a.miranda-signature {
    flex-basis: 100%;
    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: 34px;
  display: inline-block;
  line-height: 1.5em;
  font-weight: 600;
}
input[type=checkbox] + label::before {
  content: "";
  width: 24px;
  height: 24px;
  border: 1px solid #706e6f;
  background-color: #ffffff;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
input[type=checkbox] + label.disabled {
  opacity: 0.5;
}
input[type=checkbox] + label.active {
  color: #EB7200;
}

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

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 #8A8B91;
  background-color: #ffffff;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
}

input[type=radio]:checked + label::before {
  background-color: #fcede5;
}
input[type=radio]:checked + label::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #001024;
  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 #8A8B91;
  font-size: 0.875rem;
  line-height: 1.4285714286em;
  width: 100%;
  color: #252728;
  background-color: #ffffff;
  font-family: "Nunito Sans", sans-serif;
  padding: 0.8571428571em 0.5714285714em;
}
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-visible,
input[type=email]:focus-visible,
input[type=password]:focus-visible,
input[type=tel]:focus-visible,
input[type=search]:focus-visible,
input[type=number]:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline-color: #B5D2F5;
}

textarea {
  padding: 0.6153846154em;
}

select {
  appearance: none;
  background: url(assets/ArrowDown-black.svg) right 8px center no-repeat;
  padding-right: 40px;
}
select[disabled] {
  background-color: #f5f5f5;
  cursor: not-allowed;
}

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

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

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

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

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

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

body:not(.customer-page) #register-form,
body:not(.customer-page) #formLogin {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 100px;
  background-color: #fafafa;
  border: 1px solid #ededee;
}
@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: #001024;
  color: #fafafa;
}
#register-form .btn.btn-secondary:hover {
  background-color: #252728;
  color: #fafafa;
}

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

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

.ao-product {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 0 16px;
  background-color: #fcfcfc;
  border: 1px solid #ededee;
  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: "Nunito Sans", 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 #ededee;
  margin-bottom: 16px;
}
.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 #001024;
  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;
}
@media (max-width: 767px) {
  .advanced-order .extra.delivery {
    padding: 0;
  }
}

.advancedOrder__buttons {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  margin-top: 24px;
}
@media (max-width: 480px) {
  .advancedOrder__buttons {
    flex-direction: column;
    gap: 16px;
  }
}

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

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

#cboxTitle {
  margin: 0;
}

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

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

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

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

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

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

#cboxContent {
  background: #fff;
}

.cboxIframe {
  background: #fff;
}

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

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

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

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

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

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

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

.content-modal {
  padding: 20px;
}

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

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

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

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

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

#cboxPrevious,
#cboxNext {
  outline: none;
  top: 0;
  width: 50%;
  height: 100%;
}
#cboxPrevious::before,
#cboxNext::before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -18px;
  width: 36px;
  height: 36px;
  border: 2px solid #252728;
  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 {
  border-bottom: 1px solid #EBF2FA;
}
@media (max-width: 767px) {
  #category-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border: none;
  }
  #category-header > * {
    width: 50%;
  }
  #category-header form {
    padding-bottom: 8px;
  }
  #category-header .sort-select-wrap {
    border-color: #252728;
    border-radius: 0;
    background-color: #fff;
    font-size: 1em;
    cursor: pointer;
    position: relative;
    display: flex;
    appearance: none;
    /* Skryje výchozí šipku prohlížeče */
    -webkit-appearance: none;
    /* Pro WebKit prohlížeče */
    -moz-appearance: none;
    /* Pro Mozilla prohlížeče */
  }
  #category-header .sort-select-wrap:focus {
    outline: none;
  }
  #category-header .sort-select-wrap:focus:after {
    rotate: 0deg;
  }
}

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

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

.sort-select-wrap {
  position: relative;
  display: inline-block;
  font-weight: 700;
  line-height: 24px;
  font-size: 1rem;
}

.sort-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-width: 0 0 1px 0;
  border-color: #00083e;
  border-style: solid;
  background: transparent;
  cursor: pointer;
  font: inherit;
}
.sort-trigger:after {
  content: url(assets/arrow-right-chevron.svg);
  margin-left: auto;
  display: block;
  width: 24px;
  height: 24px;
  line-height: 0;
  rotate: 90deg;
  transition: all 0.15s ease-in-out;
}

.sort-menu {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 6px);
  background: #fff;
  width: 200px;
  z-index: 50;
  display: none;
  max-height: 300px;
  overflow: auto;
}
.sort-menu.open {
  display: block;
}

.sort-item {
  display: block;
  width: 100%;
  text-align: left;
  padding: 10px;
  border: 0;
  cursor: pointer;
  font: inherit;
}
.sort-item:hover, .sort-item:focus {
  background: #f3f4f6;
  outline: none;
}
.sort-item[aria-selected=true] {
  background: #F5F9FE;
}

.type-category #products {
  scroll-margin-top: 107px;
}
@media (max-width: 767px) {
  .type-category .subcategories.with-image {
    display: flex;
    gap: 8px;
    padding: 0;
    margin: 16px 0;
    max-width: 100%;
    box-sizing: border-box;
  }
}
.type-category .subcategories.with-image li {
  width: calc(20% - 20px);
}
@media (max-width: 1439px) {
  .type-category .subcategories.with-image li {
    width: calc(33.333% - 16px);
  }
}
@media (max-width: 767px) {
  .type-category .subcategories.with-image li {
    width: calc(50% - 4px);
    display: flex;
    gap: 10px;
    padding: 0;
    justify-content: flex-start;
    text-align: left;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .type-category .subcategories.with-image li a {
    font-weight: 700;
    background-color: #f5f4f4;
    color: #001024;
    border: none;
    border-radius: 4px;
    width: 100%;
    justify-content: flex-start;
    text-align: left;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .type-category .subcategories.with-image li a .text {
    padding: 0px;
    position: relative;
    display: -webkit-box;
    overflow: hidden;
    font-size: 1rem;
    line-height: normal;
    max-width: 100%;
    font-weight: 700;
    text-align: center;
    font-family: "Nunito Sans", sans-serif;
    color: #001024;
    text-overflow: unset;
    white-space: wrap;
  }
}

.banner-category {
  display: none;
}
.banner-category .banner,
.banner-category .banner-wrapper {
  height: 100%;
}
.banner-category .banner a,
.banner-category .banner-wrapper a {
  position: relative;
  display: block;
  overflow: hidden;
  height: 100%;
}
.banner-category .banner a .extended-banner-texts,
.banner-category .banner-wrapper a .extended-banner-texts {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  max-width: 100%;
  color: #ffffff;
  font-weight: 700;
  padding: 40px;
  height: auto;
  max-width: 100%;
  width: 100%;
  overflow: hidden;
  white-space: wrap;
}
.banner-category .banner a .extended-banner-texts .extended-banner-title,
.banner-category .banner-wrapper a .extended-banner-texts .extended-banner-title {
  margin: 0;
  font-size: clamp(1.5rem, 4vw, 2rem);
  line-height: 1.375em;
  font-family: "Montserrat", sans-serif;
  white-space: wrap;
  word-break: break-word;
  color: #ffffff;
  text-transform: none;
  font-weight: 700;
}
.banner-category .banner a .extended-banner-texts .extended-banner-text,
.banner-category .banner-wrapper a .extended-banner-texts .extended-banner-text {
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.5em;
  margin-top: 8px;
  font-weight: 400;
}
.banner-category .banner a img,
.banner-category .banner-wrapper a img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.category__secondDescription {
  margin-top: 80px;
}
.category__secondDescription .columns {
  gap: 40px;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .category__secondDescription .columns {
    flex-direction: column-reverse;
  }
}
.category__secondDescription .desc-img,
.category__secondDescription .desc-text {
  display: flex;
  gap: 24px;
  flex: 1;
}
.category__secondDescription .desc-img p,
.category__secondDescription .desc-text p {
  margin: 0;
}
.category__secondDescription h2 {
  margin-top: 0;
}
.category__secondDescription .desc-text {
  display: flex;
  flex-direction: column;
}
.category__secondDescription .desc-text p {
  font-weight: 300;
  font-size: 1.25rem;
  line-height: 1.1em;
}
@media (max-width: 767px) {
  .category__secondDescription .desc-text p {
    font-size: 1.125rem;
    line-height: 1.1111111111em;
  }
}
.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;
    flex-direction: column;
  }
  .category__secondDescription .desc-text.column,
  .category__secondDescription .desc-text .column {
    flex: unset;
  }
}
@media (max-width: 767px) {
  .category__secondDescription h2 {
    display: none;
  }
  .category__secondDescription .columns {
    gap: 8px;
  }
  .category__secondDescription .column.desc-img {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
  .category__secondDescription .column.desc-img img {
    border-radius: 8px;
    max-width: 100%;
    min-height: 272px;
    object-fit: cover;
  }
}

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

.type-category .banner-category {
  display: block;
  grid-column: span 2;
  grid-row: span 2;
}
@media (max-width: 767px) {
  .type-category .banner-category {
    height: 642px;
  }
}

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

.availability-value span.parameter-dependent.default-variant {
  display: none;
}

.availability-label {
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  font-family: "Montserrat", sans-serif;
}

.colorbox-size-table {
  padding: 40px 24px;
}
.colorbox-size-table #sizeTable {
  width: 100% !important;
}
.colorbox-size-table tbody th {
  background-color: #001024;
  color: #ffffff;
}
.colorbox-size-table tbody th td:not(:last-child) {
  border-color: #EBEBEB;
  border-width: 0 1px 0 0;
  border-style: solid;
}
.colorbox-size-table tbody tr {
  font-weight: 700;
}
.colorbox-size-table tbody tr td:not(:last-child) {
  border-color: #EBEBEB;
  border-width: 0 1px 0 0;
  border-style: solid;
}
.colorbox-size-table tbody tr:nth-child(odd) {
  background-color: #F5F9FE;
}
.colorbox-size-table tbody tr:nth-child(even) {
  background-color: #ffffff;
}
.colorbox-size-table tbody tr:first-child {
  background-color: #001024;
  color: #ffffff;
}

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

.link-icons {
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
}
@media (max-width: 767px) {
  .link-icons > a {
    flex: 1 1 calc(50% - 10px);
    padding-left: 24px;
  }
}

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

.variant-list {
  display: flex;
  flex-direction: column;
}
.variant-list th {
  padding-left: 0 !important;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
.variant-list.size-table-variant-list th {
  display: flex;
  justify-content: space-between;
}
.variant-list.size-table-variant-list th .size-table-link {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 0.8125rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.variant-list.size-table-variant-list th .size-table-link:before {
  content: "";
  mask-image: url(assets/size-table.svg);
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: cover;
  background-color: #001024;
  display: block;
  width: 24px;
  height: 24px;
}

.hidden-split-parameter {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  flex-wrap: wrap;
}
.hidden-split-parameter span:has(.variant-default) {
  display: none;
}

.advanced-parameter {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  max-width: 100px;
  text-align: center;
}
.advanced-parameter .variant-tooltip {
  font-size: 0.75rem;
  font-weight: 700;
  color: #252728;
}
.advanced-parameter .advanced-parameter-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  padding: 10px;
  border: 1px solid #252728;
  overflow: hidden;
}
.advanced-parameter .advanced-parameter-inner span {
  font-size: 1.125rem;
  font-weight: 600;
  color: #252728;
}
.advanced-parameter .advanced-parameter-inner.yes-before {
  border: 2px solid #252728;
  display: flex;
  position: relative;
}
.advanced-parameter.has-image .advanced-parameter-inner {
  width: 72px;
  height: 72px;
  border-radius: 5px;
  border: 1px solid #ebecf5;
}
.advanced-parameter.has-image .advanced-parameter-inner.yes-before {
  border: 1px solid #001024;
}
.advanced-parameter .param-info {
  font-size: 0.75rem;
}
.advanced-parameter .parameter-value {
  display: none;
}

#productDiscussion {
  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-holder {
  margin-bottom: 16px;
}

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

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

@media (max-width: 767px) {
  .shp-tabs-row {
    margin-right: -16px;
  }
}
.shp-tab-link {
  color: #001024;
  text-decoration: none;
  display: inline-block;
  padding: 0.5em 1em;
  text-transform: none;
  font-weight: 400;
}

.shp-tab.active .shp-tab-link,
.shp-tab-link:hover,
.shp-tab-link:focus {
  border-width: 0 0 1px 0;
  border-color: #001024;
  border-style: solid;
  color: #001024;
  background-color: #ffffff;
}

.shp-tab.active .shp-tab-link {
  font-weight: 700;
  cursor: default;
}

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

.fade.in {
  opacity: 1;
}

@media (max-width: 767px) {
  .tab-content {
    margin-bottom: 20px;
  }
}

.description-inner {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 40px;
}
.description-inner .basic-description,
.description-inner .extended-description {
  width: 100%;
  max-width: 100%;
}
.description-inner .basic-description > h3,
.description-inner .extended-description > h3 {
  text-align: left;
  text-transform: none;
  font-size: 2.25rem;
  line-height: normal;
}
.description-inner .basic-description > div h3,
.description-inner .extended-description > div h3 {
  text-transform: uppercase;
  margin-bottom: 40px;
  font-size: 1.5rem;
  line-height: 1.3333333333em;
  display: flex;
  align-items: center;
  gap: 8px;
}
.description-inner .basic-description > div h3:after,
.description-inner .extended-description > div h3:after {
  content: "";
  mask-image: url(assets/dropdown-arrow.svg);
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: cover;
  background-color: #000;
  display: block;
  width: 14px;
  height: 8px;
}
.description-inner .basic-description p,
.description-inner .extended-description p {
  margin: 0;
}
.description-inner .basic-description .double-image {
  display: flex;
  gap: 20px;
  margin: 24px 0;
}
.description-inner .basic-description .double-image > img {
  width: calc(50% - 10px);
}
.description-inner .basic-description .size-table {
  display: none;
}
.description-inner .basic-description > h3:first-child {
  margin-top: 0;
}
.description-inner .basic-description .basic-description-inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 100px;
  align-items: center;
}
@media (max-width: 767px) {
  .description-inner .basic-description .basic-description-inner {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.description-inner .basic-description .parameters {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.description-inner .basic-description .parameters > h3 {
  width: 100%;
  text-align: center;
  justify-content: center;
}
.description-inner .basic-description .parameters > h3::after {
  display: none;
}
.description-inner .basic-description .parameters .parameters-inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 100px;
  align-items: center;
}
@media (max-width: 767px) {
  .description-inner .basic-description .parameters .parameters-inner {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.description-inner .basic-description .parameters .parameters-inner ul {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  flex-wrap: wrap;
  list-style: none;
  flex-direction: column;
}
.description-inner .basic-description .parameters .parameters-inner ul li {
  display: flex;
  align-items: center;
  gap: 10px;
}
.description-inner .basic-description .parameters .parameters-inner ul li:before {
  content: "";
  mask-image: url(assets/check-double.svg);
  mask-position: center;
  mask-repeat: no-repeat;
  width: 24px;
  display: flex;
  height: 24px;
  background-color: #4fd2e3;
}
.description-inner .basic-description .video > h3 {
  width: 100%;
  text-align: center;
  justify-content: center;
}
.description-inner .basic-description .video > h3::after {
  display: none;
}
@media (min-width: 768px) {
  .description-inner .basic-description .video iframe {
    width: 100%;
    height: 536.458px;
  }
}
.description-inner .basic-description .slozeni h3,
.description-inner .basic-description .specifikace h3 {
  cursor: pointer;
}
.description-inner .basic-description .slozeni h3::after,
.description-inner .basic-description .specifikace h3::after {
  transition: all 0.3s ease-in-out;
}
.description-inner .basic-description .slozeni.active h3:after,
.description-inner .basic-description .specifikace.active h3:after {
  transform: rotate(180deg);
}
.description-inner .basic-description .slozeni:not(.active) p,
.description-inner .basic-description .specifikace:not(.active) p {
  display: none;
}
.description-inner .basic-description p:has(img + img) {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.description-inner .basic-description p:has(img + img) img {
  flex: 1 1 200px;
  width: 200px;
}
.description-inner .basic-description p:first-of-type {
  margin-top: 0;
}
.description-inner .extended-description > h3:first-child {
  margin-top: 0;
}
.description-inner .extended-description .detail-parameters {
  display: block;
}
.description-inner .extended-description .detail-parameters tbody,
.description-inner .extended-description .detail-parameters thead {
  width: 100%;
  display: block;
}
.description-inner .extended-description .detail-parameters thead {
  background-color: #001024;
  color: #ffffff;
}
.description-inner .extended-description .detail-parameters thead > tr {
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.description-inner .extended-description .detail-parameters tbody > tr {
  display: flex;
  align-items: center;
}
.description-inner .extended-description .detail-parameters tbody > tr:nth-child(even) {
  background-color: #F5F9FE;
}
.description-inner .extended-description .detail-parameters tbody > tr:nth-child(odd) {
  background-color: #ffffff;
}
.description-inner .extended-description .detail-parameters tbody > tr td,
.description-inner .extended-description .detail-parameters tbody > tr th {
  flex-grow: 1;
  flex-basis: 50%;
}
.description-inner .extended-description .detail-parameters .row-header-label.has-tooltip {
  position: relative;
  padding-right: calc(18px + 0.5em);
}
.description-inner .extended-description .detail-parameters .row-header-label .question-tooltip {
  margin-left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .description-inner .basic-description {
    padding: 0;
  }
  .description-inner .extended-description {
    padding: 0;
    display: flex;
    flex-direction: column;
  }
  .description-inner .extended-description table {
    margin-top: 0;
  }
}

.basic-description,
.extended-description,
.tab-content > div:not(#description) {
  scroll-margin-top: 160px;
}

table:not(.cart-table) {
  width: 100%;
}
table:not(.cart-table) td,
table:not(.cart-table) th {
  padding: 8px 16px;
  vertical-align: middle;
}
table:not(.cart-table) td img,
table:not(.cart-table) th img {
  max-height: 15px;
  width: 100%;
}
table:not(.cart-table) th {
  font-weight: 700;
}
table:not(.cart-table) th + td {
  text-align: right;
  padding-left: 0;
}
table:not(.cart-table) th + td a {
  color: #001024;
  display: inline-block;
}
table:not(.cart-table) th + td a:hover, table:not(.cart-table) th + td a:focus-visible {
  text-decoration: none;
}
table:not(.cart-table) thead tr th + th {
  text-align: right;
}

@media (max-width: 767px) {
  .p-detail-tabs-wrapper {
    padding: 0;
  }
}
.p-detail-tabs-wrapper #p-detail-tabs .shp-tab:has(.shp-tab-link[href="#productsRelated"]), .p-detail-tabs-wrapper #p-detail-tabs .shp-tab:has(.shp-tab-link[href="#productsAlternative"]), .p-detail-tabs-wrapper #p-detail-tabs .shp-tab:has(.shp-tab-link[href="#productDiscussion"]) {
  display: none;
}
.p-detail-tabs-wrapper #p-detail-tabs .shp-tab .shp-tab-link.chat:before {
  display: none;
}

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

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

.product-banner-elm {
  order: 7;
  width: 100%;
}
.product-banner-elm > img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

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

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

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

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

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

.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: #f5f4f4;
  border: 1px solid #ededee;
  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: "Montserrat", sans-serif;
}
.vote-wrap .votes-wrap {
  width: 100%;
}
.vote-wrap .vote-pic {
  display: none;
}
.vote-wrap .vote-rating {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
.vote-wrap .vote-content {
  color: #4d4d4d;
  line-height: 1.5em;
}
.vote-wrap .vote-content #discussion-form {
  margin-top: 24px;
}
.vote-wrap .vote-summary {
  display: flex;
  flex-direction: column-reverse;
}
@media (max-width: 767px) {
  .vote-wrap {
    flex-direction: column;
  }
  .vote-wrap::before {
    display: none;
  }
}

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

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

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

#description .vip-banner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  background-color: #f5f4f4;
  padding: 77px 80px;
}
@media (max-width: 767px) {
  #description .vip-banner {
    grid-template-columns: 1fr;
    padding: 20px 8px;
    gap: 10px;
  }
}
#description .vip-banner > div {
  position: relative;
}
#description .vip-banner .vip-texts .btn {
  margin-top: 52px;
}
#description .vip-banner .vip-image {
  margin-bottom: -20px;
}
#description .vip-banner .vip-image img {
  position: relative;
}
#description .vip-banner .galfy-vip {
  display: flex;
  flex-direction: column;
  font-size: 30px;
  line-height: 45px;
  text-transform: uppercase;
  font-weight: 700;
  position: absolute;
  top: 0;
  right: 30px;
  width: fit-content;
}
#description .vip-banner .galfy-vip > span {
  color: transparent;
  background: linear-gradient(90deg, #0016a4 0%, #4fd2e3 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.thumbnail-prev {
  left: 0;
}

.thumbnail-next {
  right: 0;
}

.p-thumbnails-wrapper {
  order: -1;
}

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

.p-info-wrapper .social-buttons:not(.no-display) {
  display: flex;
  gap: 4px;
}
.p-info-wrapper .position--benefitProduct {
  order: 6;
  grid-template-columns: repeat(2, 1fr);
  margin: 20px 0 32px 0;
  gap: 16px;
}
.p-info-wrapper .position--benefitProduct .benefitBanner__item {
  padding: 0;
}
.p-info-wrapper .position--benefitProduct .benefitBanner__item .benefitBanner__content {
  position: relative;
  z-index: 11;
  padding: 9px 8px;
  text-align: left;
}
.p-info-wrapper .position--benefitProduct .benefitBanner__item .benefitBanner__content .benefitBanner__title {
  font-size: 0.8125rem;
  font-weight: 400;
  color: #252728;
  margin-bottom: 0;
}
.p-info-wrapper .position--benefitProduct .benefitBanner__item .benefitBanner__content:has(.benefitBanner__data) {
  display: flex;
  align-items: center;
  gap: 10px;
}
.p-info-wrapper .position--benefitProduct .benefitBanner__item .benefitBanner__content:has(.benefitBanner__data):before {
  content: "";
  display: block;
  mask-image: url(assets/bxs_help.svg);
  mask-size: cover;
  mask-position: center;
  mask-repeat: no-repeat;
  background-color: #001024;
  width: 16px;
  height: 16px;
}
.p-info-wrapper .position--benefitProduct .benefitBanner__item .benefitBanner__content:has(.benefitBanner__data) .benefitBanner__data {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
  background-color: #ffffff;
  padding: 10px;
  border-radius: 5px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  z-index: 10;
  pointer-events: none;
}
.p-info-wrapper .position--benefitProduct .benefitBanner__item .benefitBanner__content:has(.benefitBanner__data):hover .benefitBanner__data {
  opacity: 1;
}
.p-info-wrapper .position--benefitProduct .benefitBanner__item:has(.coupon-discount) {
  border: 1px dashed #D93030;
  width: 100%;
  display: block;
}
.p-info-wrapper .position--benefitProduct .benefitBanner__item:has(.coupon-discount) .benefitBanner__title {
  text-align: center;
  font-weight: 500;
}
.p-info-wrapper .position--benefitProduct .benefitBanner__item:has(.coupon-discount) .benefitBanner__title .coupon-code {
  font-weight: 700;
  color: #D93030;
  font-size: 0.8125rem;
  line-height: 1.3846153846em;
  text-transform: uppercase;
}
.p-info-wrapper .detail-parameters {
  margin-bottom: 24px;
}
.p-info-wrapper .detail-parameters .size-table-heading {
  width: fit-content;
  font-size: 1rem;
  line-height: 1.75em;
  font-weight: 500;
  display: block;
  text-decoration: underline;
  cursor: pointer;
}
.p-info-wrapper .detail-parameters .size-table-heading:hover, .p-info-wrapper .detail-parameters .size-table-heading:focus {
  color: #001024;
}
.p-info-wrapper .detail-parameters tr:not(.variant-list) {
  display: none;
}
.p-info-wrapper .flags {
  gap: 16px;
  margin-bottom: 20px;
}
.p-info-wrapper .flags .flag-action {
  display: none;
}
.p-info-wrapper .flags-extra {
  display: none;
}

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

.p-detail {
  margin-bottom: 120px;
}
@media (max-width: 767px) {
  .p-detail {
    margin-bottom: 40px;
  }
}
.p-detail .need-to-buy {
  display: none;
  justify-content: center;
  flex-direction: column;
  gap: 40px;
  margin-bottom: 40px;
}
.p-detail .need-to-buy .products-related-header {
  font-weight: 800;
  font-size: 1.5rem;
  line-height: 1.3333333333em;
  align-self: center;
  margin: 0;
}
.p-detail .need-to-buy .products-inline {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
}
@media (max-width: 767px) {
  .p-detail .need-to-buy .products-inline {
    grid-template-columns: 1fr;
  }
}
.p-detail .need-to-buy .products-inline .product {
  border: 1px solid #D6D5D6;
}
.p-detail .need-to-buy .products-inline .product .p {
  padding: 8px;
}
.p-detail .need-to-buy .products-inline .product .p .p-in {
  display: flex;
  flex-direction: row;
}
.p-detail .need-to-buy .products-inline .product .p .p-in .p-in-in {
  width: auto;
}
.p-detail .need-to-buy .products-inline .product .p .p-in .p-tools {
  display: none;
}

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

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

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

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

@media (max-width: 767px) {
  .ordering-process .search,
  .ordering-process a[data-target=navigation] {
    display: none !important;
  }
}
.ordering-process #content {
  margin-bottom: 40px;
}
.ordering-process #content.in-krok-2 {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .ordering-process #content {
    margin-bottom: 40px;
  }
}
.ordering-process .site-name-wrapper {
  margin-left: 0;
}
.ordering-process #header {
  top: 0;
}
.ordering-process .top-navigation-bar,
.ordering-process .menu-level-1,
.ordering-process .menu-helper {
  display: none;
}
@media (min-width: 768px) {
  .ordering-process .header-top {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
@media (min-width: 768px) {
  .ordering-process #navigation {
    display: none;
  }
}

.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 0.3em;
}
@media (max-width: 767px) {
  .cart-inner h4 {
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border-bottom: 1px solid #141622;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}

.co-contact-information > h4 {
  margin: 0;
}

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

.cart-header-wrapper {
  display: flex;
  padding: 32px 80px;
  justify-content: center;
  align-items: center;
  gap: 20px;
  align-self: stretch;
  max-width: 1600px;
  justify-self: center;
  width: 100%;
}
@media (max-width: 767px) {
  .cart-header-wrapper {
    padding: 30px 16px;
    margin-bottom: 0;
  }
}

.cart-header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  list-style: none;
  margin: 0 auto;
  text-align: center;
  position: relative;
  counter-reset: krok;
  padding-left: 0;
}
@media (min-width: 768px) {
  .cart-header {
    border-bottom: 1px solid #C2C1C2;
  }
}
@media (max-width: 767px) {
  .cart-header {
    padding: 0;
    margin: 0;
    overflow-x: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
    position: relative;
  }
  .cart-header:after {
    content: "";
    width: 28px;
    height: 20px;
    position: absolute;
    right: -30px;
    display: block;
    background: linear-gradient(270deg, #FFF 12.71%, rgba(255, 255, 255, 0) 100%);
    width: 177px;
    height: 40px;
  }
}
.cart-header strong {
  font-weight: 400;
}
.cart-header .step {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 8px 16px;
  position: relative;
  border-bottom: 2px solid #C2C1C2;
}
@media (max-width: 767px) {
  .cart-header .step {
    padding: 0;
    font-size: 1rem;
  }
}
.cart-header .step:hover, .cart-header .step:focus-visible {
  border-bottom: 2px solid #B5D2F5;
}
.cart-header .step:before {
  counter-increment: krok;
  content: counter(krok) ". ";
  position: relative;
  font-size: 1.25rem;
  line-height: 1.4em;
  font-weight: 400;
}
@media (max-width: 767px) {
  .cart-header .step:before {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .cart-header .step.active:before {
    font-size: 1rem;
    font-weight: 700;
  }
}
@media (min-width: 768px) {
  .cart-header .step.step-1 {
    order: 1;
  }
  .cart-header .step.step-2 {
    order: 3;
  }
  .cart-header .step.step-3 {
    order: 5;
  }
}
.cart-header .step a,
.cart-header .step strong {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-size: 1.25rem;
  line-height: 1.4em;
  font-weight: 400;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cart-header .step a,
  .cart-header .step strong {
    white-space: nowrap;
  }
}
.cart-header .step a {
  text-decoration: none;
}
.cart-header .step.active {
  border-bottom: 2px solid #B5D2F5;
}
.cart-header .step.active a,
.cart-header .step.active strong {
  color: #001024;
  font-weight: 400;
}
@media (max-width: 767px) {
  .cart-header .step.active a,
  .cart-header .step.active strong {
    white-space: nowrap;
    padding: 0;
    font-weight: 700;
  }
}
.cart-header .step.completed a,
.cart-header .step.completed strong {
  color: #252728;
  background-color: #ffffff;
  font-weight: 700;
}
@media (max-width: 767px) {
  .cart-header .step {
    flex: 1 1 30%;
  }
  .cart-header .step a,
  .cart-header .step strong {
    font-size: 1rem;
    line-height: 1.4375em;
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .cart-header {
    gap: 16px;
  }
  .cart-header::before, .cart-header::after {
    display: none;
  }
}

.cart-row {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 24px 40px;
}
@media (max-width: 991px) {
  .cart-row {
    display: block;
  }
}
.cart-row .col-md-8 {
  flex: 1 1 400px;
}
@media (min-width: 768px) {
  .cart-row .col-md-4 {
    flex: 0 0 684px;
  }
}
@media (min-width: 1300px) {
  .cart-row {
    column-gap: 100px;
  }
}

.in-kosik .cart-row,
.id--9 .cart-row {
  gap: 30px;
}
.in-kosik .cart-row .col-md-4,
.id--9 .cart-row .col-md-4 {
  flex-basis: 560px;
}

#checkoutSidebar {
  position: initial !important;
}
@media (max-width: 767px) {
  #checkoutSidebar {
    margin-top: 30px;
  }
}
#checkoutSidebar .consents {
  margin-top: 12px;
  margin-bottom: 12px;
}
#checkoutSidebar .consents label a {
  font-weight: 400;
  text-decoration: underline;
}
#checkoutSidebar .consents input[type=checkbox] + label::before {
  top: unset;
  transform: unset;
}
#checkoutSidebar .consents input[type=checkbox]:checked + label::after {
  top: 4px;
  transform: unset;
}
@media (max-width: 767px) {
  #checkoutSidebar {
    width: 100%;
  }
  #checkoutSidebar .consents {
    margin-top: 24px;
    margin-bottom: 24px;
  }
  #checkoutSidebar .consents label {
    font-size: 1rem;
    line-height: 1.28125em;
  }
}

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

.summary-wrapper,
#checkoutSidebar .cart-content {
  display: flex;
  padding-top: 20px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
.summary-wrapper h4,
#checkoutSidebar .cart-content h4 {
  border-bottom: 0;
  margin-bottom: 32px;
}
@media (max-width: 1299px) {
  .summary-wrapper,
  #checkoutSidebar .cart-content {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .summary-wrapper,
  #checkoutSidebar .cart-content {
    padding: 0;
  }
  .summary-wrapper h4,
  #checkoutSidebar .cart-content h4 {
    font-size: 1rem;
    line-height: normal;
  }
}

.summary-wrapper {
  gap: 30px;
}
.summary-wrapper .box-sm {
  width: 100%;
  background-color: #f5f4f4;
  padding: 50px;
  box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.14);
}
.summary-wrapper .box-sm > .price-wrapper {
  padding: 20px 0;
}
.summary-wrapper .box-sm .next-step {
  margin-top: 0;
}
.summary-wrapper .box-sm .next-step .btn {
  background-color: #001024;
  color: #ffffff;
  padding: 16px 32px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  text-transform: none;
  border-radius: 0;
}
@media (max-width: 767px) {
  .summary-wrapper .box-sm .next-step .btn {
    font-size: 1rem;
  }
}
.summary-wrapper .box-sm .next-step .btn:hover, .summary-wrapper .box-sm .next-step .btn:focus {
  background-color: #B5D2F5;
  color: #141622;
}
.summary-wrapper .extra.delivery {
  width: 100%;
  background-color: #ffffff;
  width: 100%;
  order: 2;
}

.id--16 #checkoutSidebar .cart-content,
.id--17 #checkoutSidebar .cart-content {
  background-color: #f5f4f4;
  padding: 50px;
  box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.14);
}
@media (max-width: 767px) {
  .id--16 #checkoutSidebar .cart-content,
  .id--17 #checkoutSidebar .cart-content {
    padding: 24px;
  }
}
.id--16 .next-step,
.id--17 .next-step {
  align-self: center;
  width: 100%;
}
.id--16 .next-step .btn,
.id--17 .next-step .btn {
  background-color: #001024;
  color: #ffffff;
  padding: 16px 32px !important;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  text-transform: none;
  border-radius: 0;
}
@media (max-width: 767px) {
  .id--16 .next-step .btn,
  .id--17 .next-step .btn {
    font-size: 1rem;
  }
}
.id--16 .next-step .btn:hover, .id--16 .next-step .btn:focus,
.id--17 .next-step .btn:hover,
.id--17 .next-step .btn:focus {
  background-color: #B5D2F5;
  color: #141622;
}

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

.extras-col .free-gift {
  display: none;
}

.extra.delivery {
  padding: 30px;
}
.extra.delivery .for-free {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #252728;
}
.extra.delivery .for-free::before {
  content: "";
  mask-image: url(assets/shipping.svg);
  mask-size: cover;
  mask-repeat: no-repeat;
  background-color: #252728;
  line-height: 0;
  display: inline-block;
  margin-right: 1em;
  width: 24px;
  height: 24px;
}
.extra.delivery span:not(.for-free) {
  color: #252728;
}

.price-range {
  height: 3px;
  overflow: hidden;
  background-color: #ededee;
  margin-top: 9px;
  width: 100%;
}
.price-range > div {
  height: 100%;
  background-color: #428004;
}

.discount-coupon {
  order: 1;
  width: 100%;
}
.discount-coupon h5 {
  margin-top: 0;
  margin-bottom: 16px;
}
.discount-coupon form {
  display: flex;
  gap: 24px 8px;
}
.discount-coupon form .btn.btn-secondary {
  background-color: transparent;
  color: #252728;
  border: 1px solid #252728;
  padding: 9px 15px;
  gap: 12px;
  flex: 1 1 auto;
}
.discount-coupon form .btn.btn-secondary:hover, .discount-coupon form .btn.btn-secondary:focus {
  background-color: #252728;
  color: #ffffff;
}
@media (max-width: 767px) {
  .discount-coupon form {
    flex-wrap: wrap;
  }
}

input#discountCouponCode {
  background-color: #ffffff;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.4375em;
  padding: 8px;
  border-color: #001024;
}

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

.price-wrapper {
  display: grid;
  align-items: center;
  grid-template-columns: auto auto;
  gap: 8px;
  color: #252728;
}
.price-wrapper strong {
  text-align: right;
}
.price-wrapper .price-label.price-primary {
  font-size: 1rem;
  line-height: 1.5em;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  white-space: nowrap;
}
.price-wrapper .price.price-primary {
  font-size: 1.25rem;
  line-height: normal;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  white-space: nowrap;
}
.price-wrapper .price-label.price-secondary,
.price-wrapper .price.price-secondary {
  font-weight: 400;
}

.in-kosik .price-wrapper .price-label.price-primary,
.id--9 .price-wrapper .price-label.price-primary {
  font-size: 1.125rem;
  line-height: 1.4444444444em;
}
.in-kosik .price-wrapper .price-label.price-secondary,
.in-kosik .price-wrapper .price.price-secondary,
.id--9 .price-wrapper .price-label.price-secondary,
.id--9 .price-wrapper .price.price-secondary {
  font-size: 1.125rem;
  line-height: 1.7777777778em;
  font-weight: 400;
}

.next-step {
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 8px;
  margin-top: 30px;
}
.next-step .order-button-suffix {
  margin-left: 0.2em;
}
@media (min-width: 768px) {
  .next-step.next-step--step-1, .next-step.next-step--step-2 {
    margin-top: 12px;
  }
}

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

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

.cart-table-heading {
  margin-top: 0;
  margin-bottom: 64px;
  display: none;
}

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-bottom: 1px solid #8A8B91;
  padding: 20px 0px 20px 0;
}
table.cart-table tr.removeable {
  display: flex;
  align-items: center;
  border-top: 1px solid #8A8B91;
  border-bottom: none;
}
table.cart-table tr.removeable:first-child {
  border-top: none;
  padding: 0px 0px 20px;
}
table.cart-table tr.removeable .remove-item {
  width: fit-content;
}
table.cart-table tr.removeable .remove-item:hover {
  color: #B5D2F5;
}
table.cart-table tr.removeable .remove-item:before {
  display: none;
}
@media (max-width: 767px) {
  table.cart-table tr.removeable .remove-item:before {
    content: "";
    width: 16px;
    height: 16px;
    background: #001024;
    mask-image: url(assets/cross.svg);
    mask-size: cover;
    mask-position: center;
    display: block;
  }
  table.cart-table tr.removeable .remove-item:hover:before {
    background-color: #CD3346;
  }
}
table.cart-table tr.removeable .availability-label {
  font-size: 0.8125rem;
  color: #001024 !important;
}
table.cart-table tr.related-visible {
  margin-bottom: 20px;
}
table.cart-table tr.related-visible .p-name .show-related::after {
  transform: rotate(-135deg);
  top: 2px;
}
table.cart-table .cart-p-image > a {
  width: 100px;
  height: 133px;
  display: block;
  position: relative;
}
@media (max-width: 767px) {
  table.cart-table .cart-p-image > a {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
  }
}
table.cart-table .cart-p-image > a img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
table.cart-table .p-name {
  flex: 1 1 314px;
  min-width: 150px;
}
table.cart-table .p-name span,
table.cart-table .p-name a {
  display: block;
  font-size: 0.875rem;
  font-weight: 400;
}
table.cart-table .p-name .show-related {
  text-decoration: none;
  width: fit-content;
}
@media (min-width: 1400px) {
  table.cart-table .p-name .show-related {
    display: flex;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    background-color: #ffffff;
    border: 1px solid #001024;
    font-size: 0.875rem;
    line-height: 1.5714285714em;
  }
}
@media (min-width: 768px) {
  table.cart-table .p-name .show-related {
    padding: 4px 20px;
  }
}
table.cart-table .p-name .show-related b {
  display: inline-block;
}
table.cart-table .p-name .show-related::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border: 2px solid #252728;
  border-style: none solid solid none;
  transform: rotate(45deg);
  margin-left: 8px;
  margin-right: 8px;
  position: relative;
  top: -2px;
  transition: all 0.15s ease-in-out;
}
table.cart-table .p-name .show-related:hover {
  color: #001024;
}
table.cart-table .p-name .show-related:hover::after {
  border-color: #001024;
}
table.cart-table a.main-link {
  text-decoration: none;
  font-weight: 700;
  margin-bottom: 8px;
  display: block;
  font-size: 1.125rem;
  line-height: 1.7777777778em;
}
table.cart-table a.main-link .main-link-variant {
  line-height: normal;
}
table.cart-table .p-availability {
  flex: 1 1 88px;
  text-align: right;
}
table.cart-table .p-availability strong {
  font-weight: 400;
}
table.cart-table .p-availability .availability-amount {
  display: none;
}
table.cart-table .p-availability:has(.availability-amount) .availability-label {
  display: flex;
  gap: 5px;
  align-items: center;
  justify-content: flex-end;
}
table.cart-table .p-quantity {
  flex: 0 0 93px;
}
table.cart-table .p-quantity .quantity input.amount {
  width: 45px;
  height: 45px;
  border: solid #8A8B91;
  border-width: 1px;
  background-color: #ffffff;
  font-weight: 700;
  border-radius: 0;
}
table.cart-table .p-quantity .quantity .increase,
table.cart-table .p-quantity .quantity .decrease {
  width: 45px;
  height: 45px;
  border-radius: 0;
  padding: 0;
}
table.cart-table .p-quantity .quantity .increase span:hover:before,
table.cart-table .p-quantity .quantity .decrease span:hover:before {
  color: #B5D2F5;
}
table.cart-table .p-price {
  white-space: nowrap;
  font-weight: 400;
  flex: 1 0 72px;
  text-align: right;
  display: none;
}
table.cart-table .p-price strong {
  font-weight: inherit;
}
table.cart-table .p-discount {
  white-space: nowrap;
  font-weight: 700;
}
table.cart-table .p-total-separate {
  flex: 1 0 72px;
  white-space: nowrap;
}
table.cart-table .p-total {
  flex: 0 0 24px;
}
table.cart-table tr.related:not(.visible) {
  display: none;
}
table.cart-table tr.related {
  padding: 0 0 20px 0;
  margin-bottom: 20px;
  flex-direction: column;
}
table.cart-table tr.related td {
  display: flex;
  width: 100%;
  gap: 20px;
  flex-wrap: wrap;
}
table.cart-table tr.related td > div {
  width: 100%;
}
@media (max-width: 767px) {
  table.cart-table tr.related {
    margin-bottom: 16px;
  }
}
@media (min-width: 1200px) {
  table.cart-table tr.related {
    padding-left: 50px;
  }
}
table.cart-table .cart-related-product {
  display: flex;
  padding: 12px;
  align-items: center;
  gap: 32px;
}
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;
  display: flex;
  width: 43px;
  height: 42px;
  padding: 9px 11px;
  justify-content: center;
  align-items: center;
  border-radius: 0;
  gap: 0;
  background-color: #001024;
}
table.cart-table .cart-related-product .btn.add-to-cart-button::before {
  content: url(assets/cart-white.svg) !important;
  display: flex;
  width: 24px;
  height: 24px;
  line-height: 0;
}
table.cart-table .cart-related-product .btn.add-to-cart-button:hover, table.cart-table .cart-related-product .btn.add-to-cart-button:focus-visible {
  background-color: #001024;
  border-color: #001024;
}
table.cart-table .cart-related-info {
  display: flex;
  align-items: center;
  gap: 20px;
  flex: 5;
}
table.cart-table a.cart-related-name {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-decoration: none;
  width: 298px;
  text-transform: none;
}
@media (min-width: 768px) {
  table.cart-table a.cart-related-name {
    font-size: 0.875rem;
    line-height: 1.5714285714em;
  }
}
table.cart-table .cart-related-img {
  flex: 0 0 61px;
}
table.cart-table .cart-related-img img {
  display: block;
  width: 61px;
}
table.cart-table .cart-related-availability {
  text-align: right;
}
table.cart-table .cart-related-availability span {
  font-weight: 400;
}
table.cart-table .cart-related-availability span[style="color:#00CC33"] {
  display: flex;
  gap: 5px;
  align-items: center;
  justify-content: flex-end;
}
table.cart-table .cart-related-availability span[style="color:#00CC33"]::before {
  content: url(assets/skladem.svg);
  display: block;
  width: 24px;
  height: 24px;
  line-height: 0;
}
table.cart-table .cart-related-button {
  display: flex;
  align-items: center;
  gap: 16px;
  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: "Nunito Sans", sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.4em;
}

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

.free-gift {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}
.free-gift .free-gifts {
  list-style: none;
  padding: 0;
  margin: 0;
}
.free-gift .free-gifts li:not(.active) {
  display: none;
}
.free-gift .free-gifts-wrapper {
  flex: 1 1 220px;
}
.free-gift .btn.btn-secondary.free-gift-trigger {
  flex: 0 1 120px;
  background-color: #001024;
  color: #fafafa;
  border: 1px solid transparent;
  padding: 12px 12px 12px 20px;
  gap: 12px;
}
.free-gift .btn.btn-secondary.free-gift-trigger:hover, .free-gift .btn.btn-secondary.free-gift-trigger:focus {
  background-color: #252728;
  color: #fafafa;
  border-color: #252728;
}
.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: "Montserrat", 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: #001024;
}

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

h4.header-billing {
  margin-bottom: 40px;
}

label .co-basic-information h4 {
  display: none;
}
label .co-basic-information.box {
  margin-bottom: 40px;
}
label .co-basic-information select {
  font-weight: 700;
}
label .co-basic-information .row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
label .co-basic-information .row > div[class*=col-] {
  flex: 1 1 200px;
}
@media (min-width: 992px) {
  label .co-basic-information .row > div[class*=col-] {
    max-width: 314px;
  }
}
label .co-basic-information .col-sm-6 {
  flex: 1 1 200px;
}
label .co-basic-information .select-label {
  display: none;
}

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

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

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

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

.radio-wrapper .payment-info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex: 1 1 150px;
}
.radio-wrapper .payment-info > span {
  display: flex;
}
.radio-wrapper .payment-info .sublabel,
.radio-wrapper .payment-info em {
  width: 100%;
}
.radio-wrapper a {
  text-decoration: underline;
}

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

.cart-items {
  margin-bottom: 24px;
  color: #252728;
}
.cart-items .recapitulation-single {
  margin-top: 12px;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .cart-items {
    margin-bottom: 24px;
  }
}

.cart-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
  border-bottom: 1px solid #D6D5D6;
}
.cart-item.cart-item-gift {
  background-color: #ffffff;
  padding: 15px;
  border: 1px solid #001024;
}
.cart-item .cart-item-name {
  max-width: 360px;
  flex: 2;
}
.cart-item .cart-item-name a {
  margin-right: auto;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
}
.cart-item .cart-item-name a span {
  display: none;
}
.cart-item .cart-item-name span {
  display: block;
}
.cart-item .cart-item-amount,
.cart-item .cart-item-price {
  font-size: 0.875rem;
  font-style: normal;
  text-decoration: none;
}
.cart-item .cart-item-amount {
  font-weight: 500;
  display: flex;
  justify-content: flex-end;
  flex: 1;
  margin-right: 16px;
}
.cart-item .cart-item-price {
  font-weight: 600;
  text-align: right;
}
@media (max-width: 767px) {
  .cart-item {
    align-items: flex-start;
    margin-bottom: 0;
  }
  .cart-item .cart-item-price {
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5em;
  }
  .cart-item .cart-item-amount {
    font-size: 1rem;
    line-height: 1.5em;
  }
}

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

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

.id--16 .order-summary,
.id--17 .order-summary {
  width: 100%;
}

.order-summary-item {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 8px;
  font-size: 1rem;
  line-height: 1.75em;
}
.order-summary-item > div:first-child {
  margin-right: auto;
}
.order-summary-item .price-wrapper {
  width: 100%;
}
.order-summary-item.helper > div {
  font-weight: 700;
}
.order-summary-item.helper > div strong {
  font-weight: 400;
}

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

.recapitulation-single {
  display: flex;
  gap: 0 10px;
  flex-direction: row;
}
.recapitulation-single .recapitulation-shipping-billing-label, .recapitulation-single > span {
  white-space: nowrap;
}
.recapitulation-single.last {
  margin-top: 10px;
}
.recapitulation-single .recapitulation-shipping-billing-info--withVat {
  width: fit-content;
}
@media (min-width: 768px) {
  .recapitulation-single .recapitulation-shipping-billing-info--withVat {
    white-space: nowrap;
  }
}
.recapitulation-single:nth-child(2) .recapitulation-shipping-billing-info--withVat {
  display: none;
}
.recapitulation-single .recapitulation-shipping-billing-info, .recapitulation-single > strong {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 10px;
}
.recapitulation-single .recapitulation-shipping-billing-info span, .recapitulation-single > strong span {
  margin-left: auto;
  order: 10;
}
.recapitulation-single .recapitulation-shipping-billing-info .for-free, .recapitulation-single > strong .for-free {
  color: #00cc33;
}

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

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

.co-contact-information label[for=login] {
  display: none;
}
.co-contact-information .btn-secondary {
  background-color: #ffffff;
  color: #252728;
  border: 1px solid #252728;
  padding: 8px 16px;
  white-space: nowrap;
  margin-bottom: 6px;
}
.co-contact-information .btn-secondary:hover, .co-contact-information .btn-secondary:focus {
  background-color: #252728;
  color: #ffffff;
}
.co-contact-information .btn-secondary::after {
  display: none;
}

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

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

.co-box {
  margin-bottom: 20px;
}

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

.form-option-block {
  margin-bottom: 16px;
}

.box {
  margin-bottom: 20px;
}

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

.form-group .btn-secondary {
  margin: 20px 0 0 0;
}

@media (min-width: 768px) {
  .co-billing-address .form-group {
    width: 446px;
  }
}

@media (min-width: 768px) {
  .co-billing-address .form-group:has(#billHouseNumber, #billZip) {
    width: 184px;
  }
}

@media (min-width: 768px) {
  .co-billing-address > fieldset {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
  .co-billing-address > fieldset > h4 {
    width: 100%;
  }
}

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

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

.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: 16px;
  width: 2px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background-color: #252728;
}
.country-flags.active {
  height: auto;
  border-right: none;
  z-index: 2;
}
.country-flags.active::before {
  display: none;
}
.country-flags.active .country-flags-inner {
  max-height: 500px;
  overflow-y: auto;
  background-color: #fafafa;
}
.country-flags .country-flag.selected::before {
  content: url(assets/dropdown-arrow.svg);
  line-height: 0;
  margin-right: 6px;
}

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

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

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

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

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

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

.cart-footer {
  border-top: 1px solid #8A8B91;
  position: relative;
  color: #252728;
  display: flex;
  padding: 40px 320px;
  align-items: center;
  gap: 32px;
  align-self: stretch;
}
.cart-footer .container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  gap: 24px 32px;
  justify-content: center;
}
@media (max-width: 767px) {
  .cart-footer .container {
    grid-template-columns: 1fr;
    gap: 16px 0;
    text-align: center;
    padding: 0 20px;
  }
}
@media (min-width: 768px) {
  .cart-footer .container > div:not(:last-child) {
    border-right: 1px solid #D6D5D6;
  }
}
.cart-footer .secure-payment {
  order: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 767px) {
  .cart-footer .secure-payment {
    justify-content: center;
    align-items: center;
  }
}
.cart-footer .secure-payment span {
  display: block;
  font-size: 1rem;
  font-weight: 400;
  line-height: 28px;
}
@media (max-width: 767px) {
  .cart-footer .secure-payment span {
    text-align: center;
  }
}
.cart-footer .secure-payment img {
  max-width: 192px;
}
.cart-footer .project-email,
.cart-footer .project-phone {
  font-size: 1.25rem;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  line-height: 28px;
  display: flex;
  flex-wrap: wrap;
}
.cart-footer .project-email::before,
.cart-footer .project-phone::before {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .cart-footer .project-email,
  .cart-footer .project-phone {
    justify-content: center;
    align-items: center;
  }
}
.cart-footer .project-email::before {
  content: "";
  width: 24px;
  height: 24px;
  mask-image: url(assets/mail-accent1.svg);
  mask-size: cover;
  mask-repeat: no-repeat;
  background-color: #252728;
  display: inline-block;
  line-height: 0;
}
.cart-footer .project-phone::before {
  content: "";
  mask-image: url(assets/phone-accent1.svg);
  mask-size: cover;
  mask-repeat: no-repeat;
  background-color: #252728;
  display: inline-block;
  line-height: 0;
  width: 24px;
  height: 24px;
}
.cart-footer .project-phone:after,
.cart-footer .project-email:after {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: #525258;
  margin-left: 35px;
}
.cart-footer .contact-box {
  font-size: 1.25rem;
  line-height: 1.4em;
  margin: 0;
  display: flex;
  flex-direction: column;
}
.cart-footer .contact-box > span {
  font-size: 0.875rem;
  line-height: 1.4285714286em;
}
.cart-footer .contact-box > span span {
  font-weight: 700;
}
.cart-footer .contact-box.phone-wrapper {
  order: 3;
}
.cart-footer .contact-box.phone-wrapper > span {
  font-size: 0.8125rem;
}
.cart-footer .contact-box.mail-wrapper {
  order: 5;
}
.cart-footer .contact-box.mail-wrapper > span {
  font-size: 0.8125rem;
}
.cart-footer .contact-box.add-icon > span {
  padding-left: 34px;
}
.cart-footer .contact-box .tel + span,
.cart-footer .contact-box .mail + span {
  font-size: 0.8125rem;
  line-height: 1.2307692308em;
  padding-left: 34px;
}
.cart-footer .contact-box .mail a + span {
  flex-basis: 100%;
  font-size: 0.8125rem;
  line-height: 1.2307692308em;
  padding-left: 34px;
}
.cart-footer .contact-box .tel {
  flex-wrap: wrap;
}
.cart-footer .contact-box .tel + span {
  flex-basis: 100%;
}

.ordering-process .form-group:has(input[type=checkbox]) label {
  padding-left: 40px;
}
.ordering-process input[type=text],
.ordering-process input[type=email],
.ordering-process input[type=password],
.ordering-process input[type=tel],
.ordering-process input[type=number]:not(.amount),
.ordering-process input[type=text] {
  border: 1px solid #C2C1C2;
  height: 44px;
  padding: 8px;
}

.order-button-text {
  font-size: 0;
  line-height: 0;
}
.order-button-text:after {
  content: "Pokračovat";
  font-size: 1.25rem;
  line-height: normal;
}

@media (max-width: 767px) {
  .cart-footer {
    padding: 16px 0;
  }
  .cart-footer .container {
    flex-direction: column;
    padding-inline: 18px;
  }
  table.cart-table tr:not(.related) {
    display: grid;
    grid-template-columns: 76px 1fr 1fr;
    gap: 0px;
    position: relative;
    margin-bottom: 16px;
  }
  table.cart-table tr {
    padding-bottom: 16px;
  }
  table.cart-table .cart-p-image {
    grid-column: 1;
    grid-row: 1;
    margin-right: 16px;
    max-width: 60px;
    margin-bottom: 8px;
  }
  table.cart-table .cart-p-image img {
    width: 60px;
    height: 60px;
  }
  table.cart-table .p-name {
    grid-column: 2/4;
    grid-row: 1/2;
    margin-bottom: 8px;
  }
  table.cart-table a.main-link {
    margin-bottom: 0;
  }
  table.cart-table .p-availability {
    grid-column: 2;
    grid-row: 3;
    align-self: center;
    text-align: left;
    margin-bottom: 8px;
  }
  table.cart-table .p-availability:has(.availability-amount) .availability-label {
    justify-content: flex-start;
  }
  table.cart-table .p-quantity {
    grid-column: 3/4;
    grid-row: 4/5;
    justify-self: start;
  }
  table.cart-table .p-price {
    grid-column: 1;
    grid-row: 4/5;
    align-self: end;
  }
  table.cart-table .p-total {
    grid-column: 1;
    grid-row: 4/5;
  }
  table.cart-table .p-total strong {
    white-space: nowrap;
  }
  table.cart-table form.inline {
    position: absolute;
    right: 0;
    bottom: 32px;
  }
  table.cart-table tr.related {
    padding: 0 0 20px 0;
  }
  table.cart-table .cart-related-product {
    flex-direction: column;
    padding: 14px 23px;
    gap: 8px;
    position: relative;
    margin-bottom: 16px;
  }
  table.cart-table .cart-related-product .cart-related-info {
    display: grid;
    gap: 8px 16px;
    grid-template-columns: 60px auto;
    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 {
    margin: 0;
    grid-column: 2/3;
    grid-row: 2;
    text-align: left;
  }
  table.cart-table .cart-related-product .cart-related-availability span[style="color:#00CC33"] {
    justify-content: flex-start;
  }
  table.cart-table .cart-related-product .cart-related-button {
    width: 100%;
    justify-content: space-between;
  }
  table.cart-table .cart-related-product .cart-related-button strong {
    font-size: 0.875rem;
    line-height: 1.4285714286em;
  }
  table.cart-table .p-price,
  table.cart-table .p-total {
    text-align: left;
  }
  table.cart-table tr {
    align-items: start;
  }
  table.cart-table .p-total {
    justify-content: flex-start;
  }
  .in-kosik #order-form {
    margin-bottom: 52px;
  }
  .co-basic-information.box,
  #order-shipping-methods {
    margin-bottom: 40px;
  }
  .recapitulation-single {
    flex-direction: column;
    align-items: flex-start;
    gap: 0 10px;
    margin-bottom: 8px;
  }
  .recapitulation-single > strong,
  .recapitulation-single > span {
    line-height: 1.2;
  }
  #shipping-billing-summary {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .in-krok-1.ordering-process #content,
  .in-krok-2.ordering-process #content {
    margin-bottom: 24px;
  }
}
.site-msg-custom {
  background-color: #fcede5;
  border: 1px solid #cce4f5;
  border-radius: 10px;
  padding: 32px;
  margin-bottom: 16px;
}
.site-msg-custom p {
  margin: 0 0 1em;
}
.site-msg-custom p:last-child {
  margin-bottom: 0;
}
.site-msg-custom h4 {
  font-size: 0.875rem;
}
@media (max-width: 767px) {
  .site-msg-custom {
    padding: 30px;
  }
}

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

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

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

#additionalCoupons .btn-secondary {
  background-color: transparent;
  color: #001024;
  border: 1px solid #001024;
  padding: 9px 15px;
}

.id--16 .header-top,
.id--17 .header-top {
  border-bottom: 1px solid #141622;
}

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

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

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

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

.in-o-nas header[itemprop=headline] {
  display: none;
}
.in-o-nas .breadcrumbs-wrapper {
  margin: 25px auto 0 auto;
  padding: 0;
}
.in-o-nas .breadcrumbs-wrapper .breadcrumbs {
  padding: 8px 80px;
}
.in-o-nas #content-wrapper {
  padding: 0 20px;
}
@media (min-width: 768px) {
  .in-o-nas #content-wrapper {
    padding: 0;
  }
}
.in-o-nas .content-inner {
  padding-top: 0;
}
.in-o-nas .about-us-wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
  justify-content: center;
}
.in-o-nas .about-us-wrapper .about-us-header {
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: flex-start;
}
@media (min-width: 768px) {
  .in-o-nas .about-us-wrapper .about-us-header {
    height: 720px;
    margin: 0;
  }
}
.in-o-nas .about-us-wrapper .about-us-header h1 {
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  position: relative;
  padding: 24px 12px;
  background-color: #f5f4f4;
  color: #001024;
  order: 1;
  margin: 0;
}
@media (min-width: 768px) {
  .in-o-nas .about-us-wrapper .about-us-header h1 {
    position: absolute;
    padding: 0;
    background-color: transparent;
    color: #ffffff;
    top: 50%;
    left: 80px;
    max-width: 530px;
    transform: translateY(-50%);
    font-size: 2.625rem;
  }
}
.in-o-nas .about-us-wrapper .about-us-header img {
  order: 0;
  width: 100%;
  height: 100%;
}
.in-o-nas .about-us-wrapper .story-list .story-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
  padding: 20px 0;
}
.in-o-nas .about-us-wrapper .story-list .story-item .title {
  margin: 0;
}
.in-o-nas .about-us-wrapper .story-list .story-item .text,
.in-o-nas .about-us-wrapper .story-list .story-item .image {
  width: 100%;
}
.in-o-nas .about-us-wrapper .story-list .story-item:nth-child(even) {
  background-color: #F5F9FE;
}
@media (min-width: 768px) {
  .in-o-nas .about-us-wrapper .story-list .story-item {
    padding: 40px 80px;
    gap: 80px;
  }
  .in-o-nas .about-us-wrapper .story-list .story-item .text,
  .in-o-nas .about-us-wrapper .story-list .story-item .image {
    width: calc(50% - 40px);
  }
  .in-o-nas .about-us-wrapper .story-list .story-item:nth-child(even) .text {
    order: 2;
  }
  .in-o-nas .about-us-wrapper .story-list .story-item:nth-child(even) .image {
    order: 1;
  }
}
.in-o-nas h1 {
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .in-o-nas h1 {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 24px;
  }
}

.our-employes {
  display: flex;
  flex-direction: column;
  gap: 40px;
  position: relative;
}
.our-employes .employe-card {
  border: 1px solid #C2C1C2;
  display: flex;
  flex-direction: row;
  gap: 64px;
  justify-content: flex-end;
  align-items: stretch;
}
@media (max-width: 767px) {
  .our-employes .employe-card {
    flex-direction: column-reverse;
    align-items: center;
    gap: 0;
  }
}
.our-employes .employe-card .text {
  padding: 40px 100px 100px 64px;
  gap: 20px;
  flex-direction: column;
  display: flex;
}
@media (max-width: 767px) {
  .our-employes .employe-card .text {
    padding: 16px 16px 24px 16px;
    max-width: 100%;
  }
}
.our-employes .employe-card .text p {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  font-family: "Montserrat", sans-serif;
  margin: 0;
}
@media (max-width: 767px) {
  .our-employes .employe-card .text p {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  .our-employes .employe-card .text p:nth-of-type(n + 2) {
    display: none;
  }
}
.our-employes .employe-card .name {
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0;
}
@media (max-width: 767px) {
  .our-employes .employe-card .name {
    font-size: 1.5rem;
  }
}
.our-employes .employe-card .image {
  width: 266.74px;
  min-width: 266.74px;
  height: auto;
}
@media (max-width: 767px) {
  .our-employes .employe-card .image {
    width: 100%;
    max-height: 367px;
  }
}
.our-employes .employe-card .image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .our-employes .employe-card .image img {
    width: 100%;
    max-height: 367px;
  }
}
.our-employes .employe-card:nth-child(odd) {
  background-color: #F5F9FE;
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .our-employes .employe-card:nth-child(odd) {
    flex-direction: column-reverse;
  }
}
.our-employes .employe-card:nth-child(odd) .text {
  padding: 40px 100px 100px 0;
}
@media (max-width: 767px) {
  .our-employes .employe-card:nth-child(odd) .text {
    padding: 16px 16px 24px 16px;
  }
}
.our-employes .show-more {
  display: block;
  margin: 80px auto -20px auto;
  border: 1px solid #001024;
}
@media (max-width: 767px) {
  .our-employes .show-more {
    display: none;
  }
}
.our-employes .slick-list {
  overflow: hidden;
}

.product .p {
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  position: relative;
  transition: all 0.2s linear;
}
.product .p .image {
  margin-bottom: 0;
  overflow: hidden;
}
.product .p .image img {
  transition: transform 0.2s linear;
}
.product .p:hover {
  backdrop-filter: blur(20px);
  box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.15);
}
.product .p:hover .image img:not(.swap-image) {
  transform: scale(1.1);
}
.product .image {
  position: relative;
  text-decoration: none;
  flex-shrink: 0;
  margin-bottom: 8px;
  display: block;
  flex-shrink: 0;
}
.product .image img {
  display: block;
  width: 100%;
}
.product .image .dkLabFavouriteProductDiv {
  position: absolute;
  bottom: 17px;
  left: 17px;
  top: auto;
  right: auto;
  z-index: 5;
}
.product .image > .flags {
  position: absolute;
  left: 20px;
  top: 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .product .image > .flags {
    left: 0;
    top: 0;
    width: auto;
    height: auto;
    gap: 2px;
  }
}
.product .image > .flags.flags-extra {
  top: auto;
  bottom: 8px;
  position: absolute;
  height: auto;
}
.product .image > .flags.flags-extra .flag-discount .price-standard {
  display: none;
}
.product .image:hover .flags .flag.flag-new, .product .image:focus .flags .flag.flag-new, .product .image:focus-visible .flags .flag.flag-new {
  color: #428004;
}
.product .image:hover .flags .flag.flag-gift, .product .image:focus .flags .flag.flag-gift, .product .image:focus-visible .flags .flag.flag-gift {
  color: #008294;
}
.product .image:hover .flags .flag.flag-sale, .product .image:focus .flags .flag.flag-sale, .product .image:focus-visible .flags .flag.flag-sale {
  color: #D93030;
}
.product .image:hover .flags .flag.flag-discount, .product .image:focus .flags .flag.flag-discount, .product .image:focus-visible .flags .flag.flag-discount {
  color: #D93030;
}
.product .image:hover .flags .flag.flag-action, .product .image:focus .flags .flag.flag-action, .product .image:focus-visible .flags .flag.flag-action {
  color: #ffffff;
}
.product .p-in {
  padding: 8px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.product .p-in .coupon-wrapper {
  order: 2;
  border: 1px dashed #D93030;
  width: 100%;
  margin-top: 16px;
  padding: 9px 4px;
  font-size: 0.8125rem;
  line-height: 1.3846153846em;
  display: block;
  text-align: center;
  height: fit-content;
  align-self: flex-end;
}
.product .p-in .coupon-wrapper .coupon-text {
  color: #D93030;
  font-weight: 700;
}
.product .prices {
  display: flex;
  align-items: center;
  font-size: 1.125rem;
  line-height: 1.4444444444em;
  font-weight: 700;
  flex-wrap: wrap;
}
.product .prices .price-standard {
  color: #898A8D;
  font-size: 0.8125rem;
  line-height: 1.125rem;
  font-weight: 400;
  text-decoration: line-through;
  width: 100%;
}
.product .p-bottom.single-button, .product .p-bottom.no-buttons {
  order: 2;
  width: 100%;
  align-self: flex-end;
}
.product .p-bottom.single-button > div, .product .p-bottom.no-buttons > div {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.product .p-bottom.single-button .p-tools a, .product .p-bottom.no-buttons .p-tools a {
  align-items: center;
  display: flex;
  line-height: normal;
}
.product .p-bottom.single-button .p-tools-and-price, .product .p-bottom.no-buttons .p-tools-and-price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  flex-direction: row;
}
.product .price-final:has(+ .price-standard) {
  color: #D93030;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.7777777778em;
}
.product .price-final:has(+ .price-standard) > strong {
  font-weight: 600;
}
.product .price-final {
  font-size: 1.25rem;
}
.product .price-final strong {
  font-weight: 400;
}
.product .name {
  text-decoration: none;
  font-weight: 400;
  display: block;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.75em;
}
@media (max-width: 767px) {
  .product .name {
    font-size: 0.875rem;
    line-height: 1.4285714286em;
  }
}
.product .p-desc {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 0.875rem;
  line-height: 1.375rem;
  order: -1;
  color: #525258;
}
.product .p-in-in {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.product .p-in-in .stars-wrapper {
  display: none;
}
.product .p-in-in .ratings-wrapper {
  margin-top: auto;
  display: none;
  align-items: center;
  gap: 8px;
  justify-content: space-between;
  margin-bottom: 12px;
}
.product .availability {
  display: none;
  gap: 5px;
}
.product .availability span {
  display: block;
}
.product .p-in-in > .flags {
  margin-bottom: 12px;
}
.product .p-bottom form {
  position: relative;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
}
@media (min-width: 768px) {
  .product .p-bottom form .availability {
    flex-basis: calc(100% - 120px);
  }
  .product .p-bottom form .availability + .quantity {
    flex-basis: 108px;
  }
}
.product .p-bottom .btn {
  width: 100%;
}
.product .p-bottom .btn.btn-primary {
  background-color: #ffffff;
  color: #001024;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
  text-transform: none;
  border-radius: 0;
}
.product .p-bottom .btn.btn-primary:hover, .product .p-bottom .btn.btn-primary:focus {
  background-color: #F5F9FE;
  color: #001024;
}
@media (max-width: 767px) {
  .product .p {
    padding-top: 0;
    border: none;
  }
  .product .p-in {
    padding: 8px 8px 4px;
  }
  .product .p-in-in .ratings-wrapper {
    flex-wrap: wrap;
    margin-bottom: 8px;
  }
  .product .p-desc {
    display: none;
  }
  .product .prices {
    font-size: 1rem;
    margin-bottom: 8px;
    gap: 7px;
    flex-wrap: wrap;
  }
  .product .prices .price-standard {
    font-size: 0.875rem;
    line-height: 1.6428571429em;
    font-weight: 400;
  }
  .product .availability {
    flex-basis: 100%;
    display: block;
  }
  .product .availability span {
    width: fit-content;
    display: inline-block;
  }
  .product .quantity {
    flex-basis: 100%;
    width: 100%;
    padding: 0 2px;
  }
  .product .quantity > input,
  .product .quantity > button {
    flex: 1 1 33%;
  }
  .product .image {
    margin-bottom: 0px;
  }
  .product .p-bottom {
    padding: 0px 2px;
  }
  .product .p-bottom form {
    gap: 8px;
  }
  .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 .widget-parameter-wrapper {
  order: -1;
}
.product .widget-parameter-wrapper .widget-parameter-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 16px 0;
}
.product .widget-parameter-wrapper .widget-parameter-list .widget-parameter-value {
  padding: 5px 7px;
}
.product .widget-parameter-wrapper .widget-parameter-list .widget-parameter-value > a {
  color: #141622;
  font-size: 0.8125rem;
  line-height: 1.125rem;
  text-decoration: none;
  font-weight: 500;
}
.product .widget-parameter-wrapper .widget-parameter-list .widget-parameter-value:hover {
  background-color: #999999;
}
.product .widget-parameter-wrapper .widget-parameter-list .widget-parameter-value:hover > a {
  color: #ffffff;
}
.product:has(.widget-parameter-wrapper) .p-desc {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .slick-initialized .product {
    margin: 0 8px;
  }
  .slick-initialized .product .p {
    padding-top: 0px;
    border: none;
  }
  .slick-initialized .product .p-in {
    padding: 16px 12px;
  }
  .slick-initialized .product .availability {
    flex-basis: auto;
  }
  .slick-initialized .product .quantity {
    flex-basis: auto;
    width: auto;
    padding: 0;
  }
  .slick-initialized .product .quantity > input,
  .slick-initialized .product .quantity > button {
    flex: 1 1 auto;
  }
  .slick-initialized .product .p-bottom {
    padding: 0;
  }
}

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

.flag {
  font-size: 0.875rem;
  line-height: 1.4285714286em;
  padding: 0.1428571429em 0.5714285714em;
  background-color: #D6D5D6;
  border-radius: 0 4px 4px 0;
  width: fit-content;
}
@media (max-width: 767px) {
  .flag {
    font-size: 0.8125rem;
    line-height: 1.2307692308em;
  }
}
.flag-new {
  color: #428004;
  border-left: 4px solid #428004;
}
.flag-gift {
  color: #008294;
  border-left: 4px solid #008294;
  background-color: #D6D5D6;
}
.flag-sale {
  color: #D93030;
  border-left: 4px solid #D93030;
  background-color: #D6D5D6;
}
.flag-discount {
  color: #D93030;
  background-color: #ffffff;
  border: 1px solid #D93030;
  border-radius: 0;
}
.flag-action {
  color: #ffffff;
  background-color: #D93030;
  border: 1px solid #D93030;
  border-radius: 0;
}
.flag-coupon {
  display: none;
}

.best-sellers {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding: 0 12px;
  margin-bottom: 40px;
}
.best-sellers h4 {
  margin: 0 0 40px 0;
}

.products-inline .product .p {
  padding: 20px;
  flex-direction: row;
  height: auto;
  align-items: center;
}
.products-inline .product .flags {
  display: none;
}
.products-inline .product .image {
  border: none;
  flex: 0 0 112px;
  margin: 0;
}
.products-inline .product .image img {
  object-fit: cover;
}
.products-inline .product .p-in {
  flex-direction: column;
  height: auto;
  padding: 0;
  width: 100%;
  gap: 10px;
}
.products-inline .product .p-in-in {
  margin: 0;
  padding: 0;
}
.products-inline .product .p-in-in .ratings-wrapper {
  display: none;
}
.products-inline .product .name {
  position: static;
  padding: 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.4em;
  font-weight: 600;
  text-transform: none;
}
.products-inline .product .name span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  height: unset;
}
.products-inline .product .name span.category-appendix {
  display: none;
}
.products-inline .product .p-bottom {
  padding: 0;
  margin-top: auto;
}
.products-inline .product .p-bottom > div {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  height: auto;
}
.products-inline .product .prices {
  flex-direction: row;
  margin-right: 0;
  margin-bottom: 0;
  height: auto;
  align-items: flex-end;
}
.products-inline .product .prices .price-save,
.products-inline .product .prices .price-standard-label,
.products-inline .product .prices .price-standard-wrapper {
  display: none;
}
.products-inline .product .prices .price-final strong {
  font-size: 1rem;
  line-height: 1.4em;
  font-weight: 600;
}
.products-inline .product .price-standard-wrapper-placeholder {
  display: none;
}
.products-inline .product .flag-discount .price-standard {
  display: none;
}
.products-inline .product .extra-flags {
  display: none;
}
@media (max-width: 767px) {
  .products-inline .product .p-in-in {
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
  }
  .products-inline .product .p-in-in .ratings-wrapper {
    margin-left: 0;
  }
  .products-inline .product .name {
    height: auto;
    font-size: 1.5rem;
    line-height: 1.2758333333em;
    font-weight: 600;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .products-inline .product .name {
    font-size: 1rem;
    line-height: 1.75em;
  }
}
@media (max-width: 767px) {
  .products-inline .product .price-final {
    font-size: 1.25rem;
    line-height: 0.9em;
  }
  .products-inline .product .price-final > strong {
    font-weight: 400;
  }
  .products-inline .product .p-bottom.no-buttons .p-tools {
    height: auto;
  }
}

.widget-parameter-list {
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
  position: relative;
}
.widget-parameter-list::after {
  content: "…";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 2em;
  background: linear-gradient(to right, transparent, #fff 80%);
  pointer-events: none;
}
.widget-parameter-list .widget-parameter-value:nth-child(n+6) {
  display: none;
}

.dkLabVisitedContainer {
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
}

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

.slick-dots {
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%) translateY(50%);
}
.slick-dots li button {
  width: 0;
}
.slick-dots li:not(.slick-active)::before {
  background-color: #7a7a7a;
}
@media (max-width: 767px) {
  .slick-dots {
    display: flex;
    justify-content: center;
    width: 100%;
  }
}

.slick-initialized {
  margin-bottom: 80px;
}
.slick-initialized.products-block {
  margin-bottom: 232px;
}
.slick-initialized.products-block .slick-arrow {
  top: 50%;
  bottom: auto;
  border: 1px solid #252728;
  border-radius: 4px;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .slick-initialized {
    margin-bottom: 40px;
  }
  .slick-initialized.products-block {
    margin-bottom: 152px;
  }
  .slick-initialized.products-block .slick-dots {
    bottom: -40px;
  }
}

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

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

.next-to-carousel-banners {
  display: flex;
  margin-bottom: 24px;
}
@media (min-width: 1200px) {
  .next-to-carousel-banners {
    flex-direction: column;
  }
}
@media (max-width: 1199px) {
  .next-to-carousel-banners {
    flex-wrap: wrap;
  }
}
.next-to-carousel-banners .banner-wrapper:has(.brands) {
  overflow: hidden;
  background-color: #D6D5D6;
  padding: 24px 40px;
}
@media (max-width: 767px) {
  .next-to-carousel-banners .banner-wrapper:has(.brands) {
    padding: 8px 0 40px 0;
  }
}
.next-to-carousel-banners .banner-wrapper:has(.brands) .brands {
  margin-bottom: 0;
  position: relative;
}
.next-to-carousel-banners .banner-wrapper:has(.brands) .brands .slick-list {
  overflow: hidden;
  max-width: 95%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .next-to-carousel-banners .banner-wrapper:has(.brands) .brands .slick-list {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .next-to-carousel-banners .banner-wrapper:has(.brands) .brands .slick-track {
    margin-left: 0;
    padding: 0 8px;
  }
}
.next-to-carousel-banners .banner-wrapper:has(.brands) .brands .slick-arrow {
  background-color: transparent;
  box-shadow: none;
  width: 32px;
  height: 32px;
}
.next-to-carousel-banners .banner-wrapper:has(.brands) .brands .slick-arrow:before {
  content: "";
  mask-image: url(assets/brand-slider-arrow.svg);
  mask-position: center;
  mask-repeat: no-repeat;
  width: 21px;
  height: 11px;
  background-color: #000;
  transform: rotate(180deg);
}
.next-to-carousel-banners .banner-wrapper:has(.brands) .brands .slick-arrow.slick-prev::before {
  transform: rotate(0deg);
}
@media (max-width: 767px) {
  .next-to-carousel-banners .banner-wrapper:has(.brands) .brands .slick-arrow.slick-prev {
    top: 100%;
    left: 20px;
    transform: translate(0);
  }
}
@media (max-width: 767px) {
  .next-to-carousel-banners .banner-wrapper:has(.brands) .brands .slick-arrow.slick-next {
    top: 100%;
    right: 20px;
    transform: translate(0);
  }
}
.next-to-carousel-banners .banner-wrapper:has(.brands) .brands .brand-item a {
  width: 100px;
}
@media (max-width: 767px) {
  .next-to-carousel-banners .banner-wrapper:has(.brands) .brands .brand-item img {
    width: 100px;
    height: 100px;
  }
}
.next-to-carousel-banners .banner-wrapper:has(.activites) {
  padding: 80px 0 80px 80px;
}
@media (max-width: 1299px) {
  .next-to-carousel-banners .banner-wrapper:has(.activites) {
    padding: 20px;
  }
}
.next-to-carousel-banners .banner-wrapper:has(.activites) .activites {
  display: flex;
  gap: 100px;
}
@media (max-width: 1299px) {
  .next-to-carousel-banners .banner-wrapper:has(.activites) .activites {
    gap: 40px;
    flex-direction: column;
    flex-wrap: wrap;
  }
}
.next-to-carousel-banners .banner-wrapper:has(.activites) .activites .activites-description {
  width: 30%;
}
@media (max-width: 1299px) {
  .next-to-carousel-banners .banner-wrapper:has(.activites) .activites .activites-description {
    width: 100%;
  }
}
.next-to-carousel-banners .banner-wrapper:has(.activites) .activites .activites-description h4 {
  font-size: 2.5rem;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 40px;
}
.next-to-carousel-banners .banner-wrapper:has(.activites) .activites .activites-description p {
  margin: 0;
}
.next-to-carousel-banners .banner-wrapper:has(.activites) .activites .activites-description .btn {
  margin-top: 54px;
}
.next-to-carousel-banners .banner-wrapper:has(.activites) .activites .activites-wrapper {
  display: flex;
  margin-bottom: 0;
  position: relative;
  align-items: center;
  overflow: hidden;
  width: 100%;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .next-to-carousel-banners .banner-wrapper:has(.activites) .activites .activites-wrapper {
    gap: 10px;
  }
}
.next-to-carousel-banners .banner-wrapper:has(.activites) .activites .activites-wrapper .slick-list {
  overflow: hidden;
  margin: 0;
}
.next-to-carousel-banners .banner-wrapper:has(.activites) .activites .activites-wrapper .slick-list .slick-track {
  position: relative;
  gap: 24px;
}
@media (max-width: 991px) {
  .next-to-carousel-banners .banner-wrapper:has(.activites) .activites .activites-wrapper .slick-list .slick-track {
    gap: 5px;
  }
}
.next-to-carousel-banners .banner-wrapper:has(.activites) .activites .activites-wrapper .activity-item {
  position: relative;
  width: fit-content !important;
}
@media (max-width: 767px) {
  .next-to-carousel-banners .banner-wrapper:has(.activites) .activites .activites-wrapper .activity-item {
    width: 100% !important;
  }
}
.next-to-carousel-banners .banner-wrapper:has(.activites) .activites .activites-wrapper .activity-item.slick-slide {
  margin: 0;
}
.next-to-carousel-banners .banner-wrapper:has(.activites) .activites .activites-wrapper .activity-item a {
  position: relative;
  overflow: hidden;
}
.next-to-carousel-banners .banner-wrapper:has(.activites) .activites .activites-wrapper .activity-item a img {
  transition: transform 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .next-to-carousel-banners .banner-wrapper:has(.activites) .activites .activites-wrapper .activity-item a img {
    width: 100%;
  }
}
.next-to-carousel-banners .banner-wrapper:has(.activites) .activites .activites-wrapper .activity-item a .activity-text {
  position: absolute;
  bottom: 0;
  font-size: 18px;
  left: 0;
  width: 100%;
  text-align: center;
  color: #252728;
  letter-spacing: 4px;
  font-weight: 700;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  z-index: 2;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(20px);
  padding: 8px 40px;
}
@media (max-width: 767px) {
  .next-to-carousel-banners .banner-wrapper:has(.activites) .activites .activites-wrapper .activity-item a .activity-text {
    backdrop-filter: none;
  }
}
.next-to-carousel-banners .banner-wrapper:has(.activites) .activites .activites-wrapper .activity-item a:hover img {
  transform: scale(1.05);
}
.next-to-carousel-banners .banner-wrapper:has(.activites) .activites .activites-wrapper .slick-arrow {
  transition: all 0.15s ease-in-out;
  background-color: #D6D5D6;
  border: 1px solid transparent;
  width: 32px;
  height: 32px;
  box-shadow: none;
}
.next-to-carousel-banners .banner-wrapper:has(.activites) .activites .activites-wrapper .slick-arrow:hover {
  background-color: #ffffff;
  border-color: #D6D5D6;
}
.next-to-carousel-banners .banner-wrapper:has(.activites) .activites .activites-wrapper .slick-arrow.slick-disabled {
  opacity: 0;
}
.next-to-carousel-banners .banner-wrapper:has(.activites) .activites .activites-wrapper .slick-arrow.slick-next {
  right: 40px;
}
.next-to-carousel-banners .banner-wrapper:has(.activites) .activites .activites-wrapper .slick-arrow.slick-prev {
  left: 40px;
}
.next-to-carousel-banners a {
  text-decoration: none;
  display: block;
  position: relative;
}
.next-to-carousel-banners .extended-banner-texts {
  position: absolute;
  top: 24px;
  left: 24px;
  bottom: 34px;
  right: 48px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: #ffffff;
  font-weight: 700;
}
.next-to-carousel-banners .extended-banner-title {
  margin: 0;
  font-size: 1.75rem;
  line-height: 1.1428571429em;
}
.next-to-carousel-banners .extended-banner-link {
  margin-top: auto;
  width: fit-content;
  background-color: transparent;
  border: 1px solid #ffffff;
}
.next-to-carousel-banners img {
  display: block;
}
.next-to-carousel-banners .banner-wrapper a:hover .extended-banner-texts, .next-to-carousel-banners .banner-wrapper a:focus-visible .extended-banner-texts {
  color: #ffffff;
}
.next-to-carousel-banners .banner-wrapper a:hover .extended-banner-link, .next-to-carousel-banners .banner-wrapper a:focus-visible .extended-banner-link {
  color: #252728;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .next-to-carousel-banners .slick-track {
    padding-left: 8px;
  }
  .next-to-carousel-banners .slick-slide {
    margin: 0 8px;
  }
  .next-to-carousel-banners .slick-list {
    margin-right: 0;
  }
}
@media (max-width: 575px) {
  .next-to-carousel-banners .slick-list {
    margin: 0 -20px;
  }
}

.body-banners {
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 80px;
}
@media (max-width: 991px) {
  .body-banners {
    padding: 0;
    gap: 24px;
  }
}
.body-banners h2 {
  margin-top: 0;
}
.body-banners > div {
  width: 100%;
}
.body-banners .banner-wrapper > a {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  overflow: hidden;
  gap: 146px;
}
@media (max-width: 991px) {
  .body-banners .banner-wrapper > a {
    text-decoration: none;
    gap: 24px;
    justify-content: space-between;
  }
}
.body-banners .banner-wrapper > a .extended-banner-texts {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  z-index: 1;
  color: #ffffff;
  font-weight: 700;
  height: 100%;
  width: calc(35% - 40px);
  max-width: max-content;
  overflow: hidden;
  white-space: wrap;
}
@media (max-width: 767px) {
  .body-banners .banner-wrapper > a .extended-banner-texts {
    position: relative;
    background-color: #ffffff;
    gap: 24px;
    width: 100%;
  }
}
.body-banners .banner-wrapper > a .extended-banner-texts .extended-banner-title {
  margin: 0;
  font-size: clamp(2rem, 4vw, 2rem);
  line-height: 3rem;
  white-space: wrap;
  word-break: break-word;
  color: #141622;
  text-transform: none;
  font-weight: 700;
}
@media (max-width: 991px) {
  .body-banners .banner-wrapper > a .extended-banner-texts .extended-banner-title {
    text-decoration: none;
  }
}
.body-banners .banner-wrapper > a .extended-banner-texts .extended-banner-text {
  color: #141622;
}
@media (max-width: 991px) {
  .body-banners .banner-wrapper > a .extended-banner-texts .extended-banner-text {
    text-decoration: none;
  }
}
@media (max-width: 767px) {
  .body-banners .banner-wrapper > a .extended-banner-texts .extended-banner-text {
    font-weight: 400;
  }
}
.body-banners .banner-wrapper > a .extended-banner-texts .extended-banner-link {
  background-color: #001024;
  color: #ffffff;
  margin-top: 64px;
  text-transform: none;
}
@media (max-width: 767px) {
  .body-banners .banner-wrapper > a .extended-banner-texts .extended-banner-link {
    margin-top: 0;
  }
}
.body-banners .banner-wrapper > a img {
  height: 100%;
  width: calc(65% - 106px);
  object-fit: cover;
  object-position: center;
  display: block;
}
@media (max-width: 767px) {
  .body-banners .banner-wrapper > a img {
    width: 100%;
  }
}
.body-banners > div:nth-child(even) a {
  flex-direction: row-reverse;
}

.top-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 24px;
}
.top-categories__item {
  padding: 30px 0 30px 30px;
  background-color: #f5f5f5;
}
.top-categories__content ul {
  padding: 0;
  list-style: none;
  margin: 0;
}
.top-categories__content a:not(.highlighted) {
  text-decoration: none;
  padding: 0.3125em 0.5625em;
  font-size: 1rem;
  line-height: 1.75em;
}
.top-categories__content a:not(.highlighted):hover, .top-categories__content a:not(.highlighted):focus-visible {
  text-decoration: underline;
}
.top-categories a {
  display: block;
}
.top-categories a.highlighted {
  color: #001024;
  padding: 0.625em 0.5625em;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.4285714286em;
}
.top-categories a.highlighted:hover, .top-categories a.highlighted:focus-visible {
  text-decoration: none;
}
.top-categories h4 {
  margin: 0;
}
.top-categories h4 a {
  padding: 10px;
  text-decoration: none;
}
.top-categories h4 a:hover, .top-categories h4 a:focus-visible {
  text-decoration: underline;
}
@media (min-width: 768px) {
  .top-categories {
    margin-bottom: 96px;
  }
  .top-categories__item {
    flex: 1 1 375px;
  }
  .top-categories__content {
    display: flex;
    justify-content: space-between;
    gap: 8px;
    height: calc(100% - 55px);
    position: relative;
    overflow: hidden;
  }
  .top-categories__list {
    width: 50%;
  }
  .top-categories__img:not(.narrow-img) {
    overflow: hidden;
  }
  .top-categories__img:not(.narrow-img) img {
    object-position: left;
    object-fit: cover;
  }
}
@media (min-width: 768px) and (max-width: 1300px) {
  .top-categories__img:not(.narrow-img) {
    max-width: 50%;
  }
}
@media (min-width: 768px) {
  .top-categories .img-only .top-categories__img {
    position: static;
  }
  .top-categories .img-only .top-categories__content {
    justify-content: center;
    align-items: center;
  }
}
@media (min-width: 1300px) {
  .top-categories__item:not(.wide) {
    flex: 1 1 250px;
  }
  .top-categories__img:not(.narrow-img) {
    position: absolute;
    bottom: 0;
    right: -43%;
  }
}
@media (max-width: 767px) {
  .top-categories {
    display: flex;
    gap: 16px;
    flex-direction: column;
    padding: 0 8px;
  }
  .top-categories h4 a {
    font-size: 1.25rem;
    font-weight: 500;
  }
  .top-categories__item {
    padding: 0px 0 0px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
    overflow: hidden;
  }
  .top-categories__img img {
    height: 80px;
    width: 130px;
    object-fit: contain;
  }
  .top-categories__img.narrow-img {
    max-height: 80px;
    display: flex;
    align-items: center;
  }
  .top-categories__img.narrow-img img {
    rotate: 270deg;
    object-fit: cover;
    object-position: left;
    height: 130px;
    width: 80px;
  }
  .top-categories__list {
    display: none;
  }
}

.middle-banners-wrapper .container {
  padding: 40px 80px;
}
.middle-banners-wrapper .body-banners > div .banner-wrapper a {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.middle-banners-wrapper .body-banners > div .banner-wrapper a .extended-banner-title {
  font-size: 2.625rem;
  margin-bottom: 16px;
}
.middle-banners-wrapper .body-banners > div .banner-wrapper a .extended-banner-text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5em;
}

.footer-banners {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .footer-banners {
    gap: 40px;
  }
}

.footer-banner {
  position: relative;
  margin-inline: auto;
  width: 100%;
}
@media (max-width: 991px) {
  .footer-banner a {
    text-decoration: none;
  }
}
.footer-banner .extended-banner-texts {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  min-width: 332px;
  max-width: 50%;
  color: #ffffff;
  font-weight: 700;
  padding: 0 40px 40px 40px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  max-width: max-content;
  backdrop-filter: blur(3px);
  overflow: hidden;
  white-space: wrap;
}
@media (max-width: 767px) {
  .footer-banner .extended-banner-texts {
    position: relative;
    background-color: #ffffff;
    padding: 20px 24px;
    gap: 20px;
    height: fit-content;
  }
}
.footer-banner .extended-banner-texts .extended-banner-title {
  margin: 0;
  font-size: clamp(2rem, 4vw, 2rem);
  line-height: 3rem;
  max-width: 240px;
  white-space: wrap;
  word-break: break-word;
  color: #141622;
  text-transform: uppercase;
  font-weight: 700;
}
.footer-banner .extended-banner-texts .extended-banner-text {
  color: #141622;
}
.footer-banner .extended-banner-texts .extended-banner-link {
  background-color: #141622;
  color: #D6D5D6;
  display: flex;
  align-items: center;
  padding: 12px 20px 12px 24px;
  border: 1px solid transparent;
  transition: all 0.3s ease-in-out;
  border-radius: 0;
  font-size: 1rem;
  text-transform: none;
  width: fit-content;
  line-height: normal;
  margin-top: 20px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .footer-banner .extended-banner-texts .extended-banner-link {
    font-size: 0;
    position: absolute;
    bottom: 20px;
    right: 24px;
    width: 40px;
    height: 40px;
    padding: 8px 12px;
  }
}
.footer-banner .extended-banner-texts .extended-banner-link:after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  mask-image: url(assets/double-chevron.svg);
  mask-position: center;
  mask-repeat: no-repeat;
  background-color: #D6D5D6;
  margin-left: 10px;
}
@media (max-width: 767px) {
  .footer-banner .extended-banner-texts .extended-banner-link:after {
    margin-left: 0;
    mask-size: cover;
    width: 20px;
    height: 20px;
  }
}
.footer-banner .extended-banner-texts .extended-banner-link:hover, .footer-banner .extended-banner-texts .extended-banner-link:focus-visible {
  background-color: #ffffff;
  color: #141622;
  border: 1px solid #141622;
}
.footer-banner .extended-banner-texts .extended-banner-link:hover:after, .footer-banner .extended-banner-texts .extended-banner-link:focus-visible:after {
  background-color: #000;
}

.inspiration {
  display: flex;
  flex-wrap: wrap;
  padding: 40px 80px;
}
@media (max-width: 1200px) {
  .inspiration {
    padding: 0;
  }
}
.inspiration > h5 {
  width: 100%;
  font-size: 2rem;
  font-weight: 800;
  line-height: 100%;
  margin: 0 0 48px 0;
  text-transform: uppercase;
}
.inspiration .inspiration-wrapper {
  gap: 146px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1199px) {
  .inspiration .inspiration-wrapper {
    gap: 40px;
  }
}
.inspiration .inspiration-wrapper > .inspiration-item {
  display: flex;
  gap: 64px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: column;
  width: calc(50% - 146px);
}
@media (max-width: 1199px) {
  .inspiration .inspiration-wrapper > .inspiration-item {
    width: calc(50% - 75px);
  }
}
@media (max-width: 991px) {
  .inspiration .inspiration-wrapper > .inspiration-item {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
  }
}
.inspiration .inspiration-wrapper > .inspiration-item h4 {
  text-transform: uppercase;
  font-size: 2.5rem;
  margin: 0 0 24px 0;
}
.inspiration .inspiration-wrapper > .inspiration-item .btn {
  margin-top: 64px;
}
@media (max-width: 991px) {
  .inspiration .inspiration-wrapper > .inspiration-item .btn {
    margin-top: 20px;
  }
}
.inspiration .inspiration-wrapper > .inspiration-item:first-child {
  flex-direction: column-reverse;
}
.inspiration .inspiration-wrapper > .inspiration-item:last-child {
  margin-top: 165px;
}
@media (max-width: 991px) {
  .inspiration .inspiration-wrapper > .inspiration-item:last-child {
    flex-direction: column-reverse;
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  .inspiration .inspiration-wrapper {
    gap: 40px;
  }
}

body [class^=custom-footer__banner]:not(.footer--banner):has(img) {
  display: none !important;
}

.welcome-wrapper .container {
  padding-left: 0;
  padding-right: 0;
}

.welcome > h1 {
  display: none;
}
.welcome .texts .title {
  font-size: 2.625rem;
  font-style: normal;
  line-height: normal;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 16px;
  display: block;
}
@media (max-width: 767px) {
  .welcome .texts .title {
    font-size: 1.5rem;
  }
}
.welcome .texts p {
  margin-top: 0;
  font-size: 1rem;
  line-height: 1.5em;
  margin-bottom: 16px;
  font-weight: 400;
}
.welcome .texts p:last-child {
  margin-bottom: 0;
}
.welcome .columns {
  margin-bottom: 24px;
  padding: 60px 40px 60px 40px;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  margin: 40px auto 40px auto;
  gap: 146px;
  color: #ffffff;
  display: flex;
  font-weight: 500;
  flex-direction: row;
  left: 0;
  width: 100%;
  background-color: #001024;
}
@media (max-width: 991px) {
  .welcome .columns {
    gap: 20px;
    margin-top: 147px;
    padding: 20px 24px 20px 24px;
    margin-bottom: 33px;
  }
  .welcome .columns .image {
    position: relative;
    width: 100%;
    left: auto;
    margin-top: -175px;
  }
}
@media (min-width: 992px) {
  .welcome .texts {
    width: calc(50% - 146px);
  }
  .welcome .image {
    position: absolute;
    width: 600px;
    height: 600px;
    left: 80px;
  }
  .welcome .columns {
    margin: 200px auto 136px auto;
    padding: 120px 80px 120px 80px;
  }
}
@media (min-width: 1380px) {
  .welcome .image {
    width: 708px;
    height: 708px;
  }
}
.welcome .btn.btn-secondary {
  margin-top: 40px;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.benefitBanner__item {
  text-align: center;
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.benefitBanner__picture {
  width: 48px;
  height: 48px;
  min-width: 48px;
}
.benefitBanner__picture img {
  object-fit: cover;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.benefitBanner__title {
  font-weight: 700;
  margin-bottom: 6px;
  display: block;
  font-size: 1.25rem;
  line-height: normal;
  color: #001024;
  text-transform: none;
  text-align: left;
}

.benefitBanner__data {
  font-size: 0.875rem;
  color: #7a7a7a;
  text-align: left;
}

@media (max-width: 767px) {
  .benefitBanner__item {
    display: flex;
    gap: 12px;
    text-align: left;
  }
  .benefitBanner__picture {
    width: 100%;
    max-width: 48px;
    margin: 0;
  }
  .benefitBanner__picture img {
    margin: 0;
  }
  .benefitBanner__title {
    font-size: 1.25rem;
    line-height: normal;
    margin-bottom: 4px;
  }
  .benefitBanner__data {
    font-size: 1rem;
  }
}
.in-index .products-and-banner {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 24px;
  margin: 40px auto;
}
@media (max-width: 767px) {
  .in-index .products-and-banner {
    padding: 0;
    margin-bottom: 48px;
    margin-top: 16px;
  }
}
.in-index .products-and-banner .homepage-group-title {
  width: 100%;
  margin: 0;
}
.in-index .products-and-banner .products-box {
  padding: 0;
  display: flex;
  flex-direction: row;
  gap: 20px;
  margin: 0;
}
@media (max-width: 767px) {
  .in-index .products-and-banner .products-box {
    flex-wrap: wrap;
  }
}
.in-index .products-and-banner .products-box .footer--banner {
  width: 50%;
}
@media (max-width: 767px) {
  .in-index .products-and-banner .products-box .footer--banner {
    width: 100%;
  }
}
.in-index .products-and-banner .products-box .footer--banner .banner {
  height: 100%;
}
.in-index .products-and-banner .products-box .footer--banner .banner-wrapper {
  height: 100%;
}
.in-index .products-and-banner .products-box .footer--banner .banner-wrapper > a {
  position: relative;
  height: 100%;
  display: flex;
}
.in-index .products-and-banner .products-box .footer--banner .banner-wrapper > a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.in-index .products-and-banner .products-box .footer--banner .banner-wrapper > a .extended-banner-texts {
  position: absolute;
  bottom: 40px;
  left: 40px;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 767px) {
  .in-index .products-and-banner .products-box .footer--banner .banner-wrapper > a .extended-banner-texts {
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    padding: 24px 26px 24px 26px;
  }
}
.in-index .products-and-banner .products-box .footer--banner .banner-wrapper > a .extended-banner-texts .extended-banner-title {
  font-size: 2rem;
  line-height: normal;
  margin: 0 0 24px 0;
}
@media (max-width: 767px) {
  .in-index .products-and-banner .products-box .footer--banner .banner-wrapper > a .extended-banner-texts .extended-banner-title {
    font-size: 1.25rem;
    margin: 0 0 8px 0;
  }
}
@media (max-width: 767px) {
  .in-index .products-and-banner .products-box .footer--banner .banner-wrapper > a .extended-banner-texts .extended-banner-text {
    font-size: 1rem;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
  }
}
.in-index .products-and-banner .products-box .footer--banner .banner-wrapper > a .extended-banner-texts .extended-banner-link {
  width: fit-content;
  border-radius: 0;
  margin-top: 40px;
  padding: 16px 40px;
}
@media (max-width: 767px) {
  .in-index .products-and-banner .products-box .footer--banner .banner-wrapper > a .extended-banner-texts .extended-banner-link {
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 700;
    margin-top: 24px;
    line-height: 24px;
  }
}
.in-index .products-and-banner .products-box .products-block {
  width: 50%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px 16px;
}
@media (max-width: 767px) {
  .in-index .products-and-banner .products-box .products-block {
    grid-template-columns: repeat(2, minmax(1px, 1fr));
    gap: 24px 16px;
    width: 100%;
  }
}
.in-index .products-and-banner:nth-child(odd) .products-box {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .in-index .products-and-banner:nth-child(odd) .products-box {
    flex-direction: column-reverse;
  }
}
.in-index .products-box {
  padding: 80px;
  margin: 40px 0;
}
@media (max-width: 1199px) {
  .in-index .products-box {
    padding: 20px 24px;
  }
}
@media (max-width: 767px) {
  .in-index .products-box {
    padding: 20px;
  }
}
.in-index .products-box .products-block {
  margin-bottom: 0;
  position: relative;
}
.in-index .products-box .products-block .slick-list {
  overflow: hidden;
  margin: 0;
  padding-bottom: 20px;
}
.in-index .products-box .products-block .slick-list .slick-track {
  display: flex;
  gap: 24px;
}
.in-index .products-box .products-block .slick-list .slick-track .slick-slide {
  margin: 0;
}
.in-index .products-box .products-block .slick-list .slick-track .slick-slide .image {
  min-height: 300px;
}
.in-index .products-box .products-block .slick-dots-plus-btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  align-items: center;
}
.in-index .products-box .products-block .slick-dots {
  right: 134px;
  left: auto;
  transform: translateX(0) translateY(50%);
}
@media (max-width: 1199px) {
  .in-index .products-box .products-block .slick-dots {
    position: relative;
    bottom: 0;
    right: auto;
    justify-content: center;
    transform: none;
  }
}
.in-index .products-box .products-block .slick-dots > li {
  width: 12px;
  height: 12px;
  border: 1px solid #141622;
}
.in-index .products-box .products-block .slick-dots > li:before {
  display: none;
}
.in-index .products-box .products-block .slick-dots > li.slick-active {
  content: "";
  width: 22px;
  height: 12px;
  mask-image: url(assets/active-dot.svg);
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: cover;
  background-color: #141622;
}
.in-index .products-box .products-block .slick-arrow {
  bottom: -20px;
  top: auto;
  border: 1px solid #252728;
  border-radius: 0;
  left: auto;
  background-color: transparent;
  box-shadow: none;
  transform: translateY(50%);
  transition: all 0.3 ease-in-out;
}
.in-index .products-box .products-block .slick-arrow.slick-prev {
  right: 54px;
}
.in-index .products-box .products-block .slick-arrow.slick-disabled {
  border: none;
}
.in-index .products-box .products-block .slick-arrow.slick-next {
  right: 6px;
}
.in-index .products-box .products-block .homepage-group-title {
  padding-right: 10px;
}
@media (max-width: 1199px) {
  .in-index .products-box .hashtag-link {
    padding: 8px 20px 8px 24px;
    font-size: 16px;
    font-weight: 600;
  }
}

@media (max-width: 767px) {
  .homepage-blog-inner {
    margin-bottom: 40px;
  }
}
.homepage-blog-inner .homepage-group-title {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.homepage-blog-inner .homepage-item-wrapper {
  max-width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  position: relative;
  flex-wrap: wrap;
  gap: 16px;
}
@media (max-width: 767px) {
  .homepage-blog-inner .homepage-item-wrapper {
    display: block;
    height: auto;
    overflow: unset;
    margin-bottom: 24px;
  }
}
.homepage-blog-inner .homepage-item-wrapper .slick-dots {
  position: relative;
  bottom: unset;
  transform: none;
  left: unset;
}
.homepage-blog-inner .homepage-item-wrapper .news-item {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .homepage-blog-inner .btn-all-articles {
    margin: 0 auto;
  }
}
.homepage-blog-inner .news-item time,
.homepage-blog-inner .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;
}
.homepage-blog-inner .news-item {
  background-color: #ffffff;
  margin-bottom: 8px;
  width: calc(50% - 8px);
}
@media (max-width: 767px) {
  .homepage-blog-inner .news-item {
    margin-bottom: 40px;
    width: 100%;
    max-width: 100%;
  }
}
.homepage-blog-inner .news-item > a {
  display: flex;
  flex-wrap: wrap;
  gap: 98px;
  width: 100%;
  height: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .homepage-blog-inner .news-item > a {
    gap: 20px;
    height: auto;
    max-width: 100%;
  }
}
.homepage-blog-inner .news-item > a:hover, .homepage-blog-inner .news-item > a:focus-visible {
  color: #141622 !important;
}
.homepage-blog-inner .news-item .image {
  flex: 1.45;
  display: flex;
  align-items: center;
  position: relative;
}
@media (max-width: 767px) {
  .homepage-blog-inner .news-item .image {
    flex: unset;
    width: 100%;
  }
}
.homepage-blog-inner .news-item a {
  text-decoration: none;
}
.homepage-blog-inner .news-item .text {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-end;
  text-align: right;
  position: absolute;
  right: 64px;
  bottom: 64px;
  width: 341px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .homepage-blog-inner .news-item .text {
    flex: none;
    width: 100%;
    position: relative;
    align-items: flex-start;
    text-align: left;
    color: #001024;
    right: 0;
    bottom: 0;
    max-width: 100%;
  }
}
.homepage-blog-inner .news-item .title {
  font-weight: 700;
  font-size: 2rem;
  line-height: normal;
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
}
@media (min-width: 768px) {
  .homepage-blog-inner .news-item .title {
    max-height: 4.3636363636em;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.homepage-blog-inner .news-item time {
  margin: 0;
}
.homepage-blog-inner .news-item .description {
  font-size: 1rem;
  line-height: 1.5em;
  font-weight: 400;
}
@media (max-width: 767px) {
  .homepage-blog-inner .news-item .description {
    flex: none;
    width: 100%;
    position: relative;
    align-items: flex-start;
    text-align: left;
    color: #001024;
    right: 0;
    bottom: 0;
    max-width: 100%;
  }
}
.homepage-blog-inner .news-item .description p {
  margin: 0;
}
@media (min-width: 768px) {
  .homepage-blog-inner .news-item .description {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 205px;
  }
}
.homepage-blog-inner .news-item:hover .title, .homepage-blog-inner .news-item:focus-visible .title {
  text-decoration: underline;
  color: #ffffff;
}
.homepage-blog-inner .news-item:hover .description, .homepage-blog-inner .news-item:focus-visible .description {
  color: #ffffff;
}
.homepage-blog-inner .news-item .read-article {
  margin-top: 16px;
  padding: 16px 40px;
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
  border-width: 1px;
  border-style: solid;
  font-size: 1.25rem;
  line-height: normal;
  font-weight: 700;
}
.homepage-blog-inner .news-item .read-article:hover, .homepage-blog-inner .news-item .read-article:focus-visible {
  background-color: transparent;
  color: #B5D2F5;
  border-color: #B5D2F5;
}
@media (max-width: 767px) {
  .homepage-blog-inner .news-item .read-article {
    margin-top: 0;
    height: 48px;
    padding: 16px 32px;
    background-color: #ffffff;
    border-color: #001024;
    color: #001024;
  }
}
.homepage-blog-inner .news-item:last-child {
  margin-bottom: 0;
}

.homepage-blog-wrapper {
  background-color: #ffffff;
  padding: 0;
}
@media (max-width: 767px) {
  .homepage-blog-wrapper {
    margin: 24px 0;
  }
}
.homepage-blog-wrapper .homepage-blog-inner {
  display: flex;
  flex-wrap: wrap;
  max-width: 1600px;
  padding: 40px 80px;
  gap: 16px;
}
@media (max-width: 991px) {
  .homepage-blog-wrapper .homepage-blog-inner {
    padding: 0;
    margin-bottom: 0;
    max-width: 100%;
  }
}
.homepage-blog-wrapper .homepage-blog-inner .h4 {
  display: none;
}
.homepage-blog-wrapper .btn-all-articles {
  padding: 16px 40px;
  font-style: normal;
  height: 56px;
  line-height: normal;
}
.homepage-blog-wrapper .button-wrapper {
  text-align: center;
  margin-top: 40px;
}
.homepage-blog-wrapper .btn.btn-tertiary {
  background-color: transparent;
}
.homepage-blog-wrapper .btn.btn-tertiary:hover, .homepage-blog-wrapper .btn.btn-tertiary:focus-visible {
  background-color: #252728;
}
@media (max-width: 767px) {
  .homepage-blog-wrapper {
    display: block;
  }
  .homepage-blog-wrapper .button-wrapper {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .homepage-blog-wrapper .homepage-group-title.h4 {
    margin: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
}

@media (min-width: 1200px) {
  #newsWrapper:not(.slick-inicialized) {
    grid-template-columns: repeat(auto-fill, minmax(275px, 1fr));
  }
}

.homepage-item-wrapper .slick-slide {
  box-sizing: border-box;
  max-width: 100% !important;
}

@media (max-width: 767px) {
  .homepage-item-wrapper .text {
    padding: 16px 20px 24px 20px;
  }
}
.in-prodejny .breadcrumbs-wrapper {
  margin-bottom: 0;
}
.in-prodejny header[itemprop=headline] {
  display: none;
}
.in-prodejny .content-inner {
  padding-top: 0;
}
.in-prodejny .address {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin: 0;
}
.in-prodejny .address .icon {
  display: block;
}
.in-prodejny .address .icon:before {
  content: "";
  display: block;
  position: relative;
  width: 24px;
  height: 24px;
  margin-top: 3px;
  background-image: url(assets/location_contact.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  vertical-align: middle;
}
@media (min-width: 1200px) {
  .in-prodejny #map {
    width: 100vw !important;
    margin-left: -80px;
    max-width: 1600px;
  }
}
.in-prodejny .website {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin: 0;
}
.in-prodejny .website .icon {
  display: block;
}
.in-prodejny .website .icon:before {
  content: "";
  display: block;
  position: relative;
  width: 24px;
  height: 24px;
  margin-top: 3px;
  background-image: url(assets/globe_contact.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  vertical-align: middle;
}
.in-prodejny .phone {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin: 0;
}
.in-prodejny .phone .icon {
  display: block;
}
.in-prodejny .phone .icon:before {
  content: "";
  display: block;
  position: relative;
  width: 24px;
  height: 24px;
  margin-top: 3px;
  background-image: url(assets/phone_contact.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  vertical-align: middle;
}
.in-prodejny .email {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin: 0;
}
.in-prodejny .email .icon {
  display: block;
}
.in-prodejny .email .icon:before {
  content: "";
  display: block;
  position: relative;
  width: 24px;
  height: 24px;
  margin-top: 3px;
  background-image: url(assets/mail_contact.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  vertical-align: middle;
}

#stores-list {
  display: flex;
  gap: 80px;
  flex-direction: column;
  flex-wrap: wrap;
}
#stores-list h2 {
  display: block;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
}
@media (max-width: 767px) {
  #stores-list {
    gap: 40px;
  }
}
#stores-list .store-item {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
#stores-list .store-item img {
  width: 772px;
  object-fit: cover;
  flex: 1;
}
@media (max-width: 767px) {
  #stores-list .store-item img {
    width: 100%;
  }
}
#stores-list .store-item h3 {
  margin: 0;
}
#stores-list .store-item .store-info {
  background-color: #D6D5D6;
  padding: 40px;
  width: 100%;
  flex: 2;
}
@media (max-width: 767px) {
  #stores-list .store-item .store-info {
    padding: 20px;
  }
}
#stores-list .store-item .store-info .address-plus-opening {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  margin-top: 40px;
  margin-bottom: 56px;
}
#stores-list .store-item .store-info .address-plus-opening strong {
  margin-bottom: 20px;
}
#stores-list .store-item .store-info .address-plus-opening p {
  margin: 0;
  display: flex;
  flex-direction: column;
}
#stores-list .store-item:nth-child(odd) {
  padding-left: 80px;
}
@media (max-width: 767px) {
  #stores-list .store-item:nth-child(odd) {
    padding: 0;
  }
}
#stores-list .store-item:nth-child(even) {
  padding-right: 80px;
}
@media (max-width: 767px) {
  #stores-list .store-item:nth-child(even) {
    padding: 0;
  }
}
#stores-list .store-item .btn-secondary {
  background-color: transparent;
  padding: 8px 20px 8px 24px;
}
#stores-list .store-item .btn-secondary:hover {
  background-color: #001024;
}

#stores-hp {
  padding: 80px;
  background-color: #D6D5D6;
}
#stores-hp h4 {
  text-transform: uppercase;
  margin: 0 0 40px 0;
  font-size: 2rem;
}
#stores-hp .store-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 64px;
}
#stores-hp .store-tab {
  padding: 0.5rem 1rem;
  background: #252728;
  border: 1px solid #252728;
  cursor: pointer;
  font-weight: bold;
  color: #ffffff;
}
#stores-hp .store-tab.active {
  background: #D6D5D6;
  color: #252728;
  border-width: 1px 1px 0 1px;
  border-style: solid;
  border-color: #252728;
}
#stores-hp .store-content {
  display: none;
}
#stores-hp .store-content.active {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
#stores-hp .store-inner {
  display: flex;
  flex-direction: row;
  gap: 40px;
  flex-wrap: wrap;
  width: 100%;
}
#stores-hp .store-inner .store-type {
  margin: 0;
}
#stores-hp .store-text {
  flex: 1;
}
#stores-hp .store-image {
  flex: 3;
}
#stores-hp .store-image img {
  max-width: 976px;
  align-self: stretch;
  width: 100%;
  height: auto;
}

.drexiss-main {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin: 40px 0;
  gap: 50px;
  padding: 40px;
  background-color: #F5F9FE;
}
@media (max-width: 767px) {
  .drexiss-main {
    grid-template-columns: repeat(1, 1fr);
    padding: 24px;
  }
}
.drexiss-main .text {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.drexiss-main .text h2 {
  margin: 0;
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.drexiss-main .text > p {
  font-family: "Montserrat", sans-serif;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  margin: 0;
}
.drexiss-main .text .columns {
  display: flex;
  flex-direction: row;
  gap: 24px;
}
.drexiss-main .text .columns .column {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 8px;
}
.drexiss-main .text .columns .column p {
  margin: 0;
}
.drexiss-main .text .btn {
  width: 100%;
}
.drexiss-main .image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.type-post.in-predajne-miesta .news-item-detail {
  display: flex;
  flex-direction: column;
}
.type-post.in-predajne-miesta .news-item-detail .store-detail-inner {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
@media (max-width: 767px) {
  .type-post.in-predajne-miesta .news-item-detail .store-detail-inner {
    gap: 56px;
  }
}
.type-post.in-predajne-miesta .news-item-detail .info-and-map {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .type-post.in-predajne-miesta .news-item-detail .info-and-map {
    display: flex;
    flex-direction: column;
  }
}
.type-post.in-predajne-miesta .news-item-detail .info-and-map iframe {
  border: none;
}
@media (max-width: 767px) {
  .type-post.in-predajne-miesta .news-item-detail .info-and-map iframe {
    max-height: 300px;
  }
}
.type-post.in-predajne-miesta .news-item-detail .info-and-map .info-block {
  padding: 80px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 40px;
  background-color: #D6D5D6;
}
.type-post.in-predajne-miesta .news-item-detail .info-and-map .info-block > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
.type-post.in-predajne-miesta .news-item-detail .info-and-map .info-block > div.contact-buttons {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.type-post.in-predajne-miesta .news-item-detail .info-and-map .info-block > div.contact-buttons a.tel:after, .type-post.in-predajne-miesta .news-item-detail .info-and-map .info-block > div.contact-buttons a.email:after {
  display: none;
}
.type-post.in-predajne-miesta .news-item-detail .info-and-map .info-block > div.contact-buttons a.tel {
  background-color: #001024;
  color: #252728;
  border: 1px solid transparent;
}
.type-post.in-predajne-miesta .news-item-detail .info-and-map .info-block > div.contact-buttons a.tel:before {
  content: "";
  mask-image: url(assets/phone.svg);
  mask-position: center;
  mask-repeat: no-repeat;
  width: 24px;
  height: 24px;
  background-color: #252728;
}
.type-post.in-predajne-miesta .news-item-detail .info-and-map .info-block > div.contact-buttons a.email {
  background-color: #ffffff;
  color: #252728;
  border: 1px solid #252728;
}
.type-post.in-predajne-miesta .news-item-detail .info-and-map .info-block > div.contact-buttons a.email:before {
  content: "";
  mask-image: url(assets/email.svg);
  mask-position: center;
  mask-repeat: no-repeat;
  width: 24px;
  height: 24px;
  background-color: #252728;
}
.type-post.in-predajne-miesta .news-item-detail .info-and-map .info-block > div .title {
  font-weight: 700;
  font-size: 1.125rem;
}
@media (max-width: 991px) {
  .type-post.in-predajne-miesta .news-item-detail .info-and-map .info-block {
    padding: 20px;
    flex: 0 0 100%;
  }
}
.type-post.in-predajne-miesta .news-item-detail .info-and-map .map-block {
  flex: 1;
}
.type-post.in-predajne-miesta .news-item-detail .about-store > div {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
@media (max-width: 767px) {
  .type-post.in-predajne-miesta .news-item-detail .about-store > div {
    grid-template-columns: 1fr;
  }
}
.type-post.in-predajne-miesta .news-item-detail .about-store > div .story {
  display: block;
}
.type-post.in-predajne-miesta .news-item-detail .about-store > div .story h4 {
  display: flex;
  align-items: center;
  gap: 10px;
  text-transform: uppercase;
}
.type-post.in-predajne-miesta .news-item-detail .about-store > div .story h4:before {
  content: "";
  mask-image: url(assets/galfy-logo.svg);
  mask-position: center;
  mask-repeat: no-repeat;
  width: 37.551px;
  height: 39.184px;
  background-color: #001024;
}
.type-post.in-predajne-miesta .news-item-detail .benefits {
  background-color: #e9f9fc;
  padding: 40px;
  width: fit-content;
  margin: 0 auto;
}
.type-post.in-predajne-miesta .news-item-detail .benefits ul {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  flex-wrap: wrap;
  list-style: none;
  flex-direction: column;
}
.type-post.in-predajne-miesta .news-item-detail .benefits ul li {
  display: flex;
  align-items: center;
  gap: 10px;
}
.type-post.in-predajne-miesta .news-item-detail .benefits ul li::marker {
  content: "";
}
.type-post.in-predajne-miesta .news-item-detail .benefits ul li::before {
  content: "";
  mask-image: url(assets/check-double.svg);
  mask-position: center;
  mask-repeat: no-repeat;
  width: 24px;
  display: flex;
  height: 24px;
  background-color: #001024;
}
.type-post.in-predajne-miesta .news-item-detail .store-detail-headline {
  order: -1;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 100vw;
  align-self: center;
  margin-top: -40px;
  max-width: 1600px;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .type-post.in-predajne-miesta .news-item-detail .store-detail-headline {
    margin-bottom: 56px;
  }
}
.type-post.in-predajne-miesta .news-item-detail .store-detail-headline .store-detail-image {
  display: block;
  width: 100%;
}
.type-post.in-predajne-miesta .news-item-detail .store-detail-headline .store-detail-image > img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.type-post.in-predajne-miesta .news-item-detail .store-detail-headline h1 {
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(12px);
  padding: 40px;
  position: absolute;
  top: 50%;
  left: 100px;
  transform: translateY(-50%);
  text-transform: uppercase;
  font-size: 3rem;
  margin: 0;
  width: 488px;
}
@media (max-width: 991px) {
  .type-post.in-predajne-miesta .news-item-detail .store-detail-headline h1 {
    position: relative;
    width: 100%;
    transform: none;
    padding: 12px;
    left: 0;
    top: 0;
    order: 2;
    font-size: 20px;
    background-color: #D6D5D6;
  }
}

.in-kontakty .content {
  margin-bottom: 40px !important;
}
.in-kontakty .content h1 {
  margin: 0;
}

.contact-wrapper .top-sec {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 768px) {
  .contact-wrapper .top-sec {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    padding: 24px 0 40px 0;
  }
}
.contact-wrapper .top-sec .contact-info {
  height: 383px;
  background-color: #F5F9FE;
  padding: 24px 40px;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.25);
}
.contact-wrapper .top-sec .contact-info h4 {
  margin: 0 0 30px 0;
}
.contact-wrapper .top-sec .contact-info p {
  margin: 0 0 5px 0;
}
.contact-wrapper .top-sec .contact-info strong {
  margin-right: 20px;
}
.contact-wrapper .top-sec .contact-info .contacts {
  margin-top: 19px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 8px;
}
.contact-wrapper .top-sec .contact-info .contacts a {
  display: flex;
  align-items: center;
  gap: 8px;
}
.contact-wrapper .top-sec .contact-info .contacts a:before {
  content: "";
  display: inline-block;
  position: relative;
  width: 24px;
  height: 24px;
  background-size: cover;
}
.contact-wrapper .top-sec .contact-info .contacts a.adress:before {
  background-image: url(assets/location_contact.svg);
}
.contact-wrapper .top-sec .contact-info .contacts a.phone:before {
  background-image: url(assets/phone_contact.svg);
}
.contact-wrapper .top-sec .contact-info .contacts a.email:before {
  background-image: url(assets/mail_contact.svg);
}
.contact-wrapper .top-sec .contact-info .contacts a.web:before {
  background-image: url(assets/globe_contact.svg);
}
.contact-wrapper .middle {
  display: flex;
  padding: 40px 0;
  justify-content: space-between;
  align-items: flex-start;
  align-self: stretch;
  flex-wrap: wrap;
}
.contact-wrapper .middle .adresa strong {
  display: flex;
  align-items: center;
  gap: 8px;
}
.contact-wrapper .middle .adresa strong:before {
  content: "";
  display: inline-block;
  position: relative;
  width: 24px;
  height: 24px;
  background-size: cover;
  background-image: url(assets/location_contact.svg);
}
.contact-wrapper .middle .box {
  max-width: 314px;
}

.ambasadors-wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
  justify-content: center;
}
.ambasadors-wrapper .main-ambasador {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  align-items: stretch;
  background-color: #F5F9FE;
}
@media (min-width: 768px) {
  .ambasadors-wrapper .main-ambasador {
    grid-template-columns: repeat(2, 1fr);
  }
}
.ambasadors-wrapper .main-ambasador .text {
  padding: 40px;
}
.ambasadors-wrapper .main-ambasador .text .name {
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  font-family: "Montserrat", sans-serif;
}
@media (min-width: 768px) {
  .ambasadors-wrapper .main-ambasador .text .name {
    font-size: 2.25rem;
  }
}
.ambasadors-wrapper .main-ambasador .text p {
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .ambasadors-wrapper .main-ambasador .text p {
    font-size: 1.25rem;
  }
}
.ambasadors-wrapper .main-ambasador .image img {
  height: 100%;
  object-fit: cover;
}
.ambasadors-wrapper .ambasadors-list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  align-items: stretch;
  gap: 24px;
}
@media (min-width: 768px) {
  .ambasadors-wrapper .ambasadors-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.ambasadors-wrapper .ambasadors-list .ambasador {
  background-color: #F5F9FE;
}
@media (min-width: 768px) {
  .ambasadors-wrapper .ambasadors-list .ambasador:nth-child(even) {
    background-color: #ffffff;
  }
}
.ambasadors-wrapper .ambasadors-list .ambasador .text {
  padding: 40px;
}
.ambasadors-wrapper .ambasadors-list .ambasador .text .name {
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  line-height: normal;
}
@media (min-width: 768px) {
  .ambasadors-wrapper .ambasadors-list .ambasador .text .name {
    font-size: 2.25rem;
  }
}
.ambasadors-wrapper .ambasadors-list .ambasador .text p {
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .ambasadors-wrapper .ambasadors-list .ambasador .text p {
    font-size: 1.25rem;
  }
}
.ambasadors-wrapper .ambasadors-list .ambasador .image img {
  height: 100%;
  object-fit: cover;
}
.ambasadors-wrapper .load-more {
  display: block;
  height: 40px;
  padding: 8px 16px;
  border: 1px solid #001024;
  width: fit-content;
  margin: 0 auto;
}
.ambasadors-wrapper .insta-profile {
  display: flex;
  align-items: center;
  margin-top: 16px;
  font-family: "Nunito Sans", sans-serif;
  font-size: 1rem;
  color: #001024;
  text-decoration: underline;
}
.ambasadors-wrapper .insta-profile:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  padding: 1px;
  background-image: url(assets/instagram.svg);
  background-size: cover;
  margin-right: 10px;
}

.stores-filter {
  display: flex;
  margin: 24px 0;
  padding: 20px 40px 20px 24px;
  background-color: #F5F9FE;
}
.stores-filter > select {
  background-color: #ffffff;
  width: 248px;
  height: 44px;
  padding: 12px 16px 12px 20px;
  border: 1.5px solid #001024;
}

#storesList {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  max-width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}
@media (max-width: 1599px) {
  #storesList {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 991px) {
  #storesList {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  #storesList {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
#storesList .store-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
  padding: 24px;
  background-color: #F5F9FE;
  max-width: 100%;
  word-break: break-word;
  overflow-wrap: anywhere;
  box-sizing: border-box;
}
#storesList .store-card .top {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
#storesList .store-card .top .opening-hours {
  display: block;
}
#storesList .store-card .top h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
#storesList .store-card .top p {
  max-width: 100%;
  margin: 0;
  display: flex;
}
#storesList .store-card .btn {
  width: 100%;
}

.storelist-btns {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
  margin-top: 40px;
}
.storelist-btns .load-more {
  border: 1px solid #001024;
  display: flex;
  padding: 12px 20px 12px 12px !important;
  align-self: flex-end;
  gap: 12px;
  justify-self: flex-end;
}
.storelist-btns .load-more:before {
  content: "";
  mask-image: url(assets/ArrowDown.svg);
  mask-position: center;
  mask-size: cover;
  background-color: #001024;
  mask-repeat: no-repeat;
  width: 24px;
  height: 24px;
  padding: 5px;
}

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

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

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

.brands-wrapper {
  overflow: hidden;
  margin-top: 40px;
}
@media (min-width: 768px) {
  .brands-wrapper {
    margin-top: 52px;
  }
  .brands-wrapper .slick-initialized {
    margin-bottom: 50px;
  }
}
.brands-wrapper h2 {
  margin-top: 0;
}
.brands-wrapper .slick-list {
  overflow: visible;
}
@media (min-width: 768px) {
  .brands-wrapper .slick-list {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.brands-wrapper .slick-initialized .slick-slide {
  display: flex;
  align-items: center;
}

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

.bottom-banners-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 0 24px;
  justify-content: center;
}
.bottom-banners-wrapper .showroom,
.bottom-banners-wrapper .contact {
  position: relative;
  flex: 0 1 708px;
}
.bottom-banners-wrapper .showroom .texts,
.bottom-banners-wrapper .contact .texts {
  position: absolute;
  bottom: 27px;
  left: 24px;
}
.bottom-banners-wrapper .showroom .texts h5,
.bottom-banners-wrapper .contact .texts h5 {
  margin-top: 8px;
}
.bottom-banners-wrapper .showroom .texts ul,
.bottom-banners-wrapper .contact .texts ul {
  padding-left: 16px;
}
.bottom-banners-wrapper .showroom .texts ul li,
.bottom-banners-wrapper .contact .texts ul li {
  font-size: 0.8125rem;
  line-height: 1.2553846154em;
  font-weight: 700;
}
.bottom-banners-wrapper .showroom .buttons-wrapper,
.bottom-banners-wrapper .contact .buttons-wrapper {
  align-items: flex-end;
}
.bottom-banners-wrapper .showroom .buttons-wrapper .btn,
.bottom-banners-wrapper .contact .buttons-wrapper .btn {
  padding: 8px 16px;
}
.bottom-banners-wrapper .showroom .buttons-wrapper a:not(.btn),
.bottom-banners-wrapper .contact .buttons-wrapper a:not(.btn) {
  font-weight: 700;
  text-underline-offset: 4px;
}
.bottom-banners-wrapper .showroom .buttons-wrapper .tel::before,
.bottom-banners-wrapper .contact .buttons-wrapper .tel::before {
  content: url(assets/phone-white.svg);
}
.bottom-banners-wrapper .showroom .label,
.bottom-banners-wrapper .showroom p,
.bottom-banners-wrapper .contact .label,
.bottom-banners-wrapper .contact p {
  font-size: 0.8125rem;
  line-height: 1.2553846154em;
}
.bottom-banners-wrapper .showroom .flag,
.bottom-banners-wrapper .contact .flag {
  padding: 6px 12px;
}
.bottom-banners-wrapper .showroom .label,
.bottom-banners-wrapper .contact .label {
  position: absolute;
  padding: 12px 19px;
  border-radius: 8px;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.0509803922), 0px 2px 2px 0px rgba(0, 0, 0, 0.031372549), 0px 1px 0px 0px rgba(0, 0, 0, 0.031372549);
  text-align: center;
  top: 20px;
  left: 50%;
  transform: rotate(-20deg);
  font-weight: 700;
  font-size: 0.8125rem;
  line-height: 1.2553846154em;
}
.bottom-banners-wrapper .showroom .label span,
.bottom-banners-wrapper .contact .label span {
  display: block;
  font-size: 2rem;
  line-height: 1.25em;
  white-space: nowrap;
}
.bottom-banners-wrapper .showroom .flag {
  background-color: #ff0000;
}
.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: #f5f4f4;
  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-index .bottom-banners-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 767px) {
  .type-index .bottom-banners-wrapper {
    margin-bottom: 64px;
  }
}

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

.footer-rows {
  padding-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #D6D5D6;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .footer-rows {
    padding: 20px;
  }
}
.footer-rows .site-name {
  margin-top: 1.2rem;
  width: 120px;
  height: auto;
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .footer-rows .site-name {
    width: 100%;
    order: 1;
  }
}
.footer-rows .site-name a {
  display: block;
  width: 120px;
  height: auto;
}
.footer-rows .site-name a img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.footer-rows h4 {
  font-size: 1rem;
  font-family: "Nunito Sans", sans-serif;
  line-height: 1.5em;
  font-weight: 700;
}
@media (max-width: 767px) {
  .footer-rows h4 {
    font-size: 1.25rem;
    line-height: normal;
    margin: 0;
    padding: 8px 0;
  }
}
.footer-rows ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-rows ul > li a {
  margin: 0;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  font-family: "Nunito Sans", sans-serif;
  color: #001024;
}
.footer-rows .topic {
  display: block;
}
.footer-rows .topic a {
  margin: 0;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  font-family: "Nunito Sans", sans-serif;
  color: #001024;
}
.footer-rows h4,
.footer-rows a {
  display: inline-block;
}
.footer-rows a {
  text-decoration: none;
  font-size: 1rem;
  line-height: 1.75em;
  margin-bottom: 4px;
}
.footer-rows a:hover, .footer-rows a:focus-visible {
  color: #001024;
}
@media (max-width: 900px) {
  .footer-rows {
    flex-direction: column;
  }
  .footer-rows .custom-footer {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .footer-rows {
    padding-top: 16px;
    padding-bottom: 16px;
    margin-top: 15px;
  }
  .footer-rows a {
    margin-bottom: 8px;
  }
}
@media (max-width: 1199px) {
  .footer-rows {
    flex-direction: column;
  }
  .footer-rows .address-footer {
    display: none;
  }
}

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

#formNewsletterWidget fieldset {
  display: flex;
  align-items: stretch;
  gap: 16px;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  #formNewsletterWidget fieldset {
    text-align: left;
  }
}
#formNewsletterWidget fieldset br {
  display: none;
}
#formNewsletterWidget fieldset > div:not(.validator-msg-holder, .btn-default.btn-arrow-right) {
  font-size: 1rem;
  line-height: 1.75em;
  order: 1;
  width: 100%;
}
#formNewsletterWidget fieldset > div:not(.validator-msg-holder, .btn-default.btn-arrow-right) a {
  text-decoration: underline;
}
#formNewsletterWidget fieldset > div:not(.validator-msg-holder, .btn-default.btn-arrow-right) a:hover, #formNewsletterWidget fieldset > div:not(.validator-msg-holder, .btn-default.btn-arrow-right) a:focus-visible {
  text-decoration: none;
  color: #001024;
}
#formNewsletterWidget fieldset .validator-msg-holder,
#formNewsletterWidget fieldset .btn-default.btn-arrow-right {
  order: unset;
}
#formNewsletterWidget fieldset .btn.btn-default.btn-arrow-right {
  background-color: #001024;
  border: none;
  width: fit-content;
  height: 56px;
  padding: 16px 40px;
  border-radius: 0;
  gap: 0;
  color: #ffffff;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
#formNewsletterWidget fieldset .btn.btn-default.btn-arrow-right:before {
  content: "Přihlásit se";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-transform: none;
  line-height: normal;
  font-size: 1rem;
  font-family: "Monseratt", sans-serif;
}
#formNewsletterWidget fieldset .btn.btn-default.btn-arrow-right span {
  position: relative;
  width: auto;
  height: auto;
  clip: unset;
  display: none;
}
#formNewsletterWidget fieldset .btn.btn-default.btn-arrow-right:hover, #formNewsletterWidget fieldset .btn.btn-default.btn-arrow-right:focus-visible {
  background-color: #B5D2F5;
  color: #001024;
}
#formNewsletterWidget fieldset .validator-msg-holder {
  width: 258px;
  align-self: stretch;
  overflow: hidden;
}
#formNewsletterWidget fieldset .validator-msg-holder input {
  height: 100%;
  width: 100%;
  padding: 8px 16px;
}

@media (max-width: 767px) {
  .custom-footer > div {
    padding: 0 8px;
  }
}
.custom-footer__contact {
  border-radius: 16px;
}
.custom-footer__contact h4 {
  font-size: 1.5rem;
  line-height: 1.4583333333em;
  margin-bottom: 8px;
}
.custom-footer .contact-box > p {
  margin: 0 0 15px 0;
}
.custom-footer .contact-box ul li a {
  font-weight: 500;
  color: #141622;
  gap: 8px;
  margin: 0;
}
.custom-footer .contact-box ul li a:hover, .custom-footer .contact-box ul li a:focus-visible {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .custom-footer {
    gap: 24px 0;
  }
  .custom-footer__contact {
    padding: 16px;
  }
}

#footer > .container {
  position: relative;
}

.footer-bottom-wrapper {
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .footer-bottom-wrapper {
    padding-bottom: 0;
  }
}
.footer-bottom-wrapper > .container {
  background-color: #141622;
  padding: 0 80px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .footer-bottom-wrapper > .container {
    padding: 0;
  }
}
.footer-bottom-wrapper > .container:last-child {
  padding-top: 24px;
  padding-bottom: 24px;
}
.footer-bottom-wrapper > .container.footer-links-icons {
  padding-top: 16px;
  background-color: #ffffff;
  color: #001024;
}
.footer-bottom-wrapper > .container.footer-links-icons > ul {
  margin: 0 0 24px 0;
}
@media (max-width: 767px) {
  .footer-bottom-wrapper > .container.footer-links-icons > ul {
    justify-content: flex-start;
    gap: 0;
    padding: 0 20px;
  }
}

.footer-icons {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: center;
  position: relative;
}
.footer-icons .footer-icons-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  background-color: #ffffff;
  padding: 0 20px;
  z-index: 1;
}
.footer-icons:before {
  content: "";
  height: 1px;
  background-color: #D6D5D6;
  width: 100%;
  margin: 10px;
  position: absolute;
  max-width: 1440px;
  display: flex;
  justify-content: center;
}
.footer-icons a {
  display: block;
}
.footer-icons a img {
  display: block;
  width: 42px;
  height: 42px;
}

.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: #ffffff;
  font-weight: 600;
}
.copyright strong::before {
  content: "©";
  color: #ffffff;
  margin-right: 3px;
}

#signature img {
  line-height: 0;
  display: block;
}
#signature .image img {
  filter: invert(1);
}

.pagination-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px 20px;
  justify-content: space-between;
}
.pagination-wrapper .pagination-top {
  background-color: #ffffff;
  color: #001024;
  display: flex;
  gap: 12px;
  align-items: center;
  border: 1px solid #001024;
  border-radius: 0;
  text-transform: none;
  padding: 12px 20px 12px 12px;
  line-height: 1.5em;
  font-size: 1rem;
  cursor: pointer;
  position: relative;
  transition: all 0.15s ease-in-out;
}
.pagination-wrapper .pagination-top:before {
  content: "";
  display: block;
  mask-image: url(assets/arrow-b-top.svg);
  mask-position: center;
  mask-repeat: no-repeat;
  background-color: #001024;
  width: 24px;
  height: 24px;
  padding: 5px;
  text-align: center;
}
.pagination-wrapper .pagination-top:hover, .pagination-wrapper .pagination-top:focus-visible {
  background-color: #B5D2F5;
  color: #001024;
  border: 1px solid #B5D2F5;
}
.pagination-wrapper .pagination-top > a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.pagination-wrapper .pagination-loader .btn.btn-default {
  background-color: #001024;
  color: #ffffff;
  padding: 12px 20px 12px 12px;
  line-height: 1.5em;
  font-size: 1rem;
  border-radius: 0;
  text-transform: none;
}
.pagination-wrapper .pagination-loader .btn.btn-default::before {
  display: none;
}
.pagination-wrapper .pagination-loader .btn.btn-default:hover, .pagination-wrapper .pagination-loader .btn.btn-default:focus-visible {
  background-color: #B5D2F5;
  color: #001024;
}
.pagination-wrapper .pagination {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 767px) {
  .pagination-wrapper .pagination {
    width: 100%;
    order: -1;
  }
}
.pagination-wrapper .pagination strong {
  font-weight: 400;
}
.pagination-wrapper .pagination a {
  text-decoration: none;
}
.pagination-wrapper .pagination a.prev + strong {
  font-weight: 700;
}
.pagination-wrapper .pagination .pagination-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #252728;
}
.pagination-wrapper .pagination .pagination-link::before {
  content: "";
  mask-image: url(assets/arrowRight-blue.svg);
  mask-size: cover;
  mask-position: center;
  mask-repeat: no-repeat;
  background-color: #252728;
  width: 16px;
  height: 16px;
  display: block;
  transition: all 0.15s ease-in-out;
}
.pagination-wrapper .pagination .pagination-link:hover, .pagination-wrapper .pagination .pagination-link:focus-visible {
  background-color: #cccccc;
  color: #ffffff;
}
.pagination-wrapper .pagination .pagination-link:hover::before, .pagination-wrapper .pagination .pagination-link:focus-visible::before {
  background-color: #252728;
}
.pagination-wrapper .pagination .pagination-link.next::before {
  right: 1px;
}
.pagination-wrapper .pagination .pagination-link.prev::before {
  transform: rotate(180deg);
  left: 3px;
}
@media (max-width: 767px) {
  .pagination-wrapper {
    align-items: center;
  }
  .pagination-wrapper .pagination-loader {
    margin-left: 0;
    align-self: stretch;
  }
  .pagination-wrapper .pagination-loader .load-products {
    width: 100%;
  }
  .pagination-wrapper .pagination {
    margin-left: 0;
    justify-content: center;
  }
}

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

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

.newsletter-wrapper {
  background-color: #ffffff;
  color: #ffffff;
  margin: 64px auto;
  align-items: center;
  position: relative;
  display: flex;
}
@media (max-width: 767px) {
  .newsletter-wrapper {
    margin-top: 0;
  }
}
.newsletter-wrapper .newsletter-header {
  max-width: 535px;
  word-break: normal;
}
@media (max-width: 767px) {
  .newsletter-wrapper .newsletter-header {
    width: 100%;
    justify-items: flex-start;
  }
}
.newsletter-wrapper .newsletter-header h4 {
  margin-bottom: 32px;
  margin-top: 0;
  font-size: 2.625rem;
  color: #001024;
}
@media (max-width: 767px) {
  .newsletter-wrapper .newsletter-header h4 {
    margin-bottom: 12px;
    font-size: 1.5rem;
  }
}
.newsletter-wrapper .newsletter-header p {
  margin-top: 0;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .newsletter-wrapper .newsletter-header p {
    text-align: left;
    margin-bottom: 24px;
  }
}
.newsletter-wrapper.container {
  max-width: 1600px;
}
.newsletter-wrapper .custom-footer__newsletter {
  z-index: 1;
  color: #001024;
  display: flex;
  flex-direction: column;
}
.newsletter-wrapper .custom-footer__newsletter .validator-msg-holder input[type=email] {
  width: 308px;
  height: 40px;
}
.newsletter-wrapper img {
  object-fit: cover;
}
.newsletter-wrapper .btn.btn-default {
  background-color: #001024;
}
@media (min-width: 768px) and (max-width: 1504px) {
  .newsletter-wrapper {
    margin-right: 2rem;
    margin-left: 2rem;
    width: calc(100% - 4rem);
  }
}
@media (min-width: 768px) {
  .newsletter-wrapper {
    display: flex;
    gap: 146px;
  }
  .newsletter-wrapper .custom-footer__newsletter {
    width: calc(35% - 40px);
  }
  .newsletter-wrapper:has(.newsletter-link) .newsletter-link {
    width: calc(65% - 106px);
    order: 2;
  }
  .newsletter-wrapper:has(.newsletter-link) .newsletter-link .newsletter-img {
    width: 100%;
  }
  .newsletter-wrapper .newsletter-img {
    width: calc(65% - 106px);
    order: 2;
  }
  .newsletter-wrapper .newsletter-header p {
    margin-bottom: 64px;
  }
}

body:not(.in-index) .newsletter-wrapper {
  display: none;
}

@media (max-width: 767px) {
  .newsletter-wrapper {
    text-align: center;
    flex-wrap: wrap;
    height: unset;
    padding: 0;
  }
  .newsletter-wrapper > img {
    display: block;
    width: 100%;
    height: 100%;
    aspect-ratio: 375/231;
    object-position: right;
  }
  .newsletter-wrapper:before {
    position: relative;
    width: 100%;
    height: 186px;
    background-size: cover;
  }
  .newsletter-wrapper > div {
    order: -1;
    padding: 20px;
  }
  .subcategories-filter-wrapper {
    padding: 24px;
    background-color: #fcfcfc;
    border: 1px solid #ededee;
    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 #ededee;
  }
  .subcategories-filter-wrapper .subcategories a:hover {
    box-shadow: none;
  }
  .subcategories-filter-wrapper #filters:not(.visible) {
    display: none;
  }
  .subcategories-filter-wrapper .btn.unveil-button,
  .subcategories-filter-wrapper .order-trigger {
    border: 1px solid #cccccc;
    width: 100%;
    gap: 0.4em;
    font-size: 1rem !important;
    padding: 0.5714285714em 1.7142857143em !important;
    line-height: 1.7142857143em !important;
  }
  .subcategories-filter-wrapper .btn.unveil-button::after,
  .subcategories-filter-wrapper .order-trigger::after {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border: 1px solid #252728;
    border-style: none solid solid none;
    transform: rotate(45deg);
    position: relative;
    top: -2px;
    margin-left: auto;
  }
  .subcategories-filter-wrapper .order-trigger {
    margin-top: 20px;
  }
  .subcategories-filter-wrapper .order-trigger span {
    font-weight: 400;
  }
  .subcategories-filter-wrapper #filters::before,
  .subcategories-filter-wrapper #filters::after {
    display: none;
  }
}
.basic-description h2,
.basic-description h3,
.basic-description h4,
.basic-description h5,
.basic-description h6,
.type-post .news-item-detail h2,
.type-post .news-item-detail h3,
.type-post .news-item-detail h4,
.type-post .news-item-detail h5,
.type-post .news-item-detail h6 {
  margin: 1em 0 0.6em;
}

.type-detail #productsAlternative,
.type-detail #productsRelated {
  scroll-margin-top: 127px;
}
.type-detail #productsAlternative .browse-p,
.type-detail .browse-p {
  display: none;
}
.type-detail #productsAlternative h2 {
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #001024;
}
.type-detail #productsAlternative .products-block {
  position: relative;
  margin-bottom: 0;
}
.type-detail #productsAlternative .products-block .slick-arrow {
  box-shadow: none;
}
.type-detail #productsAlternative .products-block .slick-arrow.slick-prev {
  left: -20px;
}
.type-detail #productsAlternative .products-block .slick-arrow.slick-next {
  right: -20px;
}
.type-detail #productsAlternative .products-block .slick-list {
  overflow: hidden;
}

.prodejny-produkt,
.faq-product {
  padding: 40px;
  border-radius: 10px;
  margin-top: 30px;
}
.prodejny-produkt a,
.faq-product a {
  color: #001024;
}
.prodejny-produkt .buttons-wrapper,
.faq-product .buttons-wrapper {
  margin-top: 30px;
}
.prodejny-produkt .buttons-wrapper .btn,
.faq-product .buttons-wrapper .btn {
  color: #252728;
  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;
  }
}

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

#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 #ededee;
  width: 188px;
}
.related-thumbnail .p-name {
  font-family: "Montserrat", sans-serif;
  font-size: 1.25rem;
  line-height: 1.2em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.related-thumbnail .price-final {
  font-weight: 400;
}
@media (max-width: 1120px) {
  .related-thumbnail {
    display: none;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.type-posts-listing #newsWrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.type-posts-listing #newsWrapper .news-item {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  border: 1px solid #C2C1C2;
  gap: 64px;
}
.type-posts-listing #newsWrapper .news-item p {
  margin: 0;
}
@media (max-width: 767px) {
  .type-posts-listing #newsWrapper .news-item p {
    padding: 16px 0;
  }
}
@media (max-width: 767px) {
  .type-posts-listing #newsWrapper .news-item {
    gap: 16px;
  }
}
.type-posts-listing #newsWrapper .news-item .text {
  flex: 2;
  padding-top: 40px;
  padding-bottom: 100px;
  gap: 20px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .type-posts-listing #newsWrapper .news-item .text {
    flex: 1 1 100%;
    padding-top: 0;
    padding-bottom: 24px;
    gap: 16px;
  }
}
.type-posts-listing #newsWrapper .news-item .text .title {
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration: none;
}
.type-posts-listing #newsWrapper .news-item .text time {
  display: none;
}
.type-posts-listing #newsWrapper .news-item .text .read-article {
  font-size: 1.25rem;
}
.type-posts-listing #newsWrapper .news-item .image {
  max-width: 330px;
  min-height: 444px;
  flex: 1;
}
@media (max-width: 767px) {
  .type-posts-listing #newsWrapper .news-item .image {
    flex: 1 1 100%;
    max-width: 100%;
    min-height: 100%;
  }
}
.type-posts-listing #newsWrapper .news-item .image img {
  height: 100%;
  object-fit: cover;
}
.type-posts-listing #newsWrapper .news-item:nth-child(odd) {
  background-color: #F5F9FE;
}
.type-posts-listing #newsWrapper .news-item:nth-child(odd) .text {
  padding-right: 64px;
}
@media (max-width: 767px) {
  .type-posts-listing #newsWrapper .news-item:nth-child(odd) .text {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.type-posts-listing #newsWrapper .news-item:nth-child(odd) .image {
  justify-self: flex-start;
}
.type-posts-listing #newsWrapper .news-item:nth-child(even) .text {
  padding-left: 40px;
  order: -1;
}
@media (max-width: 767px) {
  .type-posts-listing #newsWrapper .news-item:nth-child(even) .text {
    padding-right: 20px;
    padding-left: 20px;
    order: 0;
    background-color: #F5F9FE;
  }
}
.type-posts-listing #newsWrapper .news-item:nth-child(even) .image {
  justify-self: flex-end;
}

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

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

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

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

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