﻿/*OBECNÉ*/

html {
    scroll-behavior: smooth;
}

img {
    max-width: 100%;
    vertical-align: middle;
}

@font-face {
    font-family: Satoshi;
    src: url("fonts/Satoshi-Regular-1.otf");
    font-weight: 400;
}

@font-face {
    font-family: Satoshi;
    src: url("fonts/Satoshi-Medium-1.otf");
    font-weight: 500;
}

@font-face {
    font-family: Satoshi;
    src: url("fonts/Satoshi-Bold-1.otf");
    font-weight: 700;
}

@font-face {
    font-family: Alegreya;
    src: url("fonts/Alegreya-Medium-1.ttf");
    font-weight: 500;
}

.external-fonts-loaded body, body.blank-mode, .quantity input, .vote-name, .p-detail-tabs, .external-fonts-loaded #navigation {
    font-family: var(--template-font) !important;
}

.external-fonts-loaded h1, .external-fonts-loaded h2, .external-fonts-loaded h3, .external-fonts-loaded h4, .external-fonts-loaded h5, .external-fonts-loaded h6, .external-fonts-loaded .h1, .external-fonts-loaded .h2, .external-fonts-loaded .h3, .external-fonts-loaded .h4, .external-fonts-loaded .h5, .external-fonts-loaded .h6, .external-fonts-loaded .cart-table .main-link, .external-fonts-loaded .cart-related-name, .blank-mode h1, .blank-mode h2, .blank-mode h3, .blank-mode h4, .blank-mode h5, .blank-mode h6, .blank-mode .h1, .blank-mode .h2, .blank-mode .h3, .blank-mode .h4, .blank-mode .h5, .blank-mode .h6, .blank-mode .cart-table .main-link, .blank-mode .cart-related-name {
    font-family: var(--template-headings-font) !important;
}

:root {
    --color-g50: #EFF3F1;
    --color-n50: #EDEDED;
    --color-g75: #BDCDC7;
    --color-n75: #B7B7B7;
    --color-n100: #999999;
    --color-n200: #6D6D6D;
    --color-n300: #4F4F4F;
    --color-g300: #5E8476;
    --color-g400: #425C53;
    --color-n400: #373737;
    --color-n500: #303030;
    --color-borders: #EDEDED;
    --template-headings-font: "Alegreya", sans-serif;
    --template-font: "Satoshi", sans-serif !important;
    --size-h1: 32px;
    --size-h2: 28px;
    --size-h3: 22px;
    --size-h4: 18px;
}

body {
    font-size: 15px;
    color: var(--color-n400);
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: 500;
    color: var(--color-n500);
}

h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong, .h1 strong, .h2 strong, .h3 strong, .h4 strong, .h5 strong, .h6 strong {
    font-weight: 500;
}

h1, .h1 {
    font-size: var(--size-h1);
    line-height: 1.2;
}

h2, .h2 {
    font-size: var(--size-h2);
    line-height: 34px;
}

h3, .h3 {
    font-size: var(--size-h3);
}



/*HEADER*/

@media (min-width: 768px) {
    #header .navigation-buttons a[data-target="login"] {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 24px;
    }
    .navigation-buttons a[data-target="login"]::before {
        content: none;
    }
    .magnifier {
        position: relative;
        font-size: 16px;
        cursor: pointer;
        width: 48px;
        height: 48px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .magnifier form .form-control {
        text-indent: 0;
        padding: 10px 40px 10px 10px;
        box-shadow: 0 0 10px rgba(0,0,0,0.16);
    }
    .magnifier .search-button:hover {
        background-color: transparent;
        border-color: transparent;
    }
    .magnifier .search-button {
        display: block;
        background: transparent;
        border-color: transparent;
        text-indent: -99999px;
        width: 48px;
        border: none !important;
    }
    .magnifier .search-button::before {
        content: "";
        position: absolute;
        height: 48px;
        width: 48px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background: url("upload/kodovani/search-1.svg") no-repeat center;
        background-size: 24px;
    }
    .magnifier form {
        position: absolute;
        z-index: 3;
        right: 0px;
        width: 300px;
        top: 50%;
        visibility: hidden;
        opacity: 0;
        transition: opacity .5s;
        transform: translateY(-50%);
    }
    .magnifier.active form {
        opacity: 1;
        visibility: visible;
    }
    .magnifier.active a {
        display: none;
    }
    .magnifier .search-input-icon {
        display: none;
    }
    .header-bottom-wrapper {
        max-width: 50%;
        margin-left: 0;
    }
    .header-bottom {
        max-width: 1420px;
        margin: 0 auto;
        border-color: var(--color-n500);
    }
    .top-navigation-menu {
        height: auto;
        padding-right: 0;
        width: 50%;
        margin-left: auto;
        text-align: right;
        font-size: 14px;
    }
    .top-navigation-menu a {
        color: var(--color-n200);
    }
    #header .header-bottom {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .top-navigation-bar-menu {
        float: none;
    }
    #header .search {
        display: none;
    }
    #header .container {
        justify-content: flex-start;
    }
    #header .site-name {
        text-align: center;
    }
    .header-contact {
        position: relative;
        padding-left: 32px;
        display: flex;
        flex-direction: column;
        font-size: 14px;
    }
    .header-contact::before {
        content: "";
        position: absolute;
        top: 4px;
        left: 0;
        width: 16px;
        height: 16px;
        background: url("upload/kodovani/phone-1.svg") no-repeat center;
        background-size: contain;
    }
    .header-contact a {
        font-weight: 700;
        color: var(--color-n500);
    }
    .header-contact a:hover {
        text-decoration: underline;
    }
    #header .navigation-buttons a[data-target="cart"] i {
        top: 6px;
        left: 40px;
    }
    .header-contact span {
        font-weight: 400;
        color: var(--color-n200);
    }
    #header .navigation-buttons a[data-target="cart"] {
        font-size: 12px;
        color: var(--color-n500);
        letter-spacing: 2px;
        padding-left: 25px;
        border-left: 1px solid var(--color-borders);
        margin-left: 0;
    }
    .navigation-buttons a[data-target="cart"]::before {
        content: url("upload/kodovani/cart-1.svg");
    }
    #header .navigation-buttons > a {
        height: 48px;
        min-width: 48px;
        margin: 0;
    }
    #header .site-name a img {
        max-height: 66px;
    }
    .top-navigation-bar {
        display: none;
    }
    .search-focused::before {
        content: none;
    }
    #header .navigation-buttons .magnifier > a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 48px;
        height: 48px;
    }
    .searchWhisperer {
        width: 1100px;
        margin-left: 0;
    }
    #header .header-top {
        padding: 32px 0;
    }
    #header .navigation-buttons a {
        margin-left: 0;
    }
    .navigation-in {
        font-size: 14px;
        line-height: 14px;
    }
    .navigation-in>ul>li>a {
        color: var(--color-n400);
        letter-spacing: 2px;
        text-transform: uppercase;
        position: relative;
    }
    .navigation-in ul.menu-level-2 {
        width: 1420px;
    }
    body::before {
        content: none;
    }
    .top-navigation-bar-menu a, .top-navigation-bar-menu-helper a, .dropdown-menu a, .top-navigation-tools a {
        padding: 24px;
        letter-spacing: 2px;
    }
    .top-navigation-bar-menu a:hover {
        text-decoration: underline;
    }
    .navigation-in ul li a {
        padding-left: 24px;
        padding-right: 24px;
        height: 100%;
        display: flex;
        align-items: center;
    }
    .navigation-in>ul>li:first-child>a:hover, .navigation-in>ul>li.ext.exp:first-child>a {
        padding-left: 24px;
    }
    .navigation-in>ul>li>a:hover, .navigation-in>ul>li.ext.exp>a {
        padding-left: 24px;
        padding-right: 24px;
        margin: 0;
    }
    #navigation {
        height: 70px;
    }
    .navigation-in, .navigation-in > ul, .navigation-in>ul>li {
        height: inherit;
    }
    .navigation-in>ul>li {
        display: flex;
        align-items: center;
    }
    .navigation-in>ul>li.ext>a>span {
        display: inline-block;
        padding-left: 12px;
    }
    .submenu-arrow::after {
        content: "";
        position: absolute;
        width: 4px;
        height: 4px;
        background: url("upload/kodovani/chevron-down-1.svg") no-repeat center;
        background-size: contain;
        top: 50%;
        transform: translateY(-50%);
    }
    .searchWhisperer {
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
        box-shadow: 0 0 10px rgba(0,0,0,0.16);
    }
    #navigation .navigation-in ul li.ext.exp>ul {
        border-top: none;
        border-bottom: 1px solid var(--color-n400);
    }
    body:not(.in-index) .header-bottom {
        border-bottom: 1px solid var(--color-n50) !important;
    }
    body:not(.in-index) .navigation-in>ul>li>a.active {
        border-bottom: 1px solid #000;
    }
    body:not(.in-index) .navigation-in>ul>li>a.active::after {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
        width: 0px;
        height: 0px;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 6px solid #000;
    }
    body:not(.in-index) #navigation {
        overflow: visible;
    }
    .popup-widget.login-widget, .popup-widget.cart-widget {
        top: 80px;
    }
    .popup-widget.login-widget::before {
        content: none;
    }
    .in-kosik .popup-widget.login-widget::before {
        right: 40px;
    }
    .admin-logged .popup-widget.login-widget, .admin-logged .popup-widget.cart-widget {
        top: 110px;
    }
    .popup-widget.cart-widget::before {
        content: none;
    }
    .in-krok-1 .header-contact, .in-krok-2 .header-contact, .in-krok-1 .header-bottom .top-navigation-menu, .in-krok-2 .header-bottom .top-navigation-menu {
        display: none;
    }
    .in-krok-1 #header .container, .in-krok-2 #header .container {
        justify-content: center;
    }
}

