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

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

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

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

.buttons-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 40px;
}
.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: flex;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 767px) {
  #newsWrapper:not(.slick-inicialized) {
    gap: 30px;
  }
}

.type-posts-listing #newsWrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
}
.type-posts-listing #newsWrapper .news-item {
  display: grid;
  grid-template-columns: 500px 1fr;
  align-items: center;
  gap: 40px;
}
@media (max-width: 767px) {
  .type-posts-listing #newsWrapper .news-item {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
}
.type-posts-listing #newsWrapper .news-item .image {
  height: auto;
  border-radius: 12px;
  overflow: hidden;
}
.type-posts-listing #newsWrapper .news-item .image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}
@media (min-width: 768px) {
  .type-posts-listing #newsWrapper .news-item:nth-child(odd) {
    grid-template-columns: 1fr 500px;
  }
  .type-posts-listing #newsWrapper .news-item:nth-child(odd) .image {
    order: 2;
  }
  .type-posts-listing #newsWrapper .news-item:nth-child(odd) .text {
    order: 1;
  }
}

.type-index #newsWrapper {
  display: grid;
  gap: 40px;
}
.type-index #newsWrapper .news-item .image {
  aspect-ratio: 698/462;
}
@media (min-width: 768px) {
  .type-index #newsWrapper {
    grid-template-columns: 1fr 1fr;
  }
  .type-index #newsWrapper .news-item:first-of-type {
    grid-column: span 2;
    gap: 40px;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .type-index #newsWrapper .news-item:first-of-type .image,
  .type-index #newsWrapper .news-item:first-of-type .text {
    margin-bottom: 0;
  }
  .type-index #newsWrapper .news-item:first-of-type .text {
    align-self: center;
  }
  .type-index #newsWrapper .news-item:first-of-type .text .title {
    font-size: 3.4285714286rem;
    line-height: 1.25em;
  }
}

.type-category #newsWrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
}
.type-category #newsWrapper .text {
  display: flex;
  flex-direction: column-reverse;
}
.type-category #newsWrapper .text .title {
  font-size: 1.5714285714rem;
}

.next-prev {
  display: flex;
  justify-content: space-between;
  margin: 80px 0;
}
.next-prev.text-center {
  text-align: center;
}
.next-prev .btn.inline-block {
  gap: 12px;
  padding: 16px 32px;
  color: #595959;
  display: flex;
  align-items: center;
  border-color: currentColor;
}
.next-prev .btn.inline-block:hover {
  color: white;
  background-color: #595959;
}
.next-prev [data-testid=buttonNextArticle] {
  margin-left: auto;
}
.next-prev [data-testid=buttonNextArticle]::after {
  content: url(assets/ArrowRight_small.svg);
  line-height: 0;
  display: inline-block;
}
.next-prev [data-testid=buttonPreviousArticle]::before {
  content: url(assets/ArrowRight_small.svg);
  line-height: 0;
  display: inline-block;
  transform: rotate(180deg);
}
@media (max-width: 767px) {
  .next-prev {
    margin: 40px 0;
  }
  .next-prev .btn.inline-block {
    padding: 12px 20px;
  }
}

span.p-label {
  display: none;
}

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

.slick-track {
  display: flex !important;
  margin-left: 0;
  margin-right: 0;
}

.slick-slide {
  height: inherit !important;
}

.slick-arrow {
  font-size: 0;
  position: absolute;
  top: -76px;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  border: 1px solid #a3a3a3;
  border-radius: 10px;
  background-color: #fff;
  transition: all 0.15s ease-in-out;
}
.slick-arrow::before {
  content: url("assets/Chevron%20Right.svg");
  line-height: 0;
  display: block;
}
.slick-arrow:hover, .slick-arrow:focus {
  border-color: #ec0e26;
}
.slick-arrow.slick-prev {
  right: 44px;
}
.slick-arrow.slick-prev::before {
  transform: rotate(180deg);
}
.slick-arrow.slick-next {
  right: 0;
}
.slick-arrow.slick-disabled {
  opacity: 0.5;
}
.slick-arrow.slick-disabled:hover, .slick-arrow.slick-disabled:focus {
  border-color: #a3a3a3;
}

@media (max-width: 1530px) {
  .content-wrapper:has(.slick-arrow) {
    overflow: hidden;
  }
}
.flags-default,
.flags-extra {
  position: absolute;
  z-index: 1;
}

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

.products-block:not(.slick-initialized),
.products-inline.dkLabVisitedProducts:not(.slick-initialized) {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 40px;
}
.one-column-body .products-block:not(.slick-initialized),
.one-column-body .products-inline.dkLabVisitedProducts:not(.slick-initialized) {
  grid-template-columns: repeat(3, minmax(1px, 1fr));
}
@media (max-width: 1150px) {
  .one-column-body .products-block:not(.slick-initialized),
  .one-column-body .products-inline.dkLabVisitedProducts:not(.slick-initialized) {
    grid-template-columns: repeat(2, minmax(1px, 1fr));
    gap: 16px;
  }
}

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

.type-index .products-block:not(.slick-initialized) {
  gap: 30px;
}
.type-index .products-block:not(.slick-initialized) .product {
  flex: 0 0 auto;
}

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

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

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

.btn,
.next-step-back,
.rate-form-trigger,
.cp-button,
.chevron-after,
.login-btn,
.display-results-group,
.tabs-trigger {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: none;
  cursor: pointer;
  transition: all 0.15s ease-in-out;
}
.btn.hide,
.next-step-back.hide,
.rate-form-trigger.hide,
.cp-button.hide,
.chevron-after.hide,
.login-btn.hide,
.display-results-group.hide,
.tabs-trigger.hide {
  display: none;
}

.login-btn {
  justify-content: flex-start;
  border-radius: 6px;
  padding: 1em 1.2142857143em;
}
.login-btn strong {
  font-weight: 400;
}
.login-btn.facebook {
  background-color: #0677e8;
  color: #fff;
}
.login-btn.google {
  background-color: transparent;
  border: 1px solid #e5e1db;
  color: #373338;
}
.login-btn::before {
  display: block;
  line-height: 0;
  margin-right: 1.2142857143em;
}

.next-step-back {
  color: #595959;
  padding: 16px !important;
  border: 1px solid #595959;
  border-radius: 8px;
}
.next-step-back:hover {
  color: #fff;
  background-color: #595959;
}
@media (max-width: 767px) {
  .next-step-back {
    width: 100%;
  }
}

button {
  color: inherit;
}

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

.btn:not(.cart-count),
.extended-banner-link,
.rate-form-trigger,
.toggle-top-products,
.tabs-trigger,
.add-comment,
.hp-banner a {
  font-size: 1rem;
  padding: 1.4285714286em 2.2857142857em;
  line-height: 1em;
  transition: all 0.15s ease-in-out;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 320px) {
  .btn:not(.cart-count),
  .extended-banner-link,
  .rate-form-trigger,
  .toggle-top-products,
  .tabs-trigger,
  .add-comment,
  .hp-banner a {
    padding: 1.2em 2.4em;
    font-size: 0.8571428571rem;
  }
}

.product .btn-primary {
  border: 1px solid #ec0e26;
  background-color: #fff;
  color: #231f20;
  padding: 0.7142857143em 1.0714285714em;
}
.product .btn-primary:hover, .product .btn-primary:focus {
  background-color: #ec0e26;
}

.btn-secondary,
.btn-default,
.btn.inline-block,
.btn-primary.add-comment {
  border: 1px solid #ec0e26;
  background-color: #fff;
  color: #231f20;
}
.btn-secondary:hover, .btn-secondary:focus,
.btn-default:hover,
.btn-default:focus,
.btn.inline-block:hover,
.btn.inline-block:focus,
.btn-primary.add-comment:hover,
.btn-primary.add-comment:focus {
  background-color: #ec0e26;
  color: #fff;
}

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

.btn-primary,
.btn-conversion,
.extended-banner-link,
.rate-form-trigger,
.btn-cart,
.add-comment,
.hp-banner a {
  background-color: #ec0e26;
  color: #fff;
  border: 1px solid transparent;
}
.btn-primary:hover,
.btn-conversion:hover,
.extended-banner-link:hover,
.rate-form-trigger:hover,
.btn-cart:hover,
.add-comment:hover,
.hp-banner a:hover {
  background-color: #595959;
  color: #fff;
  border-color: #595959;
}

.btn.add-to-cart-button {
  gap: 12px;
  padding: 16px 32px;
}
.btn.add-to-cart-button::before {
  content: url(assets/cart-download.svg);
  line-height: 0;
  display: block;
  width: 24px;
  height: 24px;
}
@media (max-width: 767px) {
  .btn.add-to-cart-button {
    gap: 6px;
    padding: 8px 16px;
  }
}

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

.toggle-top-products {
  border: 1px solid #ec0e26;
  color: #231f20;
}

.client-center-box ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
}
.client-center-box ul li {
  margin-bottom: 10px;
}
.client-center-box ul li a:not(.btn) {
  line-height: 1.7142857143em;
  color: #231f20;
}
.client-center-box ul li a:not(.btn):hover, .client-center-box ul li a:not(.btn):focus {
  text-decoration: underline;
}
.client-center-box ul li:has(a[href="/klient/klient-doklady/"]), .client-center-box ul li:has(a[href="/klient/klientske-proforma-faktury/"]), .client-center-box ul li:has(a[href="/klient/klientske-dobropisy/"]), .client-center-box ul li:has(a[href="/klient/dodaci-listy-klienta/"]), .client-center-box ul li:has(a[href="/klient/danove-doklady-platba/"]), .client-center-box ul li:has(a[href="/klient-slevy/"]) {
  display: none;
}
.client-center-box ul li a.btn.btn-xs.btn-primary {
  background-color: #494949;
}
.client-center-box ul .logout {
  order: 1;
}

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

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

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

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

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

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

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

.msg-error {
  color: #b41111;
}

.msg-warning {
  color: #ec0e26;
}

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

.admin-bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: grey;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 300;
}
.admin-bar a {
  color: inherit;
}
.admin-bar {
  font-size: 12px;
}
.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;
}

