/*!**********************************************************************************************************************************************************************!*\
  !*** 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";
.content-wrapper {
  background-color: transparent;
}

.content {
  padding-left: 0;
  padding-right: 0;
}

.row {
  margin-left: 0;
  margin-right: 0;
}

.type-index .overall-wrapper {
  padding-top: 0;
}

@media (max-width: 767px) {
  .overall-wrapper {
    padding-top: 0;
  }
  .content-wrapper.container .row {
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 24px;
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .content-wrapper.container .row::before, .content-wrapper.container .row::after {
    display: none;
  }
  .content-wrapper.container .row > div {
    padding: 0;
  }
  .content-wrapper.container .footer-banners.row {
    gap: 0;
  }
}
.wide-carousel {
  overflow: visible !important;
}

.before-carousel {
  padding-top: 36px;
  padding-bottom: 48px;
  margin: 0;
  border: none;
  background-color: transparent;
}

.banners-row {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-left: 0;
  margin-right: 0;
}
.banners-row .col-sm-8,
.banners-row .col-sm-4 {
  width: 100%;
}
.banners-row .col-sm-4 {
  padding: 0;
}
.banners-row::before, .banners-row::after {
  display: none;
}

.next-to-carousel-banners {
  display: flex;
  gap: 24px;
}
@media (max-width: 767px) {
  .next-to-carousel-banners {
    flex-direction: column;
    gap: 16px;
  }
}
.next-to-carousel-banners .banner-wrapper {
  border: 0.5px solid rgba(255, 255, 255, 0.5);
  flex: 1;
}
@media (max-width: 767px) {
  .next-to-carousel-banners .banner-wrapper {
    margin: 0;
  }
}
.next-to-carousel-banners .banner-wrapper a {
  display: block;
}
.next-to-carousel-banners .banner-wrapper a img {
  transition: all 0.15s ease-in;
}
.next-to-carousel-banners .banner-wrapper a:hover img {
  transform: scale(1.05) !important;
}
.next-to-carousel-banners .banner-wrapper + .banner-wrapper {
  margin-top: 0;
}

.next-to-carousel-banners .banner-wrapper,
.carousel-inner {
  border-radius: 12px;
  overflow: hidden;
}

.carousel-inner:hover img {
  transform: scale(1.0125);
}
.carousel-inner img {
  min-height: 420px;
  object-fit: cover;
  transition: all 0.15s ease-in-out;
}
.carousel-inner .extended-banner-texts {
  padding: 2.2222222222% 4.4444444444%;
}
.carousel-inner .extended-banner-link {
  margin-top: 24px;
}
@media (max-width: 767px) {
  .carousel-inner {
    border-radius: 0;
    margin-left: -16px;
    margin-right: -16px;
    width: calc(100% + 32px);
  }
  .carousel-inner img {
    min-height: auto;
  }
}

.custom-category-banner img,
.next-to-carousel-banners .banner-wrapper img {
  min-height: 210px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .custom-category-banner img,
  .next-to-carousel-banners .banner-wrapper img {
    min-height: 180px;
    object-position: right 10% top 50%;
  }
}

.welcome-wrapper .welcome {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 100px;
  text-align: center;
}
@media (max-width: 767px) {
  .welcome-wrapper .welcome {
    margin-bottom: 64px;
  }
}
.welcome-wrapper .welcome h1 {
  font-size: 2.5714285714rem;
  line-height: 1.3611111111em;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 48px;
  margin-top: 100px;
  margin-bottom: 48px;
}
.welcome-wrapper .welcome h1::before, .welcome-wrapper .welcome h1::after {
  content: "";
  width: 50px;
  height: 2px;
  background-color: var(--color-gray);
}
@media (max-width: 767px) {
  .welcome-wrapper .welcome h1 {
    margin-top: 64px;
    margin-bottom: 24px;
    gap: 16px;
    font-size: 1.8571428571rem;
    line-height: 1.3461538462em;
  }
}

.carousel .extended-banner-texts {
  width: 50%;
  min-width: 400px;
}
@media (max-width: 767px) {
  .carousel .extended-banner-texts {
    position: static;
    width: 100%;
    min-width: unset;
    padding: 24px;
    background-color: var(--color-bg-main);
  }
}
@media (max-width: 767px) {
  .carousel .extended-banner-text {
    max-width: 100%;
    margin-bottom: 0;
  }
}
.carousel .extended-banner-link {
  color: var(--color-bg-main) !important;
  text-transform: uppercase;
  border: none;
  font-size: 16px;
  line-height: 24px;
  background: linear-gradient(270deg, #9e6504 0%, #be9652 100%);
  padding: 12px 32px;
}
.carousel .extended-banner-link:hover {
  background-color: var(--color-primary-hover);
  border-color: var(--color-primary-hover);
}
@media (max-width: 767px) {
  .carousel .extended-banner-link {
    border-color: var(--color-font) !important;
  }
}
.carousel .extended-banner-title {
  font-size: clamp(2.1428571429rem, 2.5vw, 3rem);
  line-height: 1.380952381em;
  background: linear-gradient(180deg, #9e6504 0%, #c4984c 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
@media (max-width: 767px) {
  .carousel .extended-banner-title {
    font-size: 2.1428571429rem;
    line-height: 1.4em;
    color: var(--color-font);
  }
}

.benefitBanner {
  margin-top: 0;
  margin-bottom: 100px;
  justify-content: center;
}
@media (max-width: 991px) {
  .benefitBanner {
    row-gap: 24px;
  }
}
@media (max-width: 767px) {
  .benefitBanner {
    margin-bottom: 64px;
    display: flex;
    flex-direction: column;
    gap: 0;
  }
}

.benefitBanner__item {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin: 0;
  border-right: 2px solid var(--color-gray);
}
.benefitBanner__item:last-child {
  border-right: none;
}
@media (max-width: 991px) {
  .benefitBanner__item {
    border: none;
  }
}
@media (max-width: 767px) {
  .benefitBanner__item {
    flex-direction: row;
    align-items: center;
    width: 100%;
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 2px solid var(--color-gray);
  }
  .benefitBanner__item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
.benefitBanner__item > a {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin: 0;
  justify-content: center;
}
.benefitBanner__item > a:last-child {
  border-right: none;
}
@media (max-width: 991px) {
  .benefitBanner__item > a {
    border: none;
  }
}
@media (max-width: 767px) {
  .benefitBanner__item > a {
    flex-direction: row;
    align-items: flex-start;
    width: 100%;
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
  .benefitBanner__item > a:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}

.benefitBanner__picture {
  max-width: unset;
  margin: 0;
  flex: unset;
}
.benefitBanner__picture img {
  mix-blend-mode: normal;
}
@media (max-width: 767px) {
  .benefitBanner__picture {
    margin-right: 12px;
    margin-left: 12px;
  }
}

.benefitBanner__content {
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
  text-align: center;
  margin-top: 16px;
}
@media (max-width: 767px) {
  .benefitBanner__content {
    text-align: left;
    margin-top: 0;
  }
}

.benefitBanner__title {
  font-family: Usual, sans-serif;
  text-transform: uppercase;
}

.benefitBanner__data {
  font-size: 0.8571428571rem;
  line-height: 1.25em;
  color: var(--color-white);
}

.products-block:not(.slick-slider) {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(274px, 1fr));
  gap: 24px;
}
.products-block:not(.slick-slider) > .product {
  width: 100%;
}

@media (max-width: 767px) {
  body.mobile.columns-mobile-2 .products-block:not(.slick-slider) {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 16px;
  }
}

.products-block.slick-slider {
  width: calc(100% + 56px);
  margin: 0 -28px;
}
.products-block.slick-slider .slick-list {
  width: 100% !important;
  border: none !important;
  padding: 36px 16px;
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .products-block.slick-slider .slick-list {
    padding: 16px 8px;
    padding-bottom: 0;
  }
}
@media (max-width: 600px) {
  .products-block.slick-slider .slick-list {
    padding-right: 35vw;
  }
}
.products-block.slick-slider .slick-track {
  display: flex;
}
.products-block.slick-slider .product {
  transition: all 0.15s ease-in;
  margin: 0 12px;
  height: auto;
}
.products-block.slick-slider .product.slick-slide {
  opacity: 0;
  visibility: hidden;
}
.products-block.slick-slider .product.slick-active {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 767px) {
  .products-block.slick-slider .product {
    margin: 0 8px;
  }
  .products-block.slick-slider .product.slick-slide {
    opacity: 1;
    visibility: visible;
  }
}
@media (max-width: 767px) {
  .products-block.slick-slider {
    width: calc(100% + 32px);
    margin: 0 -16px;
  }
  .products-block.slick-slider .slick-arrow {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .products-block.slick-slider .slick-dots,
  .custom-slider-wrapper.slick-slider .slick-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 0;
    margin: 0;
    margin-top: 0px;
    margin-top: 16px;
    list-style: none;
  }
  .products-block.slick-slider .slick-dots li,
  .custom-slider-wrapper.slick-slider .slick-dots li {
    line-height: 0;
  }
  .products-block.slick-slider .slick-dots li button,
  .custom-slider-wrapper.slick-slider .slick-dots li button {
    width: 8px;
    height: 8px;
    background-color: var(--color-border);
    border-radius: 50%;
    padding: 0;
    font-size: 0;
    line-height: 0;
    color: transparent;
  }
  .products-block.slick-slider .slick-dots li.slick-active button,
  .custom-slider-wrapper.slick-slider .slick-dots li.slick-active button {
    width: 12px;
    height: 12px;
  }
}

.products-block.miranda-related-block {
  display: none;
}
.products-block.miranda-related-block.--active {
  display: block;
}

.homepage-group-title.h4,
.top-kategorie__header,
.darky__header,
.blog__header,
.latest-contribution-box__header,
.instagram-header,
.category-title,
h2.products-related-header,
.type-posts-listing h1,
.type-page h1,
.in-zapomenute-heslo h1 {
  margin-top: 100px;
  margin-bottom: 48px;
  font-size: 2.5714285714rem;
  line-height: 1.3611111111em;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 48px;
}
.homepage-group-title.h4::before, .homepage-group-title.h4::after,
.top-kategorie__header::before,
.top-kategorie__header::after,
.darky__header::before,
.darky__header::after,
.blog__header::before,
.blog__header::after,
.latest-contribution-box__header::before,
.latest-contribution-box__header::after,
.instagram-header::before,
.instagram-header::after,
.category-title::before,
.category-title::after,
h2.products-related-header::before,
h2.products-related-header::after,
.type-posts-listing h1::before,
.type-posts-listing h1::after,
.type-page h1::before,
.type-page h1::after,
.in-zapomenute-heslo h1::before,
.in-zapomenute-heslo h1::after {
  content: "";
  width: 50px;
  height: 2px;
  background-color: var(--color-gray);
}
@media (max-width: 767px) {
  .homepage-group-title.h4,
  .top-kategorie__header,
  .darky__header,
  .blog__header,
  .latest-contribution-box__header,
  .instagram-header,
  .category-title,
  h2.products-related-header,
  .type-posts-listing h1,
  .type-page h1,
  .in-zapomenute-heslo h1 {
    margin-top: 64px;
    margin-bottom: 24px;
    font-size: 1.8571428571rem;
    line-height: 1.3461538462em;
    gap: 16px;
    text-align: center;
  }
  .homepage-group-title.h4::before, .homepage-group-title.h4::after,
  .top-kategorie__header::before,
  .top-kategorie__header::after,
  .darky__header::before,
  .darky__header::after,
  .blog__header::before,
  .blog__header::after,
  .latest-contribution-box__header::before,
  .latest-contribution-box__header::after,
  .instagram-header::before,
  .instagram-header::after,
  .category-title::before,
  .category-title::after,
  h2.products-related-header::before,
  h2.products-related-header::after,
  .type-posts-listing h1::before,
  .type-posts-listing h1::after,
  .type-page h1::before,
  .type-page h1::after,
  .in-zapomenute-heslo h1::before,
  .in-zapomenute-heslo h1::after {
    width: 33px;
  }
}

.type-posts-listing h1 {
  margin-top: 36px;
}

.type-page h1,
.in-zapomenute-heslo h1 {
  margin-top: 0;
  margin-bottom: 36px;
}

.id--4 .content-inner h1 {
  text-align: center;
}

.miranda-title-tabs {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  position: relative;
}
.miranda-title-tabs .miranda-title-tab {
  text-transform: uppercase;
  padding: 8px 0;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.15s ease-in-out;
  position: relative;
  position: relative;
}
.miranda-title-tabs .miranda-title-tab::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #c4984c;
  transition: all 0.15s ease-in-out;
  left: 0;
  bottom: 0;
  top: unset;
  transform: scaleX(0);
  transform-origin: center;
  border-radius: 0;
  border: 0;
}
.miranda-title-tabs .miranda-title-tab:hover::before {
  transform: scaleX(1);
}
@media (max-width: 767px) {
  .miranda-title-tabs .miranda-title-tab {
    padding: 8px 6px;
  }
}
.miranda-title-tabs .miranda-title-tab.--active {
  background: var(--Main-100, linear-gradient(180deg, #9e6504 0%, #c4984c 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.miranda-title-tabs .miranda-title-tab.--active::before {
  transform: scaleX(1);
}
.miranda-title-tabs .slick-arrow {
  display: none;
  top: 50%;
  width: 24px;
  height: 100%;
}
.miranda-title-tabs .slick-arrow::before {
  display: none;
  border-radius: 0;
  background-color: var(--color-white);
  width: 8px;
  height: 8px;
  border-bottom: 1px solid var(--color-font);
  border-right: 1px solid var(--color-font);
}
.miranda-title-tabs .slick-arrow.slick-prev {
  left: 0;
}
.miranda-title-tabs .slick-arrow.slick-prev::before {
  transform: rotate(135deg) translate(-7px, -7px);
}
.miranda-title-tabs .slick-arrow.slick-next {
  right: 0;
}
.miranda-title-tabs .slick-arrow.slick-next::before {
  transform: rotate(-45deg) translate(5px, 5px);
}

.products-block.products > div.product {
  border: none;
  padding: 0;
}

.product {
  padding: 0;
}
.product .p:not(.swap-images) img:hover {
  transform: scale(0.95);
}
.product .p .image {
  margin: 0 !important;
  border: 2px solid var(--color-border) !important;
  border-radius: 8px;
  overflow: hidden;
}
.product .p .image img {
  overflow: hidden;
  transition: all 0.15s ease-in-out;
}
.product .p .flags-default {
  left: 8px;
  top: unset;
  bottom: 8px;
  display: flex;
  align-items: center;
  gap: 4px;
  flex-wrap: wrap;
  width: calc(100% - 16px);
}
.product:hover .p .image {
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.04);
}
.product:hover .p-tools .btn-primary {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
}
.product:hover .add-to-cart-button {
  background-color: var(--color-black);
  border-color: var(--color-black);
}
.product .p-tools .btn-primary:hover {
  background-color: var(--color-primary-hover);
  border-color: var(--color-primary-hover);
}
.product .add-to-cart-button:hover {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
}

.miranda-related-block.products-block .p:hover img {
  transform: scale(1);
}

.flag,
.p-code {
  white-space: nowrap;
  padding: 2px 6px;
  border-radius: 4px;
  font-size: 0.8571428571rem;
  line-height: 1.25em;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--color-white);
  margin: 0;
  max-width: unset;
  display: flex;
  align-items: center;
  gap: 4px;
}
.flag span,
.p-code span {
  color: var(--color-white);
}

.flag.flag-new {
  background-color: var(--color-bg-main);
  padding-top: 1px;
  padding-bottom: 1px;
  border: 1px solid var(--Neutral-Bright, #fff);
}

.flag.flag-tip {
  background: var(--gradient-blue);
  color: var(--color-bg-main);
}

.flag.flag-action {
  background-color: var(--color-font);
  color: var(--color-bg-main);
}

.flag.flag-discount {
  background-color: var(--Neutral-Bright, #fff);
  padding-top: 1px;
  padding-bottom: 1px;
  border: 1px solid var(--color-bg-main);
}
.flag.flag-discount span {
  color: var(--color-bg-main);
  font-weight: 600;
}

.p-in {
  padding: 0;
  padding-bottom: 0;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.p-in-in {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  column-gap: 8px;
  padding: 8px;
}
.p-in-in .prices {
  order: 1;
  flex: 1;
}
.p-in-in .ratings-wrapper {
  display: none;
  order: 2;
  flex: 1;
  margin-top: 7px;
  min-height: unset;
  flex-direction: column-reverse;
  align-items: flex-end;
  gap: 6px;
  padding: 0;
}
.p-in-in .ratings-wrapper .availability {
  flex: 1 1 100%;
}
.p-in-in .ratings-wrapper .stars-wrapper {
  flex: 1 1 100%;
}
@media (max-width: 767px) {
  .p-in-in .ratings-wrapper {
    display: none;
  }
}
.p-in-in .name {
  order: 3;
  flex: 1 1 100%;
}

.products-block .p-bottom {
  flex: 1;
  margin-top: 24px;
}

.products-block .p-bottom > div {
  height: 100%;
  display: flex;
  flex-direction: column-reverse;
  gap: 24px;
}

.products-block.products .p .prices {
  display: flex;
  align-items: center;
  column-gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .products-block.products .p .prices {
    flex-direction: column;
    align-items: flex-start;
  }
}
.products-block.products .p .prices .price-final {
  order: 1;
}
.products-block.products .p .prices .price-final strong {
  white-space: nowrap;
  font-size: 2rem;
  line-height: 1.3571428571em;
  font-weight: 700;
  color: var(--color-white);
  font-family: "Usual", sans-serif;
}
@media (max-width: 767px) {
  .products-block.products .p .prices .price-final strong {
    font-size: 1.4285714286rem;
    line-height: 1.35em;
  }
}
.products-block.products .p .prices .price-final .pr-list-unit {
  display: none;
}
.products-block.products .p .prices .price-standard {
  order: 2;
  font-family: "Montserrat", sans-serif;
  font-size: 0.8571428571rem;
  line-height: 1.25em;
  color: var(--color-font-tertiary);
}
.products-block.products .p .prices .price-standard span {
  color: #adacad;
}
.products-block.products .p .prices .price-additional {
  order: 3;
  flex-basis: 100%;
  white-space: nowrap;
}
.products-block.products .p .prices .price-standard,
.products-block.products .p .prices .price-additional {
  font-family: "Montserrat", sans-serif;
  font-size: 0.8571428571rem;
  line-height: 1.25em;
  color: var(--color-font-tertiary);
}

.availability {
  display: flex;
  align-items: center;
  gap: 4px;
}
.availability span {
  color: var(--color-font-tertiary) !important;
  border: none !important;
  white-space: nowrap;
}
@media (max-width: 400px) {
  .availability span {
    white-space: wrap;
  }
}
.availability:before {
  content: "";
  line-height: 0;
}

.stars-placeholder,
.p .stars-wrapper {
  height: 16px;
  margin: 0;
}

.stars {
  width: auto;
  height: 16px;
  margin-right: 0;
  display: flex !important;
  align-items: center;
  gap: 4px;
}
.stars .star {
  width: 16px;
  height: 16px;
  line-height: 16px;
  flex-shrink: 0;
}
.stars .star::before {
  font-size: 16px;
  line-height: 16px;
}

.products-block .p-code {
  right: 10px;
  top: 10px;
  background-color: var(--color-secondary);
  padding: 2px 6px;
}

.products-block.products .p .name {
  font-size: 1.4285714286rem;
  line-height: 1.35em;
  font-weight: 500;
  color: var(--color-white);
  height: auto;
  overflow: unset;
  margin: 0;
  margin-top: 8px;
  height: auto;
  font-family: "Usual", sans-serif;
}
.products-block.products .p .name:hover {
  color: var(--color-font);
  text-decoration: underline;
}
@media (max-width: 767px) {
  .products-block.products .p .name {
    font-size: 1.2857142857rem;
    line-height: 1.3888888889em;
    margin-top: 4px;
  }
}

.widget-parameter-wrapper {
  order: 4;
  flex: 1 1 100%;
  padding: 0;
  font-size: 12px;
  line-height: 15px;
  color: var(--color-font-tertiary);
}
.widget-parameter-wrapper .widget-parameter-list {
  gap: 8px;
}
.widget-parameter-wrapper .widget-parameter-list .widget-parameter-value a {
  color: var(--color-font-tertiary);
  padding: 0;
}
@media (max-width: 767px) {
  .widget-parameter-wrapper {
    display: none;
  }
}

.products-block .p-bottom .p-desc {
  max-height: unset;
  overflow: unset;
  margin: 0;
  padding: 0 8px;
  color: var(--color-font-tertiary);
  margin-bottom: auto;
  flex: unset;
}
@media (max-width: 767px) {
  .products-block .p-bottom .p-desc {
    display: none;
  }
}

.products-block .p-bottom .p-tools {
  width: 100%;
  flex-basis: unset;
}
.products-block .p-bottom .p-tools .btn {
  width: 100%;
}

.middle-banners-wrapper {
  background-color: transparent;
  border: none;
  margin: 0;
  padding: 0;
}
.middle-banners-wrapper .row {
  display: flex;
  flex-direction: column;
}
.middle-banners-wrapper .row > div {
  padding: 0;
  width: 100%;
}

.footer-banners {
  display: flex;
  flex-direction: column;
  margin: 0;
}
.footer-banners::before, .footer-banners::after {
  display: none;
}
.footer-banners > div {
  width: 100%;
  padding: 0;
}

.top-kategorie__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 32px;
  flex-wrap: wrap;
  justify-content: center;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
}
@media (max-width: 767px) {
  .top-kategorie__list {
    gap: 16px;
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  }
}

.top-kategorie__item,
.darky__item {
  display: block;
}
.top-kategorie__item img,
.darky__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.top-kategorie__item--wide {
  grid-column-end: span 2;
}

.top-kategorie__link,
.darky__link {
  display: flex !important;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}
.top-kategorie__link img,
.darky__link img {
  transition: all 0.15s ease-in;
}
.top-kategorie__link:hover img,
.darky__link:hover img {
  transform: scale(1.1) !important;
}
.top-kategorie__link:hover .top-kategorie__title::before,
.top-kategorie__link:hover .darky__title::before,
.darky__link:hover .top-kategorie__title::before,
.darky__link:hover .darky__title::before {
  width: 100%;
}

@media (max-width: 600px) {
  .darky__link img {
    aspect-ratio: 343/160;
  }
}

.top-kategorie__title,
.darky__title {
  position: absolute;
  top: 24px;
  left: 24px;
  max-width: calc(100% - 48px);
  margin: 0;
  font-size: 1.7142857143rem;
  line-height: 1.375em;
  font-family: "Usual", sans-serif;
  color: var(--color-white);
}
.top-kategorie__title::before,
.darky__title::before {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -2px;
  content: "";
  width: 0;
  height: 3px;
  background-color: var(--color-white);
  border-radius: 999px;
  transition: width 0.15s ease-in;
}
@media (max-width: 767px) {
  .top-kategorie__title,
  .darky__title {
    top: 12px;
    left: 12px;
    font-size: 1.2857142857rem;
    line-height: 1.3888888889em;
    max-width: calc(100% - 24px);
  }
}

.top-kategorie__title--inverse {
  color: var(--color-white);
}
.top-kategorie__title--inverse::before {
  background-color: var(--color-white);
}

.darky__list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 767px) {
  .darky__list {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 16px;
  }
}

.darky__item {
  display: block;
  flex: 1 1 464px;
}

.darky__title {
  font-size: 2.2857142857rem;
  line-height: 1.375em;
  color: var(--color-bg-main);
}
.darky__title::before {
  background-color: var(--color-bg-main);
}
@media (max-width: 767px) {
  .darky__title {
    top: 16px;
    left: 16px;
    font-size: 1.7142857143rem;
    line-height: 1.375em;
    max-width: calc(100% - 32px);
  }
}

.favourite-brands {
  width: calc(100 * var(--vw));
  margin: 0 calc(50% - 50 * var(--vw));
  background: var(--gradient);
  padding: 48px 0;
  margin-top: 100px;
}
@media (max-width: 767px) {
  .favourite-brands {
    margin-top: 64px;
    padding: 36px 0;
  }
}

.favourite-brands__container {
  display: flex;
  align-items: flex-start;
  gap: 32px;
  justify-content: space-between;
}
.favourite-brands__container::before, .favourite-brands__container::after {
  display: none;
}
@media (max-width: 767px) {
  .favourite-brands__container {
    flex-direction: column;
  }
}

.favourite-brands__wrapper {
  flex: 1 0 360px;
}
@media (max-width: 767px) {
  .favourite-brands__wrapper {
    flex: unset;
    width: 100%;
  }
}

.favourite-brands__slider-wrapper {
  flex: 1 1 1044px;
  padding: 0 22px;
  margin-right: -22px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .favourite-brands__slider-wrapper {
    flex: unset;
    width: calc(100% + 16px);
    padding: 0 12px;
    margin-right: -16px;
  }
}

.favourite-brands__slider {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
  width: 100%;
}
.favourite-brands__slider .slick-list {
  margin: 0 -12px;
}
.favourite-brands__slider .slick-arrow {
  top: 50%;
}
@media (max-width: 767px) {
  .favourite-brands__slider .slick-arrow {
    display: none;
  }
}
.favourite-brands__slider .slick-arrow.slick-prev {
  left: -22px;
}
.favourite-brands__slider .slick-arrow.slick-next {
  right: -22px;
}
.favourite-brands__slider .slick-dots {
  padding: 0;
  margin: 0 20px;
  margin-top: 16px;
  list-style: none;
  border-radius: 999px;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.favourite-brands__slider .slick-dots li {
  flex: 1;
}
.favourite-brands__slider .slick-dots li button {
  padding: 0;
  font-size: 0;
  line-height: 0;
  color: transparent;
  height: 4px;
  width: 100%;
  background-color: var(--color-white);
}
.favourite-brands__slider .slick-dots li.slick-active button {
  background-color: var(--color-black);
}

.favourite-brands__slide {
  margin: 0 12px;
}

.favourite-brands__link {
  display: flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  overflow: hidden;
}
.favourite-brands__link img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.15s ease-in;
}
.favourite-brands__link:hover img {
  transform: scale(1.1) !important;
}

.favourite-brands__header {
  margin: 0;
  font-family: Usual, sans-serif;
  font-size: 2.5714285714rem;
  line-height: 1.3611111111em;
  color: var(--color-white);
}
@media (max-width: 767px) {
  .favourite-brands__header {
    font-size: 1.8571428571rem;
    line-height: 1.3461538462em;
    text-align: center;
  }
}

.favourite-brands__perex {
  color: var(--color-white);
  margin: 0;
  font-size: 1.2857142857rem;
  line-height: 1.6666666667em;
}
@media (max-width: 767px) {
  .favourite-brands__perex {
    text-align: center;
    font-size: 1rem;
    line-height: 1.7142857143em;
  }
}

.favourite-brands__btn {
  margin-top: 36px;
}
.favourite-brands__btn::before {
  line-height: 0;
}
@media (max-width: 767px) {
  .favourite-brands__btn {
    width: 100% !important;
    margin-top: 24px;
  }
}

.type-posts-listing .content-inner {
  max-width: 100%;
  margin-bottom: clamp(64px, 10vw, 100px);
}
@media (max-width: 767px) {
  .type-posts-listing .content-inner {
    margin-bottom: 0;
  }
}

.blog__wrapper,
.news-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  .blog__wrapper,
  .news-wrapper {
    column-gap: 16px;
    row-gap: 24px;
  }
}

.news-item {
  margin: 0;
  padding: 0;
  width: calc(50% - 12px);
  align-items: flex-start;
}
@media (max-width: 1200px) {
  .news-item {
    flex-direction: column;
  }
}
@media (max-width: 592px) {
  .news-item {
    width: 100%;
  }
}
.news-item:hover .text .news-item__link {
  transform: translateX(10px);
}
.news-item:hover .text .news-item__link::after {
  transform: rotate(-45deg) translate(5px, 5px);
}
.news-item:hover .text .title {
  color: var(--color-primary);
  text-decoration: underline;
}
.news-item .image {
  margin: 0;
  flex: 1 1 342px;
  width: 100%;
}
@media (max-width: 1200px) {
  .news-item .image {
    flex: unset;
  }
}
.news-item .image a {
  display: block;
  border-radius: 12px;
  overflow: hidden;
}
.news-item .image a img {
  transition: all 0.15s ease-in;
}
.news-item .image a:hover img {
  transform: scale(1.05) !important;
}
.news-item .text {
  flex: 1 1 366px;
  padding: 24px;
}
@media (max-width: 1200px) {
  .news-item .text {
    flex: unset;
    padding: 12px;
  }
}
.news-item .text .title {
  font-family: Usual, sans-serif;
  font-size: 2rem;
  line-height: 1.3571428571em;
  font-weight: 700;
  color: var(--color-font);
  margin: 0;
  transition: all 0s;
}
.news-item .text .title:hover {
  color: var(--color-primary);
}
.news-item .text time {
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--color-font-tertiary);
}
.news-item .text time::before {
  line-height: 0;
}
@media (max-width: 767px) {
  .news-item .text time {
    margin-bottom: 8px;
  }
}
.news-item .text .description {
  color: var(--color-font-secondary);
  line-height: inherit;
  margin-bottom: 24px;
}
.news-item .text .description p:first-child {
  margin-top: 0;
}
@media (max-width: 767px) {
  .news-item .text .description {
    margin-bottom: 16px;
  }
}
.news-item .text .news-item__link {
  font-size: inherit;
  line-height: inherit;
  color: var(--color-primary-hover);
  text-decoration: underline;
  display: inline-flex;
  gap: 10px;
  align-items: center;
}
.news-item .text .news-item__link::after {
  content: "";
  width: 5px;
  height: 5px;
  border-bottom: 1px solid var(--color-primary-hover);
  border-right: 1px solid var(--color-primary-hover);
  transform: rotate(-45deg);
  transition: all 0.15s ease-in;
}

.blog__link-wrap {
  text-align: center;
}

.latest-contribution-box {
  display: none;
  margin-bottom: 100px;
}
.latest-contribution-box .container {
  padding: 0;
}
@media (max-width: 767px) {
  .latest-contribution-box {
    margin-bottom: 64px;
    padding: 0 19px;
  }
}

.latest-contribution-wrapper {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
@media (max-width: 767px) {
  .latest-contribution-wrapper {
    flex-direction: column;
  }
}

.latest-contribution {
  padding: 0 !important;
  flex: 1;
}
.latest-contribution h2 {
  font-family: Usual, sans-serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.7142857143em;
  text-transform: uppercase;
  margin: 0;
}

.latest-contribution-inner {
  margin-top: 24px;
  padding: 36px;
  border-radius: 12px;
  border: 2px solid var(--color-border);
  background-color: var(--color-white);
}
@media (max-width: 767px) {
  .latest-contribution-inner {
    margin-top: 16px;
    padding: 24px;
    position: relative;
  }
}

.latest-contribution-image {
  height: 100px;
  flex: 0 0 100px;
  margin-right: 24px;
}
.latest-contribution-image .vote-initials {
  width: 100px;
  height: 100px;
  background: var(--gradient) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Usual, sans-serif;
  font-weight: 700;
  font-size: 2.5714285714rem;
  line-height: 1.3611111111em;
  color: var(--color-white);
  border: none;
}
@media (max-width: 767px) {
  .latest-contribution-image {
    position: absolute;
    top: 24px;
    left: 24px;
    height: 50px;
    width: 50px;
    flex: unset;
    margin: 0;
  }
  .latest-contribution-image .vote-initials {
    width: 50px;
    height: 50px;
    font-size: 1.7142857143rem;
    line-height: 1.375em;
  }
}

@media (max-width: 767px) {
  .latest-contribution-content {
    width: 100%;
  }
}

.latest-contribution-product {
  font-family: Usual, sans-serif;
  font-weight: 700;
  font-size: 1.7142857143rem;
  line-height: 1.375em;
  color: var(--color-font);
  margin-bottom: 8px;
  height: auto;
  white-space: break-spaces;
}
@media (max-width: 767px) {
  .latest-contribution-product {
    margin-left: 60px;
    margin-bottom: 0;
  }
}

.latest-contribution-info {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .latest-contribution-info {
    margin-left: 60px;
    margin-bottom: 16px;
  }
}
.latest-contribution-info i {
  display: none;
}
.latest-contribution-info .latest-contribution-date {
  display: none;
}
.latest-contribution-info .latest-contribution-title {
  display: none;
}
.latest-contribution-info .stars {
  width: auto;
  height: 16px;
}

.akce-banner {
  margin-top: 100px;
  display: flex;
  gap: 24px;
  align-items: stretch;
}
@media (max-width: 767px) {
  .akce-banner {
    margin-top: 64px;
    flex-direction: column;
  }
}

.akce-banner__card {
  flex: 1 0 342px;
  border-radius: 12px;
  overflow: hidden;
  background: var(--gradient-blue);
}
@media (max-width: 1200px) {
  .akce-banner__card:first-child {
    display: none;
  }
}
@media (max-width: 767px) {
  .akce-banner__card {
    flex: unset;
  }
  .akce-banner__card:first-child {
    display: block;
  }
  .akce-banner__card:first-child .akce-banner__link {
    display: grid !important;
    grid-template-columns: 1fr 40%;
    grid-template-rows: auto auto auto;
    align-items: start;
    text-align: start;
    gap: 0.5rem;
  }
  .akce-banner__card:first-child .akce-banner__link .akce-banner__perex,
  .akce-banner__card:first-child .akce-banner__link .akce-banner__title,
  .akce-banner__card:first-child .akce-banner__link .akce-banner__cta {
    grid-column: 1;
    text-align: start;
    align-items: start;
    justify-content: start;
  }
  .akce-banner__card:first-child .akce-banner__link .akce-banner__title {
    font-size: 1.8571428571rem;
  }
  .akce-banner__card:first-child .akce-banner__link .akce-banner__perex {
    letter-spacing: 0;
    font-weight: 600;
  }
  .akce-banner__card:first-child .akce-banner__link img {
    grid-column: 2;
    grid-row: 1/-1;
    height: 100%;
    object-fit: contain;
  }
}

.akce-banner__card--wide {
  flex: 1 1 708px;
  padding: 0;
  position: relative;
}
@media (max-width: 767px) {
  .akce-banner__card--wide {
    flex: unset;
  }
}
.akce-banner__card--wide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.akce-banner__card--wide .akce-banner__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .akce-banner__card--wide .akce-banner__link {
    background: linear-gradient(180deg, rgba(204, 204, 204, 0) 4.15%, #ccc 44.57%);
  }
}
.akce-banner__card--wide .akce-banner__title {
  text-align: left;
}
.akce-banner__card--wide .akce-banner__btn {
  margin-top: 24px;
  border-radius: 6px;
  color: var(--color-bg-main) !important;
}
@media (max-width: 767px) {
  .akce-banner__card--wide .akce-banner__btn {
    margin-top: 16px;
    color: white !important;
    border-color: white;
  }
}

.akce-banner__link {
  width: 100%;
  height: 100%;
  padding: 36px 45px;
  display: flex !important;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 767px) {
  .akce-banner__link {
    padding: 24px;
  }
}

.akce-banner__cta {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: var(--color-white);
  font-weight: 700;
}

.akce-banner__card:first-child .akce-banner__cta::before {
  content: url(assets/info.svg);
  line-height: 0;
}

.akce-banner__card:last-child .akce-banner__cta::after {
  content: "";
  width: 5px;
  height: 5px;
  border-bottom: 1px solid var(--color-white);
  border-right: 1px solid var(--color-white);
  transform: rotate(-45deg);
  transition: all 0.15s ease-in;
}

.akce-banner__perex {
  font-size: 1rem;
  line-height: 1.6666666667em;
  color: var(--color-bg-main);
  letter-spacing: 5.04px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .akce-banner__perex {
    font-size: 0.8571428571rem;
    line-height: 1.25em;
  }
}

.akce-banner__title {
  font-family: Usual, sans-serif;
  font-weight: 700;
  font-size: 2.2857142857rem;
  line-height: 1.3611111111em;
  color: var(--color-bg-main);
  margin: 0;
  text-align: center;
}
@media (max-width: 767px) {
  .akce-banner__title {
    font-size: 1.5714285714rem;
    line-height: 1.3636363636em;
  }
}

.akce-banner__card:first-of-type .akce-banner__perex,
.akce-banner__card:first-of-type .akce-banner__title {
  color: var(--color-white);
}

.akce-banner__strong-text {
  font-family: Usual, sans-serif;
  font-weight: 700;
  font-size: 6.5714285714rem;
  line-height: 1.3695652174em;
  color: var(--color-white);
  margin: 0;
  margin-bottom: 24px;
  text-align: center;
}
@media (max-width: 767px) {
  .akce-banner__strong-text {
    margin-bottom: 16px;
  }
}

.akce-banner__timer {
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .akce-banner__timer {
    margin-bottom: 16px;
  }
}

.akce-banner__timer-perex {
  width: 100%;
  background-color: var(--color-bg-main);
  color: var(--color-white);
  text-transform: uppercase;
  margin-bottom: 36px;
}
@media (max-width: 767px) {
  .akce-banner__timer-perex {
    margin-bottom: 24px;
  }
}

.timer {
  width: 100%;
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
}
.timer > div {
  padding: 16px 8px;
  background-color: var(--color-white);
  border-radius: 6px;
  width: calc(33.3333333333% - 13.3333333333px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  font-size: 0.8571428571rem;
  line-height: 1.25em;
  font-weight: 600;
  color: var(--color-bg-main);
}

.timer__container {
  font-size: 2.2857142857rem;
  line-height: 1.21875em;
  font-weight: 700;
  color: var(--color-bg-main);
}

@media (max-width: 994px) {
  .sidebar + .category-content-wrapper .products-block:not(.slick-slider) {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  }
}

.type-post .news-item-detail {
  position: relative;
}
.type-post .news-item-detail > h1 {
  width: calc(100% - 120px);
  font-size: 3rem;
  line-height: 1.3571428571em;
  font-weight: 700;
  margin: 0;
}
@media (max-width: 767px) {
  .type-post .news-item-detail > h1 {
    font-size: 2.1428571429rem;
    line-height: 1.3666666667em;
    padding-top: 20px;
    width: 100%;
  }
}
.type-post .news-item-detail > time {
  margin: 0;
  position: absolute;
  right: 0;
  top: 16.5px;
  font-size: 1rem;
  line-height: 1.7142857143em;
  font-weight: 500;
  color: var(--color-font-tertiary);
  display: flex;
  align-items: center;
  gap: 8px;
}
.type-post .news-item-detail > time::before {
  content: "";
  width: 24px;
  height: 24px;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 767px) {
  .type-post .news-item-detail > time {
    right: unset;
    left: 0;
    top: 0;
    font-size: 0.8571428571rem;
    line-height: 1.25em;
  }
  .type-post .news-item-detail > time::before {
    width: 16px;
    height: 16px;
    background-size: 88.8888888889%;
  }
}
.type-post .content-inner {
  max-width: 920px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .type-post .content-inner {
    margin-top: 24px;
  }
}
.type-post .content-inner .next-prev {
  margin-top: 40px;
  margin-bottom: clamp(48px, 5vw, 96px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.type-post .content-inner .next-prev .btn.inline-block:first-child {
  order: 1;
}
.type-post .content-inner .next-prev .btn.inline-block:last-child {
  order: 3;
}
.type-post .content-inner .next-prev::after {
  content: "";
  flex: 1;
  height: 2px;
  background-color: var(--color-border-2);
  order: 2;
}

.type-post .content-inner .text,
.type-page:not(.in-jak-pouzivat) div[itemprop=about] {
  margin-top: 24px;
}
.type-post .content-inner .text p,
.type-post .content-inner .text ul,
.type-post .content-inner .text ol,
.type-post .content-inner .text blockquote,
.type-page:not(.in-jak-pouzivat) div[itemprop=about] p,
.type-page:not(.in-jak-pouzivat) div[itemprop=about] ul,
.type-page:not(.in-jak-pouzivat) div[itemprop=about] ol,
.type-page:not(.in-jak-pouzivat) div[itemprop=about] blockquote {
  margin: 24px 0;
}
.type-post .content-inner .text p:first-child,
.type-page:not(.in-jak-pouzivat) div[itemprop=about] p:first-child {
  margin-top: 0;
}
.type-post .content-inner .text p:last-child,
.type-page:not(.in-jak-pouzivat) div[itemprop=about] p:last-child {
  margin-bottom: 0;
}
.type-post .content-inner .text img,
.type-page:not(.in-jak-pouzivat) div[itemprop=about] img {
  display: block;
  border-radius: 12px;
}
.type-post .content-inner .text ul,
.type-page:not(.in-jak-pouzivat) div[itemprop=about] ul {
  padding-left: 0;
  list-style: none;
}
.type-post .content-inner .text ul li,
.type-page:not(.in-jak-pouzivat) div[itemprop=about] ul li {
  padding-left: 26px;
  position: relative;
}
.type-post .content-inner .text ul li::before,
.type-page:not(.in-jak-pouzivat) div[itemprop=about] ul li::before {
  position: absolute;
  left: 13px;
  top: 13px;
  transform: translate(-50%, -50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--color-primary);
  content: "";
}
.type-post .content-inner .text ol,
.type-page:not(.in-jak-pouzivat) div[itemprop=about] ol {
  padding-left: 0;
  list-style: none;
  counter-reset: li;
}
.type-post .content-inner .text ol li,
.type-page:not(.in-jak-pouzivat) div[itemprop=about] ol li {
  padding-left: 26px;
  position: relative;
  counter-increment: li;
}
.type-post .content-inner .text ol li::before,
.type-page:not(.in-jak-pouzivat) div[itemprop=about] ol li::before {
  position: absolute;
  left: 13px;
  top: 13px;
  transform: translate(-50%, -50%);
  font-weight: 600;
  content: counter(li) ")";
}
.type-post .content-inner .text blockquote,
.type-page:not(.in-jak-pouzivat) div[itemprop=about] blockquote {
  padding: clamp(24px, 2.5vw, 48px);
  border-radius: 12px;
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.04);
}
.type-post .content-inner .text blockquote:first-child,
.type-page:not(.in-jak-pouzivat) div[itemprop=about] blockquote:first-child {
  margin-top: 0;
}
.type-post .content-inner .text blockquote:last-child,
.type-page:not(.in-jak-pouzivat) div[itemprop=about] blockquote:last-child {
  margin-bottom: 0;
}
.type-post .content-inner .text blockquote p,
.type-page:not(.in-jak-pouzivat) div[itemprop=about] blockquote p {
  margin: 24px 0;
}
.type-post .content-inner .text blockquote h1,
.type-post .content-inner .text blockquote h2,
.type-post .content-inner .text blockquote h3,
.type-post .content-inner .text blockquote h4,
.type-post .content-inner .text blockquote h5,
.type-post .content-inner .text blockquote h6,
.type-page:not(.in-jak-pouzivat) div[itemprop=about] blockquote h1,
.type-page:not(.in-jak-pouzivat) div[itemprop=about] blockquote h2,
.type-page:not(.in-jak-pouzivat) div[itemprop=about] blockquote h3,
.type-page:not(.in-jak-pouzivat) div[itemprop=about] blockquote h4,
.type-page:not(.in-jak-pouzivat) div[itemprop=about] blockquote h5,
.type-page:not(.in-jak-pouzivat) div[itemprop=about] blockquote h6 {
  color: var(--color-primary);
  margin: 0;
  font-weight: 700;
}
.type-post .content-inner .text blockquote h1 span,
.type-post .content-inner .text blockquote h2 span,
.type-post .content-inner .text blockquote h3 span,
.type-post .content-inner .text blockquote h4 span,
.type-post .content-inner .text blockquote h5 span,
.type-post .content-inner .text blockquote h6 span,
.type-page:not(.in-jak-pouzivat) div[itemprop=about] blockquote h1 span,
.type-page:not(.in-jak-pouzivat) div[itemprop=about] blockquote h2 span,
.type-page:not(.in-jak-pouzivat) div[itemprop=about] blockquote h3 span,
.type-page:not(.in-jak-pouzivat) div[itemprop=about] blockquote h4 span,
.type-page:not(.in-jak-pouzivat) div[itemprop=about] blockquote h5 span,
.type-page:not(.in-jak-pouzivat) div[itemprop=about] blockquote h6 span {
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
}
.type-post .content-inner .text > div:not(.plus-gallery-wrap),
.type-page:not(.in-jak-pouzivat) div[itemprop=about] > div:not(.plus-gallery-wrap) {
  margin: 24px 0;
  columns: 2;
  gap: clamp(24px, 2.5vw, 48px);
}
@media (max-width: 767px) {
  .type-post .content-inner .text > div:not(.plus-gallery-wrap),
  .type-page:not(.in-jak-pouzivat) div[itemprop=about] > div:not(.plus-gallery-wrap) {
    columns: unset;
  }
}
.type-post .content-inner .text > div.plus-gallery-wrap,
.type-page:not(.in-jak-pouzivat) div[itemprop=about] > div.plus-gallery-wrap {
  margin: 24px 0;
  text-align: center;
}
.type-post .content-inner .text > div.plus-gallery-wrap .plus-gallery-item,
.type-page:not(.in-jak-pouzivat) div[itemprop=about] > div.plus-gallery-wrap .plus-gallery-item {
  border: none;
}
.type-post .content-inner .text > div.plus-gallery-wrap .plus-gallery-item a,
.type-page:not(.in-jak-pouzivat) div[itemprop=about] > div.plus-gallery-wrap .plus-gallery-item a {
  display: block;
}
.type-post .content-inner .text > div.plus-gallery-wrap .plus-gallery-item a img,
.type-page:not(.in-jak-pouzivat) div[itemprop=about] > div.plus-gallery-wrap .plus-gallery-item a img {
  position: static;
  transform: unset;
}
.type-post .content-inner .text table,
.type-page:not(.in-jak-pouzivat) div[itemprop=about] table {
  width: 100%;
}
.type-post .content-inner .text table tbody,
.type-page:not(.in-jak-pouzivat) div[itemprop=about] table tbody {
  display: flex;
  flex-direction: column;
}
.type-post .content-inner .text table tbody tr,
.type-page:not(.in-jak-pouzivat) div[itemprop=about] table tbody tr {
  border-radius: 8px;
  overflow: hidden;
  display: flex;
}
.type-post .content-inner .text table tbody tr:nth-child(odd),
.type-page:not(.in-jak-pouzivat) div[itemprop=about] table tbody tr:nth-child(odd) {
  background-color: rgba(255, 255, 255, 0.1);
}
.type-post .content-inner .text table tbody tr:first-child:has(th),
.type-page:not(.in-jak-pouzivat) div[itemprop=about] table tbody tr:first-child:has(th) {
  background: var(--gradient-blue);
}
.type-post .content-inner .text table tbody tr:first-child:has(th) th,
.type-page:not(.in-jak-pouzivat) div[itemprop=about] table tbody tr:first-child:has(th) th {
  color: var(--color-white);
}
.type-post .content-inner .text table tbody th,
.type-page:not(.in-jak-pouzivat) div[itemprop=about] table tbody th {
  font-weight: 600;
}
.type-post .content-inner .text table tbody th,
.type-post .content-inner .text table tbody td,
.type-page:not(.in-jak-pouzivat) div[itemprop=about] table tbody th,
.type-page:not(.in-jak-pouzivat) div[itemprop=about] table tbody td {
  flex: 1;
  padding: 12px;
  border: none;
}
.type-post .content-inner .text table tbody th:first-child,
.type-post .content-inner .text table tbody td:first-child,
.type-page:not(.in-jak-pouzivat) div[itemprop=about] table tbody th:first-child,
.type-page:not(.in-jak-pouzivat) div[itemprop=about] table tbody td:first-child {
  text-align: left;
}
.type-post .content-inner .text table tbody th:last-child,
.type-post .content-inner .text table tbody td:last-child,
.type-page:not(.in-jak-pouzivat) div[itemprop=about] table tbody th:last-child,
.type-page:not(.in-jak-pouzivat) div[itemprop=about] table tbody td:last-child {
  text-align: right;
}

.in-kontakty .content-inner {
  max-width: 720px;
  margin-bottom: clamp(48px, 5vw, 96px);
  margin-left: auto;
  margin-right: auto;
}
.in-kontakty div[itemprop=about] {
  padding: clamp(32px, 3.5vw, 64px) clamp(48px, 5vw, 96px);
  background-color: var(--color-white);
  border-radius: 12px;
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.04);
  text-align: center;
}
@media (max-width: 767px) {
  .in-kontakty div[itemprop=about] {
    padding: 24px 12px;
  }
}
.in-kontakty div[itemprop=about] h2 {
  margin-top: 0;
}
.in-kontakty div[itemprop=about] #formContact {
  text-align: left;
  margin-top: 36px;
}
.in-kontakty div[itemprop=about] p:empty {
  display: none;
}
.in-kontakty .submit-wrapper .btn {
  width: 100%;
}

.contacts {
  margin-top: 36px;
  margin-bottom: clamp(48px, 5vw, 96px);
}
.contacts > p {
  text-align: center;
}

.contacts__container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 48px;
}
@media (max-width: 767px) {
  .contacts__container {
    gap: 12px;
    flex-direction: column;
    align-items: flex-start;
  }
}

.contacts__wrap {
  display: flex;
  flex-direction: column;
}
.contacts__wrap a {
  font-weight: 700;
  white-space: nowrap;
}
.contacts__wrap span {
  display: block;
  margin-left: 34px;
  white-space: nowrap;
}

.contacts__email {
  display: flex;
  align-items: center;
  gap: 10px;
}
.contacts__email::before {
  content: "";
  width: 24px;
  height: 24px;
  background: url(assets/mail-black.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.contacts__tel {
  display: flex;
  align-items: center;
  gap: 10px;
}
.contacts__tel::before {
  content: "";
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.type-page .content-wrapper-in {
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .type-page .content-wrapper-in {
    margin-top: 36px;
  }
}
.type-page > h2 {
  font-size: 2.2857142857rem;
  line-height: 1.53125em;
  margin: 1.125em 0;
}
@media (max-width: 767px) {
  .type-page > h2 {
    font-size: 1.8571428571rem;
    line-height: 1.3461538462em;
  }
}

.type-page .content-inner {
  margin-bottom: clamp(48px, 5vw, 96px);
}

#register-form {
  max-width: 920px;
  margin: 0 auto;
}
#register-form .co-box {
  margin: 24px 0;
  padding: 0;
  border: none;
}
#register-form input[type=radio] + label {
  display: block;
}

#additionalInformation {
  border: none;
}

.in-zapomenute-heslo .sidebar {
  display: none;
}
.in-zapomenute-heslo .content {
  margin-bottom: clamp(48px, 5vw, 96px);
}
@media (max-width: 767px) {
  .in-zapomenute-heslo .content {
    margin-top: 36px;
    margin-bottom: 36px;
  }
}
.in-zapomenute-heslo .content-inner {
  max-width: 920px;
}

#formForgottenPassword h2 {
  margin-top: 0;
}

.customer-page .content-wrapper {
  margin-bottom: clamp(48px, 5vw, 96px);
}
.customer-page .sidebar {
  padding: 24px;
  border-right: 2px solid var(--color-border);
}
@media (max-width: 767px) {
  .customer-page .sidebar {
    max-width: unset;
    width: 100%;
    border: none;
    padding: 0;
  }
}
.customer-page .sidebar .banner {
  display: none;
}
.customer-page .client-center-box {
  margin: 0;
}
.customer-page .client-center-box ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
}
.customer-page .client-center-box ul li a:not(.btn-primary) {
  display: block;
  padding: 12px 0;
  border-bottom: 1px solid var(--color-border-2);
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 10px;
}
.customer-page .client-center-box ul li a:not(.btn-primary)::before {
  content: "";
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.15s ease-in;
}
.customer-page .client-center-box ul li a:not(.btn-primary)::after {
  content: "";
  width: 7px;
  height: 7px;
  margin-left: auto;
  border-bottom: 2px solid var(--color-font);
  border-right: 2px solid var(--color-font);
  transform: rotate(-45deg);
  transition: all 0.15s ease-in;
}
.customer-page .client-center-box ul li a:not(.btn-primary):hover {
  color: var(--color-primary);
}
.customer-page .client-center-box ul li a:not(.btn-primary):hover::after {
  border-bottom: 2px solid var(--color-primary);
  border-right: 2px solid var(--color-primary);
  transform: translateX(-20px) rotate(-45deg);
}
.customer-page .client-center-box ul li a:not(.btn-primary):hover::before {
  filter: brightness(0) saturate(100%) invert(26%) sepia(97%) saturate(5283%) hue-rotate(218deg) brightness(103%) contrast(106%);
}
.customer-page .client-center-box ul li .btn-primary {
  width: 100%;
  border-color: var(--color-black);
  color: var(--color-black);
}
.customer-page .client-center-box ul li:first-child a {
  font-size: 2rem;
  line-height: 1.3571428571em;
  font-family: Usual, sans-serif;
}
.customer-page .client-center-box ul li:first-child a::after {
  display: none;
}
.customer-page .client-center-box ul li:last-child a {
  border-bottom: none;
}
.customer-page .client-center-box ul li.logout {
  order: 999;
}
.customer-page .content-inner {
  max-width: unset;
  margin-left: 48px;
}
@media (max-width: 767px) {
  .customer-page .content-inner {
    margin-left: 0;
    margin-top: 36px;
  }
}
.customer-page .content-inner h1 {
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 1.7142857143rem;
  line-height: 1.375em;
}
.customer-page .content-inner h2,
.customer-page .content-inner h4 {
  margin: 24px 0;
  font-size: 1.4285714286rem;
  line-height: 1.3em;
}
.customer-page .content-inner table {
  border-radius: 12px;
  overflow: hidden;
  width: 100% !important;
}
.customer-page .content-inner table thead tr {
  margin: 0;
  padding: 0;
  border: none;
  background: var(--gradient-blue);
}
.customer-page .content-inner table thead tr th {
  border: none;
  padding: 12px;
  text-align: center;
  color: var(--color-white);
}
@media (max-width: 767px) {
  .customer-page .content-inner table thead {
    display: none;
  }
}
.customer-page .content-inner table tbody tr {
  margin: 0;
  padding: 0;
  border: none;
}
.customer-page .content-inner table tbody tr:nth-child(even) {
  background-color: var(--color-border);
}
.customer-page .content-inner table tbody tr td {
  padding: 12px;
  text-align: center;
  border: none;
}
@media (max-width: 767px) {
  .customer-page .content-inner table tbody tr td {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 5px;
    flex: 100%;
  }
  .customer-page .content-inner table tbody tr td:nth-child(odd) {
    background-color: var(--color-border);
  }
  .customer-page .content-inner table tbody tr td:first-child {
    background: var(--gradient-blue);
    border-radius: 8px;
    color: white;
  }
  .customer-page .content-inner table tbody tr td:first-child a {
    color: white;
  }
}
.customer-page .content-inner .pagination-wrapper {
  gap: 10px;
}
@media (max-width: 767px) {
  .customer-page .content-inner .pagination-wrapper {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .customer-page .content-inner .pagination-total {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .customer-page .client-table-heading {
    display: block;
    visibility: visible;
    font-weight: 700;
  }
}

.in-registrace .with-image,
.in-zapomenute-heslo .with-image {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  justify-content: center;
}
@media (max-width: 1460px) {
  .in-registrace .with-image,
  .in-zapomenute-heslo .with-image {
    gap: 36px;
  }
}
.in-registrace .with-image img,
.in-zapomenute-heslo .with-image img {
  border-radius: 12px;
}
@media (min-width: 500px) and (max-width: 1460px) {
  .in-registrace .with-image img,
  .in-zapomenute-heslo .with-image img {
    max-width: 480px;
  }
}
.in-registrace .content-inner,
.in-zapomenute-heslo .content-inner {
  max-width: 720px;
}
@media (min-width: 520px) {
  .in-registrace .content-inner,
  .in-zapomenute-heslo .content-inner {
    padding-inline: 50px;
  }
}
@media (min-width: 1200px) {
  .in-registrace .content-inner,
  .in-zapomenute-heslo .content-inner {
    padding-inline: 100px;
  }
}
.in-registrace #footer,
.in-zapomenute-heslo #footer {
  margin-top: 50px;
}
@media (max-width: 768px) {
  .in-registrace #footer,
  .in-zapomenute-heslo #footer {
    margin-top: 100px;
  }
}
.in-registrace h1::before,
.in-registrace h1::after,
.in-zapomenute-heslo h1::before,
.in-zapomenute-heslo h1::after {
  display: none;
  text-align: left;
  justify-content: start;
}
.in-registrace.customer-page .content-inner,
.in-zapomenute-heslo.customer-page .content-inner {
  margin-left: 0;
}

.in-zapomenute-heslo .content-inner .form-group > label {
  display: none;
}

.in-registrace h1 {
  display: block;
}
.in-registrace .submit-wrapper input {
  width: 100%;
}

.client-table-font .stars {
  justify-content: center;
}

.in-jak-pouzivat .content-inner {
  max-width: 920px;
  margin: 0 auto;
}
.in-jak-pouzivat .content-inner > article > header {
  display: none;
}
.in-jak-pouzivat .content-inner .element-wrapper {
  columns: 1 !important;
}
.in-jak-pouzivat .content-inner .element-description {
  columns: 1 !important;
  max-width: 100% !important;
}
.in-jak-pouzivat .content-wrapper-in aside {
  display: none;
}
.in-jak-pouzivat .content-wrapper-in > nav {
  position: sticky;
  top: 0;
  height: max-content;
}
.in-jak-pouzivat .content-wrapper-in > nav ul {
  list-style-type: decimal;
}
.in-jak-pouzivat .content-wrapper-in > nav ul a {
  display: block;
  width: max-content;
  text-transform: uppercase;
}
.in-jak-pouzivat .content-wrapper-in h2 {
  text-transform: uppercase;
}
.in-jak-pouzivat .list-numbers {
  list-style-type: decimal;
}
.in-jak-pouzivat table tr {
  border-top: 1px solid var(--color-border);
}
.in-jak-pouzivat table tr:last-child {
  border-bottom: 1px solid var(--color-border);
}
.in-jak-pouzivat table th,
.in-jak-pouzivat table td {
  padding: 5px 10px;
  border-left: 1px solid var(--color-border);
}
.in-jak-pouzivat table th:last-child,
.in-jak-pouzivat table td:last-child {
  border-right: 1px solid var(--color-border);
}
.in-jak-pouzivat table thead {
  background: var(--gradient-blue);
}
.in-jak-pouzivat table thead th {
  text-align: start;
  color: var(--color-white);
}
.in-jak-pouzivat table tbody tr {
  background-color: var(--color-white);
}

.breadcrumbs {
  margin: 24px;
  background-color: transparent;
  border: none;
  color: var(--color-font);
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}
.breadcrumbs > span > span,
.breadcrumbs > span > a {
  padding: 0;
  font-size: 0.8571428571rem;
  line-height: 1.25em;
  color: var(--color-font);
  min-height: unset;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 16px;
}
.breadcrumbs > span > span::before, .breadcrumbs > span > span::after,
.breadcrumbs > span > a::before,
.breadcrumbs > span > a::after {
  display: none;
}
.breadcrumbs > span > a:after {
  content: "";
  width: 24px;
  height: 1px;
  background-color: var(--color-gray);
  display: block;
  position: static;
  transform: none;
}
.breadcrumbs > span:last-child > span {
  font-weight: 600;
}

@media (max-width: 767px) {
  .breadcrumbs-wrapper {
    display: none;
  }
}
@media (min-width: 768px) {
  aside + main.content {
    padding-inline: 20px;
  }
}
.category-title {
  margin: 0;
  margin-bottom: 64px;
}
.category-title .pagination-appendix {
  display: none;
}
@media (max-width: 767px) {
  .category-title {
    margin: 48px 0;
  }
}

.subcategories.with-image,
.subcategories {
  margin: 64px 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 20px;
}
.subcategories.with-image > li,
.subcategories > li {
  width: 100%;
  padding: 0;
}
.subcategories.with-image > li a,
.subcategories > li a {
  padding: 8px;
  padding-left: 20px;
  border-radius: 8px;
  border: 2px solid var(--color-border);
  height: auto;
  background-color: var(--color-white);
  display: flex;
  gap: 10px;
  transition: all 0.15s ease-in;
}
.subcategories.with-image > li a:hover,
.subcategories > li a:hover {
  background-color: var(--color-bg-main);
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.04);
}
.subcategories.with-image > li a:hover img,
.subcategories > li a:hover img {
  transform: scale(1.1);
}
.subcategories.with-image > li a::before, .subcategories.with-image > li a::after,
.subcategories > li a::before,
.subcategories > li a::after {
  display: none;
}
.subcategories.with-image > li a .image,
.subcategories > li a .image {
  width: 48px;
  height: 48px;
}
.subcategories.with-image > li a .image img,
.subcategories > li a .image img {
  transition: all 0.15s ease-in;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.subcategories.with-image > li a .text,
.subcategories > li a .text {
  padding: 0;
  font-size: 1rem;
  line-height: 1.7142857143em;
  color: var(--color-font);
  font-weight: 700;
  max-height: 100%;
}

.subcategories.with-image > li a {
  flex-direction: row-reverse;
  border: 0.5px solid rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.04);
  backdrop-filter: blur(2px);
}

.subcategories-btn,
.filter-button {
  padding: 16px 24px;
  background-color: var(--color-transparent);
  border: 2px solid var(--color-border);
  border-radius: 8px;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
  font-family: Usual, sans-serif;
  font-size: 1.7142857143rem;
  line-height: 1.375em;
  color: var(--color-font);
  font-weight: 700;
  margin-bottom: 12px;
}
.subcategories-btn::after,
.filter-button::after {
  content: "";
  width: 8px;
  height: 8px;
  border-bottom: 2px solid var(--color-font);
  border-right: 2px solid var(--color-font);
  transform: rotate(45deg) translate(-5px, 5px);
  transition: all 0.15s ease-in;
}
.subcategories-btn.--active::after,
.filter-button.--active::after {
  transform: rotate(-135deg) translate(5px, -5px);
}

@media (max-width: 767px) {
  .subcategories,
  .subcategories.with-image {
    margin-top: 24px;
    margin-bottom: 24px;
    grid-template-columns: repeat(auto-fill, minmax(1fr, 1fr));
    gap: 12px;
    display: none;
  }
  .subcategories.--active,
  .subcategories.with-image.--active {
    display: grid;
  }
  .subcategories-btn + .subcategories,
  .subcategories-btn + .subcategories.with-image {
    margin-top: 0;
  }
}
.category-content-wrapper + h4,
.category-content-wrapper > h4 {
  margin-top: 48px;
  margin-bottom: 24px;
  font-size: 1.7142857143rem;
  line-height: 1.5833333333em;
  color: var(--color-font);
  font-weight: 700;
  text-align: center;
}

.category-content-wrapper > h4 {
  margin-top: 0;
  text-align: left;
}

.products-inline.products-top {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
  gap: 24px;
  margin-bottom: 48px;
}
@media (max-width: 370px) {
  .products-inline.products-top {
    display: flex;
    flex-direction: column;
  }
}
.products-inline.products-top > div {
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
}
.products-inline.products-top > div .p {
  align-items: flex-start;
}
.products-inline.products-top > div .p .image {
  aspect-ratio: 1/1;
}
.products-inline.products-top > div .p .image .flags {
  display: none;
}
.products-inline.products-top > div .p .p-in {
  padding-left: 20px;
}
.products-inline.products-top > div .p .p-in .p-in-in {
  padding: 0;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 767px) {
  .products-inline.products-top > div .p .p-in .p-in-in {
    align-items: flex-start;
  }
}
.products-inline.products-top > div .p .p-in .p-in-in .name {
  order: 1;
  font-size: 1.4285714286rem;
  line-height: 1.35em;
  color: var(--color-font);
  font-weight: 700;
}
@media (max-width: 767px) {
  .products-inline.products-top > div .p .p-in .p-in-in .name {
    font-size: 1.2857142857rem;
    line-height: 1.3333333333em;
  }
}
.products-inline.products-top > div .p .p-in .p-in-in .name:hover {
  color: var(--color-primary);
}
.products-inline.products-top > div .p .p-in .p-in-in .ratings-wrapper {
  order: 2;
  align-items: flex-start;
  margin-top: 0;
}
.products-inline.products-top > div .p .p-in .p-in-in .prices {
  order: 3;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 0;
}
.products-inline.products-top > div .p .p-in .p-in-in .prices .price-final {
  color: var(--color-white);
}
.products-inline.products-top > div .p .p-in .p-in-in .prices .price-final strong {
  font-size: 28px;
}
@media (max-width: 767px) {
  .products-inline.products-top > div .p .p-in .p-in-in .prices .price-final strong {
    font-size: 20px;
  }
}
.products-inline.products-top > div.button-wrapper {
  grid-column: 1/-1;
  margin-top: 48px;
  display: block;
  text-align: center;
}
.products-inline.products-top > div.button-wrapper a.toggle-top-products::after {
  display: none;
}
@media (max-width: 767px) {
  .products-inline.products-top > div.button-wrapper {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .products-inline.products-top > div.button-wrapper {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
  }
  .products-inline.products-top > div.button-wrapper::after, .products-inline.products-top > div.button-wrapper::before {
    content: "";
    height: 1px;
    background-color: var(--color-gray);
    width: 100%;
    max-width: 325px;
  }
}

.category-content-wrapper > .products-inline.products-top > div.button-wrapper {
  margin-top: 0;
}

.sidebar-indented .products-inline.products-top {
  display: flex;
  gap: 16px;
}
.sidebar-indented .products-inline.products-top > div .p {
  align-items: center;
  width: 100%;
}
.sidebar-indented .products-inline.products-top > div .p .image {
  min-height: 64px;
  width: 64px;
}
.sidebar-indented .products-inline.products-top > div .p .p-in {
  width: 100%;
  position: relative;
  padding-right: calc(40px + 3rem);
}
.sidebar-indented .products-inline.products-top > div .p .p-in .p-in-in {
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}
.sidebar-indented .products-inline.products-top > div .p .p-in .p-in-in > a::after {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: var(--gradient-blue);
  content: url(assets/ArrowRight_small.svg);
  width: 40px;
  height: 40px;
  border-radius: 5px;
  order: 4;
  cursor: pointer;
  transition: all 0.15s ease-in-out;
}
@media (min-width: 1200px) {
  .sidebar-indented .products-inline.products-top > div .p .p-in .p-in-in > a::after {
    margin-left: 3rem;
  }
}
.sidebar-indented .products-inline.products-top > div .p .p-in .p-in-in > a:hover::after {
  background-color: var(--color-primary-hover);
}
.sidebar-indented .products-inline.products-top > div .p .p-in .p-in-in .name {
  flex: 1 1 35%;
}
.sidebar-indented .products-inline.products-top > div .p .p-in .p-in-in .ratings-wrapper {
  flex-basis: 15%;
}
.sidebar-indented .products-inline.products-top > div .p .p-in .p-in-in .prices {
  justify-content: space-between;
  flex-basis: 5%;
  justify-self: flex-end;
}

.type-category .benefitBanner {
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  .type-category .benefitBanner .benefitBanner__item {
    flex: unset;
    width: auto;
  }
}

.pagination-wrapper {
  margin: 0;
}
.pagination-wrapper .pagination-top {
  display: none;
}
.pagination-wrapper .pagination-loader,
.pagination-wrapper .pagination {
  flex: 1 1 50%;
}
.pagination-wrapper .pagination-loader {
  text-align: left;
}
.pagination-wrapper .pagination {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
}
.pagination-wrapper .pagination > a,
.pagination-wrapper .pagination > strong {
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  min-width: auto;
  min-height: auto;
  font-size: 1rem;
  line-height: 1.7142857143em;
  color: var(--color-font);
  font-weight: 500;
}
.pagination-wrapper .pagination > strong.current {
  font-weight: 700;
}
.pagination-wrapper .pagination > a.pagination-link {
  width: 40px;
  height: 40px;
  border: 2px solid #3b4148;
  border-radius: 6px;
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.15s ease-in;
}
.pagination-wrapper .pagination > a.pagination-link::before {
  font-weight: 500;
  font-size: 13px;
  transition: all 0.15s ease-in;
}
.pagination-wrapper .pagination > a.pagination-link:hover {
  background-color: var(--color-primary-hover);
  border-color: var(--color-primary-hover);
  color: var(--color-white);
}
.pagination-wrapper .pagination > a.pagination-link:hover::before {
  color: var(--color-white);
}

@media (max-width: 767px) {
  .pagination-wrapper {
    margin-top: 24px;
    margin-bottom: 48px;
    gap: 10px;
  }
  .pagination-wrapper .pagination-loader {
    margin: 0;
  }
  .pagination-wrapper .pagination {
    justify-content: center;
  }
}
.category-header {
  margin: 36px 0;
  background-color: transparent;
}
.category-header > div {
  display: none;
}
.category-header > form {
  flex: unset;
  width: 100%;
  overflow-x: auto;
}
.category-header > form fieldset {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.category-header > form fieldset input {
  display: none;
}
.category-header > form fieldset input[type=radio] + label {
  padding: 8px 0;
  display: block;
  position: relative;
  font-size: 1rem;
  line-height: 1.7142857143em;
  color: var(--color-font);
  background-color: transparent !important;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
}
.category-header > form fieldset input[type=radio] + label::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #c4984c;
  transition: all 0.15s ease-in-out;
  left: 0;
  bottom: 0;
  top: unset;
  transform: scaleX(0);
  transform-origin: center;
  border-radius: 0;
  border: 0;
}
.category-header > form fieldset input[type=radio] + label:hover::before {
  transform: scaleX(1);
}
.category-header > form fieldset input[type=radio]:checked + label {
  color: var(--color-primary);
  padding-bottom: 6px;
  border-bottom: 2px solid var(--color-primary);
}
.category-header > form fieldset input[type=radio]:checked + label::before {
  width: 50%;
}
.category-header > form fieldset input[type=radio]:checked + label::after {
  width: 50%;
}

@media (max-width: 767px) {
  .category-header {
    margin-top: 24px;
    margin-bottom: 24px;
    position: relative;
  }
  .category-header::after {
    content: "";
    width: 48px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: linear-gradient(-90deg, var(--color-bg-main) 30%, transparent);
    z-index: 10;
  }
  .category-header > form fieldset {
    gap: 10px;
  }
}
.filter-header-wrapper {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  margin-bottom: 0 !important;
}
.filter-header-wrapper .filter-section {
  position: relative;
  padding: 0;
}
.filter-header-wrapper .filter-section div {
  display: flex;
  flex-direction: column;
}
.filter-header-wrapper .filter-section form fieldset {
  display: flex;
  flex-direction: column;
}
.filter-header-wrapper .filter-section form fieldset > div {
  width: 100% !important;
}
.filter-header-wrapper .filter-section + .filter-section {
  border: none;
}
.filter-header-wrapper .btn.btn-default.unveil-button {
  width: 100%;
  display: flex !important;
}
.filter-header-wrapper .btn.btn-default.unveil-button::before {
  line-height: 0;
}

.slider-wrapper {
  width: 100%;
  padding: 0;
  margin-top: 20px;
  display: grid;
  grid-template-columns: auto 1fr;
  align-content: center;
  column-gap: 20px;
}
.slider-wrapper h4 {
  order: 1;
  grid-row: 1/span 999;
  width: fit-content;
  margin: 0;
  margin-top: -10px;
  font-size: 1rem;
  line-height: 1.7142857143em;
  font-weight: 700;
  font-family: Usual, sans-serif;
}
.slider-wrapper .slider-content {
  order: 2;
  margin-bottom: 16px;
}
.slider-wrapper .slider-header {
  order: 3;
  padding: 0;
}
.slider-wrapper .from,
.slider-wrapper .to {
  padding: 2px 6px;
  background-color: var(--color-white);
  color: var(--color-bg-main);
  border: 2px solid var(--color-border);
  font-size: 0.8571428571rem;
  line-height: 1.25em;
  max-width: fit-content;
}
.slider-wrapper .ui-slider-horizontal {
  height: 4px;
}
.slider-wrapper .ui-slider,
.slider-wrapper .slider-content {
  background-color: var(--color-gray);
  border-radius: 2px;
}
.slider-wrapper .slider-content {
  height: 4px;
}
.slider-wrapper .ui-slider .ui-slider-range {
  background-color: var(--color-primary);
}
.slider-wrapper .ui-slider-horizontal .ui-slider-handle {
  width: 22px;
  height: 22px;
  margin-left: -11px;
  top: -9px;
}
.slider-wrapper .ui-slider-horizontal .ui-slider-handle::after {
  left: 2px;
  top: 2px;
  width: 18px;
  height: 18px;
}

.filter-section__button {
  width: 100%;
  padding: 8px 20px;
  border-radius: 8px;
  border: 2px solid var(--color-border);
  font-size: 1rem;
  line-height: 1.7142857143em;
  color: var(--color-font);
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  transition: all 0.15s ease-in;
}
.filter-section__button::after {
  content: "";
  width: 8px;
  height: 8px;
  border-bottom: 2px solid var(--color-font);
  border-right: 2px solid var(--color-font);
  transform: rotate(45deg) translate(-5px, 5px);
}
.filter-section__button.--active::after {
  transform: rotate(-135deg) translate(5px, -5px);
}

.filter-header-wrapper .filter-section__button + div,
.filter-header-wrapper .filter-section__button + form {
  position: absolute;
  left: 0;
  top: 44px;
  width: 100%;
  padding: 16px;
  background-color: var(--color-bg-main);
  border-radius: 8px;
  border: 2px solid var(--color-border);
  display: none;
  z-index: 10;
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.04);
}

.filter-header-wrapper .filter-section__button.--active + div,
.filter-header-wrapper .filter-section__button.--active + form {
  display: flex;
}

#filters {
  margin-top: 24px;
  margin-bottom: 24px;
}
#filters .filter-sections {
  padding: 24px;
  background-color: var(--color-bg-main);
  border-radius: 8px;
  border: 2px solid var(--color-border);
}
#filters .filter-sections .filter-section {
  border: none;
}

@media (max-width: 767px) {
  .filters-wrapper {
    display: none;
  }
  .filters-wrapper.--active {
    display: block;
  }
}
.products-block .banner {
  position: relative;
  grid-column-end: span 2;
  width: 100% !important;
  border: none !important;
  margin: 0;
  padding: 0 !important;
  min-height: unset !important;
  border-radius: 12px;
  overflow: hidden;
}
.products-block .banner:has(.banner-wrapper:empty) {
  display: none;
}
.products-block .banner .banner-wrapper {
  margin: 0;
}
@media (max-width: 1223px) {
  .products-block .banner {
    grid-column-end: span 3;
  }
}
@media (max-width: 925px) {
  .products-block .banner {
    grid-column-end: span 2;
  }
}
@media (max-width: 604px) {
  .products-block .banner {
    grid-column-end: span 1;
  }
}

@media (max-width: 925px) {
  body.mobile.columns-mobile-2 .products-block .banner {
    grid-column-end: span 2;
  }
}
@media (max-width: 348px) {
  body.mobile.columns-mobile-2 .products-block .banner {
    grid-column-end: span 1;
  }
}

.category-perex-container {
  overflow: hidden;
  border-radius: 12px;
  border: 0.5px solid var(--color-border-3);
  background: linear-gradient(272deg, rgba(42, 51, 69, 0) 7.47%, #141922 54.77%);
  display: flex;
  align-items: stretch;
  gap: 24px;
}
.category-perex-container > div {
  flex: 1;
}
.category-perex-container img {
  height: 100%;
}
@media (max-width: 767px) {
  .category-perex-container img {
    min-height: 200px;
    object-fit: cover;
  }
}
@media (min-width: 1200px) {
  .category-perex-container {
    padding-left: 64px;
  }
}

@media (max-width: 767px) {
  .category-perex-img-wrap {
    position: relative;
  }
  .category-perex-img-wrap::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(170deg, rgba(42, 51, 69, 0) 13.83%, #141922 90.32%);
    pointer-events: none;
    height: 101%;
  }
}
.category-perex-content-wrap {
  padding-top: 24px;
  padding-bottom: 24px;
}
.category-perex-content-wrap .category-title {
  margin-bottom: 20px;
  text-align: left;
  justify-content: flex-start;
}
.category-perex-content-wrap .category-title::before, .category-perex-content-wrap .category-title::after {
  display: none;
}
.category-perex-content-wrap .category-perex {
  max-width: 520px;
  width: 100%;
  color: var(--color-white);
}
.category-perex-content-wrap .category-perex p:empty {
  display: none;
}
@media (max-width: 767px) {
  .category-perex-content-wrap {
    width: 100%;
    padding: 0 24px 24px;
  }
}

.category-perex.empty-content a.btn-default {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
}

.category-perex-container + .subcategories {
  margin-top: 48px;
}

.category-second-desc-link {
  text-decoration: underline;
}
.category-second-desc-link:hover {
  color: var(--color-primary);
  text-decoration: underline;
}

@media (max-width: 767px) {
  .category-perex-container {
    flex-direction: column-reverse;
    margin-top: 16px;
  }
  .category-perex-container .category-title {
    margin-top: 0;
    margin-bottom: 8px;
  }
  .category-perex-container .category-perex {
    margin-bottom: 8px;
  }
  .category-perex-container .category-perex p {
    margin: 8px 0;
  }
}
.banner-category {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}
.banner-category a {
  display: block;
}
.banner-category .extended-banner-texts {
  padding: 20px;
  position: absolute;
}
@media (min-width: 768px) {
  .banner-category .extended-banner-texts {
    width: 60%;
  }
}
@media (max-width: 991px) {
  .banner-category .extended-banner-texts {
    flex-direction: column;
  }
}
.banner-category .extended-banner-title {
  font-size: 1rem;
  line-height: 1.7142857143em;
  font-family: Usual, sans-serif;
  margin: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  margin-right: auto;
  color: var(--color-bg-main);
  letter-spacing: 5.04px;
}
@media (max-width: 991px) {
  .banner-category .extended-banner-title {
    margin: 0;
  }
}
.banner-category .extended-banner-text {
  margin: 0;
  font-size: 32px;
  line-height: normal;
}
@media (max-width: 1300px) {
  .banner-category .extended-banner-text {
    font-size: 22px;
  }
}
.banner-category .extended-banner-link {
  margin: 10px 0 0;
  color: var(--color-bg-main) !important;
}

@media (max-width: 767px) {
  .banner-category {
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .banner-category .extended-banner-texts {
    align-items: flex-start;
  }
  .banner-category .extended-banner-title {
    gap: 4px;
  }
}
.category__secondDescription {
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 64px;
  margin-bottom: 48px;
}

.category-second-desc-link-wrap {
  text-align: left;
  margin-top: 48px;
}

.category-content-wrapper > .category__secondDescription {
  max-width: 100%;
  margin-top: 64px;
}
.category-content-wrapper > .category__secondDescription:before {
  content: "Dlouhý popis ze zhora";
  color: var(--color-white);
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.sidebar-indented .content .sidebar {
  margin-left: 0;
  margin-right: 36px;
}

.type-category .content-wrapper-in {
  margin-bottom: 48px;
}

.sidebar-indented .category-content-wrapper {
  width: calc(100% - 330px - 36px);
}

.sidebar {
  width: 330px;
  background-color: transparent;
}
.sidebar .banner {
  margin-bottom: 24px;
}
.sidebar .banner:last-child {
  margin-bottom: 0;
}
.sidebar .banner a {
  aspect-ratio: 33/18;
  border-radius: 12px;
  overflow: hidden;
  border: 0.5px solid rgba(255, 255, 255, 0.5);
}
.sidebar .banner a img {
  min-height: unset;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sidebar .banner a .extended-banner-texts {
  padding: 16px;
  justify-content: flex-end;
}
.sidebar .banner a .extended-banner-title {
  font-size: 1.5714285714rem;
  line-height: 1.3636363636em;
}
.sidebar .banner a .extended-banner-title small {
  letter-spacing: 5.04px;
  font-size: 0.8571428571rem;
  line-height: 1.25em;
}
.sidebar .banner a .extended-banner-link {
  margin-top: 16px;
  padding: 8px 16px;
}
.sidebar h4,
.sidebar .h4 {
  text-transform: none;
}

.sidebar-inner {
  padding: 0;
}
.sidebar-inner > div {
  padding: 0;
  margin-top: 24px;
  margin-bottom: 24px;
  border: none;
}
.sidebar-inner > div:first-child {
  margin-top: 0;
}
.sidebar-inner > div h4 {
  font-size: 2.2857142857rem;
  line-height: 1.375em;
  color: var(--color-font);
  font-weight: 700;
  margin-bottom: 24px;
}
.sidebar-inner #filters > div {
  margin-bottom: 24px;
}
.sidebar-inner #filters > div:last-child {
  margin-bottom: 0;
}
.sidebar-inner #filters h4 {
  font-family: Usual, sans-serif;
  font-size: 1.7142857143rem;
  line-height: 1.375em;
  color: var(--color-font);
  font-weight: 700;
  margin-bottom: 24px;
}
.sidebar-inner #filters .filter-sections {
  padding: 0;
  background-color: transparent;
  border: none;
  border-radius: 0;
}
.sidebar-inner #filters .param-filter-top {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.sidebar-inner #filters fieldset {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.sidebar-inner #filters .filter-section {
  margin-bottom: 24px;
  padding: 0;
}
.sidebar-inner #filters .toggle-filters {
  width: 100%;
}
.sidebar-inner #filters .toggle-filters::after {
  font-size: 11px;
}
.sidebar-inner .slider-wrapper {
  flex-direction: column;
  display: flex;
}
.sidebar-inner .top-products-wrapper {
  padding: 24px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  border: 0.5px solid rgba(245, 244, 244, 0.5);
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.04);
}
.sidebar-inner .top-products-wrapper h4 {
  font-size: 2.2857142857rem;
  line-height: 1.375em;
}
.sidebar-inner .top-products-wrapper ol.top-products li {
  margin-bottom: 16px;
}
.sidebar-inner .top-products-wrapper ol.top-products li::before {
  width: 24px;
  height: 24px;
  background-color: #999798;
  flex: 0 0 24px;
  color: var(--color-bg-main);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8571428571rem;
  line-height: 1.25em;
  transition: all 0.15s ease-in-out;
}
.sidebar-inner .top-products-wrapper ol.top-products li a.top-products-image {
  flex: 0 0 48px;
  border-radius: 6px;
  border: 2px solid var(--color-border);
  padding: 0;
  margin-left: 12px;
}
.sidebar-inner .top-products-wrapper ol.top-products li a.top-products-content {
  flex: 1;
  padding: 0;
  margin-left: 12px;
}
.sidebar-inner .top-products-wrapper ol.top-products li a.top-products-content .top-products-name {
  font-family: Usual, sans-serif;
  font-size: 1.2857142857rem;
  line-height: 1.3888888889em;
  font-weight: 600;
  color: var(--color-font);
}
.sidebar-inner .top-products-wrapper ol.top-products li a.top-products-content strong {
  color: var(--color-white);
  font-size: 1rem;
  line-height: 1.7142857143em;
}
.sidebar-inner .top-products-wrapper ol.top-products li:hover::before {
  background-color: var(--color-primary);
}
.sidebar-inner .top-products-wrapper ol.top-products li:hover .top-products-name {
  color: var(--color-primary) !important;
}
.sidebar-inner .top-products-wrapper ol.top-products li:last-child {
  margin-bottom: 0;
}

.sidebar .categories {
  margin-left: 0;
  margin-right: 0;
}

#categories {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
#categories > div > .topic > a {
  padding: 8px 16px 8px 24px;
  font-size: 1rem;
  line-height: 1.7142857143em;
  color: var(--color-font);
  font-weight: 700;
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  transition: all 0s;
}
#categories > div > .topic > a:hover {
  padding: 6px 14px 6px 24px;
  background-color: var(--color-white);
  border: 2px solid var(--color-border);
  color: var(--color-primary);
  text-decoration: underline;
}
#categories > div > .topic > a:hover > span.cat-trigger {
  display: none;
}
#categories > div > ul > li > a {
  padding: 8px 32px;
  font-size: 1rem;
  line-height: 1.7142857143em;
  color: var(--color-font-secondary);
  font-weight: 400;
  transition: all 0s;
}
#categories > div > ul > li > a:hover {
  color: var(--color-primary);
}
#categories > div.expandable > .topic > a > span.cat-trigger {
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  font-size: 0;
  line-height: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
}
#categories > div.expandable > .topic > a > span.cat-trigger::before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  width: 8px;
  height: 8px;
  border-bottom: 2px solid var(--color-font);
  border-right: 2px solid var(--color-font);
  transform: rotate(45deg) translate(-80%, -10%);
}
#categories > div.expandable > .topic > a:hover > span.cat-trigger::before {
  border-bottom: 2px solid var(--color-primary);
  border-right: 2px solid var(--color-primary);
}
#categories > div.expandable > .topic.active > a {
  text-decoration: underline;
}
#categories > div.expandable.expanded > .topic > a > span.cat-trigger::before {
  transform: rotate(-135deg) translate(50%, -20%);
}
#categories > div:nth-child(1) > .topic > a {
  background: var(--gradient-blue);
  color: var(--color-white);
}
#categories > div:nth-child(1) > .topic > a > span.cat-trigger::before {
  border-bottom: 2px solid var(--color-white);
  border-right: 2px solid var(--color-white);
}
#categories > div:nth-child(1) > .topic > a:hover {
  padding: 8px 16px 8px 24px;
  border: none;
}
#categories > div:nth-child(1) > .topic > a:hover > span.cat-trigger::before {
  border-bottom: 2px solid var(--color-white);
  border-right: 2px solid var(--color-white);
}
#categories > div:nth-child(1).active > .topic > a {
  color: var(--color-white);
}
#categories > div:nth-child(1).active > .topic > a > span.cat-trigger::before {
  border-bottom: 2px solid var(--color-white);
  border-right: 2px solid var(--color-white);
}
#categories > div:nth-child(2) > .topic > a {
  background: linear-gradient(90deg, #3b4148 3.48%, #77797c 100%);
  color: var(--color-white);
}
#categories > div:nth-child(2) > .topic > a > span.cat-trigger::before {
  border-bottom: 2px solid var(--color-white);
  border-right: 2px solid var(--color-white);
}
#categories > div:nth-child(2) > .topic > a:hover {
  padding: 8px 16px 8px 24px;
  border: none;
}
#categories > div:nth-child(2) > .topic > a:hover > span.cat-trigger::before {
  border-bottom: 2px solid var(--color-white);
  border-right: 2px solid var(--color-white);
}
#categories > div:nth-child(2).active > .topic > a {
  color: var(--color-white);
}
#categories > div:nth-child(2).active > .topic > a > span.cat-trigger::before {
  border-bottom: 2px solid var(--color-white);
  border-right: 2px solid var(--color-white);
}
#categories > div.active {
  border: 0.5px solid rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.04);
  backdrop-filter: blur(2px);
  border-radius: 8px;
}
#categories > div.active > .topic > a {
  background: var(--Main-100, linear-gradient(180deg, #9e6504 0%, #c4984c 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#categories > div.active > .topic > a > span.cat-trigger::before {
  border-bottom: 2px solid var(--color-primary);
  border-right: 2px solid var(--color-primary);
}
#categories > div.active ul.active {
  padding: 8px 0;
}
#categories > div.active ul.active > li > a {
  padding: 8px 16px;
  font-size: 1rem;
  line-height: 1.7142857143em;
  color: var(--color-font);
  font-weight: 700;
  transition: all 0s;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#categories > div.active ul.active > li > a:hover {
  color: var(--color-primary);
}
#categories > div.active ul.active > li.active > a {
  background-color: transparent;
  color: var(--color-primary);
}
#categories > div.active ul.active li.expandable > a > span.cat-trigger {
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  font-size: 0;
  line-height: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
}
#categories > div.active ul.active li.expandable > a > span.cat-trigger::before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  width: 8px;
  height: 8px;
  border-bottom: 2px solid var(--color-primary);
  border-right: 2px solid var(--color-primary);
  transform: rotate(45deg) translate(-80%, -10%);
}
#categories > div.active ul.active li.expandable ul > li > a {
  padding: 8px 32px;
  font-size: 1rem;
  line-height: 1.7142857143em;
  color: var(--color-white);
  font-weight: 400;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0s;
}
#categories > div.active ul.active li.expandable ul > li > a:hover {
  color: var(--color-primary);
}
#categories > div.active ul.active li.expandable ul > li > a:hover > span.cat-trigger::before {
  border-bottom: 2px solid var(--color-primary);
  border-right: 2px solid var(--color-primary);
}
#categories > div.active ul.active li.expandable ul > li > a > span.cat-trigger::before {
  border-bottom: 2px solid var(--color-font-secondary);
  border-right: 2px solid var(--color-font-secondary);
}
#categories > div.expandable > ul.expanded li {
  padding-left: 15px;
}
#categories > div.expandable > ul.expanded li.expanded > a {
  background: var(--Main-100, linear-gradient(180deg, #9e6504 0%, #c4984c 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#categories ul.active.expanded li.expandable ul li.active a {
  color: var(--color-primary);
  text-decoration: underline;
}

.box.box-sm.box-filters {
  padding: 0;
}

.sidebar + .category-content-wrapper .category-header {
  margin-top: 0;
}
.sidebar + .category-content-wrapper .category-header > form fieldset {
  justify-content: flex-start;
}

.type-category .products {
  margin-bottom: 24px;
}

.registration-category {
  background: var(--gradient-blue);
  max-width: 1440px;
  padding: 20px;
  margin-inline: auto;
  color: var(--color-bg-main);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  position: relative;
  margin-top: 36px;
  border-radius: 12px;
  overflow: hidden;
}
.registration-category::before {
  content: url(assets/percent.svg);
  position: absolute;
  right: -11px;
  bottom: -8px;
}
.registration-category > strong {
  line-height: 24px;
  display: inline-flex;
}
.registration-category > strong::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  -webkit-mask-image: url(assets/ic_outline-info.svg);
  mask-image: url(assets/ic_outline-info.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: var(--color-bg-main); /* Задаём цвет через фон */
  margin-right: 20px;
}
@media (max-width: 767px) {
  .registration-category > strong::before {
    margin-right: 8px;
  }
}
.registration-category > p {
  margin-block: 0;
}
.registration-category > a {
  color: var(--color-white);
  padding: 10px;
  background-color: var(--color-bg-main);
  padding: 8px 16px;
  border-radius: 6px;
  font-weight: 700;
  text-transform: uppercase;
}
.registration-category > a:hover {
  background-color: var(--color-primary-hover);
}

