html .site-wrapper .mobile-header .mobile-top-bar {
    justify-content: center;
}

/* Cookie notice */
.site-wrapper .module-header_notice-56 .module-body {
    background: #F5ECDD;
}

.module-header_notice-56 .hn-body {
    width: 100%;
    max-width: 1247px;
}

.site-wrapper .module-header_notice-56 .module-body p {
    margin-bottom: 0;
}

.notice-module.module.module-header_notice.module-header_notice-56 {
    position: fixed;
    z-index: 100;
    bottom: 40px;
    top: auto;
}

/* Mobile search */
.mobile-header-active .site-wrapper .mobile-1 #search .header-search {
    display: flex;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
}

/* Align mobile header icons */
.mobile.mobile-header-active #cart > a > i::after {
    transform: translate(-50%, -125%)
}

.mobile.mobile-header-active .menu-trigger {
    margin-right: -10px;
}

.mobile-header-active #cart > a > i::after, .mobile-header-active #cart > a > i::before,
.site-wrapper a.mobile-custom-menu.mobile-custom-menu-1,
.mobile-header-active .mobile-custom-menu-1 .links-text::after,
.mobile-header-active .menu-trigger::before, .mobile-header-active .menu-trigger::after {
    color: #57585A;
}

/* Hide language selector */
.header .language,
.mobile-header .language {
    display: none !important;
}

/* Frontpage blog view */
.blog-custom-description-block {
    position: absolute;
    bottom: 15px;
    left: 15px;
    background: red;
    padding: 10px;
}

.blog-custom-description-block a {
    color: #fff;
}

.grid-items .module-blog_posts-40 .swiper {
    padding-bottom: 0;
}

.grid-items .swiper-container.swiper-container-initialized.swiper-container-horizontal.swiper-container-ios {
    padding-bottom: 0;
}

.site-wrapper .grid-items .module-blog_posts-40 .swiper {
    padding: 15px;
    background: #fff;
}

/* Main categories homepage */
div.links-menu-350 .menu-item a::before {
    position: absolute;
    right: 0;
    top: 6px;
}

.site-wrapper div.links-menu-350 .menu-item a {
    position: relative;
    display: block;
    width: 100%;
}

.layout-1 .grid-col.grid-col-top-2-1 {
    max-width: 1280px;
    margin: 0 auto;
}

