.products-group:has(.benefitBanner) {
  margin-top: 10px;
}
.dkLabFavFlagProduct {
  display: none;
}
.header-top .oblibeneBtn,
.dkLabFavProductSpan.dkLabFavouriteProductLinkRemove {
  color: var(--brandRed);
}
.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: var(--brandGreen);
}
.flag.flag-discount:before {
  background: var(--brandGreen);
  border-radius: 100%;
}
#better_price {
    display: flex;
    padding: 15px 25px;
    border-radius: 8px 8px 0 0;
    background-color: var(--brandYellow);
    border: none;
    color: #000;
    margin-bottom: 0;
    gap: 16px;
}
#better_price:before {
    content: "i";
    font-size: 26px;
    font-weight: 900;
    font-family: serif;
    font-style: italic;
    color: #fff;
    background: #000;
    width: 36px;
    height: 36px;
    min-width: 36px;
    align-self: center;
    border-radius: 100%;
    display: grid;
    place-content: center;
}
#better_price h3 {
  font-weight: 600;
  margin: 0 0 10px;
}
#better_price p {
  margin-bottom: 0;
}
#better_price a {
  text-decoration: underline;
  text-underline-offset: 3px;
  font-weight: 600;
}
#better_price a:hover {
  color: #086df7;
  text-decoration: none;
}
.contact-specialist .contact-specialist-container {
    padding: 24px;
    border-radius: 0 0 8px 8px;
    background-color: #000;
    color: #fff;
    border: none;
}
.contact-specialist .contact-specialist-container .title-section h3 {
    color: var(--brandYellow);
}
.contact-specialist .contact-specialist-container .specialist-details-section .specialist-contact h4 {
    font-size: 16px;
    color:#fff;
}
.contact-specialist .contact-specialist-container .specialist-details-section .specialist-contact a {
    color: var(--brandYellow);
}
.contact-specialist .contact-specialist-container .specialist-details-section .specialist-contact a:hover {
    color: var(--brandYellow);
    text-decoration: underline;
    text-underline-offset: 3px;
}
.contact-specialist .contact-specialist-container .specialist-details-section .specialist-contact .email::before,
.contact-specialist .contact-specialist-container .specialist-details-section .specialist-contact .phone::before {
    filter: invert(1);
}
.contact-specialist .contact-specialist-container .specialist-details-section .specialist-contact .email, 
.contact-specialist .contact-specialist-container .specialist-details-section .specialist-contact .phone {
    padding-left: 32px;
}
.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(--brandRed);
  }
  .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,
  #footer.is-white .news-item-widget a:hover, #footer.is-white ul 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;
  }
}

@media (min-width: 992px) {
.desktop:not(.is-carousel-full-width) .carousel .extended-banner-text:not(:empty),
.desktop.multiple-columns-body .carousel .extended-banner-text:not(:empty) {
        max-width: 40%;
    }
}
.mobile .carousel-inner>.item.carousel-item-banner--has-text img {
        height: auto;
}
.mobile.one-column-body .carousel .extended-banner-texts {
    left: 0;
    bottom: 0;
    right: 0;
    top: unset;
    max-width: 100%;
    transform: none;
    padding: 64px 24px 24px;
    background: #000000;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
}
.benefitBanner__item {
    padding: 10px;margin:0;
}
.position--benefitCategory {
    margin: 0;
}
.benefitBanner__content, .benefitBanner__link {
    padding-right: 0;
    background: #fff;
    width: 100%;
    flex: 100%;
}
.benefitBanner__content {
    padding: 16px !important;
}
.benefitBanner__title, #footer h3, #footer h4 {
        letter-spacing: 1px;
        font-weight: 700;
        font-size: 16px;
        line-height: 16px;
        color: #000;
    }
    .benefitBanner__picture {
        flex: 0 0 76px;
        min-width: 76px;
        height: 76px;
        background: #222;
        padding: 0;
    }
.benefitBanner__picture img {
    mix-blend-mode: unset;
    margin: 0;
}
.welcome {
    background-color: transparent;
}
    #footer .site-name a img {
        filter: invert(1);
    }