.customer-page table.table {
  width: 100%;
}
.customer-page thead {
  background-color: #ec0e26;
  color: white;
}
.customer-page .table td,
.customer-page .table th {
  padding: 10px;
}
.customer-page .pagination-wrapper {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .customer-page .table-mobile-enriched th,
  .customer-page .table-mobile-enriched thead {
    display: none;
  }
  .customer-page .table-mobile-enriched .client-table-heading {
    display: block;
    flex-shrink: 0;
    width: clamp(min(22ch, 45%), 40%, 200px);
  }
  .customer-page .table-mobile-enriched td {
    display: flex;
    gap: 0 10px;
    padding: 3px 0;
  }
  .customer-page .table-mobile-enriched .client-table-font {
    border-bottom: 1px solid #ec0e26;
  }
}
@media (max-width: 767px) {
  h1,
  .h1 {
    font-size: 2.8571428571rem;
  }
  h2,
  .h2,
  .h4,
  .cart-inner h4,
  .welcome-wrapper h1 {
    font-size: 2.5714285714rem;
  }
  h3,
  .h3,
  .instagram-header.h3,
  .hp-video h3 {
    font-size: 2.2857142857rem;
  }
  .admin-bar {
    display: none;
  }
  .admin-logged .overall-wrapper {
    padding-top: 0;
  }
  .site-msg.information {
    display: none;
    font-size: 0.8571428571rem;
  }
}
.benefitBanner {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(329px, 1fr));
  gap: 40px;
  max-width: calc(1440px + 4rem);
  padding-left: 2rem;
  padding-right: 2rem;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 374px) {
  .benefitBanner {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
}
@media (max-width: 767px) {
  .benefitBanner {
    gap: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.benefitBanner__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
}

.benefitBanner__content {
  display: flex;
  flex-direction: column;
}

.benefitBanner__title {
  font-size: 2rem;
  line-height: 1.25em;
  font-weight: 600;
  margin-bottom: auto;
  text-align: center;
}
.benefitBanner__title span {
  color: #ec0e26;
  display: block;
}
@media (max-width: 767px) {
  .benefitBanner__title {
    font-size: 1.7142857143rem;
    margin-bottom: 0;
    max-width: 167px;
  }
}

.benefitBanner__picture {
  flex-shrink: 0;
}
.benefitBanner__picture img {
  display: block;
  max-width: 180px;
}
@media (max-width: 767px) {
  .benefitBanner__picture {
    max-width: 167px;
    flex-shrink: 0;
    margin: 0;
  }
  .benefitBanner__picture img {
    max-width: 100%;
  }
}

.benefitBanner__data {
  color: #494949;
}

.plus-gallery-wrap {
  margin-top: 0.5625rem;
  margin-bottom: 0.5625rem;
  text-align: center;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-items: center;
  align-items: center;
  gap: 20px;
}
.plus-gallery-wrap .plus-gallery-item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100% !important;
  width: 100% !important;
}
.plus-gallery-wrap .plus-gallery-item a {
  height: 100%;
  width: 100%;
}
.plus-gallery-wrap .plus-gallery-item a img {
  width: 100%;
}

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

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

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

.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 .sidebar {
  flex-basis: 365px;
  padding: 30px 20px;
  background-color: #fff;
  border-radius: 5px;
}
@media (max-width: 991px) {
  .customer-page .sidebar {
    display: block !important;
    padding: 0;
    flex: unset;
    width: 100%;
  }
}

.xyDiscount__banner {
  background-color: #fdf3f4;
  border: 1px solid #fbcfb5;
  border-radius: 5px;
  padding: 24px;
  color: var(--xy-discount-banner-color);
  display: flex;
  gap: 16px;
  align-items: center;
}
.xyDiscount__banner .icon-gift::before {
  display: block;
  width: 24px;
  height: 24px;
  line-height: 0;
}
.xyDiscount__banner p {
  margin-top: 0;
}
.xyDiscount__banner p:last-child {
  margin-bottom: 0;
}

.in-dekujeme table {
  width: 100%;
}
.in-dekujeme table th {
  padding: 10px;
}

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

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

.login-window-visible .popup-widget.login-widget {
  display: flex;
}

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

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

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

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

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

.popup-widget {
  position: absolute;
  right: 0;
  z-index: 1011;
  padding: 50px;
  background-color: #fff;
  top: 90px;
  border-radius: 8px;
}
.popup-widget h2 {
  font-size: 2.2857142857rem;
  margin: 0 0 0.625em;
}
.popup-widget.cart-widget {
  overflow-y: auto;
  max-width: 435px;
  max-height: calc(100vh - 128px);
  padding-bottom: 90px;
}
.popup-widget input[type=email] {
  padding-left: 10px;
  background-image: none;
}
@media (min-width: 768px) {
  .popup-widget {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 767px) {
  .popup-widget {
    width: 100vw;
    justify-content: center;
    border-radius: 0;
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
  }
}

.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;
}
.cart-widget-inner .popup-cart-summary {
  order: 2;
}
.cart-widget-inner .cart-widget-button {
  order: 3;
}
.cart-widget-inner .cart-free-shipping {
  order: 4;
  color: #54bf00;
}
.cart-widget-inner .cart-free-shipping .free-shipping-strong {
  color: #54bf00;
  font-weight: 400;
}

.cart-widget-product {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px 16px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #adacad;
}
.cart-widget-product .cart-widget-product-image {
  order: 1;
  flex: 0 1 60px;
}
.cart-widget-product .cart-widget-product-image img {
  border-radius: 5px;
}
.cart-widget-product .cart-widget-product-name {
  order: 2;
  flex: 1 1 calc(100% - 60px - 16px);
}
.cart-widget-product .cart-widget-product-price {
  order: 3;
  margin-right: auto;
  font-weight: 700;
}
.cart-widget-product .cart-widget-product-amount {
  order: 4;
}
.cart-widget-product .cart-widget-product-delete {
  order: 5;
}
.cart-widget-product .cart-widget-product-delete button::before {
  display: inline-block;
  line-height: 0;
}
.cart-widget-product .cart-widget-product-unit {
  display: none;
}
.cart-widget-product .cart-widget-product-variant {
  display: block;
  font-size: 0.8571428571rem;
}
.cart-widget-product .cart-widget-product-single-price {
  font-size: 0.8571428571rem;
  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: 1.1428571429rem;
}

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

.cart-widget > .cart-widget-button {
  display: none;
}

.cart-widget-button {
  margin-bottom: 20px;
}
.cart-widget-button .btn.btn-conversion {
  display: block;
  text-align: center;
}

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

@media (max-width: 991px) {
  .popup-widget {
    top: 136px;
  }
  .popup-widget.cart-widget {
    max-height: calc(100vh - 136px);
  }
}
@media (max-width: 767px) {
  .popup-widget {
    padding: 30px 20px;
    top: 140px;
  }
  .popup-widget.cart-widget {
    max-height: calc(100vh - 140px);
  }
  .admin-logged .popup-widget {
    top: 92px;
  }
}
.footer-bottom-wrapper {
  padding: 20px 0;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 0.8571428571rem;
}
.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;
}
@media (max-width: 767px) {
  .footer-bottom {
    flex-direction: column;
    align-items: center;
  }
}

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

.custom-footer {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-grow: 1;
  gap: 20px 40px;
}
.custom-footer > div {
  flex: 1 1 270px;
  position: relative;
}
.custom-footer .news-item-widget h5 {
  margin: 0;
  font-weight: 400;
  font-size: 1.4285714286rem;
  line-height: normal;
  padding: 8px 0;
}
.custom-footer .news-item-widget:not(:last-child) {
  border-bottom: 1px solid #ccc;
}
.custom-footer .news-item-widget time {
  display: none;
}

.custom-footer__articles {
  width: 100%;
  display: flex;
  justify-content: center;
  flex: unset !important;
}
.custom-footer__articles h4,
.custom-footer__articles h3 {
  display: none !important;
}
.custom-footer__articles ul {
  display: flex;
  gap: 24px;
}
.custom-footer__articles ul li {
  border: none !important;
  font-size: 1rem !important;
  padding: 8px !important;
}
@media (max-width: 767px) {
  .custom-footer__articles {
    justify-content: start;
  }
  .custom-footer__articles ul {
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  .footer-rows {
    flex-direction: column;
  }
  .footer-bottom {
    text-align: center;
  }
  .footer-bottom #signature {
    align-items: center;
    justify-content: center;
  }
}
.footer-rows .tel,
.footer-rows .mail {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 1.4285714286rem;
  text-decoration: underline;
  color: #ec0e26;
  font-weight: 300;
}
.footer-rows .tel:before,
.footer-rows .mail:before {
  display: block;
  width: 24px;
  height: 24px;
}

.tel:before {
  content: url(assets/Phone.svg);
}
.tel + span {
  font-size: 1.1428571429rem;
  line-height: normal;
}

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

.custom-footer__banner16 li {
  border-bottom: none !important;
}
.custom-footer__banner16 address {
  font-style: normal;
  font-size: 1.1428571429rem;
}

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: 30px;
  display: inline-block;
  line-height: 1.7142857143em;
}
input[type=checkbox] + label::before {
  content: "";
  width: 24px;
  height: 24px;
  border: 1px solid #c2c1c2;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
input[type=checkbox] + label.disabled {
  opacity: 0.5;
}

input[type=checkbox]:checked + label::before {
  background: var(--surface-surface-brand, rgba(236, 14, 38, 0.42));
}
input[type=checkbox]:checked + label::after {
  content: url(assets/Check.svg);
  display: block;
  line-height: 0;
  width: 14px;
  height: 15px;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}

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

input[type=radio]:checked + label::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #ec0e26;
  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 #c2c1c2;
  font-size: 1.1428571429rem;
  line-height: 1.5em;
  width: 100%;
  color: #231f20;
  background-color: #fff;
  font-family: "nunito-sans", sans-serif;
  padding: 0.6875em 0.5em;
  border-radius: 8px;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=password]::placeholder,
input[type=tel]::placeholder,
input[type=search]::placeholder,
input[type=number]::placeholder,
textarea::placeholder,
select::placeholder {
  font-size: inherit;
  opacity: 1;
  color: inherit;
  font-family: inherit;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=search]:focus,
input[type=number]:focus,
textarea:focus,
select:focus {
  outline-color: #ec0e26;
}

textarea {
  border-radius: 8px;
}

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

.custom-footer__newsletter input[type=email] {
  padding-left: 20px;
  background-repeat: no-repeat;
  background-position: 10px center;
}

input[type=submit] {
  border: none;
  box-shadow: none;
  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;
}

.consents-first {
  margin-top: 32px;
}

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

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

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

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

#register-form {
  max-width: 900px;
}
#register-form .btn.btn-secondary {
  background-color: #ec0e26;
  color: #fff;
}
#register-form .btn.btn-secondary:hover {
  background-color: #231f20;
  color: #fff;
}

.ao-top .h1 {
  margin: -20px -20px 0;
  font-size: 1.4285714286rem;
  background-color: #fcfcfc;
  color: #ec0e26;
  padding: 0.8em;
  display: flex;
  align-items: center;
  gap: 0.8em;
}
.ao-top .h1::before {
  display: block;
  width: 24px;
  height: 24px;
  line-height: 0;
}

.advancedOrder__buttons {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 16px;
}
.advancedOrder__buttons .btn {
  max-height: 40px;
}

.ao-product {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 0 16px;
  background-color: #fcfcfc;
  border: 1px solid #e9e9e9;
  border-radius: 8px;
  margin: 40px 0 16px;
}
.ao-product .ao-image {
  order: 1;
  flex: 0 0 100px;
  max-width: 100px;
}
.ao-product .ao-name {
  margin-right: auto;
  order: 2;
  display: flex;
  align-items: center;
  gap: 24px;
}
.ao-product .ao-name .h3 {
  margin: 0;
  font-size: 1.4285714286rem;
  display: block;
  text-decoration: none;
  transform: initial;
}
.ao-product .ao-name .main-link-variant {
  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.2857142857rem;
  }
  .ao-product .ao-quantity,
  .ao-product .ao-price {
    flex-grow: 1;
  }
  .ao-product .quantity {
    justify-content: center;
  }
}

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

.advanced-order .extras-wrap {
  margin: 0;
  padding: 0 0 24px;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #e9e9e9;
}
.advanced-order .extras-wrap .btn.btn-conversion::before {
  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.7142857143em;
  border: 1px solid #ec0e26;
  padding: 0.5714285714em 1.7142857143em;
  border-radius: 9999px;
  line-height: 1.5714285714em;
}
.advanced-order .products-block {
  margin: 0;
}
.advanced-order .browse-p {
  display: none;
}
.advanced-order #products .p-desc {
  display: none;
}

.advanced-order-suggestion {
  margin: 24px 0;
  text-align: center;
  font-size: 2rem;
  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.4285714286rem;
  }
}
#cboxOverlay.siteAgreement {
  z-index: 1005;
}

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

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

#cboxWrapper {
  max-width: none;
}

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

#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left;
}

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

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

#cboxTitle {
  margin: 0;
}

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

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

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

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

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

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

#cboxContent {
  background: #fff;
}

.cboxIframe {
  background: #fff;
}

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

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

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

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

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

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

#cboxClose {
  position: absolute;
  top: 16px;
  right: 16px;
  font-size: 0;
  width: 24px;
  height: 24px;
  text-indent: 0;
}
#cboxClose::before {
  content: url(assets/Cross.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 #231f20;
  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);
}

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

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

.slider-wrapper {
  display: flex;
  align-items: center;
  max-width: 700px;
  width: 100%;
  border: none;
  border-radius: 140px;
  background: #f0f0f0;
  padding: 20px 40px;
  gap: 24px;
  position: relative;
  margin-bottom: 32px !important;
}
.slider-wrapper h4 {
  margin: 0 !important;
}
.slider-wrapper h4:after {
  display: none !important;
}
.slider-wrapper .slider-header {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  gap: 10px;
  font-size: 1.1428571429rem;
}
.slider-wrapper .slider-content {
  height: 12px;
  margin-bottom: 20px;
  padding: 0 10px;
  position: absolute;
  margin-left: 150px;
  top: 50%;
  transform: translateY(-50%);
  width: calc(100% - 310px);
}
.slider-wrapper .ui-slider {
  height: 12px;
  position: relative;
  background-color: #cacaca;
  border-radius: 50px;
}
.slider-wrapper .ui-slider::before {
  height: 12px;
}
.slider-wrapper .ui-slider-range {
  position: absolute;
  top: 0;
  height: 100%;
  background-color: #ec0e26;
}
.slider-wrapper .ui-slider-handle {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: -10px;
  top: -7px;
  cursor: pointer;
}
.slider-wrapper .ui-slider-handle::before {
  content: url("data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"30\" height=\"31\" viewBox=\"0 0 30 31\" fill=\"none\"><path d=\"M4 17.7827C4 11.7076 8.92487 6.78271 15 6.78271H20.9231C23.727 6.78271 26 9.05573 26 11.8596V23.7058C26 26.5097 23.727 28.7827 20.9231 28.7827H15C8.92487 28.7827 4 23.8578 4 17.7827Z\" fill=\"%23AE0214\"/></svg>");
  display: inline-block;
  width: 30px;
  height: 30px;
}
.slider-wrapper .ui-slider-handle:first-of-type {
  top: -2px;
}
.slider-wrapper .ui-slider-handle:first-of-type::before {
  transform: rotate(180deg);
}
.slider-wrapper .ui-slider-handle::after {
  display: none;
}
@media (max-width: 767px) {
  .slider-wrapper {
    flex-direction: column;
    align-items: stretch;
    padding: 20px;
    border-radius: 8px;
  }
  .slider-wrapper .slider-content {
    font-size: 1rem;
  }
  .slider-wrapper .slider-content {
    bottom: 0;
    width: calc(100% - 190px);
    top: unset;
    margin-left: 76px;
  }
}

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

#category-filter-hover {
  display: none;
}

.btn.show-category-filter {
  border: none;
  background-color: transparent;
  color: #595959;
  padding: 0;
}
.btn.show-category-filter:before {
  content: url(assets/ArrowRight_small.svg);
  display: inline-block;
  margin-right: 8px;
  width: 24px;
  height: 24px;
  transform: rotate(90deg);
}

.btn.close-category-filter {
  display: flex;
  margin: 0 auto;
  border-color: #595959;
  color: #595959;
}
.btn.close-category-filter:hover {
  background-color: #595959;
  color: #fff;
}