.category-title + .banner .banner-wrapper,
.category-title + .banner .registration-category {
  margin-top: 0;
}

@media (min-width: 992px) {
  .registration-category::before {
    left: 20px;
    top: 0px;
    width: 89px;
  }
  .registration-category > strong::before {
    align-items: center;
  }
  .registration-category > p {
    margin-left: auto;
  }
  .category-title + .banner .registration-category::before,
  .category-perex-container + .banner .registration-category::before {
    top: -50%;
  }
}
.filters-wrapper .filter-section form > fieldset > div {
  margin-bottom: 8px;
}

#footer {
  background-color: var(--color-bg-main);
  padding-top: 64px;
  overflow-x: hidden;
}
@media (max-width: 767px) {
  #footer {
    padding-top: 36px;
  }
}
#footer > .container {
  background-color: transparent;
}
#footer h4 {
  color: var(--color-white);
  padding: 8px;
  font-size: 1rem;
  line-height: 1.7142857143em;
  font-weight: 700;
  font-family: Usual, sans-serif;
  text-transform: uppercase;
  margin: 0;
}
#footer .footer-rows {
  margin-top: 64px;
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  #footer .footer-rows {
    margin-top: 48px;
    margin-bottom: 24px;
  }
}
#footer .custom-footer > div {
  margin-bottom: 20px;
}
#footer .custom-footer > div h4 {
  margin-bottom: 15px;
}
#footer .custom-footer .contact-box > ul > li {
  padding-left: 8px;
}
#footer .banner {
  margin-bottom: 0;
}

