* {
  font-family: "Poppins" !important;
}

:root {
  --color-black: #000000;
  --color-yellow: #f4c03a;
  --color-gray: #676767;
}

body {
  background-color: #f5f5f5 !important;
}

.products-block .p-in-in {
  min-height: auto;
}
.category-header input[type="radio"]:checked + label {
  background-color: var(--color-primary);
}
.welcome .welcome__content p {
  margin-bottom: 0;
}

.welcome .welcome__content p + p {
  margin-top: 20px;
}

@media (min-width: 768px) {
  .top-navigation-bar .container > div.top-navigation-contacts {
    top: 0;
    height: 49px;
  }
  .welcome .h1 {
    font-size: 40px;
    margin-bottom: 30px;
  }
  .welcome p {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .welcome {
    padding: 40px 40px 40px 40px;
  }
}
@media (min-width: 768px) {
  .header-top {
    padding-top: 30px;
    padding-bottom: 10px;
  }

  .popup-widget.cart-widget,
  .popup-widget.login-widget {
    top: 140px;
  }

  .admin-logged .popup-widget.cart-widget,
  .admin-logged .popup-widget.login-widget {
    top: 140px;
  }
}

.login-window-visible #header .top-nav-button-login {
  background-color: black;
}

@media (min-width: 992px) {
  .header-top {
    padding-top: 30px;
    padding-bottom: 10px;
  }

  .popup-widget.cart-widget,
  .popup-widget.login-widget {
    top: 140px;
  }

  .admin-logged .popup-widget.cart-widget,
  .admin-logged .popup-widget.login-widget {
    top: 165px;
  }
}
@media (max-width: 767px) {
  .top-navigation-bar {
    background-color: white;
  }
}

@media (max-width: 370px) {
  .top-navigation-bar .site-name a img {
    max-height: 30px;
  }
}

@media (min-width: 768px) {
  .products-related-block h2,
  .products-alternative-block h2,
  h4.homepage-group-title,
  .h4.homepage-group-title {
    font-size: 36px;
  }
  body .hodnoceni:before {
    text-align: center;
    font-size: 36px;
    margin-bottom: 30px;
  }
  .products-block.products .p .name {
    font-size: 18px;
  }
  .navigation-buttons a[data-target="cart"]:hover {
    color: white;
  }
  .header-top .btn.cart-count:hover .cart-price {
    color: white;
  }
  .navigation-buttons .click-cart a:after {
    display: none;
  }
  .click-cart > a[data-target="cart"] {
    background: var(--color-secondary);
    border-radius: 8px;
  }
  .click-cart > a[data-target="cart"]:hover {
    background: var(--color-secondary-hover);
  }
  #header .cart-count {
    border-radius: 30px 30px;
  }
  .navigation-buttons a[data-target="cart"] {
    color: #fff;
  }
  .header-top .btn.cart-count:before {
    font-size: 26px;
  }
  .header-top .btn.cart-count:before {
    color: white !important;
  }
  .navigation-buttons {
    right: 0;
  }
  .cart-window-visible #header .click-cart {
    border-radius: 30px 30px 0 0;
  }
  .cart-window-visible #header .cart-count {
    background: var(--color-secondary-hover);
    border-radius: 30px 30px 0 0;
  }
  .cart-window-visible .btn.cart-count .cart-price {
    color: white;
  }
  .popup-widget {
    margin-left: -6px;
  }
}

@media (min-width: 992px) {
  .popup-widget.cart-widget {
    margin-left: 106px;
  }
}

@media (min-width: 1200px) {
  .popup-widget.cart-widget {
    margin-left: 209px;
  }
}

@media (min-width: 1440px) {
  .popup-widget.cart-widget {
    margin-left: 329px;
  }
}

.top-category-block .menu-level-2 {
  margin: 0 -5px;
}

.top-category-block .menu-image img {
  min-height: 110px;
  object-fit: contain;
  max-height: 110px;
}

.top-category-block .menu-level-2 > li {
  padding: 0 5px;
}

.top-category-block.no-submenu .menu-content {
  padding: 20px 10px 10px;
}

.top-category-block .menu-level-2.no-menu-level-3 .menu-content {
  padding-bottom: 10px;
}

.top-category-block .menu-level-2 > li:nth-child(n + 9) {
  display: none;
}

#footer ul li b {
  font-weight: 400;
}

.top-category-block .menu-level-2 > li:nth-child(n + 8) {
  display: none;
}

.benefitBanner__title {
  font-weight: 700;
}

.benefitBanner__item {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
  padding: 0 10px;
}

.benefitBanner__picture {
  flex: 0 0 80px;
  min-width: 80px;
  padding-left: 0;
  height: 80px;
  margin-right: 15px;
}

.benefitBanner__content {
  padding-right: 0;
}

.benefitBanner {
  align-items: normal;
}

.top-category-block .h4.homepage-group-title {
  margin-top: 40px;
}

.benefitBanner__picture img {
  max-height: 80px;
  max-width: 80px;
}

@media (min-width: 768px) {
  .benefitBanner__data {
    margin-top: 8px;
    line-height: 1.6;
    font-size: 16px;
  }

  .top-category-block {
    margin-bottom: 0;
    margin-top: 30px;
  }
  h4.homepage-group-title,
  .h4.homepage-group-title {
    margin-bottom: 40px;
  }
  h4.homepage-group-title[class*="homepage-products-heading"],
  .h4.homepage-group-title[class*="homepage-products-heading"] {
    margin-bottom: 30px;
    margin-top: 60px;
  }
}

@media (min-width: 768px) {
  .is-header-fixed.is-header-hidden #header .site-name a img {
    max-height: 56px;
  }
  #header .site-name {
    display: flex;
    align-items: center;
  }

  #header .site-name a img {
    max-height: 50px;
  }
}

@media (max-width: 767px) {
  .top-navigation-bar .site-name a img {
    max-height: 40px;
  }
}

.is-carousel-classic-layout
  .before-carousel
  .banners-row
  .col-sm-4
  .next-to-carousel-banners
  .banner-wrapper
  a:hover
  .extended-banner-link,
.is-carousel-classic-layout
  .before-carousel
  .banners-row
  .carousel-inner
  > .item:hover
  .extended-banner-link,
.is-carousel-classic-layout
  .before-carousel
  .banners-row
  .carousel-inner
  a:hover
  .extended-banner-link {
  background-color: var(--color-primary-hover);
  color: white;
}

@media (min-width: 992px) {
  .is-carousel-classic-layout:not(.is-carousel-full-width).one-column-body
    .homepage-box
    .carousel
    .carousel-control.right:before {
    right: -15px;
  }

  .is-carousel-classic-layout:not(.is-carousel-full-width).one-column-body
    .homepage-box
    .carousel
    .carousel-control.left:before {
    left: -15px;
  }
}

@media (min-width: 768px) {
  .benefitBanner {
    margin: 20px -10px;
    width: auto;
    max-width: none;
  }

  body:not(.is-carousel-full-width) .carousel .extended-banner-text:not(:empty),
  .multiple-columns-body .carousel .extended-banner-text:not(:empty) {
    font-size: 24px;
    margin-top: 15px;
  }

  .middle-banners-wrapper .extended-banner-link:not(:empty),
  .body-banners .extended-banner-link:not(:empty),
  .banners-top-block .extended-banner-link:not(:empty),
  .next-to-carousel-banners .extended-banner-link:not(:empty),
  .banner-category .extended-banner-link:not(:empty),
  .carousel .extended-banner-link:not(:empty) {
    min-height: 45px;
    font-size: 16px;
    margin-top: 25px;
    padding: 10px 25px;
  }

  .middle-banners-wrapper .extended-banner-title:not(:empty),
  .body-banners .extended-banner-title:not(:empty),
  .banners-top-block .extended-banner-title:not(:empty),
  .next-to-carousel-banners .extended-banner-title:not(:empty),
  .banner-category .extended-banner-title:not(:empty),
  .carousel .extended-banner-title:not(:empty) {
    font-size: 26px;
    max-width: 100%;
  }
  .middle-banners-wrapper .extended-banner-texts,
  .body-banners .extended-banner-texts,
  .banners-top-block .extended-banner-texts,
  .next-to-carousel-banners .extended-banner-texts,
  .banner-category .extended-banner-texts,
  .carousel .extended-banner-texts {
    padding: 0px 20px;
  }

  .next-to-carousel-banners .extended-banner-link:not(:empty) {
    margin-top: 20px;
    min-height: 35px;
    padding: 5px 25px;
    color: var(--color-primary);
  }

  .one-column-body .carousel .extended-banner-texts {
    left: 0;
    top: 50px;
    transform: translate(0);
    padding: 20px 20px 35px;
  }

  .middle-banners-wrapper .extended-banner-texts,
  .body-banners .extended-banner-texts,
  .banners-top-block .extended-banner-texts,
  .next-to-carousel-banners .extended-banner-texts,
  .banner-category .extended-banner-texts,
  .carousel .extended-banner-texts {
    top: 25px;
    transform: translateY(0);
  }

  .middle-banners-wrapper .extended-banner-text:not(:empty),
  .body-banners .extended-banner-text:not(:empty),
  .next-to-carousel-banners .extended-banner-text:not(:empty),
  .banners-top-block .extended-banner-text:not(:empty) {
    margin-top: 6px;
    max-width: 50%;
  }

  .middle-banners-wrapper .extended-banner-link:not(:empty),
  .body-banners .extended-banner-link:not(:empty),
  .banners-top-block .extended-banner-link:not(:empty),
  .next-to-carousel-banners .extended-banner-link:not(:empty),
  .banner-category .extended-banner-link:not(:empty),
  .carousel .extended-banner-link:not(:empty) {
    color: var(--color-secondary);
    font-weight: 700;
  }

  .middle-banners-wrapper .extended-banner-link:not(:empty):hover,
  .body-banners .extended-banner-link:not(:empty):hover,
  .banners-top-block .extended-banner-link:not(:empty):hover,
  .next-to-carousel-banners .extended-banner-link:not(:empty):hover,
  .banner-category .extended-banner-link:not(:empty):hover,
  .carousel .extended-banner-link:not(:empty):hover {
    background-color: var(--color-primary-hover);
  }

  body:not(.is-carousel-full-width)
    .carousel
    .extended-banner-title:not(:empty),
  .multiple-columns-body .carousel .extended-banner-title:not(:empty) {
    font-size: 38px;
  }
}

@media (min-width: 1200px) {
  .middle-banners-wrapper .extended-banner-title:not(:empty),
  .body-banners .extended-banner-title:not(:empty),
  .banners-top-block .extended-banner-title:not(:empty),
  .next-to-carousel-banners .extended-banner-title:not(:empty),
  .banner-category .extended-banner-title:not(:empty),
  .carousel .extended-banner-title:not(:empty) {
    font-size: 30px;
  }

  body:not(.is-carousel-full-width)
    .carousel
    .extended-banner-title:not(:empty),
  .multiple-columns-body .carousel .extended-banner-title:not(:empty) {
    font-size: 48px;
  }
}

@media (min-width: 1440px) {
  body:not(.is-carousel-full-width)
    .carousel
    .extended-banner-title:not(:empty),
  .multiple-columns-body .carousel .extended-banner-title:not(:empty) {
    font-size: 54px;
  }

  .middle-banners-wrapper .extended-banner-title:not(:empty),
  .body-banners .extended-banner-title:not(:empty),
  .banners-top-block .extended-banner-title:not(:empty),
  .next-to-carousel-banners .extended-banner-title:not(:empty),
  .banner-category .extended-banner-title:not(:empty),
  .carousel .extended-banner-title:not(:empty) {
    font-size: 34px;
    max-width: 70%;
  }
}

@media (min-width: 992px) {
  .sidebar {
    width: 290px;
  }
}

@media (min-width: 768px) {
  .sidebar .rate-star-wrap .stars span,
  .sidebar .rate-star-wrap .stars a {
    width: 24px;
    height: 24px;
  }
  .sidebar .rate-star-wrap .stars span:before,
  .sidebar .rate-star-wrap .stars a:before {
    font-size: 24px;
  }
}

.benefitBanner__link {
  width: 100%;
}

/* .type-detail .benefitBanner__item {
  flex-wrap: wrap;
  text-align: center;
  justify-content: center;
}
.type-detail .benefitBanner__picture {
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;
}
.type-detail .benefitBanner__link {
  flex-wrap: wrap;
}
.type-detail .benefitBanner__content {
  margin-top: 5px;
  justify-content: center;
  padding-right: 0;
  width: 100%;
}
.type-detail .benefitBanner__picture img {
  max-height: 70px;
  max-width: 75px;
}
.type-detail .benefitBanner__picture {
  height: 70px;
} */

@media (min-width: 992px) {
  .type-detail.multiple-columns-body
    .position--benefitProduct
    .benefitBanner__item {
    flex: 1 1 50%;
  }
}

@media (min-width: 768px) {
  .product-top {
    margin-bottom: 40px;
  }
}

.multiple-columns-body .position--benefitProduct {
  width: auto;
}

#footer ul a {
  color: #000000;
}

#footer h3,
#footer h4 {
  font-weight: 700;
}

@media (min-width: 768px) {
  #footer .site-name a img {
    max-width: 380px;
  }
}

.footer-icons .footer-icon img {
  object-fit: contain;
  height: 100%;
  display: block;
  width: 100%;
  max-height: 50px;
}

@media (min-width: 768px) {
  .footer-icons .footer-icon {
    padding: 20px 20px;
    margin: 10px;
    max-height: 60px;
    min-height: 60px;
  }
}

.footer-icons .footer-icon {
  min-height: 60px;
}

#footer.is-white
  .accordion--sm
  .accordion__item:not(.custom-footer__banner7):not(.custom-footer__banner39)
  .accordion__trigger {
  pointer-events: none;
}

#footer.is-white
  .accordion--sm
  .accordion__item:not(.custom-footer__banner7):not(.custom-footer__banner39)
  .accordion__trigger:after {
  display: none;
}

.accordion--sm
  .accordion__item:not(.custom-footer__banner7):not(.custom-footer__banner39)
  .accordion__content {
  visibility: visible;
  overflow: visible;
  width: auto;
  height: auto;
  padding: 1rem 0 1rem 0;
  opacity: 1;
  transition: opacity 250ms ease;
}

.footer-icons {
  justify-content: flex-start;
  margin: 0 -6px;
}

.footer-icons .footer-icon {
  margin: 6px;
  padding: 5px 8px;
}

.footer-icons .footer-icon img {
  max-height: 40px;
  max-width: 110px;
  min-width: 50px;
}

.footer-icons > div {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}

.custom-footer__delivery .custom-footer__onlinePayments {
  padding: 0;
  padding-top: 20px;
}

#footer.is-white .footer-icons:before {
  display: none;
}

.footer-icons .footer-icon {
  min-height: 40px;
  max-width: 90px;
}

.footer-icons .footer-icon img {
  max-height: 40px;
  max-width: 110px;
  min-width: 40px;
}

@media (min-width: 768px) {
  .footer-icons > div:before {
    font-size: 18px;
  }
  .footer-links-icons > .footer-icons {
    gap: 10px;
    justify-content: center;
  }
  .footer-links-icons > .footer-icons > div {
    justify-content: center;
    width: 50%;
  }
  .footer-icons .footer-icon {
    min-height: 60px;
    max-width: 100px;
  }
  .footer-links-icons > .footer-icons {
    margin: 0 auto;
  }
}

.custom-footer .custom-footer-left-panel .footer-item .footer-item {
  width: 100%;
  padding: 0;
  margin-top: 25px;
}

.partners-block {
  background-color: white;
  padding: 30px 0;
}

.partners__content {
  box-shadow: none;
}

#footer .contact-box p {
  line-height: 1.7;
  color: #000;
}

#footer .contact-box a.btn {
  min-height: 40px;
}

#footer .contact-box p {
  position: relative;
  padding-left: 40px;
}

#footer .contact-box p:before {
  position: absolute;
  left: 0;
  width: 24px;
  font-size: 24px;
  font-family: "apollo";
  text-align: center;
  content: "\e905";
  font-size: 22px;
  transform: translateY(0);
  top: -8px;
  color: var(--color-primary);
}

.rate-bar {
  background-color: #e9b730;
}

.stars-label {
  color: #a6a6a6;
  font-weight: 400;
}

.rate-wrapper.unveil-wrapper .rate-count {
  font-weight: 400;
}

.rate-average {
  font-weight: 700;
}

@media (min-width: 1440px) {
  .rate-average {
    font-size: 70px;
  }
}

.welcome a.btn.btn-secondary {
  color: white;
}

.welcome a.btn.btn-secondary:hover {
  color: white;
  background-color: var(--color-primary-hover);
  border-color: var(--color-primary-hover);
}

.welcome .h1 {
  margin-bottom: 15px;
  display: none;
}

.flag.flag-discount:before {
  width: 60px;
  height: 60px;
  border-radius: 30px 0 0 30px;
  background: #ce1d22;
}

.type-detail.multiple-columns-body .p-image-wrapper .flags-extra {
  top: auto;
  bottom: 20px;
  right: 15px;
}

.p-image-wrapper .flags-extra {
  right: 5px;
}

body.multiple-columns-body.type-detail
  .p-image-wrapper
  .flags-extra
  .flag-discount:before {
  width: 107px;
  height: 40px;
}

body.multiple-columns-body.type-detail
  .p-image-wrapper
  .flags-extra
  .flag-discount
  .price-save {
  font-size: 24px;
}

.p-image-wrapper .flags-extra .flag-discount .price-save sub {
  font-size: 100%;
}

@media (min-width: 768px) {
  .products-inline.products-top {
    margin: 0 -5px 10px;
  }

  .flags-extra {
    height: 40px;
    top: auto;
    bottom: 0;
    right: -30px;
  }

  body.type-category .product.no-code .p .flags-extra,
  body.type-page .product.no-code .p .flags-extra,
  body.in-index .product.no-code .p .flags-extra {
    top: auto;
    bottom: 0;
  }

  .flags-extra .flag .price-standard,
  .flags-extra .flag .price-save {
    font-size: 18px;
  }

  .flag.flag-discount:before {
    width: 80px;
    height: 40px;
  }
}

.body-banners > div {
  width: 50%;
  max-width: 100%;
  flex: 0 0 100%;
}

.services-section {
  padding: 10px 0 20px;
  /* background: linear-gradient(90deg, #c7d7ea 0%, #8aa8cf 50%, #2f6199 100%); */
}

.middle-banners-wrapper > div {
  z-index: 1;
  position: relative;
}

.middle-banners-wrapper {
  overflow: hidden;
}

.services-section h4.homepage-group-title,
.services-section .h4.homepage-group-title {
  color: white;
}

.services-title {
  text-align: center;
  color: #fff;
  font-size: 42px;
  font-weight: 700;
  margin: 0 0 40px;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.service-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  background: #fff;
  border-radius: 20px;
  padding: 30px 30px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
  min-height: 260px;
}

.service-card:hover .service-content h3 a {
  color: var(--color-primary-hover);
}

.service-card:hover .service-content .btn.btn-primary {
  background-color: var(--color-primary-hover);
  border-color: var(--color-primary-hover);
}

.service-card--reverse {
  flex-direction: row;
}

.service-content {
  flex: 1;
}

.service-content h3 {
  color: #2f6199;
  font-size: 36px;
  line-height: 1.25;
  margin: 0 0 10px;
  font-weight: 700;
}

.service-content p {
  margin: 0;
  color: #222;
  line-height: 1.65;
  font-size: 15px;
}

.service-content p + p {
  margin-top: 10px;
}

/* iba medzera nad tlačidlom */
.service-content .btn.btn-primary {
  margin-top: 25px;
  display: inline-flex;
  min-width: 150px;
  border-radius: 30px;
}

.service-image {
  flex-shrink: 0;
  width: 50%;
  text-align: center;
}

.service-image img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.service-content--right {
  text-align: right;
}

.service-content--right .btn.btn-primary {
  margin-left: auto;
}

@media (max-width: 1200px) {
  .service-content h3 {
    font-size: 30px;
  }
}

@media (max-width: 991px) {
  .services-grid {
    grid-template-columns: 1fr;
  }

  .service-card,
  .service-card--reverse {
    flex-direction: column;
    text-align: center;
  }

  .service-image {
    width: 100%;
    order: -1;
  }

  .service-content h3 {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .services-title {
    font-size: 32px;
  }

  .service-card {
    padding: 25px;
  }

  .service-content h3 {
    font-size: 24px;
  }
}

@media (max-width: 991px) {
  .service-content--right {
    text-align: center;
  }
}

.middle-banners-wrapper {
  margin-bottom: 0;
  padding-bottom: 0;
}

.service-content h3 a {
  color: inherit;
  text-decoration: none;
}

.service-content h3 a:hover {
  color: var(--color-primary-hover);
}

.service-image a {
  display: block;
}

@media (min-width: 992px) {
  .service-content--right {
    text-align: right;
  }
}

@media (max-width: 991px) {
  .service-content--right {
    text-align: center;
  }
}

.flag {
  font-weight: 400;
  text-transform: none;
}

@media (min-width: 768px) {
  .flag {
    font-size: 12px;
  }
}

.footer-icons .footer-icon {
  border: 2px solid var(--color-primary);
}

@media (min-width: 768px) {
  body:not(.type-detail) .products-page .product.no-code .p .flags-extra {
    top: auto;
  }
  .show-desktop {
    display: block;
  }
}

#footer ul a.b2b-btn {
  background-color: var(--color-primary);
  color: white;
  padding: 5px 15px;
  border-radius: 15px;
}

#footer.is-white .news-item-widget a:hover,
#footer.is-white ul a:hover {
  color: var(--color-primary-hover);
  text-decoration: underline;
}

#footer.is-white .news-item-widget a.b2b-btn:hover,
#footer.is-white ul a.b2b-btn:hover {
  color: white;
  background-color: var(--color-primary-hover);
  text-decoration: none;
}

@media (max-width: 767px) {
  .footer-icons .footer-icon {
    min-height: 60px;
    max-width: 90px;
  }
  .partners-block {
    padding: 40px 0;
  }
}

.show-mobile {
  display: none;
}