.param-filter-top {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.banner-category {
  padding: 0;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
.banner-category a {
  display: block;
  height: 100%;
  width: 100%;
}
.banner-category a .extended-banner-texts {
  position: absolute;
  bottom: 40px;
  left: 40px;
  right: 40px;
  z-index: 2;
}
.banner-category a .extended-banner-texts .extended-banner-title {
  color: #f5f4f4;
  max-width: 295px;
  font-size: 2.2857142857rem;
  font-weight: 600;
  line-height: 1.25em;
  margin-right: auto;
}
.banner-category a .extended-banner-texts .extended-banner-link {
  max-width: fit-content;
}
.banner-category a img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease, filter 0.5s ease;
}
.banner-category a:hover img {
  filter: brightness(0.8);
  transform: scale(1.1) translate(20px, -10px);
  transition: transform 0.5s ease, filter 0.5s ease;
}
@media (max-width: 767px) {
  .banner-category {
    max-height: 300px;
  }
  .banner-category .extended-banner-title {
    text-align: center;
    margin-left: auto;
  }
  .banner-category .extended-banner-link {
    margin: 0 auto;
  }
  .banner-category a img {
    object-fit: cover;
    object-position: center;
    height: 100%;
  }
}
@media (max-width: 374px) {
  .banner-category {
    max-height: unset;
  }
}

.more-info-button {
  margin-top: 20px;
  max-width: fit-content;
  border-color: #595959;
  color: #595959;
}
.more-info-button:hover {
  color: white;
  background-color: #595959;
}

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

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

.link-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
}
@media (max-width: 767px) {
  .link-icons {
    justify-content: center;
  }
}

.link-icon {
  font-size: 0.8571428571rem;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  gap: 10px;
}
.link-icon::before {
  display: block;
  line-height: 0;
}
.link-icon.share::before {
  content: url(assets/Share.svg);
}
.link-icon.print::before {
  content: url(assets/Print.svg);
}
.link-icon.chat::before {
  content: url("assets/chat%20bubble_outline.svg");
}

.advanced-parameter {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  margin-right: 10px;
  max-width: 100px;
  text-align: center;
}
.advanced-parameter .variant-tooltip {
  font-size: 0.8571428571rem;
  font-weight: 700;
  color: #231f20;
}
.advanced-parameter .advanced-parameter-inner {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 8px;
  overflow: hidden;
}
.advanced-parameter .advanced-parameter-inner.yes-before {
  border: 2px solid #231f20;
}
.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 #ec0e26;
}
.advanced-parameter .param-info {
  font-size: 0.8571428571rem;
}
.advanced-parameter .parameter-value {
  display: none;
}

#productDiscussion:target,
#ratingTab:target {
  scroll-margin-top: 80px;
}

#ratingTab .listingControls {
  margin-top: 40px;
}
#ratingTab #ratingsList {
  margin-bottom: 20px;
}

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

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

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

.shp-tab-link {
  font-size: 1.4285714286rem;
  font-weight: 300;
  line-height: 1.2em;
  padding: 0.4em 1.2em;
  border: 1px solid #ccc;
  border-radius: 50px;
  color: #231f20;
  text-decoration: none;
  display: inline-block;
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}

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

.shp-tab.active .shp-tab-link,
.shp-tab-link:hover,
.shp-tab-link:focus {
  border-color: #ec0e26;
  background-color: #ec0e26;
  color: #fff;
}

.fade.in {
  opacity: 1;
}

.tab-content > .active {
  display: block;
}

.tab-content {
  max-width: 946px;
  margin: 0 auto;
}

.description-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-wrap: wrap;
  font-size: 1.4285714286rem;
  font-weight: 300;
}
.description-inner .basic-description p {
  color: #616161;
  margin-bottom: 56px;
}
@media (max-width: 767px) {
  .description-inner .basic-description p {
    margin-bottom: 24px;
  }
}
.description-inner .basic-description > h3:first-child {
  margin-top: 0;
  font-size: 3.4285714286rem;
}
@media (min-width: 768px) {
  .description-inner .basic-description > h3:first-child {
    text-align: center;
  }
}
.description-inner .basic-description ul {
  padding-left: 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 56px;
}
.description-inner .basic-description ul ::marker {
  color: var(--surface-surface-brand, rgba(236, 14, 38, 0.42)) !important;
}
@media (max-width: 767px) {
  .description-inner .basic-description ul {
    margin-bottom: 24px;
  }
}
@media (max-width: 1400px) {
  .description-inner .basic-description {
    padding: 0 50px;
  }
}
.description-inner .extended-description {
  width: 100%;
}
.description-inner .extended-description .detail-parameters {
  display: block;
}
.description-inner .extended-description .detail-parameters tbody,
.description-inner .extended-description .detail-parameters thead {
  width: 100%;
  display: block;
}
.description-inner .extended-description .detail-parameters tr {
  display: flex;
}
.description-inner .extended-description .detail-parameters tr td,
.description-inner .extended-description .detail-parameters tr th {
  flex-grow: 1;
  font-weight: 400;
}
.description-inner .extended-description .detail-parameters tr {
  font-size: 1.1428571429rem;
}
.description-inner .extended-description .detail-parameters thead th {
  text-transform: initial;
  font-size: 1.7142857143rem;
  line-height: 1em;
  margin: 0;
  padding: 0.3333333333em 1em 0.6666666667em;
  font-weight: 700;
}
@media (max-width: 767px) {
  .description-inner .extended-description .detail-parameters thead th {
    font-size: 1.4285714286rem;
  }
}
.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: 1400px) {
  .description-inner .extended-description {
    padding: 0 50px;
  }
}
@media (max-width: 767px) {
  .description-inner .basic-description {
    padding: 0;
  }
  .description-inner .basic-description > h3:first-child,
  .description-inner .extended-description > h3:first-child {
    font-size: 2.5714285714rem;
  }
  .description-inner .extended-description {
    padding: 0;
  }
  .description-inner .extended-description table {
    margin-top: 0;
  }
}

.p-detail-tabs-wrapper .responsive-nav {
  position: sticky;
  top: 0;
  margin-bottom: 30px;
  z-index: 3;
  padding: 10px 0;
}
@media (max-width: 767px) {
  .p-detail-tabs-wrapper .responsive-nav {
    margin: 0 -20px 20px;
  }
  .p-detail-tabs-wrapper .responsive-nav .shp-tabs {
    padding: 0 20px;
    justify-content: start;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .p-detail-tabs-wrapper .responsive-nav .shp-tabs::-webkit-scrollbar {
    display: none;
  }
}

.extended-description table {
  width: 100%;
}
.extended-description table tr:nth-child(even) {
  background-color: #efefef;
}
.extended-description table td,
.extended-description table th {
  padding: 8px 24px;
}
.extended-description table th + td {
  text-align: right;
  color: #616161;
}
.extended-description table a {
  color: inherit;
  text-decoration: none;
}
.extended-description table thead {
  border-bottom: 1px solid var(--border-border-brand, #a3a3a3);
}

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

.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;
}
@media (max-width: 767px) {
  .rate-average-wrap {
    border-bottom: 1px solid #ccc;
  }
}

.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;
}
@media (max-width: 767px) {
  .rate-average-inner {
    margin-top: 32px;
    gap: 24px;
    padding-bottom: 24px;
  }
}
.rate-average-inner .stars {
  justify-content: center;
  gap: 8px;
}
.rate-average-inner .rate-average {
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.1428571429em;
  display: flex;
  align-items: center;
  color: #ec0e26;
}
.rate-average-inner .rate-average::after {
  content: "z 5";
  font-size: 1.1428571429rem;
  margin-left: 0.6em;
  color: #616161;
}
@media (max-width: 767px) {
  .rate-average-inner .rate-average {
    font-size: 2.8571428571rem;
  }
}

.rate-list {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 10px;
}
.rate-list .stars a.star-off,
.rate-list .stars span.star-off {
  opacity: 1;
}

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

.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: 16px;
  border-bottom: 1px solid #e9e9e9;
}
.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.7142857143rem;
  line-height: 1.25em;
  display: block;
}
.vote-wrap .votes-wrap {
  width: 100%;
}
.vote-wrap .vote-pic {
  position: relative;
  min-width: 80px;
  height: 80px;
  display: block;
}
.vote-wrap .vote-pic img {
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
}
.vote-wrap .vote-pic::before {
  display: block;
  position: absolute;
  top: 60%;
  left: 45%;
  transform: translate(-50%, -50%);
}
.vote-wrap .vote-rating {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
.vote-wrap .vote-content {
  font-size: 1.4285714286rem;
  line-height: 1.7142857143em;
  padding-left: 112px;
}
.vote-wrap .vote-content #discussion-form {
  margin-top: 24px;
}
.vote-wrap .vote-summary {
  display: flex;
  flex-direction: column-reverse;
}
.vote-wrap .vote-summary::after {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}
.vote-wrap .btn-primary.add-comment {
  margin-top: 16px;
  border-color: #595959;
  color: #595959;
}
@media (max-width: 767px) {
  .vote-wrap {
    flex-direction: column;
  }
  .vote-wrap::before {
    display: none;
  }
}

.add-comment {
  max-width: fit-content;
}

#ratingsList .vote-delimeter,
#ratingsList .vote-time {
  display: none;
}
#ratingsList .vote-wrap {
  padding: 56px;
  border-radius: 20px;
  border: 1px solid #ccc;
  flex-direction: row;
  column-gap: 24px;
}
@media (max-width: 767px) {
  #ratingsList .vote-wrap {
    padding: 32px;
    border-radius: 8px;
  }
  #ratingsList .vote-wrap .stars {
    gap: 8px;
  }
}
#ratingsList .vote-wrap .vote-rating {
  margin-bottom: 0;
  width: 100%;
}
#ratingsList .vote-wrap .vote-pic {
  width: 56px;
  height: 56px;
  min-width: 56px;
}
#ratingsList .vote-wrap .vote-initials {
  z-index: 0;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  text-align: center;
  text-transform: uppercase;
  background-clip: padding-box;
  background-color: #efefef !important;
  font-size: 1.7142857143rem;
  line-height: normal;
  font-weight: 700;
}
#ratingsList .vote-wrap .vote-name {
  font-weight: 700;
  font-size: 1.7142857143rem;
  display: flex;
  align-items: center;
}
#ratingsList .vote-wrap .vote-name span {
  line-height: normal;
}
#ratingsList .vote-content {
  padding-left: 0;
  width: 100%;
}
#ratingsList .vote-header,
#ratingsList .vote-summary {
  display: contents;
}
#ratingsList .vote-pic,
#ratingsList .vote-name {
  max-width: fit-content;
  order: 1;
}

.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: var(--Container-background, rgba(255, 255, 255, 0.6));
  backdrop-filter: blur(10px);
  transition: all 0.15s ease-in-out;
}
.thumbnail-prev::before,
.thumbnail-next::before {
  content: url("assets/Chevron%20Right.svg");
  line-height: 0;
  display: block;
  width: 24px;
  height: 24px;
}
@media (max-width: 767px) {
  .thumbnail-prev,
  .thumbnail-next {
    width: 36px;
    height: 36px;
  }
}

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

.p-thumbnails-wrapper {
  width: 100%;
  flex: unset;
}

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

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

.thumbnail-prev {
  left: 0;
}

.thumbnail-next {
  right: 0;
}

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

.p-thumbnail {
  margin-right: 24px;
}
[data-testid=tabAlternativeProducts] {
  order: 1;
}

.p-gifts-wrapper .p-gifts-heading {
  font-weight: 700;
  margin-bottom: 0.7142857143em;
}
.p-gifts-wrapper .p-gift {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 10px;
}
.p-gifts-wrapper .p-gift-name a {
  text-decoration: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.25em;
}
.p-gifts-wrapper .p-gift-name span {
  display: block;
  font-weight: 700;
  color: #9bd200;
}
.p-gifts-wrapper .p-gift-image {
  flex: 0 0 56px;
  max-width: 56px;
  border: 1px solid #ebf6cc;
  border-radius: 8px;
  overflow: hidden;
}
.p-gifts-wrapper .p-gift-image img {
  display: block;
}

.p-info-wrapper .social-buttons:not(.no-display) {
  display: flex;
  gap: 8px;
  padding: 8px 16px;
  border: 1px solid #e9e9e9;
  border-radius: 999em;
}
.p-info-wrapper .social-buttons:not(.no-display) .social-buttons .fb_iframe_widget iframe {
  border-radius: 9999px;
}

.social-buttons .copy-link.btn {
  font-size: 0.9285714286rem;
  padding: 4px 8px;
  white-space: nowrap;
  font-weight: 400;
  background: #ec0e26;
  font-family: Helvetica, Arial, sans-serif;
  line-height: 1;
  color: #fff;
}

.social-buttons-wrapper:has(.social-buttons:not(.no-display)) {
  margin-bottom: 50px;
}
.social-buttons-wrapper:has(.social-buttons:not(.no-display)) .link-icon.share {
  color: #ec0e26;
}

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