.instagram-container {
  margin-bottom: 64px;
}
@media (max-width: 767px) {
  .instagram-container {
    margin-bottom: 48px;
  }
}

.instagram-header {
  max-width: calc(1440px + 4rem);
  margin-left: auto;
  margin-right: auto;
  padding: 0 2rem;
  margin-top: 0;
  margin-bottom: 48px;
  color: var(--color-white);
  gap: 8px;
}
.instagram-header::before {
  margin-right: 40px;
}
.instagram-header::after {
  margin-left: 40px;
}
.instagram-header strong {
  color: var(--color-primary-hover);
  background: linear-gradient(180deg, #9e6504 0%, #c4984c 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent; /* для кроссбраузерности */
}
@media (max-width: 991px) {
  .instagram-header {
    flex-direction: column;
  }
  .instagram-header::before, .instagram-header::after {
    display: none;
  }
}
@media (max-width: 767px) {
  .instagram-header {
    margin-bottom: 24px;
  }
}

.custom-footer__instagram h4 {
  display: none;
}
.custom-footer__instagram .instagram-widget {
  flex-wrap: nowrap;
  width: calc(100% + 200px);
  max-width: calc(100% + 200px);
  gap: 24px;
  justify-content: center;
  align-items: center;
  margin: 0 -100px;
}
@media (max-width: 767px) {
  .custom-footer__instagram .instagram-widget {
    margin-left: 16px;
    gap: 12px;
  }
}
.custom-footer__instagram .instagram-widget > a {
  flex: 1;
  width: unset;
  padding: unset;
  border-radius: 12px;
  min-width: 150px;
  max-width: 300px;
}
.custom-footer__instagram .instagram-widget > a img {
  position: static;
  transform: unset;
  aspect-ratio: 1/1;
  object-fit: cover;
  transition: all 0.15s ease-in;
  max-height: 300px;
  max-width: 300px;
}
.custom-footer__instagram .instagram-widget > a img:hover {
  transform: scale(1.05);
}
.custom-footer__instagram .instagram-follow-btn {
  display: none;
}

.custom-footer-container {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.custom-footer-container .site-name {
  position: static;
  max-width: unset;
  display: block !important;
  width: 100%;
}
.custom-footer-container .site-name a {
  display: block;
  width: 100%;
}
@media (max-width: 767px) {
  .custom-footer-container .site-name a {
    display: flex;
    justify-content: center;
  }
}
.custom-footer-container .site-name a img {
  max-width: 200px;
}
@media (max-width: 767px) {
  .custom-footer-container {
    align-items: center;
    text-align: center;
    gap: 16px;
  }
}

.social-buttons__list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 20px;
}

.social-buttons__link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
}
.social-buttons__link path {
  transition: all 0.15s ease-in;
  fill: #999798;
}
.social-buttons__link:hover path {
  fill: var(--color-primary-hover);
}