@media (max-width: 767px) {
  .show-desktop {
    display: none;
  }

  .show-mobile {
    display: block;
  }

  body.type-category .product.no-code .p .flags-extra,
  body.type-page .product.no-code .p .flags-extra,
  body.in-index .product.no-code .p .flags-extra {
    top: auto;
    bottom: 5px;
  }

  .body-banners a,
  .body-banners .banner-wrapper {
    overflow: visible;
  }

  .benefitBanner__picture {
    margin-right: auto;
  }

  .service-card {
    gap: 10px;
  }

  body.type-category .product.no-code .p .flags-extra,
  body.type-page .product.no-code .p .flags-extra,
  body.in-index .product.no-code .p .flags-extra {
    right: -14px;
  }

  .columns-mobile-2 .products-block .flag.flag-discount:before {
    width: 52px;
    height: 32px;
  }

  .columns-mobile-2 .products-block .p-bottom .availability {
    display: block;
  }

  h4.homepage-group-title[class*="homepage-products-heading"],
  .h4.homepage-group-title[class*="homepage-products-heading"] {
    margin-top: 20px;
  }

  .top-category-block {
    margin-top: 20px;
  }

  .banners-top-block {
    margin-bottom: 15px;
  }

  .in-index .position--benefitHomepage {
    margin-bottom: 40px;
    margin-left: -40px;
    margin-right: -40px;
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #d8d8d8;
  }

  .in-index .position--benefitHomepage .swiper-arrow-next {
    right: 10px;
  }

  .in-index .position--benefitHomepage .swiper-arrow-prev {
    left: 10px;
  }

  .middle-banners-wrapper .extended-banner-link:not(:empty),
  .body-banners .extended-banner-link:not(:empty),
  .banners-top-block .extended-banner-link:not(:empty),
  .next-to-carousel-banners .extended-banner-link:not(:empty),
  .banner-category .extended-banner-link:not(:empty),
  .carousel .extended-banner-link:not(:empty) {
    margin-top: 20px;
    min-height: 35px;
  }

  .carousel .extended-banner-title:not(:empty) {
    font-size: 32px;
  }

  .banners-top-block .banner-wrapper {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }

  .middle-banners-wrapper .extended-banner-text:not(:empty),
  .body-banners .extended-banner-text:not(:empty),
  .next-to-carousel-banners .extended-banner-text:not(:empty),
  .banners-top-block .extended-banner-text:not(:empty),
  .carousel .extended-banner-text:not(:empty) {
    font-size: 14px;
  }
}

.top-navigation-bar-menu li:not(.cropped):last-child::after {
  display: none;
}

.top-navigation-bar .top-navigation-contacts .top-navigation-menu-item-1238 {
  list-style: none;
  margin-right: 15px;
}

.navigation-in-bottom
  .top-navigation-bar-menu
  li.top-navigation-menu-item-1238
  a,
body
  .top-navigation-bar
  .top-navigation-contacts
  .top-navigation-menu-item-1238
  a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 20px;
  border-radius: 25px;
  background-color: var(--color-primary);
  color: white;
  font-weight: 700;
}

@media (max-width: 767px) and (max-width: 480px) {
  .top-navigation-bar .site-name a img {
    max-width: 175px;
  }
}

.consultation-card {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 18px;
  padding: 15px 15px 15px 15px;
  border-radius: 12px;
  background: linear-gradient(
    to left,
    rgb(255, 255, 255) 0%,
    rgb(216, 216, 216) 100%
  );
  border-left: 4px solid #000;
}

.consultation-card__avatar {
  flex-shrink: 0;
}

.consultation-card__avatar img {
  width: 70px;
  height: 70px;
  display: block;
  object-fit: cover;
  border-radius: 100px;
}

.consultation-card__content {
  flex: 1;
}

.consultation-card__headline {
  font-size: 15px;
  font-weight: 700;
  color: #222;
  margin-bottom: 4px;
}

.consultation-card__description {
  font-size: 14px;
  line-height: 1.5;
  color: #666;
}

.consultation-card__contact {
  display: inline-block;
  margin-top: 8px;
  font-size: 16px;
  font-weight: 700;
  color: #000;
  text-decoration: none;
}

.consultation-card__contact:hover {
  text-decoration: underline;
}

p[data-testid="productCardDescr"] a {
  font-weight: 400;
  color: var(--color-gray);
  font-size: 14px;
  /* display: none; */
}

.box.box-categories > h3,
.box.box-categories > h4 {
  background-color: var(--color-primary);
}

.instagram-subheadline {
  display: block;
  text-align: left;
  margin-bottom: 35px;
}

.instagram-subheadline a {
  display: inline-block;
  padding: 5px 0;
  line-height: 1.4;
  color: #7c7e8f;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
}

.instagram-block .h4.homepage-group-title {
  margin-bottom: 0;
}

.instagram-subheadline a:hover {
  color: var(--color-primary);
}

@media (min-width: 992px) {
  .instagram-block {
    margin-top: 50px;
  }
  .dklabFormsWidget__content {
    flex-direction: row;
    gap: 20px;
    flex-wrap: wrap;
  }
  .dklabFormsWidget__item {
    flex-direction: column;
    width: calc(50% - 20px);
    flex: 0 0 calc(50% - 20px);
  }
  .dklabFormsWidget__actions {
    max-width: 260px;
  }
}

.dklabFormsWidget__actions .btn.btn-conversion,
.dklabFormsWidget__actions a.btn.btn-conversion {
  font-size: 18px;
  min-height: 50px;
}

.dklabFormsWidget__label {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.dklabFormsWidget__input {
  display: block;
  width: 100%;
  height: 50px;
  padding: 10px 12px;
  border-radius: 8px;
  box-shadow: none;
  border-width: 1px;
  border-style: solid;
  border-color: #e0e5ee;
  color: #292929;
  background-color: #ffffff;
  box-shadow: none;
}

.in-b2b-zona .breadcrumbs-wrapper {
  display: none;
}

.headline-banner h1 {
  position: absolute;
  top: 30px;
  text-align: center;
  width: 100%;
  color: white;
}

.headline-banner img {
  width: 100%;
}

.headline-banner {
  display: block;
  width: 100vw;
  position: relative;
  height: 100%;
  max-width: none;
  left: calc(50% - 50vw);
  z-index: 0;
  margin-bottom: 30px;
}

.headline-banner {
  position: relative;
}

.type-page .content-inner article p i {
  font-style: normal;
}

@media (min-width: 640px) {
  .dklabFormsWidget__input[type="tel"],
  .dklabFormsWidget__input[type="date"],
  .dklabFormsWidget__input[type="time"] {
    max-width: 100%;
  }
}

.store-slider {
  position: relative;
}

.store-slider-images {
  height: 100%;
}

.store-slider-images img {
  display: none;
  width: 100%;
  border-radius: 8px;
  cursor: zoom-in;
  height: 100%;
  object-fit: cover;
}

.store-slider-images img.active {
  display: block;
}
.store-slider-prev,
.store-slider-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;

  width: 48px;
  height: 48px;

  display: flex;
  align-items: center;
  justify-content: center;

  border: 0;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);

  cursor: pointer;
  transition: all 0.2s ease;
}

.store-slider-prev:hover,
.store-slider-next:hover {
  background: #fff;
  transform: translateY(-50%) scale(1.08);
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.2);
}

.store-slider-prev {
  left: 15px;
}

.store-slider-next {
  right: 15px;
}

.store-slider-prev::before,
.store-slider-next::before {
  font-family: "apollo";
  font-size: 18px;
  line-height: 1;
  color: #222;
}

.store-slider-prev::before {
  content: "\e908";
}

.store-slider-next::before {
  content: "\e90e";
}

/* lightbox */

#store-slider-lightbox {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
  align-items: center;
  justify-content: center;
}

#store-slider-lightbox.active {
  display: flex;
}

.store-slider-lightbox-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
}

#store-slider-lightbox img {
  position: relative;
  z-index: 2;
  max-width: 95vw;
  max-height: 95vh;
}

.store-slider-lightbox-close {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 3;
  background: none;
  border: 0;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
}

.social-buttons-wrapper {
  display: none;
}

.shpt-carousel-container .shpt-carousel-item > span {
  display: block;
  width: 100%;
  height: 100%;
}

.shpt-carousel-container {
  width: 100% !important;
}

#footer.is-white .footer-bottom-bg:before {
  background-color: #d8d8d8;
}

#signature a,
#footer .copyright a,
#footer .copyright {
  color: #000000;
}

/* instagram */
.instagram-follow-btn {
  display: none;
}

.instagram-widget-item:last-of-type {
  display: none;
}

.instagram-widget:after {
  display: none;
}

.instagram-widget .instagram-widget-item {
  border-radius: 20px;
  filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.25));
}

.instagram-widget .instagram-widget-item {
  background-color: transparent;
}

.instagram-widget .instagram-widget-item > a {
  border-radius: 20px;
  overflow: hidden;
}

.instagram-widget {
  gap: 20px;
  background-color: transparent;
  padding: 0 20px;
}

.products-related-block h2,
.products-alternative-block h2,
h4.homepage-group-title,
.h4.homepage-group-title {
  text-transform: uppercase;
  text-align: left;
}

@media (min-width: 992px) {
  .instagram-block {
    padding-bottom: 20px;
  }
}

.news-block .container > .text-center {
  text-align: left;
  margin-top: 5px;
}

@media (min-width: 768px) {
  .news-block .btn.btn--min-width-normal,
  .news-block a.btn.btn--min-width-normal {
    min-width: 150px;
  }
}

.btn.btn-secondary,
a.btn.btn-secondary {
  color: #ffffff;
  border-color: var(--color-secondary);
  background-color: var(--color-secondary);
}

.btn.btn-secondary:hover,
a.btn.btn-secondary:hover {
  color: #ffffff;
  border-color: var(--color-secondary-hover);
  background-color: var(--color-secondary-hover);
}

.in-index .news-item:nth-child(3) {
  display: none;
}

@media (min-width: 992px) {
  .news-block .news-item {
    width: calc(33.33% - 20px);
    max-width: calc(33.33% - 20px);
    flex: 0 0 calc(33.33% - 20px);
  }
}

.news-item .image {
  z-index: 0;
}

.news-item {
  border-radius: 30px 30px;
}

.news-item .image {
  height: auto;
}

.news-item .image + .text {
  padding: 20px 15px 80px;
  height: auto;
  border-radius: 30px 30px;
  background-color: #d8d8d8;
  margin-top: -30px;
}

.news-item .text-center {
  bottom: 15px;
  padding: 0 15px;
  text-align: left;
}

/* benefit banner */

.benefitBanner {
  background-color: #d8d8d8;
  position: relative;
  padding: 15px 0;
}

.benefitBanner__item {
  margin-bottom: 15px;
  margin-top: 15px;
}

@media (min-width: 768px) {
  .benefitBanner:before {
    content: "";
    display: block;
    background-color: #d8d8d8;
    width: calc(100vw - 8px);
    position: absolute;
    top: 0;
    display: block;
    height: 100%;
    max-width: none;
    left: calc(50% - 50vw);
    z-index: -1;
  }
  .products-block:not(.products-additional) .p .image img {
    margin-top: -30px;
  }
}

.benefitBanner__picture img {
  mix-blend-mode: normal;
}

.benefitBanner__data {
  color: #676767;
}

.benefitBanner__title {
  text-transform: uppercase;
  font-weight: 700;
}

.benefitBanner__picture {
  padding-left: 0;
}

.benefitBanner__link {
  align-items: center;
}

@media (min-width: 768px) {
  .benefitBanner__data {
    margin-top: 4px;
  }
}

@media (max-width: 767px) {
  .benefitBanner__item {
    margin-bottom: 15px;
    margin-top: 0;
    padding: 0 30px;
  }
  .benefitBanner {
    padding: 25px 0;
  }
}

@media (min-width: 768px) {
  .benefitBanner__title {
    font-size: 18px;
  }
}

.top-category-block .container {
  width: 100%;
  padding: 0;
}

.js-top-category-block {
  position: relative;
  padding-bottom: 40px;
  padding-top: 20px;
}

.top-category-block .h4.homepage-group-title {
  margin-bottom: 30px;
}

.js-top-category-block:before {
  content: "";
  display: block;
  background-color: #d8d8d8;
  width: calc(100vw - 8px);
  position: absolute;
  top: 0;
  display: block;
  height: 100%;
  max-width: none;
  left: calc(50% - 50vw);
  z-index: -1;
}

/* welcome */

.welcome div,
.welcome h1 {
  max-width: 100%;
}

