.products-group:has(.benefitBanner) {
  margin-top: 24px;
}
.dkLabFavFlagProduct {
  display: none;
}
.header-top .oblibeneBtn,
.dkLabFavProductSpan.dkLabFavouriteProductLinkRemove {
  color: var(--darkRed);
}
.product .p {
  box-shadow: none;
  transition: all 0.3s ease-out;
}
.product .p:hover {
  box-shadow: 0 10px 20px #00000017;
  transition: all 0.3s ease-out;
}
body .dkLabFavouriteProductDiv.onlyIcon {
  top: -10px;
  right: unset;
}
.widget-parameter-wrapper .widget-parameter-value span,
.widget-parameter-wrapper .widget-parameter-value a {
  background-color: #f5f6f8;
  color: #000;
  font-weight: 600;
}
.has-more-items .more-items-trigger {
  display: none;
}
.navigation-in ul li a b {
  letter-spacing: 1px;
}
.btn.btn-primary:hover,
a.btn.btn-primary:hover,
.btn.btn-primary:hover,
a.btn.btn-primary:hover {
  background-color: var(--color-secondary-hover);
  border-color: var(--color-secondary-hover);
}
.products-block .p:has(.flag-discount) .price-final {
  color: #009901;
}
.flag.flag-discount:before {
  background: #009901;
  border-radius: 100%;
}
#better_price {
  display: flex;
  padding: 15px 25px;
  border-radius: 5px;
  background-color: #086df721;
  border: solid 1px #086df7;
  color: #666;
  margin-bottom: 20px;
  gap: 15px;
}
#better_price:before {
  content: "i";
  font-size: 26px;
  font-weight: 900;
  font-family: serif;
  font-style: italic;
  color: #086df7;
  border: solid 2px #086df7;
  width: 36px;
  height: 36px;
  min-width: 36px;
  align-self: center;
  border-radius: 100%;
  display: grid;
  place-content: center;
}
#better_price h3 {
  color: #086df7;
  font-weight: 600;
  margin: 0 0 10px;
}
#better_price p {
  margin-bottom: 0;
}
#better_price a {
  color: #086df7;
  text-decoration: underline;
  text-underline-offset: 3px;
  font-weight: 600;
}
#better_price a:hover {
  color: #086df7;
  text-decoration: none;
}
.social-buttons-wrapper,
#essoxPaymentsCalculate {
  display: none;
}
@media (min-width: 768px) {
  .overall-wrapper {
    overflow-x: hidden;
  }
  #header {
    position: relative;
    isolation: isolate;
    z-index: 9;
  }
  #header:after {
    content: "";
    background: var(--brandYellow);
    position: absolute;
    height: 60px;
    width: 100dvw;
    bottom: 0;
    z-index: -1;
  }
  .menu-helper {
    background-color: transparent;
  }
  .menu-helper > span {
    border: none;
  }
  .navigation-in > ul > li.ext > a:after,
  .menu-helper > span:after {
    color: #000;
    font-size: 5px;
  }
  .navigation-in > ul > li.ext > a:after {
    transition: all 0.3s ease-out;
  }
  .navigation-in > ul > li.ext.exp > a:after {
    transition: all 0.3s ease-out;
    transform: translateY(-50%) rotate(-180deg);
  }
  .navigation-in > ul > li:first-child > a {
    padding-left: 20px !important;
  }
  .menu-item-2519 > a {
    color: #fff !important;
    background: var(--darkRed);
  }
  .navigation-in > ul > li.menu-item-2519 > a::after {
    background: transparent;
    color: #fff !important;
  }
  body:not(.is-carousel-full-width).one-column-body .homepage-box .carousel {
    margin-top: 0px;
  }
  .submenu-visible .navigation-in > ul > li.exp > ul {
    padding: 32px 0;
    gap: 16px;
  }
  .navigation-in > ul > li.ext > ul > li > div {
    width: 100%;
    padding-right: 0;
    padding-left: 24px;
  }
  .navigation-in > ul > li.ext > ul > li > div > ul {
    max-height: unset;
    display: flex;
    flex-direction: column;
    text-align: left;
    align-items: flex-start;
    gap: 8px;
  }
  .navigation-in > ul > li.ext > ul > li > div > ul > li {
    margin-bottom: 0;
    margin-right: 0;
    font-size: 0;
  }
  .navigation-in > ul > li.ext > ul > li > div > ul > li a {
    font-size: 14px;
    color: #a1a1a1;
  }
  .navigation-in > ul > li.ext > ul > li > div > a:hover,
  .navigation-in > ul > li.ext > ul > li > div > ul > li a:hover {
    color: var(--color-secondary-hover);
    text-decoration: underline;
    text-underline-offset: 3px;
  }
  .popup-widget {
    z-index: 10;
  }
  .products-block .product-btn {
    text-align: left;
    margin-top: 0;
    padding: 0 30px;
  }
  .products-block:not(.products-additional) .p .image img {
    width: 100%;
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .header-top {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .navigation-in > ul > li.ext > ul > li {
    width: calc((100% - 32px) / 3);
    flex-basis: calc((100% - 32px) / 3);
  }
  .navigation-in > ul > li.ext > ul > li > a.menu-image {
    width: 140px;
    padding: 0;
  }
  .navigation-in > ul > li.ext > ul > li > a img {
    max-width: 140px;
  }
}
