@import "https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap";
body {
    font-size: 15px;
    color: #0f172a;
    background: #fff;
    font-family: "Roboto", apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    overflow-x: hidden;
    position: relative;
    width: 100%;
    margin: 0 auto;
    transition: 0.3s ease transform;
}
body.--navUserActive,
body.--cartActive {
    overflow: hidden;
    padding-right: 17px;
}
body.mobile.--navUserActive,
body.mobile.--cartActive {
    padding-right: 0px;
}
@media screen and (max-width: 991px) {
    body.--menuActive,
    body.--searchActive {
        overflow: hidden;
    }
    body.--navUserActive,
    body.--cartActive {
        padding-right: 0px;
    }
}
@media screen and (min-width: 992px) {
    body.submenu-active {
        overflow-y: scroll;
    }
}
::-moz-selection {
    background: #e9d8fd;
}
::selection {
    background: #e9d8fd;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance: textfield;
}
a {
    color: #6551cc;
    text-decoration: none;
    transition: 0.3s ease all;
}
a:hover,
a:active,
a:focus {
    color: #0f172a;
}
h1 {
    font-size: 32px;
    font-family: "Roboto", apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 500;
}
h2 {
    font-size: 30px;
    font-family: "Roboto", apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 500;
}
h3,
.homepage-group-title {
    font-size: 28px;
    font-family: "Roboto", apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 500;
}
h4 {
    font-size: 24px;
    font-family: "Roboto", apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 500;
}
b,
strong {
    font-weight: 500;
}
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
}
.container {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    margin: 0 auto;
}
.row {
    margin-right: -10px;
    margin-left: -10px;
    display: flex;
    flex-wrap: wrap;
}
@media (min-width: 1340px) {
    .container {
        max-width: 1340px;
    }
}
@media (max-width: 1339px) {
    .container {
        max-width: 100%;
    }
}
@media (max-width: 991px) {
    .col,
    .col-1,
    .col-10,
    .col-11,
    .col-12,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-auto,
    .col-lg,
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-auto,
    .col-md,
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-auto,
    .col-sm,
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-auto,
    .col-xl,
    .col-xl-1,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9,
    .col-xl-auto {
        padding-right: 5px;
        padding-left: 5px;
    }
    .container {
        max-width: 100%;
        padding-right: 10px;
        padding-left: 10px;
    }
    .row {
        margin-right: -5px;
        margin-left: -5px;
    }
}
.no-display,
.js-hidden {
    display: none;
}
.js-hidden.visible {
    display: flex;
    flex-direction: column;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.overall-wrapper {
    display: flex;
    flex-direction: column;
}
.overall-wrapper > * {
    order: 100;
}
.overall-wrapper .top-navigation-bar {
    order: 0;
}
.overall-wrapper #header {
    order: 1;
}
.instagram h1 {
    font-size: 30px;
    margin-bottom: 20px;
    text-align: center;
}
.tooltip {
    position: absolute !important;
    background: #000;
    color: #fff;
    font-size: 13px;
    padding: 2px 8px;
    z-index: 2;
}
#backToTop {
    display: none;
}
@media (max-width: 991px) {
    #backToTop {
        position: fixed;
        opacity: 0;
        pointer-events: none;
        bottom: 15px;
        right: 15px;
        background: #0f172a;
        color: #fff;
        font-size: 11px;
        height: 46px;
        width: 46px;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 9;
        transition: 0.3s ease opacity;
    }
    #backToTop span {
        border: solid #fff;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 3px;
        transform: rotate(-135deg);
        margin-top: 4px;
    }
    body.--floatSearchActive #backToTop {
        opacity: 1;
        pointer-events: auto;
    }
    body.--floatSearchActive #chat-application ~ #backToTop {
        bottom: 75px;
    }
}
.empty-content-404 {
    padding: 120px 0;
    text-align: center;
}
.id-404 main article h1 {
    text-align: center;
}
.id-404 main article h1::before {
    content: "";
    height: 260px;
    width: 260px;
    background-image: url("../img/404.svg");
    display: flex;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 50px;
    margin-top: 50px;
    background-position: center;
    background-size: contain;
}
.error404content {
    text-align: center;
    padding-bottom: 100px;
}
.error404content p {
    text-align: center;
    color: #6b7280;
    max-width: 540px;
    margin: 0 auto;
    margin-bottom: 30px;
}
.error404Products {
    border-top: 1px solid #f0f0f0;
    padding-top: 80px;
}
.error404Products i {
    display: none;
}
.error404Products h3 {
    text-align: center;
    padding: 0px 0 30px 0;
}
@media (max-width: 991px) {
    .empty-content-404 {
        padding: 100px 0;
    }
    .id-404 main article h1 {
        font-size: 30px;
    }
    .id-404 main article h1::before {
        height: 220px;
        width: 220px;
        margin-bottom: 40px;
        margin-top: 40px;
    }
    .error404content p {
        margin-bottom: 40px;
    }
}
@media (max-width: 575px) {
    .empty-content-404 {
        padding: 80px 0;
    }
    .id-404 main article h1 {
        font-size: 28px;
    }
    .id-404 main article h1::before {
        height: 160px;
        width: 160px;
        margin-bottom: 30px;
        margin-top: 10px;
    }
    .error404content {
        padding-bottom: 60px;
    }
    .error404content p {
        margin-bottom: 30px;
    }
    .error404Products {
        padding-top: 50px;
    }
}
.admin-bar {
    position: fixed;
    right: 0;
    font-size: 0;
    width: 30px;
    height: 30px;
    z-index: 1;
    order: 0;
}
.admin-bar::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 30px;
    background: #000;
    background-image: url("./arrow-left-white.svg");
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: center center;
    transform: rotate(-90deg);
}
.admin-bar #div-bar-menu {
    display: none;
}
.admin-bar.--active {
    background: #000;
    z-index: 10;
    position: relative;
    height: 30px;
    display: flex;
    width: 100%;
}
.admin-bar.--active::before {
    transform: rotate(90deg);
}
.admin-bar.--active #div-bar-menu {
    display: block;
}
.admin-bar a,
.admin-bar span {
    color: #fff;
    font-size: 13px;
    padding: 5px 10px;
    cursor: pointer;
    display: flex;
    width: 100%;
    height: 30px;
}
.admin-bar > div > ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}
.admin-bar > div > ul > li {
    position: relative;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    cursor: pointer;
    font-size: 14px;
}
.admin-bar > div > ul > li:hover {
    background: #000;
}
.admin-bar > div > ul > li:hover > ul {
    display: flex;
    flex-direction: column;
    background: #000;
}
.admin-bar > div > ul > li > ul {
    list-style: none;
    padding: 0;
    position: absolute;
    background: #000;
    top: 100%;
    display: none;
    width: 100%;
}
.admin-bar > div > ul > li > ul > li {
    min-width: 200px;
}
@media screen and (max-width: 991px) {
    .admin-bar {
        display: none;
    }
}
#colorbox .advanced-order .h1 {
    padding: 40px 50px;
    position: relative;
    display: flex;
    justify-content: center;
    font-size: 30px;
    font-weight: 700;
    margin: 0 auto;
    text-align: center;
}
#colorbox .advanced-order .advanced-order-suggestion {
    padding: 40px 50px 10px 50px;
    background: #eee;
    margin: 0;
    font-size: 24px;
}
#colorbox .advanced-order .h2 {
    text-align: center;
    display: none;
}
#colorbox .extras-wrap {
    padding: 20px 50px 40px 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: #fff;
}
#colorbox .delivery {
    text-align: center;
    padding: 15px 20px;
    width: 100%;
    margin-bottom: 20px;
    color: #0ea798;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #e6fffa;
}
#colorbox .delivery span {
    font-weight: 500;
}
#colorbox .delivery strong {
    font-weight: 500;
}
#colorbox .discount {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    background: #f0f0f0;
    padding: 5px;
}
#colorbox .discount strong,
#colorbox .discount a {
    padding-left: 5px;
}
#colorbox .discount strong {
    padding-right: 5px;
}
#colorbox .step {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}
#colorbox .step .btn-conversion {
    flex-direction: row;
}
#colorbox .step .btn-conversion::after {
    content: "";
    height: 14px;
    width: 14px;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("./arrow-right-white.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 14px 14px;
    margin-left: 10px;
}
#colorbox .delivery .price-range {
    display: flex;
    height: 10px;
    width: 100%;
    background: #f0f0f0;
    position: relative;
    margin-top: 10px;
}
#colorbox .delivery .price-range div {
    position: absolute;
    background: #0ea798;
    height: 10px;
}
#backToShop {
    margin-right: 20px;
    background: #d1d5db;
    color: #0f172a;
    flex-direction: row;
}
#backToShop:hover,
#backToShop:active,
#backToShop:focus {
    background: #6d6c79;
}
#backToShop::before {
    content: "";
    height: 14px;
    width: 14px;
    background-color: rgba(0, 0, 0, 0);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 14px 14px;
    transform: rotate(90deg);
    margin-right: 10px;
}
#colorbox #cboxClose {
    position: absolute;
    top: 10px;
    right: 10px;
    border: 0;
    background-color: #fff;
    background-image: url("./close.svg");
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: center center;
    font-size: 0;
    height: 48px;
    width: 48px;
    border-radius: 6px;
    padding: 0;
    cursor: pointer;
}
#colorbox .advanced-order-suggestion {
    text-align: center;
    font-size: 24px;
    padding: 10px 50px;
}
#colorbox .advanced-order #products {
    padding: 0 50px 10px 50px;
    display: flex;
    justify-content: center;
    margin: 0;
    background: #eee;
}
.extras-product-heading {
    display: flex;
    width: 100%;
    padding-bottom: 5px;
}
.extras-product-heading span {
    color: #4b5563;
    font-size: 13px;
}
.extras-product-heading span:first-child {
    width: calc(25% + 80px);
}
.extras-product-heading span {
    width: 25%;
}
.extras-product-heading span:last-child {
    width: auto;
    flex-grow: 1;
}
.extras-product {
    display: flex;
    background: #fff;
    padding: 10px;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    width: 100%;
    font-size: 14px;
}
.extras-product-img {
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.extras-product-img img {
    width: 100%;
}
.extras-product-name {
    padding: 0 20px;
    width: 25%;
    align-items: center;
    display: flex;
}
.extras-product-stock {
    width: 25%;
    color: #0ea798;
    align-items: center;
    display: flex;
}
.extras-product-amount {
    width: 25%;
    align-items: center;
    display: flex;
}
.extras-product-priceSingle {
    flex-grow: 1;
    align-items: center;
    display: flex;
    color: #c53030;
    font-weight: 700;
    display: none;
}
.extras-product-priceSingle .price-final-currency {
    font-size: 14px;
}
.extras-product-priceTotal {
    flex-grow: 1;
    align-items: center;
    display: flex;
    color: #c53030;
    font-weight: 700;
}
.extras-product-selling {
    display: flex;
    padding-bottom: 10px;
    width: 100%;
    font-size: 14px;
}
.extras-product-selling input {
    display: none;
}
.extras-product-selling label {
    display: flex;
    align-items: center;
}
.extras-product-selling label img {
    height: 40px;
}
.extras-product-selling label > span {
    padding-left: 20px;
}
.extras-product-selling label > span > span {
    flex-grow: 1;
}
.extras-product-selling label > span > span:last-child {
    color: #c53030;
    font-weight: 600;
}
@media screen and (max-width: 991px) {
    #colorbox .advanced-order .h1 {
        padding: 40px 20px 10px 20px;
        font-size: 24px;
    }
    #colorbox .advanced-order .advanced-order-suggestion {
        padding: 40px 20px 10px 20px;
    }
    #colorbox .extras-wrap {
        padding: 20px 20px 40px 20px;
    }
    #colorbox .advanced-order #products {
        padding: 0 20px 10px 20px;
    }
    #colorbox .advanced-order #products .product:nth-child(1n + 3) {
        display: none;
    }
}
@media screen and (max-width: 500px) {
    #colorbox .step {
        flex-direction: column;
    }
    #colorbox #backToShop {
        margin: 0;
        margin-bottom: 20px;
    }
    .extras-product-heading {
        display: none;
    }
    .extras-product {
        flex-wrap: wrap;
    }
    .extras-product-name {
        padding: 0 10px;
        width: calc(100% - 80px);
        align-items: center;
        display: flex;
        flex-grow: 1;
    }
    .extras-product-stock {
        width: auto;
        flex-grow: 1;
    }
    .extras-product-priceTotal {
        text-align: right;
    }
}
body.--advancedModal .advancedModal,
body.--advancedModal .menu-helper {
    opacity: 1;
    pointer-events: auto;
    z-index: 20;
}
body.--advancedModal .menu-helper {
    top: 0;
}
body.--advancedModal {
    overflow: hidden;
}
.advancedModal {
    opacity: 0;
    pointer-events: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 30;
    padding: 10px;
    max-width: 100%;
    transition: 0.3s ease opacity;
    max-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.advancedModal__inner {
    background: #fff;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.08);
    width: 100%;
    max-width: 900px;
    overflow-y: auto;
    max-height: 100vh;
}
.advancedModal__title {
    position: relative;
    display: flex;
    justify-content: center;
    font-weight: 500;
    font-size: 26px;
    line-height: 1;
    margin: 0 auto;
    padding: 30px 0px 25px 0;
    text-align: center;
    flex-direction: column;
    background: rgba(80, 172, 88, 0.1);
    color: #50ac58;
}
.advancedModal__content {
    padding: 50px 60px 40px 60px;
}
.advancedModal__buttons {
    padding: 50px 60px;
    padding-top: 0;
    text-align: center;
    display: flex;
    justify-content: space-between;
}
.advancedModal__buttons .btn.btn-ghost {
    height: 50px;
    background: #fff;
    font-size: 15px;
    margin-right: 10px;
}
.advancedModal #productsRelated {
    padding: 10px;
    padding-top: 40px;
    margin-top: 0px;
    padding-bottom: 20px;
    border-top: 2px solid #f9f9f9;
}
.advancedModal #productsRelated .advancedModal__relatedTitle {
    text-align: center;
    font-size: 24px;
    padding-bottom: 10px;
}
.advancedModal #productsRelated .p-tools {
    display: none;
}
.advancedModal #productsRelated .products-block {
    padding: 0;
    margin: 0;
}
@media screen and (max-width: 991px) {
    .advancedModal {
        align-items: flex-start;
    }
    .advancedModal__buttons .btn.btn-ghost {
        height: 48px;
    }
    .advancedModal #productsRelated {
        display: none;
    }
}
@media screen and (max-width: 767px) {
    .advancedModal__content {
        padding: 40px 30px 30px 30px;
    }
    .advancedModal__buttons {
        padding: 50px 30px;
    }
}
@media screen and (max-width: 575px) {
    .advancedModal__title {
        font-size: 24px;
        padding: 25px 0px 20px 0;
    }
    .advancedModal__content {
        padding: 20px 20px 20px 20px;
    }
    .advancedModal__buttons {
        padding: 20px;
        padding-top: 10px;
        flex-direction: column;
        gap: 15px;
    }
    .advancedModal__buttons .btn.btn-ghost {
        margin: 0;
        order: 1;
    }
    .advancedModal__buttons .btn {
        padding: 0 15px;
    }
}
.advancedProduct {
    display: flex;
}
.advancedProduct-img {
    background: #fbfbfb;
    height: 240px;
    width: 260px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
}
.advancedProduct-img img {
    max-height: 220px;
    max-width: 220px;
    mix-blend-mode: multiply;
}
.advancedProduct-img .flags {
    position: absolute;
    z-index: 1;
    left: 10px;
    top: 10px;
    font-size: 13px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
}
.advancedProduct-img .flags .flag {
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 3px;
    margin-right: 5px;
    padding: 0 8px;
    height: 22px;
    background: #fff;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 2;
}
.advancedProduct-img .flags .flag.flag-action {
    background: #d61818;
    color: #fff;
}
.advancedProduct-content {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-left: 40px;
}
.advancedProduct-name {
    font-size: 24px;
    font-family: "Roboto", apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 500;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 30px;
}
.advancedProduct-stock {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #f0f0f0;
    padding: 12px 0;
    color: #0f172a;
    font-size: 14px;
    align-items: center;
}
.advancedProduct-stock .availability-label {
    padding-right: 0;
}
.advancedProduct-stock span {
    font-weight: 500;
    color: #50ac58;
}
.advancedProduct-amount {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #f0f0f0;
    padding: 12px 0;
    font-size: 14px;
    align-items: center;
}
.advancedProduct-amount span {
    font-weight: 500;
    padding-left: 10px;
}
.advancedProduct-priceTotal {
    display: flex;
    justify-content: space-between;
    font-size: 19px;
    font-weight: 500;
    padding-top: 30px;
    color: #0f172a;
}
.advancedProduct-priceTotal span {
    color: #d61818;
}
@media screen and (max-width: 767px) {
    .advancedProduct {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .advancedProduct-content {
        margin-left: 0;
        margin-top: 30px;
    }
    .advancedProduct-name {
        text-align: center;
    }
}
@media screen and (max-width: 575px) {
    .advancedProduct-img {
        height: 180px;
        width: 220px;
    }
    .advancedProduct-img img {
        max-height: 140px;
    }
    .advancedProduct-name {
        font-size: 22px;
        padding-bottom: 20px;
    }
    .advancedProduct-priceTotal {
        font-size: 18px;
        padding-top: 20px;
    }
}
.benefitBanner {
    padding: 60px 0;
    border-bottom: 1px solid #f0f0f0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 40px;
    margin-bottom: 0px;
}
.benefitBanner__item {
    display: flex;
    align-items: center;
}
.benefitBanner__picture {
    flex-shrink: 0;
    height: 66px;
    width: 66px;
    margin-right: 15px;
}
.benefitBanner__content {
    padding-left: 0px;
    display: inline-block;
}
.benefitBanner__title {
    font-weight: 500;
    display: inline-block;
    padding-right: 5px;
}
.benefitBanner__data {
    display: inline-block;
}
.benefitBanner.position--benefitCategory {
    margin-bottom: 0;
    border: 0;
    border-top: 1px solid #f0f0f0;
}
.benefitBanner.position--benefitProduct {
    border-bottom: 0;
}
@media screen and (max-width: 991px) {
    .benefitBanner {
        grid-template-columns: 1fr 1fr;
    }
}
@media screen and (max-width: 575px) {
    .benefitBanner {
        padding: 20px 0;
        grid-template-columns: 1fr;
        grid-gap: 15px;
    }
    .benefitBanner__picture {
        height: 44px;
        width: 44px;
    }
    .benefitBanner__text {
        padding-left: 10px;
        font-size: 14px;
    }
}
.brandSection {
    padding: 80px 0;
    border-top: 1px solid #f0f0f0;
}
.brandSection h1 {
    text-align: center;
}
#brandWrapper i {
    display: none;
}
#brandWrapper a {
    padding: 0;
    text-align: center;
    color: #0f172a;
}
@media (max-width: 991px) {
    .brandSection {
        padding: 60px 0;
    }
}
@media (max-width: 575px) {
    .brandSection {
        padding: 40px 0;
    }
}
.breadcrumbs-wrapper {
    background: rgba(0, 0, 0, 0);
    margin-bottom: 0px;
    padding: 0;
}
.breadcrumbs {
    padding: 10px 20px;
    margin: 0 auto;
}
.breadcrumbs > span {
    font-size: 14px;
}
.breadcrumbs > span > a {
    padding: 5px 10px;
    color: #6d6c79;
    position: relative;
}
.breadcrumbs > span > a::after {
    content: "/";
    position: absolute;
    top: 50%;
    right: 0;
    line-height: 1;
    transform: translate(50%, -50%);
}
.breadcrumbs > span > span {
    padding: 5px 10px;
    color: #6d6c79;
}
.breadcrumbs > span > .navigation-bullet {
    display: none;
}
.breadcrumbs > span#navigation-first > a {
    padding-left: 20px;
    background-image: url("./home.svg");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 16px 16px;
    opacity: 0.5;
}
.breadcrumbs > span#navigation-first > a span {
    font-size: 0;
}
@media screen and (max-width: 991px) {
    .breadcrumbs {
        padding: 8px 10px;
    }
    .breadcrumbs-wrapper {
        margin-bottom: 0px;
    }
    .type-product .breadcrumbs-wrapper {
        margin-bottom: 0px;
        overflow-x: scroll;
        white-space: nowrap;
    }
}
.btn {
    height: 50px;
    padding: 0 25px;
    background: #0ea798;
    color: #fff;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 0;
    cursor: pointer;
    transition:
        0.3s ease background,
        0.3s ease color;
    font-size: 15px;
    text-align: center;
    font-weight: 400;
    border-radius: 6px;
    line-height: 1;
}
.btn:hover,
.btn:active,
.btn:focus {
    color: #fff;
    background: #0f172a;
    text-decoration: none;
}
.btn-conversion {
    background: #0ea798;
    height: 52px;
}
.btn-conversion:hover,
.btn-conversion:active,
.btn-conversion:focus {
    color: #fff;
    background: #0f172a;
    text-decoration: none;
}
@media screen and (max-width: 991px) {
    .btn {
        height: 48px;
    }
}
.btn.btn-ghost {
    height: 44px;
    font-size: 14px;
    border: 1px solid #f0f0f0;
    background: #fff;
    color: #333;
}
.before-carousel .banners-row {
    margin: 0;
}
.wide-carousel {
    padding: 0;
}
.banners-row .col-sm-8,
.banners-row .col-sm-4 {
    width: 100%;
    padding: 0;
}
.carousel {
    position: relative;
    margin: 20px 0 0 0;
}
.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
    background: #fbfbfb;
    border-radius: 6px;
}
.carousel .item {
    text-align: center;
    height: 440px;
}
.carousel .item a {
    justify-content: center;
    align-items: center;
    display: flex;
    height: 100%;
}
.carousel .item img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.carousel .carousel-inner > .item:first-child {
    display: flex;
}
.carousel .carousel-inner > .item {
    display: none;
}
.extended-banner-texts {
    position: absolute;
    left: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 0px;
    max-width: 500px;
}
.extended-banner-title {
    line-height: 1.3;
    font-size: 36px;
    font-family: "Roboto", apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 500;
    color: #0f172a;
    margin-bottom: 10px;
    text-align: left;
}
.extended-banner-text {
    color: #6d6c79;
    text-align: left;
    margin-bottom: 30px;
}
.carousel-control {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 0;
    background: rgba(0, 0, 0, 0.3);
    text-align: center;
    background-repeat: repeat-x;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    transition: 0.3s ease opacity;
    opacity: 0;
    display: none !important;
}
#carousel:hover .carousel-control {
    opacity: 0.6;
}
.carousel-control.left {
    background-image: url("./arrow-left-white.svg");
}
.carousel-control.right {
    left: auto;
    right: 10px;
    background-image: url("./arrow-right-white.svg");
    transform: translateY(-50%);
}
.carousel-control:hover,
.carousel-control:focus {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: 1;
}
.carousel-control.disabled {
    opacity: 0.5;
    cursor: not-allowed;
}
.next-to-carousel-banners {
    display: flex;
    margin: 0 -10px;
    padding-bottom: 40px;
}
.next-to-carousel-banners .banner-wrapper {
    width: 50%;
    padding: 20px 10px 20px 10px;
    text-align: center;
}
.next-to-carousel-banners .banner-wrapper a {
    background: #fbfbfb;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
}
@media screen and (max-width: 991px) {
    .wide-carousel {
        padding: 0;
    }
    .carousel {
        padding: 10px 5px;
        margin: 0;
    }
    .carousel-inner {
        border-radius: 0px;
    }
    .carousel-control {
        display: none;
    }
    .carousel .item {
        height: 400px;
    }
}
@media screen and (max-width: 991px) {
    .carousel .item {
        height: auto;
    }
    .carousel .item a {
        flex-direction: column;
    }
    .extended-banner-texts {
        left: 0;
        bottom: 0;
        padding: 35px 20px 15px 20px;
        width: 100%;
        background: rgba(0, 0, 0, 0);
        text-align: left;
        background: #000;
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
        max-width: 100%;
    }
    .extended-banner-text {
        display: none;
    }
    .extended-banner-title {
        font-size: 20px;
        color: #fff;
        margin: 0;
    }
    .extended-banner-texts .btn {
        display: none;
    }
}
.slider-item-show1 .slider-container > * {
    scroll-snap-align: start;
    scroll-snap-stop: always;
}
.slider-container li {
    display: flex;
    width: 100%;
    background: #fbfbfb;
    height: 620px;
}
.slide-content {
    flex-grow: 1;
    max-width: 1300px;
    margin: 0 auto;
    z-index: 1;
    display: flex;
    justify-content: flex-end;
    padding-bottom: 150px;
    flex-direction: column;
    align-items: flex-start;
}
.slide-content h1 {
    max-width: 50%;
    margin: 0;
}
.slide-content a {
    margin-top: 20px;
    background: #d61818;
}
.slide-content h1 span {
    background: #fbfbfb;
    display: inline;
    box-shadow: 20px 0 0 #fbfbfb;
    line-height: 1.4;
}
.slide-img {
    width: 60%;
    position: absolute;
    right: 0;
    height: 100%;
}
.slide-img img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
@media screen and (max-width: 1300px) {
    .slide-content {
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 20px;
    }
    .slide-img {
        width: 100%;
    }
    .slider-container li {
        height: 520px;
    }
    .slide-content h1 {
        max-width: 70%;
    }
}
@media screen and (max-width: 991px) {
    .slider-container li {
        height: 420px;
    }
    .slide-content h1 {
        max-width: 100%;
        font-size: 26px;
    }
    .slide-content h1 span {
        line-height: 1.3;
    }
}
@media screen and (max-width: 575px) {
    .slider-container li {
        height: 300px;
    }
}
.slider-container {
    width: 100%;
    --swiffy-slider-item-gap: 20px;
}
.slider-nav {
    filter: none;
    padding: 0;
    width: 30px;
    left: 10px;
}
.slider-nav.slider-nav-next {
    right: 10px;
    left: auto;
}
.slider-nav::before {
    background: #fff;
    border-radius: 0%;
    height: 64px;
    box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.04);
    padding: 0;
    width: 100%;
    border-radius: 6px;
}
.slider-nav-arrow .slider-nav::after {
    height: 64px;
    width: 100%;
    background: #0f172a;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
}
.swiffy-slider .slider-nav {
    visibility: visible;
    opacity: 0;
}
.mobile .swiffy-slider .slider-nav {
    display: none;
}
@media screen and (max-width: 991px) {
    .slider-container {
        --swiffy-slider-item-gap: 10px;
    }
}
@media screen and (max-width: 575px) {
    .swiffy-slider .slider-nav {
        display: none;
    }
}
.swiffy-slider:hover .slider-nav {
    opacity: 1;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .swiffy-slider.slider-nav-scrollbar {
        --swiffy-slider-track-height: 3px;
    }
    .swiffy-slider.slider-nav-scrollbar ::-webkit-scrollbar-track {
        background: #eee;
    }
    .swiffy-slider.slider-nav-scrollbar ::-webkit-scrollbar-thumb:horizontal {
        background: #0f172a;
    }
    .swiffy-slider.slider-nav-scrollbar .slider-container {
        padding-bottom: 20px;
    }
}
.order-delivery-payment-form {
    display: flex;
    flex-direction: column;
    gap: 60px;
}
h4.order-delivery,
h4.order-payment {
    padding-bottom: 10px;
}
.shipping-billing-table {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 10px;
}
.order-delivery-payment-form .radio-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}
.order-delivery-payment-form .radio-wrapper input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    opacity: 0;
    position: absolute;
}
.order-delivery-payment-form .radio-wrapper label {
    margin: 0;
    flex-grow: 1;
    padding: 25px 20px;
    position: relative;
    cursor: pointer;
    margin: 0;
    display: flex;
    border: 1px solid #f0f0f0;
    align-items: center;
    line-height: 1;
    background: #fff;
    border-radius: 6px;
}
.order-delivery-payment-form .radio-wrapper label::before {
    content: "";
    background: rgba(0, 0, 0, 0);
    height: 18px;
    width: 18px;
    display: flex;
    margin-right: 15px;
    border-radius: 50%;
    border: 1px solid #6d6c79;
    flex-shrink: 0;
}
.order-delivery-payment-form .radio-wrapper label::after {
    content: "";
    background: rgba(0, 0, 0, 0);
    height: 10px;
    width: 10px;
    display: flex;
    position: absolute;
    top: 50%;
    left: 24px;
    border-radius: 50%;
    transform: translateY(-50%);
}
.payment-info {
    order: 10;
    display: flex;
    flex-direction: revert;
    flex-wrap: wrap;
    flex-direction: column;
    line-height: 1;
}
.shipping-billing-name {
    font-weight: 400;
}
.payment-info .sublabel {
    font-size: 14px;
    margin-top: 0px;
    display: none;
    line-height: 1.3;
    align-items: center;
}
.payment-info .sublabel a {
    color: #0f172a;
    line-height: 1;
}
.radio-wrapper.active .sublabel {
    display: flex;
    width: 100%;
}
.payment-info .sublabel .chosen {
    border: 1px solid #0f172a;
    padding: 5px 10px;
    margin-left: 15px;
}
.payment-info .sublabel-description {
    width: 100%;
}
.payment-info .question-tooltip {
    color: #fff;
    background: #b4b0c5;
    height: 18px;
    width: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-left: 10px;
}
@media screen and (max-width: 575px) {
    .payment-info .question-tooltip {
        display: none;
    }
    .order-delivery-payment-form .radio-wrapper label {
        padding: 18px 20px;
    }
}
.not-possible-info {
    width: 100%;
    font-style: normal;
    margin-top: 8px;
    font-size: 14px;
    color: #6d6c79;
    display: none;
}
.order-delivery-payment-form .radio-wrapper label.inactive {
    opacity: 1;
    background: #fbfbfb;
    cursor: not-allowed;
    filter: grayscale(1);
}
.order-delivery-payment-form .radio-wrapper label.inactive .not-possible-info {
    display: flex;
}
.payment-shipping-price {
    color: #d61818;
    flex-grow: 1;
    justify-content: flex-end;
    display: flex;
    order: 20;
    white-space: nowrap;
    padding-left: 10px;
}
.payment-shipping-price.for-free {
    color: #50ac58;
    font-weight: 400;
}
.payment-logo {
    height: 25px;
    width: 40px;
    margin: 0 10px 0 0px;
    order: 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    mix-blend-mode: multiply;
}
#order-shipping-methods .show-tooltip {
    padding: 0px;
    position: relative;
    background: #0ea798;
    cursor: pointer;
    border-radius: 50%;
    color: #fff;
    margin-left: 10px;
    width: 20px;
    height: 20px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.order-delivery-payment-form .radio-wrapper input:checked + label::before {
    border: 2px solid #50ac58;
}
.order-delivery-payment-form .radio-wrapper input:checked + label::after {
    background: #50ac58;
}
.order-delivery-payment-form .radio-wrapper input:checked + label {
    background: #fff;
    border: 1px solid #50ac58;
    background: rgba(80, 172, 88, 0.04);
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.05);
    z-index: 2;
}
#na-postu-form {
    margin-top: 20px;
}
#na-postu-form table {
    width: 100%;
}
#na-postu-result {
    order: 99;
}
#na-postu-legend {
    padding-top: 30px;
    background: #fff;
    margin-top: 60px;
    border-top: 1px solid #f0f0f0;
    text-align: left;
}
#na-postu-legend p {
    text-align: left;
    font-weight: 500;
    padding-left: 5px;
}
#na-postu-wrapper {
    padding: 50px 30px 0px 30px;
    display: flex;
    flex-direction: column;
}
#na-postu-wrapper .na-postu-logos {
    display: flex;
    gap: 15px;
}
#na-postu-wrapper .ui-widget-content {
    position: relative !important;
    top: 0 !important;
    list-style: none;
    padding-left: 0;
    left: 0 !important;
    margin-top: 20px;
    border-top: 1px solid #f0f0f0;
    padding-top: 20px;
}
#na-postu-wrapper .ui-widget-content .ui-menu-item {
    cursor: pointer;
    text-align: left;
    background: #fbfbfb;
    padding: 8px 15px;
}
#na-postu-result .cpost-delivery-point-result-table {
    width: 100%;
}
#na-postu-wrapper .cpost-delivery-point-result-table td {
    text-align: left;
    padding: 5px;
}
#na-postu-wrapper .cpost-delivery-point-result-table .na-postu-symbols {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
}
#na-postu-wrapper .cpost-delivery-point-result-table .cpost-delivery-point-submit {
    text-align: right;
}
#na-postu-wrapper .cpost-delivery-point-opening-hours {
    display: none;
}
#na-postu-wrapper .cpost-delivery-point-opening-hours.active {
    display: block;
}
#na-postu-wrapper .cpost-delivery-point-result-table .cpost-delivery-point-submit .btn {
    height: 44px;
}
#na-postu-wrapper .cpost-delivery-point-opening-hours th,
#na-postu-wrapper .cpost-delivery-point-opening-hours td {
    padding: 0 3px;
    font-size: 14px;
}
@media screen and (max-width: 991px) {
    #na-postu-wrapper {
        padding: 0;
    }
}
@media screen and (max-width: 575px) {
    #na-postu-form table tr {
        display: flex;
        flex-direction: column;
    }
    #na-postu-form table tr .btn {
        width: 100%;
    }
}
.in-kosik.ordering-process .cart-inner.cart-empty {
    padding: 0 0 110px 0;
    margin: 60px auto;
}
.in-kosik.ordering-process .cart-inner.cart-empty::before {
    content: none;
}
.cart-empty .cart-heading {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    margin-bottom: 60px;
}
.cart-empty .cart-heading::before {
    content: "";
    height: 240px;
    width: 240px;
    display: flex;
    background-image: url("../img/cart-empty.svg");
    margin-bottom: 30px;
    background-size: 100%;
}
.empty-cart-boxes {
    padding-top: 60px;
    border-top: 1px solid #f0f0f0;
}
.empty-cart-boxes h3 {
    margin-bottom: 30px;
    text-align: center;
    font-size: 22px;
}
.empty-cart-boxes ul {
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 10px;
}
.empty-cart-boxes li {
    width: 100%;
}
.empty-cart-boxes li a {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 10px 10px 10px 10px;
    background: #fff;
    border: 1px solid #f0f0f0;
    height: 100%;
    justify-content: center;
    text-align: center;
}
.empty-cart-boxes .col-md-6 {
    width: 100%;
}
.empty-cart-boxes .col-md-6:last-child {
    display: none;
}
.cart-empty .col-md-4 {
    display: none;
}
.cart-empty .cart-row {
    flex-direction: column;
}
.cart-header {
    position: relative;
    background: rgba(0, 0, 0, 0);
    padding: 0;
    margin-bottom: 60px;
    display: flex;
    list-style: none;
    z-index: 1;
}
.cart-content .cart-header {
    display: none;
}
.cart-header::before {
    content: "";
    top: 0;
    bottom: 0;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 100%;
    background: #fff;
    display: flex;
    position: absolute;
    z-index: -1;
}
.cart-header .step {
    display: flex;
    flex-grow: 1;
    position: relative;
    flex-basis: 0;
}
.cart-header .step::marker {
    content: none;
}
.cart-header .step strong,
.cart-header .step a {
    padding: 0 10px;
    height: 110px;
    color: #0f172a;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}
.cart-header .step::before {
    content: "";
    position: absolute;
    height: 12px;
    width: 12px;
    background-image: url("./arrow-down.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    right: 0;
    transform: rotate(-90deg) translateX(6px);
    top: 50%;
    opacity: 0.5;
}
.cart-header .step:last-child::before {
    content: none;
}
.cart-header .step.active strong,
.cart-header .step.completed a {
    color: #0f172a;
    display: flex;
}
.step::after,
.step.completed::after,
.step.active::after,
.step.step-1::after,
.step.step-2::after,
.step.step-3::after,
.step.step-4::after {
    content: none;
}
.step a::before,
.step strong::before {
    background: #fbfbfb;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 42px;
    height: 42px;
    line-height: 1;
    color: #0f172a;
    font-weight: 500;
    margin-right: 15px;
    flex-shrink: 0;
}
.step.step-1 strong::before,
.step.step-1 a::before {
    content: "1";
}
.step.step-2 strong::before,
.step.step-2 a::before {
    content: "2";
}
.step.step-3 strong::before,
.step.step-3 a::before {
    content: "3";
}
.step.step-4 strong::before,
.step.step-4 a::before {
    content: "4";
}
.step.completed a::before {
    background: #50ac58;
    color: #fff;
}
.step.active strong::before {
    background: #0f172a;
    color: #fff;
}
@media screen and (max-width: 991px) {
    .cart-header {
        margin-bottom: 20px;
    }
    .cart-header::before {
        background: #fbfbfb;
    }
    .cart-header .step strong,
    .cart-header .step a {
        font-size: 15px;
    }
    .cart-header .step.step-3::before {
        content: none;
    }
    .cart-header .step.step-4 {
        display: none;
    }
    .step a::before,
    .step strong::before {
        background: #fff;
    }
}
@media screen and (max-width: 575px) {
    .cart-header {
        gap: 10px;
    }
    .cart-header .step a,
    .cart-header .step strong,
    .cart-header .step.active strong,
    .cart-header .step.completed a {
        flex-direction: column;
        font-size: 13px;
        padding: 0;
        line-height: 1.1;
    }
    .cart-header .step::before {
        height: 10px;
        top: 32px;
        right: -8px;
    }
    .step a::before,
    .step strong::before {
        margin: 0;
        margin-bottom: 5px;
        width: 32px;
        height: 32px;
    }
    .cart-header .step strong,
    .cart-header .step a {
        height: 80px;
        text-align: center;
    }
}
.ordering-process .overall-wrapper {
    background-color: #c2c5d1;
}
.ordering-process .header-top .contact-box {
    display: flex;
}
.ordering-process .cart-inner {
    padding: 0;
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
}
.in-kosik.ordering-process .cart-inner {
    padding: 80px 50px 60px 50px;
    max-width: 840px;
    margin: 0 auto;
}
.in-kosik.ordering-process .cart-inner::before {
    content: "Nákupní košík";
    font-weight: 500;
    font-size: 28px;
    line-height: 1.2;
    color: #0f172a;
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}
.ordering-process .content-inner {
    padding: 0;
}
.ordering-process #header {
    height: 90px;
}
@media screen and (max-width: 991px) {
    .ordering-process .overall-wrapper {
        background-color: #fff;
    }
    .ordering-process #header {
        height: 52px;
    }
    .ordering-process .search {
        display: none !important;
    }
    .in-kosik.ordering-process .cart-inner {
        padding: 0;
        max-width: 100%;
    }
    .in-kosik.ordering-process .cart-inner::before {
        font-size: 26px;
        margin-bottom: 20px;
        margin-top: 20px;
    }
    .ordering-process .header-top .contact-box {
        display: none;
    }
}
.in-kosik .cart-row .col-md-8,
.in-kosik .cart-row .col-md-4 {
    width: 100%;
    top: 0 !important;
    padding: 0;
}
.cart-row {
    margin: 0;
    display: grid;
    grid-template-columns: 7fr 3.5fr;
    grid-gap: 0px;
}
.in-kosik.ordering-process .cart-row {
    grid-template-columns: 1fr;
    grid-gap: 0;
}
#checkoutContent {
    padding: 0;
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 60px 50px;
    background: #fbfbfb;
    background: #fff;
}
#checkoutSidebar {
    padding: 60px 40px;
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
    background: #fbfbfb;
    top: 0 !important;
}
.cart-content {
    margin: 0;
}
.cart-content .next-step {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
#checkoutSidebarToggle {
    display: none;
}
@media screen and (max-width: 991px) {
    .cart-row {
        grid-template-columns: 1fr;
        grid-gap: 0px;
    }
    .order-summary {
        position: fixed;
        right: 0;
        top: 0;
        z-index: 11;
        overflow-y: auto;
        overflow-x: hidden;
        height: 100vh;
        transition: 0.3s cubic-bezier(0.65, 0.05, 0.36, 1) transform;
        background: #fff;
        width: calc(100% - 52px);
        max-width: 400px;
        margin: 0;
        transform: translate3d(100%, 0, 0);
        padding: 0;
    }
    #checkoutSidebarToggle {
        display: flex;
        margin: 0 0 20px 0;
    }
    body.--checkoutSidebarActive .order-summary {
        transform: translate3d(0, 0, 0);
    }
    body.--checkoutSidebarActive .menu-helper,
    body.--checkoutSidebarActive .header-top::before {
        pointer-events: auto;
        opacity: 1;
    }
    #checkoutContent,
    #checkoutSidebar {
        width: 100%;
        padding: 0;
        background: rgba(0, 0, 0, 0);
    }
    #checkoutSidebar {
        margin-top: 40px;
    }
}
.cart-inner .cart-content.checkout-box-wrapper {
    display: none;
}
.header-top .contact-box {
    flex-direction: column;
    position: relative;
    padding-left: 32px;
    display: none;
    color: #0f172a;
}
.header-top .contact-box::before {
    content: "";
    height: 20px;
    width: 20px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-image: url("./phone.svg");
    background-size: 100%;
}
.header-top .contact-box h4 {
    font-size: 18px;
    font-weight: 700;
    display: none;
}
.header-top .contact-box img,
.header-top .contact-box strong {
    display: none;
}
.header-top .contact-box ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.header-top .contact-box ul a {
    color: #0f172a;
}
.header-top .contact-box li {
    font-size: 15px;
    line-height: 24px;
}
.header-top .contact-box li:last-child,
.header-top .contact-box li:nth-child(3) {
    display: none;
}
@media screen and (max-width: 991px) {
    .header-top .contact-box {
        color: #0f172a;
        padding-right: 15px;
        padding-left: 32px;
    }
    .header-top .contact-box::before {
        background-image: url("./phone.svg");
    }
    .header-top .contact-box li {
        line-height: 20px;
        font-size: 14px;
    }
    .header-top .contact-box ul a {
        color: #0f172a;
    }
}
.back-shopping-link {
    display: none;
}
.cart-table {
    width: 100%;
}
.cart-table > tbody {
    display: grid;
    grid-gap: 1px;
}
.removeable {
    display: grid;
    grid-template-columns: auto 2fr 1fr 1fr 1fr 1fr;
    grid-gap: 20px;
    padding: 20px 0;
    border-top: 1px solid #f0f0f0;
}
.removeable:last-child {
    border-bottom: 1px solid #f0f0f0;
}
.removeable td {
    display: flex;
    align-items: center;
}
.removeable .p-price.p-cell .p-label {
    display: none;
}
.removeable .cart-p-image {
    height: 80px;
    width: 80px;
    flex-shrink: 0;
}
.removeable .cart-p-image a {
    display: flex;
    background: #fbfbfb;
}
.removeable .cart-p-image a img {
    mix-blend-mode: multiply;
}
.removeable .p-name a {
    color: #0f172a;
    display: flex;
    flex-direction: column;
}
.removeable .p-name a .main-link-variant {
    font-size: 13px;
    color: #6d6c79;
    padding-top: 3px;
}
.removeable .p-availability {
    font-size: 14px;
}
.removeable .p-availability .p-label {
    display: none;
}
.removeable .p-availability .availability-label {
    padding: 0;
    font-weight: 400;
}
.removeable .p-availability .availability-label[style*="#sklad"] {
    color: #50ac58;
}
.removeable .p-quantity .p-label {
    display: none;
}
.removeable .p-quantity {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    align-items: center;
}
.removeable .p-quantity .quantity {
    height: 100%;
    position: relative;
    display: flex;
    max-width: 110px;
    overflow: hidden;
}
.removeable .p-quantity .quantity .increase,
.removeable .p-quantity .quantity .decrease {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    cursor: pointer;
}
.removeable .p-quantity .quantity .increase::before,
.removeable .p-quantity .quantity .increase::after,
.removeable .p-quantity .quantity .decrease::before,
.removeable .p-quantity .quantity .decrease::after {
    content: "";
    background: #6d6c79;
    height: 2px;
    width: 10px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.removeable .p-quantity .quantity .increase::after,
.removeable .p-quantity .quantity .decrease::after {
    height: 10px;
    width: 2px;
}
.removeable .p-quantity .quantity .decrease {
    left: 0;
    right: auto;
}
.removeable .p-quantity .quantity .decrease::after {
    content: none;
}
.removeable .p-quantity .quantity .amount {
    height: 48px;
    padding: 0 10px;
    width: 100%;
    border: 1px solid #f0f0f0;
    text-align: center;
    font-size: 14px;
    border-radius: 6px;
}
.removeable .p-price .price-final {
    font-weight: 400;
}
.removeable .p-total {
    display: flex;
    justify-content: space-between;
}
.removeable .p-total .p-label {
    display: none;
}
.removeable .p-total .remove-item {
    font-size: 0;
    border: 0;
    background: #fbfbfb;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background-image: url("./close.svg");
    background-position: center;
    background-size: 16px;
    background-repeat: no-repeat;
    transition: 0.2s ease transform;
}
.removeable .p-total .remove-item:hover {
    transform: rotate(-90deg);
}
@media screen and (max-width: 991px) {
    .removeable {
        display: grid;
        grid-template-columns: 80px 20px 1fr;
        grid-template-rows: auto auto auto;
        padding: 10px 0;
    }
    .removeable .cart-p-image {
        grid-row-start: 1;
        grid-row-end: 3;
    }
    .removeable .p-name {
        grid-column-start: 2;
        grid-column-end: 4;
        width: 100%;
        grid-row-start: 1;
        grid-row-end: 2;
    }
    .removeable .p-availability {
        grid-row-start: 2;
        grid-row-end: 3;
        grid-column-start: 2;
        grid-column-end: 4;
        margin-top: -20px;
    }
    .removeable .p-quantity {
        align-items: center;
        grid-column-start: 1;
        grid-column-end: 3;
    }
    .removeable .p-price {
        display: none;
    }
    .removeable .p-total {
        justify-content: space-around;
        grid-column-start: 3;
        grid-column-end: 3;
    }
    .p-cell {
        width: auto;
    }
    .p-availability {
        width: 100%;
    }
    .p-total {
        width: auto;
        flex-grow: 1;
    }
}
.related {
    display: none;
}
.cart-summary {
    padding: 20px 0 40px 0;
}
.cart-summary h4 {
    font-size: 15px;
    font-weight: 500;
}
.cart-content.summary-wrapper .price-wrapper {
    text-align: right;
    font-size: 18px;
    background: #fbfbfb;
    padding: 25px 20px;
    border-radius: 6px;
    display: flex;
    justify-content: space-between;
}
.cart-content.summary-wrapper .price-wrapper .price {
    font-weight: 500;
}
.cart-content.summary-wrapper .next-step {
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
}
.next-step-back {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    padding: 0 20px;
    color: #6d6c79;
    font-weight: 400;
    border-radius: 6px;
    order: 2;
    height: 48px;
    margin-top: 10px;
}
.order-summary {
    display: flex;
    flex-direction: column;
}
.order-summary .checkout-box {
    border: 1px solid #f0f0f0;
    padding: 30px 20px;
    margin-bottom: 40px;
    order: 2;
    background: #fff;
    border-radius: 6px;
}
.order-summary .checkout-box img {
    display: none;
}
.order-summary .checkout-box ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.order-summary .checkout-box .btn-block {
    background: rgba(0, 0, 0, 0);
    color: #0f172a;
    font-family: "Roboto", apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 20px;
    margin-bottom: 20px;
    padding: 0;
    height: auto;
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
    font-weight: 500;
}
.order-summary .checkout-box .btn-block span {
    display: none;
}
.order-summary .checkout-box .btn-block br {
    display: none;
}
.order-summary .checkout-box .btn-block::after {
    content: "Rádi vám pomůžeme. Po-Pá 9:00-17:00.";
    color: #6d6c79;
    font-size: 14px;
    display: flex;
    font-weight: 400;
    padding-top: 10px;
}
.order-summary .checkout-box .contact-box strong {
    display: none;
}
.order-summary .checkout-box .contact-box li {
    padding: 5px 0;
}
.order-summary .checkout-box .contact-box a {
    color: #0f172a;
}
.order-summary .checkout-box .contact-box .mail,
.order-summary .checkout-box .contact-box .tel {
    display: flex;
    align-items: center;
}
.order-summary .checkout-box .contact-box .mail::before {
    content: "";
    height: 18px;
    width: 18px;
    background-image: url("./envelope.svg");
    background-repeat: no-repeat;
    background-size: 100%;
    margin-right: 10px;
}
.order-summary .checkout-box .contact-box .tel::before {
    content: "";
    height: 16px;
    width: 16px;
    background-image: url("./phone.svg");
    background-repeat: no-repeat;
    background-size: 100%;
    margin-right: 10px;
}
.order-summary .order-summary-inner {
    margin-bottom: 40px;
    order: 1;
}
.order-summary .order-summary-inner h4 {
    font-family: "Roboto", apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 24px;
    font-weight: 500;
    border-bottom: 1px solid #f0f0f0;
    margin: 0;
    padding-bottom: 20px;
}
.order-summary .order-summary-inner .cart-item {
    padding: 20px 0;
    border-bottom: 1px solid #f0f0f0;
    padding-left: 75px;
    position: relative;
    min-height: 100px;
}
.order-summary .order-summary-inner .cart-item > a {
    display: flex;
    float: left;
    height: 60px;
    width: 60px;
    margin-right: 15px;
    position: absolute;
    left: 0;
    background: #fff;
}
.order-summary .order-summary-inner .cart-item > a img {
    mix-blend-mode: multiply;
}
.order-summary .order-summary-inner .cart-item-name a {
    color: #0f172a;
    font-size: 15px;
    font-weight: 400;
}
.order-summary .order-summary-inner .cart-item-amount {
    float: left;
}
.order-summary .order-summary-inner .cart-item-price {
    text-align: right;
    font-weight: 500;
}
.order-summary-item.helper {
    display: flex;
    width: 100%;
    justify-content: space-between;
    display: none;
}
.order-recapitulation {
    padding-top: 10px;
}
.recapitulation-single {
    display: flex;
    flex-direction: column;
    padding: 10px 0;
}
.cart-items .recapitulation-single:first-child {
    padding-top: 20px;
}
.recapitulation-shipping-billing-label,
.recapitulation-single > span {
    font-size: 13px;
    font-weight: 500;
    color: #6d6c79;
    padding-bottom: 2px;
}
.recapitulation-shipping-billing-info,
.recapitulation-single > strong {
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.recapitulation-single > strong span {
    order: 10;
}
.order-summary-item.price {
    border-top: 4px solid #f0f0f0;
    border-bottom: 4px solid #f0f0f0;
    padding: 20px 0;
    margin-top: 10px;
}
.order-summary-item.price .price-wrapper {
    display: flex;
    width: 100%;
    justify-content: space-between;
    font-weight: 500;
    font-size: 17px;
}
.order-summary-item.price .price-wrapper .price.price-primary {
    color: #d61818;
}
@media screen and (max-width: 991px) {
    .order-summary {
        padding-left: 0px;
    }
    .order-summary .order-summary-inner {
        border: 0;
        margin-bottom: 0;
        padding: 10px;
        border: 0;
    }
    .order-summary .order-summary-inner h4 {
        font-size: 20px;
    }
    .order-summary .checkout-box {
        display: none;
    }
}
.cart-content .consents {
    font-size: 14px;
    margin-top: 0px;
}
#checkoutContent .form-group {
    max-width: 520px;
}
#checkoutContent h4 {
    padding-bottom: 0px;
    margin: 0;
    margin-bottom: 20px;
}
#checkoutContent .co-contact-information {
    margin-bottom: 40px;
}
#checkoutContent .co-contact-information h4,
#checkoutContent .co-billing-address h4 {
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 20px;
}
#checkoutContent .co-contact-information h4 + .form-group {
    background: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 6px;
    max-width: 100%;
    width: 100%;
    padding: 30px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 40px 0;
}
#checkoutContent .co-contact-information h4 + .form-group label {
    font-size: 0;
    display: flex;
    flex-direction: column;
    background-image: url("./user-cart.svg");
    background-repeat: no-repeat;
    padding-left: 80px;
    background-size: 46px;
    background-position: center left;
    min-height: 46px;
    justify-content: center;
}
#checkoutContent .co-contact-information h4 + .form-group label::before {
    content: "Už u nás máte zákaznický účet?";
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 2px;
}
#checkoutContent .co-contact-information h4 + .form-group label::after {
    content: "Nemusíte nic vyplňovat a jednoduše se přihlaste.";
    font-size: 15px;
    font-weight: 400;
    color: #6d6c79;
}
#checkoutContent .co-contact-information h4 + .form-group a {
    font-size: 0;
    height: 46px;
    background: rgba(101, 81, 204, 0.1);
    color: #6551cc;
    padding: 0 20px;
}
#checkoutContent .co-contact-information h4 + .form-group a::before {
    content: "Přihlásit se";
    font-size: 15px;
}
@media screen and (max-width: 991px) {
    #checkoutContent .co-contact-information h4 + .form-group {
        padding: 30px 30px;
    }
    #checkoutContent .co-contact-information h4 + .form-group label {
        padding-left: 60px;
        background-size: 36px;
        min-height: 36px;
    }
}
@media screen and (max-width: 575px) {
    #checkoutContent .co-contact-information h4 + .form-group {
        padding: 20px 20px;
        flex-direction: column;
        align-items: flex-start;
        border: 0;
        background: #fbfbfb;
    }
    #checkoutContent .co-contact-information h4 + .form-group label {
        padding-left: 60px;
        background-size: 28 px;
        margin-bottom: 10px;
    }
    #checkoutContent .co-contact-information h4 + .form-group a {
        margin-left: 60px;
        height: 42px;
    }
    #checkoutContent .co-contact-information h4 + .form-group label::before {
        font-size: 16px;
    }
    #checkoutContent .co-contact-information h4 + .form-group label::after {
        content: none;
    }
}
.site-msg-custom.step-1 {
    margin-bottom: 30px;
    background: #e5f3e6;
    color: #047857;
    padding: 8px 20px;
    text-align: center;
    border-radius: 6px;
}
.site-msg-custom.step-1 p {
    margin: 0;
}
.cart-header.step-0 + .content-wrapper-in .site-msg-custom.step-1 {
    margin: 0;
    margin-bottom: 20px;
}
@media screen and (max-width: 991px) {
    .site-msg-custom.step-1 {
        line-height: 1.3;
        font-size: 14px;
        text-align: center;
        padding: 10px 15px;
    }
}
#submit-order {
    padding: 0 40px;
    height: 60px;
}
#submit-order .order-button-suffix {
    font-weight: 400;
    font-size: 13px;
    padding-top: 2px;
}
#submit-order .order-button-text {
    font-size: 0;
}
#submit-order .order-button-text::after {
    content: "Potvrdit nákup";
    font-size: initial;
}
#submit-order .order-button-suffix {
    display: none;
}
.type-category #content {
    display: flex;
    flex-direction: column;
}
.type-category .category-title {
    order: 0;
}
.type-category .subcategories {
    order: 10;
}
.type-category .subcategories + h4,
.type-category .category-title + h4 {
    order: 20;
}
.type-category #productsTop {
    order: 30;
    margin-top: 20px;
}
.type-category #category-header {
    order: 50;
}
.type-category #filters-wrapper {
    order: 40;
    display: flex;
    justify-content: space-between;
    padding-bottom: 40px;
}
.type-category #filters-default-position {
    display: none;
}
.type-category #products {
    order: 60;
}
.type-category .pagination-wrapper {
    order: 70;
}
h1.category-title {
    position: relative;
    display: flex;
    font-size: 32px;
    font-weight: 500;
    padding: 40px 0 40px 0;
    margin: 0px;
    color: #0f172a;
    font-family: "Roboto", apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
.category-perex {
    font-size: 14px;
    padding-bottom: 40px;
    order: 0;
    position: relative;
    margin-top: -30px;
    z-index: 1;
    color: #6d6c79;
    display: block;
}
.category-perex > p {
    margin: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.category-perex.active .perex-short,
.category-perex.active .perex-showMore {
    display: none;
}
.category-perex.active > p {
    display: block;
}
.perex-showMore {
    color: #0ea798;
}
@media screen and (max-width: 991px) {
    h1.category-title {
        position: relative;
        display: flex;
        font-size: 28px;
        font-weight: 500;
        padding: 30px 0 20px 0;
    }
}
@media screen and (max-width: 575px) {
    h1.category-title {
        font-size: 26px;
        padding: 20px 0 5px 0;
    }
}
.category-header {
    display: flex;
    flex-direction: column;
    margin: 0px 0 40px 0;
    padding: 0px;
}
.category-header > form {
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 30px;
}
.category-header > form fieldset {
    display: flex;
    margin-bottom: -1px;
    overflow: auto;
}
.category-header div {
    font-size: 14px;
    color: #6d6c79;
    display: flex;
}
.category-header div strong {
    font-weight: 400;
    padding-right: 5px;
}
.category-header label {
    cursor: pointer;
    margin-right: 4px;
    margin-bottom: 0;
    padding: 0 15px;
    height: 44px;
    display: flex;
    align-items: center;
    font-size: 14px;
    border: 1px solid #f0f0f0;
    background: #fbfbfb;
    position: relative;
    color: #6d6c79;
}
.category-header label:last-child {
    margin-right: 0px;
}
.category-header input {
    -webkit-appearance: none;
    display: none;
}
.category-header input:checked + label {
    color: #0f172a;
    border-bottom: 1px solid #fff;
    background: #fff;
}
.category-header input:checked + label::after {
    content: "";
    height: 3px;
    width: 100%;
    background: #0ea798;
    height: 3px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
#filterToggleDesktop {
    display: none;
}
@media screen and (min-width: 992px) {
    #filterToggleDesktop {
        color: #fff;
        display: flex;
    }
    .category-perex > p {
        display: block;
    }
}
@media screen and (max-width: 991px) {
    .category-title {
        font-size: 24px;
        margin: 0px 0 20px 0;
    }
    .filter-sections .category-header {
        display: flex;
        border-top: 1px solid #d1d5db;
    }
    .category-header form {
        width: 100%;
        margin: 0;
    }
    .category-header fieldset {
        display: flex;
        justify-content: flex-start;
        padding: 0;
    }
    .category-header div {
        display: none;
    }
    .category-perex {
        margin-top: 0;
        padding-bottom: 20px;
    }
}
.category-title + .subcategories + h4,
.category-title + h4 {
    text-align: left;
    font-size: 22px;
    margin-bottom: 20px;
}
.category-title + h4 {
    margin-top: 40px;
}
.category-title + .subcategories + h4 {
    margin-top: 40px;
}
.products-top {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;
    padding-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 40px;
}
.products-top .product {
    position: relative;
    width: 100%;
    padding: 0;
    padding: 15px;
    outline: 1px solid #f0f0f0;
}
.products-top .product.inactive {
    display: none;
}
.products-top .product .p {
    flex-direction: row;
    align-items: center;
    padding: 0;
}
.products-top .product .p .image {
    height: 70px;
    width: 70px;
    flex-shrink: 0;
    padding: 0;
}
.products-top .product .p .extra-flags {
    display: none;
}
.products-top .product .p .p-in {
    padding-top: 0;
    padding-left: 15px;
    position: relative;
    width: 100%;
}
.products-top .product .p-in-in .name {
    font-size: 14px;
    padding: 0;
    padding-bottom: 10px;
}
.products-top .product .p .price-additional,
.products-top .product .p .price-save {
    display: none;
}
.products-top .p .ratings-wrapper {
    padding: 0;
    order: 1;
}
.products-top .p .p-bottom {
    position: absolute;
    bottom: 0px;
    right: 0px;
    text-align: right;
}
.products-top .button-wrapper {
    display: none;
}
.products-top .p .flags {
    top: 30px;
    left: 20px;
}
.products-top .availability {
    line-height: 1;
}
.products-top .p .price-final strong {
    font-size: 15px;
    line-height: 1;
}
.products-top .product::before {
    content: "";
    height: 30px;
    width: 30px;
    position: absolute;
    left: 12px;
    top: 12px;
    border-radius: 50%;
    color: #0f172a;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    font-size: 14px;
    font-weight: 500;
    border: 2px solid #fff;
}
.products-top .product:first-child::before {
    content: "1";
    background: #ffe978;
}
.products-top .product:nth-child(2)::before {
    content: "2";
    background: #ededed;
}
.products-top .product:nth-child(3)::before {
    content: "3";
    background: #ffd18c;
}
@media screen and (max-width: 991px) {
    .products-top {
        grid-template-columns: 1fr;
        grid-gap: 1px;
        padding-bottom: 30px;
        border: 0;
    }
    .products-top .product {
        outline: 0;
        border-bottom: 1px solid #f0f0f0;
        padding: 15px 0;
    }
    .products-top .product:first-child {
        border-top: 1px solid #f0f0f0;
    }
}
.empty-content-category {
    background: #fff;
    padding: 60px 0;
    display: flex;
    flex-direction: column;
    text-align: center;
    margin: 0;
}
.empty-content-category::before {
    content: none;
}
.empty-content-category h2 {
    font-size: 30px;
    color: #0f172a;
}
.empty-content-category .btn {
    margin-top: 40px;
}
.gridSwitch {
    display: flex;
    gap: 10px;
    height: auto;
    align-items: center;
}
.gridSwitch span {
    padding: 0;
    cursor: pointer;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    filter: grayscale(1);
    opacity: 0.5;
    height: 19px;
    width: 19px;
}
.gridSwitch span.--active {
    filter: none;
    opacity: 1;
}
.gridSwitch #gridSwitch-1 {
    background-image: url("./grid-ext.svg");
    width: 29px;
}
.gridSwitch #gridSwitch-2 {
    background-image: url("./grid.svg");
}
.gridSwitch #gridSwitch-3 {
    background-image: url("./inline.svg");
}
#products.--grid3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
#products.--inline {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-gap: 20px;
}
#products.--inline .product {
    padding-bottom: 20px;
    border-bottom: 1px solid #f0f0f0;
}
#products.--inline .p {
    flex-direction: row;
    gap: 20px;
}
#products.--inline .p .image {
    flex-shrink: 0;
    width: 280px;
}
#products.--inline .p .p-in {
    width: 100%;
    padding: 0;
    justify-content: center;
}
#products.--inline .p .p-in-in {
    height: auto;
}
#products.--inline .p .p-tools form {
    width: auto;
}
#products.--inline .p .p-bottom > div {
    flex-direction: row;
    flex-wrap: wrap;
}
#products.--inline .p .p-desc {
    display: flex;
    order: 1;
    width: 100%;
    padding-bottom: 20px;
}
#products.--inline .p .p-tools {
    width: auto;
    order: 3;
    display: flex;
    justify-content: flex-end;
    padding-top: 0;
}
#products.--inline .p .prices {
    order: 2;
    width: 50%;
    justify-content: center;
}
#products.--inline .p .ratings-wrapper {
    order: 2;
}
.contact-form {
    position: relative;
    padding: 80px 0;
    background: #fbfbfb;
}
.contact-form::before {
    content: "";
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 100%;
    background: #fbfbfb;
    display: flex;
    position: absolute;
    z-index: -1;
}
.contact-form__container {
    background: #fff;
    display: flex;
}
.contact-form__left {
    background: #d61818;
    padding: 60px;
    max-width: 520px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.contact-form h2 {
    color: #fff;
}
.contact-form p {
    color: #fff;
    opacity: 0.8;
}
.contact-form__content {
    background: #fff;
    padding: 60px;
    width: 100%;
    display: flex;
    justify-content: center;
}
.contact-form__content form {
    max-width: 100%;
    width: 520px;
}
.contact-form__content form button {
    width: 100%;
    background: #d61818;
}
.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 40px;
    padding: 80px 0;
}
.contact-section {
    padding: 60px 50px;
    border: 1px solid #f0f0f0;
}
#formContact {
    display: flex;
    justify-content: center;
    padding: 30px 0;
}
#formContact fieldset {
    background: #fff;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
    padding: 60px;
    width: 100%;
    max-width: 680px;
    position: relative;
    border-radius: 6px;
}
#formContact fieldset::before {
    content: "Kontaktní formulář";
    margin-bottom: 30px;
    display: flex;
    font-size: 30px;
    font-weight: 600;
}
#formContact .btn {
    width: 100%;
}
#content {
    padding-bottom: 80px;
}
#content article header h1 {
    margin-bottom: 30px;
}
.ordering-process .content-wrapper {
    min-height: 100vh;
}
.content-wrapper-in {
    display: flex;
    padding: 0px 0;
    flex-wrap: wrap;
}
.content {
    width: 100%;
}
.content-inner {
    padding-top: 40px;
    padding-bottom: 40px;
}
.sidebar + .content {
    width: 75%;
    padding-left: 10px;
}
@media screen and (max-width: 991px) {
    .sidebar + .content {
        padding-left: 0px;
    }
    #content {
        padding-bottom: 60px;
    }
}
@media screen and (max-width: 575px) {
    .content-wrapper-in {
        flex-wrap: wrap;
    }
    #content {
        padding-bottom: 40px;
    }
}
.in-index #content {
    padding: 0;
}
.siteCookies {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
    padding: 20px;
    max-width: 970px;
    z-index: 9;
}
.siteCookies__form {
    display: flex;
}
.siteCookies__content {
    align-items: center;
    display: flex;
}
.siteCookies__content::before {
    content: "";
    height: 40px;
    width: 40px;
    display: flex;
    flex-shrink: 0;
    margin-right: 15px;
    background-color: #fff;
    background-image: url("./cookie.svg");
    background-repeat: no-repeat;
    background-size: 32px;
    border-radius: 50%;
    background-position: center;
}
.siteCookies__text {
    padding-right: 40px;
    margin: 0;
    color: #6d6c79;
    font-size: 14px;
}
.siteCookies__text a {
    color: #6d6c79;
    text-decoration: underline;
}
.siteCookies__links {
    margin: 0;
    display: flex;
}
.siteCookies__link,
.siteCookies__button {
    color: #0f172a;
    background: #fff;
    border: 1px solid #f0f0f0;
    padding: 0 20px;
    height: 44px;
    display: flex;
    align-items: center;
    margin-right: 10px;
    font-size: 14px;
    line-height: 1;
    border-radius: 6px;
}
.siteCookies__link:hover {
    background: #f0f0f0;
}
.siteCookies__button {
    background: #0ea798;
    color: #fff;
    border: 0;
}
.siteCookies__button:hover {
    background: #17a97d;
}
.siteCookies__buttonWrap {
    display: flex;
    align-items: center;
    justify-content: center;
}
@media screen and (max-width: 991px) {
    .siteCookies {
        min-width: 80%;
    }
    .siteCookies__form {
        flex-direction: column;
    }
    .siteCookies__content {
        display: flex;
        flex-direction: column;
        margin-top: -50px;
    }
    .siteCookies__text {
        padding: 0;
        padding-bottom: 15px;
        text-align: center;
    }
    .siteCookies__buttonWrap {
        padding-top: 10px;
    }
    .siteCookies__link,
    .siteCookies__button {
        margin: 0;
        width: 100%;
        text-align: center;
        max-width: 300px;
        align-items: center;
        justify-content: center;
    }
    .siteCookies__links {
        width: 100%;
        justify-content: center;
    }
    .siteCookies__content::before {
        height: 62px;
        width: 62px;
        margin: 0;
        margin-bottom: 15px;
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
    }
}
@media screen and (max-width: 575px) {
    .siteCookies {
        min-width: 100%;
        bottom: 0;
    }
}
.cookiesSetting {
    display: none;
}
body.cookies-visible {
    overflow: hidden;
}
.cookiesSetting__title {
    margin: 0;
    padding: 20px;
    padding-top: 40px;
    font-weight: 500;
    font-size: 30px;
}
.cookiesSetting__perex {
    padding: 20px;
    padding-top: 0;
    margin: 0;
    color: #6d6c79;
}
.cookiesSetting__data {
    background: #fff;
    padding: 20px;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 1px;
}
.cookiesSetting__item {
    outline: 1px solid #f0f0f0;
    background: #fff;
    padding: 20px;
    display: flex;
    align-items: center;
}
.cookiesSetting__item__col1 {
    text-align: left;
    padding-right: 20px;
}
.cookiesSetting__item__name {
    color: #0f172a;
    font-size: 15px;
}
.cookiesSetting__item__text {
    color: #6d6c79;
    font-size: 14px;
}
.cookiesSetting__item__status {
    display: flex;
    align-items: center;
    border: 1px solid #f0f0f0;
    padding: 10px 15px;
    cursor: pointer;
}
.cookiesSetting__item__status * {
    cursor: pointer;
}
.cookiesSetting__item__state {
    padding-left: 10px;
}
.cookiesSetting__bottom {
    display: flex;
    padding: 20px;
    font-size: 14px;
}
.cookiesSetting__bottom button {
    color: #0f172a;
    background: #fff;
    border: 1px solid #f0f0f0;
    padding: 0 20px;
    height: 44px;
    display: flex;
    align-items: center;
    margin-right: 10px;
    border-radius: 6px;
}
.cookiesSetting__bottom .cookiesSetting__uncheck {
    flex-grow: 1;
}
.cookiesSetting__bottom button.cookiesSetting__button {
    border-color: #0f172a;
}
.cookiesSetting__bottom button.cookiesSetting__button--green {
    background: #0ea798;
    color: #fff;
    border: 0;
    margin: 0;
}
.country-flags {
    position: relative;
    display: flex;
    align-items: center;
    height: 36px;
    cursor: pointer;
}
.country-flags:not(.active):focus {
    outline: 0;
}
.country-flags-inner {
    position: relative;
    border-style: solid;
    border-width: 1px;
}
.country-flags.active .country-flags-inner {
    position: absolute;
    top: -1px;
    left: -5px;
    z-index: 10;
    width: 300px;
    height: 360px;
    padding: 36px 5px 5px;
    overflow: auto;
    background: #fff;
}
.country-flags.active.turned .country-flags-inner {
    bottom: 0;
    top: auto;
}
.country-flag {
    display: none;
    align-items: center;
    height: 36px;
}
.country-flags,
.country-flags-inner {
    height: 50px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding-top: 0px;
}
.country-flags-inner {
    border: 1px solid #f0f0f0;
    border-radius: 6px;
}
.country-flags.active .country-flags-inner {
    height: 300px !important;
    justify-content: flex-start;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 10px;
}
.country-flag {
    flex-shrink: 0;
}
.country-flag.selected,
.country-flags.active .country-flag {
    display: flex;
    margin-left: -5px;
    padding-left: 10px;
    padding-right: 10px;
    transition: all 0.3s ease-out;
    margin: 0;
    width: 100%;
}
.country-flags.active .country-flag.selected {
    display: flex;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    margin: 0;
    position: relative;
    border-bottom: 0;
}
.country-flags.active .country-flag.country-flag-preferred-last {
    border-bottom-style: solid;
    border-bottom-width: 1px;
}
.shp-flag-name {
    display: none;
    padding-right: 5px;
}
.country-flags.active .shp-flag-name {
    display: inline-block;
}
.shp-flag,
.shp-flag-label {
    flex-grow: 0;
    flex-shrink: 0;
}
.shp-flag {
    width: 24px;
    height: 24px;
}
.shp-flag-label {
    display: flex;
    position: relative;
    width: calc(100% - 24px);
    padding-left: 16px;
    padding-right: 3px;
    justify-self: flex-end;
    font-size: 14px;
    line-height: 18px;
    text-align: right;
    display: none;
}
.shp-flag-label::before {
    content: "";
    position: absolute;
    left: 3px;
    top: 50%;
    width: 0;
    height: 0;
    margin-top: -3px;
    border-width: 6px;
    border-style: solid;
}
.country-flags.active .shp-flag-label {
    width: calc(100% - 24px);
    text-align: left;
    display: flex;
}
.country-flags.active .shp-flag-label::before {
    display: none;
}
.phone-combined-input {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}
.phone-combined-input select {
    display: none;
}
.phone-combined-input input,
.phone-combined-input .country-flags {
    flex-grow: 0;
}
.phone-combined-input input {
    width: 100%;
}
@media (min-width: 480px) {
    .phone-combined-input {
        max-width: 217px;
    }
}
.customer-page .content-wrapper-in {
    display: grid;
    grid-template-columns: 320px 1fr;
    grid-gap: 40px;
    padding: 40px 0;
}
.customer-page .content-wrapper-in .sidebar {
    width: 100%;
    padding: 0;
}
.customer-page .sidebar ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
}
.customer-page .sidebar ul li {
    display: flex;
}
.customer-page .sidebar ul li a {
    padding: 12px 15px 12px 0;
    color: #0f172a;
    display: flex;
    align-items: center;
}
.customer-page .sidebar ul li a::before {
    content: "";
    height: 18px;
    width: 18px;
    display: flex;
    background: url("./list-style.svg");
    background-size: cover;
    margin-right: 15px;
}
.customer-page .sidebar ul li.logout {
    order: 99;
}
.customer-page .sidebar ul li.logout .btn {
    background: #f7f5ff;
    color: #6551cc;
    margin-top: 30px;
    width: 100%;
    padding: 0;
}
.customer-page .sidebar ul li.logout .btn::before {
    content: none;
}
.customer-page #content {
    width: 100%;
    padding: 0;
}
.customer-page #content .content-inner {
    padding: 60px;
    background: #fff;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
    width: 100%;
    position: relative;
    border-radius: 6px;
}
@media screen and (max-width: 991px) {
    .customer-page .content-wrapper-in {
        display: flex;
        flex-direction: column;
    }
    .customer-page .content-wrapper-in .sidebar {
        display: flex;
        order: 9;
    }
}
.id-717 .content-inner {
    padding-top: 0;
}
.id-717 .news-item-detail h1 {
    position: relative;
    margin: 0;
    padding-top: 80px;
}
.id-717 .news-item-detail h1::before {
    content: "";
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 100%;
    background: #fafafa;
    display: flex;
    position: absolute;
    z-index: -1;
}
.faqHeader {
    padding: 20px 0 80px 0;
    margin-bottom: 60px;
    margin-top: 0;
    position: relative;
}
.faqHeader::before {
    content: "";
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 100%;
    background: #fafafa;
    display: flex;
    position: absolute;
    z-index: -1;
}
.faqContent {
    max-width: 780px;
    margin: 0 auto;
    padding: 0px;
}
.faqHeader {
    background: #fafafa;
    padding: 40px;
    margin-bottom: 60px;
    text-align: center;
    font-size: 16px;
}
.faqHeader input {
    max-width: 400px;
    margin-top: 30px;
}
#FaqResult section {
    padding-bottom: 60px;
}
#FaqResult section h3 {
    margin-bottom: 15px;
}
details {
    border: 1px solid #f0f0f0;
    margin: 0;
    margin-bottom: 20px;
    padding: 20px;
    padding-bottom: 0;
    transition: 0.3s ease all;
}
summary {
    position: relative;
    padding: 0px 0px 20px 0;
    margin-bottom: 0px;
    font-weight: 500;
    padding-right: 30px;
    line-height: 1.5;
    background: rgba(0, 0, 0, 0);
    font-size: 16px;
    opacity: 0.8;
    color: #3c3c3b;
}
summary::marker {
    content: "";
}
summary::before,
summary::after {
    content: "";
    position: absolute;
    right: 0;
    top: 10px;
    height: 2px;
    width: 10px;
    display: flex;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    transition: 0.3s ease transform;
    background: #6d6c79;
}
summary::after {
    height: 10px;
    width: 2px;
    right: 4px;
    top: 6px;
}
details[open] {
    background: #fff;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.03);
    transform: translateY(-5px);
}
details[open] summary {
    opacity: 1;
}
details[open] summary::after {
    transform: rotate(90deg);
}
details p {
    padding-left: 0px;
    color: #6d6c79;
    margin: 0;
    margin-top: 0px;
    margin-bottom: 30px;
    font-size: 15px;
    opacity: 0.9;
    line-height: 1.7;
    border: 0;
    padding: 0;
    opacity: 0;
    transition: 0.4s ease opacity;
}
.content-inner details p a strong {
    font-weight: 400;
}
details[open] p {
    opacity: 1;
}
.favoriteCategories {
    padding: 80px 0;
    position: relative;
}
.favoriteCategories::before {
    content: "";
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 100%;
    background: #fbfbfb;
    display: flex;
    position: absolute;
    z-index: -1;
}
.favoriteCategories__title {
    text-align: center;
    padding: 0px 0 30px 0;
    margin: 0;
}
@media (max-width: 62rem) {
    .favoriteCategories .swiffy-slider {
        --swiffy-slider-item-count: 3;
    }
}
@media (max-width: 40rem) {
    .favoriteCategories .swiffy-slider {
        --swiffy-slider-item-count: 2.5;
    }
}
@media (max-width: 30rem) {
    .favoriteCategories .swiffy-slider {
        --swiffy-slider-item-count: 1.5;
    }
}
.favoriteCategories__grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 20px;
    padding-bottom: 0px;
    overflow: auto;
}
.favoriteCategories__single {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 0px;
    padding-bottom: 25px;
    background: #fff;
    position: relative;
}
.favoriteCategories__single picture {
    position: relative;
    height: 160px;
    width: 100%;
    background: linear-gradient(0deg, white 50%, #fbfbfb 50%);
}
.favoriteCategories__single img {
    display: flex;
    width: 100%;
    height: 100%;
    -o-object-fit: scale-down;
    object-fit: scale-down;
    mix-blend-mode: darken;
}
.favoriteCategories__single h4 {
    color: #0f172a;
    font-size: 18px;
    padding: 0px;
    display: flex;
    align-items: center;
    text-align: center;
    font-weight: 400;
    margin: 20px 0 5px 0;
}
.favoriteCategories__single p {
    color: #6d6c79;
    font-size: 14px;
    margin: 0;
    font-weight: 400;
    padding: 0 20px;
}
@media screen and (max-width: 991px) {
    .favoriteCategories .slider-container {
        -ms-scroll-snap-type: none;
        scroll-snap-type: none;
    }
    .favoriteCategories {
        padding: 60px 0;
    }
}
@media (max-width: 575px) {
    .favoriteCategories__title {
        font-size: 24px;
        line-height: 1;
    }
    .favoriteCategories {
        padding: 40px 0;
    }
}
#filters {
    display: flex;
    flex-direction: column;
    position: fixed;
    background: #fff;
    padding: 20px;
    right: 0;
    top: 0;
    height: 100vh;
    width: calc(100% - 52px);
    max-width: 400px;
    transform: translateX(100%);
    transition: 0.3s cubic-bezier(0.65, 0.05, 0.36, 1) transform;
    z-index: 11;
    gap: 40px;
    overflow: auto;
}
body.filters-visible #filters {
    transform: translateX(0%);
}
body.filters-visible .menu-helper,
body.filters-visible .header-top::before {
    pointer-events: auto;
    opacity: 1;
}
.filters-unveil-button-wrapper {
    width: 100%;
    height: 44px;
}
.filters-unveil-button-wrapper .unveil-button {
    height: 44px;
    font-size: 14px;
    display: inline-flex;
    flex-direction: row;
    justify-content: space-between;
    width: 200px;
}
.filters-unveil-button-wrapper .unveil-button::after {
    content: "";
    background: url("./filter-white.svg");
    height: 14px;
    width: 14px;
    display: flex;
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 20px;
}
.filter-sections {
    display: flex;
    flex-direction: column;
    gap: 0px;
}
#filters .slider-wrapper {
    display: none;
}
#price-filter-form {
    display: none;
}
.filter-section-button {
    display: none;
}
.filter-section {
    padding-bottom: 40px;
}
.filter-section label {
    padding-left: 10px;
    display: flex;
    justify-content: space-between;
}
.filter-section label .filter-count {
    margin-left: 10px;
    background: #fbfbfb;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #2e323b;
}
.filter-section fieldset > div {
    padding: 8px 0;
    display: flex;
}
#filters h4 {
    font-size: 18px;
    font-weight: 600;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
}
.floating-bar {
    display: none;
}
@media (max-width: 991px) {
    body.--floatBarActive .floating-bar {
        transform: translateY(0%);
        pointer-events: auto;
    }
    .floating-bar {
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: fixed;
        top: 52px;
        left: 0;
        width: 100%;
        background: #fff;
        z-index: 9;
        padding: 10px;
        transition: 0.3s ease transform;
        transform: translateY(-100%);
        pointer-events: none;
        border-bottom: 1px solid #f0f0f0;
        box-shadow: 0px 4px 9px rgba(52, 66, 81, 0.05);
    }
    .floating-product-content {
        display: flex;
        flex-direction: column;
    }
    .floating-product-name {
        font-size: 15px;
        font-weight: 500;
    }
    .floating-product-price {
        font-size: 15px;
        font-weight: 500;
        color: #d61818;
    }
    .floating-bar .btn {
        height: 42px;
        padding: 0 20px;
        margin-left: 15px;
        white-space: nowrap;
    }
}
footer {
    background: #fbfbfb;
    display: flex;
    flex-direction: column;
    padding: 0px 0 0 0;
}
.footer-rows .site-name {
    display: none;
}
.custom-footer {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 0 20px;
    width: 100%;
}
.custom-footer > .extended,
.custom-footer > div:first-child {
    grid-column: 1/5;
}
.custom-footer > .extended,
.custom-footer > div:nth-child(2) {
    grid-column: 1/5;
}
.custom-footer h4 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
    padding-bottom: 15px;
    font-family: "Roboto", apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    color: #0f172a;
    position: relative;
}
.custom-footer h4::before {
    content: "";
    height: 4px;
    width: 40px;
    display: inline-flex;
    background: #d6bcfa;
    position: absolute;
    bottom: 0;
}
.custom-footer > div ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.custom-footer > div ul > li {
    line-height: 1.8;
}
.custom-footer > div ul > li a {
    font-weight: 400;
    font-size: 14px;
    color: #6d6c79;
}
.custom-footer > div ul > li a:hover,
.custom-footer > div ul > li a:active,
.custom-footer > div ul > li a:focus {
    text-decoration: underline;
}
.custom-footer .news-item-widget {
    padding-bottom: 0px;
    line-height: 1.8;
}
.custom-footer .news-item-widget:last-child {
    padding-bottom: 0px;
}
.custom-footer .news-item-widget h5 {
    margin: 0;
}
.custom-footer .news-item-widget h5 a {
    font-weight: 400;
    font-size: 14px;
    color: #6d6c79;
}
.custom-footer .news-item-widget time {
    font-size: 13px;
    font-weight: 500;
    display: none;
}
.instagramSection {
    padding-bottom: 60px;
}
.instagramSection__title {
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
}
#instagramSectionContent .instagram_gallery {
    margin: 0 -5px;
    display: flex;
    flex-wrap: wrap;
}
#instagramSectionContent .instagram_gallery a {
    overflow: hidden;
    padding: 5px;
    width: 12.5% !important;
    margin: 0 !important;
}
#instagramSectionContent .instagram_gallery a img {
    border-radius: 6px;
    font-size: 0;
}
@media screen and (max-width: 991px) {
    .instagramSection {
        padding-bottom: 15px;
    }
    #instagramSectionContent .instagram_gallery a {
        width: 25% !important;
    }
}
.footer-bottom {
    display: flex;
    font-size: 14px;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: 60px;
    border-top: 1px solid #f0f0f0;
}
#signature a {
    color: #0f172a;
}
#signature a:first-child {
    margin-right: 6px;
    width: 22px;
    height: 22px;
}
#signature::after {
    content: "& Jan Heder";
    padding-left: 5px;
}
#signature img {
    height: 18px;
    filter: grayscale(1);
    margin-top: -5px;
}
.copyright {
    display: flex;
    flex-grow: 1;
    justify-content: flex-end;
}
.copyright strong {
    padding-left: 5px;
    font-weight: 400;
}
.footer-banners {
    margin: 40px 0;
}
.footer-banner {
    text-align: center;
}
@media screen and (max-width: 991px) {
    footer {
        padding: 0px 0 0 0;
    }
    .custom-footer > .extended {
        width: 100%;
    }
    .footer-rows .custom-footer > div > h4,
    .footer-rows .banner-wrapper h4 {
        font-size: 18px;
    }
    .footer-bottom {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .copyright {
        display: inline-block;
        padding-top: 10px;
        text-align: center;
    }
}
@media screen and (max-width: 768px) {
    footer {
        padding: 0px 0 0 0;
    }
    .custom-footer {
        display: flex;
        flex-direction: column;
        grid-gap: 0;
    }
    .custom-footer > div ul {
        margin-bottom: 20px;
    }
    .custom-footer > .extended,
    .custom-footer > div:first-child {
        grid-column: 1/3;
    }
    .custom-footer > .extended,
    .custom-footer > div:nth-child(2) {
        grid-column: 1/3;
    }
    .footer-bottom {
        margin-top: 0px;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .custom-footer h4 {
        margin: 0px;
        border-top: 1px solid #f0f0f0;
        padding: 25px 0;
        line-height: 1;
        position: relative;
    }
    .custom-footer h4::before {
        content: none;
    }
    .custom-footer h4::after {
        content: "";
        position: absolute;
        right: 0;
        top: 30px;
        height: 12px;
        width: 12px;
        display: flex;
        background-image: url("./arrow-down.svg");
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100%;
        transition: 0.2s ease transform;
    }
    .custom-footer h4 ~ * {
        display: none;
    }
    .custom-footer h4.--active {
        padding-bottom: 15px;
    }
    .custom-footer h4.--active ~ * {
        display: flex;
        flex-direction: column;
    }
    .custom-footer h4.--active ~ *[type="application/ld+json"] {
        display: none;
    }
    .custom-footer h4.--active::after {
        transform: rotate(180deg);
    }
}
.footer-payment-methods {
    display: flex;
    flex-grow: 1;
    width: 100%;
    padding: 40px 0 60px 0;
    border-bottom: 1px solid #f0f0f0;
    flex-wrap: wrap;
}
.footer-payment-methods-col {
    display: flex;
    flex-grow: 1;
    flex-direction: column;
}
.footer-payment-methods-content {
    display: flex;
    overflow-x: auto;
    max-width: 100%;
}
.footer-payment-methods-single {
    background: #fff;
    padding: 13px 20px;
    margin-right: 10px;
    line-height: 1;
}
@media screen and (max-width: 768px) {
    .footer-payment-methods {
        display: flex;
        flex-grow: 1;
        width: 100%;
        padding: 40px 0 60px 0;
        border-bottom: 1px solid #f0f0f0;
    }
    .footer-payment-methods-col {
        text-align: center;
        justify-content: center;
        align-items: center;
        width: 100%;
    }
    .footer-payment-methods-col:last-child {
        margin-top: 20px;
    }
}
::-moz-placeholder {
    color: #6d6c79;
}
:-ms-input-placeholder {
    color: #6d6c79;
}
::placeholder {
    color: #6d6c79;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    -webkit-appearance: none;
}
input:-webkit-autofill {
    box-shadow: 0 0 0 30px #fff inset !important;
    -webkit-box-shadow: 0 0 0 30px #fff inset !important;
}
input:autofill,
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    box-shadow: 0 0 0 30px #fff inset !important;
    -webkit-box-shadow: 0 0 0 30px #fff inset !important;
}
.form-group {
    position: relative;
    margin-bottom: 30px;
}
.form-group.submit-wrapper {
    margin-bottom: 0px;
}
.form-control {
    font-size: 15px;
    font-weight: 400;
    background: #fff;
    border: 1px solid #e5e5e5;
    height: 50px;
    padding: 0 20px;
    width: 100%;
    border-radius: 6px;
}
.form-group label {
    padding-bottom: 5px;
}
textarea.form-control {
    padding: 20px;
    min-height: 100px;
}
.js-validator-msg.msg-error {
    display: none;
}
.error-field,
.js-error-field {
    border-color: #d61818;
}
.js-validator-msg.msg-info,
.js-validator-msg.msg-error,
.js-validator-msg.msg-warning {
    background: rgba(214, 24, 24, 0.1);
    color: #d61818;
    display: inline-flex !important;
    flex-shrink: 0;
    padding: 5px 10px;
    border-radius: 6px;
    font-size: 13px;
    margin-top: 5px;
}
.form-group input[type="checkbox"] {
    position: absolute;
    top: 4px;
    left: 0;
}
.form-group input[type="checkbox"] + label {
    position: relative;
    padding-left: 25px;
    transform: none !important;
    font-size: 15px !important;
    pointer-events: auto;
    padding-bottom: 0;
}
#shipping-address {
    width: 100%;
    max-width: 520px;
    border: 1px solid #f0f0f0;
    padding: 40px;
    padding-bottom: 20px;
    margin-bottom: 40px;
}
#shipping-address h4 {
    display: none;
}
#note {
    padding-bottom: 20px;
}
.stay-in-touch .form-group#remark {
    margin-bottom: 40px;
}
textarea.form-control .js-phone-form-group label {
    left: 100px !important;
}
.phone-combined-input .country-flags {
    margin-right: 10px;
}
@media (min-width: 480px) {
    .phone-combined-input {
        max-width: none;
        flex-grow: 1;
    }
}
.phone-combined-input input {
    width: 100%;
    flex-shrink: 1;
}
.form-group-tooltip {
    float: left;
    background: #fff;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}
#vatId-description {
    font-size: 14px;
    padding-left: 10px;
    display: block;
    margin-top: 10px;
    position: relative;
    height: auto;
    width: auto;
    color: #6d6c79;
}
.header-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding: 0px;
    height: 80px;
    width: 100%;
}
@media screen and (max-width: 991px) {
    .header-top {
        height: 52px;
        top: 0;
        position: fixed;
        z-index: 11;
        width: 100%;
        padding: 0;
        align-items: center;
        background: #fff;
        box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.05);
    }
    body.--searchActive .header-top {
        z-index: 11;
    }
    body .header-top::before {
        content: "";
        left: 0;
        top: 0;
        height: 106px;
        width: 100%;
        background: rgba(0, 0, 0, 0.3);
        z-index: 10;
        transition: 0.3s ease opacity;
        position: fixed;
        z-index: 11;
        pointer-events: none;
        opacity: 0;
        -webkit-backdrop-filter: blur(3px);
        backdrop-filter: blur(3px);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }
    body.--floatSearchActive .header-top::before {
        height: 52px;
    }
    body.ordering-process .header-top::before {
        height: 52px;
    }
    body.--menuActive .header-top::before,
    body.--cartActive .header-top::before {
        pointer-events: auto;
        opacity: 1;
    }
}
.site-name {
    margin: 0;
    display: flex;
    height: 100%;
    position: relative;
}
.site-name a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 36px;
    width: 100%;
    padding: 0px;
    transition: none;
}
.site-name img {
    height: 100%;
    max-height: 100%;
}
@media screen and (max-width: 991px) {
    .site-name-wrapper {
        height: 100%;
        background: #fff;
    }
    .site-name {
        height: 100%;
        margin: 0px;
        width: auto;
        margin-left: 52px;
        display: flex;
        align-items: center;
    }
    .ordering-process .site-name {
        margin-left: 0px;
    }
    .site-name a {
        height: 100%;
        position: relative;
        padding: 0 15px 0 5px;
        height: 32px;
    }
}
@media screen and (max-width: 500px) {
    .site-name a {
        padding: 0 12px;
        padding-left: 5px;
    }
}
.header-contacts {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.header-contacts a {
    position: relative;
    color: #374151;
    padding: 5px;
    padding-left: 30px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
}
.header-contacts a:hover,
.header-contacts a:active,
.header-contacts a:focus {
    text-decoration: none;
    color: #0ea798;
}
.header-contacts a::before {
    content: "";
    height: 20px;
    width: 20px;
    position: absolute;
    top: 50%;
    left: 0%;
    background-image: url("./envelope.svg");
    background-repeat: no-repeat;
    background-size: 100%;
    transform: translate(0%, -50%);
}
.header-contacts a:first-child::before {
    background-image: url("./phone.svg");
}
.header-contacts span {
    font-size: 14px;
    font-weight: 500;
    color: #4b5563;
    padding-left: 30px;
    padding-bottom: 10px;
}
@media screen and (max-width: 991px) {
    .header-contacts {
        display: none;
    }
}
.search {
    height: 50px;
    padding-right: 0px;
    max-width: 700px;
    flex-grow: 1;
    margin: 0 20px;
}
body.--searchActive .search {
    display: flex;
}
.search-form {
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.search-form fieldset {
    display: flex;
    height: 100%;
    position: relative;
    width: 100%;
    padding: 0;
    max-width: 400px;
    margin: 0;
    background: #fbfbfb;
    border: 0;
    border-radius: 6px;
}
.search-form input {
    border: 0;
    height: 100%;
    background: #fbfbfb;
    padding: 0 10px 0 20px;
    width: 100%;
    flex-grow: 1;
    border-radius: 0;
}
.search-form input:focus,
.search-form input:hover {
    outline: none;
}
.search-whisperer {
    position: absolute;
    bottom: 1px;
    right: 0;
    width: 100%;
    background: #fbfbfb;
    transform: translateY(100%);
    z-index: 99;
    min-width: 300px;
}
.search-whisperer ul {
    list-style: none;
    margin: 0;
    padding: 10px 0;
}
.search-whisperer .search-whisperer-products a {
    display: flex;
    align-items: center;
    padding: 5px 10px;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.search-whisperer .search-whisperer-products a:hover,
.search-whisperer .search-whisperer-products a:active,
.search-whisperer .search-whisperer-products a:focus {
    background: #fff;
    text-decoration: none;
}
.search-whisperer .search-whisperer-products a:hover .p-info,
.search-whisperer .search-whisperer-products a:active .p-info,
.search-whisperer .search-whisperer-products a:focus .p-info {
    color: #0ea798;
}
.search-whisperer .search-whisperer-image {
    width: 60px;
    padding-right: 20px;
}
.search-whisperer .p-info {
    font-size: 14px;
    color: #374151;
    width: calc(100% - 60px);
}
.search-whisperer .p-availability {
    display: none;
}
.search-whisperer .price-final {
    color: #a8071a;
    width: calc(100% - 60px);
    font-size: 13px;
}
.search-whisperer-empty {
    padding: 10px 20px;
}
.search-whisperer-documents {
    display: flex;
    flex-direction: column;
    padding: 10px;
}
.search-whisperer-documents a {
    color: #0f172a;
    padding: 10px 20px;
}
.search-whisperer-products::before {
    content: "";
}
.search-form .btn {
    font-size: 0;
    position: relative;
    background: rgba(0, 0, 0, 0);
    width: 50px;
    height: 50px;
    padding: 0;
    flex-shrink: 0;
    cursor: pointer;
    transition: 0s ease all;
    border: 0;
    border-radius: 0;
}
.search-form .btn::after {
    content: "";
    height: 17px;
    width: 17px;
    position: absolute;
    top: 50%;
    left: 50%;
    background-image: url("./search.svg");
    background-repeat: no-repeat;
    background-size: 100%;
    transform: translate(-50%, -50%);
}
@media screen and (min-width: 992px) {
    body.--searchActive .menu-helper {
        opacity: 1;
        pointer-events: auto;
        z-index: 20;
        top: 0;
    }
    body.--searchActive .search {
        display: flex;
        position: fixed;
        top: 50%;
        left: 50%;
        z-index: 999;
        transform: translate(-50%, -50%);
        align-items: center;
        justify-content: center;
        padding: 60px;
        background: #fff;
        height: auto;
    }
    .search-form {
        height: auto;
    }
    .search-form input {
        height: auto;
    }
    .search-form fieldset {
        max-width: 100%;
    }
}
@media screen and (max-width: 991px) {
    .search {
        padding: 0;
        position: fixed;
        top: 52px;
        margin: 0;
        width: 100%;
        display: flex;
        height: auto;
        padding: 8px;
        padding-top: 0px;
        background: #fff;
        z-index: -1;
        transform: translateY(0%);
        transition: 0.2s ease transform;
        max-width: 100%;
    }
    body.--floatSearchActive .search {
        display: flex;
        transform: translateY(-100%);
    }
    body.--searchActive .search {
        display: flex;
        transform: translateY(0%);
    }
    body.--floatSearchActive .nav-search {
        display: flex;
    }
    .search-form {
        height: 46px;
        width: 100%;
        border: 1px solid #f0f0f0;
        border-radius: 6px;
        overflow: hidden;
    }
    .search-form fieldset {
        width: 100%;
        max-width: 100%;
        height: 100%;
        z-index: 9;
        border: 0;
        background: #fff;
    }
    .search-form input {
        display: flex;
        width: 100%;
        background: #fbfbfb !important;
        padding: 0 15px;
    }
    .search-form .btn {
        font-size: 0;
        position: absolute;
        top: 0;
        right: 0;
        background: rgba(0, 0, 0, 0);
        height: 44px;
        width: 52px;
        border: 0;
        border-radius: 0;
    }
    .search-form .btn::after {
        height: 17px;
        width: 17px;
    }
    #speechToggle {
        height: 100%;
        width: 42px;
        background: rgba(0, 0, 0, 0);
        background-image: url("./microphone.svg");
        background-position: center center;
        background-size: 20px;
        background-repeat: no-repeat;
        position: absolute;
        right: 52px;
        top: 0;
        z-index: 9;
        opacity: 0.5;
    }
}
.nav-menu-toggle {
    display: none;
}
.ordering-process .nav-menu-toggle {
    display: none;
}
@media screen and (max-width: 991px) {
    .nav-menu-toggle {
        display: flex;
        height: 52px;
        width: 52px;
        position: relative;
        flex-shrink: 0;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 9 !important;
        background-color: #fff;
    }
    .nav-menu-toggle span {
        display: flex;
        position: absolute;
        justify-content: center;
        align-items: center;
        transform: translate(-50%, -50%);
        transition: none;
        top: 50%;
        left: 50%;
        width: 18px;
        height: 2px;
        background: #0f172a;
    }
    .nav-menu-toggle span::before,
    .nav-menu-toggle span::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        height: 2px;
        width: 18px;
        background: #0f172a;
        transform: translate(0, -300%);
    }
    .nav-menu-toggle span::after {
        top: auto;
        width: 12px;
        transform: translate(0%, 300%);
    }
}
#header {
    background: #fff;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #f0f0f0;
}
@media screen and (max-width: 991px) {
    #header {
        height: 106px;
        border: 0;
        background: #fff;
    }
    #header .container {
        padding: 0;
    }
}
.homepage-group-title {
    text-align: center;
    padding: 0px 0 30px 0;
    margin-top: 80px;
}
@media (max-width: 575px) {
    .homepage-group-title {
        font-size: 24px;
        padding-bottom: 20px;
        line-height: 1;
        margin-top: 40px;
    }
}
img {
    max-width: 100%;
    height: auto;
}
.instagram-footer {
    background: #fff;
    padding: 60px 0 60px 0;
    position: relative;
    z-index: 0;
    border-top: 1px solid #f0f0f0;
}
.instagram-footer::before {
    content: "";
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 100%;
    background: #fff;
    display: flex;
    position: absolute;
    z-index: -1;
}
.instagram-footer h1 {
    font-size: 30px;
    text-align: center;
    margin-bottom: 30px;
}
.instagram-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 10px;
}
.instagram-item {
    padding-bottom: 100%;
    position: relative;
}
.instagram-item img {
    position: absolute;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}