@media (max-width: 767px) {
  .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;
  }
  .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: #f3f3f3;
  border: 1px solid #e9e9e9;
  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: #f3f3f3;
  border: 1px solid #e9e9e9;
  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 #e9e9e9;
}
#discussionWrapper > .votes-wrap.discussion .add-comment {
  margin-top: 10px;
}
#discussionWrapper > .votes-wrap.discussion .add-comment:hover, #discussionWrapper > .votes-wrap.discussion .add-comment:focus {
  color: #fff;
}
#discussionWrapper .vote-rating {
  margin-bottom: 0;
  gap: 0;
}
#discussionWrapper .vote-name {
  font-size: 1.4285714286rem;
  line-height: 1.2em;
  margin-bottom: 0;
}
#discussionWrapper .vote-title {
  font-size: 1.7142857143rem;
  font-weight: 700;
  width: 100%;
}
#discussionWrapper .vote-time {
  font-size: 1.4285714286rem;
  line-height: 1.2em;
  display: block;
  padding-left: 8px;
  border-left: 1px solid #231f20;
}
#discussionWrapper .vote-pic {
  display: block;
}
#discussionWrapper .vote-header {
  display: flex;
  align-items: center;
  gap: 32px;
  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: 80px;
  height: 80px;
  border-radius: 50%;
  text-align: center;
  text-transform: uppercase;
  background-clip: padding-box;
  color: #fff;
  background-color: #595959 !important;
  font-size: 2.2857142857rem;
  line-height: 1.25em;
  font-weight: 600;
}
#discussionWrapper .vote-pic {
  position: relative;
  min-width: 80px;
  height: 80px;
  display: block;
}
#discussionWrapper .vote-pic img {
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
}
#discussionWrapper .vote-pic::before {
  display: block;
  position: absolute;
  top: 60%;
  left: 45%;
  transform: translate(-50%, -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 {
    font-size: 1.7142857143rem;
  }
  #discussionWrapper .vote-wrap {
    padding: 0 0 40px;
  }
  #discussionWrapper .vote-header {
    gap: 24px;
  }
  #discussionWrapper .vote-wrap .vote-content {
    padding-left: 104px;
  }
}
.watchdog-row {
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.watchdog-row .form-control.inline-block {
  width: auto;
}

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

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

.calculator-wrapper {
  border-radius: 20px;
  border: 1px solid #ebebeb;
  padding: 30px;
  order: 8;
  margin-bottom: 20px;
}
.calculator-wrapper .calculator-block-button,
.calculator-wrapper .add-dimension-button {
  border-radius: 8px;
  background: #ec0e26;
  padding: 8px 12px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #fff;
  font-size: 0.9285714286rem;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  max-width: fit-content;
}
.calculator-wrapper .calculator-block-button:before,
.calculator-wrapper .add-dimension-button:before {
  display: inline-block;
  line-height: 0;
  margin-right: 8px;
}
.calculator-wrapper .calculator-block-button:hover,
.calculator-wrapper .add-dimension-button:hover {
  background-color: #595959;
}
.calculator-wrapper .calculator-block-button:before {
  content: url(assets/Calculator.svg);
}
.calculator-wrapper .add-dimension-button:before {
  content: url(assets/Plus-small.svg);
}
.calculator-wrapper .calculator-products-block {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.calculator-wrapper .dimensions-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.calculator-wrapper .dimensions-container .dimension-row {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media (max-width: 575px) {
  .calculator-wrapper .dimensions-container .dimension-row {
    display: grid;
    grid-template-columns: repeat(2, auto);
    gap: 24px auto;
  }
}
.calculator-wrapper .dimensions-container .input-with-icon {
  display: flex;
  gap: 24px;
  align-items: center;
}
.calculator-wrapper .dimensions-container .input-with-icon input {
  width: 90px;
  text-align: center;
  font-size: 1.2857142857rem;
  color: #595959;
  padding: 7px 20px;
}
@media (max-width: 575px) {
  .calculator-wrapper .dimensions-container .input-with-icon {
    grid-column: 1/2;
  }
}
@media (max-width: 575px) {
  .calculator-wrapper .dimensions-container .calculator-result {
    grid-column: 1/2;
  }
}
.calculator-wrapper .remove-dimension-button {
  background: none;
  border: none;
  width: 24px;
  height: 24px;
  cursor: pointer;
  position: relative;
  margin-left: auto;
}
@media (max-width: 767px) {
  .calculator-wrapper .remove-dimension-button {
    grid-column: 2/3;
    grid-row: 2/3;
  }
}
.calculator-wrapper .remove-dimension-button::before {
  content: url("assets/delete%20outline.svg");
  position: absolute;
  top: 0;
  left: 0;
}
.calculator-wrapper .calculator-buy-button {
  max-width: fit-content;
}
.calculator-wrapper .calculator-total-price {
  font-weight: 600;
  font-size: 2.2857142857rem;
  line-height: 1.25em;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .calculator-wrapper .calculator-total-price {
    font-size: 1.7142857143rem;
  }
}
.calculator-wrapper .calculator-packages {
  font-size: 1.1428571429rem;
  line-height: normal;
  white-space: nowrap;
  margin-top: -20px;
}
.calculator-wrapper .calculator-total-extra {
  margin-top: -20px;
}

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

.cart-inner h4 {
  font-size: 3.4285714286rem;
  margin: 0 0 0.6666666667em;
  border-bottom: 1px solid #595959;
  padding-bottom: 0.6666666667em;
  font-weight: 600;
}
@media (max-width: 767px) {
  .cart-inner h4 {
    font-size: 1.7142857143rem;
  }
}

.co-contact-information h4 {
  margin-bottom: 16px;
  padding-bottom: 16px;
}

h4.header-billing {
  padding-bottom: 16px;
}

.cart-header-wrapper {
  padding: 8px 2rem 0;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cart-header-wrapper {
    padding: 27px 20px 0;
  }
}

.cart-header {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0 auto;
  text-align: center;
  position: relative;
  gap: 64px;
}
.cart-header strong {
  font-weight: 400;
}
.cart-header::after, .cart-header:before {
  content: url(assets/ArrowRight-black.svg);
  width: 24px;
  height: 24px;
  display: block;
  line-height: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.cart-header:before {
  left: 155px;
}
@media screen and (max-width: 900px) {
  .cart-header:before {
    left: 26%;
  }
}
@media (min-width: 751px) and (max-width: 900px) {
  .cart-header:before {
    left: 125px;
  }
}
@media (min-width: 650px) and (max-width: 750px) {
  .cart-header:before {
    left: 20%;
  }
}
@media (min-width: 525px) and (max-width: 750px) {
  .cart-header:before {
    left: 125px;
  }
}
.cart-header::after {
  left: 375px;
}
@media screen and (max-width: 900px) {
  .cart-header::after {
    left: 65%;
  }
}
@media (min-width: 751px) and (max-width: 900px) {
  .cart-header::after {
    left: 315px;
  }
}
@media (min-width: 650px) and (max-width: 750px) {
  .cart-header::after {
    left: 47%;
  }
}
@media (min-width: 525px) and (max-width: 750px) {
  .cart-header::after {
    left: 315px;
  }
}
.cart-header .step {
  background-color: #fff;
  border-radius: 55px;
}
@media (max-width: 767px) {
  .cart-header .step {
    border-radius: 5px;
  }
}
.cart-header .step span {
  line-height: 24px;
}
@media (max-width: 900px) {
  .cart-header .step span {
    line-height: normal;
  }
}
.cart-header .step a,
.cart-header .step strong {
  display: flex;
  align-items: center;
  padding: 8px 20px;
  gap: 10px;
  font-size: 1.1428571429rem;
}
.cart-header .step a::before,
.cart-header .step strong::before {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  margin: 6px;
  line-height: 0;
}
@media (max-width: 900px) {
  .cart-header .step a,
  .cart-header .step strong {
    font-size: 1rem;
    font-weight: 600;
    padding: 8px;
  }
  .cart-header .step a::before,
  .cart-header .step strong::before {
    margin: 0;
  }
  .cart-header .step a::after,
  .cart-header .step strong::after {
    display: none;
  }
}
.cart-header .step a {
  text-decoration: none;
}
.cart-header .step a:hover {
  text-decoration: underline;
}
.cart-header .step.active {
  background-color: #ec0e26;
  color: white;
}
.cart-header .step.completed {
  background-color: #efefef;
}
.cart-row {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 40px;
}
.cart-row .col-md-8 {
  flex: 1 1 500px;
}
.cart-row .col-md-4 {
  flex: 0 1 580px;
}
@media (max-width: 767px) {
  .cart-row {
    gap: 20px;
  }
}

.in-kosik .cart-row {
  gap: 20px;
}
.in-kosik .cart-row .col-md-4 {
  flex-basis: 580px;
}
@media (min-width: 768px) {
  .in-kosik .cart-row .col-md-4 {
    position: sticky;
    top: 16px;
  }
}
@media (max-width: 767px) {
  .in-kosik .cart-row {
    gap: 0;
  }
}

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

.checkout-box-wrapper,
.checkout-box {
  display: none;
}

.summary-wrapper h4,
#summary-box h4 {
  font-size: 2.8571428571rem;
  font-weight: 600;
  border-bottom: 0;
  margin-bottom: 0;
}

#summary-box {
  padding: 56px;
  border: 1px solid #a3a3a3;
  border-radius: 20px;
}
@media (max-width: 767px) {
  #summary-box {
    padding: 24px;
    border-radius: 8px;
  }
  #summary-box h4 {
    font-size: 1.7142857143rem;
  }
  #summary-box .next-step-back {
    margin-top: 8px;
  }
}

.extras-wrapper .extras-col {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.extras-wrapper .extras-col .discount-coupon {
  order: -1;
}

.discount-coupon form {
  display: flex;
  gap: 10px;
}

#discountCouponCode {
  padding-left: 20px;
}

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

.price-wrapper {
  display: grid;
  align-items: center;
  grid-template-columns: auto auto;
  gap: 8px;
}
.price-wrapper strong {
  text-align: right;
  font-weight: 400;
}
.price-wrapper .price-label {
  font-size: 1.7142857143rem;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 767px) {
  .price-wrapper .price-label {
    font-size: 1.4285714286rem;
    font-weight: 300;
  }
}
.price-wrapper .price.price-primary,
.price-wrapper .price.price-secondary {
  font-size: 2.2857142857rem;
  font-weight: 600;
  white-space: nowrap;
  line-height: 1.25em;
}
@media (max-width: 767px) {
  .price-wrapper .price.price-primary,
  .price-wrapper .price.price-secondary {
    font-size: 1.7142857143rem;
    line-height: 1.3333333333em;
    font-weight: 300;
  }
}

.next-step {
  display: flex;
  flex-direction: column-reverse;
  text-align: center;
  gap: 20px;
  margin-top: 30px;
}
.next-step .order-button-suffix {
  margin-left: 0.2em;
}

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

.sidebar-in-cart .extra.delivery {
  margin-bottom: 8px;
  max-width: fit-content;
  margin-left: auto;
}
.sidebar-in-cart .extra.delivery strong {
  color: #71b929;
}
.sidebar-in-cart .extra.delivery.free-shipping {
  display: flex;
  align-items: center;
  color: #54bf00;
}
.sidebar-in-cart .extra.delivery.free-shipping::before {
  content: url(assets/Doprava.svg);
  line-height: 0;
  display: inline-block;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .sidebar-in-cart .extra.delivery {
    margin-left: 0;
    margin-bottom: 16px;
  }
}
.sidebar-in-cart .cart-content {
  margin-bottom: 0;
  border-radius: 20px;
}
@media (min-width: 768px) {
  .sidebar-in-cart .cart-content {
    border: 1px solid #adacad;
    padding: 56px;
  }
}
@media (max-width: 767px) {
  .sidebar-in-cart .cart-content {
    display: flex;
    flex-direction: column;
  }
}

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