.mobile #content {
    padding-top: 0;
}

.in-index #content > .row.banners-row:not(.footer-banners) > div {
    width: 100%;
}

.in-index #content {
    overflow: hidden;
}

.carousel-control.left {
    left: 0;
}

.carousel-control {
    width: 40px;
    height: 80px;
    background: #fff !important;
    opacity: 1;
    top: calc(50% - 35px);
    transform: translateY(-50%);
    bottom: auto;
}

.carousel-control.left::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 24px;
    height: 24px;
    background: url("upload/kodovani/chevron-left-1.svg") no-repeat center;
    background-size: contain;
    transform: translate(-50%, -50%);
}

.carousel-control.right::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 24px;
    height: 24px;
    background: url("upload/kodovani/chevron-left-1.svg") no-repeat center;
    background-size: contain;
    transform: translate(-50%, -50%) rotate(180deg);
    right: auto;
}

.carousel-control.right {
    right: 0;
}

.carousel-control:hover, .carousel-control:focus {
    opacity: 1;
}

.carousel-tabs {
    padding: 0;
    display: flex;
    justify-content: center;
}

.carousel-tabs .extended-banner-title {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    width: 25%;
    text-align: center;
    color: var(--color-n100);
    padding: 24px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
}

.carousel-tabs .extended-banner-title.active {
    color: var(--color-n400);
}

.carousel-tabs .extended-banner-title.active::before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 0px;
    height: 0px;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 10px solid #fff;
}

.carousel-tabs .extended-banner-title:not(.active):hover {
    text-decoration: underline;
}

/*HP PRODUKTY*/

.products-block > div .p > a img {
    mix-blend-mode: multiply;
}

.products-block .p>a {
    background: var(--color-n50);
}

.flags {
    top: 12px;
    left: 0;
}

.flag {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 8px;
    padding: 7px 8px;
}

.flag.flag-new {
    background: #fff;
    color: var(--color-n400);
}

.flag.flag-tip {
    background-color: #425C53;
}

.p-in-in {
    display: flex;
    flex-direction: column;
}

.products-block > div .ratings-wrapper {
    order: 1;
}

.stars {
    width: auto;
    margin: 0;
}

.stars .star-on::before {
    background: url("upload/kodovani/star-full-1.svg") no-repeat center;
    background-size: contain;
}

.stars .star-off::before {
    background: url("upload/kodovani/star-empty-1.svg") no-repeat center;
    background-size: contain;
}

.stars .star::before {
    content: "" !important;
    position: absolute;
    width: 12px;
    height: 12px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.stars span.star {
    width: 16px;
    height: 12px;
}

#content-wrapper .product-slider-holder.has-navigation {
    padding: 0;
    margin: 0 -30px;
    width: auto;
    overflow: hidden;
}

.product-slider-holder.has-navigation {
    padding: 0;
}

.product-slider-holder .product-slider {
    padding: 0;
}

.product-slider-holder .product-slider {
    margin: 0;
}

.product-slider-holder .product-slider-navigation.navigation-prev {
    left: 10px;
    top: 180px;
    background: #fff;
    opacity: 1;
}

.product-slider-holder .product-slider-navigation {
    opacity: 1;
    color: var(--color-n200);
}

.product-slider-holder .product-slider-navigation.navigation-next {
    right: 10px;
    top: 180px;
    background: #fff;
    opacity: 1;
    color: var(--color-n200);
}

.product-slider-holder .product-slider-navigation::before {

    color: var(--color-n200);
}

.products-block>div:hover {
    box-shadow: none;
}

.product-slider-holder .product-slider-pagination {
    display: none;
}

.products-block > div .p .name {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    order: 2;
    height: 40px;
}

.products-block .p-in-in a {
    color: var(--color-n400);
}

.widget-parameter-wrapper .widget-parameter-value a, .widget-parameter-wrapper .widget-parameter-more a, .widget-parameter-wrapper .widget-parameter-value span, .widget-parameter-wrapper .widget-parameter-more span {
    padding: 4px 10px !important;
    font-size: 13px;
    line-height: 21px;
    color: var(--color-n500);
    background-color: var(--color-n50);
    margin: 0 4px;
    font-weight: 700;
    letter-spacing: 2px;
}

.products-block > div .p .p-bottom > div .prices {
    flex-direction: row-reverse;
}

.products-block > div .p .p-bottom > div .prices .price-final, .products-block > div .p .p-bottom > div .prices .price-standard {
    flex-basis: auto;
    padding: 0 12px;
    letter-spacing: 2px;
}

.products-block > div .p .p-bottom > div .prices .price-final {
    font-size: 16px;
    text-transform: uppercase;
}

.products-block > div .p .p-bottom > div .prices .price-standard {
    margin: 0;
    color: #B50630;
    font-weight: 400;
    font-size: 13px;
}

.products-block > div .p .availability {
    text-transform: uppercase;
    margin-top: 5px;
    font-size: 12px;
    letter-spacing: 2px;
    font-weight: 700;
}

.widget-parameter-wrapper {
    margin-top: 16px;
}

.products-block > div:hover .p a {
    text-decoration: none;
}

.products-block > div:hover .p a.name {
    text-decoration: underline;
}

.widget-parameter-wrapper .widget-parameter-value a:hover {
    background-color: var(--color-n500);
    color: #fff;
}

.products-block>div:hover .p {
    border: 1px solid var(--color-n50);
}


/*FOOTER BANNERS*/

.footer-banners {
    position: relative;
    display: flex;
    justify-content: space-between;
    padding-top: 82px;
    margin-top: 45px !important;
}

.footer-banners>.footer-banner {
    margin-right: 20px;
}

.footer-banners::before {
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
    font-size: var(--size-h2);
    font-family: var(--template-headings-font);
    text-align: center;
}

.footer-banners::after {
    content: none;
}

.footer-banners .mywrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.footer-banners > div, .footer-banners .mywrapper > div {
    width: auto;
}

.banners-content a:hover img, .banner-footer a:hover img, .banner-wrapper a:hover img, .footer-banner a:hover img, .banner-category a:hover img {
    transform: none;
}

.footer-banner:hover img {
    transform: scale(1.02) !important;
}

.footer-banner {
    overflow: hidden;
}

.footer-banner .extended-banner-title {
    padding: 20px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    font-weight: 500;
    font-size: 22px;
    text-decoration: underline;
    text-underline-offset: 12px;
    font-family: var(--template-headings-font);
}

.homepage-group-title {
    font-size: var(--size-h2);
    margin: 80px 0 30px;
}

.products-block .p-in .p-tools {
    position: absolute;
    bottom: calc(100% + 8px);
    left: 8px;
    width: calc(100% - 16px);
    visibility: hidden;
    opacity: 0;
    transition: opacity 300ms;
}

.products-block .product:hover .p-in .p-tools {
    visibility: visible;
    opacity: 1;
}

.p-in .p-tools .btn.btn-primary {
    width: 100%;
    background: var(--color-n500);
    color: #fff;
    letter-spacing: 2px;
    font-size: 13px;
    line-height: 16px;
    padding: 16px;
    text-transform: uppercase;
    border: none;
}

.p-in .p-tools .btn.btn-primary:hover {
    text-decoration: underline;
}

.p-in .p-tools form {
    display: flex;
}

.p-in .p-tools form > * {
    width: 50%;
}

.p-in .p-tools form .add-to-cart-button {
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 16px;
    color: #fff;
    height: 48px;
}

.p-in .p-tools form .add-to-cart-button:hover {
    text-decoration: underline;
}

.p-in .p-tools form .quantity input, .p-in .p-tools form .quantity .increase, .p-in .p-tools form .quantity .decrease {
    height: 46px;
}

.p-in .p-tools form {
    font-size: 13px;
}

.quantity .decrease::before, .quantity .increase::before {
    font-family: var(--template-font);
    font-size: 13px;
    color: var(--color-n400);
    font-weight: 700;
}

.quantity .decrease::before {
    content: "-";
}

.quantity .increase::before {
    content: "+";
}

.quantity .decrease:hover:before, .quantity .increase:hover:before {
    background-color: transparent;
}

.products-block > div .p .p-in {
    padding-top: 20px;
    position: relative;
}

.products-block > div .p {
    border: 1px solid transparent;
    padding-bottom: 48px;
}

.products-wrapper .btn-holder {
    text-align: center;
    padding: 20px;
    margin-top: 34px;
}

.bordered-btn {
    padding: 15px 24px;
    color: var(--color-n400);
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 2px;
    font-weight: 700;
    border: 1px solid var(--color-n75);
    text-transform: uppercase;
}

.bordered-btn:hover {
    text-decoration: underline;
}

    /*USP*/

.benefitBanner:not(.position--benefitCategory) {
    padding: 64px 0;
    border-bottom: 1px solid var(--color-n400);
    margin: 0 -20px 35px;
}

.benefitBanner__title {
    font-size: 18px;
    font-weight: 500;
}