.footer-icons {
  justify-content: flex-start;
}

.news-item-widget h5 a,
.custom-footer__articles ul li,
.custom-footer__articles ul li a {
  width: 100%;
}

.custom-footer {
  padding: 0;
  border: 0;
  display: block;
  columns: 5;
  gap: 24px;
}
@media (max-width: 1200px) {
  .custom-footer {
    columns: 4;
  }
}
@media (max-width: 992px) {
  .custom-footer {
    columns: 3;
  }
}
@media (max-width: 767px) {
  .custom-footer {
    columns: unset;
    display: flex;
    flex-wrap: wrap;
    column-gap: 16px;
    row-gap: 24px;
  }
  .custom-footer > div.custom-footer-container {
    width: 100%;
    order: 999;
  }
  .custom-footer > div.custom-footer__newsletter {
    order: 1;
  }
}
.custom-footer > div {
  padding: 0;
  break-inside: avoid;
  width: 100%;
}
@media (max-width: 767px) {
  .custom-footer > div {
    order: 2;
    width: calc(50% - 8px);
  }
}
.custom-footer .banner-wrapper {
  margin-top: 0;
}

.custom-footer__articles ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.custom-footer__articles ul li {
  margin: 0;
}
@media (min-width: 767px) {
  .custom-footer__articles ul li {
    width: max-content;
  }
}