table.cart-table {
  width: 100%;
  display: block;
}
table.cart-table tbody {
  width: 100%;
  display: block;
}
table.cart-table::before {
  content: "Nákupní košík";
  display: block;
  font-size: 3.4285714286rem;
  line-height: 1.25em;
  margin: 0 0 32px;
  border-bottom: 1px solid #595959;
  padding-bottom: 32px;
  padding-left: 20px;
  font-weight: 600;
}
@media (max-width: 767px) {
  table.cart-table::before {
    margin-bottom: 0.2777777778em;
    font-size: 2.5714285714rem;
  }
}
table.cart-table td,
table.cart-table th {
  padding: 0;
}
table.cart-table tr:nth-of-type(odd) {
  background-color: transparent !important;
}
table.cart-table tr {
  display: flex;
  gap: 16px;
  align-items: center;
  border: none;
  border-bottom: 1px solid #595959;
  margin-bottom: 32px;
  padding-bottom: 32px;
}
table.cart-table tr.related-visible {
  border-bottom: 0;
}
table.cart-table tr.related-visible .p-name .show-related::after {
  transform: rotate(-135deg);
  top: 2px;
}
@media (max-width: 767px) {
  table.cart-table tr {
    margin-bottom: 10px;
  }
}
table.cart-table tr.has-lisaty-box {
  margin-bottom: 0;
  border: none;
  padding-bottom: 16px;
}
table.cart-table .vp-lisaty-box {
  border-bottom: 1px solid #595959;
  margin-bottom: 32px;
  padding-bottom: 32px;
}
table.cart-table .vp-lisaty-box .vp-add-lisata-btn {
  font-size: 0;
  padding: 12px;
  gap: 0;
}
table.cart-table .vp-lisaty-box .vp-lisata-item {
  display: flex;
  gap: 20px;
  margin-bottom: 8px;
}
table.cart-table .vp-lisaty-box .vp-lisata-item b {
  font-size: 1.2857142857rem;
}
table.cart-table .vp-lisaty-box .vp-toggle-btn {
  border-radius: 8px;
  background: #ec0e26;
  padding: 8px 12px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #fff;
  font-size: 0.9285714286rem;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  max-width: fit-content;
}
table.cart-table .quantity:has(.vp-locked-amount) {
  justify-content: center;
}
table.cart-table .quantity:has(.vp-locked-amount) .vp-locked-amount {
  background: #f3f3f3;
  cursor: not-allowed;
  opacity: 0.6;
}
table.cart-table .quantity:has(.vp-locked-amount) > button {
  display: none;
}
table.cart-table .cart-p-image {
  flex: 0 0 100px;
}
table.cart-table .cart-p-image img {
  display: block;
  border-radius: 10px;
}
table.cart-table .p-name {
  flex: 1 0 220px;
}
table.cart-table .p-name a {
  color: #231f20;
}
table.cart-table .p-name span {
  display: block;
  font-size: 0.8571428571em;
}
table.cart-table .p-name .show-related {
  display: block;
  font-size: 0.8571428571rem;
  text-decoration: none;
}
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 #231f20;
  border-style: none solid solid none;
  transform: rotate(45deg);
  margin-left: 0.6em;
  position: relative;
  top: -2px;
  transition: all 0.15s ease-in-out;
}
table.cart-table .main-link {
  text-decoration: none;
  font-weight: 600;
  font-size: 1.7142857143rem;
  line-height: 1.3333333333em;
  margin-bottom: 7px;
  display: block;
}
table.cart-table .main-link .product-appendix {
  display: none;
}
@media (max-width: 767px) {
  table.cart-table .main-link {
    font-size: 1.7142857143rem;
    line-height: 1.6666666667em;
  }
}
table.cart-table .p-availability {
  flex: 0 0 94px;
  text-align: right;
  white-space: nowrap;
  display: flex;
  align-items: center;
  font-size: 0.9285714286rem;
}
table.cart-table .p-availability::before {
  content: url(assets/Sklad.svg);
  display: inline-block;
  line-height: 0;
  width: 24px;
  height: 24px;
}
table.cart-table .p-availability .availability-label {
  font-weight: 400;
  white-space: normal;
}
table.cart-table .p-availability .availability-amount {
  display: none;
}
table.cart-table .quantity {
  justify-content: center;
}
table.cart-table .p-price {
  font-size: 0.9285714286rem;
  color: #494949;
}
table.cart-table .p-price strong {
  font-weight: 400;
}
table.cart-table .p-discount {
  white-space: nowrap;
  font-weight: 700;
}
table.cart-table .p-price,
table.cart-table .p-total {
  flex: 1 0 88px;
  line-height: 1em;
}
table.cart-table .p-price .price-final,
table.cart-table .p-total .price-final {
  white-space: nowrap;
  line-height: 1em;
}
table.cart-table .p-quantity {
  flex: 1 0 96px;
  justify-content: flex-end;
}
table.cart-table .p-total {
  flex: 1 0 150px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 16px;
}
table.cart-table .p-total .price-final {
  font-size: 1.4285714286rem;
  line-height: 1.2em;
  font-weight: 400;
}
table.cart-table tr.related:not(.visible) {
  display: none;
}
table.cart-table tr.related {
  padding: 0 0 16px 50px;
  border: none;
}
table.cart-table tr.related td {
  display: block;
  width: 100%;
}
@media (max-width: 767px) {
  table.cart-table tr.related {
    margin-top: 0;
    padding-left: 0;
  }
}
table.cart-table .cart-related-product {
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 30px 24px;
  width: 100%;
  margin-bottom: 10px;
  background-color: #efefef;
  border-radius: 20px;
}
table.cart-table .cart-related-product:last-child {
  margin-bottom: 0;
}
table.cart-table .cart-related-product .btn.add-to-cart-button {
  font-size: 0;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  position: relative;
  gap: 0;
  max-width: 100%;
}
table.cart-table .cart-related-info {
  display: flex;
  align-items: center;
  gap: 20px;
  flex: 5;
}
table.cart-table .cart-related-name {
  color: #231f20;
  margin-right: 10px;
  font-size: 1.7142857143rem;
  line-height: normal;
  font-weight: 700;
  text-decoration: none;
}
table.cart-table .cart-related-img {
  flex: 0 0 61px;
}
table.cart-table .cart-related-img img {
  display: block;
  border-radius: 10px;
}
table.cart-table .cart-related-availability {
  margin-left: auto;
  text-align: right;
}
table.cart-table .cart-related-button {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: flex-end;
  white-space: nowrap;
}
table.cart-table .cart-related-button .btn {
  padding: 0.6428571429em;
}
table.cart-table .cart-related-button .price-final {
  font-weight: 400;
  font-size: 1.4285714286rem;
  line-height: 1.2em;
}

.free-gift {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
  padding: 16px;
  width: 100%;
  border-radius: 20px;
  background: #efefef;
}
.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 {
  display: flex;
  gap: 24px;
  align-items: center;
}
.free-gift .free-gifts-img {
  display: flex;
  flex: 0 0 61px;
  height: auto;
  border-radius: 20px;
  overflow: hidden;
}
.free-gift .free-gift-name {
  display: flex;
  flex-direction: column;
  font-size: 1.4285714286rem;
  line-height: 1.2em;
}
.free-gift .free-gift-name:before {
  display: flex;
  content: "Dárek zdarma";
  font-size: 1.1428571429rem;
  font-weight: 700;
  line-height: 1.25em;
  margin-bottom: 4px;
}
@media (max-width: 767px) {
  .free-gift {
    border-radius: 8px;
    margin-top: 24px;
  }
  .free-gift .free-gift-name {
    font-size: 1rem;
    line-height: 1.7142857143em;
  }
}

.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: center;
  gap: 20px;
  cursor: default;
}

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

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

.cart-content > .cart-summary:not(:has(.extra)) h4 {
  display: none;
}

.co-basic-information .row {
  display: flex;
  flex-wrap: wrap;
  column-gap: 30px;
  row-gap: 10px;
}
.co-basic-information .col-sm-6 {
  flex: 1 1 200px;
}
.co-basic-information .select-label {
  display: none;
}

.cart-content {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .cart-content {
    margin-bottom: 30px;
  }
}
.cart-content .btn.btn-conversion {
  padding: 20px 32px;
  max-width: fit-content;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cart-content .btn.btn-conversion {
    max-width: 100%;
    width: 100%;
  }
}
.cart-content .delivery-time {
  display: none;
}

.shipping-billing-table .radio-wrapper {
  padding: 20px 0;
}
.shipping-billing-table .radio-wrapper:not(:last-child) {
  border-bottom: 1px solid #595959;
}
.shipping-billing-table .radio-wrapper label {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 1.1428571429rem;
  line-height: 1.5em;
}
.shipping-billing-table .radio-wrapper label .payment-info b {
  font-weight: 400;
}
.shipping-billing-table .radio-wrapper .payment-logo {
  order: -1;
  max-width: 64px;
}
.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: #54bf00;
  font-weight: 400;
}
.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 {
  font-size: 0.9285714286rem;
}
.shipping-billing-table .radio-wrapper .sublabel a {
  text-decoration: none;
  color: inherit;
}
.radio-wrapper .payment-info {
  display: flex;
  flex-wrap: wrap;
}
.radio-wrapper .payment-info > b {
  margin-right: 0.3em;
}
.radio-wrapper .payment-info .sublabel,
.radio-wrapper .payment-info em {
  width: 100%;
}
.radio-wrapper a {
  text-decoration: underline;
}

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

.cart-items {
  margin-bottom: 30px;
}

.cart-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 16px 0;
  font-size: 1.4285714286rem;
  line-height: 1.2em;
  font-weight: 400;
}
.cart-item.cart-item-gift {
  background-color: #efefef;
  padding: 16px;
  border-radius: 8px;
}
.cart-item:not(:last-child) {
  border-bottom: 1px solid #595959;
}
.cart-item .cart-item-name {
  margin-right: auto;
  display: flex;
  align-items: center;
  gap: 5px;
  flex-basis: 370px;
}
@media (max-width: 900px) {
  .cart-item .cart-item-name {
    flex-basis: 220px;
  }
}
.cart-item .cart-item-name a {
  color: #231f20;
  text-decoration: none;
}
.cart-item .cart-item-name span {
  display: block;
  font-size: 0.8571428571rem;
}
.cart-item .cart-item-name .product-appendix {
  display: none;
}
.cart-item .cart-item-amount {
  color: #616161;
}
.cart-item .cart-item-amount,
.cart-item .cart-item-price {
  text-align: right;
  white-space: nowrap;
}
.cart-item .cart-item-price {
  flex-basis: 180px;
}
@media (max-width: 767px) {
  .cart-item {
    font-size: 1rem;
    line-height: 1.2857142857em;
  }
  .cart-item .cart-item-price {
    font-size: 1.4285714286rem;
  }
}

.gift-items .for-free {
  font-weight: 400;
  font-size: 0.9285714286rem;
}
.gift-items .cart-item-name {
  flex-direction: column;
  gap: 0;
  text-align: left;
  align-items: flex-start;
}
.gift-items .cart-item-name br {
  display: none;
}
.gift-items .cart-item-name span {
  font-size: 1.1428571429rem;
}

.extra.delivery .for-free {
  color: #54bf00;
  font-weight: 400;
}

.order-summary-item {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 8px;
  font-size: 1.4285714286rem;
  line-height: 1.2em;
}
.order-summary-item strong {
  font-weight: 400;
}
.order-summary-item > div:first-child {
  margin-right: auto;
}
.order-summary-item .price-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .order-summary-item {
    font-size: 1rem;
    line-height: 1.2857142857em;
  }
}

#shipping-billing-summary {
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #595959;
  font-size: 1.4285714286rem;
  line-height: 1.2em;
}
#shipping-billing-summary strong {
  font-weight: 400;
}

.recapitulation-single {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 1.4285714286rem;
  line-height: 1.2em;
}
.recapitulation-single strong {
  font-weight: 400;
}
.recapitulation-single .recapitulation-shipping-billing-label, .recapitulation-single > span {
  white-space: nowrap;
}
.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;
  font-weight: 400;
}
.recapitulation-single .recapitulation-shipping-billing-info .for-free, .recapitulation-single > strong .for-free {
  color: #54bf00;
}
@media (max-width: 767px) {
  .recapitulation-single {
    font-size: 1rem;
    line-height: 1.7142857143em;
    gap: 0;
  }
}

.summary-wrapper .discount-coupon {
  margin-bottom: 32px;
}
.summary-wrapper .discount-coupon .btn-secondary {
  border-color: #a3a3a3;
  color: #ec0e26;
  padding: 8px 24px;
}
.summary-wrapper .discount-coupon .btn-secondary:hover {
  color: #f5f4f4;
  border-color: #ec0e26;
}
.co-contact-information label[for=login] {
  display: none;
}
.co-contact-information .btn-secondary {
  background-color: #ec0e26;
  color: #fff;
  padding: 10px 16px;
  border: none;
  gap: 8px;
  font-size: 13px;
}
.co-contact-information .btn-secondary:hover, .co-contact-information .btn-secondary:focus {
  background-color: #595959;
}
.co-contact-information .btn-secondary::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  mask: url("assets/User%20Profile.svg") no-repeat center;
  -webkit-mask: url("assets/User%20Profile.svg") no-repeat center;
  mask-size: contain;
  -webkit-mask-size: contain;
  background-color: #fff;
}
.co-contact-information .btn-secondary {
  white-space: nowrap;
}

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

.co-box.co-billing-address {
  margin-bottom: 10px;
}

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

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

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

.show-tooltip.acronym[data-original-title] {
  border-bottom-style: dashed;
  border-bottom-width: 1px;
}

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

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

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

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

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

.country-flags {
  position: absolute;
  top: 0;
  left: 20px;
  height: 100%;
  display: flex;
  align-items: center;
  padding-right: 20px;
}
.country-flags::after {
  content: "";
  display: block;
  height: 54.5%;
  width: 1px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background-color: #231f20;
}
.country-flags.active {
  height: auto;
  border-right: none;
  z-index: 2;
}
.country-flags.active::before {
  display: none;
}
.country-flags.active .country-flags-inner {
  max-height: 500px;
  overflow-y: auto;
  background-color: #fff;
}
.country-flags .country-flag.selected::before {
  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: #9bd200;
  color: #fff;
  font-size: 12px;
  line-height: 12px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-left: calc(24px - 0.25em);
}

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

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

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

.ordering-process-footer {
  padding: 40px 0;
  border-top: 1px solid #f5f4f4;
  position: relative;
}
.ordering-process-footer::before, .ordering-process-footer::after {
  content: "";
  width: 1px;
  height: 54px;
  background-color: #f5f4f4;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 900px) {
  .ordering-process-footer::before, .ordering-process-footer::after {
    display: none;
  }
}
.ordering-process-footer::before {
  left: 33.33%;
}
.ordering-process-footer::after {
  right: 33.33%;
}
.ordering-process-footer .container {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
}
.ordering-process-footer .contact-box {
  margin: 0;
  display: flex;
  flex-direction: column;
}
.ordering-process-footer .contact-box .mail {
  margin: 0;
}
.ordering-process-footer .contact-box .mail + span {
  font-size: 0.8571428571rem;
  flex-basis: 100%;
  padding-left: 34px;
}
.ordering-process-footer .contact-box a {
  font-size: 1.1428571429rem;
  font-weight: 700;
}
.ordering-process-footer .contact-box .tel {
  flex-wrap: wrap;
}
.ordering-process-footer .contact-box .tel + span {
  flex-basis: 100%;
  padding-left: 34px;
  font-size: 0.8571428571rem;
}
.ordering-process-footer .secure-payment span {
  display: block;
  margin-bottom: 10px;
  line-height: 1.5em;
}
.ordering-process-footer .secure-payment img {
  max-width: 192px;
}