.homepage-box.welcome-block {
  border-bottom: 0;
  border-top: 0;
  background-color: transparent;
  margin: 0;
  border-radius: 0;
  overflow: hidden;
  padding-top: 30px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

@media (min-width: 767px) {
  .homepage-box.welcome-block {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media (max-width: 766px) {
  .homepage-box.welcome-block {
    padding-left: 0;
    padding-right: 0;
  }
}

.homepage-box.welcome-block.before-carousel {
  padding-top: 0;
}

.homepage-box.welcome-block .container {
  padding: 0;
  width: 100%;
}

.homepage-box.welcome-block .welcome__content {
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (min-width: 767px) {
  .homepage-box.welcome-block .welcome__content {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.homepage-box.welcome-block .welcome__bg {
  width: auto;
  height: auto;
  top: 50%;
  left: calc(50% + 150px);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
  max-width: 100%;
  overflow: hidden;
  border-radius: 0;
  z-index: 1;
  -o-object-position: right;
  object-position: right;
  opacity: 1;
}

@media (max-width: 766px) {
  .homepage-box.welcome-block .welcome__bg {
    max-width: 170px;
    top: 30px;
    bottom: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@media (min-width: 767px) {
  .homepage-box.welcome-block .welcome__bg {
    max-width: 250px;
  }
}

@media (min-width: 992px) {
  .homepage-box.welcome-block .welcome__bg {
    max-width: 290px;
  }
}

@media (min-width: 1200px) {
  .homepage-box.welcome-block .welcome__bg {
    max-width: 100%;
  }
}

.homepage-box.welcome-block .welcome-title-bg {
  bottom: 0;
  left: 30px;
  position: absolute;
  -o-object-fit: contain;
  object-fit: contain;
  max-width: 100%;
  overflow: hidden;
  border-radius: 0;
  -o-object-position: right;
  object-position: right;
}

@media (min-width: 767px) {
  .homepage-box.welcome-block .welcome-title-bg {
    display: block;
    bottom: -40px;
    left: auto;
    right: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }
}

@media (max-width: 766px) {
  .homepage-box.welcome-block .welcome-title-bg {
    top: 40px;
    bottom: auto;
    left: calc(50% - 100px);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    -o-object-fit: contain;
    object-fit: contain;
    max-width: 180px;
    overflow: hidden;
    border-radius: 0;
    -o-object-position: right;
    object-position: right;
    opacity: 0.2;
  }
}

.homepage-box.welcome-block .welcome__left-panel {
  position: relative;
  z-index: 2;
  margin: 0;
  padding: 50px 20px 20px;
  width: 100%;
  text-align: center;
}

@media (min-width: 767px) {
  .homepage-box.welcome-block .welcome__left-panel {
    padding: 50px 20px;
    text-align: left;
    position: relative;
    margin: 0 auto;
    width: 747px;
  }
}

@media (min-width: 992px) {
  .homepage-box.welcome-block .welcome__left-panel {
    width: 940px;
  }
}

@media (min-width: 1200px) {
  .homepage-box.welcome-block .welcome__left-panel {
    width: 1120px;
  }
}

@media (min-width: 1440px) {
  .homepage-box.welcome-block .welcome__left-panel {
    width: 1380px;
  }
}

@media (max-width: 766px) {
  .homepage-box.welcome-block .welcome__right-panel {
    width: 100%;
  }
}

@media (max-width: 766px) {
  .welcome-bg {
    display: none;
  }
  .homepage-box.welcome-block .welcome__title-block {
    position: relative;
    padding: 160px 10px 0;
    text-align: right;
  }
  .welcome-h1 {
    margin-bottom: 25px;
    max-width: 350px;
  }
}

.homepage-box.welcome-block .welcome__content {
  margin: 0;
}

.welcome__right-panel {
  padding: 0;
}

.homepage-box.welcome-block .welcome__right-panel {
  position: relative;
  z-index: 0;
  flex: none;
  max-width: none;
  padding: 40px;
}

.welcome {
  padding: 0;
}

.welcome-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  object-fit: contain;
  z-index: 1;
}

@media (min-width: 767px) {
  .homepage-box.welcome-block .welcome__right-panel {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
  }
}

@media (min-width: 992px) {
  .homepage-box.welcome-block .welcome__right-panel {
    width: 50%;
  }
}

@media (min-width: 1600px) {
  .homepage-box.welcome-block .welcome__right-panel {
    width: 50%;
    max-width: 920px;
  }
}

@media (max-width: 766px) {
  .homepage-box.welcome-block .welcome__right-panel {
    text-align: center;
    margin-top: 25px;
  }
  .welcome-h1 {
    max-width: 310px;
  }
}

.homepage-box.welcome-block .welcome__right-panel img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  object-position: center;
  margin: 0;
}

.homepage-box.welcome-block .welcome-img-right-bg {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 100%;
  z-index: 1;
}

@media (max-width: 767px) {
  .homepage-box.welcome-block .welcome-img-right-bg {
    bottom: -60px;
    height: 440px;
    right: auto;
    width: calc(100% + 500px);
    max-width: none;
    left: 50%;
    -webkit-transform: translateX(-40%) rotateZ(35deg);
    -ms-transform: translateX(-40%) rotate(35deg);
    transform: translateX(-40%) rotateZ(35deg);
  }
}

@media (min-width: 768px) {
  .homepage-box.welcome-block .welcome__left-panel .h1 {
    width: 45%;
    margin-left: 0;
  }
  .homepage-box.welcome-block .welcome-img-right-bg {
    width: 60%;
    right: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: left;
    object-position: left;
  }
}

@media (min-width: 992px) {
  .homepage-box.welcome-block .welcome__left-panel > * {
    width: 45%;
  }
  .homepage-box.welcome-block .welcome-img-right-bg {
    width: 60%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: left;
    object-position: left;
  }
}

@media (min-width: 1200px) {
  .homepage-box.welcome-block .welcome-img-right-bg {
    width: 40%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: left;
    object-position: left;
  }
}

@media (min-width: 1440px) {
  .homepage-box.welcome-block .welcome-img-right-bg {
    width: 60%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: left;
    object-position: left;
    right: -260px;
  }
}

@media (min-width: 1600px) {
  .homepage-box.welcome-block .welcome-img-right-bg {
    right: -300px;
    width: auto;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: left;
    object-position: left;
  }
}

@media (min-width: 1800px) {
  .homepage-box.welcome-block .welcome-img-right-bg {
    right: -200px;
  }
}

.homepage-box.welcome-block .welcome-img-right {
  max-width: 80%;
  overflow: hidden;
  z-index: 2;
  position: relative;
}

@media (min-width: 767px) {
  .homepage-box.welcome-block .welcome-img-right {
    max-width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 20px;
    position: absolute;
    z-index: 2;
  }
}

@media (min-width: 767px) {
  .homepage-box.welcome-block .welcome-img-right {
    max-width: 400px;
  }
}

@media (min-width: 992px) {
  .homepage-box.welcome-block .welcome-img-right {
    right: 10px;
    max-width: 460px;
  }
}

@media (min-width: 1200px) {
  .homepage-box.welcome-block .welcome-img-right {
    right: 30px;
    max-width: 420px;
  }
}

@media (min-width: 1440px) {
  .homepage-box.welcome-block .welcome-img-right {
    max-width: 500px;
  }
}

@media (min-width: 1600px) {
  .homepage-box.welcome-block .welcome-img-right {
    right: 50px;
    max-width: 100%;
  }
}

.homepage-box.welcome-block .welcome-title-image {
  margin-bottom: 20px;
}

@media (min-width: 767px) {
  .homepage-box.welcome-block .welcome-title-image {
    margin-left: -80px;
    margin-bottom: 0;
  }
}

@media (max-width: 766px) {
  .homepage-box.welcome-block .welcome-title-image {
    margin-bottom: 30px;
    max-width: 160px;
    position: absolute;
    top: 20px;
    left: calc(50% + 50px);
    -webkit-transform: translateX(-50%) rotateZ(5deg);
    -ms-transform: translateX(-50%) rotate(5deg);
    transform: translateX(-50%) rotateZ(5deg);
  }
}

.welcome__left-panel {
  flex: none;
}

.homepage-box.welcome-block .welcome {
  padding: 0;
}

.homepage-box.welcome-block .welcome {
  position: relative;
  text-align: left;
  overflow: hidden;
  background: linear-gradient(to right, #ffffff 0%, #d8d8d8 100%);
}

.homepage-box.welcome-block .welcome > div {
  width: 100%;
}

.homepage-box.welcome-block .welcome__title,
.homepage-box.welcome-block h1 {
  z-index: 2;
  position: relative;
  width: 100%;
  font-size: 30px;
  color: var(--color-secondary);
  font-weight: 700;
  line-height: 1.4;
  margin: 0;
  margin-bottom: 40px;
}

@media (max-width: 766px) {
  .homepage-box.welcome-block .welcome__title,
  .homepage-box.welcome-block h1 {
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 480px) {
  .homepage-box.welcome-block .welcome__title,
  .homepage-box.welcome-block h1 {
    font-size: 30px;
  }
}

@media (min-width: 767px) {
  .homepage-box.welcome-block .welcome__title,
  .homepage-box.welcome-block h1 {
    text-align: left;
    font-size: 28px;
    max-width: 340px;
  }
}

@media (min-width: 992px) {
  .homepage-box.welcome-block .welcome__title,
  .homepage-box.welcome-block h1 {
    font-size: 36px;
    max-width: 440px;
  }
}

@media (min-width: 1200px) {
  .homepage-box.welcome-block .welcome__title,
  .homepage-box.welcome-block h1 {
    font-size: 40px;
    max-width: 440px;
  }
}

@media (min-width: 1440px) {
  .homepage-box.welcome-block .welcome__title,
  .homepage-box.welcome-block h1 {
    font-size: 46px;
    max-width: 620px;
  }
}

@media (min-width: 1600px) {
  .homepage-box.welcome-block .welcome__title,
  .homepage-box.welcome-block h1 {
    font-size: 52px;
  }
}

.homepage-box.welcome-block p {
  z-index: 2;
  position: relative;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
  text-align: center;
}

.homepage-box.welcome-block h2 {
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .homepage-box.welcome-block p {
    font-size: 18px;
    text-align: left;
    width: 45%;
    /* max-width: 330px; */
  }
}

/* @media (min-width: 992px) {
  .homepage-box.welcome-block p {
    max-width: 400px;
  }
} */

@media (min-width: 1200px) {
  .homepage-box.welcome-block p {
    font-size: 18px;
    /* max-width: 420px; */
  }
}

@media (min-width: 1440px) {
  .homepage-box.welcome-block p {
    /* max-width: 520px; */
    font-size: 18px;
  }
}

/* @media (min-width: 1600px) {
  .homepage-box.welcome-block p {
    max-width: 520px;
  }
}

@media (min-width: 1800px) {
  .homepage-box.welcome-block p {
    max-width: 540px;
  }
} */

.welcome-bg {
  opacity: 0.8;
}

@media (min-width: 992px) {
  .welcome-bg {
    left: -180px;
  }
}

@media (min-width: 1200px) {
  .welcome-bg {
    left: -110px;
  }
}
.welcome-bg {
  pointer-events: none;
}

.welcome__right-panel img {
  border-radius: 0;
}

@media (min-width: 1440px) {
  .welcome-bg {
    left: 0;
  }
}

.welcome-h1 {
  margin-bottom: 40px;
  max-width: 300px;
  width: 100%;
}

.welcome__left-panel h1 {
  display: none;
}

@media (min-width: 767px) {
  .welcome-block-2,
  .welcome-block-1 {
    left: calc(50% - 50vw - 10px);
    width: 100vw;
    position: relative;
  }
}

@media (max-width: 766px) {
  .welcome-block-2,
  .welcome-block-1 {
    margin: 0 -10px;
  }
}

.homepage-box.welcome-block.welcome-block-white .welcome {
  background-color: #f5f6f8;
}

@media (min-width: 767px) {
  .homepage-box.welcome-block.welcome-block-white .welcome__right-panel {
    right: auto;
    left: 0;
    width: auto;
    height: 100%;
  }
}

.homepage-box.welcome-block {
  padding-top: 60px;
}

.homepage-box.welcome-block.welcome-block-2 {
  padding-bottom: 0;
}

.homepage-box.welcome-block:not(.welcome-block-2) {
  padding-top: 0;
}

.welcome .btn {
  margin-top: 30px;
  font-size: 16px;
  min-width: 240px;
}

.welcome .btn.btn-secondary:hover {
  background-color: var(--color-secondary);
  border-color: var(--color-secondary);
  color: black;
}

.homepage-box.welcome-block.welcome-block-white .welcome__right-panel img {
  -o-object-position: right;
  object-position: right;
}

@media (min-width: 767px) {
  .welcome-block-2 .welcome-h1 {
    max-width: 600px;
  }
  .homepage-box.welcome-block.welcome-block-white .welcome__left-panel {
    text-align: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

.homepage-box.welcome-block.welcome-block-white h1,
.homepage-box.welcome-block.welcome-block-white h2,
.homepage-box.welcome-block.welcome-block-white p {
  color: black;
}

@media (min-width: 767px) {
  .homepage-box.welcome-block.welcome-block-white h1,
  .homepage-box.welcome-block.welcome-block-white h2,
  .homepage-box.welcome-block.welcome-block-white p {
    text-align: right;
  }
}

.homepage-box.welcome-block.welcome-block-white .welcome__right-panel img {
  object-position: left;
}

@media (min-width: 992px) {
  .homepage-box.welcome-block.welcome-block-white .welcome__right-panel {
    left: -240px;
  }
  .welcome-block-2 .welcome-h1 {
    max-width: 500px;
  }
}

@media (min-width: 1200px) {
  .homepage-box.welcome-block.welcome-block-white .welcome__right-panel {
    left: -170px;
  }
  .welcome-block-2 .welcome-h1 {
    max-width: 550px;
  }
}

@media (max-width: 767px) {
  .homepage-box.welcome-block.welcome-block-2 {
    margin-left: -20px;
    margin-right: -20px;
  }
  .homepage-box.welcome-block .welcome__left-panel {
    padding: 50px 20px 40px;
  }
  .welcome-h1 {
    margin-bottom: 25px;
  }
}

@media (min-width: 1400px) {
  .homepage-box.welcome-block.welcome-block-white .welcome__right-panel {
    left: 0;
  }
}

@media (min-width: 767px) and (max-width: 992px) {
  .homepage-box.welcome-block.welcome-block-white .welcome__right-panel {
    display: none;
  }
  .homepage-box.welcome-block.welcome-block-white p {
    max-width: 100%;
  }
  .homepage-box.welcome-block.welcome-block-white .welcome__left-panel {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .homepage-box.welcome-block.welcome-block-white h1,
  .homepage-box.welcome-block.welcome-block-white h2,
  .homepage-box.welcome-block.welcome-block-white p {
    text-align: left;
  }
  .homepage-box.welcome-block .welcome__left-panel {
    padding: 40px 20px;
  }
}

.homepage-box.welcome-block .welcome__left-panel .h1 {
  color: var(--color-secondary);
}

@media (min-width: 1800px) {
  .homepage-box.welcome-block p {
    max-width: 920px;
  }
  .homepage-box.welcome-block .welcome > div {
    min-height: 550px;
  }
}

@media (max-width: 767px) {
  .homepage-box.welcome-block .welcome__left-panel {
    padding: 30px 20px 0;
  }
}

.products-block .image,
.products-block .name {
  margin-bottom: 15px;
}

.products-block .image {
  margin-bottom: 8px;
  border-radius: 20px;
  background-color: #d8d8d8;
}

@media (min-width: 767px) {
  .homepage-box.welcome-block {
    padding-bottom: 0;
  }
}

.js-slider-group.slider-group-benefits {
  width: 100%;
}

@media (max-width: 479px) {
  .shpt-carousel-container .shpt-carousel-item {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (min-width: 480px) {
  .benefitBanner {
    max-width: none;
  }
}

@media (max-width: 767px) {
  .btn.btn-cart::after,
  a.btn.btn-cart::after,
  .btn.add-to-cart-button::after,
  a.btn.add-to-cart-button::after {
    margin-left: 0;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .benefitBanner__item {
    flex: 0 0 100%;
    width: 100%;
  }
}

@media (max-width: 767px) {
  h4.homepage-group-title,
  .h4.homepage-group-title {
    padding-left: 0;
    padding-right: 0;
  }
  .shpt-carousel-container {
    padding: 20px 0;
  }

  .welcome .btn {
    margin-top: 0;
  }

  .instagram-block {
    padding-bottom: 0;
  }

  .partners-block {
    padding: 20px 0 40px;
  }

  .partners__item {
    margin-bottom: 0;
  }

  .news-block {
    margin-top: 10px;
  }

  .instagram-block .h4.homepage-group-title {
    margin-top: 10px;
  }

  .instagram-widget {
    padding: 0 10px;
  }

  .instagram-subheadline {
    margin-bottom: 5px;
  }

  .welcome {
    padding-top: 20px;
  }

  .top-category-block .menu-image img {
    min-height: 70px;
    max-height: 70px;
  }
}

@media (max-width: 480px) {
  .top-category-block.top-category-block-mobile-4
    .menu-level-2
    > li:nth-child(n + 5) {
    display: block;
  }
  .in-index .news-item .image + .text {
    height: auto;
  }
}

@media (max-width: 991px) {
  .instagram-widget .instagram-widget-item {
    flex: 0 0 calc(50% - 20px);
  }
}

.promo-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.promo-banner {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 22px;
  color: inherit;
  text-decoration: none;
  background: #f7f4ef;
}

.promo-banner img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.35s ease;
}

.promo-banner:hover img {
  transform: scale(1.04);
}

.promo-banner-content {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  z-index: 2;
}

.promo-banner-content h3 {
  margin: 0 0 10px;
  font-size: 20px;
  line-height: 1.15;
  font-weight: 700;
  color: var(--color-primary);
}

.promo-banner-content p {
  margin: 0 0 18px;
  font-size: 15px;
  line-height: 1.6;
  color: var(--color-primary);
  max-width: 300px;
}

.promo-banner .btn {
  pointer-events: none;
}

.middle-banners-wrapper .content-wrapper-in .container {
  width: 100%;
}

@media (max-width: 991px) {
  .promo-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .benefitBanner__content {
    padding: 0;
  }
  .promo-grid {
    display: flex;
    gap: 16px;
  }

  .shpt-carousel-container .shpt-carousel-next {
    right: -15px;
  }

  .shpt-carousel-container .shpt-carousel-prev {
    left: -15px;
  }

  .promo-banner {
    min-width: 85%;
  }

  .promo-banner-content {
    left: 20px;
    right: 20px;
    bottom: 20px;
  }

  .promo-banner-content h3 {
    font-size: 24px;
  }
}

.slider-group-middle-banners {
  overflow: hidden;
}

/* product */

.products-block .product-btn .btn.btn-primary {
  background-color: var(--color-secondary);
  border-color: var(--color-secondary);
}

.products-block .product-btn .btn.btn-primary:hover {
  background-color: var(--color-secondary-hover);
  border-color: var(--color-secondary-hover);
}

.product .p {
  padding: 10px 12px 12px;
  box-shadow: none;
  border-radius: 30px;
  border: 1px solid #312d2e;
}

.products-block .product-btn {
  margin-top: 0;
}

.products-block.products .p .price strong,
.products-block .p .price-final .price-standard + strong {
  color: var(--color-red);
}

.products-block .p-bottom .p-tools {
  margin-top: 0;
  margin-bottom: 0;
}

.products-block.products .p .name {
  font-size: 16px;
  line-height: 1.4;
}

.products-block.products .p .price span.price-per-kg {
  font-size: 12px;
  color: var(--color-gray);
  font-weight: 400;
  margin-left: 2px;
  display: inline-block;
  vertical-align: middle;
}

@media (min-width: 768px) {
  .products-block.products .p .price strong,
  .products-block.products .p .price span {
    font-size: 18px;
  }
  .products-block.products .p .price-final .price-standard span {
    font-size: 15px;
  }
  .products-block .product-btn a,
  .products-block .product-btn .pr-action {
    max-width: none;
  }
  .product .p {
    padding: 10px 12px 60px;
  }
  .products-block:not(.products-additional) .p .image img {
    margin-top: 0px;
  }
  .products-block .product-btn .btn {
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 14px;
    font-weight: 700;
    min-height: 40px;
  }
  .products-block .p .flags-default {
    left: -2px;
    top: 0px;
  }

  .products-block .product-btn {
    bottom: 10px;
    width: calc(100% - 25px);
    left: 50%;
    transform: translateX(-50%);
  }
}

.custom-product-label.has-simple-layout .flag.flag-action.has-custom-bg {
  border: 1px solid var(--product-label-title-color);
}

.custom-product-label.has-simple-layout .flag.flag-action.has-custom-bg {
  font-size: 12px;
}

.flag.flag {
  font-weight: 500;
}

.products-block .p .flags-default {
  gap: 6px;
  flex-direction: row;
}

.products-block .p .flags-default {
  top: auto;
  bottom: 5px;
  left: 5px;
}

@media (max-width: 767px) {
  .flag {
    font-size: 11px;
  }
  .products-block {
    margin: 0 -5px;
  }

  .products-block.products > div {
    padding: 5px 5px;
  }

  .columns-mobile-2 .products-block .p-bottom .availability {
    justify-content: flex-start;
  }

  .products-block.products .p .price strong,
  .products-block.products .p .price span {
    font-size: 18px;
  }
  .products-block.products .p .price-final .price-standard span {
    font-size: 15px;
  }
  .products-block .product-btn a,
  .products-block .product-btn .pr-action {
    max-width: none;
  }
  .product .p {
    padding: 10px 12px 12px;
  }
  .products-block:not(.products-additional) .p .image img {
    margin-top: 0px;
  }

  .products-block .product-btn .btn {
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 14px;
    min-height: 40px;
  }
  .products-block .p .flags-default {
    left: -2px;
    top: 0px;
  }
  .columns-mobile-2 .products-block .product-btn .btn {
    max-width: 100%;
  }
  .products-block .product-btn {
    position: absolute;
    bottom: 10px;
    right: 10px;
    max-width: 110px;
    width: auto;
    left: auto;
  }

  .products-block .product-btn .btn {
    width: 45px;
    min-height: 45px;
  }

  .products-block .p-bottom {
    padding-right: 55px;
  }

  body.mobile .back-to-top {
    bottom: 15px;
  }

  .products-block .product-btn .btn span {
    display: none;
  }

  .products-block .product-btn .btn:before {
    margin-right: 0;
    font-size: 22px;
  }
}

@media (min-width: 1200px) {
  .columns-4 .products-block > div {
    width: 25%;
  }
}

@media (min-width: 1440px) {
  .product .p-bottom > div {
    /* padding-right: 115px; */
  }
  .products-block > div {
    width: 25%;
  }

  .columns-4 .products-block > div {
    width: 20%;
  }
}

/* rating */

.hodnoceni-group {
  background-color: #d8d8d8;
}
@media (min-width: 767px) {
  .hodnoceni-group.hodnoceni-group--no-bg {
    background-image: none;
  }
}
.hodnoceni-group #hodnoceniobchodu {
  padding-top: 50px;
  background-color: transparent;
}

#hodnoceniobchodu .rate-average-inner {
  justify-content: flex-start;
}

.hodnoceni-group #hodnoceniobchodu h2 {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 24px;
  line-height: 1.4;
  text-align: left;
  font-weight: 700;
  color: #000;
}
@media (min-width: 767px) {
  .hodnoceni-group #hodnoceniobchodu h2 {
    font-size: 36px;
  }
}
.hodnoceni-group #hodnoceniobchodu .rate-average {
  font-size: 20px !important;
  font-weight: 400;
  margin-right: 8px;
  color: #000000;
}
@media (min-width: 767px) {
  .hodnoceni-group #hodnoceniobchodu .rate-average {
    margin-right: 15px;
    font-size: 20px !important;
  }
}
.hodnoceni-group #hodnoceniobchodu .stars-label {
  font-size: 20px !important;
  font-weight: 400;
  color: #000000;
  margin-left: 8px;
}
@media (min-width: 767px) {
  .hodnoceni-group #hodnoceniobchodu .stars-label {
    font-size: 20px !important;
    margin-left: 15px;
  }
}
.hodnoceni-group #hodnoceniobchodu .shop-eval {
  margin-top: 10px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.hodnoceni-group #hodnoceniobchodu .shop-eval .vote-wrap {
  border-radius: 0;
}
@media (min-width: 992px) {
  .hodnoceni-group #hodnoceniobchodu .shop-eval .vote-wrap {
    width: calc(33.33% - 15px);
  }
}
@media (max-width: 479px) {
  .hodnoceni-group #hodnoceniobchodu .shop-eval .vote-wrap:nth-child(n + 4) {
    display: none !important;
  }
}
.hodnoceni-group #hodnoceniobchodu .shop-stat-all {
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 35px;
}
@media (max-width: 766px) {
  .hodnoceni-group #hodnoceniobchodu .shop-stat-all {
    padding-top: 15px;
  }
}
.hodnoceni-group #hodnoceniobchodu .shop-stat-all a.btn {
  width: auto;
  margin-top: 8px;
  margin-bottom: 8px;
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  padding: 10px 20px;
  -webkit-transition: 300ms;
  transition: 300ms;
  background-color: var(--color-secondary);
  color: #fff;
  border-color: var(--color-secondary);
  min-height: 50px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  text-decoration: none;
  font-size: 16px;
}
@media (min-width: 767px) {
  .hodnoceni-group #hodnoceniobchodu .shop-stat-all a.btn {
    min-width: 220px;
  }
}
.hodnoceni-group #hodnoceniobchodu .shop-stat-all a.btn:hover {
  color: white;
  background-color: var(--color-secondary-hover);
  border: 1px solid var(--color-secondary-hover);
}
.hodnoceni-group #hodnoceniobchodu .shop-stat-all .btn.btn-default {
  margin: 8px 10px;
  background: transparent;
  border-color: var(--color-secondary);
  color: #000000;
}
.hodnoceni-group #hodnoceniobchodu .shop-stat-all .btn.btn-default:hover {
  color: white;
  background-color: var(--color-secondary-hover);
  border: 1px solid var(--color-secondary-hover);
}

.type-detail
  .hodnoceni-group
  #hodnoceniobchodu
  .shop-stat-all
  .btn.btn-default {
  margin: 8px 10px;
  background: var(--color-primary);
  border-color: var(--color-primary);
  color: #fff;
}
.type-detail
  .hodnoceni-group
  #hodnoceniobchodu
  .shop-stat-all
  .btn.btn-default:hover {
  background: var(--color-primary-hover);
  border-color: var(--color-primary-hover);
  color: #fff;
}

.hodnoceni-group #hodnoceniobchodu .shop-stat-all .btn.btn-conversion {
  margin: 8px 5px;
}

.in-hodnoceni-obchodu .vote-wrap {
  border-radius: 0;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

.vote-wrap {
  background-color: white !important;
}
.vote-wrap .vote-header {
  margin-bottom: 20px;
}
.vote-wrap .vote-header .vote-summary {
  position: relative;
}
.vote-wrap .vote-header .vote-summary .vote-name {
  white-space: normal;
  font-size: 16px;
  font-weight: 600;
  color: #000;
  padding-right: 100px;
}
.vote-wrap .vote-header .vote-summary .vote-delimeter {
  display: none !important;
}
.vote-wrap .vote-header .vote-summary .vote-name {
  margin-bottom: 6px;
}
.vote-wrap .vote-header .vote-summary .vote-time {
  position: absolute;
  top: 0;
  right: 0;
  color: #000;
  font-size: 14px;
}
.stars {
  width: auto;
  height: 20px;
}
.stars a,
.stars span {
  width: 16px;
  height: 16px;
  line-height: 16px;
}
.stars .star:before {
  font-family: "futons";
  color: #febf20;
  font-size: 16px;
  line-height: 16px;
}

.hodnoceni-group #hodnoceniobchodu .shop-eval .vote-wrap {
  border: 1px solid #000;
  border-radius: 30px;
}

#hodnoceniobchodu .vote-wrap:nth-child(n + 5),
.template-10 #hodnoceniobchodu .vote-wrap:nth-child(n + 4) {
  display: block !important;
}

#hodnoceniobchodu .vote-wrap:nth-child(n + 7),
.template-10 #hodnoceniobchodu .vote-wrap:nth-child(n + 6) {
  display: none !important;
}

body:not(.in-index) #hodnoceniobchodu {
}

/*
@media (min-width: 767px) {
  body.type-detail .review-divider {
    display: none;
  }
}
body.type-detail #hodnoceniobchodu {
  display: block !important;
}
body.type-detail #hodnoceniobchodu .h4.homepage-group-title {
  color: #000000;
}
@media (max-width: 766px) {
  body.type-detail #hodnoceniobchodu .detail-rating-left .btn {
    display: none;
  }
}
@media (min-width: 767px) {
  body.type-detail #hodnoceniobchodu {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  body.type-detail #hodnoceniobchodu .homepage-group-title {
    width: 100%;
    font-size: 36px;
    text-align: left;
    padding-left: 0;
    font-weight: 700;
  }
  body.type-detail #hodnoceniobchodu .rate-average {
    margin-right: 0;
    font-size: 26px !important;
    font-weight: 400;
  }
  body.type-detail #hodnoceniobchodu .rate-star-wrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  body.type-detail #hodnoceniobchodu .stars {
    margin-top: 6px;
    height: auto;
  }
  body.type-detail #hodnoceniobchodu .stars-label {
    display: block;
    font-weight: 400;
    position: relative;
    margin-left: 0;
    font-size: 14px !important;
    color: #000;
    margin-top: 5px;
    width: 100%;
    text-align: center;
  }
  body.type-detail #hodnoceniobchodu .stars-label:before {
    content: "(";
  }
  body.type-detail #hodnoceniobchodu .stars-label:after {
    content: ")";
  }
  body.type-detail #hodnoceniobchodu .detail-rating-left {
    width: 200px;
    margin-top: 25px;
    text-align: center;
  }

  body.type-detail #hodnoceniobchodu .detail-rating-left .btn.btn-conversion {
    margin-top: 25px;
    min-height: 40px;
    font-size: 14px;
    padding: 10px 20px;
    justify-content: center;
  }
  body.type-detail #hodnoceniobchodu .detail-rating-right {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 30px;
  }
  body.type-detail #hodnoceniobchodu .detail-rating-right .btn.btn-conversion {
    display: none !important;
  }
  body.type-detail
    #hodnoceniobchodu
    .detail-rating-right
    .shop-eval
    .vote-wrap {
    width: 100%;
    border-radius: 0;
    margin: 0;
    padding-left: 0 !important;
    padding-right: 0 !important;
    border-bottom: 1px solid #f1eef0;
  }
  body.type-detail
    #hodnoceniobchodu
    .detail-rating-right
    .shop-eval
    .vote-wrap:nth-child(n + 3) {
    border-bottom: 0;
  }
  body.type-detail
    #hodnoceniobchodu
    .detail-rating-right
    .vote-wrap:nth-child(n + 4) {
    display: none !important;
  }
  body.type-detail
    #hodnoceniobchodu
    .detail-rating-right
    .vote-wrap
    .vote-header {
    margin-bottom: 10px;
  }
  body.type-detail
    #hodnoceniobchodu
    .detail-rating-right
    .vote-wrap
    .vote-header
    .vote-summary
    .vote-name {
    margin-bottom: 0;
  }
}
*/

#hodnoceniobchodu .vote-time,
.id--51 #ratingWrapper + .votes-wrap .vote-time {
  color: #676767;
}

.products-rating-block {
  margin-top: 60px;
  margin-bottom: 60px;
  padding-top: 60px;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  border-top: 1px solid #f5f0ea;
  width: 100%;
}
@media (max-width: 766px) {
  .products-rating-block {
    margin-bottom: 20px;
    overflow: hidden;
    padding: 0 8px;
    padding-top: 40px;
  }
}
.products-rating-block .h4 {
  font-size: 22px;
  color: #000000;
  font-family: "Instrument Serif", Arial, sans-serif;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 10px;
}
@media (min-width: 480px) {
  .products-rating-block .h4 {
    margin-bottom: 20px;
    font-size: 24px;
  }
}
.products-rating-block p {
  font-size: 16px;
}
.products-rating-block p:first-child {
  margin-bottom: 8px;
  font-weight: 600;
}
.products-rating-block p + p {
  font-weight: 400;
}
.products-rating-block p a {
  text-decoration: underline;
  color: #000;
}
.rate-wrapper.unveil-wrapper .add-comment {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.rate-wrapper.unveil-wrapper .rate-average-inner + .add-comment {
  margin-top: 0;
  margin-right: 0;
}
.rate-wrapper.unveil-wrapper .rate-average-inner + .add-comment .link-like {
  margin-right: 0;
}

.type-detail .products-rating-block .homepage-group-title {
  display: none;
}
.type-detail .products-rating-block #hodnoceniobchodu {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}
.type-detail .products-rating-block #hodnoceniobchodu .rate-average-inner {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.type-detail .products-rating-block #hodnoceniobchodu .shop-stat-all {
  display: none;
}