.custom-footer > div a {
  padding: 4px 8px;
  font-size: 1rem;
  line-height: 1.7142857143em;
  font-weight: 500;
  color: var(--color-white) !important;
  text-transform: uppercase;
  font-family: Usual, sans-serif;
  display: block;
  width: max-content;
}
.custom-footer > div a:hover {
  color: var(--color-primary-hover) !important;
}
@media (max-width: 767px) {
  .custom-footer > div a {
    width: 100%;
  }
}

.custom-footer > div.extended {
  width: 100%;
}

.custom-footer__newsletter {
  margin-top: 30px;
}

.subscribe-form .form-control {
  padding: 10px 48px !important;
  background-image: url(assets/mail-black.svg);
  background-repeat: no-repeat;
  background-position: 14px center;
  background-color: white;
  color: black;
  border-color: white;
  border-radius: 6px;
}
.subscribe-form .form-control::placeholder {
  color: black;
}
.subscribe-form .btn.btn-default {
  position: absolute;
  width: 40px;
  height: 48px;
  background-color: transparent;
  border: none;
  padding: 0;
  background-image: url(assets/arrow-black.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.subscribe-form .btn.btn-default::before {
  display: none;
}
.subscribe-form br {
  display: none;
}
.subscribe-form .consents-first {
  margin-top: 10px;
  color: var(--color-white);
  font-size: 0.8571428571rem;
  line-height: 1.25em;
}
.subscribe-form .consents-first label {
  color: var(--color-white);
  padding: 0;
  font-size: 0.8571428571rem;
  line-height: 1.25em;
  float: unset;
}
.subscribe-form .consents-first a {
  text-decoration: underline;
  font-size: 0.8571428571rem;
  line-height: 1.25em;
  padding: 0;
  text-transform: none;
}

.footer-bottom {
  padding-top: 16px;
  padding-bottom: 16px;
  background-color: var(--color-bg-main);
}
.footer-bottom .container {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
}
.footer-bottom .container::before, .footer-bottom .container::after {
  display: none;
}
@media (max-width: 991px) {
  .footer-bottom .container {
    flex-direction: column-reverse;
    gap: 8px;
  }
  .footer-bottom .container #signature {
    justify-content: center;
  }
}
.footer-bottom #signature,
.footer-bottom .copyright {
  margin: 0;
  font-size: 0.8571428571rem;
  line-height: 1.25em;
  color: var(--color-white);
  flex: 1;
}
.footer-bottom #signature strong,
.footer-bottom .copyright strong {
  background: var(--Main-100, linear-gradient(180deg, #9e6504 0%, #c4984c 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.footer-bottom #signature {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  flex-wrap: wrap;
}
.footer-bottom #signature .image {
  display: none;
}
.footer-bottom #signature a {
  color: var(--color-white);
}
.footer-bottom #signature a:hover {
  text-decoration: underline;
}
.footer-bottom #signature .title {
  display: flex;
  align-items: center;
  gap: 4px;
}
.footer-bottom #signature .title::after {
  content: "|";
}
@media (max-width: 767px) {
  .footer-bottom #signature .title::after {
    display: none;
  }
}

.miranda-signature {
  display: flex;
  align-items: center;
  gap: 10px;
}
.miranda-signature::before {
  content: url(assets/miranda.svg);
  line-height: 0;
}

.type-product .benefitBanner {
  margin-top: clamp(48px, 5vw, 96px);
  margin-bottom: clamp(48px, 5vw, 96px);
}
@media (max-width: 767px) {
  .type-product .benefitBanner {
    margin-top: 48px;
    margin-bottom: 48px;
  }
}

.shp-tabs-wrapper {
  margin-bottom: clamp(48px, 5vw, 96px);
}
.shp-tabs-wrapper .col-sm-12 {
  padding: 0;
}
.shp-tabs-wrapper .shp-tabs-row {
  position: sticky;
  top: 0;
  background: var(--color-bg-main);
  z-index: 5;
}
@media (max-width: 767px) {
  .shp-tabs-wrapper .row {
    gap: 0 !important;
  }
}

.shp-tabs-row {
  padding: 0;
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  .shp-tabs-row {
    overflow: auto;
  }
}

.shp-tabs-holder {
  display: flex;
  justify-content: center;
  background-color: transparent;
}
@media (max-width: 767px) {
  .shp-tabs-holder {
    position: relative;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .shp-tabs-holder::after {
    content: "";
    width: 48px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: linear-gradient(-90deg, var(--color-bg-main) 30%, transparent);
    z-index: 10;
  }
}

.shp-tabs {
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background-color: transparent;
}
@media (max-width: 767px) {
  .shp-tabs {
    overflow: auto;
    justify-content: flex-start;
  }
}

.shp-tab .shp-tab-link {
  padding: 8px 0 !important;
  padding-bottom: 6px !important;
  border: none !important;
  border-bottom: 2px solid transparent !important;
  font-size: 1rem;
  line-height: 1.7142857143em;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--color-font);
  background-color: transparent;
}
.shp-tab .shp-tab-link:hover {
  color: var(--color-primary);
}
.shp-tab.active .shp-tab-link {
  border-color: var(--color-primary) !important;
  color: var(--color-primary);
}

.shp-tab[data-testid=tabAlternativeProducts],
.shp-tab[data-testid=tabRelatedFiles],
.shp-tab[data-testid=tabRelatedVideos],
.shp-tab[data-testid=tabBrand],
.shp-tab[data-testid=tabVariants] {
  display: none !important;
}

.description-inner {
  padding: 0;
}
.description-inner > div {
  flex: 1;
  padding: 0 clamp(48px, 5vw, 96px);
}
@media (max-width: 991px) {
  .description-inner > div {
    padding: 0;
  }
}
.description-inner > div h3:first-child {
  margin-top: 0;
}
.description-inner > div h1,
.description-inner > div h2,
.description-inner > div h3,
.description-inner > div h4,
.description-inner > div h5,
.description-inner > div h6 {
  color: var(--color-font);
}
.description-inner > div h3 {
  margin: 24px 0;
  font-size: 1.7142857143rem;
  line-height: 1.375em;
}
.description-inner > div p {
  margin: 16px 0;
}
.description-inner > div li,
.description-inner > div a,
.description-inner > div p {
  color: var(--color-font);
}
.description-inner > div a {
  text-decoration: underline;
}
.description-inner > div a:hover {
  color: var(--color-primary);
}
.description-inner .basic-description ul {
  padding-left: 8px;
}
.description-inner .basic-description ul li {
  padding-left: 4px;
}
.description-inner .basic-description ul li::marker {
  font-size: 14px;
  line-height: 24px;
  content: "●";
  padding-right: 4px;
}
.description-inner #relatedFiles {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.description-inner #relatedFiles img {
  display: none;
}
.description-inner #relatedFiles a {
  position: relative;
  display: block;
  padding-left: 34px;
}
.description-inner #relatedFiles a::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  content: url(assets/file.svg);
}
.description-inner #relatedFiles ::marker {
  content: "";
}
.description-inner table {
  width: 100%;
  overflow: hidden;
  display: block;
}
.description-inner table tbody {
  display: block;
}
.description-inner table tr {
  display: flex;
  width: 100%;
  border-radius: 8px;
}
.description-inner table tr:nth-child(odd) {
  background-color: rgba(255, 255, 255, 0.1);
}
.description-inner table th,
.description-inner table td {
  padding: 12px 24px !important;
  width: 50%;
  color: var(--color-font);
  font-weight: 500 !important;
  flex: 1;
}
.description-inner table th {
  font-weight: 700 !important;
}
.description-inner table a {
  color: var(--color-font);
}
.description-inner table a:hover {
  color: var(--color-primary);
}
.description-inner #productVideos h3 {
  display: none;
}
.description-inner #productVideos iframe {
  aspect-ratio: 16/9;
  border-radius: 12px;
  overflow: hidden;
  height: auto;
}

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

#ratingTab > p {
  text-align: center;
}

#ratingWrapper {
  max-width: 100%;
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  #ratingWrapper {
    margin-bottom: 24px;
  }
}
#ratingWrapper .rate-wrap {
  display: flex;
  align-items: stretch;
}
#ratingWrapper .rate-wrap::before, #ratingWrapper .rate-wrap::after {
  display: none;
}
#ratingWrapper .rate-wrap > div {
  width: 33.3333333333%;
  padding: 0;
}
@media (max-width: 767px) {
  #ratingWrapper .rate-wrap > div {
    width: 100%;
  }
}
#ratingWrapper .rate-wrap > div:last-child {
  border-right: none;
}
#ratingWrapper .rate-wrap > .rate-average-wrap {
  width: 66.6666666667%;
  display: flex;
}
@media (max-width: 767px) {
  #ratingWrapper .rate-wrap > .rate-average-wrap {
    width: 100%;
    margin-bottom: 16px;
  }
}
#ratingWrapper .rate-wrap > .rate-average-wrap > .add-comment.rate-form-trigger {
  margin-right: 0;
  margin-top: 24px;
}
#ratingWrapper .rate-wrap > .rate-average-wrap:has(.add-comment:only-child) {
  width: 100%;
}
#ratingWrapper .rate-wrap > .rate-average-wrap:has(.add-comment:only-child) .add-comment:only-child {
  width: 100%;
  max-width: 100%;
  justify-content: center;
}

.rate-average-wrap {
  position: relative;
  display: flex;
  justify-content: center;
}

.rate-average-inner {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: stretch !important;
}
.rate-average-inner .rate-average-container {
  flex: 1;
  margin: 0;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
@media (min-width: 768px) {
  .rate-average-inner .rate-average-container {
    border-right: 2px solid #d6d5d6;
  }
}
.rate-average-inner .rate-average-container .rate-average {
  font-family: "Nunito", sans-serif;
  font-size: 3rem;
  line-height: 1.3571428571em;
  font-weight: 700;
  color: var(--color-font);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.rate-average-inner .rate-average-container .rate-average::after {
  content: "z 5";
  font-family: "Nunito", sans-serif;
  font-size: 1.4285714286rem;
  line-height: 1.35em;
  font-weight: 600;
}
.rate-average-inner .rate-average-container .star-list {
  height: 24px;
  gap: 5px;
}
.rate-average-inner .rate-average-container .star-list .star {
  width: 24px;
  height: 24px;
  line-height: 24px;
}
.rate-average-inner .rate-average-container .star-list .star::before {
  font-size: 24px;
  line-height: 24px;
}
.rate-average-inner .rate-star-wrap {
  flex: 1;
  margin: 0 !important;
  padding: 0 20px;
  text-align: center;
}
@media (min-width: 768px) {
  .rate-average-inner .rate-star-wrap {
    border-right: 2px solid #d6d5d6;
  }
}
.rate-average-inner .rate-star-wrap .stars-label {
  font-size: 1rem;
  line-height: 3.7142857143em;
  font-weight: 500;
  color: var(--color-font);
}
.rate-average-inner .rate-star-wrap .stars-label::first-letter {
  font-size: 3rem;
  line-height: 1.2380952381em;
  font-weight: 700;
  vertical-align: middle;
  margin-right: 10px;
}

.rate-wrapper.unveil-wrapper .rate-wrap .rate-list {
  max-width: calc(360px + 4rem);
  margin: 0 auto;
  padding: 0 2rem;
  margin-bottom: 5px;
  width: 100%;
}
@media (max-width: 767px) {
  .rate-wrapper.unveil-wrapper .rate-wrap .rate-list {
    padding: 0;
    max-width: 100%;
  }
}
.rate-wrapper.unveil-wrapper .rate-wrap .rate-list:last-child {
  margin-bottom: 0;
}
.rate-wrapper.unveil-wrapper .rate-wrap .rate-list .rate-block {
  padding: 0;
  background-color: var(--color-gray);
  border-radius: 999px;
}
.rate-wrapper.unveil-wrapper .rate-wrap .rate-list .rate-count {
  display: none;
}
.rate-wrapper.unveil-wrapper .rate-wrap .rate-list .rate-bar {
  background-color: var(--color-primary);
  border-radius: 999px;
}
.rate-wrapper.unveil-wrapper .rate-wrap .rate-list .stars {
  height: auto;
}
.rate-wrapper.unveil-wrapper .rate-wrap .rate-list .stars .star {
  width: 17px;
  height: 17px;
  line-height: 17px;
}
.rate-wrapper.unveil-wrapper .rate-wrap .rate-list .stars .star::before {
  content: "\e91c";
  color: #f0b820;
  font-size: 17px;
  line-height: 17px;
}
.rate-wrapper.unveil-wrapper .rate-wrap .rate-value {
  font-size: 1rem;
  line-height: 1.7142857143em;
  margin-right: 17px;
  font-weight: 700;
  height: auto !important;
}
.rate-wrapper.unveil-wrapper .rate-wrap .rate-star {
  margin-right: 17px;
}

#discussionWrapper > .votes-wrap.discussion > .vote-wrap {
  margin-bottom: 36px;
}
#discussionWrapper > .votes-wrap.discussion > .vote-wrap:last-child {
  margin-bottom: 0;
}