.benefitBanner__picture {
    flex: 0 0 32px;
    max-width: 32px;
    margin-right: 16px;
}

.benefitBanner__item  {
    flex: unset;
    width: auto;
    margin: 0;
    font-family: var(--template-headings-font) !important;
}

.benefitBanner {
    justify-content: space-between;
    margin: 0 -20px;
    width: calc(100% + 40px);
    max-width: calc(100% + 40px);
}

/*MIDDLE BANNERS*/

.butter {
    display: flex;
    justify-content: center;
    margin-top: 80px;
}

.butter-text {
    background: var(--color-g50);
    padding: 63px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    max-width: 460px;
}

.butter-text .subtitle {
    font-size: 13px;
    font-weight: 500;
    margin: 0 !important;
    color: var(--color-g300);
    letter-spacing: 2px;
}

.butter-text h2 {
    font-size: var(--size-h1);
    margin: 24px 0;
}

.banner, .banner-wrapper, .banner-category, .carousel-inner {
    color: var(--color-n400);
}

.butter-text p:not(.subtitle) {
    line-height: 1.6;
    letter-spacing: 1px;
    margin-bottom: 32px !important;
}

.dark-btn {
    background: var(--color-n400);
    color: #fff !important;
    padding: 24px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    line-height: 16px;
}

.dark-btn:hover {
    text-decoration: underline;
}

.butter-text .dark-btn {
    width: 100%;
}

.link-holder a {
    text-decoration: underline;
    color: var(--color-g400);
    letter-spacing: 1px;
}

.link-holder {
    margin-top: 28px;
}

.link-holder a:hover {
    text-decoration: none;
}

.butter .img-holder {
    position: relative;
}

.butter .img-holder::after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 117px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    background: url("upload/kodovani/stain-1.png") no-repeat center;
    background-size: contain;
    font-size: var(--size-h3);
    line-height: 26px;
    color: var(--color-n500);
    text-align: center;
    font-family: var(--template-headings-font);
}

.body-banners > div {
    padding: 0;
    width: 100%;
}

.brands {
    display: flex;
    justify-content: center;
    margin: 80px -20px;
}

.brands-text {
    background: #F5F0EA;
    padding: 20px 60px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    max-width: 460px;
    line-height: 1.6;
    color: var(--color-n300);
    letter-spacing: 1px;
}

.brands-logos__inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.brand-logo {
    width: 33.333%;
    text-align: center;
    padding: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.brands-text h2 {
    margin: 0 0 24px;
}

.brands .white-btn {
    display: block;
}

.brands-text p {
    margin-bottom: 32px;
}

.white-btn {
    color: var(--color-n400) !important;
    font-size: 13px;
    line-height: 16px;
    font-weight: 700;
    letter-spacing: 2px;
    padding: 24px;
    background-color: #fff;
    text-transform: uppercase;
}

.white-btn:hover {
    text-decoration: underline;
}

.brands-logos h2 {
    text-align: center;
    margin: 0 0 32px;
}

/*TITLE PAGE*/


.welcome-wrapper {
    background: url("upload/kodovani/family2-1.jpg") no-repeat;
    background-size: cover;
    min-height: 636px;
    display: flex;
    align-items: center;
    width: calc(100% + 40px);
    max-width: calc(100% + 40px);
    position: relative;
    margin: 0 -20px !important;
    background-position: center;
}

.welcome {
    max-width: 460px;
    margin: 0 120px 0 auto;
    color: #fff;
    text-align: center;
    line-height: 1.6;
    letter-spacing: 1px;
}

.welcome a {
    color: var(--color-g75);
    text-decoration: underline;
    font-weight: 700;
}

.welcome a:hover {
    text-decoration: none;
}

.absolute-img {
    position: absolute;
    top: 26px;
    left: 26px;
}

.welcome h1 {
    color: #fff;
}

.welcome .bordered-btn {
    color: #fff;
    border-color: #fff;
    text-decoration: none;
    padding: 23px 30px;
}

.welcome .bordered-btn:hover {
    text-decoration: underline;
}

.welcome .btn-holder {
    margin-top: 61px;
}

/*BLOG*/

.in-index .container-narrow {
    margin: 0 auto;
    width: auto;
}

.homepage-blog-wrapper {
    margin-top: 80px;
    margin-left: -30px;
    margin-right: -30px;
    padding-bottom: 20px;
}

.homepage-blog-wrapper .news-item {
    padding: 10px;
}

.homepage-blog-wrapper .news-item .description {
    display: none;
}

.homepage-blog-wrapper .news-item .title {
    font-family: var(--template-headings-font);
    font-size: var(--size-h3);
    margin: 24px 0;
    text-align: center;
    letter-spacing: 1px;
    font-weight: 500;
}

.blog-appendix {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 0 -20px 80px;
}

.blog-appendix__title {
    flex-shrink: 0;
    margin-right: 40px;
}

.blog-appendix__title h3 {
    margin: 0 0 8px;
}

.blog-appendix__title a {
    color: var(--color-g400);
    text-decoration: underline;
}

.blog-appendix__title a:hover {
    text-decoration: none;
}

.blog-appendix__categories {
    display: flex;
    width: 100%;
    margin: 0 -10px;
}

.myblog-category {
    margin: 0 10px;
    width: calc(20% - 20px);
}

.myblog-category a {
    display: block;
    font-weight: 700;
    line-height: 16px;
    color: var(--color-g400);
    padding: 24px;
    background: var(--color-g50);
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
    font-size: 13px;
}

.myblog-category a:hover {
    text-decoration: underline;
}

/*HODNOCENÍ*/

.custom-footer__banner6 {
    display: none;
}

.reviews {
    position: relative;
    padding: 40px 0 80px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    margin-top: 27px;
}

.reviews::before {
    content: "";
    position: absolute;
    left: 50%;
    top: -27px;
    width: 102px;
    height: 54px;
    background: url("upload/kodovani/overeno_zakazniky-1.jpg") no-repeat center;
    background-size: contain;
    transform: translateX(-50%);
}

.reviews h2 {
    text-align: center;
    margin: 0px 0 8px;
}

.reviews .subtitle {
    text-align: center;
    color: var(--color-n300);
    letter-spacing: 1px;
    line-height: 1.6;
}

.reviews .subtitle a {
    color: var(--color-g300);
    text-decoration: underline;
}

.reviews .subtitle a:hover {
    text-decoration: none;
}

.reviews .vote-wrap[data-testid="reaction"] {
    display: none;
}

.reviews-inner {
    display: flex;
    align-items: flex-start;
    margin: 56px -10px 0;
    color: #000;
}

.reviews-inner .vote-wrap {
    width: calc(33.333% - 20px);
    margin: 0 10px;
    text-align: center;
    font-size: 15px;
    padding: 0 20px;
}

.reviews .vote-rating {
    justify-content: center !important;
}

.reviews .vote-content {
    margin: 12px 0;
    line-height: 1.6;
    letter-spacing: 1px;
    font-style: italic;
}

.reviews .vote-name > span:first-child {
    font-family: var(--template-headings-font);
    font-size: 16px;
    font-weight: 500;
    margin-right: 9px;
}

.reviews .vote-time {
    color: var(--color-n200);
    font-size: 13px;
}

.reviews .vote-name {
    margin-bottom: 0;
}

/*IG*/

.my-ig h2 {
    margin: 64px 0 16px;
    text-align: center;
}

.my-ig .subtitle {
    line-height: 1.6;
    letter-spacing: 1px;
    color: var(--color-n300);
    text-align: center;
    margin-bottom: 48px;
}

.my-ig .subtitle span, .my-ig .subtitle span a {
    font-weight: 700;
    color: var(--color-g300);
}

.my-ig .subtitle span a:hover {
    text-decoration: underline;
}

.my-ig > h4 {
    display: none;
}

.my-ig .instagram-widget {
    max-width: unset;
    flex-wrap: nowrap;
    justify-content: center;
    margin: 0 -30px;
}

.my-ig .instagram-follow-btn {
    display: none;
}

.my-ig .photo-wrap {
    width: calc(20% - 20px);
    margin: 0 10px;
}

.my-ig .photo-wrap > a {
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    overflow: hidden;
}

.my-ig .photo-wrap > a img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}


/*FOOTER*/

#footer {
    background-color: transparent;
    padding-top: 50px;
}

#footer .banner {
    margin-bottom: 0;
}

.custom-footer {
    display: flex;
    flex-wrap: wrap;
}

.custom-footer .custom-footer__contact, .custom-footer .custom-footer__newsletter {
    width: 50%;
    border-bottom: 1px solid var(--color-n50);
    margin-bottom: 80px;
    padding-bottom: 100px;
}



#footer h4 {
    margin: 0 0 40px;
    color: #000;
}

#footer li a {
    color: var(--color-n300);
    letter-spacing: 1px;
    line-height: 1.6;
}

#footer li {
    padding: 0 0 16px;
}

.footer-rows .custom-footer {
    padding-bottom: 0;
}

#footer ul > li:last-child {
    padding-bottom: 0;
}

.myfooter-certification > div > img:not(:last-child) {
    margin-right: 16px;
}

.footer-bottom > .container {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    text-align: center;
}

.footer-icons .footer-icon {
    margin: 0 24px;
}

.footer-icons > div:first-child {
    margin-left: 0;
}

.footer-icons > div:last-child {
    margin-right: 0;
}