.products-rating-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: none;
}
.products-rating-inner > .add-comment {
  max-width: none;
  display: inline-block;
  margin: 0;
}
.products-rating-inner .link-like {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  padding: 8px 25px;
  min-height: 45px;
  background-color: var(--color-secondary);
  color: white;
  border-radius: 25px;
  font-weight: 400;
  margin-top: 15px;
  margin-bottom: 15px;
  cursor: pointer;
  margin-right: 35px;
}
.products-rating-inner .link-like:hover {
  background-color: var(--color-secondary-hover);
  color: white;
}
.products-rating-inner .link-like:before {
  display: none;
}
.products-rating-inner > p {
  font-weight: 600;
  margin-bottom: 0;
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
}
.products-rating-inner > p + p {
  width: 100%;
}
.products-rating-inner .row > .col-xs-12:last-child {
  padding-left: 15px;
  padding-right: 15px;
}

.products-rating-inner {
  width: 100%;
}
.products-rating-inner .votes-wrap {
  width: 100%;
}
@media (min-width: 767px) {
  .products-rating-inner .votes-wrap {
    width: calc(100% - 240px);
  }
}
.products-rating-inner .vote-wrap {
  background-color: transparent !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  border-color: #f5f0ea;
  border-top: 0;
}
.products-rating-inner .vote-wrap:first-child {
  padding-top: 0;
  margin-top: 0;
  border: 0;
}
.products-rating-inner .vote-wrap .vote-name {
  font-family: "Poppins", Arial, sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #000000;
  margin-bottom: 0;
}
.products-rating-inner .vote-wrap .vote-header {
  position: relative;
  margin-bottom: 15px;
}
.products-rating-inner .vote-wrap .vote-content .btn {
  margin-top: 20px;
}
.products-rating-inner .vote-wrap .vote-time {
  position: absolute;
  top: 0;
  right: 0;
  color: #000;
}
.products-rating-inner .vote-wrap .vote-title {
  display: none;
}
.products-rating-inner .vote-wrap .vote-pic {
  display: none;
}
.products-rating-inner .vote-wrap .vote-rating {
  color: #000000;
}
.products-rating-inner .vote-wrap .stars {
  width: 92px;
}
.products-rating-inner .vote-wrap .stars .star:before {
  color: #febf20;
}
.products-rating-inner .vote-wrap .stars .star.star-on:before {
  color: #febf20;
}
.products-rating-inner .vote-wrap .stars .star.star-off:before {
  color: #f0f1f2;
}

/* newsletter */

.footer-rows .footer-item.footer-item-newsletter {
  display: none;
}

.footer-item.footer-item-newsletter {
  margin-top: 0;
  width: 100%;
  background-color: transparent;
}

.footer-item.footer-item-newsletter:after {
  display: none;
}

.subnewsletter {
  font-size: 18px;
  font-weight: 400;
  margin-top: 10px;
  line-height: 1.6;
}

.footer-item.footer-item-newsletter .form-group.consents label {
  color: #000;
}
.subnewsletter {
  color: black;
}

.footer-item.footer-item-newsletter h4 span {
  color: var(--color-black);
  font-size: 22px;
  font-family: var(--font-secondary);
}

@media (min-width: 992px) {
  .subnewsletter {
    max-width: 370px;
  }
  .footer-item.footer-item-newsletter .newsletter-header {
    margin-bottom: 0;
    width: 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .footer-item.footer-item-newsletter .compact-form {
    width: 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .footer-item.footer-item-newsletter h4 span {
    font-size: 32px;
    max-width: 400px;
    display: block;
  }
}

.custom-footer__newsletter form {
  max-width: 500px;
}

.custom-footer__newsletter fieldset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}

.custom-footer__newsletter .validator-msg-holder {
  position: relative;
  width: 100%;
}

.custom-footer__newsletter .form-control::-webkit-input-placeholder {
  color: var(--color-black);
}

@media (min-width: 1200px) {
  .custom-footer__newsletter fieldset {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

.footer-item.footer-item-newsletter .compact-form .btn {
  height: 40px;
  line-height: 1.2;
  border: 0;
  top: 1px;
  right: 2px;
  padding: 5px 5px;
  min-height: 60px;
  font-size: 14px;
  color: var(--color-black);
  font-weight: 400;
  width: 90px;
  border-radius: 4px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.footer-item.footer-item-newsletter .compact-form .btn:hover {
  background-color: transparent;
  color: var(--color-secondary-hover);
}

@media (min-width: 767px) {
  .footer-item.footer-item-newsletter .compact-form .btn {
    padding: 5px 12px;
    font-size: 14px;
    width: 90px;
  }
}

.footer-item.footer-item-newsletter .compact-form .btn {
  position: absolute;
  right: 1px;
  top: 1px;
  background-color: transparent;
  border: transparent;
  color: var(--color-black);
  text-transform: none;
  font-weight: 400;
  margin-top: 0;
}

.footer-item.footer-item-newsletter .compact-form .btn:after {
  content: "" !important;
  position: absolute;
  top: 50%;
  right: auto;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  width: 2px;
  height: 28px;
  background-color: var(--color-black);
}

.custom-footer__newsletter .form-control {
  background-color: white;
  border-radius: 30px;
  padding-right: 10px;
  padding: 10px 15px;
  padding-right: 90px;
  padding-left: 15px;
  font-size: 16px;
  height: 60px;
  min-height: 60px;
  color: #2a302d;
  width: 100%;
  font-family: "Roboto", Arial, sans-serif;
  border: 1px solid var(--color-black);
}

@media (min-width: 767px) {
  .custom-footer__newsletter .form-control {
    padding: 10px 30px;
    padding-right: 90px;
    padding-left: 50px;
    font-size: 16px;
  }
}

.footer-item.footer-item-newsletter .form-group.consents label {
  font-size: 14px;
  margin-top: 10px;
}

.custom-footer__newsletter .validator-msg-holder:after {
  content: "\e916";
  font-family: "apollo";
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  color: #6a7770;
  font-size: 16px;
  display: none;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: contain;
  font-weight: 400;
}

@media (min-width: 767px) {
  .custom-footer__newsletter .validator-msg-holder:after {
    display: block;
    left: 15px;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .subnewsletter {
    font-size: 14px;
  }
  .footer-item.footer-item-newsletter .compact-form,
  .footer-item.footer-item-newsletter .newsletter-header {
    padding: 0;
  }
  .custom-footer__newsletter .footer-bottom-bg:before {
    max-width: 100%;
  }
  .footer-item.footer-item-newsletter .form-group.consents label {
    font-size: 12px;
  }
  .footer-item.footer-item-newsletter {
    margin-top: 20px;
    padding-bottom: 0;
  }
  .footer-item.footer-item-newsletter h4 {
    text-align: center;
  }
}

@media (min-width: 992px) {
  .custom-footer__newsletter .newsletter-header:after {
    content: "";
    position: absolute;
    bottom: -40px;
    left: calc(100% - 190px);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 273px;
    height: 44px;
    background-image: url(/user/documents/upload/arrow.svg?v=1);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
}

@media (min-width: 992px) {
  .custom-footer__newsletter .newsletter-header {
    padding-right: 120px;
  }
  .footer-item.footer-item-newsletter .compact-form {
    padding-left: 120px;
  }
}

.footer-item.footer-item-newsletter .form-group.consents label a {
  color: var(--color-pink);
}

.footer-item.footer-item-newsletter .form-group.consents label {
  padding-right: 0;
}

.footer-item.footer-item-newsletter h3 span,
.footer-item.footer-item-newsletter h4 span {
  color: #000;
  text-transform: uppercase;
}

.top-navigation-bar .top-navigation-contacts a:before,
.top-navigation-bar .top-navigation-contacts a span,
.top-navigation-bar a,
.top-navigation-bar .dropdown button {
  color: #000;
}

.search input[type="search"].form-control {
  border-radius: 30px;
  border-color: #000;
  background-color: #fff;
}

.search input[type="search"].form-control::placeholder {
  color: #000;
}

.search .btn.btn-default,
.search a.btn.btn-default {
  background-color: #000;
  color: #000;
  border-radius: 100%;
}

.search .btn.btn-default:before,
.search a.btn.btn-default:before {
  color: #fff !important;
}

.navigation-buttons button.top-nav-button span,
.navigation-buttons > a span {
  display: none;
}

.navigation-buttons button.top-nav-button:after,
.navigation-buttons > a:after {
  display: none;
}

.navigation-buttons button.top-nav-button.top-nav-button-login:hover:before,
.navigation-buttons button.top-nav-button[data-target="login"]:before,
.navigation-buttons > a[data-target="login"]:before {
  color: #fff;
}

.navigation-buttons button.top-nav-button[data-target="login"]:before,
.navigation-buttons > a[data-target="login"]:before {
  margin-right: 0;
}

.navigation-in ul li a {
  text-transform: none;
}

.navigation-in ul li a b {
  font-weight: 400;
}

@media (min-width: 992px) {
  .shp-tabs-wrapper {
    margin-top: 40px;
  }
}

@media (min-width: 1440px) {
  .footer-item.footer-item-newsletter h3 span,
  .footer-item.footer-item-newsletter h4 span {
    font-size: 36px;
  }
}

@media (min-width: 768px) {
  .navigation-buttons button.top-nav-button.top-nav-button-account,
  .navigation-buttons > a.top-nav-button-account,
  .navigation-buttons button.top-nav-button.top-nav-button-login,
  .navigation-buttons > a.top-nav-button-login {
    background-color: #000;
    color: #fff;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .header-info-bar-addon.is-hib-big .header-info-bar {
    font-size: 14px;
  }

  .top-navigation-bar-menu li a,
  .top-navigation-bar-menu-helper li a {
    padding: 15px 15px;
  }

  .top-navigation-bar .container > div.top-navigation-contacts,
  .top-navigation-bar {
    background-color: #d8d8d8;
  }

  .is-visible-header-contact
    .top-navigation-bar
    .container
    > div.top-navigation-contacts {
    height: 49px !important;
  }
}

.login-window-visible #header .top-nav-button-login:after,
.login-window-visible #header .top-nav-button-login:before {
  color: black !important;
}

.top-category-block .menu-content > div > a {
  text-decoration: none;
}

.products-block .product-btn .btn.btn-primary:before {
  content: "\e90f";
  font-family: apollo;
  margin-right: 5px;
  margin-top: -1px;
  font-size: 16px;
}

.has-detail-product-arrows .carousel-control--product.right:hover,
.has-detail-product-arrows .carousel-control--product.left:hover,
.has-detail-product-arrows .carousel-control--product.right,
.has-detail-product-arrows .carousel-control--product.left {
  border-radius: 100%;
  background-color: white;
  color: black;
}

.has-detail-product-arrows.tursky-apollo
  .carousel-control--product.right:before,
.has-detail-product-arrows.tursky-apollo
  .carousel-control--product.left:before {
  color: black;
}

/* .type-detail #hodnoceniobchodu .rate-average-inner {
  display: block;
} */

body.type-detail #hodnoceniobchodu .detail-rating-right .shop-eval .vote-wrap {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.flag {
  margin-bottom: 0;
}

.jt-discount-summary-addon .jt-discount-summary-item--discount {
  border-radius: 15px;
}

.jt-discount-summary-addon .jt-discount-summary {
  width: 100%;
}

.p-image-wrapper .flags-default {
  top: auto;
  bottom: 10px;
  gap: 2px;
}

.p-image-wrapper .flags-default {
  flex-direction: row;
}

@media (min-width: 768px) {
  .top-category-block .menu-level-2 {
    justify-content: space-between;
  }
  .top-category-block .menu-level-2 > li {
    max-width: 190px;
  }
  .partners-block {
    margin-bottom: 0;
  }

  .flag {
    font-size: 11px;
  }

  .p-info-headline .h1,
  .p-info-headline h1 {
    font-size: 32px;
  }

  .p-info-headline .h1,
  .p-info-headline h1 {
    margin-bottom: 10px;
  }

  #simple-variants .advanced-parameter-inner {
    width: 80px;
    height: 80px;
  }

  .p-info-headline {
    margin-bottom: 15px;
  }
}

@media (max-width: 767px) {
  #header .container {
    padding: 0 10px;
  }
  .products-block .product-btn .btn.btn-primary:before {
    margin-right: 0;
    font-size: 18px;
  }

  .products-block .product-btn .btn.btn-primary span {
    display: none;
  }

  .search .btn.btn-default,
  .search a.btn.btn-default {
    width: 40px;
  }

  .flag {
    margin-bottom: 0;
  }

  body:not(.mobile-header-version-0):not(.is-hib-mobile-fixed).tursky-apollo
    .overall-wrapper,
  body:not(.mobile-header-version-0):not(.is-hib-mobile-fixed).tursky-apollo
    .overall-wrapper {
    padding-top: 110px;
  }

  .products-block .p .flags-default {
    top: auto;
  }

  .columns-mobile-2 .products-block .p-bottom .p-tools,
  .columns-mobile-2 .products-block .p-bottom .prices {
    text-align: left;
  }

  .products-block .p-bottom > div {
    width: calc(100% + 55px);
  }

  .custom-product-label.has-simple-layout .flag.flag-action.has-custom-bg {
    font-size: 10px;
  }

  .responsive-tools > a[data-target="navigation"] {
    background-color: #000;
  }

  .responsive-tools > a[data-target="navigation"]:after,
  .responsive-tools > a[data-target="navigation"]:before {
    color: #fff;
  }

  .js-top-category-block {
    padding-top: 0;
  }

  .products-group {
    padding: 0 10px;
  }

  .homepage-box.welcome-block .welcome {
    background: linear-gradient(to top, #ffffff 0%, #d8d8d8 100%);
  }

  .welcome {
    border-radius: 0;
  }

  .homepage-box.welcome-block .welcome__right-panel {
    padding: 40px 20px 20px;
  }

  .partners-block {
    margin-bottom: 0;
  }

  .footer-item.footer-item-newsletter {
    margin-top: 0;
  }

  .custom-footer__newsletter .form-control {
    min-height: 50px;
  }

  .footer-item.footer-item-newsletter .compact-form .btn {
    min-height: 48px;
  }

  #footer.no-newsletter {
    margin-top: 30px;
  }

  .type-detail .position--benefitProduct,
  .position--benefitCategory {
    margin-left: -20px;
    margin-right: -20px;
    width: auto;
    padding: 25px 25px;
  }

  .js-slider-group.slider-group-benefits {
    position: relative;
  }

  .consultation-card__avatar {
    display: none;
  }
}

.navigation-buttons button.top-nav-button,
.navigation-buttons > a {
  padding: 0;
}

a.btn.cart-count.full i {
  color: black;
  background: white;
}

a.btn.cart-count.full {
  font-weight: 400;
}

.contact-box ul li > span.tel::before,
.top-navigation-contacts a.project-phone::before {
  content: "";
  background-image: url(/user/documents/upload/ikonky/phone.svg);
  display: block;
  width: 16px;
  height: 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.contact-box ul li > span.tel::before {
  width: 22px;
  height: 22px;
}

.contact-box ul li > span.mail::before,
.top-navigation-contacts a.project-email::before {
  content: "";
  background-image: url(/user/documents/upload/ikonky/email.svg);
  display: block;
  width: 16px;
  height: 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.contact-box ul li > span.mail::before {
  width: 22px;
  height: 22px;
}

.header-top .btn.cart-count:before,
a.btn.cart-count:before,
a.btn.cart-count.full:before {
  content: "";
  background-image: url(/user/documents/upload/ikonky/basket-case.svg);
  display: block;
  width: 26px;
  height: 26px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.navigation-buttons button.top-nav-button[data-target="login"]:before,
.navigation-buttons > a[data-target="login"]:before {
  content: "";
  background-image: url(/user/documents/upload/ikonky/user.svg);
  display: block;
  width: 24px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media (min-width: 768px) {
  .footer-icons .footer-icon {
    min-width: 80px;
  }

  .header-top > div {
    width: 33.33%;
  }
}

/* custom category */

body.has-custom-category #filters-wrapper,
body.has-custom-category .category-header,
body.has-custom-category .products-top-wrapper,
body.has-custom-category .category-top .category-title,
body.has-custom-category .listingControls,
body.has-custom-category:not(.type-detail) .breadcrumbs-wrapper {
  display: none;
}

.products-block:not(.products-additional) .p .image img {
  width: 100%;
  margin-left: 0;
  margin-top: -20px;
}

@media (min-width: 1200px) {
  .has-custom-category .products-page.products-block > div {
    width: 33.33%;
  }
}

/* custom category header */

body.has-custom-category div.top-navigation-menu {
  opacity: 0;
  visibility: hidden;
}

body.has-custom-category .search .btn.btn-default {
  width: 36px;
  height: 36px;
  min-height: 36px;
  overflow: hidden;
}

body.has-custom-category .search .form-control {
  height: 36px;
}

body.has-custom-category .search .btn.btn-default:before,
body.has-custom-category .search a.btn.btn-default:before {
  font-size: 18px;
}

body.has-custom-category #header .site-name {
  position: relative;
  top: -82px;
}

body.has-custom-category #header .site-name a img {
  max-height: 40px;
}

body.has-custom-category #header .menu-helper {
  display: none;
}

body.has-custom-category .navigation-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);

  opacity: 0;
  visibility: hidden;

  transition: 0.35s;

  z-index: 9999;
}

body.has-custom-category .navigation-overlay.is-visible {
  opacity: 1;
  visibility: visible;
}

body.has-custom-category #navigation .menu-btn {
  position: absolute;
  top: 0;
  right: 0;
}

body.has-custom-category .menu-btn {
  background-color: var(--color-black);
  border-radius: 0;
  padding: 3px 8px 3px 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  cursor: pointer;
  flex-wrap: wrap;
  width: 50px;
  height: 50px;
  text-align: center;
  cursor: pointer;
  transition: background-color 400 ease-out;
}

body.has-custom-category .menu-btn:hover {
  background-color: var(--color-secondary-hover);
}

body.has-custom-category .menu-btn__icon {
  width: 25px;
  height: 25px;
  margin-right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

body.has-custom-category .menu-btn__icon:after {
  content: "\e92f";
  font-family: "Apollo";
  color: white;
  font-size: 14px;
  font-weight: 700;
}

body.has-custom-category #navigation .menu-btn__icon:after {
  content: "\e921";
  font-size: 18px;
  font-weight: 400;
}

body.has-custom-category .menu-btn__text {
  color: white;
  font-size: 12px;
  display: block;
  width: 100%;
}

@media (min-width: 992px) {
  .top-navigation-bar .container > div.top-navigation-contacts {
    padding-left: 0;
  }
}

body.has-custom-category .navigation-in > ul > li > a {
  padding-top: 18px;
  padding-bottom: 17px;
}

.menu-secondary-block {
  width: 100%;
}

.menu-secondary__logo {
  margin: 0 auto;
  position: relative;
  top: -10px;
  margin-top: -70px;
  cursor: pointer;
}

.menu-secondary-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0;
  padding: 0;
  margin-top: -15px;
}

.menu-secondary-list__item {
  display: inline-block;
  list-style: none;
  margin: 0 15px;
}

.menu-secondary-list__link {
  display: inline-block;
  padding: 10px 0;
  font-size: 16px;
  font-weight: 400;
}

/* custom category content */

.category-headline {
  position: relative;
}

.category-headline::before {
  content: "";
  position: absolute;
  inset: 0;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  z-index: 0;

  background: linear-gradient(90deg, #ece0d0 0%, #efe7d4 49%, #f1eada 100%);
}

.category__secondDescription,
.category-perex {
  margin-top: 0;
}

.category-headline__image {
  position: absolute;
  top: 0;
  bottom: 0;
  right: calc((100vw - 100%) / -2);
  height: 100%;
  width: auto;
  object-fit: cover;
  object-position: right center;
  z-index: 1;
}

.category-headline .container {
  position: relative;
  z-index: 2;
}

.category-headline__content {
  max-width: 60%;
  padding: 70px 0;
}

.category-headline__rating {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  line-height: 1.2;

  padding: 10px 20px 10px 0;
  margin-bottom: 35px;

  border-radius: 0 999px 999px 0;
  background: #fff;
  flex-wrap: wrap;
}

.category-headline__rating::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100%;
  width: 100vw;
  background: #fff;
}

.category-headline__rating .stars {
  display: flex;
  gap: 2px;
  flex-shrink: 0;
}

.category-headline__rating strong {
  font-size: 18px;
  font-weight: 700;
  color: #111;
}

.category-headline__rating-text {
  color: #666;
  white-space: nowrap;
}

.category-headline__content .category-headline__title {
  margin: 0 0 20px;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.4;
  color: #111;
}

.category-headline__list {
  margin: 0 0 45px;
  padding-left: 24px;
}

.category-headline__list li {
  margin-bottom: 8px;
  font-size: 20px;
  line-height: 1.6;
  color: #222;
}

.overall-wrapper {
  overflow-x: hidden;
}

.category-headline .btn {
  font-weight: 700;
}

@media (max-width: 1440px) {
  .category-headline__image {
    object-position: 10% center;
  }
  .category-headline__list li {
    font-size: 18px;
  }
}

@media (max-width: 1200px) {
  .category-headline__list li {
    font-size: 16px;
  }
  .category-headline {
    min-height: 620px;
  }

  .category-headline__image {
    object-position: 20% center;
  }

  .category-headline__content {
    max-width: 500px;
  }

  .category-headline__content .category-headline__title {
    font-size: 32px;
  }

  .category-headline__list li {
    font-size: 20px;
  }
}

@media (max-width: 991px) {
  .category-headline {
    min-height: 540px;
  }

  .category-headline__image {
    object-position: 30% center;
  }

  .category-headline__content {
    max-width: 420px;
  }

  .category-headline__rating {
    font-size: 15px;
  }

  .category-headline__content .category-headline__title {
    font-size: 28px;
  }

  .category-headline__list li {
    font-size: 18px;
    line-height: 1.5;
  }
}

@media (max-width: 767px) {
  .category-headline {
    min-height: auto;
  }

  .category-headline__image {
    object-position: 70% center;
  }

  .category-headline__content {
    max-width: 100%;
    padding: 40px 0;
  }

  .category-headline__content .category-headline__title {
    font-size: 22px;
  }

  .category-headline__list li {
    font-size: 16px;
  }

  .category-headline .btn {
    width: 100%;
    min-width: 0;
  }
}

.footer-item.footer-item-newsletter .newsletter-header p {
  color: black;
}