.votes-wrap {
  max-width: 100%;
  width: 100%;
  margin-top: 0 !important;
}
.votes-wrap .vote-wrap {
  border-radius: 12px;
  border: 1px solid rgba(245, 244, 244, 0.5);
  background: linear-gradient(to bottom right, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 50%) bottom right/50% 50% no-repeat, linear-gradient(to bottom left, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 50%) bottom left/50% 50% no-repeat, linear-gradient(to top left, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 50%) top left/50% 50% no-repeat, linear-gradient(to top right, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 50%) top right/50% 50% no-repeat, rgba(255, 255, 255, 0.15);
  padding: 48px;
  padding-left: clamp(48px, 10vw, 144px);
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .votes-wrap .vote-wrap {
    padding: 24px;
  }
}
.votes-wrap .vote-header {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: clamp(48px, 10vw, 144px);
}
@media (max-width: 767px) {
  .votes-wrap .vote-header {
    gap: 0;
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
  }
}
.votes-wrap .vote-pic,
.votes-wrap .vote-time,
.votes-wrap .vote-delimeter,
.votes-wrap .vote-title {
  display: none;
}
.votes-wrap .vote-summary {
  display: flex;
  align-items: center;
  gap: clamp(48px, 10vw, 144px);
}
@media (max-width: 767px) {
  .votes-wrap .vote-summary {
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
  }
}
.votes-wrap .vote-rating {
  order: 1;
}
.votes-wrap .vote-name {
  order: 2;
  margin: 0;
  font-size: 1.7142857143rem;
  line-height: 1.375em;
  font-weight: 700;
}
.votes-wrap .stars {
  height: 24px;
  gap: 5px;
}
.votes-wrap .stars .star {
  width: 24px;
  height: 24px;
  line-height: 24px;
}
.votes-wrap .stars .star::before {
  font-size: 24px;
  line-height: 24px;
}
.votes-wrap .vote-content {
  margin: 0;
  margin-left: calc(140px + clamp(48px, 10vw, 144px));
}
@media (max-width: 767px) {
  .votes-wrap .vote-content {
    margin: 0;
  }
}
.votes-wrap + .add-comment {
  width: max-content;
  margin-top: 24px;
}

#discussionWrapper {
  display: flex;
  flex-direction: column;
}
#discussionWrapper .discussionContainer > p {
  text-align: center;
}
#discussionWrapper > .votes-wrap > .vote-wrap {
  padding: 0;
  background-color: transparent;
  border: none;
}
#discussionWrapper > .votes-wrap > .vote-wrap > .vote-header {
  margin: 0;
  padding: 48px;
  padding-left: clamp(48px, 10vw, 144px);
  padding-bottom: 12px;
  border: 2px solid var(--color-border);
  border-bottom: none;
  border-radius: 12px 12px 0 0;
  background-color: var(--color-white);
}
@media (max-width: 767px) {
  #discussionWrapper > .votes-wrap > .vote-wrap > .vote-header {
    padding: 24px;
    padding-bottom: 12px;
  }
}
#discussionWrapper > .votes-wrap > .vote-wrap > .vote-content {
  margin: 0;
  padding: 48px;
  padding-top: 0;
  padding-left: calc(clamp(48px, 10vw, 144px) + 75px + clamp(48px, 10vw, 144px));
  border: 2px solid var(--color-border);
  border-top: none;
  border-radius: 0 0 12px 12px;
  background-color: var(--color-white);
}
@media (max-width: 767px) {
  #discussionWrapper > .votes-wrap > .vote-wrap > .vote-content {
    padding: 24px;
    padding-top: 0;
  }
}
#discussionWrapper .votes-wrap .vote-pic {
  display: block;
  min-width: 75px;
  width: 75px;
  height: 33px;
  padding: 0;
}
@media (max-width: 767px) {
  #discussionWrapper .votes-wrap .vote-pic {
    min-width: 50px;
    width: 50px;
    height: 50px;
  }
}
#discussionWrapper .votes-wrap .vote-pic .vote-initials {
  width: 75px;
  height: 75px;
  border: none;
  background: var(--gradient-blue) !important;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Usual, sans-serif;
  font-size: 2.2857142857rem;
  line-height: 1.375em;
  font-weight: 700;
}
@media (max-width: 767px) {
  #discussionWrapper .votes-wrap .vote-pic .vote-initials {
    width: 50px;
    height: 50px;
    font-size: 1.7142857143rem;
    line-height: 1.375em;
  }
}
#discussionWrapper .votes-wrap .vote-content {
  margin-left: calc(75px + clamp(48px, 10vw, 144px));
}
@media (max-width: 767px) {
  #discussionWrapper .votes-wrap .vote-content {
    margin-left: 0;
  }
}
#discussionWrapper + .add-comment {
  width: max-content;
  margin-top: 36px;
  margin-left: auto;
}

.btn.add-comment,
.link-like.comment-icon,
.link-like.rating-icon {
  margin-left: 0;
  padding: 6px 14px;
  border-radius: 6px;
  border: 2px solid var(--color-secondary);
  font-size: 1rem;
  line-height: 1.7142857143em;
  font-weight: 700;
  color: var(--color-font);
  display: flex;
  align-items: center;
  gap: 12px;
  width: max-content;
  background-color: transparent;
}
.btn.add-comment::before,
.link-like.comment-icon::before,
.link-like.rating-icon::before {
  content: "";
  mask-image: url(assets/write.svg);
  background-color: var(--color-font);
  margin: 0;
  width: 24px;
  height: 24px;
  display: block;
  transition: all 0.15s ease-in;
}
.btn.add-comment:hover,
.link-like.comment-icon:hover,
.link-like.rating-icon:hover {
  background-color: var(--color-black);
  border-color: var(--color-black);
  color: var(--color-white);
}
.btn.add-comment:hover::before,
.link-like.comment-icon:hover::before,
.link-like.rating-icon:hover::before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(328deg) brightness(102%) contrast(102%);
}

.vote-content + .votes-wrap {
  margin-top: 12px !important;
  padding-left: 0;
}
.vote-content + .votes-wrap > .vote-wrap {
  margin-left: 50px;
}
@media (max-width: 767px) {
  .vote-content + .votes-wrap > .vote-wrap {
    margin-left: 15px;
  }
}

.add-comment.discussion-form-trigger {
  max-width: 100%;
  margin-left: 0;
  margin-bottom: 36px;
}
@media (max-width: 767px) {
  .add-comment.discussion-form-trigger {
    margin-bottom: 24px;
  }
}
.add-comment.discussion-form-trigger:has(.link-like:only-child) {
  display: flex;
  justify-content: center;
}

#discussion-form {
  margin-bottom: 36px;
  max-width: 100%;
  width: 100%;
}
#discussion-form .col-xs-12 {
  padding: 0;
}

.rate-wrapper.unveiled .vote-content .add-comment,
.discussion-wrapper.unveiled .vote-content .add-comment {
  display: flex;
}

#productsAlternative,
.products-related.slick-slider {
  margin-bottom: clamp(48px, 5vw, 96px);
}
#productsAlternative:after,
.products-related.slick-slider:after {
  display: none;
}

.products-block.products-alternative > div:nth-child(4n),
.products-block.products-related > div:nth-child(4n) {
  border: none !important;
}

.browse-p {
  display: none;
}

#formRating .row > .col-xs-12 {
  padding: 0;
}

a.shipping-options {
  text-decoration: underline;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 400;
  font-size: 1rem;
  color: var(--color-font);
}
a.shipping-options::before {
  content: url(assets/transport-white.svg);
  width: 24px;
  height: 24px;
}

#variants {
  margin-top: 36px;
}
#variants .variant-table .table-row {
  gap: 12px;
}
@media (max-width: 767px) {
  #variants .variant-table .table-row {
    flex-wrap: wrap;
  }
}
#variants .variant-table .table-row .variant-name-wrapper {
  order: 1;
  flex: 2;
  padding: 0;
  font-size: 0.8571428571rem;
  line-height: 1.25em;
  font-weight: 500;
  color: var(--color-font-tertiary);
}
@media (max-width: 767px) {
  #variants .variant-table .table-row .variant-name-wrapper {
    flex-basis: 100%;
  }
}
#variants .variant-table .table-row .variant-name-wrapper .variant-image {
  width: 48px;
  height: 48px;
  border-radius: 6px;
  border: 2px solid var(--color-border);
  margin-right: 12px;
}
#variants .variant-table .table-row .variant-name-wrapper .variant-name {
  font-size: 1rem;
  line-height: 1.7142857143em;
  font-weight: 700;
  color: var(--color-font);
  margin: 0;
}
#variants .variant-table .table-row .variant-name-wrapper span,
#variants .variant-table .table-row .variant-name-wrapper .delivery-time {
  font-size: 0.8571428571rem;
  line-height: 1.25em;
  font-weight: 500;
  padding: 0;
  color: var(--color-font-tertiary) !important;
}
#variants .variant-table .table-row .variant-name-wrapper .delivery-time {
  margin-top: 4px;
}
#variants .variant-table .table-row .price {
  order: 2;
  flex: 1;
  padding: 0;
  text-align: right;
}
@media (max-width: 767px) {
  #variants .variant-table .table-row .price {
    text-align: left;
  }
}
#variants .variant-table .table-row .price .price-final {
  font-size: 1rem;
  line-height: 1.7142857143em;
  font-weight: 700;
}
#variants .variant-table .table-row .price .price-final .pr-list-unit {
  display: none;
}
#variants .variant-table .table-row .price .price-additional {
  font-size: 0.8571428571rem;
  line-height: 1.25em;
  font-weight: 500;
  color: var(--color-font-tertiary);
}
#variants .variant-table .table-row .cart {
  order: 3;
  flex: 0 0 160px;
  padding: 0;
}
#variants .variant-table .table-row .cart fieldset {
  display: flex;
  align-items: center;
  gap: 16px;
}
#variants .variant-table .table-row .cart .quantity {
  width: 104px;
}
#variants .variant-table .table-row .cart .btn-cart {
  position: relative;
  padding: 0;
  width: 40px;
  height: 40px;
  background-color: var(--color-secondary);
  border-radius: 8px;
  border: none;
}
#variants .variant-table .table-row .cart .btn-cart::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2px;
  height: 16px;
  background-color: var(--color-white);
}
#variants .variant-table .table-row .cart .btn-cart::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 2px;
  background-color: var(--color-white);
  margin: 0;
}
#variants .variant-table .table-row .cart .btn-cart:hover {
  background-color: var(--color-primary);
}
#variants .variant-table .table-row .standard-price-wrap {
  display: none;
}

.products-block.products-additional .p-bottom .p-tools {
  text-align: unset;
  flex-basis: unset;
  margin-top: unset;
}

.products-additional.products-block.slick-slider .slick-list {
  padding-top: 0;
}

@media (max-width: 767px) {
  .type-product .flags-default {
    margin-top: 36px;
    margin-bottom: 16px;
  }
  .type-product .flags-default .price-standard {
    display: none;
  }
}

.vote-content .btn {
  margin-top: 24px;
}

@media (max-width: 767px) {
  .type-product .h4.homepage-group-title:first-of-type,
  .type-product h4.homepage-group-title:first-of-type {
    margin-top: 50px;
  }
}
.detail-parameters .surcharge-list {
  margin-top: 20px;
}

.availability-label:before {
  height: 20px;
}

.form-group {
  padding: 0;
  margin-bottom: 20px;
  max-width: 100%;
  width: 100%;
}
.form-group label {
  float: unset;
  width: 100%;
  padding: 0;
  margin-bottom: 10px;
  font-size: 1rem;
  line-height: 1.7142857143em;
  font-weight: 700;
}
.form-group .btn.btn-secondary {
  background: var(--gradient-blue);
  border-color: var(--color-primary);
  color: var(--color-bg-main);
  text-transform: uppercase;
}
.form-group .btn.btn-secondary:hover {
  background-color: var(--color-primary-hover);
  border-color: var(--color-primary-hover);
}

.form-group > input.form-control.short {
  width: 100%;
}

.form-group > input.form-control,
.form-group > textarea.form-control,
.form-group > select.form-control,
select,
input.form-control,
textarea.form-control {
  width: 100%;
  height: auto;
  padding: 6px 14px;
  border-radius: 6px;
  border: none;
  font-family: Usual, sans-serif;
  font-size: 1rem;
  line-height: 1.7142857143em;
  font-weight: 500;
  color: var(--color-font);
  background-color: rgba(255, 255, 255, 0.2);
}
.form-group > input.form-control::placeholder,
.form-group > textarea.form-control::placeholder,
.form-group > select.form-control::placeholder,
select::placeholder,
input.form-control::placeholder,
textarea.form-control::placeholder {
  color: var(--color-font);
  opacity: 1;
}
.form-group > input.form-control:focus,
.form-group > textarea.form-control:focus,
.form-group > select.form-control:focus,
select:focus,
input.form-control:focus,
textarea.form-control:focus {
  color: var(--color-font);
}

.ui-menu .ui-menu-item {
  color: var(--color-bg-main);
}

select,
.form-group > select.form-control {
  background-image: url(assets/arrow-short.svg);
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 24px 24px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

label.whole-width {
  font-weight: 500;
}
label.whole-width a {
  text-decoration: underline;
  color: var(--color-font);
}
label.whole-width a:hover {
  color: var(--color-primary);
  text-decoration: underline;
}

.country-flag .shp-flag-label {
  color: var(--color-font);
}

.radio-wrapper {
  padding: 20px 0;
  border-bottom: 2px solid var(--color-border-2);
}

.radio-wrapper input[type=radio] + label,
input[type=radio] + label {
  margin: 0;
  padding: 0;
  padding-left: 34px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.radio-wrapper input[type=radio] + label::before,
input[type=radio] + label::before {
  width: 24px;
  height: 24px;
  border: 2px solid var(--color-border-2);
  background-color: var(--color-white);
  border-radius: 50%;
}

.radio-wrapper input[type=radio]:checked + label::before,
input[type=radio]:checked + label::before {
  border: 2px solid var(--color-border-2);
}
.radio-wrapper input[type=radio]:checked + label::after,
input[type=radio]:checked + label::after {
  width: 16px;
  height: 16px;
  border: none;
  left: 4px;
  background-color: var(--color-primary);
}

input[type=checkbox] + label {
  padding-left: 32px;
  margin: 0;
}
input[type=checkbox] + label .filter-count {
  display: none;
  font-size: 1rem;
  line-height: 1.7142857143em;
  color: var(--color-font);
  font-weight: 400;
}
input[type=checkbox] + label::before {
  width: 24px;
  height: 24px;
  border: 2px solid var(--color-border-2);
  background-color: var(--color-white);
  border-radius: 4px;
}

input[type=checkbox]:checked + label {
  font-weight: 400;
}
input[type=checkbox]:checked + label::before {
  border-color: var(--color-white);
}
input[type=checkbox]:checked + label::after {
  width: 24px;
  height: 24px;
  border: 2px solid transparent;
  background-color: transparent;
  background: url(assets/ChecktIcon.svg);
  background-repeat: no-repeat;
  background-position: center;
  z-index: 10;
  left: 0;
}

#clear-filters .close-after {
  width: 100%;
}

.phone-combined-input {
  max-width: 100%;
}

.js-validator-msg.msg-error {
  margin-left: 0;
}

.form-group-tooltip {
  left: unset;
  top: 0;
  right: 0;
  transform: translateY(8px);
}

input[type=search].form-control {
  color: var(--color-white);
}
input[type=search].form-control::placeholder {
  color: var(--color-white);
}

body.ordering-process {
  background-color: var(--color-bg-main);
}
body.ordering-process #header {
  border: none;
}
body.ordering-process #content {
  margin-top: 36px;
  background-color: var(--color-bg-main);
  margin-bottom: 64px;
}
body.ordering-process .top-nav-button {
  margin-right: 10px;
}

ol.cart-header {
  margin: 0;
  margin-bottom: 64px;
  padding: 48px calc(50% - 480px);
  display: flex;
  align-items: flex-start;
  background: var(--color-transparent);
  border: 0.5px solid var(--color-border-3);
  border-radius: 12px;
}
ol.cart-header li {
  position: static;
  display: flex !important;
  justify-content: center;
  border: none;
}
ol.cart-header li:first-child {
  justify-content: flex-start;
}
ol.cart-header li:first-child strong span::before,
ol.cart-header li:first-child a span::before {
  background: url(assets/cart-white.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 24px;
}
ol.cart-header li:last-child {
  justify-content: flex-end;
}
ol.cart-header li:last-child strong span::before,
ol.cart-header li:last-child a span::before {
  background: url(assets/login-white.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 24px;
}
ol.cart-header li.active strong span::before,
ol.cart-header li.active a span::before {
  background-color: var(--color-secondary);
  border-color: var(--color-secondary);
}
ol.cart-header li strong,
ol.cart-header li a {
  padding: 0;
  width: fit-content;
  border: none;
}
ol.cart-header li strong span,
ol.cart-header li a span {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  font-family: Usual, sans-serif;
  font-size: 1rem;
  line-height: 1.7142857143em;
  font-weight: 500;
  color: var(--color-white);
  text-transform: none;
  transition: all 0.15s ease-in-out;
}
ol.cart-header li strong span::before,
ol.cart-header li a span::before {
  display: flex;
  margin: 0;
  width: 56px;
  height: 56px;
  font-size: 0;
  line-height: 0;
  color: transparent;
  border: 2px solid var(--color-white);
  background: url(assets/transport-white.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 24px;
}
ol.cart-header li a:hover span {
  color: var(--color-primary-hover);
}
ol.cart-header li.completed a span:hover, ol.cart-header li.completed a span:focus {
  color: var(--color-primary-hover);
}
ol.cart-header li.completed a span::before {
  background: url(assets/ChecktIcon.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 24px;
  background-color: var(--color-white);
}

@media (min-width: 992px) {
  ol.cart-header {
    position: relative;
  }
  ol.cart-header::before, ol.cart-header::after {
    content: url(assets/cart-header-icon.svg);
    width: 150px;
    height: 1px;
    position: absolute;
    left: 50%;
    top: calc(50% - 10px);
  }
  ol.cart-header::before {
    transform: translate(calc(-50% - 265px));
  }
  ol.cart-header::after {
    right: 50%;
    transform: translate(calc(-50% + 185px));
  }
}
.cart-row .col-md-8 {
  width: 68.3333333333%;
}
.cart-row .col-md-8 .cart-content {
  margin: 0;
  padding: 0;
  background-color: transparent;
}
.cart-row .col-md-4 {
  margin-left: 36px;
  padding: 0;
  width: calc(31.6666666667% - 36px);
}
.cart-row .col-md-4 .cart-content {
  margin: 0;
  padding: 0;
  background-color: transparent;
}
.cart-row::before, .cart-row::after {
  display: none;
}

.in-krok-1 .cart-row .col-md-8,
.in-krok-2 .cart-row .col-md-8 {
  width: 46.5277777778%;
}
.in-krok-1 .cart-row .col-md-4,
.in-krok-2 .cart-row .col-md-4 {
  margin-left: clamp(36px, 5vw, 96px);
  width: calc(53.4722222222% - clamp(36px, 5vw, 96px));
}

.checkout-box {
  display: none;
}

.cart-table {
  margin: 0;
  margin-bottom: 36px;
}
.cart-table tbody {
  display: flex;
  flex-direction: column;
}
.cart-table tbody tr {
  padding: 24px 0;
  border-bottom: 2px solid var(--color-border-2);
  display: flex;
  align-items: center;
  gap: 24px;
}
.cart-table tbody tr td.cart-p-image {
  padding: 0;
  width: 96px;
  height: 96px;
  background-color: transparent;
  border: none;
}
.cart-table tbody tr td.cart-p-image a {
  display: block;
  width: 100%;
  height: 100%;
}
.cart-table tbody tr td.cart-p-image a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 2px solid var(--color-border);
  border-radius: 8px;
}
.cart-table tbody tr td.p-name {
  padding: 0;
  border: none;
  flex: 3;
  background-color: transparent;
}
.cart-table tbody tr td.p-name .main-link {
  font-size: 1.4285714286rem;
  line-height: 1.35em;
  font-weight: 600;
  color: var(--color-font);
  text-transform: none;
}
.cart-table tbody tr td.p-name .main-link-variant,
.cart-table tbody tr td.p-name .show-related {
  margin-top: 7px;
  padding: 0;
  font-family: Usual, sans-serif;
  font-size: 0.8571428571rem;
  line-height: 1.25em;
  font-weight: 500;
  color: var(--color-font);
}
.cart-table tbody tr td.p-name .show-related {
  display: block;
}
.cart-table tbody tr td.p-name .show-related::after {
  content: "";
  padding: 0;
  width: 24px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 24px;
}
.cart-table tbody tr td.p-availability {
  flex: 1;
  padding: 0;
  background-color: transparent;
  border: none;
}
.cart-table tbody tr td.p-availability .availability-amount {
  display: none;
}
.cart-table tbody tr td.p-availability .availability-label {
  font-size: 1rem;
  line-height: 1.7142857143em;
  font-weight: 500;
}
.cart-table tbody tr td.p-quantity {
  padding: 0;
  background-color: transparent;
  border: none;
  width: 104px;
}
.cart-table tbody tr td.p-quantity .quantity input {
  width: 64px;
  background-color: var(--color-white);
}
.cart-table tbody tr td.p-price {
  padding: 0;
  background-color: transparent;
  border: none;
  flex: 1;
}
.cart-table tbody tr td.p-price .show-tooltip {
  border-bottom: 1px solid var(--color-font-tertiary);
}
.cart-table tbody tr td.p-price .price-final,
.cart-table tbody tr td.p-price .unit-value {
  font-size: 0.8571428571rem;
  line-height: 1.25em;
  font-weight: 500;
  color: var(--color-font-tertiary);
}
.cart-table tbody tr td.p-total {
  padding: 0;
  background-color: transparent;
  border: none;
  flex: 1.5;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 40px;
}
.cart-table tbody tr td.p-total .price-final {
  font-size: 1rem;
  line-height: 1.7142857143em;
  font-weight: 700;
  color: var(--color-font);
}
.cart-table tbody tr td.p-total .inline {
  display: block;
  width: 24px;
  height: 24px;
}
.cart-table tbody tr td.p-total .remove-item {
  opacity: 1;
  width: 24px;
  height: 24px;
  padding: 0;
  background: url(assets/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 24px;
  filter: invert(0.7);
  transition: all 0.15s ease-in-out;
}
.cart-table tbody tr td.p-total .remove-item:hover {
  filter: invert(1);
}
.cart-table tbody tr td.p-total .remove-item::before {
  display: none;
}
.cart-table tbody tr.related-visible {
  border: none;
}
.cart-table tbody tr.related.visible {
  padding: 0;
  display: flex;
  border: none;
}
.cart-table tbody tr.related td {
  padding: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-left: 36px;
  gap: 8px;
  border: none;
  background-color: transparent;
}

.cart-related-product {
  max-width: 100%;
  padding: 24px 36px;
  background-color: var(--color-transparent);
  border: 0.5px solid var(--color-border-3);
  border-radius: 12px;
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.04);
}
.cart-related-product:last-child {
  border: 0.5px solid var(--color-border-3);
}

.cart-related-info {
  padding: 0;
  width: 70%;
  display: flex;
  align-items: center;
  gap: 16px;
}

.cart-related-img {
  max-width: 64px;
  flex-shrink: 0;
}
.cart-related-img img {
  width: 100%;
  height: auto;
  border: 2px solid var(--color-border);
  border-radius: 6px;
}

a.cart-related-name {
  padding: 0;
  font-size: 1.4285714286rem;
  line-height: 1.35em;
  font-weight: 600;
  color: var(--color-font);
  text-transform: none;
}

.cart-related-availability {
  margin-left: auto;
  padding: 0;
  font-size: 1rem;
  line-height: 1.7142857143em;
  font-weight: 500;
}

.cart-related-button {
  padding: 0;
  padding-left: 16px;
  width: 15%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
}
.cart-related-button .price-final {
  margin: 0;
  font-size: 1rem;
  line-height: 1.7142857143em;
  font-weight: 700;
  color: var(--color-font);
}
.cart-related-button .btn.btn-primary {
  background-color: var(--color-secondary);
  border: none;
}
.cart-related-button .btn.btn-primary:hover {
  background-color: var(--color-secondary-hover);
}
.cart-related-button .btn.add-to-cart-button {
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 6px;
  background-color: var(--color-secondary);
  border: none;
  font-size: 0;
  line-height: 0;
  color: transparent;
}
.cart-related-button .btn.add-to-cart-button:hover {
  background-color: var(--color-secondary-hover);
}
.cart-related-button .btn.add-to-cart-button::before {
  content: "";
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 2px;
  background-color: var(--color-white);
}
.cart-related-button .btn.add-to-cart-button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2px;
  height: 16px;
  background-color: var(--color-white);
}

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

.summary-wrapper .box.box-bg-default,
#checkoutSidebar .cart-content {
  padding: 48px;
  background: var(--color-transparent);
  border: 0.5px solid var(--color-border-3);
  border-radius: 12px;
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.04);
}