.footer-icons {
    justify-content: flex-start;
}

.footer-links-icons {
    padding: 58px 20px 80px;
    border-bottom: 1px solid var(--color-n400);
}

.footer-bottom a, .footer-bottom span {
    color: var(--color-n300);
    letter-spacing: 1px;
}

#footer .js-cookies-settings {
    text-decoration: underline;
}

#footer .js-cookies-settings:hover {
    text-decoration: none;
}

.copyright strong {
    font-weight: 400;
}

#signature {
    margin: 16px 0 0;
}

.footer-bottom {
    padding: 40px 0;
}

.custom-footer__contact h4 {
    display: none;
}

.custom-footer__contact .contact-box > img {
    display: inline-block !important;
    position: relative;
    left: auto;
    top: auto;
    max-width: 70px;
    margin-right: 20px;
}

#footer h2 {
    color: #000;
    margin: 0 0 8px;
}

.custom-footer__contact .subtitle, .custom-footer__newsletter .subtitle {
    color: var(--color-n300);
    letter-spacing: 1px;
    line-height: 24px;
}

.custom-footer__contact .contact-box {
    display: flex;
    align-items: center;
}

.custom-footer__contact .contact-box ul {
    display: flex;
    flex-direction: row-reverse;
}

#footer .custom-footer__contact .contact-box ul li {
    padding-bottom: 0;
    display: flex;
    flex-direction: column;
}

#footer .custom-footer__contact .contact-box ul > li:not(:first-child) {
    margin-right: 32px;
}

.custom-footer__contact .contact-box ul li>span::before {
    width: 16px;
    height: 16px;
    margin-right: 14px;
    top: 0;
}

.custom-footer__contact .contact-box ul li>span.mail::before {
    content: "";
    background: url("upload/kodovani/mail-1.svg") no-repeat center;
    background-size: contain;
}

.custom-footer__contact .contact-box ul li>span.tel::before {
    content: "";
    background: url("upload/kodovani/phone-1.svg") no-repeat center;
    background-size: contain;
}

.custom-footer__contact .contact-box ul li>span:not(:first-child) {
    margin-left: 35px;
    color: var(--color-n200);
    font-size: 12px;
    letter-spacing: 2px;
    line-height: 19px;
}

#footer .contact-box ul li>span a {
    color: var(--color-n500);
    letter-spacing: 2px;
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
}

.custom-footer__contact .contact-box {
    margin-top: 32px;
    min-height: unset;
}

.custom-footer__newsletter h4 {
    display: none;
}

.custom-footer__newsletter .newsletter-header {
    margin-bottom: 32px;
}

.custom-footer__newsletter .form-control:focus {
    box-shadow: none;
}

.custom-footer__newsletter .form-control {
    height: 64px;
    font-size: 13px;
    padding-left: 0;
    border-width: 0 0 1px 0;
    border-color: var(--color-n400);
    letter-spacing: 2px;
}

.custom-footer__newsletter .compact-form .btn {
    height: 64px;
    background: var(--color-n400);
    color: #fff !important;
    text-transform: uppercase !important;
    font-size: 13px;
    line-height: 16px;
    padding: 5px 32px;
}

.custom-footer__newsletter ::placeholder {
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--color-n100);
}

.custom-footer__newsletter .compact-form .btn::before {
    content: none;
}

/*DETAIL KATEOGIRE*/

.aside-indented .breadcrumbs, .aside-indented .category-top {
    max-width: 100%;
}

.breadcrumbs {
    margin-top: 16px;
}

.navigation-home-icon::before {
    content: "";
    width: 24px;
    height: 24px;
    background: url("upload/kodovani/home-1.svg") no-repeat center;
    background-size: contain;
}

.breadcrumbs a, .breadcrumbs span {
    color: var(--color-n200);
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 1.6;
}

.breadcrumbs a:hover, .breadcrumbs span:hover {
    color: var(--color-n500);
    text-decoration: none;
}

.breadcrumbs a > span {
    color: var(--color-n500);
}

.breadcrumbs .navigation-bullet {
    width: 13px;
    height: 100%;
    text-indent: -99999px;
    background: url("upload/kodovani/arrow-right-1.svg") no-repeat center;
    background-size: contain;
    margin: 0 10px;
    display: inline-block;
}

.category-top {
    margin: 0 -20px 64px !important;
    max-width: unset !important;
}

.mycategory-top {
    display: flex;
    align-items: flex-start;
    margin-top: -74px;
    margin-bottom: 20px;
}

.mycategory-top > .img-holder {
    width: 60%;
    padding-left: 90px;
    margin-left: 45px;
    padding-bottom: 50px;
    background: url("upload/kodovani/circle-1.svg") no-repeat left bottom;
    background-size: 286px;
}

.category-top__text {
    max-width: 40%;
}

.mycategory-top .category-title {
    margin: 88px 0 30px !important;
    font-size: 48px;
}

.category-title {
    font-size: 48px;
}

.mycategory-top .category-perex {
    font-size: 20px;
    letter-spacing: 1px;
    color: var(--color-n300);
}

.subcategories.with-image li {
    background: #F5F0EA;
    margin: 5px;
    width: calc(20% - 10px);
    padding: 10px;
}

.subcategories {
    margin: 0 -5px;
}

.subcategories.with-image li a .image img {
    mix-blend-mode: multiply;
}

.subcategories li a {
    color: var(--color-n400)
}

.subcategories li a .text {
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
    text-transform: uppercase;
}

.subcategories li a:hover .text {
    text-decoration: none !important;
}

.subcategories.with-image li:hover{box-shadow: 0 0 10px rgba(0,0,0,0.1);}

.category-top > h4 {
    display: none;
}

#productsTop {
    display: none;
}

.sidebar {
    width: 320px;
}

.sidebar-indented .content .sidebar {
    margin-right: 40px;
}

.sidebar .box.box-sm.box-filters {
    padding: 46px 0 14px;
    border: none;
    position: relative;
    margin: 0 0 48px;
    border-bottom: 1px solid var(--color-n50);
}

#content .sidebar .filters-wrapper > div:first-of-type, #footer .filters-wrapper>div:first-of-type {
    margin-bottom: px;
}

.sidebar .box-filters::before {
    position: absolute;
    top: 0;
    left: 0;
    font-family: var(--template-headings-font) !important;
    color: var(--color-n500);
    font-size: var(--size-h2);
    line-height: 1;
}

.sidebar-inner {
    padding-top: 0;
}

.sidebar-inner > div.box-sm h4 {
    position: relative;
    font-family: var(--template-font) !important;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 1px;
    margin-bottom: 0px;
    cursor: pointer;
}

.filter-section h4, .slider-wrapper > h4 {
    font-family: var(--template-font) !important;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 1px;
}

.sidebar-inner > div.box-sm h4::after {
    content: "";
    position: absolute;
    height: 4px;
    width: 4px;
    background: url("upload/kodovani/triangle-1.svg") no-repeat center;
    background-size: contain;
    top: 50%;
    right: 0;
    transform: translateY(-50%) rotate(-90deg);
}

.sidebar-inner > div.box-sm h4.unactive::after {
    transform: translateY(-50%) rotate(90deg);
}

.sidebar .filter-section.filter-section-count .filter-total-count {
    display: none;
}

.sidebar .filter-section.filter-section-count {
    padding: 0;
}

#content .filter-section fieldset div label, #footer .filter-section fieldset div label {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 1px;
    color: var(--color-n500);
    display: flex;
    align-items: center;
}

.sidebar .filter-content {
    margin-top: 24px;
    margin-bottom: 24px;
}

#content .filter-section fieldset div, #footer .filter-section fieldset div {
    margin-bottom: 10px;
}

.filter-label .filter-count {
    position: relative;
    float: none;
    display: inline-block;
    color: var(--color-n100);
    font-size: 14px;
    font-weight: 400;
    background: transparent;
    width: auto;
    height: auto;
    border-radius: 0;
    margin: 0 0 0 3px;
}

.filter-label .filter-count::before {
    content: "[";
}

.filter-label .filter-count::after {
    content: "]";
}

#content .sidebar .filter-section fieldset div {
    margin-bottom: 10px;
}

input[type="checkbox"]+label::before, input[type="radio"]+label::before {
    border-color: var(--color-n100);
    border-radius: 0;
    width: 22px;
    height: 22px;
}

.sidebar input[type="checkbox"]+label, .sidebar input[type="radio"]+label {
    padding-left: 34px;
}

.ui-slider-horizontal .ui-slider-handle {
    border: 2px solid var(--color-n500);
    background: #fff;
}

.ui-slider-horizontal, .slider-content {
    height: 2px;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -9px;
}

.ui-slider, .slider-content {
    background: var(--color-n50);
}

.slider-content {
    margin-bottom: 12px;
}

#filters .slider-header {
    letter-spacing: 1px;
}

.slider-wrapper > h4 {
    margin-bottom: 28px;text-align: left;
}

#category-filter-hover .filter-section {
    border: none !important;
}

.filter-section {
    padding-top: 14px;
    padding-bottom: 0px;
}

.slider-wrapper {
    padding: 14px 0 0;
}

.filter-section label.active .filter-count {
    color: var(--color-n500);
    font-weight: 700;
}