@media (max-width: 900px) {
  .ordering-process-footer .container {
    flex-direction: column;
    text-align: center;
  }
}
@media (max-width: 767px) {
  table.cart-table tr:not(.related) {
    display: grid;
    grid-template-columns: minmax(1px, 80px) auto;
    padding: 16px 0;
    gap: 0;
    position: relative;
  }
  table.cart-table .cart-p-image {
    grid-column: 1/2;
    grid-row: 1/3;
    margin-right: 20px;
    max-width: 60px;
  }
  table.cart-table .p-name {
    grid-column: 2/3;
    grid-row: 1/2;
    margin-bottom: 7px;
  }
  table.cart-table .p-availability {
    grid-column: 2/3;
    grid-row: 2/3;
    margin-bottom: 7px;
  }
  table.cart-table .p-quantity {
    grid-column: 2/3;
    grid-row: 3/5;
    justify-self: end;
    padding-right: 80px;
  }
  table.cart-table .p-total {
    grid-column: 1/2;
    grid-row: 3/4;
  }
  table.cart-table .p-price {
    grid-column: 1/2;
    grid-row: 4/5;
    white-space: nowrap;
  }
  table.cart-table form.inline {
    position: absolute;
    bottom: 34px;
    right: 0;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  table.cart-table form.inline {
    bottom: 29px;
  }
}
@media (max-width: 767px) {
  table.cart-table .cart-related-product {
    flex-direction: column;
    padding: 20px;
    gap: 0;
  }
  table.cart-table .cart-related-product .cart-related-info {
    display: grid;
    grid-template-columns: 60px auto;
    align-items: flex-start;
    width: 100%;
  }
  table.cart-table .cart-related-product .cart-related-img {
    grid-column: 1/2;
    grid-row: 1/3;
  }
  table.cart-table .cart-related-product .cart-related-name {
    grid-column: 2/3;
    grid-row: 1/2;
  }
  table.cart-table .cart-related-product .cart-related-availability {
    grid-column: 2/3;
    grid-row: 2/3;
    margin-left: 0;
    text-align: left;
  }
  table.cart-table .cart-related-product .cart-related-button {
    width: 100%;
    justify-content: space-between;
  }
  .back-shopping-link {
    margin-top: 50px;
  }
  .sidebar-in-cart .extra.delivery {
    order: -1;
  }
  table.cart-table .p-availability,
  table.cart-table .p-price,
  table.cart-table .p-total {
    text-align: left;
  }
  table.cart-table tr {
    align-items: start;
  }
  table.cart-table .p-total {
    justify-content: flex-start;
  }
  .shipping-billing-table .radio-wrapper .payment-logo {
    max-width: 60px;
    width: 100%;
  }
}
.cart-contact.project-phone {
  align-items: flex-start;
  font-weight: 400;
}
.cart-contact.project-phone p {
  margin: 0;
}
.cart-contact.project-phone a {
  color: #ec0e26;
  font-weight: 700;
  text-decoration: none;
}
.cart-contact.project-phone span {
  color: #9bd200;
  font-weight: 700;
}
@media (max-width: 767px) {
  .cart-contact.project-phone {
    display: none;
  }
}

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

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

.personal-collection-point p.em {
  color: #ec0e26;
  font-style: italic;
  display: none;
}
.personal-collection-point .btn.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.personal-collection-point h3 {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .personal-collection-point h3 {
    font-size: 1.5714285714rem;
  }
}

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

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

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

.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 100px;
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #e9e9e9;
}
.co-payment-method:not(.box-bg-default) h4,
.co-order:not(.box-bg-default) h4 {
  text-align: center;
  margin: 0 0 20px;
}
.co-payment-method:not(.box-bg-default) table.cart-table tr,
.co-order:not(.box-bg-default) table.cart-table tr {
  background-color: transparent !important;
}
.co-payment-method:not(.box-bg-default) table.cart-table tr:last-child,
.co-order:not(.box-bg-default) table.cart-table tr:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.co-payment-method:not(.box-bg-default) table.cart-table::before,
.co-order:not(.box-bg-default) table.cart-table::before {
  display: none;
}
.co-payment-method:not(.box-bg-default) table.cart-table .cart-p-image,
.co-order:not(.box-bg-default) table.cart-table .cart-p-image {
  flex: 0 0 60px;
}
@media (max-width: 767px) {
  .co-payment-method:not(.box-bg-default) table.cart-table tr:not(.related),
  .co-order:not(.box-bg-default) table.cart-table tr:not(.related) {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    row-gap: 10px;
  }
  .co-payment-method:not(.box-bg-default) table.cart-table tr:not(.related) .p-name,
  .co-order:not(.box-bg-default) table.cart-table tr:not(.related) .p-name {
    flex-basis: calc(100% - 80px);
  }
  .co-payment-method:not(.box-bg-default) table.cart-table tr:not(.related) .p-quantity,
  .co-payment-method:not(.box-bg-default) table.cart-table tr:not(.related) .p-price,
  .co-order:not(.box-bg-default) table.cart-table tr:not(.related) .p-quantity,
  .co-order:not(.box-bg-default) table.cart-table tr:not(.related) .p-price {
    flex-basis: auto;
  }
  .co-payment-method:not(.box-bg-default) table.cart-table tr:not(.related) .p-quantity,
  .co-order:not(.box-bg-default) table.cart-table tr:not(.related) .p-quantity {
    font-size: 0.75rem;
    color: #616161;
  }
  .co-payment-method:not(.box-bg-default) table.cart-table tr:not(.related) .p-quantity strong,
  .co-order:not(.box-bg-default) table.cart-table tr:not(.related) .p-quantity strong {
    font-weight: 400;
  }
  .co-payment-method:not(.box-bg-default) table.cart-table tr:not(.related) .p-price,
  .co-order:not(.box-bg-default) table.cart-table tr:not(.related) .p-price {
    font-size: 1rem;
    font-weight: 700;
    text-align: right;
  }
}
@media (max-width: 767px) {
  .co-payment-method:not(.box-bg-default),
  .co-order:not(.box-bg-default) {
    padding: 30px 20px;
  }
}

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

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

.next-to-carousel-banners {
  display: grid;
  gap: 40px;
  position: relative;
  max-width: calc(1440px + 4rem);
  width: 100%;
}
.next-to-carousel-banners .banner-wrapper a {
  height: 100%;
  display: flex;
  align-items: flex-end;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  text-decoration: none;
  backdrop-filter: blur(20px);
}
.next-to-carousel-banners .banner-wrapper a img,
.next-to-carousel-banners .banner-wrapper a span {
  position: relative;
}
.next-to-carousel-banners .banner-wrapper a img {
  object-fit: cover;
  width: 100%;
  transition: transform 0.4s ease;
}
.next-to-carousel-banners .banner-wrapper a:hover {
  box-shadow: 0 10px 25px 0px rgba(27, 26, 26, 0.5294117647);
}
.next-to-carousel-banners .banner-wrapper a:hover img {
  transform: scale(1.05);
}
.next-to-carousel-banners .banner-wrapper a:hover::before {
  transform: translate(0, 0);
}
.next-to-carousel-banners .banner-wrapper .extended-banner-texts {
  max-width: 380px;
  position: absolute;
  padding: 40px;
  color: #f5f4f4;
  z-index: 1;
}
@media (max-width: 767px) {
  .next-to-carousel-banners .banner-wrapper .extended-banner-texts {
    max-width: 100%;
  }
}
.next-to-carousel-banners .banner-wrapper .extended-banner-title {
  margin: 0;
  font-size: 2.2857142857rem;
  font-weight: 600;
  text-transform: initial;
}
@media (min-width: 768px) {
  .next-to-carousel-banners {
    margin: -40px auto 0;
    padding-left: 2rem;
    padding-right: 2rem;
    grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
  }
  .next-to-carousel-banners .banner-wrapper {
    margin-bottom: 40px;
  }
  .next-to-carousel-banners .banner-wrapper a {
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.2509803922);
  }
  .next-to-carousel-banners .extended-banner-link {
    display: none;
  }
}
@media (max-width: 991px) {
  .next-to-carousel-banners {
    margin-bottom: 40px;
  }
  .next-to-carousel-banners .banner-wrapper {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .next-to-carousel-banners {
    gap: 12px;
  }
  .next-to-carousel-banners::before {
    padding-left: 0;
    margin-bottom: 0.4444444444em;
  }
  .next-to-carousel-banners::after {
    display: none;
  }
  .next-to-carousel-banners .banner-wrapper {
    height: 300px;
  }
  .next-to-carousel-banners .banner-wrapper a {
    align-items: center;
    border-radius: 8px;
  }
  .next-to-carousel-banners .banner-wrapper a::before {
    display: none;
  }
  .next-to-carousel-banners .banner-wrapper a:hover {
    box-shadow: none;
  }
  .next-to-carousel-banners .banner-wrapper a img {
    height: 100%;
    object-fit: cover;
  }
  .next-to-carousel-banners .banner-wrapper .extended-banner-texts {
    padding: 40px 20px;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    width: 100%;
  }
  .next-to-carousel-banners .banner-wrapper .extended-banner-link {
    width: fit-content;
  }
  .next-to-carousel-banners:not(.show-all) .banner-wrapper:nth-child(n+7) {
    display: none;
  }
}
@media (max-width: 360px) {
  .next-to-carousel-banners .banner-wrapper {
    height: auto;
  }
}

.body-banners .banner-wrapper {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
.body-banners .banner-wrapper .extended-banner-texts {
  position: absolute;
  bottom: 40px;
  left: 40px;
  width: 100%;
  max-width: 450px;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}
.body-banners .banner-wrapper .extended-banner-title {
  margin: 0;
  font-size: 3.4285714286rem;
}
.body-banners .banner-wrapper img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top left;
}
.body-banners .banner-wrapper {
  min-height: 365px;
}
.body-banners .banner-wrapper a,
.body-banners .banner-wrapper img {
  min-height: 365px;
}
@media (max-width: 1080px) {
  .body-banners .banner-wrapper .extended-banner-title {
    font-size: 2.5714285714rem;
  }
  .body-banners .banner-wrapper .extended-banner-texts {
    max-width: 380px;
  }
}
@media (max-width: 880px) {
  .body-banners .banner-wrapper {
    padding-top: 342px;
  }
}
@media (max-width: 767px) {
  .body-banners .banner-wrapper .extended-banner-texts {
    left: 24px;
    bottom: 24px;
    right: 24px;
    width: auto;
  }
}

.mobile .body-banners .banner-wrapper {
  padding-top: 0;
}

.homepage-group-title {
  margin: 0 0 40px;
  display: flex;
  align-items: center;
  font-weight: 600;
}
.blog-wrapper .buttons-wrapper {
  margin: 0;
  justify-content: start;
}
.blog-wrapper .buttons-wrapper .btn {
  border-color: #595959;
  color: #595959;
}
.blog-wrapper .buttons-wrapper .btn:hover {
  color: white;
  background-color: #595959;
}
.blog-wrapper .news-item {
  display: flex;
  flex-direction: column;
}
.blog-wrapper .news-item .text {
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .blog-wrapper .news-item {
    flex-direction: row;
  }
  .blog-wrapper .news-item .text {
    margin-bottom: 0;
    margin-top: 24px;
  }
}

.btn-read-more {
  display: flex;
  align-items: center;
  gap: 8px;
  text-transform: uppercase;
  text-decoration: none;
}
.btn-read-more span {
  transition: transform 0.4s ease;
}
.btn-read-more:before {
  content: url(assets/ArrowRight_small.svg);
  width: 24px;
  height: 24px;
}
.btn-read-more:hover span {
  transform: translateX(6px);
  color: #ec0e26;
}

.news-item {
  position: relative;
}
.news-item .image {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 8px;
}
@media (min-width: 768px) {
  .news-item .image {
    margin-bottom: 24px;
  }
}
.news-item .image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.15s ease-in-out;
}
.news-item time {
  font-size: 1rem;
  line-height: normal;
  display: flex;
  align-items: center;
  gap: 0.7142857143em;
  margin-bottom: 16px;
}
.news-item time::before {
  content: url(assets/calendar.svg);
  display: block;
  width: 24px;
  height: 24px;
  line-height: 0;
}
.news-item .title {
  text-decoration: none;
  font-weight: 600;
  font-size: 2.2857142857rem;
  line-height: 1.25em;
}
.news-item .description {
  color: #595959;
  font-size: 1.1428571429rem;
  line-height: 1.625em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 24px;
}
.news-item a:hover {
  color: #ec0e26;
}
.news-item a:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .news-item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 20px;
  }
  .news-item .title {
    font-size: 1.5714285714rem;
  }
  .news-item .description {
    display: none;
  }
  .news-item .btn-read-more {
    margin-top: 20px;
    margin-bottom: 24px;
  }
  .news-item .news-flag {
    background: none !important;
    color: #777777;
    border-left: 1px solid #777777;
    position: initial;
    order: 2;
    padding: 0;
    border-radius: 0;
    padding-left: 10px;
    margin-left: 10px;
  }
  .news-item .news-flag::before {
    display: none;
  }
  .news-item .buttons-wrapper {
    width: 100%;
    justify-content: flex-start;
    margin-top: 10px;
  }
  .news-item .buttons-wrapper .btn {
    padding: 0;
    border: 0;
    color: #ec0e26;
  }
}