#footer.no-newsletter .site-name {
    padding: 32px 0;
    margin: 0;
    position: relative;
    isolation: isolate;
    width: 100%;
    justify-content: flex-start;
}
#footer.no-newsletter .site-name:after {
    content: '';
    background: #000;
    transition: all 0.3s ease-out;
    position: absolute;
    display: block;
    width: 100dvw;
    height: 100%;
    top: 0;
    left: 50%;
    z-index: -1;
    transform: translateX(-50%);
}
#footer.no-newsletter .site-name:hover:after {
    background: var(--brandYellow);
    transition: all 0.3s ease-out;
}
#footer {overflow-x:hidden;}
#footer .site-name a {
    width: 100%;
}
@media (min-width: 768px) {
    .in-index .position--benefitHomepage {
        margin: 0 -10px;
        width: calc(100% + 20px);
        max-width: calc(100% + 20px);
    }
}
@media (min-width: 992px) {
    .instagram-block {
        margin-top: 70px;
        padding-bottom: 110px;
    }
}

body .back-to-top,
.is-border-radius-rectangle body .back-to-top {
    bottom: 100px;
    border-radius:100% !important;
}
    .btn, a.btn {
        font-weight: 600;
        letter-spacing: 1px;
    }
.products-block .product-btn a, .products-block .product-btn .pr-action {
    margin: 0;
}
.products-block.products .p .name {
        letter-spacing: 1px;
}
.dkLabVisitedProductsNew {
    background: transparent;
}
.dkLabVisitedProductsNew .dvpnProducts__item {
    padding: 0 16px 32px;
}
.dkLabVisitedProductsNew .dvpnProducts__item__price {
    bottom: 8px;
}
.instagram-follow-btn span a {
    box-shadow: none;
    background-color: var(--color-secondary);
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
}
.instagram-follow-btn span a:hover {
    background-color: var(--color-secondary-hover);
    color: #fff;
}
.category-header .listSorting__controls button.listSorting__control {
    background-color: #fff;
}
.row-filter.multiple-columns-body .filters-wrapper .filters .filter-sections .filter-section.open h4, .row-filter.one-column-body .filters-wrapper .filters .filter-sections .filter-section.open h4, .row-filter.multiple-columns-body .filters-wrapper .filters .slider-wrapper.open h4, .row-filter.one-column-body .filters-wrapper .filters .slider-wrapper.open h4 {
    position: relative;
    background-color: #fff;
    border-color: #c4cad5;
    color: var(--color-primary);
}
.row-filter.multiple-columns-body .filters-wrapper .filters .filter-sections .filter-section .param-filter-top, .row-filter.one-column-body .filters-wrapper .filters .filter-sections .filter-section .param-filter-top, .row-filter.multiple-columns-body .filters-wrapper .filters .slider-wrapper .param-filter-top, .row-filter.one-column-body .filters-wrapper .filters .slider-wrapper .param-filter-top, .row-filter.multiple-columns-body .filters-wrapper .filters .filter-sections .filter-section>form, .row-filter.one-column-body .filters-wrapper .filters .filter-sections .filter-section>form, .row-filter.multiple-columns-body .filters-wrapper .filters .slider-wrapper>form, .row-filter.one-column-body .filters-wrapper .filters .slider-wrapper>form {
    background-color: #fff;
    border: solid 1px #c4cad5;
}
.position--benefitCategory {
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid #c4cad5;
}
.p-info-headline .stars-wrapper {
    box-shadow: none;
    border: none;
}
.stars .star:hover,
.p-info-headline .stars-wrapper .btn.btn--link:hover{
    color: var(--color-secondary);
}
.p-info-wrapper {
        display: flex;
        flex-direction: column;
}
#dkLabFavouriteDiv {
    margin-top: 0;
    order: -9;
}
.detail-parameters-block.detail-grid-item .detail-grid-title {display:none;}
.p-info-grid .detail-parameters-block {
        margin-bottom: 16px;
    }