input[type="checkbox"]:checked+label::after, input[type="radio"]:checked+label::after {
    width: 16px;
    height: 16px;
    content: "";
    position: absolute;
    top: 50%;
    left: 3px;
    background: url("upload/kodovani/check-1.svg") no-repeat center;
    background-size: contain;
}

.pagination-top > * {
    display: none !important;
}

.btn.btn-default, a.btn.btn-default {
    color: var(--color-n400);
    background: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 13px;
    font-weight: 600;
    line-height: 16px;
    padding: 15px 23px;
    border-color: var(--color-n75);
}

.btn.btn-default:hover, a.btn.btn-default:hover {
    background: #fff;
    color: var(--color-n400);
    text-decoration: underline;
}

.pagination>a, .pagination-top>a, .pagination>strong, .pagination-top>strong {
    border: 1px solid var(--color-n75);
    width: 48px;
    height: 48px;
    line-height: 48px;
    margin-left: 4px;
    font-size: 13px;
    letter-spacing: 2px;
    font-weight: 700;
    background: transparent;
    border-radius: 0;
}

.pagination-link.next::before {
    content: "";
    position: absolute;
    height: 12px;
    width: 12px;
    background: url("upload/kodovani/triangle-1.svg") no-repeat center;
    background-size: contain;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.pagination-link.prev::before {
    content: "";
    position: absolute;
    height: 12px;
    width: 12px;
    background: url("upload/kodovani/triangle-1.svg") no-repeat center;
    background-size: contain;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(180deg);
}

.pagination-wrapper .pagination {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

.pagination a.pagination-link {
    position: relative;
    border: none;
}

.pagination>strong {
    border-color: var(--color-n500);
}

.pagination>a:hover {
    text-decoration: underline;
    background: transparent;
}

.pagination-wrapper {
    margin: 38px 0 80px;
}

.category__secondDescription {
    color: var(--color-n300);
    letter-spacing: 1px;
    font-size: 20px;
    line-height: 1.6;
}

.position--benefitCategory {
    margin: 78px 0 64px;
    max-width: 100%;
}

.side-banner__support > div {
    display: flex;
    align-items: center;
}

.side-banner__support > div:not(:last-child) {
    margin-bottom: 12px;
}

.side-banner__support > div .img-holder {
    margin-right: 20px;
    flex-shrink: 0;
}

.side-banner__support > div h4 {
    margin: 0;
}

.side-banner__certificates {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 48px;
}

#clear-filters .close-after::after {
    content: none;
}

#clear-filters {
    text-align: left;
    margin-top: 14px !important;
}

#clear-filters .close-after {
    color: #B50630;
    font-size: 15px;
    font-weight: 700;
    text-decoration: underline;
    text-transform: none;
    padding: 0;
    letter-spacing: 1px;
}

#clear-filters .close-after:hover {
    text-decoration: none;
}

#category-header {
    display: flex;
    flex-direction: row-reverse;
    margin-bottom: 22px;
    align-items: flex-start;
}

#category-header .dropdown-menu {
    display: flex;
    flex-direction: row;
    position: relative;
    left: auto;
    right: auto;
    border: none;
    box-shadow: none;
}

#products-listing-order {
    display: none;
}

.category-header .dropdown {
    z-index: 1;
}

.category-header .dropdown .dropdown-menu label, .category-header .dropdown .dropdown-menu strong {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 22px;
    padding: 3px 24px;
}

.category-header .dropdown .dropdown-menu label {
    color: var(--color-n100);
}

.category-header .dropdown .dropdown-menu strong {
    color: var(--color-n500);
    text-decoration: underline;
    text-underline-offset: 16px;
}

.category-header .dropdown .dropdown-menu > li:first-child > * {
    padding-left: 10px;
}

.category-header-pagination {
    color: var(--color-n100);
}

.category-header-pagination strong {
    font-weight: 400;
}

/*DETAIL PRODUKTU*/

.image360 a, .p-image a, .p-thumbnails a {
    background: var(--color-n50);
}

.wide .image360 img, .wide .p-image img, .p-thumbnails a img {
    mix-blend-mode: multiply;
}

.wide .p-detail .flags {
    left: 16px;
    top: 16px;
}

.type-product .breadcrumbs {
    width: 100%;
}

.p-detail-inner {
    margin: 0 -20px;
}

.p-thumbnails a {
    margin: 4px;
}

.p-thumbnails a.highlighted {
    border: 1px solid var(--color-n500);
}

.p-thumbnails a.highlighted img {
    border: none;
}

.p-thumbnails {
    height: 106px;
}

.ratings-and-brand a:hover {
    text-decoration: none;
}

.stars a, .stars span {
    width: 12px;
    height: 12px;
}

.type-detail .stars {
    margin-right: 16px;
    display: flex;
    align-items: center;
}

.p-detail-inner-header > .ratings-and-brand {
    margin-top: 8px;
}

.wide .p-detail-inner .p-data-wrapper {
    max-width: 480px;
}

.wide .p-detail-inner .p-image-wrapper {
    padding-right: 10%;
}

.variant-list select {
    display: none !important;
}

.myvariants {
    display: flex;
    margin: 0 0 0 -4px;
}

.myvariant {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    line-height: 1.6;
    color: #000;
    letter-spacing: 1px;
    text-align: center;
    font-weight: 700;
    background: var(--color-n50);
    margin: 4px;
    cursor: pointer;
}

.myvariant:not(.active):hover {
    text-decoration: underline;
}

.myvariant.active {
    background: var(--color-n500);
    color: #fff;
}

.p-short-description {
    color: var(--color-n500);
    border-bottom: 1px solid var(--color-n50);
    letter-spacing: 1px;
}

.p-short-description a {
    text-decoration: underline;
}

.p-short-description a:hover {
    text-decoration: none;
}

.p-short-description ul {
    padding: 0;
    column-count: 2;
    column-gap: 40px;
    margin: 22px 0;
}

.p-short-description ul li::before {
    content: none;
}

.p-short-description ul li {
    margin-bottom: 16px;
    padding-left: 28px;
    position: relative;
    line-height: 17px;
    background: url("upload/kodovani/check-1.svg") no-repeat left 1px;
    background-size: 16px;

}

.variant-label {
    font-family: var(--template-headings-font) !important;
    font-size: var(--size-h4);
    color: #000;
}

.shipping-options-layout tbody > tr:first-child th {
    display: none;
}

.availability-label {
    margin-left: 0;
}

table.detail-parameters tbody tr td {
    padding-left: 0;
}

table.detail-parameters tbody tr th::after {
    content: none;
}

.one-column-body table.detail-parameters tbody tr th {
    min-width: unset;
    width: auto;
}

.wide table.detail-parameters.shipping-options-layout {
    width: auto;
    margin-bottom: 32px;
}

table.detail-parameters tbody tr th {
    padding-right: 0;
}

table.detail-parameters tbody {
    display: flex;
    flex-wrap: wrap;
    letter-spacing: 1px;
}

.shipping-options-row {
    width: 100%;
}

.detail-parameters.shipping-options-layout .parameter-dependent:not(.default-variant) .availability-label span {
    margin-left: -7px;
}

.detail-parameters.shipping-options-layout .parameter-dependent .availability-label span {
    margin-left: -3px;
}

.skladem {
    padding-left: 20px !important;
    background-image: url("upload/kodovani/check_green-1.svg");
    background-size: 12px;
    background-position: left 50%;
    background-repeat: no-repeat;
}

.type-detail .skladem {
    padding-left: 32px !important;
    background-image: url("upload/kodovani/check_green-1.svg");
    background-size: 20px;
    background-position: left 50%;
    background-repeat: no-repeat;
    text-transform: uppercase;
}

td .parameter-dependent:not(.default-variant) .availability-label {
    font-weight: 700;
    letter-spacing: 2px;
}

.stars-label {
    color: #000;
}

.myfree-shipping {
    width: 100%;
}

.myfree-shipping img {
    margin-right: 12px;
}

table.detail-parameters tbody tr td a {
    color: var(--color-n500);
    letter-spacing: 2px;
}

table.detail-parameters tbody tr td a:hover {
    text-decoration: none;
}

.type-detail .flag,flag-discount {
    display: none;
}

.p-to-cart-block {
    background: transparent;
}

.price-standard {
    color: #B50630;
}

.p-to-cart-block .add-to-cart-button {
    width: 100%;
    font-size: 13px;
    letter-spacing: 2px;
    line-height: 16px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    height: 64px;
}

.p-to-cart-block .add-to-cart-button:hover {
    text-decoration: underline;
    color: #fff;
}

.p-final-price-wrapper {
    font-size: 13px;
    letter-spacing: 2px;
}

.price-save .parameter-dependent {
    color: #fff;
    background: #B50630;
    line-height: 20px;
    padding: 3px 4px;
}

.p-final-price-wrapper>strong {
    font-size: 24px;
}

.p-final-price-wrapper .price-final {
    margin-top: 8px;
    font-family: var(--template-font) !important;
}

.p-to-cart-block {
    padding: 0;
}

.p-to-cart-block .quantity {
    padding-left: 55px;
    padding-right: 55px;
}

.p-to-cart-block .quantity input {
    font-size: 20px;
    font-weight: 700;
    height: 64px;
}

.p-to-cart-block .quantity .increase, .p-to-cart-block .quantity .decrease {
    height: 64px;
    width: 48px;
}

.p-to-cart-block .quantity .increase::before, .p-to-cart-block .quantity .decrease::before {
    line-height: 64px;
}
.p-to-cart-block {
    gap: 32px 10px;
}