.type-index .news-item .image {
  aspect-ratio: 458/240;
}
@media (max-width: 767px) {
  .type-index .news-item .image {
    aspect-ratio: 1;
  }
}

.homepage-box.welcome-wrapper,
.latest-contribution-box {
  display: none;
}

.newsletter-wrapper {
  position: relative;
}
@media (min-width: 900px) {
  .newsletter-wrapper {
    padding-left: max(50vw - 720px, 20px);
  }
  .newsletter-wrapper:before {
    content: var(--newsletter-bg-decor);
    display: block;
    position: absolute;
    z-index: 1;
    top: -36px;
  }
}

@media (min-width: 900px) {
  .custom-footer__newsletter {
    padding: 76px max(50vw - 720px, 20px) 50px 246px;
    margin-left: 250px;
  }
}
.custom-footer__newsletter {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.6) 100%), url(assets/newsletter-bg.png) no-repeat center right/cover;
  border-radius: 20px 0 0 20px;
  background-size: cover;
  margin-top: 36px;
  position: relative;
}
@media (max-width: 767px) {
  .custom-footer__newsletter {
    background: url(assets/newsletter-bg.png) no-repeat center right/cover;
  }
}
.custom-footer__newsletter h4 {
  margin: 0 0 10px;
  font-weight: 600;
}
.custom-footer__newsletter p {
  margin: 0 0 16px;
}
.custom-footer__newsletter .form-group:last-child {
  margin: 0;
}
.custom-footer__newsletter fieldset {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 10px 5px;
}
.custom-footer__newsletter fieldset br {
  display: none;
}
.custom-footer__newsletter fieldset div {
  order: 3;
  width: 100%;
  font-size: 1.4285714286rem;
  font-weight: 300;
  color: #595959;
}
.custom-footer__newsletter fieldset .validator-msg-holder {
  order: 1;
}
@media (min-width: 768px) {
  .custom-footer__newsletter fieldset .validator-msg-holder {
    max-width: calc(100% - 158px);
  }
}
.custom-footer__newsletter fieldset .validator-msg-holder input {
  padding-right: 44px;
}
.custom-footer__newsletter fieldset .btn {
  order: 2;
  background-color: #ec0e26;
  color: #fff;
  border: 0;
  font-size: 1rem;
  padding: 1.0714285714em 1.4285714286em;
  line-height: normal;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .custom-footer__newsletter fieldset .btn {
    margin-left: auto;
  }
}
.custom-footer__newsletter fieldset .consents a {
  text-decoration: none;
  font-weight: 400;
}
.custom-footer__newsletter .sr-only {
  position: initial;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  overflow: hidden;
  clip: none;
  border: 0;
}
.custom-footer__newsletter::after {
  display: block;
  line-height: 0;
  bottom: 0;
  right: 13px;
  position: absolute;
}
.custom-footer__newsletter .newsletter-perex {
  width: 100%;
  border-radius: 20px;
  background: linear-gradient(99deg, #ec0e26 2.16%, #ff4e66 98.43%);
  display: inline-flex;
  padding: 24px 70px;
  align-items: center;
  color: #efefef;
  font-size: 2.2857142857rem;
  font-weight: 600;
  line-height: 1.25em;
  margin: 0;
  margin-top: 36px;
}
@media (max-width: 767px) {
  .custom-footer__newsletter .newsletter-perex {
    padding: 16px 24px;
    font-size: 1.4285714286rem;
    line-height: 1.2em;
    border-radius: 8px;
    margin-top: 20px;
  }
}
@media (max-width: 1100px) {
  .custom-footer__newsletter::after {
    display: none;
  }
}
@media (max-width: 900px) {
  .custom-footer__newsletter {
    padding: 24px;
    background-position: top center;
    border-radius: 20px;
  }
  .custom-footer__newsletter fieldset {
    flex-direction: column;
    gap: 10px;
  }
  .custom-footer__newsletter h4 {
    font-size: 1.7142857143rem;
  }
  .custom-footer__newsletter::after {
    display: block;
    top: -40px;
    left: 50%;
    right: unset;
    bottom: unset;
    transform: translateX(-50%);
  }
  .custom-footer__newsletter .consents {
    font-size: 0.8571428571rem;
    margin-top: 0;
  }
}

.banner:has(.banner-prodejny) {
  background-color: #494949;
}

.banner-prodejny {
  color: #fff;
  padding: 50px 0;
}
.banner-prodejny h3 {
  margin: 0 0 0.8125em;
}

.prodejna {
  display: flex;
  align-items: center;
  gap: 32px;
  padding: 0 56px;
}
.prodejna h4 {
  font-size: 1.7142857143rem;
  margin: 0 0 0.4166666667em;
  text-transform: initial;
  font-weight: 700;
}
.prodejna p {
  margin: 0 0 0.2142857143em;
}
.prodejna a {
  color: #f19fab;
}
.prodejna table thead {
  border: 0;
}
.prodejna table tr {
  background-color: transparent !important;
  border: 0 !important;
}
.prodejna table th,
.prodejna table td {
  padding: 0;
}
.prodejna table td:last-child {
  text-align: right;
}
.prodejna__image {
  flex-shrink: 0;
  border-radius: 8px;
  overflow: hidden;
  aspect-ratio: 1;
}
.prodejna__info {
  width: 100%;
}
.prodejna__table {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.prodejna__table > div {
  flex-grow: 1;
}
@media (max-width: 1300px) {
  .prodejna {
    align-items: flex-start;
  }
  .prodejna__image {
    max-width: 80px;
  }
}
@media (max-width: 767px) {
  .prodejna {
    padding: 0 20px;
  }
  .prodejna h4 {
    font-size: 1.4285714286rem;
  }
  .prodejna__table {
    gap: 16px;
  }
}

.footer-rows {
  padding-top: 24px;
}
.footer-rows h4:not(.newsItemWidget__heading),
.footer-rows h3 {
  text-transform: initial;
  font-size: 1.7142857143rem;
  margin: 0;
  color: #ec0e26;
  margin-bottom: 16px;
}
.footer-rows ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-rows ul li {
  padding: 8px 0;
  font-size: 1.4285714286rem;
}
.footer-rows ul li:not(:last-child) {
  border-bottom: 1px solid #ccc;
}
.footer-rows h4,
.footer-rows a {
  display: inline-block;
}
.footer-rows a {
  text-decoration: none;
}
.footer-rows .newsItemWidget__heading {
  font-size: 1.4285714286rem;
  color: #231f20;
  font-weight: 400;
  margin: 0;
  padding: 8px 0;
}

@media (max-width: 767px) {
  .custom-footer :not(.custom-footer__articles) {
    gap: 0;
  }
  .custom-footer :not(.custom-footer__articles) h4,
  .custom-footer :not(.custom-footer__articles) h3 {
    width: 100%;
    color: #231f20;
  }
  .custom-footer :not(.custom-footer__articles) h4.clickable,
  .custom-footer :not(.custom-footer__articles) h3.clickable {
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 1em;
    justify-content: space-between;
    border-bottom: 1px solid var(--border-border-brand, #a3a3a3);
    margin-bottom: 0;
    padding-bottom: 16px;
  }
  .custom-footer :not(.custom-footer__articles) h4.clickable::after,
  .custom-footer :not(.custom-footer__articles) h3.clickable::after {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border: 1px solid #231f20;
    border-style: none solid solid none;
    transform: rotate(45deg);
    position: relative;
    top: -2px;
    transition: all 0.15s ease-in-out;
  }
  .custom-footer :not(.custom-footer__articles) h4.active::after,
  .custom-footer :not(.custom-footer__articles) h3.active::after {
    transform: rotate(-135deg);
    top: 1px;
  }
  .custom-footer :not(.custom-footer__articles) h4:not(.active) + ul, .custom-footer :not(.custom-footer__articles) h4:not(.active) + .language-switcher, .custom-footer :not(.custom-footer__articles) h4:not(.active) ~ .news-item-widget,
  .custom-footer :not(.custom-footer__articles) h3:not(.active) + ul,
  .custom-footer :not(.custom-footer__articles) h3:not(.active) + .language-switcher,
  .custom-footer :not(.custom-footer__articles) h3:not(.active) ~ .news-item-widget {
    display: none;
  }
  .custom-footer :not(.custom-footer__articles) .banner-wrapper ul,
  .custom-footer :not(.custom-footer__articles) .banner-wrapper .language-switcher {
    margin-bottom: 20px;
  }
}

.footer-bottom-wrapper {
  color: #231f20;
  background-color: #efefef;
}

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

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

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

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

.listingControls {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.listingControls .itemsTotal,
.listingControls .goToTop {
  display: none;
}
.listingControls .pagination .pagination__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 10px;
}
.listingControls .pagination .pagination__link.btn.btn-secondary {
  display: flex;
  height: 100%;
  padding: 16px 32px;
  border-radius: 8px;
  border: 1px solid #595959;
}
.listingControls .pagination .pagination__link.btn.btn-secondary:before {
  content: url(assets/ArrowRight_small.svg);
  display: block;
  width: 24px;
  height: 24px;
  transition: all 0.15s ease-in-out;
}
.listingControls .pagination .pagination__link.btn.btn-secondary.pagination__link--prev:before {
  transform: rotate(180deg);
}
.listingControls .pagination .pagination__currentPage,
.listingControls .pagination .pagination__link.pagination__link--last,
.listingControls .pagination .pagination__link.pagination__link--first {
  display: flex;
  height: 100%;
  padding: 10px 24px;
  border-radius: 8px;
  border: 1px solid #ccc;
  font-size: 1.4285714286rem;
  text-decoration: none;
  font-weight: 400;
}
.listingControls .loadMore__button {
  border-color: #595959;
  color: #595959;
}
.listingControls .loadMore__button:hover {
  color: white;
  background-color: #595959;
}
@media (max-width: 767px) {
  .listingControls .loadMore__button {
    display: none;
  }
}
@media (max-width: 767px) {
  .listingControls {
    justify-content: center;
  }
  .listingControls .pagination .pagination__currentPage,
  .listingControls .pagination .pagination__link.pagination__link--last,
  .listingControls .pagination .pagination__link.pagination__link--first {
    height: auto;
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .listingControls .pagination .pagination__link.btn.btn-secondary {
    padding-top: 2px;
    padding-bottom: 2px;
  }
}

.type-category .products-block {
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 32px;
}
@media (max-width: 1170px) {
  .type-category .products-block {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .type-category .products-block {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .type-category .products-block {
    margin-bottom: 50px;
  }
}

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

@media (max-width: 767px) {
  .subcategories-filter-wrapper {
    padding: 24px;
    background-color: #fcfcfc;
    border: 1px solid #e9e9e9;
    border-radius: 8px;
    margin-bottom: 50px;
  }
  .subcategories-filter-wrapper .subcategories {
    padding: 0;
    background-color: transparent;
    border: none;
    margin: 0 0 20px;
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .subcategories-filter-wrapper .subcategories .image {
    display: none;
  }
  .subcategories-filter-wrapper .subcategories a {
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #e9e9e9;
  }
  .subcategories-filter-wrapper .subcategories a:hover {
    box-shadow: none;
  }
  .subcategories-filter-wrapper #filters:not(.visible) {
    display: none;
  }
  .subcategories-filter-wrapper .btn.unveil-button,
  .subcategories-filter-wrapper .order-trigger {
    border: 1px solid #d2d2d2;
    width: 100%;
    gap: 0.4em;
    font-size: 1rem !important;
    padding: 0.5714285714em 1.7142857143em !important;
    line-height: 1.7142857143em !important;
  }
  .subcategories-filter-wrapper .btn.unveil-button::after,
  .subcategories-filter-wrapper .order-trigger::after {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border: 1px solid #231f20;
    border-style: none solid solid none;
    transform: rotate(45deg);
    position: relative;
    top: -2px;
    margin-left: auto;
  }
  .subcategories-filter-wrapper .order-trigger {
    margin-top: 20px;
  }
  .subcategories-filter-wrapper .order-trigger span {
    font-weight: 400;
  }
  .subcategories-filter-wrapper #filters::before,
  .subcategories-filter-wrapper #filters::after {
    display: none;
  }
  #category-header .listItemsTotal {
    display: none;
  }
  #category-header form {
    border-bottom: 0;
    scrollbar-width: none;
  }
  #category-header form::-webkit-scrollbar {
    display: none;
  }
  #category-header h4 {
    display: none !important;
  }
  #category-header.show > form {
    display: block;
  }
}
.listSorting {
  overflow: scroll;
  scrollbar-width: none;
}
.listSorting::-webkit-scrollbar {
  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;
}

.basic-description > *,
.basic-description span,
.basic-description p {
  color: #231f20 !important;
}

#relatedProducts {
  padding: 80px 0;
  background-size: cover;
}
#relatedProducts .products-block {
  margin: 0;
}
#relatedProducts .product {
  background-color: #fff;
  padding: 0;
  margin: 0 16px;
}
#relatedProducts .product::after {
  display: none !important;
}
#relatedProducts .products-related-header {
  padding-right: 500px;
}
@media (max-width: 1120px) {
  #relatedProducts .products-related-header {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  #relatedProducts {
    padding: 50px 0;
  }
  #relatedProducts .product {
    margin: 0 8px;
  }
}