/* Home USPs desktop */
.layout-1.desktop div.links-menu-351 .module-body {
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

/* Breadcrumbs */
.mobile .breadcrumb {
    padding-bottom: 0;
}

/* Category page title */
.layout-3 h1.page-title {
    display: block;
    width: 100%;
    color: #fff;
    background: #E2101E;
    padding: 5px 10px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 3.1px;
    font-size: 1.2em;
    margin-top: -10px;
}

/* Remove columns from information pages */
.route-information-information .content {
    columns: unset !important;
}

/* Fix my account page columns on mobile */
.mobile .row.login-box {
    flex-direction: column;
}

/* iSearch style fixes */
.isearch-heading.isearch-heading-suggestion,
.isearch-heading.isearch-heading-product {
    font-size: 20px;
    margin-bottom: 5px;
}

.isearch-product .isearch-product-info {
    display: flex;
    align-items: baseline;
}

.isearch-suggestion + .isearch-heading-product {
    margin-top: 10px;
}

.isearch-product .isearch-heading-product {
    font-weight: normal;
    text-transform: none;
    font-size: 14px;
    padding-left: 10px;
}

/* Sticky add to cart on mobile product page */
@media (max-width: 1024px) {
    .route-product-product:not(.popup) .product-info .product-details .button-group-page .stepper {
        margin-right: 1em;
    }

    .route-product-product:not(.popup) .product-info .product-details .button-group-page .extra-group {
        display: none;
    }

    .route-product-product:not(.popup) .product-info .product-details .buttons-wrapper {
        flex-flow: row;
        justify-content: space-between;
    }

    .route-product-product:not(.popup) .product-info .button-group-page .btn-cart::before {
        display: inline-block !important;
    }

    .route-product-product:not(.popup) .product-info .button-group-page .stepper-group {
        flex-flow: row;
    }
}

.product-info .product-options .radio label input[type='checkbox'],
.product-info .product-options .checkbox label input[type='checkbox'] {
    display: inline;
    vertical-align: middle;
    position: static;
    margin-top: 0;
}

.product-info .product-options .option-value {
    vertical-align: middle;
}

/* Category description */
.container .category-description {
    margin-bottom: 0;
}

.top-bar,
.top-bar .top-menu,
.top-bar .top-menu .j-menu {
    width: 100% !important;
}

.top-bar .third-menu,
.top-bar .language-currency {
    display: none;
}

.top-bar .top-menu .j-menu {
    justify-content: space-around;
}

.top-bar > div:first-child > ul > li:last-child {
    position: unset !important;
    transform: unset !important;
}

.in-stock {
    color: green;
    font-weight: bold;
}

.fys-usp-list {
    margin: 5px 0 0 0;
    padding: 0;
    list-style-type: none;
}

.fys-usp-list li::before {
    content: '-';
    margin-right: 5px;
    display: inline-block;
    font-size: 14px;
    color: rgba(80, 173, 85, 1);
    content: '\f00c' !important;
    font-family: icomoon !important;
}

/* Product page */
.route-product-product h1.product-title {
    /* Same as .page-title */
    font-size: 30px;
    text-align: left;
    margin-bottom: 20px;
    white-space: normal;
    overflow: visible;
    text-overflow: initial;
}

@media (max-width: 760px) {
    .route-product-product h1.product-title {
        font-size: 22px;
    }
}

/* Progress bar in checkout */
.fys-progress-bar {
    display: flex;
    flex-flow: row;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    list-style: none;
    padding: 0;
}

.fys-progress-bar li {
    color: #555;
    background-color: white;
    width: 33.3%;
    padding: 10px 0 0 0;
    display: flex;
    flex-flow: column;
    text-align: center;
    position: relative;
}

.fys-progress-bar li:not(:first-child)::after {
    content: '';
    z-index: 0;
    position: absolute;
    top: 35px; /* (50px height / 2) + 10px padding */
    left: -75%;
    transform: translateX(100%);
    height: 0.2rem;
    background: #999;
    width: 50%;
    z-index: 0;
}

.fys-progress-bar li.active::after {
    background: green;
}

.fys-progress-bar .progress-circle {
    border: 1px solid rgba(51, 51, 51, 1);
    display: inline-block;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    line-height: 50px;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    z-index: 1;
    background-color: white;
}

.fys-progress-bar .progress-circle.done {
    border: 1px solid #3c763d;
    color: #3c763d;
    background-color: #dff0d8;
}

.fys-progress-bar .progress-circle .done::before {
    content: '\eb1b' !important;
    font-family: icomoon !important;
    color: #3c763d;
}

.route-checkout-checkout .page-title {
    display: none;
}

.route-checkout-checkout .fys-progress-bar li {
    padding: 0 0 10px 0;
}

.route-checkout-checkout .fys-progress-bar li:not(:first-child)::after {
    top: 25px; /* (50px height / 2), without padding */
}


@media (max-width: 1024px) {
    .fys-progress-bar li:not(:first-child)::after {
        top: 27px; /* (35px height / 2) + 10px padding */
    }

    .route-checkout-checkout .fys-progress-bar li:not(:first-child)::after {
        top: 17px; /* (35px height / 2), without padding */
    }

    .fys-progress-bar .progress-circle {
        width: 35px;
        height: 35px;
        line-height: 35px;
        font-size: 18px;
    }

    .route-checkout-checkout #content {
        padding-top: 0;
    }

    .wishlist-compare {
        flex: 1 !important;
    }
}

/* CLS optimizations, hide top bar and always add a fixed header on mobile */
@media (max-width: 1024px) {
    body {
        padding-top: 60px !important;
    }

    .mobile-header .mobile-bar {
        position: fixed !important;
        top: 0 !important;
        width: 100% !important;
        z-index: 1000 !important;
    }
}

li.menu-item.top-menu-item {
    flex: 1;
}

div.secondary-menu .top-menu > .j-menu > li > a > .count-badge.wishlist-badge {
    left: 0 !important;
    transform: translate3d(calc(100% + var(--x, 0px)), var(--count-badge-y, var(--menu-badge-y)), 0) !important;
}

.search-categories-button {
     padding-left: 15px !important;
}

.btn-cart.btn:before {
    content: '\e99b' !important;
    font-family: icomoon !important;
}

.mobile-bar.sticky-bar {
    background: var(--background, inherit);
}

.stepper-group.cart-group {
    flex-basis: 100%;
}

.popup body {
    padding-top: 0 !important;
    height: 100%;
}

.popup .product-details .buttons-wrapper {
    flex-wrap: nowrap;
}

.popup .description.no-expand {
    border-top: 0;
    margin-top: 0;
    padding-top: 0;
}

.popup-wrapper .popup-inner-body {
    height: 380px;
}

.popup-wrapper iframe {
    height: 100%;
}

.popup #wwkSidebarMobile {
    display: none !important;
}