.link-icons .link-icon.print {
    display: none;
}

.link-icon.chat::before {
    content: none;
}

.link-icons {
    justify-content: space-between;
    width: 100%;
}

.link-icons .link-icon {
    margin-right: 0;
}

.social-buttons-wrapper {
    padding: 34px 0 0;
}

.social-buttons-wrapper .link-icons .brand-wrapper {
    color: var(--color-n200);
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 2px;
}

.social-buttons-wrapper .link-icons .brand-wrapper a {
    color: var(--color-n500);
    text-decoration: underline;
    font-weight: 700;
}

.social-buttons-wrapper .link-icons .brand-wrapper a:hover {
    text-decoration: none;
}

.link-icon.chat {
    color: var(--color-n500);
    text-decoration: underline;
    letter-spacing: 2px;
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
}

.link-icon.chat:hover span, .link-icon.chat:hover {
    text-decoration: none !important;
}

.position--benefitProduct {
    border-color: var(--color-n50) !important;
}

#p-detail-tabs {
    padding-bottom: 10px;
}

.shp-tabs-holder ul.shp-tabs a.shp-tab-link {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 1px;
    color: var(--color-n500);
    padding-left: 32px;
    padding-right: 32px;
}

.shp-tabs-holder ul li.shp-tab:not(.active) a.shp-tab-link, .shp-tabs-holder ul li.shp-tab:not(.active) {
    color: var(--color-n100);
}

.shp-tabs-holder ul.shp-tabs .shp-tab.active, .shp-tabs-holder ul.shp-tabs .shp-tab:hover {
    text-underline-offset: 21px;
}

.wide .p-detail-tabs-wrapper {
    margin-top: 54px;
}

#description .rate-wrapper {
    display: none;
}

#description .extended-description {
    display: none;
}

.type-detail #tab-content {
    max-width: 940px;
    margin: 42px auto 0;
}

.type-detail .basic-description {
    width: 100%;
    padding-right: 0;
}

.contents h2 {
    margin-bottom: 26px;
}

.contents-inner {
    display: flex;
    justify-content: flex-start;
    margin: 0 -5px 57px;
    flex-wrap: wrap;
}

.ingredient {
    flex: 0 0 180px;
    background: var(--color-g50);
    padding: 24px 16px;
    text-align: center;
    margin: 5px;
    color: var(--color-n400);
}

.ingredient .img-holder img {
    mix-blend-mode: multiply;
}

.ingredient .img-holder {
    max-width: 80px;
    max-height: 80px;
    margin: 0 auto 24px;
}

.ingredient h4 {
    font-weight: 500;
    margin: 0 0 16px;
    color: var(--color-n400);
}

.basic-description .ingredient p {
    margin-bottom: 0 !important;
    letter-spacing: 1px;
    font-size: 13px;
    line-height: 18px;
}

.basic-description > *:not(.contents):not(h2) {
    letter-spacing: 1px;
}

.basic-description p {
    margin-bottom: 32px !important;
}

#description strong {
    color: var(--color-g400);
}

#description a {
    text-decoration: underline;
    color: var(--color-g400);
}

#description a:hover {
    text-decoration: none;
}

.tip {
    background: var(--color-g50);
    padding: 32px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 48px 0;
}

.tip-title h3 {
    color: #000;
    margin: 0;
}

.tip-title {
    margin-right: 72px;
    flex-shrink: 0;
}

#description hr {
    border: none !important;
    height: 1px;
    width: 100%;
    background: var(--color-n50);
    margin: 64px 0;
}

#description img[style='float: right;'] {
    max-width: 50%;
    margin-left: 40px;
}

#description ol {
    list-style-type: none;
    counter-reset: my-counter;
    padding-left: 0;
}

#description ol li {
    position: relative;
    padding-left: 54px;
    margin-bottom: 24px;
    counter-increment: my-counter;
}

#description ol li::before {
    content: counter(my-counter);
    position: absolute;
    left: 0;
    top: 0;
    border: 1px solid var(--color-n500);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 32px;
}

#description {
    color: var(--color-n300);
}

.brands-holder .brands {
    margin-top: 0;
}

.products-header {
    margin-bottom: 30px;
}

.type-detail .reviews {
    margin-top: 107px;
}

.mobile .products-header {
    text-align: center;
}

.type-product .breadcrumbs {
    padding-bottom: 16px;
}

/*DRBKY*/

.btn.btn-conversion, a.btn.btn-conversion, .btn.btn-cart, a.btn.btn-cart {
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.btn.btn-conversion:hover, a.btn.btn-conversion:hover, .btn.btn-cart:hover, a.btn.btn-cart:hover {
    color: #fff;
    text-decoration: underline;
}

#orderFormButton:hover {
    text-underline-offset: 4px;
}

ol.cart-header li.active a, ol.cart-header li.active strong {
    font-weight: 700;
}

ol.cart-header li.completed a::before, ol.cart-header li.completed strong::before, ol.cart-header li.active a::before, ol.cart-header li.active strong::before {
    color: #fff;
}

ol.cart-header li.completed a:hover::before {
    color: #fff;
}

.radio-wrapper input[type="checkbox"]:checked + label::after, .radio-wrapper input[type="radio"]:checked+label::after {
    background-color: transparent;
}

ol.cart-header .completed a span {
    text-decoration: none;
}

ol.cart-header .completed a:hover span {
    text-decoration: underline;
}

/*RESPO*/

@media (max-width: 1439px) and (min-width: 768px) {
    #header .header-top {
        padding: 24px 0;
    }
    #header .header-bottom {
        margin: 0 11px;
    }
    .navigation-in>ul>li>a {
        padding-left: 0;
    }
    .top-navigation-bar-menu a, .top-navigation-bar-menu-helper a, .dropdown-menu a, .top-navigation-tools a {
        padding: 24px 15px;
    }
    .navigation-in>ul>li:first-child>a:hover, .navigation-in>ul>li.ext.exp:first-child>a {
        padding-left: 0;
    }
    .top-navigation-bar-menu > li:last-child a {
        padding-right: 0;
    }
    .navigation-in ul.menu-level-2 {
        width: 1178px;
    }
    .navigation-in>ul>li>a:hover, .navigation-in>ul>li.ext.exp>a {
        padding-left: 0;
    }
}

@media (max-width: 1439px) and (min-width: 1200px) {
    #header .header-bottom {
        margin: 0 auto;
        max-width: 1178px;
    }
}

@media (max-width: 1439px) {

    .benefitBanner > div:nth-child(odd) {
        justify-content: flex-end;
    }
    .benefitBanner > div:nth-child(even) {
        justify-content: flex-start;
    }

    .homepage-group-title {
        margin: 50px 0 20px;
    }
    .products-wrapper .btn-holder {
        margin-top: 0;
    }
    .products-block > div .p {
        padding-bottom: 24px;
    }
    .dark-btn, .white-btn, .bordered-btn {
        padding: 12px 24px;
    }
    .butter-text {
        padding: 25px;
    }
    .butter {
        margin-bottom: 24px;
    }
    .flag {
        font-size: 10px;
    }
    .brand-logo img {
        max-width: 100px;
        max-height: 70px;
    }
    .welcome {
        margin-right: 30px;
        text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
        background-clip: text;
        -webkit-background-clip: text;
    }
    .myblog-category a {
        font-size: 12px;
        padding: 18px 10px;
    }
    .myblog-category {
        margin: 0 5px;
        width: calc(20% - 10px);
    }
    .blog-appendix__title h3{
        margin-bottom: 5px;
    }
    .blog-appendix {
        margin-bottom: 50px;
    }
    .reviews-inner {
        margin-top: 40px;
    }
    .reviews {
        padding-bottom: 50px;
    }
    .my-ig h2{
        margin-top: 50px;
    }
    .my-ig .subtitle {
        margin-bottom: 40px;
    }
    #footer .contact-box ul li>span a {
        font-size: 16px;
    }
    .custom-footer__contact .subtitle, .custom-footer__newsletter .subtitle {
        font-size: 12px;
    }
    .custom-footer__contact .contact-box {
        margin-top: 22px;
    }
    .custom-footer__newsletter .form-control, .custom-footer__newsletter .compact-form .btn {
        height: 54px;
    }
    .custom-footer .custom-footer__contact, .custom-footer .custom-footer__newsletter {
        margin-bottom: 50px;
        padding-bottom: 50px;
    }
    #footer h4 {
        margin-bottom: 25px;
    }
    .custom-footer>div {
        width: auto;
    }
    .custom-footer {
        justify-content: space-between;
    }
    .footer-links-icons {
        padding: 40px 20px;
    }
    .footer-bottom {
        padding: 20px 0;
    }
    #footer .banner {
        margin-bottom: 0;
    }
    .mycategory-top .category-title {
        font-size: 38px;
    }
    .mycategory-top .category-perex, .category__secondDescription {
        font-size: 16px;
    }
    .position--benefitCategory .benefitBanner__item {
        justify-content: center !important;
    }
    .wide .p-detail-inner .p-image-wrapper {
        padding-right: 50px;
    }
}