.p-detail-tabs-wrapper .detail-parameters, .p-detail-tabs-wrapper .detail-parameters tbody {
    display: block;
}
.p-detail-tabs-wrapper .detail-parameters tr {
    border-bottom: none;
    display: flex;
    flex-direction: column;
        padding: 16px 32px;
}
.p-detail-tabs-wrapper .detail-parameters tr:nth-child(even) {background:#f5f6f8;}
    .p-detail-tabs-wrapper .detail-parameters th {
        letter-spacing: 1px;
        font-weight: 700;
        font-size: 16px;
        line-height: 16px;
        color: #000;
        padding: 0;
        
    }
.p-detail-tabs-wrapper .detail-parameters td {
    text-align: left;
    color: #000;
    font-weight: 400;
    text-underline-offset: 3px;
    padding: 8px 0 0;
}
.extended-description {
        padding: 0;
        border-left: none;
    }
    .extended-description h3 {
        margin-bottom: 24px;
        padding: 0 16px;
    }
.p-detail-tabs-wrapper .detail-parameters a {
    color: var(--color-secondary);
}
.checkout-box-wrapper {
    background-color: #fff;
}
ol.cart-header li.active, .cart-inner {
    border-color: #fff;
}
.discount-coupon,
.cart-widget-button {
    background-color: #f6f6f6;
}
.next-step, .order-summary-bottom, .order-summary-top,
.id--16 .cart-inner .consents, .id--17 .cart-inner .consents {background:#fff;}
.order-summary-bottom, .order-summary-top {
        border: 1px solid #c4cad5;
}
.order-summary-bottom {margin-bottom: 32px;}
@media (max-width: 767px) {
    body.template-11:not(.ordering-process) .top-navigation-bar #oblibeneBtn {
        margin-right: 40px;
    }
    body.template-11 #oblibeneBtn:before {
        color: #000;
    }
.responsive-tools .click-cart .cart-count, .responsive-tools>a .cart-count,
.responsive-tools>a[data-target="navigation"]:after {
    color: #000;
}
.responsive-tools>a[data-target="navigation"]::before {
    border-radius: 0;
}
.responsive-tools>a[data-target=navigation]:before {
        background-color: transparent;
        color: #000;
    }
}
.extra strong {
    white-space: nowrap;
}
ol.cart-header li.completed a, ol.cart-header li.completed strong {
    color: var(--brandGreen);
    background: var(--brandGreen);
}
ol.cart-header li.completed a span:before, ol.cart-header li.completed strong span:before {background-color: var(--brandGreen);}

#cart-progress {
    margin-bottom: 20px;
    padding: 32px;
    background-color: var(--colors-surface-secondary);
    border-radius: 8px;
}
    ol.cart-header li a, ol.cart-header li strong {
        font-size: 16px;
    }
ol.cart-header li a:before, ol.cart-header li strong:before {
font-size: 24px;
height: auto;
line-height: 1;
width: auto;
border: none;
}
.cart-progress-bar {
    padding: 42px 0 24px;
}

.cart-progress-bar-track {
position: relative;
width: 100%;
height: 16px;
background: #e5e5e5;
border-radius: 8px;
overflow: visible;
}

.cart-progress-bar-fill {
position: relative;
height: 100%;
background: var(--brandGreen);
border-radius: 8px 0 0 8px;
transition: width 0.3s ease;
min-width: 2px;
}

.cart-progress-bar-bubble {
position: absolute;
top: -28px;
right: -49px;
background: var(--brandGreen);
color: #fff;
font-size: 12px;
font-weight: 600;
line-height: 1;
padding: 4px 8px;
border-radius: 4px;
white-space: nowrap;
}

.cart-progress-bar-bubble::after {
content: '';
position: absolute;
bottom: -4px;
right:calc(50% - 4px);
width: 8px;
height: 8px;
background: #2ecc71;
transform: rotate(45deg);
}
.cart-header-block {
        margin-bottom: 16px;
}
@media (max-width: 767px) {
    .ordering-process .search {
        display: none;
    }
.ordering-process .overall-wrapper {
        padding-top: 36px;
    }
    .cart-header {
        border-color: transparent;
        background: transparent;
    }
    ol.cart-header li a, ol.cart-header li strong {
        height: 100%;
    }
ol.cart-header li a span, ol.cart-header li strong span {
    font-size: 12px;
}
ol.cart-header li a, ol.cart-header li strong {
    line-height: 1.2;
}
}
#content .filters-unveil-button-wrapper .btn.unveil-button {
    background-color: var(--color-tertiary);
    color: #fff;
}
.filters-visible #content .filters-unveil-button-wrapper .btn.unveil-button {
    background-color: #292929;;
}
.mobile.one-column-body .filter-section:not(.filter-section-count),
.desktop.one-column-body .filter-section:not(.filter-section-count),
.mobile.multiple-columns-body .filter-section:not(.filter-section-count) {
    background-color: #fff;
}