#checkoutSidebar {
  position: static !important;
}

.price-wrapper {
  display: flex;
  align-items: center;
  row-gap: 4px;
  column-gap: 16px;
}
.price-wrapper .price-label.price-primary {
  flex: 1 1 calc(50% - 8px);
  padding: 0;
  text-align: left;
  font-size: 1rem;
  line-height: 1.7142857143em;
  font-weight: 500;
  color: var(--color-font-tertiary);
}
.price-wrapper .price.price-primary {
  flex: 1 1 calc(50% - 8px);
  padding: 0;
  text-align: right;
  font-size: 1.7142857143rem;
  line-height: 1.375em;
  font-weight: 700;
  color: var(--color-font);
}
.price-wrapper .price-label.price-secondary {
  flex: 1 1 calc(50% - 8px);
  padding: 0;
  text-align: left;
  font-size: 0.8571428571rem;
  line-height: 1.25em;
  font-weight: 500;
  color: var(--color-font-tertiary);
}
.price-wrapper .price.price-secondary {
  flex: 1 1 calc(50% - 8px);
  padding: 0;
  text-align: right;
  font-size: 0.8571428571rem;
  line-height: 1.25em;
  font-weight: 500;
  color: var(--color-font);
}

.price-wrapper + .next-step {
  margin-top: 36px;
}

.next-step {
  display: flex;
  flex-direction: column-reverse;
  gap: 12px;
  align-items: center;
}
.next-step .btn.btn-lg {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
  flex-wrap: wrap;
  width: 100%;
  padding: 6px 14px;
  line-height: 2em;
  text-transform: none;
}
.next-step .btn.btn-lg:hover {
  border-color: var(--color-font);
}
.next-step .btn.btn-lg .order-button-text,
.next-step .btn.btn-lg .order-button-suffix {
  padding: 0;
  margin: 0;
  font-size: 1rem;
  line-height: 2em;
  font-weight: 700;
  text-transform: uppercase;
}
.next-step .next-step-back {
  padding: 10px;
  padding-left: 0;
  width: fit-content;
  font-size: 1rem;
  line-height: 1.7142857143em;
  font-weight: 700;
  color: var(--color-font);
  display: flex;
  align-items: center;
  gap: 10px;
}
.next-step .next-step-back::before {
  content: url(assets/arrow-black.svg);
  filter: invert(1);
  width: 24px;
  height: 24px;
  display: block;
  transform: rotate(180deg);
  transition: all 0.15s ease-in;
}
.next-step .next-step-back:hover {
  color: var(--color-primary);
}
.next-step .next-step-back:hover::before {
  transform: rotate(180deg) translateX(4px);
}

.delivery-time {
  display: block;
  padding: 0;
}

.cart-summary {
  margin-top: 36px;
  padding: 0;
}
.cart-summary h4 {
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 2rem;
  line-height: 1.3571428571em;
  font-weight: 700;
  color: var(--color-font);
  text-transform: none;
}
.cart-summary .extras-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 4.4444444444%;
}
.cart-summary .extras-wrapper .extras-col {
  flex: 1;
  max-width: 100%;
  display: flex;
  flex-direction: column-reverse;
  gap: 16px;
}
.cart-summary .extras-wrapper .extras-col + .extras-col {
  padding: 0;
}

.discount-coupon {
  padding: 0;
  margin: 0;
}
.discount-coupon .input-group {
  display: flex;
  align-items: center;
  gap: 16px;
}
.discount-coupon form .btn {
  height: auto;
  border-color: var(--color-primary);
  background-color: var(--color-transparent);
  color: var(--color-white);
  text-transform: uppercase;
}
.discount-coupon form .btn:hover {
  background-color: var(--color-secondary-hover);
  border-color: var(--color-secondary-hover);
  color: var(--color-white);
}
.discount-coupon input.form-control {
  padding-left: 50px;
  background: url(assets/sale.svg);
  background-position: left 14px center;
  background-repeat: no-repeat;
  background-size: 24px;
  background-color: var(--color-white);
  color: var(--color-bg-main);
}
.discount-coupon input.form-control::placeholder {
  color: var(--color-bg-main);
}
.discount-coupon::before {
  display: none;
}

.free-gift {
  margin: 0;
}

.free-product-gifts {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.free-product-gifts li {
  margin: 0;
}
.free-product-gifts .free-gifts-img > img {
  width: 48px;
  border: 2px solid var(--color-border);
  border-radius: 6px;
}
.free-product-gifts .free-gift-label {
  padding-left: 12px;
}
.free-product-gifts .free-gift-label .free-gift-name {
  padding: 0;
  font-size: 1.4285714286rem;
  line-height: 1.35em;
  font-weight: 600;
  color: var(--color-font);
  text-transform: none;
}

.extra.delivery {
  padding-left: 34px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.extra.delivery::before {
  position: absolute;
  top: 5px;
  left: 0;
  content: "";
  margin: 0;
  width: 24px;
  height: 24px;
  display: block;
  background: url(assets/transport-white.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 24px;
  flex-shrink: 0;
}
.extra.delivery span,
.extra.delivery span strong {
  font-size: 1rem;
  line-height: 1.7142857143em;
  font-weight: 500;
  color: var(--color-font-tertiary);
}
.extra.delivery span strong {
  color: var(--color-font);
}
.extra.delivery .price-range {
  margin-top: 8px;
  height: 3px;
  background-color: var(--color-gray);
  border-radius: 3px;
}
.extra.delivery .price-range div {
  background-color: var(--color-primary);
  border-radius: 3px;
}

#summary-box h4 {
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 1.7142857143rem;
  line-height: 1.375em;
  font-weight: 700;
  color: var(--color-font);
  text-transform: none;
}

.cart-items {
  margin-bottom: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.cart-item {
  padding: 20px 0;
  border-bottom: 2px solid var(--color-border-2);
}
.cart-item:last-child {
  border-bottom: none;
}
.cart-item .cart-item-name,
.cart-item .cart-item-amount,
.cart-item .cart-item-price {
  padding: 0 !important;
  border: none !important;
}
.cart-item .main-link {
  font-size: 1rem;
  line-height: 1.6em;
  font-weight: 500;
  color: var(--color-font);
  text-transform: none;
}
.cart-item .main-link-variant {
  margin-top: 7px;
  padding: 0;
  font-family: Usual, sans-serif;
  font-size: 0.8571428571rem;
  line-height: 1.25em;
  font-weight: 500;
  color: var(--color-font);
}
.cart-item .cart-item-amount,
.cart-item .unit-value {
  font-size: 1rem;
  line-height: 1.7142857143em;
  font-weight: 500;
  color: var(--color-font-tertiary);
  vertical-align: top;
}
.cart-item .cart-item-price {
  font-size: 1rem;
  line-height: 1.7142857143em;
  font-weight: 700;
  color: var(--color-font);
}

.gift-items {
  padding: 0 20px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
}
.gift-items .for-free,
.gift-items span {
  font-size: 1rem;
  line-height: 1.7142857143em;
  font-weight: 700;
  color: var(--color-font);
  text-transform: none;
}
.gift-items span {
  font-weight: 500;
}

.order-summary-item.helper {
  padding: 0;
  margin-bottom: 12px;
}
.order-summary-item.helper > div:first-child {
  flex: 1 1 auto;
  font-size: 0.8571428571rem;
  line-height: 1.25em;
  font-weight: 500;
}
.order-summary-item.helper > div:first-child strong {
  font-weight: 500;
}
.order-summary-item.helper > div:last-child {
  flex: 1 1 auto;
  margin-left: auto;
  font-size: 0.8571428571rem;
  line-height: 1.25em;
  font-weight: 600;
}

.order-recapitulation {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 24px;
}
.order-recapitulation:empty {
  display: none;
}

.recapitulation-single {
  margin: 0;
  padding: 0;
  font-size: 0.8571428571rem;
  line-height: 1.25em;
  font-weight: 500;
}
.recapitulation-single span:first-of-type::after {
  content: ":";
}
@media screen and (max-width: 767px) {
  .recapitulation-single span:first-of-type {
    width: 100%;
    flex: unset;
    margin-bottom: 10px;
  }
}
.recapitulation-single > strong span {
  max-width: 40%;
  text-align: right;
  font-weight: 600;
  color: var(--color-font);
}
.recapitulation-single > strong span::after {
  content: "" !important;
}

.order-summary-item.price {
  margin: 0;
  padding: 24px 0;
  border-top: 2px solid var(--color-border-2);
}

#checkoutContent .box.box-bg-default {
  padding: 0;
  margin-bottom: 24px;
  border: none;
}
#checkoutContent .box.box-bg-default:last-of-type {
  margin-bottom: 0;
}
#checkoutContent h4 {
  padding: 0;
  margin: 0;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 2rem;
  line-height: 1.3571428571em;
  font-weight: 700;
  color: var(--color-font);
  text-transform: none;
}
#checkoutContent h4::before {
  display: none;
}
#checkoutContent .row {
  display: flex;
  align-items: center;
  gap: 24px;
}
#checkoutContent .row::before, #checkoutContent .row::after {
  display: none;
}
#checkoutContent .row .col-sm-6 {
  padding: 0;
}
#checkoutContent .row .select-label {
  display: none;
}
#checkoutContent .payment-info {
  padding: 0;
}
#checkoutContent .payment-info .shipping-billing-name {
  display: block;
  font-size: 1rem;
  line-height: 1.7142857143em;
  font-weight: 700;
  color: var(--color-font);
  text-transform: none;
  transition: all 0.15s ease-in-out;
}
#checkoutContent .payment-info .sublabel {
  margin-top: 7px;
  font-size: 0.8571428571rem;
  line-height: 1.25em;
  font-weight: 500;
}
#checkoutContent .payment-shipping-price {
  padding: 0;
  font-size: 1rem;
  line-height: 1.7142857143em;
  font-weight: 700;
  color: var(--color-font);
  text-transform: none;
}

.radio-wrapper:not(.active):hover .shipping-billing-name {
  color: var(--color-primary) !important;
}

#select-country-payment {
  margin-bottom: 24px;
}

.co-billing-address,
.co-box-additional {
  padding: 0;
  border: none;
  margin-top: 24px;
}

.co-box-additional {
  margin-top: 20px;
}

#shipping-address {
  margin-top: 24px;
}

.payment-logo {
  order: -1;
  margin-left: 10px;
}

@media (max-width: 1200px) {
  .in-krok-1 .cart-row .col-md-8,
  .in-krok-2 .cart-row .col-md-8,
  .cart-row .col-md-8 {
    width: 100%;
  }
  .in-krok-1 .cart-row .col-md-4,
  .in-krok-2 .cart-row .col-md-4,
  .cart-row .col-md-4 {
    margin-left: 0;
    margin-top: 36px;
    width: 100%;
    max-width: 420px;
  }
  .in-krok-1 .cart-row .col-md-4,
  .in-krok-2 .cart-row .col-md-4 {
    max-width: 600px;
  }
}
@media (max-width: 1072px) {
  ol.cart-header {
    padding: 48px 2rem;
  }
}
@media (max-width: 991px) {
  .cart-inner .delivery-time {
    padding: 0;
  }
  .price-wrapper {
    padding: 0;
  }
  .next-step {
    padding: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  body.ordering-process #header {
    border-bottom: 2px solid var(--color-border-2);
  }
  body.ordering-process #content {
    margin-top: 0;
    margin-left: 16px;
    margin-right: 16px;
  }
  body.ordering-process .site-name {
    display: block;
  }
  body.ordering-process .responsive-tools > a[data-target=search] {
    visibility: visible;
    margin-right: 16px;
  }
  ol.cart-header {
    position: static;
    margin-left: -16px;
    margin-right: -16px;
    margin-bottom: 16px;
    padding: 27px 20px;
    gap: 12px;
    border-radius: 0;
  }
  ol.cart-header li {
    flex: 1;
    padding: 0;
  }
  ol.cart-header li strong span,
  ol.cart-header li a span {
    font-size: 0.8571428571rem;
    line-height: 1.25em;
    text-align: center;
  }
  .cart-row {
    gap: 36px !important;
  }
  .cart-row .col-md-4 {
    margin: 0;
    max-width: 100%;
  }
  .cart-table {
    padding-bottom: 36px;
    margin-bottom: 36px;
    border-bottom: 2px solid var(--color-border-2);
  }
  .cart-table tbody tr {
    position: relative;
    padding: 0;
    margin: 10px 0;
    align-items: flex-start;
    column-gap: 20px;
    row-gap: 0;
    border: none;
  }
  .cart-table tbody tr td.cart-p-image {
    flex: 0 0 64px;
    width: 64px;
    height: 64px;
    margin: 0;
  }
  .cart-table tbody tr td.p-name {
    flex: 0 0 calc(100% - 84px);
    min-height: 64px;
  }
  .cart-table tbody tr td.p-availability {
    flex: 0 0 100%;
    padding-left: 84px;
  }
  .cart-table tbody tr td.p-availability .p-label {
    display: none;
  }
  .cart-table tbody tr td.p-quantity {
    flex: 0 0 100%;
    display: flex;
    justify-content: flex-end;
  }
  .cart-table tbody tr td.p-quantity .quantity {
    padding: 0;
    padding-right: 44px;
  }
  .cart-table tbody tr td.p-price {
    position: absolute;
    bottom: 24px;
    left: 0;
    flex: 0 0 100%;
  }
  .cart-table tbody tr td.p-price .p-label {
    display: none;
  }
  .cart-table tbody tr td.p-total {
    flex: 0 0 100%;
    justify-content: space-between;
  }
  .cart-table tbody tr td.p-total .p-label {
    display: none;
  }
  .cart-table tbody tr td.p-total .price-final {
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .cart-table tbody tr td.p-total > .inline {
    position: absolute;
    bottom: 8px;
    right: 0;
  }
  .cart-table tbody tr.related.visible td {
    margin-left: 0;
    display: flex;
  }
  .cart-related-product {
    padding: 16px;
    flex-direction: column;
    gap: 0;
  }
  .cart-related-info {
    width: 100%;
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: 0;
    column-gap: 20px;
    align-items: flex-start;
  }
  .cart-related-img {
    margin: 0;
    grid-row: 1/span 2;
  }
  .cart-related-availability {
    margin-left: 0;
  }
  .cart-related-button {
    width: 100%;
    padding-left: 68px;
    justify-content: space-between;
  }
  .cart-summary .extras-wrapper {
    flex-direction: column;
    gap: 24px;
  }
  .cart-summary .extras-wrapper .extras-col {
    width: 100%;
  }
  .summary-wrapper .box.box-bg-default,
  #checkoutSidebar .cart-content {
    padding: 36px 20px;
  }
  .next-step .next-step-back {
    display: flex;
    justify-content: center;
  }
  #checkoutContent .row .col-sm-6 {
    width: 100%;
  }
  #checkoutContent h4 {
    font-size: 1.7142857143rem;
    line-height: 1.375em;
  }
  .payment-logo {
    display: none;
  }
  .in-krok-1 .cart-row .col-md-4,
  .in-krok-2 .cart-row .col-md-4 {
    margin-top: 0;
    max-width: 100%;
  }
}
.in-dekujeme .order-summary-heading,
.in-dekujeme h4 {
  text-transform: none;
}
.in-dekujeme .co-box {
  border: none;
}

.cart-heading {
  margin-top: 28px;
  margin-bottom: 24px;
  font-size: 2.5714285714rem;
  line-height: 1.3611111111em;
  text-align: center;
}
@media (max-width: 767px) {
  .cart-heading {
    margin-top: 48px;
    padding: 0;
    font-size: 1.8571428571rem;
    line-height: 1.3461538462em;
  }
}