#relatedFiles {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(2, 1fr);
}
#relatedFiles h3 {
  width: 100%;
  grid-column: span 2;
  margin: 0;
  margin-top: 40px;
}
#relatedFiles li {
  border-radius: 20px;
  background: #ebebeb;
  padding: 32px;
  font-weight: 700;
  text-align: center;
}
#relatedFiles li a {
  text-decoration: none;
}
@media (max-width: 767px) {
  #relatedFiles {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  #relatedFiles h3 {
    margin-bottom: 16px;
  }
  #relatedFiles li {
    border-radius: 8px;
    padding: 24px 32px;
  }
}

.prodejny-produkt,
.faq-product {
  padding: 40px;
  border-radius: 10px;
  margin-top: 30px;
}
.prodejny-produkt a,
.faq-product a {
  color: #ec0e26;
}
.prodejny-produkt .buttons-wrapper,
.faq-product .buttons-wrapper {
  margin-top: 30px;
}
.prodejny-produkt .buttons-wrapper .btn,
.faq-product .buttons-wrapper .btn {
  color: #231f20;
  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.4285714286rem;
  line-height: 1.2em;
  text-transform: initial;
}
.prodejny-produkt .columns.col-2 {
  gap: 24px;
}
.prodejny-produkt .columns.col-2 .column {
  flex-basis: 180px;
}
.prodejny-produkt .columns.col-2 .column p {
  margin: 0;
}
.prodejny-produkt .map {
  text-align: right;
}
.prodejny-produkt .map img {
  margin: -20px;
}
@media (max-width: 767px) {
  .prodejny-produkt .map {
    text-align: center;
  }
  .prodejny-produkt .map img {
    margin: 0;
  }
}

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

.alternative-categories {
  padding: 40px;
  border-radius: 8px;
  background-color: #fcfcfc;
  border: 1px solid #e9e9e9;
  position: relative;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 16px;
  position: relative;
}
.alternative-categories li {
  display: flex;
  align-items: center;
  background-color: #fff;
  border: 1px solid #e9e9e9;
  border-radius: 8px;
  padding: 8px;
  gap: 8px;
}
.alternative-categories li a {
  text-decoration: none;
}
.alternative-categories li img,
.alternative-categories li a {
  display: block;
}
.alternative-categories li .menu-image {
  max-width: 40px;
  aspect-ratio: 1;
  flex-shrink: 0;
}
.alternative-categories li .menu-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.alternative-categories li > div {
  width: 100%;
}
.alternative-categories li > div > a {
  min-height: 3.4285714286em;
  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 #231f20;
  border-style: none solid solid none;
  transform: rotate(-45deg);
  position: relative;
  right: 2px;
  margin-left: auto;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .alternative-categories {
    padding: 24px;
    gap: 2px;
  }
}

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

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

.related-thumbnail {
  position: absolute;
  right: 2rem;
  top: 0;
  transform: translateY(-148px);
  display: flex;
  align-items: flex-end;
  text-align: right;
  gap: 40px;
  max-width: 495px;
}
.related-thumbnail img {
  border-radius: 8px;
  border: 1px solid #e9e9e9;
  width: 188px;
}
.related-thumbnail .p-name {
  font-size: 1.4285714286rem;
  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;
  border-radius: 8px;
}

@media (max-width: 767px) {
  .shp-tabs-holder {
    border-bottom: 0;
  }
  .tabs-trigger {
    width: 100%;
    gap: 0.25em;
    border: 1px solid #d2d2d2;
    font-weight: 400;
  }
  .tabs-trigger span {
    color: #ec0e26;
  }
  .tabs-trigger::after {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border: 1px solid #231f20;
    border-style: none solid solid none;
    transform: rotate(45deg);
    margin-left: auto;
    position: relative;
    top: -2px;
  }
  .responsive-nav.show #p-detail-tabs {
    display: flex;
  }
}
.basic-descripton ul {
  padding: 0;
  list-style: none;
}
.basic-descripton ul li {
  display: flex;
  align-items: center;
}
.basic-descripton ul li::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background-color: #ec0e26;
  border-radius: 50%;
  margin: 11px;
}
.basic-descripton ol {
  padding: 0;
  list-style: none;
  counter-reset: my-counter;
}
.basic-descripton ol li {
  display: flex;
  align-items: flex-start;
  counter-increment: my-counter;
}
.basic-descripton ol li::before {
  content: counter(my-counter) ")";
  display: block;
  text-align: right;
  color: #ec0e26;
  margin-right: 10px;
  font-weight: 700;
  min-width: 1.7142857143em;
}

#content .text ul ::marker {
  color: #ec0e26;
}

.type-page .content,
.customer-page .content {
  margin-bottom: 100px;
}
.type-page .content h1,
.customer-page .content h1 {
  margin-top: 40px;
}
@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: #ec0e26;
  color: #fff;
}
.type-glossary .content-inner > p strong {
  background-color: #ec0e26;
  color: #fff;
}

.glossary-group > div {
  padding: 30px;
  background-color: #fcfcfc;
  border-top: 1px solid #e9e9e9;
  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: #494949;
}
#glossary-listing a::before {
  content: "";
  display: block;
  position: absolute;
  left: 9px;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #ec0e26;
}

@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%;
  }
}
.form-group:has(#billCountryId) {
  display: none;
}

.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;
  margin-bottom: 12px;
}
.p-info-wrapper .variants-inner:not(.slick-initialized) {
  display: grid;
  gap: 12px;
}
.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.slick-initialized .slick-slide {
  margin: 0 6px;
}
.p-info-wrapper .variants-inner.slick-initialized .slick-list {
  margin: 0 -6px;
}
.p-info-wrapper .variants-inner {
  grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  gap: 16px;
}
.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;
  height: 72px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.p-info-wrapper .stock-info {
  padding: 8px;
  border-radius: 5px;
  border: 1px solid #ebf6cc;
  background-color: #f6fcf2;
}
.p-info-wrapper .stocks-wrapper {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .p-info-wrapper .stocks-wrapper {
    padding-left: 54px;
  }
}
.p-info-wrapper .stocks-wrapper .stocks-row {
  display: flex;
}
.p-info-wrapper .stocks-wrapper .stocks-row > div {
  flex: 1 1;
  padding: 0.1em 0;
}
.p-info-wrapper .stocks-wrapper .stocks-row .stocks-title {
  padding-right: 1em;
  max-width: 300px;
}
.p-info-wrapper .stocks-wrapper .stocks-row .stocks-inner {
  max-width: 70px;
  text-align: right;
}

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

.additional-delivery-info {
  flex-basis: 100%;
}
.additional-delivery-info:empty {
  display: none;
}

@media (max-width: 767px) {
  .scrolled-down body.template-11:not(.ordering-process):not(.search-window-visible):not(.mobile-header-version-0) #dkLabFavHeaderWrapper {
    transform: none;
  }
}
@media (max-width: 767px) {
  .product .lb-product {
    width: 50%;
  }
}

[class*=custom-footer__banner]:has(.hp-banner) {
  display: none;
}

.type-index [class*=custom-footer__banner]:has(.hp-banner) {
  display: block;
}

.hp-banner {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  height: 529px;
}
.hp-banner .banner-card {
  background-size: cover;
  background-position: left;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 40px;
  border-radius: 8px;
  color: #f5f4f4;
  overflow: hidden;
}
.hp-banner .banner-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: inherit;
  background-size: cover;
  background-position: left;
  background-repeat: no-repeat;
  transform: scale(1);
  transition: transform 0.7s ease;
  z-index: 1;
}
.hp-banner .banner-card h3 {
  font-size: 2.2857142857rem;
  font-weight: 600;
  margin: 0;
  opacity: 1;
  z-index: 2;
}
.hp-banner .banner-card a {
  width: fit-content;
  z-index: 2;
}
.hp-banner .banner-card::after {
  content: "";
  position: absolute;
  inset: 0;
  transition: background 0.5s ease;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 100%);
}
@media (min-width: 768px) {
  .hp-banner .banner-card {
    transition: flex 0.6s ease, transform 0.3s ease;
    flex: 1;
  }
  .hp-banner .banner-card h3 {
    transition: transform 0.5s ease, opacity 0.5s ease;
    transform: translateY(0);
  }
  .hp-banner .banner-card a {
    opacity: 0;
    display: none;
    transform: translateY(30px);
    transition: opacity 0.5s ease, transform 0.5s ease;
  }
  .hp-banner .banner-card:hover {
    flex: 2;
  }
  .hp-banner .banner-card:hover h3 {
    transform: translateY(-25px);
  }
  .hp-banner .banner-card:hover a {
    opacity: 1;
    display: block;
    transform: translateY(0);
  }
  .hp-banner .banner-card:hover::before {
    transform: scale(1.2);
  }
}
@media (max-width: 767px) {
  .hp-banner {
    flex-direction: column;
    height: auto;
  }
  .hp-banner .banner-card {
    width: 100%;
    height: 410px;
    gap: 20px;
  }
  .hp-banner .banner-card h3 {
    font-size: 1.7142857143rem;
  }
  .hp-banner .banner-card:hover {
    flex: unset;
  }
  .hp-banner .banner-card a {
    opacity: 1;
    display: block;
    transform: translateY(0);
  }
}

.prodejna-banner {
  display: flex;
  align-items: center;
  gap: 20px;
}
.prodejna-banner h3 {
  font-size: 2.8571428571rem;
  font-weight: 600;
}
.prodejna-banner h3 span {
  color: #ec0e26;
}
.prodejna-banner .btn.btn-primary {
  gap: 12px;
  padding: 16px 32px;
}
.prodejna-banner .btn.btn-primary:after {
  content: url(assets/ArrowRight.svg);
  display: block;
}
@media (max-width: 920px) {
  .prodejna-banner img {
    display: none;
  }
}
@media (max-width: 767px) {
  .prodejna-banner h3 {
    font-size: 2.2857142857rem;
    margin-top: 0;
  }
}

.hp-video h3 {
  font-weight: 600;
}
.hp-video > div {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
}
.hp-video > div iframe {
  width: 100%;
  aspect-ratio: 453/254;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .hp-video > div {
    display: block;
  }
  .hp-video > div .slide iframe {
    pointer-events: none;
    height: 100%;
  }
  .hp-video > div .slide {
    margin-right: 20px;
  }
}

.instagram-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
.instagram-header .h3 {
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 0;
}
.instagram-header .footer-icons {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.instagram-header .footer-icons a {
  display: flex;
  width: 50px;
  height: 50px;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .instagram-header {
    flex-direction: column;
    gap: 10px;
    text-align: center;
    margin-bottom: 24px;
  }
  .instagram-header .h3 {
    margin-bottom: 0;
  }
  .instagram-header .footer-icons a {
    width: 72px;
    height: 72px;
  }
  .instagram-header .footer-icons a img {
    width: 56px;
    height: 56px;
  }
}

.instagram-widget {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 20px;
}
.instagram-widget .instagram-follow-btn {
  display: none;
}
.instagram-widget a {
  border-radius: 20px;
  overflow: hidden;
  max-height: 275px;
}
.instagram-widget a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1116px) {
  .instagram-widget a:nth-child(n+6) {
    display: none;
  }
}
@media (max-width: 936px) {
  .instagram-widget a:nth-child(n+5) {
    display: none;
  }
}
@media (max-width: 739px) {
  .instagram-widget a:nth-child(n+4) {
    display: none;
  }
}
@media (max-width: 559px) {
  .instagram-widget {
    grid-template-columns: repeat(2, 1fr);
  }
  .instagram-widget a:nth-child(n+3) {
    display: none;
  }
}

.dkLabVisitedProductsNew {
  display: none;
}

.type-category .dkLabVisitedProductsNew,
.type-product .dkLabVisitedProductsNew {
  display: block;
  padding-bottom: 90px;
}
.type-category .dkLabVisitedProductsNew .dvpnProducts__item__image,
.type-product .dkLabVisitedProductsNew .dvpnProducts__item__image {
  border-radius: 8px;
  overflow: hidden;
  aspect-ratio: 1;
}
.type-category .dkLabVisitedProductsNew .dvpnProducts__item__name,
.type-product .dkLabVisitedProductsNew .dvpnProducts__item__name {
  text-decoration: none;
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.1428571429em;
  display: block;
  min-height: 1.928125em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 16px;
  text-align: left;
}
.type-category .dkLabVisitedProductsNew .dvpnProducts__item__price,
.type-product .dkLabVisitedProductsNew .dvpnProducts__item__price {
  font-size: 1.4285714286rem;
  font-weight: 300;
  line-height: normal;
  left: unset;
  transform: none;
}
.type-category .dkLabVisitedProductsNew .dvpnProducts__item__price::after,
.type-product .dkLabVisitedProductsNew .dvpnProducts__item__price::after {
  content: " / balení";
  font-size: 1.4285714286rem;
}
.type-category .dvpnProducts,
.type-product .dvpnProducts {
  display: block;
}
.type-category .dvpnProducts .slick-arrow.slick-prev,
.type-product .dvpnProducts .slick-arrow.slick-prev {
  right: 64px;
}

.one-column-body .dkLabVisitedProductsNew .dvpnProducts__item,
.multiple-columns-body .dkLabVisitedProductsNew .dvpnProducts__item {
  min-width: 0;
}

.dmproducts {
  grid-template-columns: repeat(4, minmax(1px, 1fr)) !important;
}
.dmproducts .slick-prev {
  right: 64px;
}
.dmproducts .dkLabFavouriteProductDiv {
  left: 0;
  bottom: 0;
}

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