@media (max-width: 1199px) and (min-width: 768px) {
    #header .header-bottom {
        flex-direction: column-reverse;
    }
    .header-bottom-wrapper {
        max-width: 100%;
    }
    .top-navigation-menu {
        width: 100%;
    }
    .top-navigation-bar-menu {
        text-align: center;
        border-bottom: 1px solid var(--color-n400);
    }
    .top-navigation-bar-menu a, .top-navigation-bar-menu-helper a, .dropdown-menu a, .top-navigation-tools a {
        padding: 10px 15px;
    }
    .fitted .navigation-in ul {
        justify-content: center;
    }
    .navigation-in ul.menu-level-2 {
        width: 100%;
    }
    #header .header-bottom-wrapper {
        width: 100%;
    }
    #header .navigation-buttons a[data-target="login"] {
        margin: 0 12px;
    }
    .magnifier form {
        width: 270px;
    }
    .category-header-pagination {
        display: none;
    }
    .searchWhisperer {
        max-width: 100%;
    }
}

@media (max-width: 1199px) {
    .benefitBanner:not(.position--benefitCategory) {
        padding: 24px 0;
    }
    .benefitBanner__item {
        width: calc(50% - 40px);
        margin: 20px;
    }
    :root {
        --size-h1: 28px;
        --size-h2: 24px;
        --size-h3: 20px;
    }
    .footer-banners>.footer-banner {
        margin-right: 10px;
    }
    .footer-banner .extended-banner-title {
        font-size: 18px;
    }
    .footer-banners {
        margin-top: 25px !important;
        padding-top: 60px;
    }
    .butter, .brands {
        flex-direction: column;
    }
    .butter > div, .brands > div {
        max-width: 700px;
        margin: 0 auto;
    }
    .butter .img-holder::after {
        width: 100px;
    }
    .brands-text {
        padding: 25px;
    }
    .brands-logos {
        border: 1px solid #F5F0EA;
    }
    .butter {
        margin-top: 40px;
    }
    .brands {
        margin: 40px -20px 60px;
    }
    .absolute-img {
        max-width: 100px;
    }
    .welcome-wrapper {
        min-height: 440px;
    }
    .welcome .bordered-btn {
        padding: 15px 20px;
    }
    body {
        font-size: 14px;
    }
    .welcome .btn-holder {
        margin-top: 40px;
    }
    .homepage-blog-wrapper {
        margin-top: 40px;
    }
    .blog-appendix {
        flex-direction: column;
    }
    .blog-appendix__title {
        margin: 0 0 20px;
        text-align: center;
    }
    .custom-footer__contact .contact-box ul {
        flex-direction: column-reverse;
    }
    #footer .custom-footer__contact .contact-box ul > li:not(:first-child) {
        margin-right: 0;
        margin-bottom: 5px !important;
    }
    .footer-icons {
        justify-content: center;
    }
    .footer-icons .footer-icon {
        margin: 12px 24px;
    }
    .brands-logos h2 {
        margin-top: 24px;
    }
    .subcategories.with-image li {
        width: calc(25% - 10px);
    }
    .mycategory-top > .img-holder {
        padding-left: 0;
        padding-bottom: 0;
        width: 50%;
    }
    .mycategory-top {
        margin-top: 0;
        align-items: center;
    }
    .mycategory-top .category-title {
        margin: 24px 0 10px !important;
    }
    .category-top__text {
        max-width: 50%;
    }
    .pagination-wrapper {
        margin: 18px 0 30px;
    }
    .btn.btn-default, a.btn.btn-default {
        padding: 12px 20px;
    }
    .pagination>a, .pagination-top>a, .pagination>strong, .pagination-top>strong {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
    .pagination-top {
        padding-top: 0;
    }
    .position--benefitCategory {
        margin: 40px 0;
    }
    .wide .p-detail-inner .p-image-wrapper {
        padding-right: 24px;
    }
    .p-to-cart-block .quantity input, .p-to-cart-block .quantity .increase, .p-to-cart-block .quantity .decrease {
        height: 50px;
    }
    .p-to-cart-block .quantity .increase::before, .p-to-cart-block .quantity .decrease::before {
        line-height: 50px;
    }
    .p-to-cart-block .add-to-cart-button {
        height: 50px;
    }
    .wide .p-detail-tabs-wrapper {
        margin-top: 24px;
    }
    #description hr {
        margin: 44px 0;
    }
    .products-header {
        margin: 25px 0;
    }
    .pagination-wrapper .pagination {
        justify-content: center;
    }
    .ingredient {
        flex: 0 0 calc(33.333% - 10px);
    }
    .contents-inner {
        justify-content: center;
    }
    .filter-total-count {
        display: none;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .navigation-in>ul>li>a {
        padding-bottom: 15px;
        padding-top: 15px;
    }
    #header .container {
        min-height: 44px;
    }
    #navigation {
        height: 44px;
    }
    .navigation-in ul.menu-level-2 {
        width: 747px;
    }
    #header .navigation-buttons a[data-target="login"] {
        margin: 0 10px 0 0;
    }
    .magnifier form {
        width: 180px;
    }
    .magnifier {
        font-size: 14px;
    }
    .desktop #category-header .dropdown-menu > li:nth-child(n+5) {
        display: none;
    }
}

@media (max-width: 991px) {
    :root {
        --size-h1: 26px;
        --size-h2: 22px;
        --size-h3: 18px;
    }
    .footer-banner .extended-banner-title {
        font-size: 16px;
    }
    .footer-banners {
        padding-top: 50px;
    }
    .benefitBanner__title {
        font-size: 16px;
    }
    .benefitBanner__item {
        margin: 8px 20px;
    }
    .welcome {
        max-width: 100%;
        background: rgba(0,0,0,.5);
        margin: 0;
        padding: 20px 20%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .welcome-wrapper {
        padding: 0;
        justify-content: center;
        align-items: stretch;
    }
    .myblog-category {
        margin: 5px;
        width: calc(33.333% - 10px);
        max-width: 200px;
    }
    .blog-appendix__categories {
        flex-wrap: wrap;
        justify-content: center;
    }
    .reviews-inner .vote-wrap {
        padding: 0 5px;
    }
    .custom-footer .custom-footer__contact, .custom-footer .custom-footer__newsletter {
        width: 100%;
        text-align: center;
    }
    .custom-footer__contact .contact-box {
        justify-content: center;
    }
    .custom-footer .custom-footer__contact {
        border-bottom: none;
        padding-bottom: 0;
    }
    .custom-footer__newsletter form {
        max-width: 500px;
        margin: 0 auto;
    }
    .custom-footer__contact .contact-box ul li>span:not(:first-child) {
        text-align: left;
    }
    .contact-box ul li>span {
        text-align: left;
    }
    .category-top__text {
        max-width: 100%;
    }
    .mycategory-top {
        flex-wrap: wrap;
    }
    .mycategory-top > .img-holder {
        width: 100%;
        max-width: 500px;
        margin: 0;
    }
    .subcategories.with-image li {
        width: calc(33.333% - 10px);
    }
    .category-header .dropdown .dropdown-menu label, .category-header .dropdown .dropdown-menu strong {
        padding: 3px 14px;
    }
    .wide .p-detail-tabs-wrapper {
        margin: 0 -20px;
    }
    .shp-tabs-holder ul.shp-tabs .shp-tab.active, .shp-tabs-holder ul.shp-tabs .shp-tab:hover {
        text-underline-offset: 12px;
    }
    .type-detail .benefitBanner {
        margin-bottom: 0;
    }
    .contents-inner {
        margin-bottom: 30px;
    }
    .basic-description p {
        margin-bottom: 22px !important;
    }
    .shp-accordion-wrapper.p-detail-tabs-wrapper {
        margin-bottom: 24px;
    }
    .type-detail .reviews {
        margin-top: 50px;
    }
    .category-header .dropdown .dropdown-menu label, .category-header .dropdown .dropdown-menu strong {
        font-size: 12px;
    }
    #category-header .dropdown-menu {
        flex-wrap: wrap;
    }
    .category-header .dropdown .dropdown-menu label, .category-header .dropdown .dropdown-menu strong {
        padding: 3px 10px 7px;
    }
    .category-header .dropdown .dropdown-menu strong {
        text-underline-offset: 10px;
    }
    .sidebar-indented .content .sidebar {
        width: 250px;
        margin-right: 20px;
    }
    .ratings-and-brand .brand-wrapper {
        display: none;
    }
    .wide .p-detail-inner .p-data-wrapper {
        max-width: 100%;
        margin-top: 24px;
    }
    .wide .p-detail-inner .p-image-wrapper {
        padding-right: 0;
    }
}