.cart-empty {
  text-align: center;
}
.cart-empty .contacts {
  margin-top: 24px;
  margin-bottom: 36px;
}
@media (max-width: 767px) {
  .cart-empty .contacts {
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .cart-empty .contacts__container {
    align-items: center;
  }
}
.cart-empty .contacts__wrap a {
  font-size: 1.2857142857rem;
  line-height: 1.6666666667em;
}
.cart-empty .contacts__wrap span {
  text-align: left;
}
.cart-empty .darky__header {
  margin-top: 48px;
  margin-bottom: 36px;
  font-size: 1.7142857143rem;
  line-height: 1.375em;
}
@media (max-width: 767px) {
  .cart-empty .darky__header {
    margin-top: 36px;
    margin-bottom: 12px;
  }
}
.cart-empty .darky__header::before, .cart-empty .darky__header::after {
  display: none;
}
.cart-empty .cart-row {
  display: none !important;
}
.cart-empty .btn-back {
  padding: 14px 34px;
}
@media (max-width: 480px) {
  .cart-empty .btn-back {
    width: 100%;
  }
}

.cart-content.checkout-box-wrapper,
.order-summary > .checkout-box {
  display: none;
}

.cart-footer-wrapper {
  border-top: 1px solid var(--color-border);
  background-color: var(--color-bg-main);
}

.cart-footer {
  padding: 20px;
  color: var(--color-font);
  display: flex;
  justify-content: space-between;
  align-items: start;
  flex-direction: column;
  gap: 20px;
  line-height: 1.7;
}
.cart-footer.container::after, .cart-footer.container::before {
  display: none;
}
.cart-footer p {
  margin-bottom: 10px;
  margin-top: 0;
}

.cart-footer-info a {
  color: var(--color-font);
  text-decoration: underline;
  display: inline-flex;
}
.cart-footer-info a::before {
  content: "";
  -webkit-mask-image: url(assets/question.svg);
  mask-image: url(assets/question.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
  background-color: var(--color-font);
  margin-right: 10px;
  line-height: 0;
  width: 24px;
  height: 24px;
  display: block;
}
.cart-footer-info a:hover, .cart-footer-info a:focus {
  text-decoration: none;
}

.cart-footer-contacts ul {
  list-style-type: none;
  padding-left: 0;
  margin-block: 0;
}
.cart-footer-contacts ul li span {
  display: inline-flex;
  align-items: center;
}
.cart-footer-contacts ul li span::before {
  display: block;
  margin-right: 10px;
  line-height: 0;
  width: 24px;
  height: 24px;
}
.cart-footer-contacts ul li span a {
  color: var(--color-font);
}
.cart-footer-contacts ul li:first-child span::before {
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  -webkit-mask-image: url(assets/mail-black.svg);
  mask-image: url(assets/mail-black.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
  background-color: var(--color-font);
}
.cart-footer-contacts ul li:nth-child(2) span::before {
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  -webkit-mask-image: url(assets/phone-black.svg);
  mask-image: url(assets/phone-black.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
  background-color: var(--color-font);
}

@media (min-width: 768px) {
  .cart-footer.container {
    flex-direction: row;
    align-items: center;
    padding-inline: 35px;
    position: relative;
  }
  .cart-footer.container::after, .cart-footer.container::before {
    content: "";
    display: block;
    width: 1px;
    height: 54px;
    background-color: var(--color-border);
    position: absolute;
  }
  .cart-footer.container::before {
    left: 33%;
  }
  .cart-footer.container::after {
    right: 33%;
  }
  .cart-footer.container > div {
    padding-inline: 5px;
  }
}
#cboxOverlay {
  opacity: 1 !important;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(5px);
}

#cboxOverlay,
#cboxWrapper,
#colorbox {
  overflow: visible !important;
}

#cboxContent {
  background-color: var(--color-bg-main);
  border-radius: 12px;
  border: 2px solid var(--color-bg-main);
  box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.1);
  margin-right: 22px;
  margin-left: 22px;
  height: auto !important;
}

#cboxLoadedContent {
  height: auto !important;
}

#cboxClose {
  transform: translate(40%, -40%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: white !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
#cboxClose::before {
  color: white;
  position: static;
  display: none;
}
#cboxClose::after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(assets/cross-white.svg);
  filter: invert(1);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
}

.content-modal {
  padding: 36px;
}
@media (max-width: 767px) {
  .content-modal {
    padding: 16px;
  }
}

.shipping-options-popup > h1 {
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 1.7142857143rem;
  line-height: 1.375em;
}
.shipping-options-popup > p {
  color: var(--color-font);
}
.shipping-options-popup .shipping-row {
  padding: 12px;
  border-radius: 8px;
  border: none;
  gap: 16px;
}
.shipping-options-popup .shipping-row:nth-child(odd) {
  background-color: rgba(0, 0, 0, 0.5);
}
.shipping-options-popup .payment-info {
  order: 1;
}
.shipping-options-popup .payment-shipping-price {
  order: 2;
}
.shipping-options-popup .payment-shipping-price.for-free {
  font-weight: 500;
}
.shipping-options-popup .payment-logo {
  order: 3;
  flex-basis: 32px;
}
@media (max-width: 767px) {
  .shipping-options-popup .payment-logo {
    display: block;
  }
}
.shipping-options-popup .shipping-billing-name {
  font-size: 1rem;
  line-height: 1.7142857143em;
  font-weight: 500;
  text-transform: none;
}
.shipping-options-popup .extra.delivery {
  margin-top: 24px;
  padding: 0;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.shipping-options-popup .extra.delivery::before {
  display: none;
}

.advanced-order {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .advanced-order {
    padding: 1.25rem;
  }
}
.advanced-order .h1:not(.advanced-order-suggestion) {
  order: 1;
  margin: 0;
  padding: 16px 36px;
  padding-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 1.7142857143rem;
  line-height: 1.375em;
  border-radius: 6px 6px 0 0;
  background: var(--gradient-blue);
  color: var(--color-white);
}
@media (max-width: 767px) {
  .advanced-order .h1:not(.advanced-order-suggestion) {
    padding: 12px 16px;
    padding-bottom: 0;
    font-size: 1.5714285714rem;
    line-height: 1.3636363636em;
  }
}
.advanced-order .h1:not(.advanced-order-suggestion)::before {
  content: url(assets/ChecktIcon.svg);
  width: 20px;
  height: 20px;
  display: flex;
}
@media (max-width: 767px) {
  .advanced-order .h1:not(.advanced-order-suggestion)::before {
    width: 18px;
    height: 18px;
  }
}
.advanced-order .ao-product,
.advanced-order .product {
  order: 2;
  margin-bottom: 36px;
}
@media (max-width: 767px) {
  .advanced-order .ao-product,
  .advanced-order .product {
    margin-bottom: 24px;
    min-width: 163px;
  }
}
.advanced-order .ao-product .ao-image,
.advanced-order .ao-product .ao-price,
.advanced-order .ao-product .ao-quantity,
.advanced-order .ao-product .ao-availability,
.advanced-order .ao-product .main-link-variant,
.advanced-order .product .ao-image,
.advanced-order .product .ao-price,
.advanced-order .product .ao-quantity,
.advanced-order .product .ao-availability,
.advanced-order .product .main-link-variant {
  display: none;
}
.advanced-order .ao-product .ao-name,
.advanced-order .product .ao-name {
  margin: 0;
  text-align: center;
  padding: 16px 36px;
  padding-top: 0;
  border-radius: 0 0 6px 6px;
  background: var(--gradient-blue);
}
@media (max-width: 767px) {
  .advanced-order .ao-product .ao-name,
  .advanced-order .product .ao-name {
    padding: 12px 16px;
    padding-top: 0;
  }
}
.advanced-order .ao-product .ao-name a,
.advanced-order .product .ao-name a {
  color: var(--color-white);
  font-size: 1rem;
  line-height: 1.7142857143em;
  font-weight: 500;
}
.advanced-order .h2 {
  order: 2;
  color: var(--color-white);
  font-size: 1rem;
  line-height: 1.7142857143em;
  font-weight: 500;
  text-align: center;
  padding: 16px 36px;
  padding-top: 0;
  border-radius: 0 0 6px 6px;
  background: var(--gradient-blue);
}
@media (max-width: 767px) {
  .advanced-order .h2 {
    padding: 12px 16px;
    padding-top: 0;
  }
}
.advanced-order .h1.advanced-order-suggestion {
  order: 3;
  padding: 0;
  margin: 0;
  margin-bottom: 24px;
  font-size: 1.7142857143rem;
  line-height: 1.375em;
  text-align: left;
  border: none;
}
@media (max-width: 767px) {
  .advanced-order .h1.advanced-order-suggestion {
    font-size: 1.4285714286rem;
    line-height: 1.35em;
    margin-bottom: 12px;
  }
}
.advanced-order .products {
  order: 4;
  padding: 0 20px;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}
@media (max-width: 992px) {
  .advanced-order .products .product:nth-child(3) {
    display: block;
  }
}
@media (max-width: 767px) {
  .advanced-order .products .product:nth-child(3) {
    display: none;
  }
}
.advanced-order .products-block.slick-slider {
  width: 100%;
  margin: 0;
}
.advanced-order .products-block.slick-slider .slick-list {
  padding-top: 0;
}
.advanced-order .products-block.slick-slider .slick-track::before, .advanced-order .products-block.slick-slider .slick-track:after {
  display: none;
}
@media (max-width: 767px) {
  .advanced-order .products-block.slick-slider {
    padding: 0;
    margin: 0 -14px;
    width: calc(100% + 28px);
  }
  .advanced-order .products-block.slick-slider .slick-list {
    padding-right: 25vw;
  }
}
.advanced-order .extras-wrap {
  order: 5;
  margin-top: 36px;
}
@media (max-width: 767px) {
  .advanced-order .extras-wrap {
    margin-top: 24px;
    flex-direction: column;
    gap: 12px;
  }
}
.advanced-order .extras-wrap .extra.delivery {
  margin: 0;
  padding-left: 20px;
  width: fit-content;
}
@media (max-width: 767px) {
  .advanced-order .extras-wrap .extra.delivery {
    padding: 0;
  }
}
.advanced-order .extras-wrap .extra.delivery::before {
  display: none;
}
.advanced-order .extras-wrap .extra.step {
  margin: 0;
  margin-right: 20px;
  margin-left: 1rem;
  width: fit-content;
}
@media (max-width: 767px) {
  .advanced-order .extras-wrap .extra.step {
    margin: 0;
  }
}
.advanced-order .extras-wrap .continue-shopping-btn {
  text-decoration: underline;
  color: black;
  display: inline-flex;
  gap: 10px;
}
.advanced-order .extras-wrap .continue-shopping-btn:hover {
  text-decoration: none;
}
.advanced-order .extras-wrap .continue-shopping-btn::before {
  content: url(assets/arrow-black.svg);
  display: block;
  line-height: 0;
}
@media (min-width: 768px) {
  .advanced-order .extras-wrap .continue-shopping-btn {
    margin-left: auto;
  }
}
.advanced-order .advancedOrder__buttons {
  order: 6;
}

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

@media (max-width: 767px) {
  .cart-window-visible .user-action .user-action-in > div.user-action-cart {
    display: flex !important;
    border: none;
  }
}

.popup-widget.cart-widget {
  top: 76px;
}
@media (max-width: 767px) {
  .popup-widget.cart-widget {
    top: 77px;
    height: calc(100vh - 77px);
  }
}

.admin-logged .popup-widget.cart-widget {
  top: 101px;
}
@media (max-width: 767px) {
  .admin-logged .popup-widget.cart-widget {
    top: 77px;
    height: calc(100vh - 77px);
  }
}

.popup-widget.cart-widget {
  border: 2px solid var(--color-border);
  border-radius: 12px;
  box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  margin: 0;
  padding: 20px;
}
@media (max-width: 767px) {
  .popup-widget.cart-widget {
    border-radius: 0;
    box-shadow: none;
    background-color: var(--color-bg-main);
    padding: 20px 20px 170px;
    flex-direction: column;
  }
}

.popup-widget {
  position: absolute;
  right: calc(50vw - 720px);
  left: unset;
  bottom: unset;
  margin-left: 0;
  max-height: unset;
  padding-top: 0;
  width: 340px;
}
@media (max-width: 1496px) {
  .popup-widget {
    right: 2rem;
  }
}
@media (max-width: 767px) {
  .popup-widget {
    right: 0;
    width: 100%;
  }
}

.cart-widget-product {
  padding: 0;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 2px solid var(--color-border);
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.cart-widget-product:last-child {
  margin: 0;
  border-bottom-style: solid;
}

.cart-widget-product-image {
  order: 1;
  height: 48px;
  width: 48px;
  flex: 0 0 48px;
  border: 2px solid var(--color-border);
  border-radius: 6px;
}

.cart-widget-product-amount {
  order: 2;
  width: 104px;
  padding: 0;
  margin: 0;
  margin-left: auto;
}
.cart-widget-product-amount .quantity .increase::after,
.cart-widget-product-amount .quantity .increase::before,
.cart-widget-product-amount .quantity .decrease::before {
  background-color: var(--color-bg-main);
}
@media (max-width: 767px) {
  .cart-widget-product-amount .quantity .increase::after,
  .cart-widget-product-amount .quantity .increase::before,
  .cart-widget-product-amount .quantity .decrease::before {
    filter: invert(1);
  }
}

.cart-widget-product-name {
  order: 3;
  flex: 0 0 calc(100% - 42px);
}
.cart-widget-product-name a {
  font-size: 1rem;
  line-height: 1.7142857143em;
  font-weight: 500;
  color: var(--color-bg-main);
}
.cart-widget-product-name a span {
  font-size: 0.8571428571rem;
  line-height: 1.25em;
  font-weight: 500;
}
@media (max-width: 767px) {
  .cart-widget-product-name a {
    color: var(--color-font);
  }
}
.cart-widget-product-name span {
  font-size: 1rem;
  line-height: 1.7142857143em;
  font-weight: 700;
  color: var(--color-bg-main);
}
@media (max-width: 767px) {
  .cart-widget-product-name span {
    color: var(--color-font);
  }
}

.cart-widget-product-unit {
  display: none !important;
}

.cart-widget-product-delete {
  order: 4;
  padding-left: 6px;
  width: 24px;
  flex: 0 0 30px;
  margin-left: auto;
  display: flex !important;
  align-items: flex-end;
  visibility: visible !important;
}
.cart-widget-product-delete button::before {
  content: url(assets/cross.svg);
  width: 24px;
  height: 24px;
  display: block;
  transition: all 0.15s ease-in-out;
}
@media (max-width: 767px) {
  .cart-widget-product-delete button::before {
    filter: invert(1);
  }
}
.cart-widget-product-delete button:hover::before {
  filter: invert(0.5);
}

.cart-free-shipping {
  position: static;
  display: flex;
  height: auto;
}
.cart-free-shipping > div {
  display: block;
  padding: 0;
  justify-content: center;
  width: 100%;
}
.cart-free-shipping > div strong {
  color: var(--color-font-secondary);
  font-size: 1rem;
  line-height: 1.7142857143em;
  font-weight: 700;
}

.cart-widget-button {
  position: static;
  background-color: transparent;
  padding: 0;
}
.cart-widget-button .btn {
  text-align: center;
}
.cart-widget-button .btn:after {
  display: none;
}

.popup-widget-inner .cart-widget-products {
  height: auto;
  overflow-y: auto;
  max-height: calc(100vh - 64px - 350px);
}

.login-widget .popup-widget-inner {
  background-color: var(--color-bg-main);
}

.popup-widget-inner {
  height: auto;
}
@media (max-width: 767px) {
  .popup-widget-inner {
    height: calc(100vh - 185px);
    background-color: var(--color-bg-main);
    color: var(--color-font) !important;
  }
}
@media (min-width: 768px) {
  .popup-widget-inner {
    border-radius: 12px;
  }
}

.popup-cart-summary {
  margin-block: 20px;
  color: var(--color-black);
}
.popup-cart-summary .popup-cart-summary-item {
  display: flex;
  justify-content: space-between;
  font-size: 0.75rem;
}
.popup-cart-summary .popup-cart-summary-item:first-of-type {
  font-size: 0.875rem;
}
.popup-cart-summary .popup-cart-summary-item:first-of-type .popup-cart-summary-item-value {
  font-size: 1.275rem;
}
@media (max-width: 767px) {
  .popup-cart-summary {
    color: var(--color-white);
  }
}

.empty-cart-popup h2 {
  font-size: 1.75rem;
  text-align: left;
  color: var(--color-bg-main);
}
@media (max-width: 767px) {
  .empty-cart-popup h2 {
    color: var(--color-font);
  }
}
.empty-cart-popup .contacts {
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  text-align: left;
}
.empty-cart-popup .contacts > p {
  text-align: left;
}
.empty-cart-popup .contacts__container {
  justify-content: start;
  gap: 8px;
}
.empty-cart-popup .contacts__wrap > a {
  font-size: 1.125rem;
}
.empty-cart-popup .darky__header {
  text-align: left;
}
.empty-cart-popup .darky__header::before, .empty-cart-popup .darky__header::after {
  display: none;
}
.empty-cart-popup .darky__list {
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 8px;
}
.empty-cart-popup .darky__item img {
  max-height: 80px;
  object-position: top;
}

.popup-widget.login-widget {
  top: 76px;
  width: fit-content;
}
@media (max-width: 767px) {
  .popup-widget.login-widget {
    top: 77px;
    height: calc(100vh - 77px);
  }
}
.popup-widget.login-widget::before {
  display: none;
}

.in-login .password-helper a[href="/registrace/"] {
  display: none;
}

.admin-logged .popup-widget.login-widget {
  top: 101px;
}
@media (max-width: 767px) {
  .admin-logged .popup-widget.login-widget {
    top: 77px;
    height: calc(100vh - 77px);
  }
}

.login-wrapper .password-helper a {
  text-decoration: underline;
}
.login-wrapper .password-helper a:hover {
  text-decoration: none;
}

.registration-banner-login {
  padding: 25px;
  border: 3px solid #f5f4f4;
  background-color: var(--color-transparent);
  border-radius: 8px;
}
.registration-banner-login h2 {
  margin-top: 0;
}
.registration-banner-login ul {
  line-height: 1.7;
  margin-block: 20px;
}
.registration-banner-login a.btn {
  width: 100%;
  padding: 20px 16px;
  text-transform: uppercase;
}
.registration-banner-login h2 {
  font-size: 28px;
}

.popup-widget-inner:not(.cart-widget-inner) > h2 {
  font-size: 30px;
}
.popup-widget-inner:not(.cart-widget-inner) .login-wrapper .password-helper a {
  margin-top: 10px;
}
.popup-widget-inner:not(.cart-widget-inner) #customerLogin {
  display: -webkit-box;
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 36px;
}
@media (max-width: 767px) {
  .popup-widget-inner:not(.cart-widget-inner) #customerLogin {
    flex-direction: column;
    gap: 20px;
  }
}
.popup-widget-inner:not(.cart-widget-inner) #formLoginIncluded {
  min-width: 350px;
  height: auto;
}
.popup-widget-inner:not(.cart-widget-inner) .registration-banner-login {
  color: white;
  margin-top: -60px;
  max-width: 336px;
  height: auto;
}
.popup-widget-inner:not(.cart-widget-inner) .registration-banner-login ul {
  margin-block: 30px;
}

@media (max-width: 767px) {
  .login-window-visible .login-widget {
    padding-top: 0;
    left: 0;
    width: 100%;
    overflow: auto;
  }
  .login-window-visible .login-widget .popup-widget-inner {
    height: auto !important;
  }
  .login-window-visible .login-widget .popup-widget-inner .registration-banner-login {
    margin-top: -20px;
    max-width: 100%;
  }
}

.search-focused::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(5px);
}
.search-focused #formSearchForm {
  z-index: 100;
}

.search-whisperer a:hover {
  background-color: transparent;
}
.search-whisperer a:hover .p-info {
  text-decoration: underline;
}
.search-whisperer a:hover.search-whisperer-document > span {
  color: var(--color-primary);
}
.search-whisperer.active {
  top: -20px;
  margin-left: -20px;
  margin-right: -20px;
  padding: 20px;
  padding-top: 78px;
  width: calc(100% + 40px);
  display: flex;
  gap: 16px;
  box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.1);
  border: 2px solid var(--color-border);
  border-radius: 12px;
  z-index: -1;
  background-color: var(--color-bg-main);
}
.search-whisperer.active > ul {
  border: none;
}
.search-whisperer.active > ul li {
  border: none;
}
.search-whisperer.active .p-name {
  font-size: 1rem;
  line-height: 1.7142857143em;
  color: var(--color-font);
  font-weight: 700;
}
.search-whisperer.active .p-availability {
  font-size: 0.8571428571rem;
  line-height: 1.25em;
  font-weight: 400;
}
.search-whisperer.active .price {
  font-size: 1rem;
  line-height: 1.7142857143em;
  color: var(--color-font);
  font-weight: 700;
}
.search-whisperer.active .search-whisperer-empty {
  font-size: 1rem;
  line-height: 1.7142857143em;
  color: var(--color-font);
  font-weight: 400;
}

.search-whisperer-products {
  order: 1;
  flex: 2;
}
.search-whisperer-products li a .p-info .p-name {
  font-weight: 400;
}
.search-whisperer-products li a .price {
  width: 100%;
  text-align: left;
}

.search-whisperer-documents {
  order: 2;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 16px;
  border-radius: 8px;
  border: 2px solid var(--color-border);
  background-color: var(--color-transparent);
}
.search-whisperer-documents a.search-whisperer-document {
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  font-size: 1rem;
  line-height: 1.7142857143em;
  font-weight: 400;
  color: var(--color-font);
}
.search-whisperer-documents a.search-whisperer-document em {
  display: none;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: 700;
}
.search-whisperer-documents a.search-whisperer-document em:before {
  color: var(--color-font);
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: 700;
}
.search-whisperer-documents a.search-whisperer-document:first-of-type em {
  display: block;
}

html[lang=cs] .search-whisperer-document.search-whisperer-category em::before {
  content: "Nalezeno v kategoriích";
}

html[lang=sk] .search-whisperer-document.search-whisperer-category em::before {
  content: "Nájdené v kategóriách";
}

html[lang=en] .search-whisperer-document.search-whisperer-category em::before {
  content: "Found in categories";
}

@media (max-width: 921px) {
  .search {
    position: absolute;
    top: 114px;
    left: 2rem;
    display: block;
    max-width: calc(100% - 4rem);
    width: 0;
    overflow: hidden;
    transition: all 0.15s ease-in;
  }
  .search .compact-form .form-control {
    height: 52px;
  }
  .search-window-visible .search {
    display: block;
    width: 100%;
    max-width: 100%;
  }
  .search-window-visible.search-focused .search {
    overflow: visible;
  }
}
@media (max-width: 767px) {
  .search {
    padding: 0;
    top: 64px;
  }
  .search .compact-form .form-control {
    height: auto;
  }
  .search-whisperer.active {
    flex-direction: column;
  }
  .search-whisperer.active .price {
    margin-left: 70px;
  }
}
@media (min-width: 768px) {
  .search-whisperer-products {
    display: flex;
    flex-wrap: wrap;
  }
  .search-whisperer-products li a {
    flex-direction: column;
    width: 180px !important;
  }
  .search-whisperer-products li a .p-info {
    padding: 0;
    width: 100%;
    order: 1;
  }
  .search-whisperer-products li a .price {
    width: 100%;
    margin-top: 0;
  }
  .search-whisperer-products li a .search-whisperer-image {
    max-width: 180px;
  }
}

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