@media (min-width: 768px) {
  body.has-custom-category .navigation-in > ul > li.ext > ul:before {
    display: none;
  }

  body.has-custom-category.submenu-visible
    .navigation-in
    > ul
    > li.ext.exp
    > ul {
    height: auto;
  }

  body.has-custom-category .navigation-in > ul > li.ext > ul > li {
    width: 100%;
    flex-basis: 100%;
  }

  body.has-custom-category
    .navigation-in
    > ul
    > li.ext
    > ul
    > li
    > a.menu-image {
    width: 70px;
  }

  body.has-custom-category .navigation-in > ul > li.ext > ul > li > a img {
    max-width: 60px;
    max-height: 60px;
  }

  body.has-custom-category .navigation-in ul.menu-level-2 > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  body.has-custom-category.submenu-visible:not(.menu-helper-visible)
    .top-navigation-bar {
    background-color: #d8d8d8;
    z-index: auto;
  }

  body.has-custom-category .navigation-in ul.menu-level-2 li a {
    font-weight: 400;
  }

  body.has-custom-category
    .navigation-in
    > ul
    > li.ext
    > ul
    > li.menu-item-category {
    display: none;
  }

  body.has-custom-category .navigation-in {
    width: 100%;
    position: static;
    padding-top: 50px;
  }

  body.has-custom-category.submenu-visible
    .navigation-in
    > ul
    > li.ext.exp:not(.open)
    > ul {
    opacity: 0;
    visibility: hidden;
    height: 0;
  }

  body.has-custom-category .navigation-in > ul > li.open > ul {
    opacity: 1;
    visibility: visible;
    height: auto;
  }

  body.has-custom-category.submenu-visible:not(.menu-helper-visible)
    #cboxOverlay {
    opacity: 0 !important;
    visibility: hidden;
    width: 0;
    height: 0;
  }

  #header {
    z-index: 2;
    position: relative;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.15);
  }
  body.has-custom-category .navigation-in > ul > li.ext > a > span {
    display: flex;
    right: 0;
  }

  body.has-custom-category #navigation {
    position: fixed;
    top: 0;
    right: 0;
    left: auto;
    width: 100%;
    max-width: 420px;
    height: 100vh;

    background: #fff;
    z-index: 1000000;
    overflow-y: auto;

    transform: translateX(100%);
    transition: transform 0.35s cubic-bezier(0.22, 0.61, 0.36, 1);
    will-change: transform;
  }

  body.has-custom-category #navigation.is-open {
    transform: translateX(0);
  }

  body.has-custom-category .navigation-in > ul > li:first-child > a {
    padding-left: 20px !important;
  }

  body.has-custom-category .navigation-in ul {
    display: block;
  }

  body.has-custom-category.submenu-visible .navigation-in ul li.splitted {
    display: block;
  }

  body.has-custom-category .navigation-in ul li.splitted {
    visibility: visible;
  }

  body.has-custom-category .is-header-fixed.is-header-hidden #navigation {
    height: 100vh;
  }

  body.has-custom-category .navigation-in > ul > li.ext > ul {
    position: static;
  }

  body.has-custom-category .navigation-in > ul > li.ext > a:after {
    /* right: 15px; */
    display: none;
  }

  body.has-custom-category .navigation-in > ul > li.ext > ul {
    padding: 0;
    height: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .submenu-visible li.exp:not(.open) > a .submenu-arrow::after {
    transform: rotate(0deg);
  }

  .submenu-visible li.open > a .submenu-arrow::after {
    transform: rotate(180deg);
  }
}

@media (max-width: 479px) {
  .top-navigation-bar .cart-price {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .menu-secondary-block {
    text-align: center;
  }
  body.has-custom-category .search {
    top: -81px;
    position: relative;
  }

  body.has-custom-category .search {
    min-width: 380px;
    max-width: 380px;
  }
}

@media (max-width: 767px) {
  .navigation-in > ul ul.menu-level-2 > li div > a {
    font-weight: 400;
  }
  .responsive-tools .click-cart {
    background: black;
    padding-left: 15px;
    color: white;
    right: -9px;
  }
  .top-navigation-bar a.btn.cart-count.full i {
    color: black;
  }
  .top-navigation-bar .cart-price {
    color: white;
  }

  .overall-wrapper {
    padding-top: 60px;
  }
  .in-index .overall-wrapper {
    padding-top: 50px;
  }
  .responsive-tools > a {
    width: 40px;
  }
  .responsive-tools > a[data-target="navigation"] {
    width: 50px;
  }
  .responsive-tools > a[data-target="search"] {
    display: flex;
    width: 30px;
  }
  .search-window-visible:not(.navigation-window-visible) #header {
    top: 50px;
  }
  .search-window-visible #header .search-form {
    margin: 0;
  }
  #header {
    top: -10px;
  }

  body:not(.mobile-header-version-0):not(.is-hib-mobile-fixed).tursky-apollo
    .overall-wrapper,
  body:not(.mobile-header-version-0):not(.is-hib-mobile-fixed).tursky-apollo
    .overall-wrapper {
    padding-top: 50px;
  }

  .menu-secondary-block {
    margin-top: 12px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 5px;
  }

  .menu-secondary__logo {
    width: 90px;
    position: static;
    margin-top: 0;
    margin: 0;
    top: auto;
    margin-right: 40px;
  }

  .menu-secondary-list {
    justify-content: flex-start;
    display: flex;
    flex-wrap: nowrap;
    overflow-y: hidden;
    overflow-x: auto;
    white-space: nowrap;
    margin: 0 -20px 0 -20px;
    width: calc(100% - 110px);
  }

  .menu-secondary-list .menu-secondary-list__item {
    margin-right: 10px;
    display: inline-block !important;
    vertical-align: top;
  }

  .menu-secondary-list .menu-secondary-list__item:first-child {
    margin-left: 10px;
  }

  .menu-secondary-list .menu-secondary-list__item:last-child {
    margin-right: 10px;
  }

  .menu-secondary-list__link {
    padding: 10px 0;
    font-size: 14px;
  }

  .category-headline .container {
    padding: 0;
  }

  .menu-secondary-block {
    position: relative;
  }

  .menu-secondary-block:after {
    content: "";
    position: absolute;
    top: calc(50% + 10px);
    margin-top: -25px;
    right: -5px;
    -webkit-animation: slideOutLeft 2s infinite;
    animation: slideOutLeft 2s infinite;
    z-index: 3;
    width: 19px;
    height: 26px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url(/user/documents/upload/ikonky/scroll.svg);
  }

  .menu-secondary-block:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    height: 50px;
    right: -10px;
    width: 50px;
    text-align: center;
    background-color: #fff;
    z-index: 2;
    top: -6px;
    height: 48px;
  }

  .category-headline__image {
    height: auto;
    width: auto;
    display: block;
    object-position: center;
    z-index: 1;
    position: relative;
    border-radius: 0;
    right: auto;
    max-width: calc(100% + 200px);
    margin-left: -150px;
  }

  .menu-secondary-block.is-disabled:before {
    display: none;
  }

  .menu-secondary-block.is-disabled:after {
    display: none;
  }

  .category-headline__rating {
    gap: 5px;
  }

  .category-headline__rating strong {
    font-size: 16px;
  }
  .category__secondDescription img,
  .category-perex img {
    border-radius: 0;
  }

  .category-headline__rating {
    font-size: 14px;
  }
}

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-40%, 0, 0);
    transform: translate3d(-40%, 0, 0);
  }
}

/* custom category section */

.products-block {
  z-index: 1;
}
.daily-beauty {
  position: relative;
  background: #d8d8d8;
  padding: 120px 0 80px;
}

.daily-beauty > * {
  z-index: 0;
  position: relative;
}

.daily-beauty:before {
  content: "";
  position: absolute;
  inset: 0;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  z-index: 0;
  background: #d8d8d8;
}

.daily-beauty__inner {
  position: relative;
  z-index: 1;
}

.daily-beauty h2 {
}

.daily-beauty__line {
  width: 100%;
  height: 1px;
  background: #999;
  margin: 10px 0 40px;
}

/* =========================
 SWIPER
 ========================= */

.daily-beauty .slider-group-daily-beauty {
  position: relative;
}

.daily-beauty .js-slider-daily-beauty {
  width: 100%;
  overflow: hidden;
}

.daily-beauty .js-slider-daily-beauty .swiper-wrapper {
  display: flex;
  align-items: center;
}

.daily-beauty .js-slider-daily-beauty .swiper-slide {
  height: auto;
}

.daily-beauty__item {
  display: flex;
  min-width: 0;
}

.daily-beauty__image {
  width: 120px;
  min-width: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}

.daily-beauty__image img {
  display: block;
  width: 100%;
  height: 130px;
  object-fit: contain;
}

.daily-beauty__content {
  flex: 1;
  min-width: 0;
}

.daily-beauty__title {
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  background: white;
  display: inline-flex;
  border-radius: 30px;
}

.daily-beauty .products-related-block h2,
.daily-beauty .products-alternative-block h2,
.daily-beauty h4.homepage-group-title,
.daily-beauty .h4.homepage-group-title {
  margin-bottom: 20px;
}

.daily-beauty__title span {
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #292929;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
}

.daily-beauty__title strong {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 7px 13px 7px 5px;
  border-radius: 15px;
  background: #fff;
  color: var(--color-black);
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
}

.daily-beauty__content p {
  margin: 0;
  color: #676767;
  font-size: 16px;
  line-height: 1.5;
}

/* =========================
 ARROWS
 ========================= */

.daily-beauty .swiper-arrow {
  position: absolute;
  top: 50%;
  z-index: 10;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  cursor: pointer;
}

.daily-beauty .swiper-arrow-content {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.daily-beauty .swiper-arrow-prev {
  left: -50px;
}

.daily-beauty .swiper-arrow-next {
  right: -50px;
}

.daily-beauty .swiper-arrow.swiper-button-disabled {
  opacity: 0.3;
  pointer-events: none;
}

/* =========================
 MOBILE
 ========================= */

@media (max-width: 767px) {
  .daily-beauty {
    padding: 40px 0 40px;
  }

  .daily-beauty__line {
    margin: 12px 0 20px;
  }

  .daily-beauty .js-slider-daily-beauty {
    width: 100%;
    overflow: hidden;
  }

  .daily-beauty .js-slider-daily-beauty .swiper-wrapper {
    display: flex;
  }

  .daily-beauty .js-slider-daily-beauty .swiper-slide {
    width: 100%;
    box-sizing: border-box;
  }

  .daily-beauty__item {
    width: 100%;
    /* display: flex;
		align-items: center; */
    display: block;
    box-sizing: border-box;
    padding: 0 5px;
    text-align: center;
  }

  .daily-beauty__image {
    width: 90px;
    min-width: 90px;
    margin-right: 18px;
    margin: 0 auto 15px;
  }

  .daily-beauty__image img {
    width: 90px;
    height: 100px;
  }

  .daily-beauty__content p {
    font-size: 15px;
    line-height: 1.5;
  }

  .daily-beauty__title {
    margin-bottom: 15px;
  }

  .daily-beauty__title strong {
    font-size: 14px;
    padding: 0 10px;
  }

  /* mobilné šípky */

  .daily-beauty .swiper-arrow {
    width: 32px;
    height: 32px;
    margin-top: -16px;
  }

  .daily-beauty .swiper-arrow-prev {
    left: -12px;
  }

  .daily-beauty .swiper-arrow-next {
    right: -12px;
  }

  .daily-beauty__title span {
    font-size: 14px;
  }

  .daily-beauty {
    margin-top: 25px;
  }

  .daily-beauty h4.homepage-group-title,
  .daily-beauty .h4.homepage-group-title {
    margin-top: 0;
  }

  .daily-beauty .slider-group-daily-beauty {
    position: relative;
    padding: 0 20px;
  }
}

/* =========================
 DESKTOP
 ========================= */

@media (min-width: 768px) {
  .daily-beauty {
    margin-top: -100px;
  }

  .daily-beauty .js-slider-daily-beauty .swiper-slide {
    width: 33.33%;
  }
}

/* =========================
   ACTIVE PROFILE
   ========================= */

.active-profile {
  position: relative;
}

.active-profile__line {
  width: 100%;
  height: 1px;
  background: #999;
  margin: 10px 0 20px;
}

/* =========================
   SWIPER
   ========================= */

.active-profile .slider-group-active-profile {
  position: relative;
  margin-top: 30px;
}

.active-profile .js-slider-active-profile {
  width: 100%;
  overflow: hidden;
}

.active-profile .js-slider-active-profile .swiper-wrapper {
  display: flex;
  align-items: flex-start;
}

.active-profile .js-slider-active-profile .swiper-slide {
  height: auto;
}

/* =========================
   ITEM
   ========================= */

.active-profile__item {
  width: 100%;
  text-align: center;
}

.active-profile__image {
  margin: 0 auto 20px;
  border-radius: 50%;
  overflow: hidden;
  padding: 0 10px;
  max-width: 200px;
}

.active-profile__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100%;
}

.active-profile__content {
  padding: 0 10px;
}

.active-profile__title {
  display: block;
  margin-bottom: 10px;
  color: var(--color-black);
  font-size: 18px;
  line-height: 1.3;
  font-weight: 700;
}

.active-profile__content p {
  margin: 0 auto;
  color: #676767;
  font-size: 16px;
  line-height: 1.6;
}

.collagen-comparison .homepage-group-title.h4,
.active-profile .homepage-group-title.h4 {
  margin-bottom: 20px;
}

/* =========================
   ARROWS
   ========================= */

/* =========================
   MOBILE
   ========================= */

@media (max-width: 767px) {
  .active-profile {
    margin-top: 25px;
  }

  .active-profile__line {
    margin: 12px 0 20px;
  }

  .active-profile .slider-group-active-profile {
    position: relative;
    padding: 0 20px;
  }

  .active-profile .js-slider-active-profile {
    width: 100%;
    overflow: hidden;
  }

  .active-profile .js-slider-active-profile .swiper-wrapper {
    display: flex;
  }

  .active-profile .js-slider-active-profile .swiper-slide {
    width: 100%;
    box-sizing: border-box;
  }

  .active-profile__image {
    margin-bottom: 20px;
  }

  .active-profile__title {
    font-size: 16px;
    margin-bottom: 7px;
  }

  .active-profile__content p {
    font-size: 15px;
    line-height: 1.5;
  }

  /* mobilné šípky */

  .daily-beauty__title span {
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
    font-size: 13px;
  }
}

/* =========================
   DESKTOP
   ========================= */

@media (min-width: 768px) {
  .active-profile .js-slider-active-profile .swiper-slide {
    width: 20%;
  }
}

@media (min-width: 992px) {
  .daily-beauty .swiper-arrow,
  .active-profile .swiper-arrow {
    display: none;
  }
}

@media (max-width: 479px) {
  .active-profile__image {
    max-width: 200px;
  }
}

@media (max-width: 479px) {
  .category-headline__rating strong {
    font-size: 14px;
  }

  .category-headline__rating .stars .star:before {
    font-size: 12px;
    line-height: 12px;
  }

  .category-headline__rating .stars a,
  .category-headline__rating .stars span {
    width: 12px;
    height: 12px;
    line-height: 12px;
  }

  .category-headline__rating .stars {
    margin-right: 4px;
    height: 12px;
  }

  .category-headline__rating {
    font-size: 12px;
  }

  .category-headline__rating {
    margin-bottom: 25px;
  }

  .category-headline::before {
    background: linear-gradient(270deg, #e3d4bb 0%, #efe7d4 49%, #f1eada 100%);
  }
}

/* image text section */

/* =========================
   IMAGE + TEXT SECTION
   ========================= */

.image-text-section {
  position: relative;
  margin: 60px 0;
}

/* pravé pozadie */

.image-text-section--pink .image-text-section__background {
  background: #f2eae9;
}

.image-text-section--pink .image-text-section__content {
  background: #f2eae9;
}

.image-text-section__background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background: transparent;
  z-index: 0;
  width: 50vw;
  margin-right: calc((100% - 100vw) / 2);
}

.image-text-section__image img {
  border-radius: 0;
}

.image-text-section__image.has-radius img {
  border-radius: 0 50px 50px 0;
}

/* =========================
   INNER
   ========================= */

.image-text-section__inner {
  position: relative;
  z-index: 1;

  display: flex;
  flex-wrap: wrap;
}

/* =========================
   IMAGE
   ========================= */

.image-text-section__image {
  position: relative;
  width: 50vw;
  margin-left: calc((100% - 100vw - 25px) / 2);
}

.image-text-section__image img {
  display: block;

  width: 100%;
  height: 100%;

  object-fit: cover;
}

/* =========================
   CONTENT
   ========================= */

.image-text-section__content {
  position: relative;
  padding: 30px 60px 20px;
  background: transparent;
  align-self: center;
}

.image-text-section__content h3 {
  margin: 0 0 10px;

  font-size: 24px;
  line-height: 1.4;
  font-weight: 700;
}

.image-text-section__content h3.image-text-section__big {
  font-size: 24px;
  text-transform: uppercase;
}

.image-text-section__intro {
  margin: 0 0 10px;

  font-size: 16px;
  line-height: 1.4;
}

.image-text-section__subtitle {
  display: block;

  margin-bottom: 20px;

  font-size: 16px;
  line-height: 1.4;
  font-weight: 700;
}

/* =========================
   LIST
   ========================= */

.image-text-section__list {
  margin: 0;
  padding: 0;

  list-style: none;
}

.image-text-section__list li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
  flex-wrap: nowrap;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
  padding: 15px;
  border-radius: 30px;
  background-color: white;
}

.image-text-section__list li:last-child {
  margin-bottom: 0;
}

.image-text-section__list li > img {
  width: 50px;
  min-width: 50px;
  height: 50px;
  margin-right: 20px;
  object-fit: contain;
}

.image-text-section__list li > div {
  min-width: 0;
  width: calc(100% - 50px);
}

.image-text-section__list li strong {
  display: block;

  margin-bottom: 6px;

  font-size: 16px;
  line-height: 1.4;
  font-weight: 700;
}

.image-text-section__list li p {
  margin: 0;

  color: #676767;

  font-size: 15px;
  line-height: 1.5;
}

/* =========================
   MOBILE
   ========================= */

@media (min-width: 992px) {
  .image-text-section__content {
    width: 50%;
  }

  .image-text-section__content h3.image-text-section__big {
    font-size: 36px;
  }

  .image-text-section__content {
    padding-top: 50px;
    padding-bottom: 40px;
  }
}

@media (max-width: 991px) {
  .image-text-section {
    margin: 0 -20px;
  }

  .image-text-section__background {
    display: none;
  }

  .image-text-section__inner {
    display: flex;
    flex-direction: column;
    padding: 0;
  }

  /* TEXT */

  .image-text-section__content {
    order: 1;
    padding: 60px 20px 60px;
    width: 100%;
  }

  .image-text-section__content h3 {
    font-size: 20px;
    line-height: 1.4;
  }

  .image-text-section__intro {
    font-size: 16px;
    line-height: 1.5;
  }

  .image-text-section__subtitle {
    font-size: 16px;
    line-height: 1.4;
  }

  .image-text-section__list li {
    margin-bottom: 15px;
  }

  .image-text-section__list li > img {
    width: 50px;
    min-width: 50px;
    height: 50px;

    margin-right: 12px;
  }

  .image-text-section__list li strong {
    font-size: 15px;
    line-height: 1.4;
    min-height: 55px;
    display: flex;
    align-items: center;
  }

  .image-text-section__list li p {
    font-size: 14px;
    line-height: 1.5;
    margin-left: -60px;
  }

  /* IMAGE DOLE */

  .image-text-section__image {
    order: 2;

    width: 100%;
    margin: 0;
  }

  .image-text-section__image img {
    width: 100%;
    height: auto;

    object-fit: contain;
  }
}

@media (min-width: 992px) {
  .image-text-section__list li > img {
    position: relative;
    top: 25px;
  }
}

/* custom faq */
@media (min-width: 768px) {
  .has-custom-category .products-page.products-block {
    margin-top: 40px;
  }
  .faq-block {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .faq-content .tabs-content {
    border-radius: 0;
  }

  .collagen-comparison__description button {
    display: none;
  }
}

.faq-content .tabs-content {
  background-color: transparent;
}

.faq-content .tab-content__item.is-active .accordion--classic,
.faq-content .tab-content__item.is-active .accordion--classic {
  padding: 0;
}

.faq-content .tab-content__item.is-active .accordion--classic {
  background-color: transparent;
}

.accordion--classic .accordion__trigger {
  color: var(--color-black);
  font-weight: 400;
  padding-left: 50px;
  padding-right: 15px;
}

.accordion--classic .accordion__item {
  border-color: var(--color-black);
}

.accordion .accordion__trigger:after {
  left: 25px;
  right: auto;
}

.type-detail .ratings-block {
  margin-top: 0;
}

.faq-content .tabs-content {
  border-radius: 0;
}

@media (max-width: 767px) {
  .faq-content .accordion--classic .accordion__trigger:after {
    right: auto;
    left: 25px;
  }

  .active-profile .slider-group-active-profile .swiper-arrow-prev {
    left: -10px;
  }

  .active-profile .slider-group-active-profile .swiper-arrow-next {
    right: -10px;
  }

  .faq-content .accordion--classic .accordion__trigger {
    padding: 10px 20px 10px 50px;
    min-height: 50px;
    line-height: 1.4;
    font-size: 16px;
  }

  .faq-block {
    margin-bottom: 0;
    margin-top: 20px;
  }
}

body.has-custom-category #navigation .menu-btn__text {
  display: none;
}

body.has-custom-category #navigation .menu-btn {
  width: 40px;
  height: 40px;
}

/* =========================
   COLLAGEN COMPARISON
   ========================= */

.collagen-comparison {
  position: relative;
}

.collagen-comparison__inner {
  display: flex;
  flex-wrap: wrap;
}

/* =========================
   SIDES
   ========================= */

.collagen-comparison__side {
  position: relative;
  padding: 50px 0;
  width: 50%;
}

.collagen-comparison__side--orca {
  background: #eae2cf;
  text-align: right;
}

.collagen-comparison__side--orca:after {
  content: "";
  position: absolute;

  top: 0;
  right: 0;
  bottom: 0;

  width: 50vw;

  background: #eae2cf;

  z-index: -1;
  width: 50vw;
  margin-right: calc((100% - 100vw) / 2);
}

/* =========================
   SIDE TITLE
   ========================= */

.collagen-comparison__side-title {
  position: relative;

  display: inline-flex;
  align-items: center;

  min-height: 50px;

  padding: 0 30px;

  background: #fff;

  border-radius: 30px;
}

.collagen-comparison__side-title .h4.homepage-group-title {
  margin: 0;
  text-transform: none;
  font-size: 24px;
}

.collagen-comparison__side--standard .collagen-comparison__side-title {
  border-radius: 0 30px 30px 0;
  padding-left: 0;
}

.collagen-comparison__side--standard .collagen-comparison__side-title::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100%;
  width: 100vw;
  background: #fff;
}