@media screen and (max-width: 991px) {
    .instagram-grid {
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-gap: 5px;
    }
}
@media screen and (max-width: 575px) {
    .instagram-grid {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
    .instagram-footer h1 {
        font-size: 24px;
        margin-bottom: 20px;
    }
}
.social-footer {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;
    margin-top: 40px;
}
.social-footer a {
    width: 100%;
    display: flex;
    text-align: left;
    align-items: center;
    justify-content: center;
    padding: 20px;
    height: 80px;
    color: #0f172a;
    border: 1px solid #f0f0f0;
    transition: 0.2s ease box-shadow;
    font-size: 16px;
    border-radius: 6px;
}
.social-footer a:hover {
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.08);
}
.social-footer a img {
    margin-right: 20px;
}
@media screen and (max-width: 575px) {
    .social-footer a {
        font-size: 0;
        height: 60px;
        padding: 12px;
    }
    .social-footer a img {
        margin-right: 0px;
    }
}
#navigation {
    height: 54px;
    display: flex;
    flex-grow: 1;
    position: relative;
}
.ordering-process #navigation {
    display: none;
}
.menu {
    display: flex;
    z-index: 4;
    border-radius: 6px;
    height: 100%;
    width: 100%;
}
.navigationActions {
    display: none;
}
.menu-level-1 {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
}
.menu-level-1 > li {
    height: 100%;
}
.menu-level-1 > li.ext:hover,
.menu-level-1 > li.ext:active,
.menu-level-1 > li.ext:focus {
    text-decoration: none;
    background-color: #fff;
    color: #0f172a;
}
.menu-level-1 > li.ext:hover a,
.menu-level-1 > li.ext:active a,
.menu-level-1 > li.ext:focus a {
    background-color: #fff;
    color: #0f172a;
}
.menu-level-1 > li.ext:hover a::before,
.menu-level-1 > li.ext:active a::before,
.menu-level-1 > li.ext:focus a::before {
    background-image: url("./arrow-left.svg");
}
.menu-level-1 > li > a {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0f172a;
    padding: 0 20px 0 20px;
    font-weight: 500;
    transition: none;
}
.menu-level-1 > li > a:hover,
.menu-level-1 > li > a:active,
.menu-level-1 > li > a:focus {
    text-decoration: none;
    background-color: #fff;
    color: #0f172a;
}
.menu-level-1 > li > a b {
    font-weight: 400;
}
.menu-level-1 > li.ext > a {
    position: relative;
    padding: 0 38px 0 20px;
}
.menu-level-1 > li.ext > a::before {
    content: "";
    height: 10px;
    width: 10px;
    background-image: url("./arrow-left.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    transform: translateY(-50%) rotate(270deg);
    position: absolute;
    right: 20px;
    top: 50%;
}
.menu-level-1 > li.ext > a:hover::before,
.menu-level-1 > li.ext > a:active::before,
.menu-level-1 > li.ext > a:focus::before {
    background-image: url("./arrow-left.svg");
}
.menu-level-2 {
    list-style: none;
    padding: 0;
    display: none;
    position: absolute;
    z-index: 1;
    background: #fff;
    left: 0;
    width: 100%;
    padding: 40px;
    z-index: 5;
    top: 100%;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    border-top: 1px solid #f0f0f0;
    grid-gap: 20px;
}
@media screen and (min-width: 992px) {
    .menu-level-1 > li:hover .menu-level-2 {
        display: grid;
    }
}
.menu-level-2 > li {
    padding: 0;
    display: flex;
    align-items: flex-start;
    width: 100%;
}
.menu-level-2 > li .menu-image {
    flex-shrink: 0;
    height: 80px;
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.menu-level-2 > li .menu-image img {
    width: auto;
}
.menu-level-2 > li > div {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    padding-left: 10px;
    height: 100%;
    justify-content: center;
}
.menu-level-2 > li > div > a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    margin-top: 0px;
    font-weight: 500;
    font-size: 16px;
    padding-bottom: 5px;
}
.menu-level-2 > li > div > a:hover,
.menu-level-2 > li > div > a:active,
.menu-level-2 > li > div > a:focus {
    text-decoration: none;
    background: rgba(0, 0, 0, 0);
}
.menu-level-3 {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}
.menu-level-3 li {
    font-size: 14px;
    width: 100%;
}
.menu-level-3 li a {
    color: #000;
}
.backSubmenu {
    display: none;
}
.menu-item-more {
    display: none;
}
#nav-manufacturers {
    display: none;
}
.menu-helper {
    position: fixed;
    top: 0px;
    display: flex;
    pointer-events: none;
    opacity: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.2);
    z-index: 10;
    transition: 0.3s ease opacity;
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.menu-helper * {
    display: none;
}
@media screen and (min-width: 992px) {
    .menu-helper {
        z-index: 2;
        top: 190px;
        bottom: 0;
        height: auto;
        position: absolute;
    }
    .submenu-visible .menu-helper {
        opacity: 1;
    }
}
@media screen and (max-width: 991px) {
    #navigation {
        position: fixed;
        left: 0;
        top: 0;
        z-index: 11;
        overflow-y: auto;
        height: 100%;
        width: calc(100% - 52px);
        max-width: 400px;
        transform: translate3d(-100%, 0, 0);
        transition: 0.3s cubic-bezier(0.65, 0.05, 0.36, 1) transform;
        background: #fff;
        padding-top: 0;
        border-radius: 0;
        display: flex;
        flex-direction: column;
        height: 100vh;
        box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.05);
    }
    body.--menuActive #navigation {
        transform: translate3d(0, 0, 0);
    }
    .navigation-close {
        height: 52px;
        display: flex;
        flex-shrink: 0;
        order: 0;
        position: relative;
        border-bottom: 1px solid #f0f0f0;
        line-height: 1;
    }
    .navigation-close::before {
        content: "Zavřít menu";
        background-image: url("./close.svg");
        background-position: 20px center;
        background-size: 20px;
        background-repeat: no-repeat;
        position: absolute;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        padding-left: 55px;
        font-weight: 400;
    }
    .menu {
        background: #fff;
        order: 1;
        padding: 0;
    }
    .menu-level-1 {
        flex-direction: column;
    }
    .menu-level-1 > li {
        height: auto;
    }
    .menu-level-1 > li > a {
        justify-content: flex-start;
        height: 60px;
        padding: 0 20px;
        width: 100%;
        color: #0f172a;
        border-bottom: 1px solid #f0f0f0;
        line-height: 1;
    }
    .menu-level-1 > li > a:active,
    .menu-level-1 > li > a:focus {
        background: rgba(0, 0, 0, 0);
    }
    .menu-level-1 > li.ext.--active {
        background: #fff;
        padding-bottom: 0px;
    }
    .menu-level-1 > li.ext.--active .menu-level-2 {
        transform: translateX(0%);
    }
    .menu-level-1 > li.ext > a {
        padding: 0 20px 0 20px;
    }
    .menu-level-1 > li.ext > a::before {
        background-image: url("./arrow-left.svg");
        transition: 0.3s ease transform;
        transform: translateY(-50%) rotate(180deg);
    }
    .menu-level-1 > li > a > b {
        font-weight: 400;
    }
    .menu-level-2 {
        position: relative;
        flex-direction: column;
        background: rgba(0, 0, 0, 0);
        display: flex;
        flex-direction: column;
        padding: 0;
        display: flex;
        top: 0;
        position: absolute;
        transform: translateX(-100%);
        transition: 0.2s ease transform;
        background: #fff;
        top: 0;
        min-height: 100vh;
        overflow-y: scroll;
        grid-gap: 0;
        border: 0;
    }
    .menu-level-2 > li {
        justify-content: flex-start;
        width: 100%;
        padding: 0;
        align-items: center;
        position: relative;
        border: 0;
    }
    .menu-level-2 > li > div {
        padding: 0;
        width: 100%;
    }
    .menu-level-2 > li > div > a {
        display: flex;
        justify-content: flex-start;
        width: 100%;
        padding: 0px 20px;
        color: #0f172a;
        margin: 0;
        height: 60px;
        align-items: center;
        font-weight: 400;
        border-bottom: 1px solid #f0f0f0;
    }
    .menu-level-2 > li .menu-image {
        height: 38px;
        width: 38px;
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
        left: 20px;
    }
    .menu-level-2 .menu-image + div a {
        padding-left: 70px;
    }
    .menu-level-2 > li .menu-image img {
        height: auto;
        width: auto;
    }
    .menu-level-3 {
        display: none;
    }
    .menu-helper {
        position: fixed;
        top: 0px;
        display: flex;
        pointer-events: none;
        opacity: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background: rgba(0, 0, 0, 0.3);
        z-index: 10;
        transition: 0.3s ease opacity;
    }
    .backSubmenu {
        height: 52px;
        display: flex;
        align-items: center;
        padding: 0 20px 0 70px;
        font-weight: 400;
        border-bottom: 1px solid #f0f0f0;
        background: #fff;
        position: relative;
        line-height: 1;
    }
    .backSubmenu::before {
        content: "";
        background-image: url("./arrow-left.svg");
        background-position: 30px center;
        background-size: 14px;
        background-repeat: no-repeat;
        position: absolute;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
    }
    body.--menuActive .menu-helper {
        pointer-events: auto;
        opacity: 1;
    }
    body.--searchActive .menu-helper {
        pointer-events: auto;
        opacity: 1;
    }
    .menu-item-more {
        height: 60px;
        display: flex;
        align-items: center;
        padding: 20px;
        border-bottom: 1px solid #f0f0f0;
        font-weight: 400;
        padding-left: 70px;
        line-height: 1;
        background-image: url("./eye.svg");
        background-position: left 28px center;
        background-size: 20px;
        background-repeat: no-repeat;
    }
}
#cboxOverlay,
#colorbox {
    display: none;
}
#cboxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
}
#colorbox {
    background: #fff;
    z-index: 10;
    display: flex;
    border-radius: 6px;
}
#colorbox > #cboxWrapper {
    position: relative;
}
@media screen and (max-width: 991px) {
    #cboxOverlay {
        z-index: 20;
    }
    #colorbox {
        z-index: 21;
        bottom: 0 !important;
        width: 100% !important;
        left: 0 !important;
        top: auto !important;
        position: fixed !important;
        height: 90vh !important;
        transform: translateY(100%);
        transition: 0.2s ease transform;
        opacity: 1 !important;
    }
    #colorbox:not(.logistics-modal) {
        display: flex !important;
    }
    #colorbox[style*="display: block"] {
        transform: translateY(0%);
    }
    #colorbox > #cboxWrapper {
        width: 100% !important;
        height: 100% !important;
    }
    #colorbox > #cboxWrapper > div {
        height: 100%;
    }
    #colorbox > #cboxWrapper > div:first-child {
        display: none;
    }
    #cboxContent,
    #cboxLoadedContent {
        width: 100% !important;
        height: 100% !important;
    }
    #colorbox > #cboxWrapper .cboxPhoto {
        height: 100% !important;
        width: 100% !important;
        -o-object-fit: contain;
        object-fit: contain;
    }
}
.content-modal {
    padding: 50px 20px;
}
.content-modal h1 {
    font-size: 30px;
}
.shipping-options-popup p {
    margin-bottom: 30px;
}
.shipping-row {
    display: flex;
    padding: 10px;
    margin-bottom: 2px;
    background: #fbfbfb;
    line-height: 1;
    align-items: center;
    min-height: 46px;
}
.shipping-options-popup .extra.delivery {
    margin-top: 40px;
    margin-bottom: 0 !important;
}
.navigation-buttons {
    color: #fff;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
}
@media screen and (max-width: 991px) {
    .navigation-buttons {
        flex-grow: 1;
        justify-content: flex-end;
        flex-direction: row;
        background: #fff;
        flex-wrap: nowrap;
    }
}
.cart-count {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    background: rgba(0, 0, 0, 0);
    color: #fff;
    background: #0ea798;
    padding: 0;
    line-height: 1.2;
    height: 46px;
    padding: 0 20px 0 48px;
    text-align: left;
    margin-left: 10px;
    font-size: 15px;
    border-radius: 6px;
}
.cart-count::before {
    content: "";
    height: 20px;
    width: 20px;
    position: absolute;
    top: 50%;
    left: 20px;
    background-image: url("./shopping-bag-white.svg");
    background-repeat: no-repeat;
    background-size: 100%;
    background-size: contain;
    transform: translate(0%, -50%);
    background-position: center;
}
.cart-count:hover,
.cart-count:focus,
.cart-count:active {
    text-decoration: none;
    background: #1aa87d;
}
@media screen and (min-width: 992px) {
    .cart-count {
        margin-left: 153px;
    }
    #js-userToggle + .cart-count {
        margin-left: 10px;
    }
}
.cart-count.full .cart-price {
    display: flex;
}
.cart-count .sr-only {
    width: 100%;
    font-size: 14px;
    display: none;
}
.cart-count .cart-price {
    color: #fff;
    font-weight: 400;
}
.cart-count i {
    position: absolute;
    font-style: normal;
    font-size: 11px;
    background: #fff;
    border: 1px solid #0ea798;
    color: #0f172a;
    height: 14px;
    width: 14px;
    border-radius: 50%;
    left: 28px;
    top: 50%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
}
@media screen and (max-width: 991px) {
    .cart-count .sr-only,
    .cart-count .cart-price,
    .cart-count.full .cart-price {
        display: none;
    }
    .cart-count {
        height: 42px;
        width: 42px;
        padding: 0;
        margin: 0;
        margin-right: 10px;
    }
    .cart-count::before {
        top: 50%;
        left: 50%;
        height: 22px;
        width: 22px;
        transform: translate(-50%, -50%);
        background-image: url("./shopping-bag-white.svg");
    }
    .cart-count i {
        left: 22px;
        border-width: 2px;
    }
}
.nav-user {
    width: auto;
    height: 50px;
    flex-shrink: 0;
    border-radius: 6px;
    background-image: url("./user.svg");
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: center left 20px;
    margin: 0 10px 0 10px;
    transition: 0.2s ease background-color;
    cursor: pointer;
    font-size: 15px;
    color: #0f172a;
    padding: 0 20px;
    padding-left: 50px;
    display: flex;
    align-items: center;
}
.nav-user:hover,
.nav-user:active,
.nav-user:focus {
    background-color: #fbfbfb;
}
.nav-search {
    width: 50px;
    height: 50px;
    background-image: url("./search.svg");
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center center;
    margin: 0 10px;
    display: flex;
    cursor: pointer;
    display: none;
}
@media screen and (max-width: 991px) {
    .nav-user,
    .nav-search {
        display: flex;
        height: 52px;
        width: 52px;
        margin: 0;
    }
    .nav-user {
        background-image: url("./user.svg");
        font-size: 0;
        padding: 0;
        width: 52px;
        background-position: center;
    }
    .nav-user:hover,
    .nav-user:active,
    .nav-user:focus {
        background-color: rgba(0, 0, 0, 0);
    }
    .nav-search {
        display: flex;
        background-image: url("./search-white.svg");
        display: none;
    }
    .nav-search.--active {
        background-image: url("./close.svg");
    }
}
.type-posts-listing .content-inner > h1 {
    margin-bottom: 40px;
}
.news-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px;
    width: 100%;
}
.news-wrapper i {
    display: none;
}
.news-item {
    width: 100%;
    padding: 0px;
    display: flex;
    flex-direction: column;
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    transition: 0.3s ease transform;
}
.news-item:hover {
    transform: translateY(-3px);
}
.news-item .image {
    position: relative;
}
.news-item .image a {
    height: 400px;
    display: flex;
    overflow: hidden;
    background: #000;
}
.news-item .image a img {
    -o-object-fit: cover;
    object-fit: cover;
    transition: 0.5s ease opacity;
    width: 100%;
}
.news-item .image a:hover img {
    opacity: 0.7;
}
.news-item .text {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: space-between;
}
.news-item .title {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    padding: 20px 20px;
    order: 0;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    line-height: 1.3;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
}
.news-item time {
    font-size: 13px;
    background: rgba(0, 0, 0, 0.5);
    order: 2;
    font-weight: 600;
    padding-top: 10px;
    position: absolute;
    top: 10px;
    right: 10px;
    color: #fff;
    padding: 5px 10px;
    border-radius: 6px;
    font-weight: 400;
}
.news-item .description {
    font-size: 14px;
    order: 1;
    color: #4b5563;
    display: none;
}
.news-item .description p {
    margin: 0;
}
@media screen and (max-width: 991px) {
    .news-wrapper {
        overflow: auto;
    }
    .news-item {
        min-width: 340px;
    }
    .news-item .image a {
        height: 220px;
    }
}
@media screen and (max-width: 575px) {
    .news-item {
        min-width: 280px;
    }
    .news-item .title {
        font-size: 18px;
        padding: 30px 15px 10px 15px;
    }
}
.news-item-detail {
    margin: 0 auto;
    max-width: 760px;
}
.news-item-detail h1 {
    font-size: 36px;
    line-height: 1.4;
    margin-bottom: 20px;
    text-align: center;
}
.news-item-detail time {
    color: #4b5563;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 40px;
    display: flex;
    justify-content: center;
}
.news-item-detail img {
    margin: 0px 0 40px 0;
}
.news-item-detail .text {
    font-size: 17px;
    line-height: 2;
}
.news-item-detail .next-prev {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    display: none;
}
.hp-blog {
    padding: 80px 0;
}
.hp-blog h1 {
    text-align: center;
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 20px;
    width: 100%;
    font-family: "Roboto", apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
.hp-blog-bottom {
    text-align: center;
    display: flex;
    padding-top: 40px;
    justify-content: center;
    width: 100%;
}
@media screen and (max-width: 575px) {
    .hp-blog {
        padding: 40px 0;
    }
}
#newsletterSection {
    border: 0;
    margin-top: 0px;
    z-index: 1;
    position: relative;
    margin-bottom: 60px;
    background: #fff;
    padding: 50px 50px;
    margin-top: 0px;
    box-shadow: 0px 4px 9px rgba(52, 66, 81, 0.05);
    border-radius: 6px;
}
#newsletterSection::before {
    content: "";
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 50%;
    background: #fff;
    display: flex;
    position: absolute;
    z-index: -1;
}
.newsletterSection__form {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.newsletterSection__subTitle {
    color: #6d6c79;
}
.newsletterSection__label {
    display: none;
}
.newsletterSection__formGroup {
    display: flex;
    align-items: flex-end;
    width: 480px;
    max-width: calc(100vw - 20px);
    margin: 0 auto;
    margin-bottom: 0 !important;
}
.newsletterSection fieldset {
    width: 600px;
    max-width: 100%;
}
.newsletterSection__formGroup .validator-msg-holder {
    flex-grow: 1;
    margin-right: 10px;
}
.newsletterSection__formGroup .newsletterSection__btn {
    white-space: nowrap;
    border: 0;
    padding: 0 20px;
}
.newsletterSection__consent {
    font-size: 13px;
    color: #6d6c79;
    padding-top: 10px;
}
.newsletterSection__consent a {
    color: #6d6c79;
}
@media screen and (max-width: 991px) {
    #newsletterSection {
        padding: 40px 10px;
        margin-bottom: 60px;
    }
    .newsletterSection__form {
        justify-content: center;
        flex-direction: column;
    }
    .newsletterSection__titleWrap {
        padding-bottom: 20px;
    }
    .newsletterSection__formGroup {
        max-width: calc(100vw - 100px);
    }
    .newsletterSection__consent {
        text-align: center;
    }
}
@media screen and (max-width: 767px) {
    #newsletterSection {
        margin: 0 -10px;
        margin-bottom: 0px;
        box-shadow: none;
        background: #fbfbfb;
    }
    #newsletterSection::before {
        content: none;
    }
    .newsletterSection__title {
        font-size: 24px;
        text-align: center;
    }
}
@media screen and (max-width: 575px) {
    .newsletterSection__formGroup {
        max-width: calc(100vw - 20px);
    }
}
.pagination-top {
    display: none;
}
.pagination {
    display: flex;
    justify-content: center;
    padding-top: 20px;
}
.pagination a,
.pagination strong {
    height: 42px;
    width: 42px;
    font-size: 14px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #0f172a;
    margin: 3px;
}
.pagination strong {
    background: #0ea798;
    color: #fff;
}
.pagination a.hidden {
    display: none;
}
.pagination a.hidden + * {
    margin-left: 40px;
    position: relative;
}
.pagination a.hidden + *::before {
    content: "...";
    height: 46px;
    width: 40px;
    position: absolute;
    left: -43px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pagination-loader {
    display: flex;
    justify-content: center;
    padding: 30px 0;
}
.type-detail .tooltip {
    display: none !important;
}
.p-detail {
    display: flex;
    flex-direction: column;
    padding-top: 20px;
}
.p-detail-inner {
    padding: 0px;
    height: 100%;
}
@media screen and (max-width: 991px) {
    .p-detail {
        padding: 0;
    }
    .p-detail-inner {
        padding: 0px 0 20px 0;
    }
}
.p-detail-inner > .p-detail-inner-header {
    display: none;
}
.browse-p {
    order: 10;
}
.p-detail-tabs-wrapper {
    order: 20;
}
.p-detail-inner-header {
    order: 0;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 20px;
    width: 100%;
}
.p-detail-inner-header h1 {
    width: 100%;
    order: 0;
    line-height: 1.2;
    margin-bottom: 20px;
    font-size: 30px;
}
.p-detail-inner-header .p-code {
    display: flex;
    order: 2;
    font-size: 14px;
    padding: 0 20px 0 0;
    color: #6d6c79;
}
.p-detail-inner-header .p-code-label {
    padding-right: 2px;
}
.p-detail-inner-header div:nth-child(3) {
    order: 3;
    font-size: 14px;
}
.p-detail-inner-header .stars-wrapper {
    margin: 0;
    order: 1;
}
.p-detail-inner-header .flags {
    display: none;
}
@media screen and (max-width: 500px) {
    .p-detail-inner-header .stars-wrapper {
        width: 100%;
    }
    .p-detail-inner-header .p-code {
        padding: 10px 10px 0 0;
    }
    .p-detail-inner-header div:nth-child(3) {
        padding-top: 10px;
    }
}
.product-top {
    position: relative;
    margin: 0;
    display: grid;
    grid-template-columns: 80fr 60fr;
    grid-gap: 60px;
    row-gap: 0px;
    grid-template-rows: auto 1fr;
}
.product-top > .col-xs-12:first-child {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 2;
}
@media screen and (max-width: 991px) {
    .product-top {
        margin: 0 -10px;
        display: flex;
        flex-direction: column;
    }
    .product-top > .col-xs-12:first-child {
        order: 1;
        padding-top: 20px;
    }
}
.p-detail-info {
    z-index: 1;
    position: relative;
    padding-bottom: 10px;
}
.p-detail-info :not(.flags) {
    display: none;
}
.p-detail-info .flags {
    position: relative;
    top: 0px;
    left: 0px;
    flex-direction: row;
    gap: 5px;
    display: flex;
    align-items: flex-start;
}
.p-detail-info .flag {
    margin-bottom: 5px;
    padding: 0 8px;
    height: 22px;
    background: #fff;
    white-space: nowrap;
    color: #0f172a;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    border-radius: 6px;
}
.p-detail-info .flag.flag-action {
    background: rgba(214, 24, 24, 0.1);
    color: #d61818;
}
.p-detail-info .flag.flag-new {
    background: rgba(14, 167, 152, 0.1);
    color: #0ea798;
}
.p-detail-info .flag.flag-tip {
    background: #fbfbfb;
    color: #0f172a;
}
.p-detail-info .flag.flag-gift {
    background: #0f172a;
    color: #fff;
}
.p-detail-info .flag.flag-custom3 {
    background: #0f172a;
    color: #fff;
}
.p-detail-info .flag .price-standard {
    display: none;
}
.p-image .flag-discount .price-save {
    position: absolute;
    right: 10px;
    top: 10px;
    padding: 10px;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    background: #d61818;
    border-radius: 6px;
}
.p-image .flag-discount .price-save span {
    padding: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    background: #e39101;
}
.p-image .flag-discount .price-save span.default-variant {
    display: flex;
}
.p-image .flag-discount .price-save span.default-variant.no-display {
    display: none;
}
.p-image .flag-discount .price-standard {
    display: none !important;
}
.stars-wrapper {
    order: 4;
    margin-bottom: 10px;
    display: flex;
}
.stars-wrapper .stars-label {
    padding-left: 5px;
    font-size: 13px;
    color: #4b5563;
    font-weight: 400;
    align-items: center;
    display: flex;
}
.p-image-wrapper {
    width: 100%;
    padding: 0;
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 3;
}
.p-image {
    border-radius: 6px;
    overflow: hidden;
    background: #fbfbfb;
    padding: 30px 0;
}
.p-image #productSlider + #wrap {
    display: none !important;
}
.p-image a {
    background: #fbfbfb;
}
.p-image a img {
    mix-blend-mode: multiply;
}
@media screen and (max-width: 991px) {
    .p-image .mousetrap {
        display: none;
    }
    .p-image {
        border-radius: 0;
    }
}
.p-thumbnails-wrapper {
    margin-top: 10px;
}
.p-thumbnails-inner {
    overflow: hidden;
}
.p-thumbnails-inner > div {
    margin: 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    gap: 10px;
    overflow: hidden;
}
.p-thumbnails-inner > div .cbox-gal {
    display: none;
}
.p-thumbnail {
    position: relative;
    display: block;
    padding: 0px;
    width: 100%;
    cursor: pointer;
}
.p-thumbnail img {
    min-width: 100%;
}
.thumbnail-prev,
.thumbnail-next {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translate(0, -50%);
    height: 36px;
    width: 36px;
    background-color: rgba(0, 0, 0, 0.6);
    cursor: pointer;
    display: none;
}
.thumbnail-next {
    left: auto;
    right: 10px;
}
.p-thumbnails-indicators {
    display: none;
}
@media screen and (max-width: 991px) {
    .p-thumbnails-wrapper {
        margin-top: 5px;
    }
    .p-image-wrapper {
        width: 100%;
        padding: 0px;
        order: 0;
    }
    .p-detail-info .flags {
        padding: 0 10px;
    }
}
@media screen and (max-width: 500px) {
    .p-image-wrapper {
        padding: 0px;
    }
    .p-detail-info .flags {
        left: 0;
    }
    .p-image.--noDisplay {
        display: none !important;
    }
    .p-image.--noPointerEvents {
        pointer-events: none !important;
    }
    .p-thumbnails-wrapper {
        margin: 0;
        padding: 0;
        display: none;
    }
    .p-thumbnail {
        padding: 0px;
        width: 100%;
        background: #fbfbfb;
    }
    .p-thumbnail img {
        mix-blend-mode: multiply;
    }
    .p-thumbnails-indicators {
        bottom: 10px;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
    }
    .p-thumbnails-indicator {
        height: 8px;
        width: 8px;
        background: rgba(0, 0, 0, 0.2);
        margin: 3px;
        border-radius: 50%;
        transition: 0.3s ease background;
    }
    .p-thumbnails-indicator.active {
        background: #000;
    }
}
.p-info-wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: flex-start;
    padding: 0;
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 3;
}
@media screen and (max-width: 991px) {
    .p-info-wrapper {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 20px;
        order: 2;
    }
}
.p-info-wrapper > p {
    display: none;
}
.p-info-wrapper .detail-parameters {
    width: 100%;
    margin-bottom: 0px;
}
.p-final-price-wrapper {
    order: 30;
    display: flex;
    flex-direction: column;
    padding-bottom: 20px;
}
.p-final-price-wrapper .price-standard {
    text-decoration: line-through;
    color: #4b5563;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
}
.p-final-price-wrapper .price-standard > span {
    padding-right: 10px;
}
.p-final-price-wrapper .price-standard > span.empty {
    display: none;
}
.p-final-price-wrapper .price-save {
    display: none;
}
.price-final {
    display: flex;
    align-items: baseline;
    flex-direction: column;
}
.price-code-holder {
    color: #fff;
    background: #d61818;
    padding: 5px;
    line-height: 1;
    position: relative;
    font-size: 13px;
    margin-bottom: 5px;
    display: none;
}
.price-code-holder::after {
    z-index: 1;
    content: "";
    position: absolute;
    bottom: -6px;
    left: 6px;
    width: 0;
    height: 0;
    border-left: 10px solid rgba(0, 0, 0, 0);
    border-right: 10px solid rgba(0, 0, 0, 0);
    border-top: 10px solid #d61818;
}
.price-additional {
    font-size: 14px;
    color: #6d6c79;
}
.price-final-holder {
    color: #d61818;
    font-size: 24px;
    font-weight: 500;
}
.price-final-currency {
    font-size: 18px;
}
.price-final .price-final-pre {
    font-size: 18px;
}
.availability-value {
    font-size: 15px;
    font-weight: 400;
    color: #50ac58;
    padding: 0;
    display: flex;
    order: 20;
    margin-bottom: 30px;
    width: 100%;
    padding: 0;
}
.availability-value .parameter-dependent {
    width: 100%;
    display: flex;
}
.availability-value .parameter-dependent.no-display {
    display: none;
}
.availability-label {
    display: flex;
    padding-right: 5px;
    line-height: 1;
    align-items: center;
    flex-grow: 1;
}
.availability-label[style*="color:#sklad"]::before {
    content: "";
    display: flex;
    height: 16px;
    width: 16px;
    margin-right: 10px;
    background-image: url("./check-circle-green.svg");
    background-size: contain;
    background-repeat: no-repeat;
    align-items: center;
}
.default-variant .availability-label::before {
    content: none;
    color: #065f46;
}
.availability-amount {
    font-size: 14px;
    font-weight: 600;
    color: #065f46;
    line-height: 1;
}
.availability-value .choose-variant.no-display {
    display: none;
}
.availability-value .choose-variant {
    display: flex;
}
.shipping-options {
    display: none;
}
.availability-value .shipping-options {
    display: flex;
    color: #6d6c79;
    font-weight: 400;
    line-height: 1;
    text-decoration: none;
    text-transform: none;
}
.detail-parameters {
    display: flex;
    order: 15;
    width: 50%;
    margin: 0;
}
.detail-parameters tbody {
    width: 100%;
}
.variant-list {
    display: flex;
    flex-direction: column;
    padding: 0px 0 20px 0;
}
.variant-list th {
    padding-bottom: 5px;
    display: flex;
    width: 100%;
    font-weight: 500;
}
.variant-list select {
    width: 360px;
    font-weight: 400;
    max-width: 100%;
    background: #fff;
    height: 48px;
    padding: 0 15px;
    border: 1px solid #f0f0f0;
    -webkit-appearance: none;
    background-image: url("./arrow-down.svg");
    background-position: right 10px center;
    background-repeat: no-repeat;
    background-size: 14px 14px;
    border-radius: 0;
}
.variant-list select::-ms-expand {
    display: none;
}
.variant-list select:invalid:focus {
    outline: 1px solid #c53030;
}
@media screen and (max-width: 767px) {
    .variant-list select {
        width: 100%;
    }
    .detail-parameters {
        width: 100%;
    }
}
.advanced-parameter {
    position: relative;
    padding: 5px;
    margin: 0;
}
.advanced-parameter input {
    -webkit-appearance: none;
    opacity: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
.advanced-parameter:hover .advanced-parameter-tooltip {
    display: flex;
}
.advanced-parameter:hover .advanced-parameter-tooltip::after {
    content: "";
    display: flex;
    height: 8px;
    width: 8px;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 50%) rotate(45deg);
    background: #000;
}
.advanced-parameter-tooltip {
    display: none;
    position: absolute;
    font-size: 12px;
    white-space: nowrap;
    background: #000;
    color: #fff;
    left: 50%;
    top: 0;
    transform: translate(-50%, -24px);
    padding: 2px 5px;
    z-index: 1;
}
.advanced-parameter-tooltip::after {
    display: none;
}
.variant-default {
    display: none;
}
.advanced-parameter .parameter-value {
    display: none;
}
.advanced-parameter-inner {
    display: flex;
    height: 34px;
    width: 34px;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
}
.advanced-parameter-inner[style="background-color: #ffffff"] {
    border: 1px solid #d1d5db;
}
.advanced-parameter-inner.yes-before {
    border-color: #0ea798;
}
.advanced-parameter-inner.yes-before::after {
    content: "";
    background-image: url("./check.svg");
    background-position: center center;
    background-size: 16px 16px;
    background-repeat: no-repeat;
    height: 16px;
    width: 16px;
    display: flex;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.add-to-cart {
    display: flex;
    width: 100%;
    order: 40;
    padding: 0px;
}
.add-to-cart .quantity {
    margin-right: 10px;
    position: relative;
    max-width: 130px;
    overflow: hidden;
}
.add-to-cart .amount {
    height: 60px;
    line-height: 60px;
    padding: 0 10px;
    width: 100%;
    border: 0;
    background: #fff;
    text-align: center;
    font-weight: 500;
    border: 1px solid #f0f0f0;
    border-radius: 6px;
}
.add-to-cart .increase,
.add-to-cart .decrease {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    cursor: pointer;
}
.add-to-cart .increase::before,
.add-to-cart .increase::after,
.add-to-cart .decrease::before,
.add-to-cart .decrease::after {
    content: "";
    background: #6d6c79;
    height: 2px;
    width: 10px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.add-to-cart .increase::after,
.add-to-cart .decrease::after {
    height: 10px;
    width: 2px;
}
.add-to-cart .increase:hover,
.add-to-cart .increase:active,
.add-to-cart .increase:focus,
.add-to-cart .decrease:hover,
.add-to-cart .decrease:active,
.add-to-cart .decrease:focus {
    background: rgba(0, 0, 0, 0);
}
.add-to-cart .decrease {
    left: 0px;
    right: auto;
}
.add-to-cart .decrease::after {
    content: none;
}
.add-to-cart .add-to-cart-button {
    padding: 0 50px;
    height: 58px;
    font-size: 16px;
    position: relative;
    flex-direction: row;
}
.add-to-cart .add-to-cart-button::before {
    content: "";
    height: 20px;
    width: 20px;
    background-image: url("./shopping-bag-white.svg");
    background-repeat: no-repeat;
    background-size: 100%;
    background-size: contain;
    margin-right: 15px;
}
.p-short-description {
    order: 10;
    font-size: 15px;
    padding-bottom: 30px;
    color: #6d6c79;
    font-weight: 400;
}
.p-short-description p {
    margin-bottom: 0px;
}
.social-buttons-wrapper {
    display: none;
}
.p-gifts-wrapper {
    order: 50;
    padding-top: 20px;
}
.p-gifts-heading {
    font-weight: 600;
    padding: 10px 0;
}
.p-gift {
    display: flex;
    align-items: center;
    border: 1px solid #d1d5db;
    padding: 10px;
}
.p-gift-image {
    height: 60px;
    width: 60px;
}
.p-gift-name {
    padding-left: 10px;
}
.p-gift-name a {
    font-size: 14px;
    color: #374151;
}
.p-gift-name a:hover,
.p-gift-name a:active,
.p-gift-name a:focus {
    text-decoration: none;
}
.p-gift-name a span {
    font-size: 14px;
    color: #c53030;
    display: flex;
}
.p-detail-tabs-wrapper .responsive-nav {
    display: flex;
    margin-top: 0px;
    display: none;
}
.p-detail-tabs-wrapper .responsive-nav .navigation-btn {
    display: none;
}
@media screen and (max-width: 991px) {
    .p-detail-inner-header {
        padding: 10px;
        padding-top: 0;
        padding-bottom: 20px;
    }
    .availability-value {
        margin-bottom: 20px;
    }
    .p-detail-inner-header h1 {
        font-size: 24px;
        margin: 0;
        line-height: 1.3;
    }
    .p-short-description {
        display: none;
    }
    .p-short-description + p {
        display: none;
    }
    .p-detail-tabs-wrapper .responsive-nav {
        display: none;
    }
    .add-to-cart .add-to-cart-button {
        padding: 0 20px;
        flex-grow: 1;
    }
}
@media screen and (min-width: 992px) {
    .p-detail-tabs-wrapper .responsive-nav {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1;
    }
}
.p-detail-tabs-wrapper .shp-tabs-holder {
    width: 100%;
    background: #fbfbfb;
    margin-bottom: 40px;
    padding: 3px;
}
.p-detail-tabs-wrapper .p-detail-tabs {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}
.p-detail-tabs-wrapper .p-detail-tabs li {
    position: relative;
}
.p-detail-tabs-wrapper .p-detail-tabs li a {
    padding: 14px 25px;
    display: flex;
    color: #0f172a;
    font-weight: 500;
    font-size: 15px;
    text-transform: uppercase;
}
.p-detail-tabs-wrapper .p-detail-tabs li a:hover,
.p-detail-tabs-wrapper .p-detail-tabs li a:active,
.p-detail-tabs-wrapper .p-detail-tabs li a:focus {
    text-decoration: none;
    color: #374151;
    background: #fbfbfb;
}
.p-detail-tabs-wrapper .p-detail-tabs li.active a {
    background: #fff;
}
.p-detail-tabs-wrapper .navigation-btn {
    display: none !important;
}
.extended-description .detail-parameters {
    font-size: 14px;
    display: table;
    width: 100%;
}
.extended-description .detail-parameters tr {
    height: 30px;
    padding: 5px;
}
.extended-description .detail-parameters tr:nth-child(odd) {
    background: #fbfbfb;
}
.extended-description .detail-parameters th {
    color: #0f172a;
    padding-right: 10px;
    padding: 5px;
    font-weight: 400;
}
.extended-description .detail-parameters td {
    color: #0f172a;
    padding: 5px;
}
#cboxContent {
    text-align: center;
}
#cboxPrevious,
#cboxNext {
    font-size: 0;
    display: flex;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    border-radius: 50%;
    height: 48px;
    width: 48px;
    border: 0;
    -webkit-appearance: none;
    background-image: url("./arrow-left.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 14px 14px;
    cursor: pointer;
}
#cboxNext {
    left: auto;
    right: 10px;
    transform: translateY(-50%) rotate(180deg);
}
#cboxCurrent {
    display: none;
    opacity: 0;
}
.description-inner {
    padding-top: 20px;
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-gap: 80px;
}
.basic-description {
    display: flex;
    flex-direction: column;
}
.basic-description > h3,
.basic-description > .rte > h2,
.extended-description > h3 {
    position: relative;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 20px;
    margin-top: 0px;
    color: #0f172a;
    width: 100%;
}
.basic-description ul {
    list-style: circle;
    flex-direction: column;
    padding-left: 20px;
    margin-bottom: 20px;
}
.basic-description > .rte > h2 {
    display: flex;
}
.basic-description > .rte > h2 strong {
    font-weight: 600;
}
.basic-description > .rte > h2 * {
    color: #374151 !important;
    font-size: 24px;
}
.basic-description > .rte > h2 br {
    display: none;
}
.extended-description {
    display: flex;
    flex-wrap: wrap;
    order: 0;
    flex-direction: column;
}
@media screen and (max-width: 991px) {
    .description-inner {
        grid-template-columns: 1fr;
        grid-gap: 40px;
    }
}
.p-detail-tabs-wrapper .tab-content {
    display: flex;
    flex-direction: column;
    gap: 80px;
}
.p-detail-tabs-wrapper .tab-content #description {
    order: 10;
}
.p-detail-tabs-wrapper .tab-content #productsRelated {
    order: 20;
    margin-bottom: 20px;
}
.p-detail-tabs-wrapper .tab-content #productVideos {
    order: 30;
    margin-bottom: 60px;
}
@media screen and (max-width: 991px) {
    .p-detail-tabs-wrapper .tab-content {
        gap: 40px;
    }
}
#jsUnavailableCombinationMessage {
    margin: 0;
    padding: 10px;
    background: #fed7e2;
    text-align: center;
    color: #97266d;
    font-size: 14px;
}
#jsUnavailableCombinationMessage a {
    color: #374151;
}
#relatedFiles,
.shp-tab-link[href="#relatedFiles"] {
    display: none !important;
}
#relatedFiles {
    flex-wrap: wrap;
}
#relatedFiles li {
    padding: 20px 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 20%;
}
#productsRelated .products-related-header {
    font-size: 28px;
    margin-bottom: 20px;
}
@media screen and (max-width: 991px) {
    #productsRelated .products-related-header {
        font-size: 28px;
    }
}
@media screen and (max-width: 575px) {
    #productsRelated .products-related-header {
        font-size: 24px;
    }
}
.product {
    position: relative;
    width: 100%;
    padding: 0;
    flex-shrink: 0;
}
.p {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 0px;
}
.p .image {
    position: relative;
    background: #fbfbfb;
    background-repeat: no-repeat;
    background-size: 80px;
    background-position: center;
    border-radius: 6px;
    transition: 0s ease all;
    justify-content: center;
    align-items: center;
}
.p .image img {
    max-height: 100%;
    mix-blend-mode: multiply;
}
.p .image:hover + .p-in .name,
.p .image:active + .p-in .name,
.p .image:focus + .p-in .name {
    text-decoration: none;
}
.p .flags {
    position: absolute;
    top: 10px;
    left: 10px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
}
.p .flags .flag {
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 4px;
    margin-right: 5px;
    padding: 0 8px;
    height: 20px;
    background: #fff;
    color: #0f172a;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 2;
}
.p .flags .flag.flag-action {
    background: rgba(214, 24, 24, 0.1);
    color: #d61818;
    order: 0;
}
.p .flags .flag.flag-new {
    background: rgba(80, 172, 88, 0.1);
    color: #50ac58;
    order: 1;
}
.p .flags .flag.flag-tip {
    background: #fff;
    color: #0f172a;
    order: 2;
}
.p .flags .flag.flag-gift {
    background: #0f172a;
    color: #fff;
}
.p .flags .flag.flag-custom3 {
    background: #0f172a;
    color: #fff;
}
.p .flags .flag .price-standard {
    display: none;
}
.p .flags.flags-extra {
    left: auto;
    right: 10px;
    align-items: flex-end;
}
.p .flags.flags-extra .flag {
    margin-right: 0;
}
.p .flags.flags-extra .flag-discount {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    background: #d61818;
    height: auto;
    font-size: 14px;
    padding: 2px 8px;
    margin-right: 0;
}
@media screen and (max-width: 991px) {
    .p .flags {
        top: 5px;
        left: 5px;
    }
    .p .image .flags-default {
        display: none;
    }
}
.p-in .flags-default {
    position: relative;
    top: 0px;
    left: 0px;
    flex-direction: row;
    padding-bottom: 5px;
}
.p-in {
    display: flex;
    flex-direction: column;
    padding-top: 15px;
    height: 100%;
    order: 10;
}
.p-in-in {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.p-in-in .name {
    text-decoration: none;
    color: #0f172a;
    font-size: 16px;
    font-weight: 400;
    padding: 0px 0 10px 0;
    line-height: 1.3;
    order: 1;
}
.p-in-in .name:hover,
.p-in-in .name:active,
.p-in-in .name:focus {
    text-decoration: none;
}
.p-in-in .name span {
    display: flex;
    width: 100%;
    flex-direction: column;
}
.p-in-in .name span .category-appendix {
    color: #6d6c79;
    font-size: 13px;
}
.p-in-in .name .p-variants {
    display: none;
    color: #4b5563;
}
.p-in-in .name .p-variants:last-child {
    display: flex;
}
.p .p-bottom > div {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: column;
}
.p .prices {
    color: #d61818;
    display: flex;
    flex-direction: column;
}
.p .prices .price-additional {
    font-size: 13px;
    order: 9;
    color: #6d6c79;
}
.p .prices span {
    color: #4b5563;
    font-size: 13px;
    line-height: 1;
}
.p .price-standard-wrapper-placeholder {
    display: none;
}
.p .price-standard-label {
    display: none;
}
.p .price-standard {
    text-decoration: line-through;
}
.p .price-final {
    display: flex;
    align-items: baseline;
    font-size: 17px;
}
.p .price-final strong {
    position: relative;
    display: flex;
    align-items: baseline;
}
.p .price-final strong small {
    padding-right: 3px;
}
.p .p-tools {
    display: none;
    justify-content: center;
    align-items: center;
    opacity: 1;
    z-index: 1;
    transition: 0.3s ease opacity;
    padding-top: 20px;
}
.p .p-tools form {
    display: flex;
    width: 100%;
    justify-content: flex-end;
}
.p .p-tools form .form-control {
    height: 48px;
}
.p .p-tools .btn {
    height: 48px;
    font-size: 13px;
    transition: 0.3s ease opacity;
    background: #fff;
    border: 1px solid #0f172a;
    color: #0f172a;
    text-transform: uppercase;
    line-height: 1;
    flex-shrink: 0;
    flex-direction: row;
    flex-grow: 1;
}
.p .p-tools .btn:hover,
.p .p-tools .btn:active,
.p .p-tools .btn:focus {
    background: #f3f4f6;
}
.p .p-tools .btn::before {
    content: "";
    height: 18px;
    width: 18px;
    display: flex;
    background-image: url("./shopping-bag.svg");
    background-size: 100%;
    margin-right: 10px;
}
.p .p-tools > .btn {
    width: 100%;
    margin: 0;
}
.p .p-tools > .btn::before {
    content: none;
}
.p .p-tools .quantity {
    width: 100%;
    max-width: 80px;
    position: relative;
    margin-right: 10px;
}
.p .p-tools .quantity .increase,
.p .p-tools .quantity .decrease {
    position: absolute;
    right: 0;
    top: 0;
    height: 24px;
    width: 30px;
    background-image: url("./arrow-down.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 10px;
    transform: rotate(180deg);
    cursor: pointer;
    opacity: 0.6;
}
.p .p-tools .quantity .decrease {
    transform: rotate(0deg);
    bottom: 0;
    top: 50%;
}
.p .p-desc {
    font-size: 14px;
    margin: 0;
    padding-top: 10px;
    display: none;
}
.p .image:hover .p-tools {
    opacity: 1;
}
.p .ratings-wrapper {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 15px;
    order: 0;
}
.p .stars-wrapper {
    margin: 0;
}
.p .availability {
    font-size: 14px;
    flex-grow: 1;
    color: #0f172a;
    display: flex;
    align-items: center;
    line-height: 1;
}
.p .availability span {
    display: flex;
    align-items: center;
}
.p .availability .availability-amount {
    display: none;
}
.p .availability span[style*="color:#sklad"] {
    color: #50ac58;
}
.p .availability span[style*="color:#sklad"]::before {
    content: "";
    background-image: url("./check-circle-green.svg");
    width: 16px;
    height: 16px;
    display: flex;
    flex-shrink: 0;
    margin-right: 6px;
    background-size: 100%;
}
.p-code {
    display: none;
}
.widget-parameter-wrapper {
    order: 2;
}
.widget-parameter-wrapper .widget-parameter-list {
    display: flex;
    padding: 0;
    margin: 0;
    margin-top: 10px;
    display: none;
}
.widget-parameter-wrapper li {
    height: auto;
    list-style: none;
    background: rgba(0, 0, 0, 0);
}
@media screen and (max-width: 991px) {
    .product {
        width: 100%;
    }
    .p-in-in .name {
        font-size: 15px;
    }
}
@media screen and (max-width: 500px) {
    .p-in {
        padding-bottom: 0px;
    }
    .product {
        width: 100%;
    }
    .p-in-in .name {
        padding-bottom: 10px;
        line-height: 1.2;
    }
    .p .ratings-wrapper {
        padding-bottom: 10px;
    }
    .p .prices {
        line-height: 1.2;
    }
    .p .price-final {
        font-size: 15px;
    }
    .p .prices .price-additional {
        display: none;
    }
    .p .p-tools {
        padding-top: 10px;
    }
    .p .p-tools .quantity {
        display: none;
    }
    p .p-tools .btn {
        height: 44px;
    }
}
.products-block {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-gap: 40px 20px;
    margin: 0;
    position: relative;
}
.in-index .products.products-block {
    margin: 0;
    margin-bottom: 80px;
    padding: 0;
}
.in-index .products.products-block > .product:nth-child(n + 5) {
    display: none;
}
.in-index .products.products-block.swiffy-slider {
    display: flex;
}
.in-index .products.products-block.swiffy-slider .slider-container {
    padding: 0;
}
.spinner-visible .products-block::after {
    content: "";
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 991px) {
    .products-block {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .in-index .products.products-block {
        overflow-x: auto;
        padding-left: 1px;
        padding-top: 1px;
        padding-bottom: 1px;
        padding-right: 1px;
        display: flex;
    }
    .in-index .products.products-block .product {
        width: 280px;
    }
    .in-index .products.products-block.swiffy-slider {
        width: 100%;
        padding: 0;
    }
    .in-index .products.products-block.swiffy-slider .slider-container {
        grid-template-columns: 1fr 1fr;
        grid-auto-columns: auto;
        -ms-scroll-snap-type: none;
        scroll-snap-type: none;
        outline: none;
        overflow-y: hidden;
    }
}
@media screen and (max-width: 768px) {
    .products-block {
        grid-template-columns: 1fr 1fr;
    }
    .products-block .product {
        width: 100%;
    }
    .in-index .products.products-block {
        margin-bottom: 60px;
    }
    .in-index .products.products-block .product {
        width: 280px;
    }
    .in-index .products.products-block.swiffy-slider .slider-container {
        grid-template-columns: 1fr 1fr;
        grid-auto-columns: auto;
        -ms-scroll-snap-type: none;
        scroll-snap-type: none;
    }
}
@media screen and (max-width: 500px) {
    .products-block {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-gap: 30px 10px;
    }
    .products-block .product {
        width: 100%;
    }
    .in-index .products.products-block {
        display: flex;
    }
    .in-index .products.products-block .product {
        width: 220px;
        min-width: auto;
    }
    .in-index .products.products-block.swiffy-slider .slider-container {
        grid-template-columns: 1fr 1fr;
        grid-auto-columns: auto;
    }
}
.ratingSection {
    padding: 80px 0;
    position: relative;
}
.ratingSection__btn {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}
.ratingSection::before {
    content: "";
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 100%;
    background: #fbfbfb;
    display: flex;
    position: absolute;
    z-index: -1;
}
.ratingSection h1 {
    text-align: center;
}
.ratingSection__content {
    padding-bottom: 0;
}
.ratingSection__content .slider-nav {
    left: -50px;
}
.ratingSection__content .slider-nav.slider-nav-next {
    right: -50px;
    left: auto;
}
.ratingSection .slider-container {
    padding: 10px;
    margin: 0 -10px;
    width: auto;
}
@media screen and (max-width: 1400px) {
    .ratingSection__content .slider-nav {
        display: none;
    }
}
@media screen and (max-width: 991px) {
    .ratingSection {
        padding: 60px 0;
    }
}
@media screen and (max-width: 575px) {
    .ratingSection {
        padding: 40px 0;
    }
}
.vote-wrap {
    background: #fff;
    box-shadow: 0px 4px 9px rgba(52, 66, 81, 0.05);
    padding: 50px 40px;
    display: flex;
    flex-direction: column;
    position: relative;
    border-radius: 6px;
}
.vote-header {
    order: 10;
    display: flex;
}
.vote-content {
    order: 0;
    margin-top: 50px;
    overflow: hidden;
    height: 92px;
    margin-bottom: 30px;
    font-size: 15px;
    line-height: 150%;
}
.vote-pic img {
    display: none;
}
.vote-initials {
    background: rgba(196, 8, 8, 0.5);
    border-radius: 999px;
    height: 46px;
    width: 46px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    font-size: 18px;
}
.vote-summary {
    display: flex;
    flex-direction: column;
    margin-left: 15px;
    line-height: 1;
    justify-content: center;
}
.vote-name {
    font-weight: 500;
    font-size: 15px;
    padding-bottom: 10px;
}
.vote-rating .stars {
    position: absolute;
    top: 50px;
    left: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.stars .star {
    height: 24px;
    width: 24px;
    display: flex;
    background-image: url("./star-empty.svg");
    background-repeat: no-repeat;
    background-size: 100%;
    margin: 0px;
}
.stars .star.star-on {
    background-image: url("./star-full.svg");
}
.vote-delimeter {
    display: none;
}
.vote-rating .vote-time {
    font-weight: 400;
    font-size: 14px;
    color: #6f6f6f;
    display: flex;
    align-items: center;
}
.vote-rating .vote-time::before {
    content: "";
    background-image: url("./calendar.svg");
    background-repeat: no-repeat;
    background-size: 100%;
    display: flex;
    height: 14px;
    width: 14px;
    margin-top: -3px;
    margin-right: 6px;
}
.in-hodnoceni-obchodu .breadcrumbs-wrapper,
.in-hodnoceni-obchodu-2 .breadcrumbs-wrapper {
    background: rgba(0, 0, 0, 0);
}
.in-hodnoceni-obchodu .content-inner header::before,
.in-hodnoceni-obchodu-2 .content-inner header::before {
    content: "";
}
.in-hodnoceni-obchodu .content-inner h1,
.in-hodnoceni-obchodu-2 .content-inner h1 {
    text-align: center;
    margin-top: 80px;
    padding-top: 40px;
    font-size: 0;
    margin-bottom: 40px;
    padding-top: 0;
}
.in-hodnoceni-obchodu .content-inner h1::before,
.in-hodnoceni-obchodu-2 .content-inner h1::before {
    content: "Tohle o nás řekli";
    font-size: 24px;
    text-transform: uppercase;
    color: #6d6c79;
    display: flex;
    text-align: center;
    justify-content: center;
}
.in-hodnoceni-obchodu .content-inner h1::after,
.in-hodnoceni-obchodu-2 .content-inner h1::after {
    content: "Nakoupilo u nás už více jak 50 tisíc zákazníků.";
    font-size: 32px;
    display: flex;
    text-align: center;
    justify-content: center;
    padding-top: 10px;
}
.in-hodnoceni-obchodu .votes-wrap,
.in-hodnoceni-obchodu-2 .votes-wrap {
    margin-bottom: 0px;
    position: relative;
    background: rgba(0, 0, 0, 0);
    padding: 80px 0 40px 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    padding-top: 0;
    display: block;
}
.in-hodnoceni-obchodu .votes-wrap::before,
.in-hodnoceni-obchodu-2 .votes-wrap::before {
    content: "";
    top: 60px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: auto;
    background: #f9f9f9;
    display: flex;
    position: absolute;
    z-index: -1;
}
.in-hodnoceni-obchodu .vote-wrap,
.in-hodnoceni-obchodu-2 .vote-wrap {
    width: calc(33.333% - 20px);
    margin-bottom: 30px;
}
.in-hodnoceni-obchodu .vote-content,
.in-hodnoceni-obchodu-2 .vote-content {
    height: auto;
}
.in-hodnoceni-obchodu .pagination,
.in-hodnoceni-obchodu-2 .pagination {
    position: relative;
    padding-bottom: 40px;
}
.in-hodnoceni-obchodu .pagination::before,
.in-hodnoceni-obchodu-2 .pagination::before {
    content: "";
    top: 0px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: auto;
    background: #f9f9f9;
    display: flex;
    position: absolute;
    z-index: -1;
}
@media (max-width: 991px) {
    .in-hodnoceni-obchodu-2 .vote-wrap {
        width: calc(50% - 20px);
        margin-bottom: 30px;
    }
    .in-hodnoceni-obchodu-2 .content-inner h1 {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .in-hodnoceni-obchodu-2 .content-inner h1::before {
        font-size: 28px;
    }
    .in-hodnoceni-obchodu-2 .content-inner h1::after {
        font-size: 28px;
    }
}
@media (max-width: 575px) {
    .in-hodnoceni-obchodu-2 .vote-wrap {
        width: 100%;
        margin-bottom: 20px;
    }
}
#ratingWrapper {
    padding: 50px 40px;
    margin-bottom: 60px;
}
#ratingWrapper .rate-average-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}
#ratingWrapper .rate-average-inner .rate-average {
    font-weight: 500;
    font-size: 60px;
    line-height: 1;
    padding-bottom: 15px;
}
#ratingWrapper .rate-average-inner .rate-star-wrap {
    display: flex;
    flex-direction: column;
    text-align: center;
}
#ratingWrapper .rate-average-inner .stars {
    display: flex;
}
#ratingWrapper .rate-average-inner .stars-label {
    font-size: 14px;
    color: #6d6c79;
    padding-top: 5px;
}
#ratingWrapper .add-comment {
    display: none;
}
#ratingWrapper .rate-wrap .col-sm-6:last-child {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#ratingWrapper .rate-list {
    display: flex;
    position: relative;
    align-items: center;
    max-width: 400px;
    margin: 0 auto;
    width: 100%;
    padding: 5px 0;
}
#ratingWrapper .rate-list .rate-star {
    display: flex;
    margin-right: 10px;
    align-items: center;
}
#ratingWrapper .rate-list .rate-block {
    display: flex;
    flex-grow: 1;
    background: #fbfbfb;
    height: 10px;
    margin-right: 40px;
    border-radius: 5px;
}
#ratingWrapper .rate-bar {
    display: flex;
    border-radius: 5px;
}
#ratingWrapper .rate-list[data-score="5"] .rate-bar {
    background: #fadb14;
}
#ratingWrapper .rate-list[data-score="4"] .rate-bar {
    background: #fadb14;
}
#ratingWrapper .rate-list[data-score="3"] .rate-bar {
    background: #fadb14;
}
#ratingWrapper .rate-list[data-score="2"] .rate-bar {
    background: #fadb14;
}
#ratingWrapper .rate-list[data-score="1"] .rate-bar {
    background: #fadb14;
}
#ratingWrapper .rate-list .rate-count {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 14px;
}
#ratingWrapper .rate-list .rate-value {
    display: flex;
    width: 10px;
    margin-right: 5px;
    align-items: center;
    line-height: 1;
}
#ratingWrapper .rate-list .star-off {
    background-image: url("./star-full.svg");
    height: 18px;
    width: 18px;
}
.type-search #content > h2 {
    position: relative;
    display: flex;
    font-size: 32px;
    font-weight: 500;
    padding: 40px 0 40px 0;
    margin: 0px;
    color: #0f172a;
}
.search-results-group {
    padding-top: 20px;
}
.search-results-group h4 {
    margin-bottom: 30px;
}
.search-results-group-list ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 20px;
    padding: 0;
    margin: 0;
    list-style: none;
}
.search-results {
    padding-top: 60px;
}
.search-products-heading {
    margin-bottom: 30px;
}
.sidebar {
    width: 25%;
    padding-right: 10px;
}
@media screen and (max-width: 991px) {
    .sidebar {
        display: none;
    }
}
.messages {
    position: fixed;
    top: 20px;
    right: 20px;
}
.messages .msg {
    padding: 20px;
    background: #fff;
    box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: center;
    max-width: 520px;
}
.messages .msg.msg-success {
    background: #0ea798;
    color: #fff;
}
.messages .msg.msg-success::before {
    content: "";
    display: flex;
    height: 16px;
    width: 16px;
    margin-right: 0px;
    background-image: url("./check-circle-white.svg");
    background-size: contain;
    background-repeat: no-repeat;
    align-items: center;
    margin-right: 10px;
}
.messages .msg .container {
    padding: 0;
}
.messages .msg a {
    color: #d61818;
}
.messages .msg.msg-success a {
    color: #fff;
}
@media screen and (max-width: 991px) {
    .messages {
        position: fixed;
        top: 54px;
        bottom: auto;
        right: 3px;
        left: 3px;
        z-index: 19;
    }
}
.site-msg.information {
    background: #f7f5ff;
    color: #6551cc;
    padding: 8px 12px;
    font-size: 14px;
    order: 2;
    width: calc(100vw - 20px);
    max-width: 1300px;
    margin: 20px auto 0 auto;
    border-radius: 6px;
}
.site-msg.information .container {
    max-width: 100%;
    text-align: center;
    padding: 0;
}
@media screen and (max-width: 991px) {
    .site-msg.information {
        line-height: 1.3;
        margin: 0;
        width: 100%;
        border-radius: 0;
    }
}
.subcategories {
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 20px;
    margin: 0;
    padding: 0px 0 40px 0;
    margin-bottom: 0px;
    position: relative;
}
.subcategories li {
    margin-bottom: 0px;
    padding: 0;
    width: 100%;
}
.subcategories li a {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 10px 20px 10px 10px;
    background: #fff;
    outline: 1px solid #f0f0f0;
    height: 100%;
}
.subcategories li a:hover,
.subcategories li a:active,
.subcategories li a:focus {
    text-decoration: none;
}
.subcategories li a .image {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    width: 34px;
    height: 34px;
    flex-shrink: 0;
}
.subcategories li a .text {
    display: flex;
    flex-direction: column;
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    padding-left: 10px;
    text-align: center;
}
@media screen and (max-width: 991px) {
    .subcategories {
        grid-gap: 10px;
        grid-template-columns: 1fr 1fr 1fr;
    }
}
@media screen and (max-width: 575px) {
    .subcategories {
        grid-template-columns: 1fr 1fr;
        padding: 0 0px 20px 0px;
        margin-bottom: 0px;
        grid-gap: 1px;
    }
    .subcategories li a {
        padding: 5px 10px 5px 5px;
    }
    .subcategories li a .image {
        width: 32px;
    }
    .subcategories li a .text {
        font-size: 14px;
        text-align: left;
        line-height: 1.1;
    }
    .subcategories li {
        margin-bottom: 0px;
        padding: 0;
        width: 100%;
    }
}
.top-navigation-bar {
    display: flex;
    height: 36px;
    background: #fbfbfb;
    font-size: 14px;
}
.top-navigation-bar .container {
    display: flex;
}
.top-navigation-contacts {
    align-items: center;
    display: flex;
    flex-grow: 1;
}
.top-navigation-contacts strong {
    color: #0f172a;
    padding-right: 10px;
    font-weight: 400;
}
.top-navigation-contacts a {
    padding-right: 15px;
}
.top-navigation-menu {
    align-items: center;
    display: flex;
}
.top-navigation-menu li {
    display: inline-block;
    padding: 0 0 0 15px;
}
.top-navigation-menu li a {
    color: #0f172a;
}
.top-navigation-bar-menu {
    margin: 0;
}
.top-navigation-bar-menu-helper {
    margin: 0;
    padding: 0;
}
.top-navigation-tools {
    text-align: right;
    display: none;
}
.top-nav-button-login {
    color: #0f172a;
    padding-left: 10px;
}
.top-navigation-contacts {
    font-weight: 400;
}
.top-navigation-contacts .project-phone,
.top-navigation-contacts .project-email {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #0f172a;
    font-weight: 400;
}
.top-navigation-contacts .project-phone::before,
.top-navigation-contacts .project-email::before {
    content: "";
    width: 14px;
    height: 14px;
    background-image: url("./phone.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    display: flex;
    margin-right: 5px;
}
.top-navigation-contacts .project-email::before {
    background-image: url("./envelope.svg");
    width: 16px;
    height: 16px;
}
@media screen and (max-width: 991px) {
    .top-navigation-bar {
        display: none;
    }
}
.user-action {
    order: 1 !important;
}
.login-window-visible .user-action {
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999;
    top: 0;
}
.user-action .login-widget {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 21;
    padding: 10px;
    border-radius: 6px;
    opacity: 0;
    transition: opacity 0.2s ease;
    pointer-events: none;
}
body.--navUserActive .menu-helper {
    opacity: 1;
    pointer-events: auto;
    z-index: 20;
    top: 0;
}
body.--navUserActive .user-action .login-widget {
    opacity: 1;
    pointer-events: auto;
}
.user-action .login-widget .popup-widget-inner {
    padding: 60px 50px 40px 50px;
    background-color: #fff;
    max-height: 100vh;
    overflow-y: auto;
    box-sizing: border-box;
    display: flex;
    max-width: 540px;
    width: 100%;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.08);
    flex-direction: column;
    position: relative;
    border-radius: 6px;
}
.login-widget h2 {
    position: relative;
    display: flex;
    justify-content: center;
    font-size: 30px;
    margin: 0 auto;
    margin-bottom: 30px;
    padding-bottom: 0px;
    text-align: center;
    flex-direction: column;
}
.login-widget h2::after {
    content: "Jako člen sbíráte slevy za každý svůj nákup.";
    font-size: 14px;
    font-weight: 400;
    color: #6d6c79;
    padding-top: 10px;
    font-family: "Roboto", apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    text-transform: none;
}
.login-widget .user-action-tabs,
#affiliateLogin {
    display: none;
}
.login-widget .form-group {
    padding: 10px 0;
    margin: 0;
}
.login-widget .btn {
    width: 100%;
}
.login-widget .password .no-display {
    display: none;
}
.login-widget .input-wrapper.password + a {
    padding: 20px 0 10px 0;
    display: block;
    color: #6d6c79;
}
.login-widget .login-wrapper {
    display: flex;
    flex-direction: column;
}
.login-widget .password-helper {
    display: flex;
    justify-content: center;
    flex-shrink: 0;
}
.login-widget .password-helper a {
    color: #0f172a;
    font-size: 15px;
    padding: 0 20px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    width: 100%;
    margin-top: 10px;
    background-color: #fbfbfb;
    border-radius: 6px;
}
.login-widget .login-close {
    position: absolute;
    width: 50px;
    height: 50px;
    right: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("./close.svg");
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: center center;
    cursor: pointer;
}
@media (max-width: 991px) {
    .user-action .login-widget {
        position: fixed;
    }
    .login-widget h2 {
        font-size: 28px;
    }
}
@media (max-width: 767px) {
    .login-window-visible .user-action .login-widget::after {
        content: none;
    }
    .login-window-visible .user-action .login-widget-inner {
        padding: 40px 40px;
    }
    .login-widget h2 {
        font-size: 24px;
    }
}
@media (max-width: 500px) {
    .user-action .login-widget-inner {
        padding: 30px;
    }
    .user-action .login-widget .popup-widget-inner {
        padding: 50px 30px 20px 30px;
    }
}
.user-action-cart {
    display: flex;
    position: absolute;
    flex-direction: column;
    top: 0px;
    right: 0;
    padding: 20px;
    z-index: 12;
    background: #fff;
    transition: 0.3s ease transform;
}
@media screen and (max-width: 991px) {
    .user-action-cart {
        position: fixed;
        padding: 0;
        top: 0px;
        right: 0;
        bottom: 0;
        width: calc(100% - 52px);
        max-width: 400px;
        transform: translate3d(100%, 0, 0);
        overflow-y: auto;
        border-radius: 6px;
    }
    body.--cartActive .menu-helper {
        opacity: 1;
        pointer-events: auto;
    }
    body.--cartActive .user-action-cart {
        transform: translate3d(0%, 0, 0);
    }
}
@media screen and (min-width: 992px) {
    .user-action-in {
        position: relative;
    }
    .user-action-cart {
        max-width: 500px;
        opacity: 0;
        pointer-events: none;
        box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.08);
        transform: translateY(80px);
    }
    .user-action-cart::before {
        content: "";
        width: 12px;
        height: 12px;
        position: absolute;
        right: 80px;
        top: -6px;
        transform: rotate(45deg);
        background: #fff;
    }
    .cart-window-visible .user-action-cart {
        opacity: 1;
        pointer-events: auto;
    }
    .cart-window-visible .menu-helper {
        opacity: 1;
        z-index: 2;
        top: 190px;
        bottom: 0;
        position: absolute;
    }
}
.cart-widget-product {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
    border-bottom: 1px solid #f0f0f0;
}
.cart-widget-product-image {
    height: 50px;
    width: 50px;
    flex-shrink: 0;
}
.cart-widget-product-amount {
    padding: 0 10px;
    padding-right: 0;
}
.cart-widget-product-amount .quantity input {
    width: 26px;
    height: 36px;
    text-align: right;
    border-radius: 0;
    border: 0;
    font-size: 14px;
    background: rgba(0, 0, 0, 0);
    pointer-events: none;
    font-weight: 500;
}
.cart-widget-product-unit {
    display: flex;
    padding-right: 0px;
    padding-left: 3px;
    font-weight: 500;
    padding-top: 3px;
}
.cart-widget-product-name {
    display: flex;
    flex-grow: 1;
    padding-left: 20px;
    padding-right: 0px;
    justify-content: center;
    align-items: center;
}
.cart-widget-product-name strong {
    padding-right: 20px;
    line-height: 1.2;
    padding-bottom: 0px;
}
.cart-widget-product-name strong a {
    color: #374151;
    font-size: 14px;
}
.cart-widget-product-name strong a span {
    color: #6d6c79;
    font-size: 14px;
    font-weight: 400;
}
.cart-widget-product-name span {
    color: #a8071a;
    font-weight: 500;
    text-align: right;
    flex-grow: 1;
    flex-shrink: 0;
    font-size: 14px;
}
.cart-widget-product-delete .inline {
    display: flex;
}
.cart-widget-product-delete .remove-item {
    width: 30px;
    height: 30px;
    margin-left: 10px;
    background: #fff;
    border: 0;
    background-image: url("./close.svg");
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: center center;
    cursor: pointer;
    opacity: 0.5;
    transition:
        0.3s ease opacity,
        0.3s ease transform;
    font-size: 0;
}
.cart-widget-product-delete .remove-item:hover {
    opacity: 1;
    transform: rotate(90deg);
}
@media screen and (max-width: 991px) {
    .cart-widget-product {
        display: grid;
        grid-template-columns: 50px 30px auto auto 1fr;
        grid-template-rows: auto auto;
        padding: 15px 10px;
    }
    .cart-widget-product[data-testid="cartTitle"] {
        display: flex;
    }
    .cart-widget-product-amount {
        grid-column-start: 2;
        grid-column-end: 3;
        grid-row-start: 2;
        padding: 0;
    }
    .cart-widget-product-unit {
        grid-column-start: 3;
        grid-column-end: 4;
        grid-row-start: 2;
        grid-row-end: 3;
        padding: 0;
    }
    .cart-widget-product-name {
        grid-column-start: 2;
        grid-column-end: 6;
        grid-row-start: 1;
        grid-row-end: 2;
        padding-left: 15px;
    }
    .cart-widget-product-delete {
        grid-column-start: 4;
        grid-column-end: 5;
        grid-row-start: 2;
        grid-row-end: 3;
    }
}
.user-action-cart .cart-free-shipping {
    font-size: 14px;
    font-weight: 600;
    color: #50ac58;
    margin: 20px;
    margin-bottom: 0;
    padding: 10px 20px;
    display: flex;
    background: rgba(80, 172, 88, 0.1);
}
.user-action-cart .cart-free-shipping strong {
    color: #50ac58;
    display: inline-block;
}
.user-action-cart .cart-free-shipping > div {
    display: inline-block;
}
.user-action-cart .cart-widget-button {
    display: flex;
    padding: 20px;
}
.user-action-cart .cart-widget-button .btn {
    flex-grow: 1;
}
@media screen and (min-width: 992px) {
    .user-action-cart .cart-free-shipping {
        margin: 0px;
        margin-top: 20px;
    }
    .user-action-cart .cart-widget-button {
        padding: 0px;
        padding-top: 20px;
    }
}
.in-zapomenute-heslo .sidebar-left {
    display: none;
}
.in-zapomenute-heslo.customer-page .content-wrapper-in {
    display: flex;
}
.in-login #content,
.in-zapomenute-heslo #content,
.in-registrace #content {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 80px 0 100px 0;
}
.in-login .content-inner,
.in-zapomenute-heslo .content-inner,
.in-registrace .content-inner {
    background: #fff;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
    padding: 60px;
    width: 100%;
    max-width: 680px;
    position: relative;
    border-radius: 6px;
}
.in-login .content-inner::before,
.in-login .content-inner::after,
.in-zapomenute-heslo .content-inner::before,
.in-zapomenute-heslo .content-inner::after,
.in-registrace .content-inner::before,
.in-registrace .content-inner::after {
    content: "";
    background-image: url("../img/small-dot-grid.png");
    height: 180px;
    width: 180px;
    display: flex;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
    right: -60px;
    top: -60px;
    opacity: 1;
}
.in-login .content-inner::after,
.in-registrace .content-inner::after,
.in-zapomenute-heslo .content-inner::after {
    background-image: url("../img/small-dot-grid.png");
    left: -60px;
    right: auto;
    bottom: -60px;
    top: auto;
}
.in-zapomenute-heslo .content .content-inner h1 {
    color: #0f172a;
    margin-bottom: 30px;
    line-height: 1.3;
    margin-top: 5px;
    display: inline;
    padding: 0;
    font-size: 26px;
}
#formForgottenPassword {
    margin-top: 20px;
}
#formForgottenPassword fieldset {
    display: flex;
    flex-wrap: wrap;
}
#formForgottenPassword p {
    width: 100%;
    margin-bottom: 30px;
}
#formForgottenPassword h2 {
    display: none;
}
#formForgottenPassword .js-validated-element-wrapper {
    flex-grow: 1;
    margin-right: 10px;
}
#formForgottenPassword .login-wrapper {
    display: flex;
    align-items: flex-end;
}
.register-points {
    background-color: #fbfbfb;
    border: 0;
    margin-top: 40px;
    border: 1px solid #f0f0f0;
    padding: 30px 20px 20px 20px;
}
#register-form {
    padding: 0;
}
#register-form .btn-login,
#formLogin .btn-login {
    width: 100%;
}
#register-form .password-helper,
#formLogin .password-helper {
    margin-top: 20px;
    display: flex;
    gap: 20px;
    justify-content: center;
}
@media screen and (max-width: 991px) {
    .in-login .content-inner::before,
    .in-login .content-inner::after,
    .in-zapomenute-heslo .content-inner::before,
    .in-zapomenute-heslo .content-inner::after,
    .in-registrace .content-inner::before,
    .in-registrace .content-inner::after {
        content: none;
    }
}
@media screen and (max-width: 575px) {
    .in-login #content,
    .in-zapomenute-heslo #content,
    .in-registrace #content {
        padding: 30px 0 20px 0;
    }
    .in-login .content-inner,
    .in-zapomenute-heslo .content-inner,
    .in-registrace .content-inner {
        box-shadow: none;
        padding: 10px;
    }
}
.in-login .content-inner h1,
.login-form-register-title,
.in-registrace .content-inner h1 {
    color: #0f172a;
    text-align: center;
    margin-bottom: 30px;
}
.co-registration h4 {
    font-size: 20px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f0f0f0;
}
.homepage-box.welcome-wrapper {
    padding: 0px 0;
}
.welcome > h1 {
    display: none;
}
.welcome h1 {
    font-size: 30px;
    margin-bottom: 40px;
}
.welcome p {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
}
.welcome-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
@media screen and (max-width: 575px) {
    .welcome h1 {
        font-size: 24px;
        margin-bottom: 20px;
    }
}
.homepageCta {
    position: relative;
}
.homepageCta::before {
    content: "";
    top: 0;
    bottom: auto;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 50%;
    background: #fbfbfb;
    display: flex;
    position: absolute;
    z-index: -1;
}
.homepageCta__banner {
    background: #2e323b;
    color: #fff;
    border-radius: 6px;
    background-image: url("https://janheder.github.io/shoptet-keycap/dist/img/bg-homepageCta.png");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    padding: 90px 80px;
}
.homepageCta__banner p {
    font-size: 24px;
    margin: 0;
    margin-bottom: 10px;
}
.homepageCta__banner h3 {
    font-size: 34px;
}
.homepageCta__banner .newsletterSection__consent {
    opacity: 0.8;
    font-size: 14px;
}
.homepageCta__form {
    margin-top: 40px;
}
.homepageCta__form .newsletterSection__formGroup {
    margin: 0;
    max-width: 100%;
}
.homepageCta__form label {
    color: #fff;
}
.homepageCta__form .newsletterSection__consent a {
    color: #fff;
}
@media (max-width: 991px) {
    .homepageCta__banner {
        padding: 60px 20px;
        text-align: center;
    }
    .homepageCta__banner .newsletterSection__formGroup {
        flex-direction: column;
        align-items: center;
        width: auto;
    }
}
#productSlider {
    transform: translateZ(0);
    background: #fbfbfb;
}
#productSlider img {
    mix-blend-mode: multiply;
    width: 100%;
    height: 100%;
}
#productDiscussion {
    order: 30;
    display: none;
}
.plus-gallery-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 10px;
}
.plus-gallery-item {
    display: flex;
    width: 100% !important;
    height: 100% !important;
}
.plus-gallery-item a {
    width: 100%;
    display: flex;
}
.plus-gallery-item a img {
    width: 100%;
    height: auto;
    aspect-ratio: 4/3;
    -o-object-fit: cover;
    object-fit: cover;
}
.add-to-cart .quantity {
    flex-shrink: 0;
    width: 100%;
}
.add-to-cart .quantity label {
    width: 100%;
}
.add-to-cart .increase span,
.add-to-cart .decrease span {
    display: none;
}
.add-to-cart .increase,
.add-to-cart .decrease {
    border: 0;
    background: rgba(0, 0, 0, 0);
}
.removeable .p-quantity .quantity .increase,
.removeable .p-quantity .quantity .decrease {
    border: 0;
    background: rgba(0, 0, 0, 0);
}
.removeable .p-quantity .increase span,
.removeable .p-quantity .decrease span {
    display: none;
}
.removeable .p-quantity .quantity {
    width: 110px;
}
.removeable .p-quantity .quantity label {
    width: 100%;
}
.cart-widget-product-amount button {
    display: none;
}
/*# sourceMappingURL=maps/style.min.css.map */