@media (max-width: 767px) {
    .header-contact {
        display: none;
    }
    .magnifier {
        display: none;
    }
    .navigation-buttons a[data-target="login"] img {
        display: none;
    }
    .navigation-buttons a[data-target="cart"]::before {
        content: "";
        width: 30px;
        height: 30px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background: url("upload/kodovani/cart-1.svg") no-repeat center;
        background-size: contain;
    }
    .navigation-buttons a[data-target="search"]::before {
        content: "";
        width: 30px;
        height: 30px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background: url("upload/kodovani/search-1.svg") no-repeat center;
        background-size: contain;
    }
    .carousel-tabs .extended-banner-title {
        font-size: 0;
        width: 40px;
        height: 3px;
        padding: 0;
        margin: 2px;
        background: #fff;
    }
    .carousel-tabs .extended-banner-title.active {
        background: #494949;
    }
    .carousel-tabs .extended-banner-title.active::before {
        content: none;
    }
    .carousel-tabs {
        margin-top: -15px;
    }
    .carousel-control {
        height: 50px;
        width: 20px;
    }
    .carousel-control.left::before {
        border: none;
    }
    .benefitBanner:not(.position--benefitCategory) {
        width: unset;
        max-width: unset;
        margin-left: auto;
        margin-right: auto;
    }
    .product-slider-holder.has-navigation {
        margin: 0 auto;
    }
    .brands, .blog-appendi, .reviews-inner {
        margin-left: auto;
        margin-right: auto;
    }
    .welcome-wrapper {
        margin: 0 auto !important;
    }
    .my-ig .instagram-widget {
        margin: 0 auto;
    }
    .carousel-control.right::before {
        border: none;
    }
    .benefitBanner__content {
        padding-right: 0;
    }
    .benefitBanner__item {
        width: 100%;
    }
    .benefitBanner > div:nth-child(odd), .benefitBanner > div:nth-child(even) {
        justify-content: center;
    }
    .footer-banners>.footer-banner {
        margin-right: 0;
    }
    .footer-banners {
        flex-wrap: wrap;
        justify-content: center;
    }
    .footer-banners>.footer-banner {
        max-width: 100%;
        padding: 5px 10px;
    }
    .mywrapper > div {
        padding: 5px 10px;
    }
    .butter .img-holder::after {
        width: 80px;
    }
    .products-block>div {
        max-width: 100%;
    }
    .product-slider .products-block>div {
        padding: 0;
    }
    .footer-banners {
        padding-top: 70px;
        line-height: 1.4;
    }
    .butter-text h2 {
        margin: 14px 0;
    }
    .welcome {
        padding: 20px 20px 50px;
    }
    .absolute-img {
        max-width: 70px;
        top: auto;
        left: 15px;
        bottom: 15px;
    }
    .welcome-wrapper {
        min-height: auto;
    }
    .welcome h1 {
        margin-top: 0;
    }
    .welcome .bordered-btn {
        padding: 10px 20px;
    }
    .homepage-blog-wrapper .news-item .title {
        margin: 12px 0;
    }
    .myblog-category {
        width: calc(50% - 10px);
    }
    .homepage-blog-wrapper {
        padding-bottom: 0;
    }
    .reviews-inner {
        flex-wrap: wrap;
        justify-content: center;
    }
    .reviews-inner .vote-wrap {
        width: calc(50% - 20px);
        margin: 15px 10px;
        min-width: 200px;
    }
    .reviews .vote-content {
        margin: 8px 0;
    }
    .my-ig h2 {
        margin-top: 30px;
    }
    .my-ig .subtitle {
        margin-bottom: 20px;
    }
    .my-ig .instagram-widget {
        flex-wrap: wrap;
    }
    .my-ig .photo-wrap {
        width: calc(33.333% - 20px);
        margin: 10px;
    }
    .custom-footer__newsletter .form-control, .custom-footer__newsletter .compact-form .btn {
        height: 48px;
    }
    .custom-footer__newsletter .newsletter-header {
        margin-bottom: 22px;
    }
    .custom-footer>div {
        text-align: center;
        width: 50%;
    }
    .custom-footer .custom-footer__newsletter {
        margin-bottom: 20px;
    }
    #footer li {
        padding-bottom: 10px;
    }
    .myfooter-certification > div > img:not(:last-child), .myfooter-certification > div > img:last-child {
        margin: 5px;
    }
    #footer h4 {
        margin-bottom: 15px;
    }
    #footer .banner {
        min-height: unset;
    }
    .footer-links-icons {
        padding: 20px;
    }
    .product-slider .products-block {
        align-items: center;
    }
    .products-block .p {
        margin-bottom: 0;
    }
    .carousel-control {
        top: 50%;
    }
    #category-header .dropdown-menu {
        flex-wrap: wrap;
    }
    .category-top {
        margin: 0 0 50px !important;
    }
    .mycategory-top .category-title {
        font-size: var(--size-h1);
        margin-top: 14px !important;
    }
    .mycategory-top .category-perex, .category__secondDescription {
        font-size: 14px;
    }
    .subcategories.with-image li {
        width: calc(50% - 10px);
    }
    .category-header .dropdown .dropdown-menu label, .category-header .dropdown .dropdown-menu strong{
        padding: 10px 14px;
    }
    .category-header .dropdown .dropdown-menu > li:first-child > * {
        padding-left: 14px;
    }
    input[type="checkbox"]+label::before, input[type="radio"]+label::before {
        width: 18px;
        height: 18px;
    }
    input[type="checkbox"]:checked+label::after, input[type="radio"]:checked+label::after {
        width: 12px;
        height: 12px;
    }
    .position--benefitCategory {
        margin: 25px 0 40px;
    }
    .wide .p-detail-inner .p-image-wrapper {
        padding-right: 0;
    }
    .p-detail-inner {
        margin: 0;
    }
    .wide .p-detail-tabs-wrapper {
        margin: 0 0 24px;
    }
    #content-wrapper .product-slider-holder.has-navigation {
        margin: 0;
    }
    .type-product .breadcrumbs {
        margin-top: 6px;
    }
    .p-to-cart-block .quantity input {
        font-size: 16px;
    }
    .p-to-cart-block .quantity {
        padding-left: 40px;
        padding-right: 40px;
    }
    #accordion-content .shp-accordion .shp-accordion-link {
        font-size: 22px;
    }
    #description img[style='float: right;'] {
        margin-left: 20px;
    }
    #description hr {
        margin: 24px 0;
    }
    .contents h2 {
        text-align: center;
    }
    .contents-inner {
        justify-content: center;
    }
    .tip {
        padding: 22px;
    }
    .tip-title {
        margin-right: 32px;
    }
    #header .header-top a.cart-count i {
        left: auto;
        right: 20px;
        bottom: auto;
        top: 20px;
    }
    .footer-banners>.footer-banner {
        max-width: none;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .footer-banners {
        flex-direction: column;
        align-items: center;
    }
    .ingredient {
        flex: 0 0 calc(50% - 10px);
    }
    .type-detail .breadcrumbs > span:last-child {
        display: none;
    }
    .type-detail .breadcrumbs > span:nth-last-child(2) .navigation-bullet {
        display: none;
    }
    .container.navigation-wrapper .site-name {
        flex-basis: 170px;
    }
}

@media (max-width: 499px) {
    :root {
        --size-h1: 24px;
        --size-h2: 20px;
        --size-h3: 16px;
    }
    .navigation-buttons a[data-target="cart"]::before, .navigation-buttons a[data-target="search"]::before {
        width: 25px;
        height: 25px;
    }
    .footer-banners::before {
        padding: 0 10px;
    }
    .benefitBanner__title {
        font-size: 14px;
    }
    .benefitBanner__item {
        width: auto;
    }
    .butter-text, .brands-text {
        padding: 15px;
    }
    .brand-logo {
        width: 50%;
    }
    .brands-logos h2 {
        margin-bottom: 10px;
    }
    .absolute-img {
        position: relative;
        left: auto;
        bottom: auto;
        margin: 30px auto 0;
        max-width: 100px;
    }
    .welcome {
        padding: 20px;
    }
    .myblog-category {
        min-width: 200px;
    }
    .my-ig .photo-wrap {
        width: calc(50% - 10px);
        margin: 5px;
    }
    .custom-footer__contact .contact-box {
        flex-direction: column;
    }
    .custom-footer__contact .contact-box > img {
        margin: 0 0 20px;
    }
    .custom-footer__newsletter form fieldset {
        padding-bottom: 55px;
    }
    .custom-footer__newsletter .compact-form .btn {
        right: auto;
        left: 50%;
        bottom: 0;
        top: auto;
        transform: translateX(-50%);
    }
    .custom-footer__newsletter .form-control {
        text-align: center;
        padding-bottom: 0;
    }
    .custom-footer>div {
        width: 100%;
    }
    .footer-icons > div:last-child {
        margin-right: 10px;
    }
    .footer-icons > div:first-child {
        margin-left: 10px;
    }
    .footer-icons .footer-icon {
        margin: 10px;
        width: calc(50% - 20px);
        text-align: center;
    }
    .carousel-tabs .extended-banner-title {
        width: 30px;
    }
    .subcategories.with-image li {
        width: 100%;
        margin: 5px 0;
    }
    .subcategories {
        margin: 0;
    }
    .category-header .dropdown .dropdown-menu label, .category-header .dropdown .dropdown-menu strong {
        padding: 5px 10px;
        font-size: 12px;
    }
    .category-header .dropdown .dropdown-menu strong{
        text-underline-offset: 8px;
    }
    #content .filter-section fieldset div, #footer .filter-section fieldset div {
        margin-bottom: 0;
    }
    .p-short-description ul {
        column-count: 1;
    }
    #description ol li {
        padding-left: 38px;
    }
    #description ol li::before {
        width: 28px;
        height: 28px;
        top: 6px;
    }
    .tip {
        flex-direction: column;
        text-align: center;
        margin: 28px 0;
    }
    .tip-title {
        margin: 0 0 20px;
    }
    #accordion-content .shp-accordion .shp-accordion-link {
        font-size: 18px;
    }
    #header .header-top a.cart-count i {
        right: 5px;
        top: 8px;
    }
    .ingredient {
        flex: 1 0 180px;
    }
    #description img[style='float: right;'] {
        max-width: 100%;
        float: none !important;
        margin: 0;
    }
}