.collagen-comparison__side--orca .collagen-comparison__side-title {
  border-radius: 30px 0 0 30px;
  padding-right: 0;
}

.collagen-comparison__side--orca .collagen-comparison__side-title::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  width: 100vw;
  background: #fff;
}

.collagen-comparison__side--orca .collagen-comparison__side-title {
  margin-left: auto;

  background: #fff;
}

.collagen-comparison__side-title h4.homepage-group-title {
  margin: 0;

  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
}

/* =========================
   VISUAL AREA
   ========================= */

.collagen-comparison__visual {
  display: grid;
  align-items: center;
}

/* ĽAVÁ STRANA */

.collagen-comparison__side--standard .collagen-comparison__visual {
  grid-template-columns: 65% 35%;
}

/* PRAVÁ STRANA */

.collagen-comparison__side--orca .collagen-comparison__visual {
  grid-template-columns: 40% 60%;
}

/* =========================
   PRODUCT
   ========================= */

.collagen-comparison__product {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: 50px;
  left: 40px;
  align-self: flex-start;
}

.collagen-comparison__side--orca .collagen-comparison__trigger {
  justify-content: flex-end;
}

.collagen-comparison__side--standard .collagen-comparison__product img {
  max-width: 210px;
}

.collagen-comparison__side--orca .collagen-comparison__product {
  top: 0;
  left: 40px;
}

.collagen-comparison__side--orca {
  border-radius: 25px 0 0 25px;
}

.collagen-comparison__product img {
  display: block;

  width: 100%;
  max-width: 280px;
  height: auto;

  object-fit: contain;
}

/* =========================
   ITEMS
   ========================= */

.collagen-comparison__items {
  position: relative;
  margin-top: 25px;
}

.collagen-comparison__item {
  position: relative;
  margin: 15px 0;
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.35s ease, transform 0.35s ease;
}

.collagen-comparison.has-opacity .collagen-comparison__item {
  /* opacity: 0.45; */
}

.collagen-comparison.has-opacity .collagen-comparison__item.is-active {
  /* opacity: 1; */
  transform: translateX(5px);
}

/* zvýraznenie názvu */

.collagen-comparison__item-title {
  transition: font-size 0.3s ease, color 0.3s ease;
}

.collagen-comparison__item.is-active .collagen-comparison__item-title {
  color: #111;
}

/* bodka na konci linky */

.collagen-comparison__trigger:after {
  transition: width 0.3s ease, height 0.3s ease, background 0.3s ease;
}

.collagen-comparison__item.is-active .collagen-comparison__trigger:after {
  width: 8px;
  height: 8px;
  background: #111;
}

.collagen-comparison__trigger {
  position: relative;

  display: flex;
  align-items: center;

  width: 100%;

  padding: 14px 0;

  border: 0;
  border-bottom: 1px solid #999;

  background: transparent;

  color: var(--color-black);

  text-align: left;

  cursor: pointer;
}

/* čiarka pod položkou + bodka na konci */

.collagen-comparison__trigger:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -3px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #676767;
}

.collagen-comparison__side--orca .collagen-comparison__trigger:after {
  right: auto;
  left: 0;
}

/* =========================
   TITLE
   ========================= */

.collagen-comparison__item-title {
  display: block;
  padding-right: 15px;
  font-size: 17px;
  line-height: 1.3;
  font-weight: 700;
}

/* =========================
   PLUS / MINUS
   ========================= */

.accordion .accordion__trigger:after,
.collagen-comparison__plus {
  position: relative;
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 1px solid black;
  border-radius: 100%;
}

body .accordion .accordion__trigger:before {
  left: 25px;
}

.accordion .accordion__trigger:after,
.accordion .accordion__trigger:before,
.collagen-comparison__plus:before,
.collagen-comparison__plus:after {
  content: "";

  position: absolute;

  left: 50%;
  top: 50%;

  width: 10px;
  height: 2px;

  background: currentColor;

  transform: translate(-50%, -50%);

  transition: transform 0.35s ease, opacity 0.25s ease;
}

.accordion .accordion__trigger:after {
  transition: none !important;
}

.accordion .accordion__item.is-active .accordion__trigger:after {
  content: "";
}

/* vertikálna čiara */

.accordion .accordion__trigger:after {
  transform: translate(25px, -50%) rotate(90deg);
  left: -5px;
}

.collagen-comparison__plus:after {
  transform: translate(-50%, -50%) rotate(90deg);
}

/* =========================
   DESCRIPTION
   ========================= */

.collagen-comparison__description {
  max-height: 0;

  overflow: hidden;

  opacity: 0;

  padding-right: 25px;

  color: #676767;

  font-size: 16px;
  line-height: 1.5;

  transition: max-height 0.4s ease, opacity 0.3s ease, padding 0.4s ease;
}

/* =========================
   ACTIVE
   ========================= */

.collagen-comparison__item.is-active .collagen-comparison__description {
  max-height: 300px;

  opacity: 1;

  padding-top: 5px;
  padding-bottom: 15px;
}

.accordion--classic .accordion__item.is-active .accordion__trigger:after,
.collagen-comparison__item.is-active .collagen-comparison__plus:after {
  opacity: 0;
  transform: translate(-50%, -5px) rotate(90deg) scaleY(0);
}

/* =========================
   LEFT / RIGHT ALIGNMENT
   ========================= */

.collagen-comparison__side--standard .collagen-comparison__items {
  padding-right: 20px;
}

.collagen-comparison__side--orca .collagen-comparison__items {
  padding-left: 20px;
}

.collagen-comparison__side--orca .collagen-comparison__item-title {
  text-align: right;
  padding-right: 0;
  padding-left: 0;
}

.collagen-comparison__side--orca .collagen-comparison__trigger {
  text-align: right;
}

.collagen-comparison__side--orca .collagen-comparison__description {
  padding-right: 0;
  padding-left: 25px;

  text-align: right;
}

.collagen-comparison__side--orca .collagen-comparison__plus {
  order: -1;

  margin-left: 0;
  margin-right: 10px;
}

/* =========================
   MOBILE
   ========================= */

@media (max-width: 991px) {
  .collagen-comparison {
  }

  .collagen-comparison__inner {
    display: flex;
    flex-direction: column;
  }

  /* obe časti pod sebou */

  .collagen-comparison__side {
    width: 100%;
  }

  .collagen-comparison__side--orca .collagen-comparison__trigger {
    justify-content: flex-start;
  }

  .collagen-comparison__side--orca {
    margin-top: 10px;
    margin-left: -20px;
    margin-right: -20px;
    border-radius: 0;
    width: auto;
    padding-right: 20px;
    padding-left: 20px;
  }

  .collagen-comparison__side--orca:after {
    display: none;
  }

  /* nadpis */

  .collagen-comparison__side-title {
    min-height: 42px;

    padding: 0 20px;

    border-radius: 25px;
  }

  .collagen-comparison__side-title h4.homepage-group-title {
    font-size: 20px;
  }

  .collagen-comparison__side--orca .collagen-comparison__side-title {
    margin-left: 0;
  }

  /* vizuál */

  .collagen-comparison__visual {
    display: flex;
    flex-direction: column;

    min-height: 0;
    margin-top: 20px;
  }

  /* obrázok */

  .collagen-comparison__product {
    order: 1;

    width: 100%;

    min-height: 250px;

    padding: 20px 0;
  }

  .collagen-comparison__product img {
    width: 220px;
    max-width: 70%;
  }

  /* položky */

  .collagen-comparison__items {
    order: 2;

    width: 100%;

    padding: 0 !important;
  }

  .collagen-comparison__item-title {
    font-size: 16px;
  }

  .collagen-comparison__trigger {
    padding: 12px 0;
  }

  .collagen-comparison__description {
    font-size: 15px;
    line-height: 1.5;
  }

  /* ORCA na mobile rovnako ako ľavá strana */

  .collagen-comparison__side--orca .collagen-comparison__item-title {
    text-align: left;
  }

  .collagen-comparison__side--orca .collagen-comparison__trigger {
    text-align: left;
  }

  .collagen-comparison__side--orca .collagen-comparison__description {
    padding-left: 0;

    text-align: left;
  }

  .collagen-comparison__product {
    top: 0;
    position: static;
    left: 0;
  }

  .collagen-comparison__side--orca .collagen-comparison__plus {
    order: initial;

    margin-left: 10px;
    margin-right: 0;
  }

  .collagen-comparison__side--orca .collagen-comparison__side-title h3.h4 {
    font-size: 22px;
  }

  .collagen-comparison__side-title .h4.homepage-group-title {
    font-size: 20px;
  }

  .collagen-comparison__side--orca .collagen-comparison__product {
    left: auto;
  }

  .collagen-comparison__items {
    margin-top: 0;
  }

  .collagen-comparison__product img {
    width: 100%;
    max-width: 100%;
  }

  .collagen-comparison__side {
    position: relative;
  }

  .collagen-comparison__side--standard .collagen-comparison__product {
    position: absolute;
    order: 2;
    bottom: -70px;
    right: -55px;
    top: auto;
    max-width: 150px;
    left: auto;
    z-index: 2;
  }

  .collagen-comparison__side--orca .collagen-comparison__side-title::before {
    display: none;
  }

  .collagen-comparison__side--orca .collagen-comparison__side-title {
    width: 100%;
    border-radius: 25px 25px;
    text-align: center;
    justify-content: center;
    padding: 10px 8px;
  }

  .collagen-comparison__side--standard
    .collagen-comparison__item:nth-last-child(2) {
    padding-right: 100px;
  }

  .collagen-comparison__side--standard .collagen-comparison__item:last-child {
    padding-right: 120px;
  }
}

@media (min-width: 992px) and (max-width: 1440px) {
  .collagen-comparison__side--orca .collagen-comparison__product {
    transform: scale(1.2);
    left: 30px;
    top: 30px;
  }

  .collagen-comparison__item-title {
    font-size: 16px;
  }

  .collagen-comparison__side-title .h4.homepage-group-title {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .faq-content .accordion--classic .accordion__trigger:after {
    right: auto;
    left: -5px;
  }
  .image-text-section__content {
    padding: 40px 20px 40px;
  }

  .collagen-comparison__side--standard.collagen-comparison__side {
    padding: 20px 0 50px;
  }

  .active-profile {
    margin-bottom: 35px;
  }

  .category-headline__image {
    margin-top: -50px;
  }
}

/* custom product */

.has-custom-category .products-page.products-block .product-btn {
  position: static;
  width: 100%;
  transform: translateX(0);
  text-align: left;
}

.has-custom-category .products-page .product .p {
  padding: 10px 12px 10px;
}

.has-custom-category .products-page.products-block .product-btn .btn {
  width: auto;
  min-width: 150px;
}

.product-subtext {
  order: 2;
  font-size: 10px;
  color: var(--color-gray);
  margin-top: 10px;
  line-height: 1.4;
}

.has-custom-category
  .products-page.products-block
  .product-btn
  .btn.btn-primary:before {
  display: none;
}

.has-custom-category .product .p {
  overflow: visible;
}

.has-custom-category .products-page.products-block {
  justify-content: center;
}

.product-top-line {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  font-weight: 700;
  font-size: 12px;
  border-radius: 20px 20px;
  padding: 2px 15px;
  min-height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: var(--color-black);
  color: white;
  white-space: pre;
}

.product-top-label {
  position: absolute;
  top: 20px;
  right: -12px;
  font-weight: 700;
  font-size: 10px;
  border-radius: 25px 0 0 25px;
  padding: 2px 15px;
  min-height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: var(--color-yellow);
  color: var(--color-black);
  white-space: pre;
  z-index: 1;
}

@media (min-width: 480px) {
  .product-top-line {
    padding: 5px 20px;
    min-height: 40px;
    font-size: 14px;
    letter-spacing: 0.5px;
  }

  .product-top-label {
    padding: 3px 11px;
    min-height: 30px;
    font-size: 12px;
    letter-spacing: 0.5px;
  }
}

.products-block:not(.products-additional) .p .image img {
  margin-top: 0;
}

@media (max-width: 767px) {
  .products-block .p .flags-default {
    gap: 3px;
  }
  .has-custom-category .products-page .product-btn {
    width: 100%;
    max-width: 100%;
  }

  .custom-product-section {
    margin-top: 30px;
    margin-bottom: 0;
  }

  .custom-product-section .h4.homepage-group-title {
    margin-top: 20px;
  }

  .products-block:not(.products-additional) .p .image img {
    margin-top: 0;
  }

  .has-custom-category .products-page.products-block .product-btn .btn {
    width: 100%;
  }
  .flag {
    padding: 5px 8px;
  }
  .product-top-label {
    top: 4px;
    right: -12px;
    font-size: 9px;
    padding: 2px 7px;
  }
  .has-custom-category.columns-mobile-2 .products-block .p-in-in {
    min-height: auto;
  }
  .has-custom-category .products-page.products-block .product {
    width: 100%;
  }
}

/* =========================
   PRODUCT OFFERS SWIPER
   ========================= */

/* =========================
   PRODUCT OFFERS SWIPER
   ========================= */

@media (max-width: 767px) {
  .slider-group-product-offers {
    position: relative;

    width: 100%;

    overflow: hidden;
  }

  .js-slider-product-offers {
    width: 100%;

    overflow: visible;
  }

  .js-slider-product-offers .swiper-wrapper {
    display: flex;

    align-items: center;
  }

  .js-slider-product-offers .swiper-slide {
    position: relative;

    display: flex;

    align-items: center;
    justify-content: center;

    height: auto;

    opacity: 0.35;

    transform: scale(0.82);

    transition: opacity 0.6s ease, transform 0.6s ease;

    z-index: 1;
  }

  /* =========================
       ACTIVE / STRED
       ========================= */

  .js-slider-product-offers .swiper-slide-active {
    opacity: 1;

    transform: scale(1);

    z-index: 5;
  }

  /* =========================
       PRODUKT
       ========================= */

  .js-slider-product-offers .product {
    width: 100%;

    /* pointer-events: none; */
  }

  .js-slider-product-offers .product a {
    /* pointer-events: none; */
  }

  /* =========================
       ARROWS
       ========================= */

  .slider-group-product-offers .swiper-arrow {
    position: absolute;

    top: 50%;

    z-index: 20;

    display: flex;

    align-items: center;
    justify-content: center;

    width: 42px;
    height: 42px;

    margin-top: -21px;

    cursor: pointer;

    border-radius: 50%;

    background: #fff;

    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);

    transition: opacity 0.25s ease, transform 0.25s ease;
  }

  .slider-group-product-offers .swiper-arrow-content {
    display: flex;

    align-items: center;
    justify-content: center;

    width: 100%;
    height: 100%;
  }

  .slider-group-product-offers .swiper-arrow-prev {
    left: 10px;
  }

  .slider-group-product-offers .swiper-arrow-next {
    right: 10px;
  }

  .slider-group-product-offers .swiper-arrow.swiper-button-disabled {
    opacity: 0.25;

    pointer-events: none;
  }

  .has-custom-category .products-page .product {
    padding-bottom: 20px;
    padding-top: 20px;
  }

  .has-custom-category h4.homepage-group-title,
  .has-custom-category .h4.homepage-group-title {
    font-size: 22px;
  }

  .image-text-section__list li {
    flex-wrap: nowrap;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
    padding: 15px;
    border-radius: 30px;
    background-color: white;
  }
}

@media (min-width: 321px) and (max-width: 767px) {
  .has-custom-category.columns-mobile-2 .products-block > div {
    width: 100%;
  }

  .has-custom-category .products-page.products-block {
    margin: 0 -20px;
  }
}

.has-custom-category .hodnoceni-group {
  position: relative;
  margin-top: 50px;
}

.has-custom-category .hodnoceni-group:before {
  content: "";
  position: absolute;
  inset: 0;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  z-index: 0;
  background: #d8d8d8;
}

.has-custom-category .hodnoceni-group > div {
  z-index: 1;
  position: relative;
}

.has-custom-category:not(.type-detail) .instagram-block {
  margin-top: 0;
}

.has-custom-category .instagram-block .h4.homepage-group-title {
  margin-top: 20px;
}

/* =========================
   CUSTOM PRODUCT SECTION
   ========================= */

.custom-product-section {
  margin: 50px 0;
}

.custom-product-section__subtitle {
  margin: 0 0 30px;

  font-size: 24px;
  line-height: 1.4;
}

/* produkty nechávame na existujúcom Shoptet CSS */

.custom-product-section .product-list {
  margin-top: 0;
}

/* =========================
   MOBILE
   ========================= */

@media (max-width: 767px) {
  .has-custom-category .hodnoceni-group {
    margin-top: 20px;
  }
  .product-top-label {
    top: 10px;
    right: -12px;
    font-size: 10px;
    padding: 2px 7px;
    min-height: 22px;
    letter-spacing: 0.5px;
  }
  .product-top-line {
    top: -25px;
  }
  .custom-product-section {
    margin: 35px 0 15px;
  }

  .has-custom-category .hodnoceni-group #hodnoceniobchodu .shop-eval {
    padding: 0;
  }

  .has-custom-category .hodnoceni-group #hodnoceniobchodu .shop-stat-all {
    padding-left: 0;
    padding-right: 0;
  }

  .custom-product-section__subtitle {
    font-size: 18px;
    line-height: 1.45;
    margin-bottom: 20px;
  }
}

/* =========================
   CUSTOM PRODUCTS SLIDER
   ========================= */

/* =========================
   MOBILE
   ========================= */

/* =========================
   TABLET
   ========================= */

.custom-product-section .product-list > div {
  width: 100%;
}

.custom-product-section .h4.homepage-group-title {
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  /* =========================
     MOBILE COLLAGEN COMPARISON
     ========================= */

  .collagen-comparison__visual {
    position: relative;
    display: block;
    min-height: 0;
    margin-top: 0;

    width: 290px !important;
    margin: 0 auto;
  }

  /* =========================
     PRODUCT IMAGE
     ========================= */

  .collagen-comparison__product {
    position: relative !important;

    display: flex;

    width: 100%;
    max-width: none !important;

    min-height: 0;

    padding: 0;

    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;

    z-index: 1;
  }

  .collagen-comparison__product img {
    display: block;

    width: 100% !important;
    max-width: 100% !important;

    height: auto;
  }

  /* =========================
     ITEMS OVER IMAGE
		 ========================= */

  .collagen-comparison__description {
    max-width: calc(100% - 90px);
  }

  .collagen-comparison__items {
    position: absolute;

    inset: 0;

    width: 100%;

    margin: 0 !important;

    padding: 0 !important;

    /* z-index: 5; */
  }

  .collagen-comparison__item {
    position: absolute;

    width: auto;

    margin: 0;

    padding: 0 !important;

    opacity: 1;

    transform: none !important;
  }

  /* =========================
     SKRYŤ TEXT
     ========================= */

  .collagen-comparison__item-title {
    display: none;
  }

  /* =========================
     PLUS
     ========================= */

  .collagen-comparison__trigger {
    position: relative;

    display: flex;

    width: 34px;
    height: 34px;

    padding: 0;

    align-items: center;
    justify-content: center;

    border: 1px solid #292929;
    border-radius: 50%;

    background: #fff;

    color: #292929;

    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);

    z-index: 3;
  }

  .collagen-comparison__plus {
    position: relative;

    width: 100%;
    height: 100%;

    flex: 0 0 100%;

    margin: 0 !important;

    border: 0;

    border-radius: 50%;
  }

  /* odstránenie pôvodnej čiary + bodky */

  .collagen-comparison__trigger {
    border-bottom: 0;
  }

  .collagen-comparison__trigger:after {
    display: none;
  }

  /* plus */

  .collagen-comparison__plus:before,
  .collagen-comparison__plus:after {
    width: 11px;
    height: 2px;

    background: #292929;

    transition: transform 0.35s ease, opacity 0.25s ease;
  }

  /* mínus po otvorení */

  .collagen-comparison__item.is-active .collagen-comparison__plus:after {
    opacity: 0;

    transform: translate(-50%, -50%) rotate(90deg) scaleY(0);
  }

  /* =========================
     POPIS
     ========================= */

  .collagen-comparison__description {
    position: fixed;

    left: 15px;
    right: 15px;
    bottom: 15px;

    width: auto;

    max-height: 0;

    padding: 0 20px;

    box-sizing: border-box;

    background: #fff;

    border-radius: 16px;

    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);

    font-size: 15px;

    line-height: 1.5;

    opacity: 0;

    overflow: hidden;

    z-index: 9999;

    transition: max-height 0.4s ease, opacity 0.3s ease, padding 0.4s ease;
  }

  .collagen-comparison__item.is-active .collagen-comparison__description {
    max-height: 300px;

    padding: 20px;

    opacity: 1;
  }

  /* =========================
     STANDARD COLLAGEN
     POZÍCIE PLUSIEK
     ========================= */

  .collagen-comparison__side--standard .collagen-comparison__item:nth-child(1) {
    top: 8%;
    left: 30%;
  }

  .collagen-comparison__side--standard .collagen-comparison__item:nth-child(2) {
    top: 18%;
    left: 58%;
  }

  .collagen-comparison__side--standard .collagen-comparison__item:nth-child(3) {
    top: 32%;
    left: 18%;
  }

  .has-custom-category .products-page .p-bottom {
    padding-right: 0;
  }

  .has-custom-category .products-block .p-bottom .p-desc {
    margin-bottom: 15px;
  }

  .collagen-comparison__side--standard .collagen-comparison__item:nth-child(4) {
    top: 42%;
    left: 58%;
  }

  .collagen-comparison__side--standard .collagen-comparison__item:nth-child(5) {
    top: 60%;
    left: 35%;
  }

  /* =========================
     ORCA COLLAGEN
     POZÍCIE PLUSIEK
     ========================= */

  .collagen-comparison__side--orca .collagen-comparison__item:nth-child(1) {
    top: 6%;
    right: 38%;
  }

  .collagen-comparison__side--orca .collagen-comparison__item:nth-child(2) {
    top: 21%;
    right: 87%;
  }

  .collagen-comparison__side--orca .collagen-comparison__item:nth-child(3) {
    top: 37%;
    right: 42%;
  }

  .collagen-comparison__side--orca .collagen-comparison__item:nth-child(4) {
    top: 70%;
    right: 18%;
  }

  .collagen-comparison__side--orca .collagen-comparison__item:nth-child(5) {
    top: 57%;
    right: 78%;
  }

  /* =========================
     ORCA PLUS
     ========================= */

  .collagen-comparison__side--orca .collagen-comparison__trigger {
    justify-content: center;
    text-align: center;
  }

  .collagen-comparison__side--orca .collagen-comparison__plus {
    order: initial;

    margin: 0 !important;
  }

  /* =========================
     ZRUŠENIE STARÝCH MOBILE
     POZÍCIÍ PRODUKTU
     ========================= */
  .collagen-comparison__side--standard .collagen-comparison__side-title {
    margin-bottom: 40px;
  }

  .collagen-comparison__side--standard .collagen-comparison__product,
  .collagen-comparison__side--orca .collagen-comparison__product {
    position: relative !important;

    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;

    max-width: none !important;

    width: 100%;

    max-width: 300px !important;
    margin: 0 auto;
  }

  .collagen-comparison__side--standard .collagen-comparison__product {
    right: -40px !important;
  }

  /* nech jednotlivé časti nemajú zbytočné odsadenia */

  .collagen-comparison__side--standard.collagen-comparison__side {
    padding: 20px 0 0;
  }

  /* nadpis sekcie */

  .collagen-comparison__side-title {
    margin-bottom: 20px;
  }

  /* keď je aktívna položka, plusko ide nad ostatné */

  .collagen-comparison__item.is-active {
    z-index: 50;
  }

  .collagen-comparison.has-opacity
    .collagen-comparison__item.is-active
    .collagen-comparison__plus {
    background-color: var(--color-yellow);
  }

  .collagen-comparison__description {
    position: fixed;
    left: 15px;
    right: 15px;
    bottom: 15px;

    width: auto;

    padding: 20px !important;
    padding-right: 45px !important;

    box-sizing: border-box;

    background: #fff;

    border-radius: 16px;

    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);

    z-index: 9999;
  }

  .collagen-comparison__description-close {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 36px;
    height: 36px;

    padding: 0;

    border: 0;
    border-radius: 50%;

    background: #292929;

    cursor: pointer;

    z-index: 2;
  }

  /* vodorovná čiara krížika */
  .collagen-comparison__description-close::before,

/* zvislá čiara krížika */
.collagen-comparison__description-close::after {
    content: "";

    position: absolute;

    top: 50%;
    left: 50%;

    width: 12px;
    height: 2px;

    background: #fff;

    transform: translate(-50%, -50%) rotate(45deg);
  }

  .collagen-comparison__side--standard .collagen-comparison__visual {
    width: 210px !important;
  }

  .collagen-comparison__description-close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
  }

  .collagen-comparison__description-close:hover {
    transform: scale(1.05);
  }

  .collagen-comparison__item.is-active .collagen-comparison__description {
    max-width: calc(100% - 90px);
  }

  .image-text-section__image.has-radius img {
    border-radius: 0;
  }
}

@media (min-width: 768px) {
  .collagen-comparison {
    position: relative;
    margin: 90px 0;
  }

  .product-offer,
  .news-block .news-item,
  .top-category-block .menu-content,
  .banners-top-block .banner-wrapper a,
  .body-banners a,
  .body-banners .banner-wrapper a,
  .product .p {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }

  .news-block .news-item img,
  .top-category-block .menu-content img,
  .banners-top-block .banner-wrapper img,
  .body-banners a img,
  .body-banners .banner-wrapper a img,
  .product .p img {
    transition: transform 0.45s cubic-bezier(0.2, 0.8, 0.2, 1);
  }

  .body-banners a,
  .body-banners .banner-wrapper {
    overflow: visible;
  }

  .body-banners .banner-wrapper {
    padding-top: 30px;
  }

  .product-offer:hover,
  .news-block .news-item:hover,
  .top-category-block .menu-content:hover,
  .banners-top-block .banner-wrapper a:hover,
  .body-banners a:hover,
  .body-banners .banner-wrapper a:hover,
  .product .p:hover {
    transform: translateY(-3px);
  }

  .news-block .news-item:hover img,
  .top-category-block .menu-content:hover img,
  .banners-top-block .banner-wrapper a:hover img,
  .products-block .p:hover .image > img,
  .body-banners a:hover img,
  .body-banners .banner-wrapper a:hover img,
  .product .p:hover img {
    transform: scale(1.05);
  }

  .product-offer:hover,
  .news-block .news-item:hover img,
  .body-banners .banner-wrapper a:hover img {
    transform: scale(1.02);
  }

  .product-offer:hover {
    transform: scale(1.01);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  }

  .news-block .news-item:hover,
  .top-category-block .menu-content:hover,
  .banners-top-block .banner-wrapper a:hover,
  .body-banners a:hover,
  .body-banners .banner-wrapper a:hover {
    box-shadow: 0 16px 35px rgba(0, 0, 0, 0.15);
  }

  body.is-products-slider.type-detail .products-block .product,
  body.is-products-slider.in-index .products-block .product {
    padding-top: 10px;
  }
}

#clenstvi.homepage-group-title.h4 {
  margin-top: 0;
  padding-top: 50px;
}

/* detail */

/* Pôvodný select ponecháme funkčný, ale vizuálne ho skryjeme */
.custom-variants-original-select {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  pointer-events: none !important;
  overflow: hidden !important;
}

/* Odstránenie pôvodného vzhľadu bunky */
.detail-parameters-block .detail-parameters,
.detail-parameters-block .detail-parameters tbody,
.detail-parameters-block .detail-parameters tr,
.detail-parameters-block .detail-parameters .variant-list th {
  width: 100%;
  display: block;
}

.detail-parameters-block .detail-parameters .variant-list td {
  padding: 0 !important;
  border: 0 !important;
  width: 100%;
  display: block;
}

/* Hlavný box */
.custom-variants {
  position: relative;
  width: 100%;
  margin-top: 8px;
  padding: 20px 18px 16px;
  background: #fff;
  border-radius: 0 18px 18px 18px;
  box-sizing: border-box;
}

/* PŘÍCHUŤ: */
.custom-variants-title {
  position: absolute;
  top: -14px;
  left: 0;
  transform: translateY(-50%);

  padding: 7px 17px 7px 18px;
  background: #fff;
  border-radius: 12px 12px 0 0;

  font-size: 15px;
  line-height: 1;
  font-weight: 500;
  color: #555;
  letter-spacing: 0.2px;
}

/* Zoznam */
.custom-variants-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  align-items: start;
}

/* Jednotlivá varianta */
.custom-variant {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;

  width: 100%;
  padding: 0;
  margin: 0;

  background: transparent;
  border: 0;
  outline: 0;

  cursor: pointer;

  font-family: inherit;
  color: #171717;
}

/* Obrázok */
.custom-variant-image {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 84px;
  height: 84px;

  box-sizing: border-box;

  border: 1px solid #333;
  border-radius: 19px;

  background: #fff;

  transition: border-color 0.2s ease, box-shadow 0.2s ease,
    background-color 0.2s ease;
}

.custom-variant-image img {
  display: block;
  width: 68px;
  height: 68px;
  object-fit: contain;
}

/* Názov */
.custom-variant-name {
  display: block;

  margin-top: 10px;

  font-size: 15px;
  line-height: 1.2;
  font-weight: 400;
  text-align: center;

  white-space: nowrap;
}

/* Aktívna varianta */
.custom-variant.active .custom-variant-image {
  border-color: #333;
  box-shadow: 0 0 0 8px #dedede;
  background-color: #dedede;
}

/* Aktívny názov */
.custom-variant.active .custom-variant-name {
  font-weight: 700;
}

/* Hover */
.custom-variant:hover .custom-variant-image {
  /* background: #fafafa; */
}

/* Hover okrem aktívnej */
.custom-variant:not(.active):hover .custom-variant-image {
  box-shadow: 0 0 0 4px #eeeeee;
}

/* ---------------------------------
 MOBIL
--------------------------------- */

@media (max-width: 767px) {
  .custom-variants {
    padding: 18px 10px 14px;
    border-radius: 0 16px 16px 16px;
    overflow: hidden;
  }

  .custom-variants-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px 8px;
  }

  .custom-variant {
    min-width: 0;
    width: 100%;
  }

  .custom-variant-image {
    width: 68px;
    height: 68px;
    border-radius: 16px;
    max-width: 100%;
  }

  .custom-variant-image img {
    width: 54px;
    height: 54px;
  }

  .custom-variant-name {
    margin-top: 8px;
    font-size: 13px;
    line-height: 1.2;

    white-space: normal;
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  .custom-variant.active .custom-variant-image {
    box-shadow: 0 0 0 6px #dedede;
  }

  .custom-variants-title {
    font-size: 13px;
    padding: 6px 13px;
  }
}

.detail-parameters-block .detail-grid-title {
  display: none;
}

.p-info-grid .detail-parameters-block {
  margin-top: 5px;
}

.p-info-grid .detail-grid-title {
  font-weight: 400;
  text-transform: uppercase;
  color: var(--color-gray);
}

.p-info-wrapper .availability-value {
  text-transform: none;
}

.p-info-wrapper .add-to-cart .btn.btn-conversion:after,
.p-info-wrapper .add-to-cart a.btn.btn-conversion:after {
  display: none;
}

@media (min-width: 768px) {
  .p-info-grid .detail-grid-title {
    font-size: 18px;
  }

  .p-info-wrapper .availability-value {
    font-size: 18px;
  }
}

.p-detail .add-to-cart .quantity {
  width: 110px;
}

.p-info-wrapper .quantity input {
  padding: 0 35px;
  font-size: 22px;
  width: 110px;
  height: 50px;
  border: 1px solid black;
  border-radius: 25px;
}

.p-info-wrapper .quantity .increase,
.p-info-wrapper .quantity .decrease {
  width: 38px;
  height: 48px;
}

.p-info-wrapper .quantity .increase:before,
.p-info-wrapper .quantity .decrease:before {
  font-size: 12px;
  color: black;
}

.p-info-wrapper .quantity {
  margin-right: 20px;
}

.p-info-wrapper .btn.btn-conversion,
.p-info-wrapper a.btn.btn-conversion {
  min-height: 50px;
  font-size: 16px;
  font-weight: 700;
  width: calc(100% - 130px);
  text-align: center;
  justify-content: center;
  padding: 5px 10px;
}

.p-short-description p {
  color: #000;
}

/* product benefits */

.product-benefits {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin: 20px 0;
}

.product-benefit {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 62px;
  padding: 10px 16px;
  background: #fff;
  border-radius: 12px;
  box-sizing: border-box;
}

.product-benefit__icon {
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  object-fit: contain;
}

.product-benefit__text {
  font-size: 14px;
  line-height: 1.35;
  font-weight: 700;
  color: var(--color-black);
}

/* Ak je pozadie stránky sivé */
.extended-description {
  position: relative;
}

@media (max-width: 767px) {
  .product-benefits {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .product-benefit {
    min-height: 58px;
    padding: 10px 14px;
  }

  .product-benefit__text {
    font-size: 14px;
  }
}

@media (min-width: 992px) {
  .p-detail-tabs-wrapper {
    /* max-width: 50%; */
  }

  .p-image-wrapper {
    padding-right: 20px;
  }

  .shp-tabs-wrapper {
    margin-bottom: 25px;
  }

  body:not(.multiple-columns-body) .p-info-wrapper {
    position: relative;
    /* position: relative;
    top: auto; */
  }

  body:not(.multiple-columns-body) .p-info-wrapper .p-info-wrapper-fixed {
    /* position: fixed;
		top: 30px;
		right: 0; */
    transition: top 450ms 250ms ease-out;
  }

  /* .is-header-fixed.is-header-scrolling:not(.multiple-columns-body)
    .p-info-wrapper {
    top: 150px;
  } */

  /* .type-detail .overall-wrapper {
    overflow: visible;
  } */
}

/* product gallery */

/* Product gallery */
.product__gallery__bg {
  padding-right: 0;
}

@media (max-width: 767px) {
  .product__gallery__bg {
    padding-right: 0;
    margin-left: -20px;
    margin-right: -20px;
    width: calc(100% + 40px);
    position: relative;
    background-color: white;
  }
}

.product__gallery__bg .swiper-scrollbar {
  position: absolute;
  width: calc(100% - 40px);
  z-index: 10;
  left: 20px;
  bottom: 1rem;
  height: 2px;
  background: #ccc;
  overflow: hidden;
}

@media (min-width: 992px) {
  .product__gallery__bg .swiper-scrollbar {
    display: none;
  }
}

.product__gallery__bg .swiper-scrollbar .swiper-scrollbar-drag {
  background: #04009f;
}

@media (min-width: 768px) {
  .product__gallery__wrapper {
    position: relative;
    display: flex;
    flex-basis: 100%;
    flex-wrap: wrap;
    margin-left: -8px;
    margin-right: -8px;
    box-sizing: border-box;
  }
}

@media (min-width: 768px) {
  .product__gallery__item-1 {
    flex: 0 0 100%;
    width: 100%;
    min-width: 100%;
  }
}

@media (min-width: 768px) {
  .product__gallery__item {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 8px;
  }

  .product__gallery__item:first-child {
    flex: 0 0 100%;
    width: 100%;
    min-width: 100%;
  }

  .product__gallery__item.is-full {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 8px;
  }

  .product__gallery__item:nth-child(n + 5) {
    display: none;
  }
}

@media (min-width: 767px) and (max-width: 991px) {
  .product__gallery__item {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 8px;
  }

  .product__gallery__item:nth-child(n + 4) {
    display: none;
  }
}

@media (max-width: 767px) {
  .product__gallery__item {
    pointer-events: none;
  }
}

.product__gallery__image {
  display: block;
  background: #d8d8d8;
}

@media (max-width: 767px) {
  .product__gallery__image {
    position: absolute;
    top: 0;
    left: 10%;
    width: 80%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
  }
}

@media (min-width: 768px) {
  .product__gallery__image {
    position: absolute;
    box-sizing: border-box;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    cursor: pointer;
    padding: 0;
    border-radius: 15px;
    border: 1px solid #e0e5ee;
    overflow: hidden;
    background: #d8d8d8;
  }
}

.product__gallery__image_wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 75%;
  background-color: #fff;
  overflow: hidden;
  border-radius: 15px;
}

.product__gallery .swiper-arrow-next,
.product__gallery .swiper-arrow-prev {
  width: 25px;
  height: 50px;
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='18' viewBox='0 0 11 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.04318 5.43922L4.98609 8.69219L6.95341 11.7821L6.95535 11.7822L10.4961 17.3728L5.42885 17.3728L0.000268556 8.68706L-0.000336073 8.6867L-0.000147246 8.6864L-0.000334166 8.6861L0.000264742 8.68574L5.42885 -2.21496e-07L10.4961 0L7.05134 5.43909L7.04318 5.43922Z' fill='black'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
}

@media (min-width: 768px) {
  .product__gallery .swiper-arrow-next,
  .product__gallery .swiper-arrow-prev {
    display: none;
  }
}

.product__gallery .swiper-arrow-prev {
  left: 15px;
}

.product__gallery .swiper-arrow-next {
  right: 15px;
  transform: translateY(-50%) rotate(180deg);
}

.product__gallery__show-more {
  position: absolute;
  cursor: pointer;
  right: 24px;
  bottom: 24px;
  background-color: #fff;
  color: #04009f;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.075em;
  text-transform: uppercase;
  padding: 13px 20px 13px 45px;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.5 2.25h-9A2.25 2.25 0 0 0 2.25 4.5v9a2.2501 2.2501 0 0 0 2.25 2.25h9a2.2504 2.2504 0 0 0 2.25-2.25v-9a2.2502 2.2502 0 0 0-2.25-2.25Zm-9 1.5h9a.7499.7499 0 0 1 .75.75v6.27l-2.4-2.0475a2.0775 2.0775 0 0 0-2.64 0L3.75 13.275V4.5a.75.75 0 0 1 .75-.75Z' fill='%2304009F'/%3E%3Cpath d='M6 7.5c.6213 0 1.125-.5037 1.125-1.125S6.6213 5.25 6 5.25s-1.125.5037-1.125 1.125S5.3787 7.5 6 7.5Z' fill='%2304009F'/%3E%3C/svg%3E");
  background-position: left 15px center;
  background-size: 20px auto;
  background-repeat: no-repeat;
  border: 1px solid #f4f4f2;
  border-radius: 0;
}

@media (max-width: 767px) {
  .product__gallery__show-more {
    display: none;
  }
}

.product__gallery-lightbox {
  display: none;
  position: fixed;
  width: 100%;
  z-index: 10099999;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

html.has-modal--lightbox-gallery .product__gallery-lightbox {
  display: block;
}

.product__gallery-lightbox__v-center {
  justify-content: center;
  display: flex;
  height: 100%;
  position: relative;
}

.product__gallery-lightbox__close_bg {
  position: absolute;
  opacity: 0.85;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #1e1e1e;
  -webkit-animation: fadeIn 0.2s ease-in-out;
  animation: fadeIn 0.2s ease-in-out;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 0.85;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 0.85;
  }
}

.product__gallery-lightbox__close_button {
  position: absolute;
  cursor: pointer;
  right: 0;
  top: 0;
  padding: 30px;
  background-color: transparent;
  border: 0;
}

.product__gallery-lightbox__close_button_cross {
  display: block;
  width: 15px;
  height: 15px;
}

.product__gallery-lightbox__container {
  position: relative;
  overflow: auto;
  background-color: #fff;
  padding: 80px 0 120px;
  margin: auto;
  width: 90%;
}

.product__gallery-lightbox-swiper__wrapper {
  align-items: center;
}

.product__gallery-lightbox-swiper__image {
  display: block;
  height: auto;
  margin: auto;
  width: 50%;
  max-height: 80vh;
  -o-object-fit: contain;
  object-fit: contain;
}

.product__gallery-lightbox-swiper__image_wrapper {
  text-align: center;
}

.product__gallery-lightbox-swiper .swiper-lightbox-arrow-next,
.product__gallery-lightbox-swiper .swiper-lightbox-arrow-prev {
  cursor: pointer;
  position: absolute;
  z-index: 2;
  top: 50%;
}

.product__gallery-lightbox-swiper .swiper-lightbox-arrow-next:hover svg path,
.product__gallery-lightbox-swiper .swiper-lightbox-arrow-prev:hover svg path {
  stroke: #04009f;
}

.product__gallery-lightbox-swiper .swiper-lightbox-arrow-next svg,
.product__gallery-lightbox-swiper .swiper-lightbox-arrow-prev svg {
  width: 25px;
  height: 40px;
  display: block;
}

.product__gallery-lightbox-swiper .swiper-lightbox-arrow-next svg path,
.product__gallery-lightbox-swiper .swiper-lightbox-arrow-prev svg path {
  transition: 0.2s;
  stroke: #4b4b4b;
}

.product__gallery-lightbox-swiper .swiper-lightbox-arrow-prev {
  left: 30px;
  transform: translateY(-50%) rotate(180deg);
}

.product__gallery-lightbox-swiper .swiper-lightbox-arrow-next {
  right: 30px;
  transform: translateY(-50%);
}

.product__gallery-lightbox .swiper-lightbox-pagination {
  position: absolute;
  display: inline-block;
  width: auto;
  bottom: 30px;
  right: 40px;
  left: unset;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.125rem;
  color: #1e1e1e;
}

.product__gallery-lightbox
  .swiper-lightbox-pagination
  .swiper-pagination-current {
  margin-right: -3px;
}

.product__gallery-lightbox
  .swiper-lightbox-pagination
  .swiper-pagination-total {
  margin-left: -3px;
}

.product__buttons {
  margin: 40px 0 35px;
  display: flex;
  width: 100%;
  overflow: auto;
  padding-bottom: 8px;
  gap: 18px;
}

.product__buttons::-webkit-scrollbar {
  -webkit-appearance: none;
  height: 2px !important;
}

.product__buttons::-webkit-scrollbar-track {
  background: #ccc;
  margin-right: 16px;
}

.product__buttons::-webkit-scrollbar-thumb {
  background: #04009f;
}

@media (max-width: 767px) {
  .product__buttons {
    margin: 15px 0 8px;
    padding-top: 10px;
    gap: 10px;
    width: calc(100% + 16px);
    padding-right: 16px;
  }
}

.product__buttons_btn.block-btn-v2 {
  background: #f7f5f4;
  border-color: #f7f5f4;
  color: #2d2d2d;
  font-size: 0.75rem;
  min-width: unset;
  padding: 0.9rem 1.2rem 0.9rem;
  white-space: nowrap;
}

.product__buttons_btn.block-btn-v2 svg path {
  stroke: #2d2d2d;
}

@media (min-width: 992px) {
  body:not(.multiple-columns-body) .p-info-wrapper.is-gallery-custom {
    width: 50%;
    padding-right: 20px;
  }
  body:not(.multiple-columns-body) .p-image-wrapper.is-gallery-custom {
    width: 50%;
    padding-right: 20px;
  }
}

.p-image-wrapper.is-gallery-custom > .p-image,
.p-image-wrapper.is-gallery-custom > .p-thumbnails-wrapper {
  display: none !important;
}

/* product offers */

.product-offers {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 100%;
  margin-top: 25px;
}

.product-offer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;

  width: 100%;
  padding: 10px 20px;

  box-sizing: border-box;

  background: #d9d9d9;
  border-radius: 22px;
  min-height: 100px;
}

.product-offer__content {
  display: flex;
  align-items: center;
  flex: 1;
  min-width: 0;

  padding: 0 10px 0 0;
}

.product-offer__name {
  flex: 1;

  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
  color: #111;
}

.product-offer__price {
  display: flex;
  align-items: center;
  gap: 12px;
  white-space: nowrap;
}

.product-offer__old-price {
  font-size: 14px;
  line-height: 1;
  color: #777;
  text-decoration: line-through;
  font-weight: 400;
}

.product-offer__final-price {
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  color: #111;
}

.product-offer__button {
  display: flex;
  align-items: center;
  justify-content: center;

  min-width: 155px;
  height: 40px;

  padding: 0 12px;

  box-sizing: border-box;

  background: #302c2d;
  border-radius: 22px;

  color: #fff;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  text-decoration: none;

  transition: opacity 0.2s ease;
}

.product-offer__button:hover {
  opacity: 0.85;
  color: #fff;
}

/* vnútorný biely rámik ako v návrhu */
.product-offer {
  position: relative;
}

.product-offer::before {
  content: "";
  position: absolute;
  inset: 10px;

  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 16px;

  pointer-events: none;
}

.product-offer__content,
.product-offer__button {
  position: relative;
  z-index: 1;
}

/* mobil */
@media (max-width: 767px) {
  .product-offers {
    gap: 10px;
    margin-top: 16px;
  }

  .product-offer {
    flex-wrap: wrap;
    gap: 12px;
    padding: 12px;
    border-radius: 18px;
  }

  .product-offer__content {
    flex-wrap: wrap;
    gap: 8px 15px;
    width: 100%;
    padding: 4px 6px;
  }

  .product-offer__name {
    width: 100%;
    flex: none;
    font-size: 15px;
  }

  .product-offer__price {
    gap: 8px;
  }

  .product-offer__old-price {
    font-size: 13px;
  }

  .product-offer__final-price {
    font-size: 18px;
  }

  .product-offer__button {
    width: 100%;
    height: 42px;
  }

  .product-offer::before {
    inset: 8px;
    border-radius: 13px;
  }
}

.type-detail .daily-beauty {
  background: transparent;
  padding: 0 0 20px;
  margin-top: 0;
}

.type-detail .daily-beauty:before {
  display: none;
}

.basic-description table.table {
  padding: 0;
  border-radius: 20px;
  overflow: hidden;
  margin-top: 40px;
  border: 2px solid #ddc879;
}

.basic-description table.table thead > tr > td {
  background-color: #e2c576;
  padding: 10px 10px 10px;
  font-size: 16px;
}

.basic-description table.table tbody > tr > td {
  padding: 10px 10px 10px;
}

table.table tbody > tr > td {
  border-bottom: 2px solid #ddc879;
}
table.table tbody > tr > td {
  border-right: 2px solid #ddc879;
}
table.table tbody > tr > td {
  font-size: 14px;
}
table.table tbody > tr > td:last-child {
  border-right: 0;
}

.basic-description {
  padding: 0;
}
.shp-tabs-wrapper .tab-pane {
  background-color: transparent;
  padding: 0;
  border: 0;
}

.description-inner {
  margin: 0;
}

/* detail benefits */
.basic-description .detail-content-box {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #e6e7e7;
  border-radius: 30px;
  box-sizing: border-box;
  margin-bottom: 20px;
}

.basic-description .detail-content-box__content {
  position: relative;
  padding: 32px 35px 0;
  text-align: center;
}

.basic-description .detail-content-box h2 {
  max-width: 600px;
  margin: 0 auto 20px;
  font-size: 24px;
  line-height: 1.45;
  font-weight: 700;
  color: #111;
}

.basic-description .detail-content-box__text {
  max-width: 790px;
  margin: 0 auto;
}

.basic-description .detail-content-box__text p {
  margin: 0;
  font-size: 17px;
  line-height: 1.5;
  color: #111;
}

.basic-description .detail-content-box__text p + p {
  margin-top: 0;
}

.basic-description .detail-content-box__text strong {
  font-weight: 700;
}

.basic-description .detail-content-box__benefits {
  max-width: 800px;
  margin: 48px -30px 5px;
  overflow: visible;
  display: flex;
  flex-wrap: wrap;
}

.basic-description .detail-content-box__benefits .swiper-wrapper {
  display: flex;
}

.basic-description .detail-content-box__benefit {
  flex: 0 0 auto;
  width: calc(100% / 7);
  text-align: center;
  box-sizing: border-box;
}

.basic-description .detail-content-box__benefit-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  margin: 0 auto 10px;
  box-sizing: border-box;
  border: 1px solid #111;
  border-radius: 10px;
}

.basic-description .detail-content-box__benefit-icon img {
  display: block;
  width: 43px;
  height: 43px;
  object-fit: contain;
}

.basic-description .detail-content-box__benefit-name {
  font-size: 14px;
  line-height: 1.3;
  color: #111;
}

.basic-description .detail-content-box__product {
  display: flex;
  justify-content: center;
  margin: -5px -35px 0;
}

.basic-description .detail-content-box__product img {
  display: block;
  height: auto;
  width: 100%;
}

.basic-description .detail-content-box__note {
  font-size: 12px;
  line-height: 1.3;
  color: #111;
  text-align: right;
  margin-top: -15px;
  margin-bottom: 15px;
}

/* MOBILE */

@media (max-width: 767px) {
  .basic-description .detail-content-box {
    border-radius: 0;
  }

  .basic-description .detail-content-box__content {
    padding: 25px 16px 0;
  }

  .basic-description .detail-content-box h2 {
    max-width: 500px;
    margin-bottom: 18px;
    font-size: 21px;
    line-height: 1.35;
  }

  .detail-tab-item {
    background: white;
  }

  .basic-description .detail-content-box__text p {
    font-size: 15px;
    line-height: 1.5;
  }

  .basic-description .detail-content-box__benefits {
    width: calc(100% + 32px);
    max-width: none;
    margin: 35px -16px 0;
    padding: 0 8px;
    overflow: hidden;
    display: block;
  }

  .basic-description .detail-content-box__benefit {
    width: auto;
  }

  .basic-description .detail-content-box__benefit-icon {
    width: 52px;
    height: 52px;
  }

  .basic-description .detail-content-box__benefit-name {
    font-size: 13px;
    line-height: 1.25;
  }

  .basic-description .detail-content-box__product {
    margin-top: 15px;
  }

  .basic-description .detail-content-box__product img {
    width: 100%;
    max-width: 480px;
  }

  .basic-description .detail-content-box__note {
    position: static;
    padding: 0 0 0;
    text-align: right;
    font-size: 10px;
    margin-top: 10px;
  }

  .detail-tab-item + .detail-tab-content,
  .shp-tabs-wrapper .tab-pane.active .detail-tab-item + .detail-tab-content {
    width: auto;
    margin: 0 -40px;
  }
}

.basic-description .detail-content-box--certificates {
  background: #eeeeed;
}

.basic-description
  .detail-content-box--certificates
  .detail-content-box__content {
}

.basic-description .detail-content-box--certificates .detail-content-box__text {
  position: relative;
  z-index: 2;
  width: 50%;
  max-width: 600px;
  text-align: left;
  margin-left: 0;
}

.basic-description .detail-content-box--certificates h2 {
  margin: 0 0 25px;
  font-size: 24px;
  line-height: 1.45;
  font-weight: 700;
  color: #111;
}

.basic-description .detail-content-box--certificates ul {
  margin: 0 0 22px;
  padding-left: 24px;
}

.basic-description .detail-content-box--certificates li {
  margin-bottom: 14px;
  padding-left: 2px;
  font-size: 17px;
  line-height: 1.45;
  color: #111;
}

.basic-description .detail-content-box--certificates li:last-child {
  margin-bottom: 0;
}

.basic-description .detail-content-box--certificates p {
  max-width: 540px;
  margin: 22px 0 0;
  font-size: 17px;
  line-height: 1.5;
  color: #111;
}

.basic-description
  .detail-content-box--certificates
  .detail-content-box__product {
  margin-top: -220px;
  margin-right: -90px;
}

.basic-description
  .detail-content-box--certificates
  .detail-content-box__product
  img {
  display: block;
  width: 100%;
  height: auto;
}

/* MOBILE */

@media (max-width: 767px) {
  .basic-description .detail-content-box--certificates {
    border-radius: 0;
  }

  .basic-description
    .detail-content-box--certificates
    .detail-content-box__content {
    min-height: 0;
    padding: 25px 16px 0;
  }

  .basic-description
    .detail-content-box--certificates
    .detail-content-box__text {
    width: 100%;
    max-width: none;
  }

  .basic-description .detail-content-box--certificates h2 {
    max-width: 500px;
    margin: 0 auto 20px;
    font-size: 21px;
    line-height: 1.35;
    text-align: center;
  }

  .basic-description .detail-content-box--certificates ul {
    margin-bottom: 20px;
    padding-left: 20px;
  }

  .basic-description .detail-content-box--certificates li {
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 1.45;
  }

  .basic-description .detail-content-box--certificates p {
    margin-top: 18px;
    font-size: 15px;
    line-height: 1.5;
  }

  .basic-description
    .detail-content-box--certificates
    .detail-content-box__product {
    position: relative;
    left: auto;
    bottom: auto;
    width: calc(100% + 32px);
    margin: 10px -16px -30px;
    transform: none;
  }

  .basic-description
    .detail-content-box--certificates
    .detail-content-box__product
    img {
    width: 100%;
  }
}

div h2.headline-with-line {
  margin-top: 35px;
  padding-left: 0;
  display: block;
  text-transform: uppercase;
  padding-bottom: 15px;
  border-bottom: 1px solid black;
}

/* tabs system */
@media (min-width: 768px) {
  .shp-tabs-wrapper .responsive-nav {
    display: none;
  }
}

@media (min-width: 768px) {
  .p-image-wrapper {
    position: static;
  }
}

@media (max-width: 767px) {
  body:not(.mobile-header-version-0):not(.is-hib-mobile-fixed).tursky-apollo
    .overall-wrapper,
  body:not(.mobile-header-version-0):not(.is-hib-mobile-fixed).tursky-apollo
    .overall-wrapper {
    padding-top: 102px;
  }
  .detail-tab-item {
    display: none;
  }

  .shp-tabs-wrapper .tab-pane.active .detail-tab-item + .detail-tab-content {
    padding: 0 20px;
  }
}

/* DETAIL TABS */
.detail-tabs-placeholder {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
}

.detail-tabs {
  position: relative;
  width: 100%;
  background: #f5f5f5;
  border-bottom: 1px solid #ddd;
  z-index: 100;
}

.detail-tabs__inner {
  display: flex;
  align-items: stretch;
  width: 100%;
}

.detail-tabs__item {
  position: relative;

  display: flex;
  align-items: center;
  justify-content: center;

  flex: 1 1 0;

  height: 50px;
  padding: 0 20px;

  border: 0;
  background: transparent;

  color: #666;
  font-family: inherit;
  font-size: 15px;
  font-weight: 400;

  white-space: nowrap;
  cursor: pointer;

  transition: color 0.2s ease, font-weight 0.2s ease;
}

.detail-tabs__item::after {
  content: "";

  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;

  height: 2px;

  background: #302c2d;

  transform: scaleX(0);
  transform-origin: center;

  transition: transform 0.2s ease;
}

.detail-tabs__item:hover {
  color: #302c2d;
}

.detail-tabs__item.active {
  color: #302c2d;
  font-weight: 700;
  font-size: 18px;
}

.detail-tabs__item.active::after {
  transform: scaleX(1);
}

/* FIXED */
.detail-tabs--fixed {
  position: fixed;
  top: 115px;
  left: 0;
  width: 100%;
  margin: 0;
  z-index: 4;

  transform: translateY(-150%);
  opacity: 0;

  transition: none;
}

html.scrolled-up .detail-tabs--fixed.detail-tabs--visible {
  transform: translateY(0);
  opacity: 1;

  transition: transform 400ms ease, opacity 400ms ease;
}

.detail-tabs--fixed.detail-tabs--keep-open {
  transform: translateY(0) !important;
  opacity: 1 !important;
  transition: none !important;
}

/* MOBILE */

@media (max-width: 767px) {
  .detail-tabs {
    width: 100%;
    margin-bottom: 0;
    overflow: hidden;
    margin-left: -20px;
    margin-right: -20px;
  }

  .detail-tabs__inner {
    width: max-content;
    min-width: 100%;

    /* overflow-x: auto;
    overflow-y: hidden; */

    scrollbar-width: none;

    -webkit-overflow-scrolling: touch;
  }

  .detail-tabs__inner::-webkit-scrollbar {
    display: none;
  }

  .detail-tabs__item {
    flex: 0 0 auto;

    height: 52px;
    padding: 0 18px;

    font-size: 14px;
  }

  .detail-tabs__item::after {
    left: 14px;
    right: 14px;
  }

  .detail-tabs--fixed {
    top: 100px;

    transform: none;
    opacity: 1;

    transition: top 600ms ease;
  }

  html.scrolled-down .detail-tabs--fixed {
    top: 50px;
  }

  html.scrolled-up .detail-tabs--fixed {
    top: 100px;
  }

  .detail-tabs--fixed.detail-tabs--keep-open {
    top: 100px !important;
    transform: none !important;
    opacity: 1 !important;
    transition: none !important;
  }
}

@media (min-width: 992px) {
  .p-info-wrapper {
    position: relative;
  }

  .p-info-wrapper-fixed {
    box-sizing: border-box;
    transform: translateZ(0);
    will-change: top;
    backface-visibility: hidden;
    transition: top 450ms 250ms ease-out;
  }

  .p-info-wrapper-fixed.p-info-wrapper--switching {
    transition: none !important;
  }
}

@media (min-width: 992px) {
  .shp-tabs-wrapper {
    margin-bottom: 0;
  }

  .basic-description table.table:last-child {
    margin-bottom: 0;
  }

  .type-detail .daily-beauty {
    margin-top: 60px;
  }
}

@media (max-width: 767px) {
  .p-info-grid .detail-grid-item {
    margin-bottom: 10px;
  }
  .product-benefits {
    margin: 0 0 20px;
  }
  .custom-variants-title {
    top: -12px;
  }
  .p-info-grid .detail-parameters-block {
    margin-bottom: 20px;
  }
  .product-offer__button {
    width: calc(100% - 10px);
    left: 5px;
    margin-bottom: 5px;
  }
  .product-offer__final-price {
    font-size: 16px;
  }

  .detail-tabs {
    width: auto;
    overflow: auto;
    margin-left: -20px;
    margin-right: -20px;
  }

  .detail-tabs-placeholder {
    margin-bottom: 0;
  }

  .detail-tabs:not(.is-disabled):before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    height: 50px;
    right: 0px;
    width: 50px;
    text-align: center;
    background-color: #f5f5f5;
    z-index: 2;
    top: 0;
    height: 48px;
  }

  .detail-tabs:not(.is-disabled):after {
    content: "";
    position: absolute;
    top: calc(50% + 10px);
    margin-top: -25px;
    right: 10px;
    -webkit-animation: slideOutLeft 2s infinite;
    animation: slideOutLeft 2s infinite;
    z-index: 3;
    width: 19px;
    height: 26px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url(/user/documents/upload/ikonky/scroll.svg);
  }

  html.scrolled-down .detail-tabs--fixed {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  #structure {
    padding: 20px 20px;
  }

  .shp-tabs-wrapper {
    margin-bottom: 0;
  }

  .type-detail .image-text-section {
    margin: 0;
  }

  .type-detail .instagram-block {
    margin-top: 20px;
  }
}

/* gallery mobile, detail */

@media (max-width: 767px) {
  .content-wrapper.container .row > div.p-image-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .p-image-wrapper:has(.p-thumbnail) .p-image > *:not(.flags):not(.flag),
  .p-image-wrapper > .image360,
  .show360image,
  .image360-prev,
  .image360-next,
  .image360-fullscreen,
  .ajax-pending-element:before,
  .ajax-pending-element:after {
    display: none !important;
  }

  .thumbnail-prev,
  .thumbnail-next,
  .p-image-wrapper .row:before,
  .p-thumbnails .p-thumbnails-inner > div:before,
  .p-thumbnails .p-thumbnails-inner > div:after,
  .p-thumbnails-inner.show-all .btn {
    display: none;
  }

  .p-thumbnails {
    margin: 0;
    height: auto;
    overflow: unset;
  }

  .p-thumbnails .p-thumbnails-inner {
    height: auto;
    width: 100%;
    position: unset;
    transition: none;
  }

  .p-thumbnail img {
    width: 100%;
    height: auto;
    border: 1px solid #0003 !important;
    transition: all 0.3s ease-out;
    border-radius: 10px;
  }

  .p-thumbnails-wrapper {
    padding: 0 !important;
    margin: 0;
  }

  .p-thumbnails .p-thumbnail {
    float: unset;
    margin: 0;
    transition: none;
  }

  .p-thumbnail.image360 {
    padding: 0;
    min-height: unset;
    max-height: unset;
    top: unset;
  }

  .p-thumbnail.image360:after {
    transform: translate3d(-50%, -50%, 0);
  }

  .image360-navigation {
    bottom: auto;
    right: 10px;
    top: 10px;
    display: flex;
    justify-content: flex-end;
  }

  .p-thumbnails-inner-buttons .btn span {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
  }

  .p-thumbnails-inner-buttons .btn span:after {
    content: "";
    display: block;
    position: relative;
    top: 1px;
    width: 15px;
    height: 15px;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 24.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Vrstva_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 93.6 144.8' style='enable-background:new 0 0 93.6 144.8;' xml:space='preserve'%3E%3Cpath d='M50.5,72.4L1,133.8h0c-0.7,0.8-1.1,1.7-1.1,2.6c0,4.6,9.7,8.4,21.6,8.4c9.9,0,18.2-2.6,20.8-6.1h0l51.2-66.3L42.4,6.1h0 C39.8,2.6,31.5,0,21.6,0C9.7,0,0,3.8,0,8.4c0,0.9,0.4,1.8,1.1,2.6h0L50.5,72.4z'/%3E%3C/svg%3E%0A");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .p-thumbnails-inner-buttons .btn.show-more span:after {
    transform: rotate(90deg);
  }

  .p-thumbnails-inner-buttons .btn.hide-more span:after {
    transform: rotate(-90deg);
  }
}

@media (max-width: 767px) {
  .p-thumbnails-wrapper .btn {
    display: none;
  }

  .p-thumbnails > div > div {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0 10px 15px;
  }

  .p-image-wrapper {
    margin-bottom: 10px;
  }

  .p-thumbnails .p-thumbnail {
    flex: 0 0 100%;
    max-width: calc(95vw - 10px);

    aspect-ratio: 4 / 3;
    height: auto;
    overflow: hidden;
  }

  .p-thumbnail img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;

    border: 1px solid #0003 !important;
    border-radius: 10px;
    transition: all 0.3s ease-out;
  }

  .p-thumbnails-wrapper:after {
    content: "";
    width: 100%;
    height: 50px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 4;
    /* background-color: #ffffff6b; */
    background-color: transparent;
    pointer-events: none;
    transition: 0.3s all ease-out;
  }

  .p-thumbnails-wrapper:before {
    content: "";
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50vw;
    bottom: 5px;
    margin: 0 0 0 -20px;
    pointer-events: none;
    transition: 0.3s all ease-out;
    background-position: center;
    background-size: 30px;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' standalone='no'%3F%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 20010904//EN' 'http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd'%3E%3Csvg version='1.0' xmlns='http://www.w3.org/2000/svg' width='512.000000pt' height='512.000000pt' viewBox='0 0 512.000000 512.000000' preserveAspectRatio='xMidYMid meet'%3E%3Cg transform='translate(0.000000,512.000000) scale(0.100000,-0.100000)'%0Afill='%23000000' stroke='none'%3E%3Cpath d='M2262 5104 c-102 -27 -188 -90 -250 -184 -82 -123 -76 -27 -82 -1288%0Al-5 -1122 -63 78 c-125 156 -217 228 -351 274 -54 19 -87 23 -181 23 -177 0%0A-260 -34 -434 -178 -77 -64 -97 -85 -102 -113 -5 -30 46 -134 521 -1046 291%0A-557 549 -1044 575 -1083 166 -245 435 -416 713 -454 49 -7 320 -11 721 -11%0A521 0 659 3 727 15 386 67 698 343 828 731 62 183 61 172 61 1238 0 861 -2%0A979 -16 1027 -49 167 -166 284 -324 325 -115 29 -254 3 -351 -68 -24 -17 -45%0A-26 -46 -21 -9 25 -77 130 -101 157 -45 48 -138 103 -207 121 -121 33 -258 5%0A-364 -76 -29 -22 -54 -39 -55 -37 -2 2 -17 24 -34 49 -114 169 -324 237 -519%0A169 -29 -10 -66 -28 -82 -40 l-30 -21 -3 603 -3 603 -37 78 c-98 205 -302 306%0A-506 251z m203 -178 c52 -22 120 -91 146 -149 l24 -52 5 -1098 5 -1099 24 -19%0Ac30 -24 82 -24 112 0 l24 19 5 374 c5 355 6 375 27 420 65 141 222 197 360%0A128 68 -34 106 -77 134 -151 17 -44 19 -81 19 -365 0 -347 2 -362 60 -382 38%0A-14 85 1 103 32 8 14 14 106 17 301 l5 280 27 51 c50 96 128 144 231 144 77 0%0A133 -26 186 -86 65 -74 71 -105 71 -376 0 -183 3 -247 14 -273 25 -59 84 -73%0A133 -31 l28 24 5 174 c5 147 9 180 26 219 27 57 84 115 138 140 51 23 150 25%0A200 4 56 -23 121 -89 147 -148 l24 -52 0 -980 c0 -974 0 -981 -22 -1072 -46%0A-191 -142 -363 -274 -487 -119 -113 -241 -180 -392 -216 -77 -19 -120 -20%0A-762 -20 -649 0 -684 1 -765 20 -214 52 -414 198 -533 392 -24 40 -266 498%0A-536 1018 l-492 945 33 28 c118 102 194 131 328 125 76 -3 106 -9 152 -30 78%0A-36 128 -85 305 -300 84 -103 158 -190 164 -193 23 -15 81 -7 104 15 l23 21 5%0A1247 c5 1390 0 1295 74 1382 68 79 198 113 288 76z'/%3E%3Cpath d='M575 4761 c-16 -10 -112 -102 -212 -203 -174 -175 -183 -186 -183%0A-223 0 -37 9 -48 198 -237 193 -194 198 -198 239 -198 34 0 46 5 68 32 43 51%0A32 76 -98 206 l-112 112 573 0 c605 0 619 1 636 45 13 34 5 75 -18 102 l-24%0A28 -576 5 -576 5 96 95 c116 115 130 138 113 187 -8 25 -21 39 -45 49 -42 18%0A-43 18 -79 -5z'/%3E%3Cpath d='M4084 4770 c-30 -12 -54 -49 -54 -84 0 -24 21 -50 112 -142 l111%0A-113 -579 -3 c-629 -3 -611 -2 -634 -59 -15 -35 -4 -75 27 -99 25 -19 42 -20%0A606 -20 l580 0 -111 -114 c-101 -103 -112 -118 -112 -151 0 -50 36 -85 87 -85%0A37 0 48 10 241 203 211 212 217 220 188 275 -22 40 -367 379 -399 391 -33 13%0A-35 13 -63 1z'/%3E%3C/g%3E%3C/svg%3E%0A");
    z-index: 5;
    animation: swiper 1.5s infinite linear;
  }

  .p-info-headline {
    margin-bottom: 10px;
  }

  .p-thumbnails-wrapper.touched:before,
  .p-thumbnails-wrapper.touched:after {
    opacity: 0;
  }

  .image360,
  .p-image {
    display: none;
  }

  .basic-description
    .detail-content-box--certificates
    .detail-content-box__product {
    margin: 10px -16px 0;
  }
}

@keyframes swiper {
  0% {
    left: 50vw;
    transform: rotate(0);
  }

  25% {
    left: 48vw;
    transform: rotate(-8deg);
  }

  50% {
    left: 50vw;
    transform: rotate(0);
  }

  75% {
    left: 52vw;
    transform: rotate(8deg);
  }

  to {
    left: 50vw;
    transform: rotate(0);
  }
}
