/* === Typografie a základní textové prvky === */
#carousel .extended-banner-title,
.benefitBanner__data,
.benefitBanner__title,
a,
b,
body,
h1,
h2,
h3,
li,
p,
span,
strong,
ul {
    font-family: Gilroy, sans-serif !important;
    font-optical-sizing: auto !important;
    font-style: normal !important
}

h1,
h2 {
    font-family: Gilroy, sans-serif;
    font-weight: 900
}

.btn.btn-conversion {
    font-family: Gilroy, sans-serif;
    font-weight: 900 !important
}

/* === Primární tlačítka a CTA === */
.homepage-group-title.h4 {
    color: #000;
    font-size: 40px;
    font-family: Gilroy, sans-serif;
    font-weight: 900;
    text-transform: uppercase !important
}

.category-title {
    color: #000 !important
}

.btn.btn-conversion {
    color: #fff !important
}

.btn.btn-conversion:hover {
    color: #fff !important
}

.btn,
.btn.btn-conversion,
a.btn,
a.btn.btn-conversion {
    text-transform: none;
    font-family: Gilroy, sans-serif;
    font-weight: 900
}

.btn.btn-default:hover,
a.btn.btn-default:hover {
    background-color: #555 !important;
    color: #fff
}

.btn.btn-default,
a.btn.btn-default {
    background-color: olive !important;
    color: #fff
}

.btn.btn-secondary,
a.btn.btn-secondary {
    color: var(--color-primary) !important
}

/* === Newsletter a formulářové CTA v patičce === */
.in-index .custom-footer__newsletter .btn.btn-default {
    background: #292929 !important;
    color: #fff;
    border-color: #292929;
    height: 66px;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 16px
}

.in-index .custom-footer__newsletter .btn.btn-default:hover {
    background: #fff !important;
    color: #000;
    border-color: #fff;
    height: 66px;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 16px
}

.newsletter-header .btn.btn-default.btn-arrow-right {
    background: #292929 !important;
    color: #fff
}

.newsletter-header .btn.btn-default.btn-arrow-right:hover {
    background: #fff !important;
    color: #000;
    border-color: #000
}

.validator-msg-holder.js-validated-element-wrapper input::placeholder {
    color: #000 !important
}

.ordering-process .btn.btn-default {
    background-color: #fff !important;
    color: #000;
    font-size: 20px;
    font-family: Gilroy, sans-serif;
    font-weight: 900
}

.ordering-process .btn.btn-default:hover {
    background-color: #fff !important;
    color: #000;
    text-decoration: underline
}

.order-button-text {
    font-weight: 900 !important
}

.quantity {
    box-shadow: 0 0 20px 5px #f0f0f0 !important;
    border-radius: 2px !important;
    border: none
}

.entrance-protection-wrapper .entrance-protection {
    padding: 40px;
    background: #303030
}

.entrance-protection-wrapper .entrance-protection-inner {
    background: olive;
    border-radius: 5px
}

.entrance-protection-wrapper .entrance-protection h1 {
    color: #fff
}

.entrance-protection-wrapper .btn.btn-secondary {
    background-color: #292929;
    color: #fff
}

.entrance-protection-wrapper .btn.btn-secondary:hover {
    background: #fff;
    border-color: #fff;
    color: #292929
}

.entrance-protection-wrapper #verifyPageForm>fieldset>div.submit-wrapper>input {
    border-radius: 5px !important
}

/* === Hero sekce zámku / lock banner === */
.lock-banner {
    position: relative;
    text-align: center;
    color: #fff;
    max-width: 100%;
    overflow: hidden
}

.lock-banner-image {
    width: 100%;
    height: 100vh;
    filter: brightness(70%);
    object-fit: cover;
    object-position: 30% 0%
}

.lock-banner-content {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center
}

.lock-banner-content h1 {
    font-family: Gilroy, sans-serif;
    font-weight: 900;
    font-size: 55px;
    color: #fff;
    margin: 0;
    margin-bottom: 20px !important
}

.lock-logo-large {
    max-width: 100%;
    height: auto;
    width: 550px;
    margin-bottom: -20px
}

.lock-social-icons {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-top: 30px;
    margin-bottom: 40px
}

.lock-social-icons img {
    width: 50px;
    height: 50px
}

.lock-logo-small {
    max-width: 100%;
    width: 200px;
    height: auto;
    margin-top: 100px
}

.lock-banner a.social-icon {
    background-color: #80800000 !important
}

.lock-social-icons .social-icon img {
    transition: transform .3s ease
}

.lock-social-icons .social-icon img:hover {
    transform: scale(1.1)
}

.lock-banner-content a img {
    transition: transform .3s ease, filter .3s ease
}

.lock-banner-content a:hover img {
    filter: brightness(75%)
}

.lock-banner-content a:hover img {
    transform: scale(1.04)
}

@media (max-width:768px) {
    .lock-banner-image {
        height: 100vh;
        object-position: 30% center;
        object-fit: cover;
        filter: brightness(70%)
    }

    .lock-banner-content {
        position: absolute;
        width: 100%;
        top: 60%;
        padding: 20px
    }

    .lock-logo-small {
        margin-top: 60px
    }

    .lock-banner-content h1 {
        font-size: 35px;
        margin-top: 10px
    }
}

/* === Stránka poděkování / in-dakujeme === */
.in-dakujeme h1,
h2 {
    color: #000
}

.product-info-container {
    text-align: start;
    margin-bottom: 32px
}

.in-dakujeme .btn.btn-conversion {
    letter-spacing: 1px;
    font-weight: 400
}

.in-dakujeme div[id*=wt-form-wrapper-] button[type=submit] {
    color: #fff;
    border-radius: 2px;
    padding: 10px 40px;
    font-family: Gilroy, sans-serif;
    font-weight: 500;
    font-size: 20px
}

.in-dakujeme div[id*=wt-form-wrapper-] button[type=submit]:hover {
    background-color: #444;
    color: #fff
}

.in-dakujeme #poznamka-pro-prodejce {
    padding: 30px;
    padding-bottom: 10px;
    margin-left: 20px;
    margin-right: 20px;
    box-shadow: 0 0 20px 5px #f0f0f0;
    border-radius: 3px;
    margin-bottom: 80px
}

.in-dakujeme .f-field-group textarea {
    box-shadow: 0 0 20px 5px #f0f0f0;
    border: 1px solid #e7e7e7;
    min-height: 120px
}

.in-dakujeme .f-field-group input {
    padding-left: 0
}

.recapitulation-table-payment .delivery-date,
.recapitulation-table-payment .product-info-container {
    display: none
}

.recapitulation-table-payment {
    display: grid !important;
    margin-top: 40px
}

.in-dakujeme .formeo input {
    border: none !important;
    box-shadow: none;
    pointer-events: none
}

.in-dakujeme label {
    cursor: auto
}

.in-dakujeme #poznamka-pro-prodejce p {
    margin-bottom: 0
}

.in-dakujeme .render-form {
    margin: 0 auto 20px
}

.in-dakujeme #wt-form-wrapper-J5Y48 .formeo-row .f-field-group {
    display: flex
}

.in-dakujeme .formeo input {
    margin: -2px 0
}

.in-dakujeme .formeo label {
    margin-right: 5px
}

.in-dakujeme .formeo input[type=email] {
    border: 1px solid #ccc !important;
    box-shadow: 0 0 20px 5px #f0f0f0;
    pointer-events: inherit;
    padding-left: 5px
}

.wt-success-message-wrapper {
    background: olive;
    border: 2px solid olive;
    margin: 32px auto;
    position: relative;
    display: block;
    text-align: center
}

#f-2f5addb6-ec4e-4f30-b228-21c3bd85eed1,
#f-41741e90-7d84-4ed4-9a5a-49f9ae7085a4 {
    width: inherit !important
}

@media only screen and (max-width:768px) {
    .in-dakujeme .cart-table tr>td.p-name {
        padding-left: 0
    }
}

@media only screen and (min-width:768px) {
    .in-dakujeme .formeo input {
        width: auto;
        max-width: 300px;
        min-width: 300px
    }
}

@media (min-width:769px) {
    .non-br-desktop {
        display: none
    }
}

@media (max-width:768px) {
    .formeo.formeo-render .formeo-row {
        flex-direction: column !important;
        justify-content: flex-start !important;
        flex-wrap: nowrap !important;
        display: flex !important;
        width: 100% !important
    }

    .formeo.formeo-render .formeo-column {
        padding-right: 0 !important;
        width: 100% !important
    }

    .f-field-group {
        margin-bottom: 20px !important
    }

    .in-dakujeme #poznamka-pro-prodejce {
        padding: 5px 10px !important;
        padding-bottom: 5px !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        border-radius: 3px !important;
        margin-bottom: 40px !important
    }
}

@media (min-width:992px) {
    .popup-widget.login-widget {
        left: 52.6%
    }

    .admin-logged .popup-widget.login-widget {
        top: 130px
    }
}

@media (min-width:768px) {
    .ordering-process .top-navigation-bar .top-nav-button-login {
        display: none
    }
}

/* === Jazykové menu a hlavičkové prvky === */
.languagesMenu ul li a:before {
    display: none
}

.navigation-buttons>a[data-target=cart] i {
    font-family: "Open Sans", sans-serif;
    height: 22px;
    width: 22px;
    padding-left: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 800
}

.navigation-in>ul>li.ext>ul>li>div>ul>li>a {
    text-transform: uppercase
}

@media (min-width:768px) {
    #header .container {
        padding: 0 20px
    }

    .top-navigation-menu-item-external-27 a::before {
        content: '';
        display: inline-block;
        width: 18px;
        height: 18px;
        margin-right: 10px;
        background-image: url('/user/documents/upload/Frametelefon.png');
        background-size: contain;
        background-repeat: no-repeat;
        vertical-align: bottom
    }

    .top-navigation-menu-item-external-30 a::before {
        content: '';
        display: inline-block;
        width: 18px;
        height: 18px;
        margin-right: 10px;
        background-image: url('/user/documents/upload/Groupemail.png');
        background-size: contain;
        background-repeat: no-repeat;
        vertical-align: middle
    }

    .top-navigation-menu-item--6 a::before {
        content: '';
        display: inline-block;
        width: 18px;
        height: 18px;
        margin-right: 10px;
        background-image: url('/user/documents/upload/Groupmassanger.png');
        background-size: contain;
        background-repeat: no-repeat;
        vertical-align: bottom
    }

    .in-rejestracja .box.box-bg-transparent.co-box.co-registration {
        display: none
    }

    .top-navigation-tools a::before {
        content: '';
        display: inline-block;
        width: 18px;
        height: 18px;
        margin-top: 2px;
        margin-right: 10px;
        background-image: url('/user/documents/upload/Groupregistrace.png');
        background-size: contain;
        background-repeat: no-repeat;
        vertical-align: middle
    }

    .top-navigation-tools a {
        display: flex;
        order: 1
    }

    .languagesMenu {
        display: flex;
        order: 2;
        color: #fff;
        z-index: 1002;
        margin-top: 2px
    }

    .languagesMenu .languagesMenu__header {
        font-weight: 600;
        font-size: 15px
    }

    .languagesMenu .languagesMenu__list__link {
        color: #000
    }

    .languagesMenu::before {
        content: '';
        display: inline-block;
        width: 20px;
        height: 20px;
        margin-right: 5px;
        margin-bottom: 0;
        margin-top: 9px;
        background-image: url('/user/documents/upload/Groupmena.png');
        background-size: contain;
        background-repeat: no-repeat
    }

    #header .header-top-wrapper .site-name,
    #header .header-top-wrapper>div {
        flex: 0 1 32.7%
    }

    #header .navigation-buttons a[data-target=login] {
        display: block
    }

    #header .navigation-buttons a[data-target=login]:before {
        content: '';
        display: inline-block;
        width: 25px;
        height: 31px;
        margin-right: 0;
        background-image: url('/user/documents/upload/Grouplogin.png');
        background-size: contain;
        background-repeat: no-repeat;
        vertical-align: middle
    }

    .cart-price.visible-lg-inline-block {
        display: none !important
    }

    #header .navigation-buttons a[data-target=cart]:before {
        content: '';
        display: inline-block;
        width: 31px;
        height: 31px;
        background-image: url('/user/documents/upload/Groupkosik.png');
        background-size: contain;
        background-repeat: no-repeat
    }

    #header .navigation-buttons a[data-target=cart] i {
        left: 25px;
        bottom: 29px
    }

    #header .navigation-buttons a {
        margin-left: 30px
    }

    .top-header-hodnoceni {
        display: flex;
        align-items: center
    }

    .rating-value {
        font-size: 20px;
        margin-right: 5px;
        font-weight: 800;
        color: #fff
    }

    .rating-stars {
        display: flex
    }

    .rating-stars img {
        padding-left: 3px
    }

    .top-navigation-menu-trigger:after {
        color: #fff
    }

    .top-navigation-menu-trigger {
        color: #fff;
        font-weight: 600
    }

    .top-navigation-bar-menu-helper {
        background: #303030;
        border-color: #cfcfcf
    }

    .top-navigation-bar {
        background-color: #303030;
        border-color: #303030
    }

    .top-navigation-bar .container {
        height: 40px
    }

    .top-navigation-menu {
        height: 28.89px;
        padding-right: 0;
        flex: 45% !important
    }

    .top-navigation-tools {
        flex: 40% !important
    }

    .top-navigation-bar .dropdown button,
    .top-navigation-bar a {
        color: #fff;
        font-size: 15px;
        font-weight: 600
    }

    .top-navigation-bar a:hover {
        text-decoration: underline
    }

    #header .header-top-wrapper .site-name {
        flex: 0 1 25%
    }

    #header>div.header-top>div>div.search {
        flex: 0 1 50%
    }

    #header .header-top-wrapper>div {
        flex: 0 1 25%
    }

    #header .header-bottom {
        background-color: #efefef;
        border-color: #efefef
    }

    #header .navigation-in {
        background-color: #efefef
    }

    #header input[type=search] {
        box-shadow: 0 0 20px 5px #f0f0f0 !important;
        border-radius: 2px !important;
        border: none !important
    }

    #navigation .navigation-in ul li a b {
        text-transform: uppercase;
        font-size: 16px;
        font-weight: 900
    }

    #navigation .navigation-in>ul>li {
        padding-right: 5px
    }

    #navigation .navigation-in ul li:hover>a>b {
        text-underline-offset: 25px
    }

    #navigation .navigation-in>ul>li:first-child {
        border-left-style: none;
        margin-left: -19px
    }

    #navigation .navigation-in ul li:hover>a>b {
        position: relative;
        text-underline-offset: 25px
    }

    #navigation .navigation-in ul li:hover>a>b::after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        bottom: -23px;
        height: 2px;
        background-color: olive;
        text-underline-offset: 25px
    }

    #navigation .menu-level-2 {
        border-top-style: none;
        border-top-width: 1px;
        padding-bottom: 20px
    }
}

@media (min-width:992px) {
    #header .navigation-in {
        padding-left: 10px
    }

    .navigation-in ul li {
        padding: 0 0
    }
}

@media screen and (min-width:768px) {
    .navigation-in>ul>li.ext>ul {
        background: #333 !important;
        color: #fff !important;
        border-radius: 7px !important;
        padding: 10px 10px 20px
    }

    .navigation-in>ul>li.ext>ul>li {
        display: block
    }

    .navigation-in>ul>li.ext>ul a {
        color: #fff !important
    }

    #navigation .menu-level-2>li>div>a {
        padding-bottom: 5px
    }

    .navigation-in>ul>li.ext>ul>li>div>ul>li>a {
        font-size: 14px
    }

    #navigation .menu-level-2>li>div>a {
        font-size: 16px !important
    }

    .navigation-in>ul>li.ext>ul>li {
        min-height: 115px !important;
        padding-bottom: 0
    }

    body.navigation-hovered:before {
        opacity: 0
    }
}

#navigation .menu-level-2>li>div>a {
    text-transform: uppercase
}

#header a.menu-image {
    display: none
}

#navigation .has-more-items .more-items-trigger {
    display: none
}

@media (min-width:768px) {
    #navigation .menu-level-2>li>div>a {
        line-height: 20px;
        padding-left: 5px
    }

    #navigation .navigation-in ul li:hover>div>a>span {
        text-decoration-thickness: 1px;
        text-underline-offset: 2px
    }

    #navigation .menu-level-3 {
        font-size: 14px
    }

    .navigation-in>ul>li.ext>ul>li>div>ul {
        padding-left: 5px
    }
}

/* === Benefit bannery a homepage proměnné === */
.in-index a .benefitBanner__title {
    color: #1a1937
}

.in-index a:hover .benefitBanner__title {
    color: var(--color-primary-hover);
    transition: all .35s
}

@media (min-width:993px) {
    .in-index .benefitBanner__title {
        font-size: 18px;
        font-weight: 800;
        text-transform: uppercase
    }

    .in-index .benefitBanner__item {
        display: flex;
        justify-content: center;
        margin-bottom: 32px;
        width: auto
    }

    .in-index .benefitBanner__content {
        max-width: 220px
    }

    .in-index .benefitBanner__picture img {
        padding-right: 10px
    }

    .in-index .benefitBanner.position--benefitHomepage {
        margin-top: 40px;
        justify-content: space-evenly;
        max-width: 1200px
    }
}

@media (max-width:992px) {
    .benefitBanner {
        display: flow-root
    }

    .in-index .benefitBanner__item {
        width: 50%;
        padding: 12px;
        float: left;
        min-height: 100px
    }

    .benefitBanner__title {
        font-size: 1.1em;
        line-height: 1.4
    }

    .benefitBanner__content {
        line-height: 1.4
    }
}

@media (max-width:768px) {
    .in-index .benefitBanner__item {
        padding: 0;
        padding-left: 12px
    }

    .benefitBanner__title {
        font-size: 16px;
        line-height: 18px;
        font-weight: 800
    }

    .benefitBanner__content {
        line-height: 18px
    }

    .benefitBanner__picture {
        flex: 0 0 50px;
        max-width: 50px
    }

    .benefitBanner__content {
        padding-right: 0
    }
}

/* === Promo slevové bannery === */
.in-index .sleva-banner {
    width: 100%;
    display: flex;
    margin: 10px auto
}

.in-index .sleva-inner-banner {
    width: 100%;
    display: flex;
    max-width: 1418px;
    background-color: olive;
    min-height: 40px;
    color: #fff;
    margin-left: 20px;
    margin-right: 20PX;
    border-radius: 3px;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    justify-content: center;
    align-items: center;
    padding: 0 !important
}

.sleva-banner .dkLabCountdownWrapper {
    position: relative
}

.sleva-banner .dkLabCountdownWrapper.dkLabCountdownText {
    background-image: linear-gradient(olive, olive)
}

.sleva-banner .dkLabCountdownContainer {
    display: flex;
    justify-content: center;
    align-items: center
}

.sleva-banner .dkLabCountdownActionText {
    display: block;
    font-size: 18px;
    font-weight: 400
}

.sleva-banner .dkLabCountdownTimer {
    font-size: 18px
}

.in-index .carousel-control.left,
.in-index .carousel-control.right {
    display: none
}

@media (min-width:768px) {
    .desktop .banners-row {
        padding: 0 20px
    }
}

.in-index .carousel-inner>.item a img {
    border-radius: 3px
}

.extended-banner-texts {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 8%;
    top: 18%;
    max-height: 180px
}

.extended-banner-title {
    font-family: Gilroy, sans-serif;
    font-weight: 900;
    font-size: 42px;
    line-height: 46px;
    padding: 40px;
    width: 100%;
    text-align: right;
    text-transform: uppercase;
    padding: 0;
    margin: 0
}

.carousel .extended-banner-link {
    margin-top: 44px;
    text-align: right;
    width: 100%;
    padding: 0;
    margin-top: -25px
}

.extended-banner-text {
    width: 100%;
    font-size: 18px;
    font-weight: 700;
    max-width: 100%;
    padding: 40px;
    display: flex;
    justify-content: flex-end;
    padding: 0
}

.btn-carousel {
    width: auto
}

.extended-banner-text p {
    padding: 18px 32px;
    font-size: 16px;
    text-transform: uppercase;
    background-color: olive;
    border: 2px solid olive;
    border-radius: 3px;
    font-family: Gilroy, sans-serif;
    font-weight: 900
}

@media (max-width:768px) {
    .extended-banner-text p {
        margin: 0 !important
    }

    .sleva-banner .dkLabCountdownWrapper.dkLabCountdownText {
        padding: 10px 18px
    }
}

.extended-banner-text p:hover {
    background-color: #303030;
    border-color: #303030
}

.btn-carousel p::after {
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-bottom: 2px;
    background: url('/user/documents/upload/Groupsipka-vpravo.png') no-repeat center center;
    background-size: contain;
    margin-left: 10px;
    vertical-align: middle
}

.in-index .kolekce-top-container {
    margin-bottom: 16px
}

.homepage-group-title {
    margin-bottom: 26px;
    margin-top: 26px
}

/* === Produktové karty a boxy === */
.products-block>div .p {
    text-align: left;
    box-shadow: 0 0 10px 3px #f0f0f0;
    padding: 15px
}

.products-block>div .p:hover {
    box-shadow: 0 0 5px #b3b3b3
}

.products-block .p .name {
    display: block;
    line-height: 1.4;
    margin-top: 11px;
    padding-left: 0 !important;
    text-decoration: none;
    text-transform: uppercase
}

.products-block>div .p .name span {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

.p-in:has(.widget-parameter-list) .p-desc {
    display: none
}

.products-block>div .p {
    text-align: left;
    box-shadow: 0 0 20px 5px #f0f0f0;
    padding: 15px
}

.products-block>div .p .p-bottom {
    padding: 0 25px
}

.product {
    background-color: #f0f0f0;
    border-right: 10px solid #fff !important;
    border-left: 10px solid #fff !important;
    margin-bottom: 30px
}

.products-block>div .p .p-in {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.widget-parameter-wrapper .widget-parameter-list {
    flex-direction: row;
    width: 100%;
    align-content: flex-start;
    margin-top: 6px !important
}

.product .widget-parameter-more {
    display: none
}

.product .widget-parameter-wrapper .no-display {
    display: block !important
}

.products-block>div .p .p-bottom.single-button {
    padding: 0 !important;
    margin: 0 !important
}

.columns-4 .products-block>div {
    padding: 0 !important;
    background-color: #fff
}

.products-block>div .p>a img {
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
    background: #fff
}

.product-slider-holder {
    margin-left: auto;
    margin-right: auto;
    padding: 0 0;
    position: relative;
    padding-bottom: 103px;
    padding-top: 0
}

.products-block>div,
.products-block>div:hover {
    border-color: #fff
}

.products-block>div:hover {
    box-shadow: 0 0 10px rgb(255 255 255 / 16%);
    z-index: 1
}

.product-slider-holder .product-slider-navigation {
    top: 40%
}

.product-slider-holder .product-slider-pagination {
    display: none
}

.product-slider-holder .product-slider-navigation.navigation-prev:before {
    color: #000
}

.product-slider-holder .product-slider-navigation.navigation-next:before {
    color: #000
}

@media (max-width:767px) {

    .product-slider-holder .product-slider-navigation:before,
    .product-slider-holder .product-slider-navigation:hover:before {
        background-color: #ffffff00
    }
}

.products-block>div .p .p-bottom>div .prices {
    justify-content: left
}

.price.price-final {
    display: flex;
    order: 2;
    margin: 0 !important
}

.product [data-micro=offer] {
    display: flex;
    flex-direction: column
}

.product .prices {
    order: 2
}

.product .p {
    border-radius: 2px
}

.product .p-desc {
    order: 1;
    margin: 6px 0 13px 0 !important;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal
}

.product .dkLabCountdownActionText {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 700;
    text-align: left
}

.product .dkLabCountdownPartValue {
    font-size: 14px
}

.product .dkLabCountdownWrapper.dkLabCountdownModern span.dkLabCountdownPartValue {
    border-radius: 3px
}

.product .dkLabCountdownWrapper.dkLabCountdownModern span.dkLabCountdownPartText {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 10px
}

.widget-parameter-wrapper.justified {
    justify-content: left;
    margin: 3px 0 10px;
    height: 100%
}

.widget-parameter-wrapper.justified ul li a {
    width: 100%;
    display: flex;
    text-align: center;
    justify-content: center;
    background-color: #bcbc62;
    margin: 0;
    padding: 0 4px !important;
    color: #fff;
    padding: 0;
    font-size: 14px;
    font-weight: 600;
    border-radius: 0
}

.widget-parameter-wrapper.justified ul li a:hover {
    background-color: olive
}

.widget-parameter-wrapper.justified ul li {
    margin-right: 4px;
    margin-bottom: 4px
}

.products-block>div .p .p-bottom>div .prices .price-standard {
    font-size: 14px;
    margin-left: 0
}

.product .price-save {
    font-weight: 700;
    position: absolute;
    right: 5px;
    bottom: 5px;
    background: #000;
    font-size: 16px;
    color: #fff;
    padding: 1px 4px;
    border-radius: 3px
}

.product .ratings-wrapper {
    position: absolute;
    bottom: 5px;
    left: 5px
}

.products-block>div .p .stars-wrapper {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    margin: 0
}

.product .stars {
    display: inline-block;
    flex: 0 0 auto;
    height: 100%;
    margin-right: 0;
    width: 100%
}

.product .stars span {
    float: left;
    height: 14px;
    line-height: 14px;
    position: relative;
    width: 14px;
    margin-left: 3px
}

.product .stars span:before {
    font-size: 14px;
    height: 100%;
    left: 0;
    line-height: 100%;
    position: absolute;
    top: 0;
    width: 100%
}

.product .stars .star.star-on:before {
    color: #81860d
}

.flag {
    border-radius: 0 3px 3px 0;
    font-weight: 700
}

.flag.flag-gift {
    background-color: #e2e283
}

.flag.flag-action {
    background-color: #217e00 !important
}

.product .flags.flags-extra {
    top: 0 !important;
    left: auto;
    right: 0;
    top: auto;
    margin: 0 !important;
    padding: 0 !important
}

.flag.flag-freeshipping {
    background-color: #989858
}

.product .flags-extra .flag {
    align-items: center;
    border-radius: 2px;
    display: flex;
    flex-direction: column;
    font-size: 10px;
    font-weight: 700;
    height: fit-content;
    justify-content: center;
    margin-left: 0;
    text-align: center;
    width: 70px
}

.p-data-wrapper .products-alternative .product {
    margin: inherit !important
}

.type-detail .flag.flag-freeshipping {
    background-color: #bfbf83;
    color: #fff;
    font-weight: 700;
    font-size: 12px
}

.p-image-wrapper .flags.flags-extra {
    top: 0 !important;
    left: auto;
    right: 10px !important;
    top: auto;
    margin: 0 !important;
    padding: 0 !important
}

.p-image-wrapper .flags-extra .flag {
    border-radius: 2px;
    height: 40px;
    width: 108px
}

.p-image-wrapper:has(.code-gift) .flags.flags-extra {
    top: 35px !important
}

.kolekce-top-container {
    display: flex;
    width: 100%;
    justify-content: space-between
}

.kolekce-top-image-card {
    position: relative;
    display: flex;
    max-width: 32.8%;
    width: 100%;
    flex: 32.8%;
    overflow: hidden;
    border-radius: 3px
}

.kolekce-top-image-card.img2 {
    margin-left: 0 !important;
    margin-right: 0 !important
}

.kolekce-top-image-card img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform .4s ease;
    transform-origin: center
}

.kolekce-top-image-card:hover img {
    transform: scale(1.05)
}

.kolekce-top-text-overlay {
    position: absolute;
    bottom: 8%;
    left: 8%;
    transition: transform .4s ease
}

.kolekce-top-image-card:hover .kolekce-top-text-overlay {
    transform: translateY(-6%)
}

.kolekce-top-text-overlay h2 {
    font-size: 36px;
    color: #fff;
    margin-bottom: 90px;
    font-family: PhosphateSolid, sans-serif !important;
    letter-spacing: 1px;
    font-weight: 400
}

.kolekce-top-text-overlay a {
    font-size: 16px;
    color: #fff;
    font-weight: 900;
    padding-left: 2px
}

.kolekce-top-button:hover {
    text-decoration: underline;
    text-underline-offset: 5px
}

.kolekce-top-button::after {
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-bottom: -2px;
    background: url('/user/documents/upload/Groupsipka-vpravo.png') no-repeat center center;
    background-size: contain;
    margin-left: 10px;
    vertical-align: topdle
}

.kolekce-mid-container {
    display: flex;
    width: 100%
}

.kolekce-mid-image-card {
    position: relative;
    display: flex;
    width: 50%;
    flex: 50%;
    overflow: hidden;
    border-radius: 3px
}

.kolekce-mid-image-card.img1 {
    margin-right: .5% !important
}

.kolekce-mid-image-card.img2 {
    margin-left: .5% !important
}

.kolekce-mid-image-card img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform .4s ease;
    transform-origin: center
}

.kolekce-mid-image-card:hover img {
    transform: scale(1.05)
}

.kolekce-mid-text-overlay {
    position: absolute;
    bottom: 8%;
    left: 8%;
    transition: transform .4s ease
}

.kolekce-mid-image-card:hover .kolekce-mid-text-overlay {
    transform: translateY(-6%)
}

.kolekce-mid-text-overlay h2 {
    font-size: 40px;
    color: #fff;
    margin-bottom: 45%;
    font-family: PhosphateSolid, sans-serif !important;
    letter-spacing: 1px;
    font-weight: 400
}

.kolekce-mid-text-overlay a {
    font-size: 16px;
    color: #fff;
    font-weight: 900;
    padding-left: 2px
}

.kolekce-mid-button:hover {
    text-decoration: underline;
    text-underline-offset: 5px
}

.kolekce-mid-button::after {
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-bottom: 2px;
    background: url('/user/documents/upload/Groupsipka-vpravo.png') no-repeat center center;
    background-size: contain;
    margin-left: 10px;
    vertical-align: middle
}

.in-znacka .kolekce-nadpis-plus,
.type-category .kolekce-nadpis-plus {
    font-size: 22px;
    text-transform: uppercase
}

.in-znacka .kolekce-mid-text-overlay h2,
.type-category .kolekce-mid-text-overlay h2 {
    margin-bottom: 80px
}

.in-znacka h1.category-title {
    text-align: center;
    text-transform: uppercase;
    font-weight: 900;
    color: #000;
    font-size: 36px;
    padding-bottom: 5px;
    margin-bottom: 50px
}

.in-hodnotenie-obchodu .add-comment.rate-form-trigger {
    display: none !important
}

#formContact .form-group.submit-wrapper {
    display: flex;
    align-items: center;
    vertical-align: middle;
    justify-content: flex-end
}

.in-index .o-nas-container {
    display: flex;
    width: 100%;
    margin-top: 70px
}

.in-index .o-nas-inner1,
.in-index .o-nas-inner2,
.in-index .o-nas-inner3 {
    padding: 0
}

.in-index .o-nas-inner1 {
    width: 35%;
    margin-right: 1%
}

.in-index .o-nas-inner2 {
    width: 30%
}

.in-index .o-nas-inner3 {
    width: 40%;
    margin-left: 2%;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.in-index .o-nas-inner1 img,
.in-index .o-nas-inner2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 3px
}

.in-index .o-nas-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 18px
}

.in-index .o-nas-nadpis-text {
    width: 70%
}

.in-index .o-nas-nadpis-text h1 {
    font-size: 36px;
    margin-bottom: 10px;
    letter-spacing: 1px;
    color: #000;
    font-family: Gilroy, sans-serif;
    font-weight: 900
}

.in-index .o-nas-nadpis-text p {
    font-size: 18px;
    margin: 0 !important;
    font-weight: 700;
    line-height: 25px;
    color: #000
}

.in-index .o-nas-title-image {
    width: 30%;
    text-align: center
}

.in-index .o-nas-title-image img {
    max-width: 60px;
    height: auto
}

.in-index .onas-obsah p {
    margin-bottom: 15px !important;
    font-size: 14px;
    color: #000
}

.in-index .o-nas-button {
    margin-top: 10px
}

.in-index .o-nas-button a {
    display: inline-block;
    color: 808000;
    border: 2px solid olive;
    border-radius: 3px;
    font-size: 16px;
    text-decoration: none;
    text-transform: uppercase;
    padding: 18px 32px;
    font-family: Gilroy, sans-serif;
    font-weight: 900
}

.in-index .o-nas-button a:hover {
    background-color: olive;
    color: #fff
}

.in-index .o-nas-button a::after {
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-bottom: 2px;
    background: url('/user/documents/upload/green-arrow-right-icon.png') no-repeat center center;
    background-size: contain;
    margin-left: 10px;
    vertical-align: middle
}

.in-index .o-nas-button a:hover::after {
    background: url('/user/documents/upload/Groupsipka-vpravo.png') no-repeat center center;
    background-size: contain
}

/* === Registrační banner a CTA === */
.register-banner-main {
    display: flex;
    width: 100%;
    min-height: 300px;
    background: url('/user/documents/upload/register-banner-background.png') no-repeat center center;
    background-size: cover;
    border-radius: 3px;
    margin-top: 114px
}

.register-banner-main .register-banner-inner {
    display: flex;
    justify-content: center;
    align-items: center
}

.register-banner-main .register-banner-inner.div1 {
    width: 40%
}

.register-banner-main .register-banner-inner.div2 {
    width: 30%
}

.register-banner-main .register-banner-inner.div3 {
    width: 30%
}

.register-banner-main .register-content {
    text-align: left;
    color: #fff
}

.register-banner-main .register-content h1 {
    color: #fff;
    margin: 0;
    line-height: 40px;
    font-size: 36px;
    font-family: Gilroy, sans-serif;
    letter-spacing: 1px;
    font-weight: 900
}

.register-banner-main .register-content p {
    color: #fff;
    margin: 0 !important;
    font-size: 14px
}

.container {
    max-width: 100%
}

.register-banner-main .register-content.div2 a {
    color: #fff;
    text-decoration: none
}

.register-banner-main .register-content.div2 a:hover {
    text-decoration: underline
}

.register-banner-main .register-button {
    font-family: Gilroy, sans-serif;
    font-weight: 900 !important;
    display: inline-block;
    color: #fff;
    border: 2px solid #fff;
    padding: 18px 32px;
    text-decoration: none;
    font-size: 16px;
    transition: background-color .3s, color .3s;
    border-radius: 3px
}

.register-banner-main .register-button:hover {
    background-color: #fff;
    color: #000;
    text-decoration: none
}

.register-content.div3 a::after {
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-bottom: 2px;
    background: url('/user/documents/upload/Groupsipka-vpravo.png') no-repeat center center;
    background-size: contain;
    margin-left: 10px;
    vertical-align: middle
}

.register-content.div3 a:hover::after {
    background: url('/user/documents/upload/register-icon-hover.png') no-repeat center center;
    background-size: contain
}

/* === Blog a Instagram feed === */
.in-index .container-narrow {
    margin: 0 auto;
    width: 100%
}

.homepage-blog-wrapper {
    padding-bottom: 0
}

.in-index .homepage-blog-wrapper .news-item {
    flex-basis: 33.3%;
    width: 33.3%
}

.in-index .homepage-blog-wrapper .news-item a {
    display: flex
}

.in-index .homepage-blog-wrapper .news-item .image {
    width: 50%;
    margin-right: 12px
}

.blog-wrapper .news-item .image,
.blog-wrapper .news-item .image img {
    border-radius: 2px
}

.in-index .homepage-blog-wrapper .news-item .title {
    font-size: 18px;
    color: #000
}

.in-index .homepage-blog-wrapper .news-item .description {
    color: #1a1937;
    margin: 11px 0 0;
    height: 130px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis
}

.in-index .homepage-blog-wrapper .news-item .read-article {
    display: block;
    margin-top: 15px;
    margin-left: 8px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    transition: transform .3s ease
}

.in-index .homepage-blog-wrapper .news-item .read-article:hover {
    text-decoration: underline;
    text-underline-offset: 5px;
    transform: translateX(10px)
}

.in-index .homepage-blog-wrapper .read-article::after {
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-bottom: 2px;
    background: url('/user/documents/upload/green-arrow-right-icon.png') no-repeat center center;
    background-size: contain;
    margin-left: 10px;
    vertical-align: middle
}

.blog-center-button {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 70px
}

.blog-button {
    display: inline-block;
    color: olive;
    border: 2px solid olive;
    padding: 18px 32px;
    font-size: 16px;
    border-radius: 3px;
    text-decoration: none;
    transition: background-color .3s, color .3s;
    font-family: Gilroy, sans-serif;
    font-weight: 900
}

.blog-button .arrow {
    margin-left: 10px
}

.blog-button:hover {
    background-color: olive;
    color: #fff
}

.blog-center-button a::after {
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-bottom: 2px;
    background: url(/user/documents/upload/green-arrow-right-icon.png) no-repeat center center;
    background-size: contain;
    margin-left: 10px;
    vertical-align: middle
}

.blog-center-button a:hover::after {
    background: url('/user/documents/upload/Groupsipka-vpravo.png') no-repeat center center;
    background-size: contain
}

.instragram-container {
    margin-top: 50px;
    margin-bottom: 0
}

.instragram-container .instagram-title {
    background-color: #303030;
    text-align: center;
    padding: 20px
}

.instragram-container .instagram-title h2 {
    font-size: 40px;
    font-family: Gilroy, sans-serif;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
    font-weight: 900
}

.instragram-container .instagram-slider.slick-initialized.slick-slider {
    background-color: #303030;
    padding: 0 !important;
    margin: 0 !important
}

.instragram-container .slick-list,
.instragram-container .slick-slide,
.instragram-container .slick-track {
    margin: 0 !important;
    padding: 0 !important;
    line-height: 0 !important
}

.instragram-container .image-container {
    display: block;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    aspect-ratio: 1/1;
    background-color: #303030
}

.instragram-container .image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

/* === Hlavičky kategorií a popisky === */
.breadcrumbs {
    color: #1a1937;
    text-align: left;
    margin-top: 40px;
    margin-bottom: 10px
}

.in-znacka .products-block>div .p .p-bottom>div .p-tools,
.type-category .products-block>div .p .p-bottom>div .p-tools {
    display: none
}

.products-block .p-in-in a {
    font-size: 16px;
    text-transform: uppercase !important;
    font-weight: 700 !important
}

.category-header-main {
    display: flex;
    width: 100%;
    max-width: 100%;
    margin: 0;
    flex-direction: column;
    align-items: flex-start
}

.category-header-logo img {
    width: 100%;
    max-width: 150px;
    margin-bottom: 20px !important
}

.category-header-title h1 {
    font-size: 30px;
    font-weight: 900;
    text-transform: uppercase;
    text-align: left;
    color: #000 !important;
    margin-bottom: 20px !important
}

.no-mobile-br {
    display: none
}

.category-header-text {
    width: 100%;
    max-width: 950px
}

.category-header-text p {
    font-size: 14px;
    text-align: left;
    margin-bottom: 20px !important
}

.category-header-testimonial {
    display: flex;
    width: 100%;
    position: relative;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    flex-direction: column;
    align-content: center;
    align-items: center
}

.category-header-testimonial p {
    width: 100%;
    margin: 0 auto !important;
    text-align: left;
    font-size: 20px;
    padding: 30px 20px;
    z-index: 2
}

.category-header-testimonal-grafika {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1
}

.category-header-testimonal-grafika img {
    width: 100%;
    max-width: 150px
}

@media (max-width:768px) {
    .category-header-testimonial p {
        width: 100%;
        margin: 0 auto !important;
        text-align: center;
        font-size: 20px;
        padding: 26px 56px;
        z-index: 2
    }
}

.category-top h4 {
    text-align: left;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    margin: 45px 0 35px 0
}

#productsTop .product {
    background-color: #fff;
    border-right: none !important;
    border-left: none !important
}

#productsTop a {
    color: #000 !important;
    font-weight: 700;
    font-size: 16px
}

#productsTop a:hover {
    text-decoration: underline
}

#productsTop.products-inline.products-top>div .p .p-in {
    display: block;
    padding-left: 20px;
    width: calc(100% - 90px)
}

#productsTop.products-inline.products-top>div .p {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap
}

#productsTop.products-inline.products-top>div .p .p-in {
    display: flex;
    padding-left: 20px;
    height: 100%;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-around
}

#productsTop.products-inline.products-top>div {
    padding-left: 0;
    padding-right: 0
}

#productsTop.products-inline>div {
    margin-bottom: 0;
    padding-top: 0
}

@media (min-width:992px) {
    #productsTop .products-inline>div .p .p-in .p-in-in {
        padding-right: 0
    }
}

@media (min-width:1440px) {
    .type-category .col-xl-3 {
        width: 16.6%
    }
}

.type-category .subcategories.with-image li {
    padding: 0
}

.type-category .subcategories .col-xl-3 {
    padding: 0 !important
}

.type-category .subcategories.with-image li a .image {
    display: none;
    padding-right: 0;
    text-align: center;
    height: auto;
    width: 100%;
    max-width: 75px
}

.type-category .subcategories.with-image li a .image img {
    max-height: 60px;
    max-width: 75px
}

.type-category .subcategories.with-image li a .text {
    max-width: 100%
}

.type-category .col-xs-6.col-sm-6.col-lg-3.col-xl-3 a {
    margin-right: 15px;
    margin-top: 10px;
    background: #fff;
    padding: 0;
    box-shadow: 0 0 20px 5px #f0f0f0;
    Border-bottom: 3px solid #ffffff;
    display: flex;
    justify-content: left
}

.type-category .col-xs-6.col-sm-6.col-lg-3.col-xl-3 a:HOVER {
    Border-bottom: 3px solid #939356
}

.type-category .subcategories li a {
    flex-direction: row-reverse
}

@media (max-width:991px) {
    .type-category .subcategories li a {
        padding: 0 27px 0 13px;
        display: flex;
        justify-content: flex-end
    }
}

.type-category .subcategories li a .text {
    font-size: 13px;
    font-weight: 900;
    line-height: 16px;
    text-transform: uppercase;
    overflow: hidden;
    text-align: left;
    width: auto;
    padding-left: 10px;
    transition: all .3s ease
}

.type-category .subcategories li a:hover .text {
    font-size: 13px;
    font-weight: 900;
    line-height: 16px;
    text-transform: uppercase;
    overflow: hidden;
    text-align: left;
    width: auto;
    text-decoration: none
}

@media (max-width:991px) {
    .in-blog .subcategories li a {
        padding: 0 2px 0 0
    }
}

.type-category .col-xs-6.col-sm-6.col-lg-3.col-xl-3.more-categories a {
    margin-right: 20px;
    margin-top: 15px;
    padding-left: 12px !important;
    background-color: #999959;
    padding: 0;
    box-shadow: 0 0 20px 5px #f0f0f0;
    color: #fff;
    font-weight: 800;
    font-size: 13px;
    line-height: 16px;
    text-align: left;
    display: flex;
    justify-content: flex-end;
    border-bottom: 3px solid #999959
}

.type-category .col-xs-6.col-sm-6.col-lg-3.col-xl-3.more-categories a:HOVER {
    background-color: olive;
    border-bottom: 3px solid olive
}

@media (max-width:1200px) {
    .type-category .col-xs-6.col-sm-6.col-lg-3.col-xl-3.more-categories a {
        display: flex;
        justify-content: left;
        padding-left: 10% !important
    }
}

@media (max-width:768px) {
    .type-category .col-xs-6.col-sm-6.col-lg-3.col-xl-3.more-categories a {
        display: flex;
        justify-content: left;
        padding-left: 6.5% !important
    }
}

.category-content-wrapper {
    max-width: 100%;
    margin: 0 auto
}

@media (max-width:767px) {
    .type-category .columns-mobile-2 .products-block>div {
        margin-bottom: 20px;
        width: 100%
    }
}

.type-category .product {
    margin-bottom: 30px !important
}

.products-block>div,
.type-category .products-block {
    max-width: 1418px !important;
    width: 100%;
    margin-top: 10px !important
}

/* === Stránkování kategorií === */
.type-category .pagination-wrapper {
    max-width: 1250px;
    margin: 0 auto;
    margin-bottom: 100px !important
}

.pagination-wrapper {
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row
}

.pagination-wrapper .pagination {
    text-align: right;
    display: flex;
    width: 50%;
    justify-content: flex-end;
    padding-right: 18px
}

.pagination a {
    background-color: #f0f0f0;
    color: #000;
    font-size: 14px !important;
    font-weight: 800;
    border-radius: 3px;
    width: 50px;
    height: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.pagination a:hover {
    background-color: #d1d1d1
}

.pagination>strong.current {
    display: flex;
    color: #000;
    font-weight: 800;
    background: #d1d1d1;
    border: none;
    border-radius: 3px;
    font-size: 14px;
    width: 50px;
    height: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

a.next.pagination-link,
a.prev.pagination-link {
    background-color: #f0f0f0;
    color: #000;
    font-size: 13px !important;
    font-weight: 800;
    border-radius: 3px;
    width: 50px;
    height: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

a.next.pagination-link:hover,
a.prev.pagination-link:hover {
    background-color: #d1d1d1
}

.pagination-link.next:before,
.pagination-link.prev:before {
    font-size: 13px;
    color: #000;
    font-weight: 700
}

a.prev.pagination-link {
    order: 1
}

a.next.pagination-link {
    order: 999
}

.pagination a {
    order: 2
}

.pagination>strong.current {
    order: 2
}

@media (min-width:768px) {
    .pagination-wrapper .pagination-loader {
        margin-bottom: 0 !important;
        width: 48%
    }
}

.pagination-top {
    display: flex;
    width: 10% !important;
    order: 2;
    visibility: hidden !important
}

.pagination-loader {
    display: flex;
    width: 45% !important;
    order: 1;
    margin-left: 10px !important
}

.pagination {
    display: flex;
    width: 45% !important;
    order: 3
}

@media (max-width:1199px) {
    .pagination {
        min-width: 10% !important;
        text-align: center
    }

    .pagination-loader {
        min-width: 45% !important;
        text-align: center
    }

    .pagination-top {
        min-width: 45% !important;
        text-align: center
    }
}

#content .btn.unveil-button {
    background: #555;
    color: #fff;
    text-transform: uppercase;
    padding: 12px 40px;
    text-align: center;
    border: none;
    border-radius: 3px
}

#content .btn.unveil-button:hover {
    background: #555;
    color: #fff;
    border: none;
    background: #979758;
    text-align: center
}

.products-alternative-header.products-header {
    display: none !important
}

.basic-description .rate-wrap.row {
    display: none !important
}

.products-alternative-wrapper.products-wrapper.product-slider-holder.has-navigation {
    display: none !important
}

.products-inline.products-top>div.button-wrapper {
    text-align: left;
    font-weight: 400 !important
}

.products-inline.products-top>div.button-wrapper a {
    font-size: 16px;
    font-weight: 400 !important
}

@media (min-width:768px) {
    .navigation-in>ul>li>a {
        padding: 25px 10px !important
    }

    .navigation-in>ul>li>a:hover {
        margin-left: 0 !important;
        margin-right: 0 !important
    }

    .navigation-in ul li {
        padding: 0 0 !important
    }

    .fitted .navigation-in ul {
        justify-content: space-between
    }
}

.obdobne-produkty-title {
    margin: 0;
    margin-top: 10px !important;
    font-weight: 600;
    font-size: 16px
}

.obdobny-produkt img {
    height: 80px;
    width: 80px;
    min-width: 80px;
    transition: transform .5s;
    border: none;
    padding: 5px;
    object-fit: contain !important;
    background-color: transparent
}

@media (max-width:768px) {
    .obdobny-produkt img {
        margin-right: 0;
        transition: transform .5s
    }
}

.obdobny-produkt img:hover {
    transition: transform .5s;
    transform: scale(1.05)
}

/* === Popup Colorbox s produkty === */
#colorbox .widget-parameter-list {
    display: none
}

#colorbox {
    z-index: 9999
}

#colorbox .products-block>div .p {
    display: flex;
    flex-direction: column
}

#colorbox .products-block .p>a {
    display: flex;
    order: 1
}

#colorbox .products-block>div .p .p-in {
    display: flex;
    order: 1
}

#colorbox .widget-parameter-wrapper {
    display: flex;
    order: 3
}

#colorbox .products-block>div .p .p-in {
    display: flex;
    flex-direction: column;
    order: 2;
    justify-content: space-around;
    max-height: 80px
}

#colorbox .p-bottom.no-buttons {
    margin: 0 !important
}

#colorbox .widget-parameter-wrapper .widget-parameter-value:first-child a {
    padding: 0;
    color: #fff !important;
    font-weight: 700
}

#colorbox .widget-parameter-wrapper .widget-parameter-value a {
    padding: 0;
    color: #fff !important;
    font-weight: 700
}

#colorbox .widget-parameter-wrapper .widget-parameter-value {
    flex-shrink: 0;
    background: #bcbc62;
    padding: 3px 5px !important;
    margin: 3px !important
}

#colorbox .widget-parameter-wrapper .widget-parameter-value:hover {
    background: #aacf24
}

@media (min-width:992px) {
    .wide .p-detail-inner .p-image-wrapper {
        padding-right: 40px;
        width: 60%
    }
}

/* === Detail produktu: galerie a cenové bloky === */
.p-detail .p-image-wrapper .stars-wrapper {
    margin: 20px 0 0 0 !important;
    align-items: flex-end
}

.type-detail .p-image-wrapper .stars-label {
    line-height: 14px;
    color: gray !important;
    font-size: 12px
}

.type-detail .breadcrumbs {
    text-align: left;
    width: 100%
}

.p-detail-inner .p-detail-inner-header {
    margin-bottom: 5px !important
}

.p-detail-inner .p-detail-inner-header h1 {
    color: #000
}

@media (min-width:992px) {
    .wide .p-detail-inner {
        flex-direction: row;
        margin-bottom: 10px
    }
}

.variant-title {
    margin: 0;
    margin-top: 5px;
    font-weight: 600;
    font-size: 16px
}

.stars .star.star-half:before,
.stars .star.star-on:before {
    color: olive
}

.type-detail .p-detail-inner-header h1 {
    margin-top: 4px !important;
    padding: 0 !important;
    font-family: Gilroy, sans-serif;
    font-weight: 900;
    font-size: 28px
}

@media (min-width:768px) {
    .type-detail .p-detail-inner-header h1 {
        width: 100%
    }
}

.one-column-body table.detail-parameters tbody tr th {
    min-width: 220px
}

.c-product-interconnection-detail-params:has(.c-product-interconnection-detail-params__products .item-type-img) .c-product-interconnection-detail-params__type,
.type-detail .c-product-interconnection-detail-params:has(.c-product-interconnection-detail-params__products img) {
    display: none !important
}

.c-product-interconnection-detail-params__products span[class^=item-type] {
    width: 70px;
    height: 70px
}

.type-detail .p-to-cart-block {
    background: #fff;
    box-shadow: 0 0 20px 5px #f0f0f0;
    padding: 20px !important;
    gap: 0 20px !important;
    margin-bottom: 10px
}

#product-detail-form>table>tbody>tr:first-child>th,
table.detail-parameters tbody tr th:after {
    display: none
}

.availability-label-clickable {
    text-decoration: underline;
    cursor: pointer
}

.availability-label-clickable:hover {
    text-decoration: underline;
    color: #3d3dd0 !important
}

.type-detail .availability-label {
    font-weight: 600
}

.type-detail .availability-amount {
    color: olive
}

#nav-manufacturers {
    display: none
}

#product-detail-form table.detail-parameters tbody tr td {
    padding-left: 4px
}

.type-detail .p-code {
    font-size: 14px
}

.type-detail .flag.flag-discount {
    display: none
}

.type-detail .p-to-cart-block .p-final-price-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 90px;
    min-height: 90px;
    margin-top: 0
}

.variant-button .choose-variant.default-variant,
.variant-button .choose-variant.default-variant.no-display,
.variant-button .choose-variant.empty,
.variant-button .choose-variant.empty.no-display {
    display: none !important
}

.variant-button .choose-variant.no-display {
    display: flex !important
}

@media (min-width:768px) {
    .type-detail .p-to-cart-block .p-final-price-wrapper:has(.price-standard, .price-save) .price-final {
        justify-content: left !important
    }
}

.type-detail .p-to-cart-block .price-standard {
    display: flex;
    order: 2
}

.type-detail .choose-variant.default-variant {
    padding: 4px
}

.type-detail .p-to-cart-block .price-final {
    display: flex;
    order: 3;
    justify-content: center
}

.type-detail .p-to-cart-block .price-save .parameter-dependent {
    background: #000;
    padding: 3px;
    font-weight: 700;
    color: #fff;
    border-radius: 3px;
    font-size: 18px
}

.type-detail .p-to-cart-block .price-save {
    display: flex;
    order: 1;
    BACKGROUND: BLACK;
    width: fit-content;
    border-radius: 3px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    justify-content: center;
    font-size: 18px;
    padding: 0 6px
}

.type-detail .p-to-cart-block .price-final .price-final-holder {
    display: block;
    font-weight: 700 !important;
    font-size: 22px
}

.type-detail .p-to-cart-block .quantity {
    border-color: #fff
}

.type-product .add-to-cart .quantity {
    box-shadow: none !important
}

.type-detail .p-to-cart-block .quantity:hover {
    border-color: #dcdcdc
}

.type-detail .add-to-cart .quantity {
    min-height: 90px;
    display: flex;
    align-items: center
}

.type-detail .p-to-cart-block .quantity input {
    width: 60px;
    font-size: 16px;
    color: #000;
    font-weight: 700
}

.type-detail .p-to-cart-block .quantity .decrease,
.type-detail .p-to-cart-block .quantity .increase {
    width: 45px;
    display: flex;
    height: 100%;
    justify-content: center;
    align-content: center
}

.type-detail .p-to-cart-block .quantity:hover .decrease,
.type-detail .p-to-cart-block .quantity:hover .increase {
    padding: 3px
}

.type-detail .p-to-cart-block .quantity .decrease:before,
.type-detail .p-to-cart-block .quantity .increase:before {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    background-color: #f5f5f5;
    color: #000
}

.type-detail .p-to-cart-block .quantity .decrease:hover:before,
.type-detail .p-to-cart-block .quantity .increase:hover:before {
    background-color: #303030;
    color: #fff
}

.type-detail .p-to-cart-block .add-to-cart-button {
    min-height: 90px;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    background-color: olive;
    border-color: #fff;
    border-radius: 2px;
    letter-spacing: 1px;
    font-size: 20px !important;
    font-style: normal;
    max-width: fit-content;
    min-width: fit-content
}

.type-detail .p-to-cart-block .add-to-cart {
    max-width: 134px;
    display: block !important
}

@media (min-width:680px) and (max-width:1439px) {
    .type-detail .p-to-cart-block .add-to-cart-button {
        margin-top: 10px;
        margin-left: auto
    }
}

.type-detail .p-to-cart-block .add-to-cart-button:hover {
    background-color: #303030;
    border-color: #fff
}

.btn.btn-conversion.add-to-cart-button::after {
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-bottom: 3px;
    background: url(/user/documents/upload/cart-icon-white.png) no-repeat center center;
    background-size: contain;
    margin-left: 15px;
    vertical-align: middle
}

.type-detail .p-detail-inner .odpocet-container {
    width: 100%;
    display: flex;
    margin: 0
}

.type-detail .odpocet-left-content {
    width: 20%;
    text-align: left;
    padding: 0
}

.type-detail .odpocet-right-content {
    width: 80%;
    text-align: right;
    padding: 0
}

.type-detail .dkLabCountdownWrapper.dkLabCountdownAfterBasket {
    margin: 0 0
}

.odpocet-container .dkLabCountdownWrapper.dkLabCountdownModern span.dkLabCountdownPartText {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    font-style: normal
}

.type-detail .dkLabCountdownActionDates {
    display: none !important
}

.type-detail .dkLabCountdownContainer {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    padding-right: 0
}

.type-detail .dkLabCountdownActionText {
    display: flex;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    align-items: center;
    padding-right: 3%
}

.type-detail .dkLabCountdownPartValue {
    border-radius: 3px !important
}

.p-detail-inner .dkLabCountdownWrapper.dkLabCountdownModern span.dkLabCountdownPartValue {
    padding: 2px 10px
}

.odpocet-container .dkLabCountdownWrapper {
    margin-top: 20px !important
}

.social-buttons-wrapper {
    padding: 12px 0
}

.type-detail .p-detail-inner .p-gifts-heading {
    display: none
}

.type-detail .p-gifts-wrapper .nowrap {
    color: #000;
    font-weight: 400;
    display: flex;
    text-transform: capitalize
}

.type-detail .p-gift-name a {
    color: #000;
    font-weight: 700
}

.type-detail .p-gift-name a:hover {
    color: olive
}

.type-detail .p-gift-badge {
    background-color: #e2e283;
    color: #000;
    text-align: center;
    padding: 12px;
    font-size: 14px;
    line-height: 15px;
    font-weight: 700;
    width: fit-content;
    margin-right: 15px;
    border-radius: 3px
}

.type-detail .link-icon.print,
.type-detail .link-icon.share,
.type-detail .twitter {
    display: none !important
}

.type-detail .link-icon.chat {
    color: #fff;
    background: silver;
    padding: 5px 10px;
    border-radius: 3px
}

.type-product .social-buttons>div.close-wrapper {
    display: none
}

.type-product .social-buttons.no-display {
    width: 100%
}

.type-detail .social-buttons {
    padding: 0 !important
}

.type-detail .link-icons .link-icon {
    align-items: center;
    display: flex;
    margin-right: 0
}

.type-detail .link-icon.chat span {
    text-decoration: none !important
}

.type-detail .link-icon.chat {
    font-size: 16px;
    font-weight: 700;
    color: #fff
}

.type-detail .link-icon.chat:hover {
    color: #000
}

.type-product .flag.flag-darcek-zadarmo,
.type-product .flag.flag-doprava-zdarma {
    padding: 5px 10px;
    border-radius: 2px;
    font-size: 12px;
    max-width: 100px
}

.type-product .flag.flag-doprava-zdarma {
    position: absolute;
    top: 0;
    right: 0
}

.type-product .p-image:has(.flag.flag-doprava-zdarma) .flag.flag-darcek-zadarmo {
    position: absolute;
    top: 7%;
    right: 0
}

@media (max-width:768px) {
    .type-product .p-image:has(.flag.flag-doprava-zdarma) .flag.flag-darcek-zadarmo {
        position: absolute;
        top: 15%;
        right: 0
    }
}

.type-product .flag.flag-darcek-zadarmo {
    position: absolute;
    top: 0;
    right: 0
}

.type-detail .availability-label:hover .tooltip {
    opacity: 1
}

@media (min-width:769px) {
    .type-detail .col-sm-12.shp-tabs-row.responsive-nav {
        display: none
    }

    .brand-wrapper {
        padding: 15px 0
    }
}

@media (min-width:768px) {
    .type-product .extended-description {
        padding: 20px;
        background-color: #f3f3f3;
        position: relative;
        margin-top: 40px
    }

    .type-product .extended-description p {
        margin: 0 !important
    }

    .type-product table.detail-parameters {
        margin-top: 10px
    }

    .type-product table.detail-parameters tbody tr th .row-header-label {
        background-color: #fff0
    }

    .row-header-label {
        font-weight: 400 !important
    }

    .type-product .extended-description::before {
        content: "VLASTNOSTI";
        display: block;
        font-size: 1.5em;
        top: -45px;
        left: 0;
        text-align: left;
        position: absolute;
        font-family: Gilroy, sans-serif;
        font-weight: 900;
        color: #000
    }

    .type-product table.detail-parameters tbody tr th {
        padding-left: 5px;
        padding-top: 4px;
        padding-bottom: 4px
    }
}

.row-header-label {
    margin-right: 5px
}

.type-product table.detail-parameters tbody tr td a {
    font-weight: 400;
    text-decoration: none
}

.extended-description tr:nth-child(odd) {
    background-color: #fafafa
}

.type-product table.detail-parameters tbody tr td,
.type-product table.detail-parameters tbody tr th {
    padding-top: 6px;
    padding-bottom: 6px
}

table.detail-parameters tbody tr td {
    padding-left: 0
}

.type-product .products-block>div .p .p-bottom {
    padding: 0
}

.hodnoceni-nadpis {
    margin: 50px 0 40px 0;
    font-size: 28px;
    text-align: center;
    color: #000;
    font-weight: 900;
    text-transform: uppercase
}

.hodnoceni-container {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 40px
}

.hodnoceni-sloupec {
    flex: 1;
    padding: 20px;
    box-shadow: 0 0 20px 5px #f0f0f0;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

.hodnoceni-subnadpis {
    text-align: center !important;
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px !important
}

.prumerne-hodnoceni {
    text-align: center;
    width: auto;
    box-shadow: 0 0 20px 5px #f0f0f0;
    padding: 20px 40px;
    border-radius: 2px;
    margin: 0 auto
}

.hvezdicky {
    color: olive;
    margin-left: 10px;
    font-size: 26px
}

.recenze-item .hvezdicky {
    color: olive;
    margin-left: 0;
    font-size: 20px
}

.hodnoceni-container .stars-label {
    display: block;
    color: olive;
    margin-left: 0;
    font-size: 16px;
    margin-top: 10px;
    font-family: Arial
}

.recenze {
    width: 100%
}

.recenze-item {
    margin-bottom: 15px
}

.recenze-item h3,
.recenze-item p {
    text-align: left
}

.recenze-item h3 {
    margin-bottom: 5px !important
}

.recenze-item.hidden {
    display: none
}

.dalsi-hodnoceni {
    margin-top: 10px;
    padding: 10px 20px;
    background-color: #fff;
    border: 2px solid olive;
    color: olive;
    cursor: pointer;
    font-weight: 800;
    border-radius: 2px;
    align-self: center
}

.dalsi-hodnoceni:hover {
    background-color: olive;
    border-color: olive;
    color: #fff
}

@media (max-width:768px) {
    .hodnoceni-container {
        flex-direction: column;
        gap: 20px
    }
}

.recenze.slick-slider {
    width: 100%
}

.recenze.slick-initialized .slick-slide {
    display: flex !important;
    flex-direction: column
}

.recenze .slick-dots {
    display: flex !important;
    flex-direction: row;
    justify-content: center;
    margin: 20px 0;
    padding: 0;
    list-style: none
}

.recenze .slick-dots li {
    list-style: none;
    margin: 0;
    padding: 0
}

.recenze .slick-dots li button:before {
    content: none
}

.recenze .slick-dots li button {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin: 0 5px !important;
    background-color: #ededed;
    border: none;
    padding: 0;
    line-height: 0;
    font-size: 0;
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
    text-indent: -9999px
}

.recenze .slick-dots li::marker {
    content: none
}

.recenze .slick-dots li.slick-active button {
    background-color: olive
}

/* === Patička a newsletter === */
#footer {
    background-color: #303030;
    padding-top: 50px
}

#footer .footer-bottom {
    background-color: #303030
}

#footer .custom-footer.elements-many>div:nth-child(4n+1) {
    clear: none
}

@media (min-width:768px) {
    #footer .custom-footer {
        padding-top: 150px
    }
}

.custom-footer__banner16 h4 {
    margin-top: 0
}

#footer h4 {
    color: #fff;
    text-transform: uppercase;
    font-family: Gilroy, sans-serif;
    font-weight: 900;
    font-size: 24px
}

.info-section p {
    margin-bottom: 0;
    font-size: 14px;
    color: #aeaeae
}

#footer a {
    font-size: 14px;
    color: #aeaeae
}

#footer a:hover {
    color: #fff !important
}

.odkaz-footer {
    color: #fff
}

.popis-footer {
    font-size: 14px;
    color: #aeaeae
}

#footer .info-section ul li {
    margin-bottom: 20px
}

#footer .social-icons {
    display: flex;
    justify-content: left;
    gap: 2px
}

.custom-footer__banner18 .banner a {
    color: #fff !important;
    font-size: 18px !important
}

#footer .social-icons a {
    display: inline-block;
    width: 70px;
    height: 70px;
    background-color: #4f4f4f;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 2px
}

#footer .social-icons a:hover {
    background-color: olive
}

#footer .social-icons a img {
    max-width: 60%;
    max-height: 60%
}

@media (min-width:1200px) {
    #footer .custom-footer__banner16 {
        width: 25%;
        padding-left: 20px !important;
        padding-right: 50px;
        display: flex;
        justify-content: left
    }

    #footer .custom-footer__banner17 {
        width: 25%;
        padding-left: 0 !important;
        padding-right: 0;
        display: flex;
        justify-content: center
    }

    #footer .custom-footer__banner15 {
        width: 25%;
        padding-left: 0 !important;
        padding-right: 0;
        display: flex;
        justify-content: center
    }

    #footer .custom-footer__banner18 {
        width: 25%;
        padding-left: 60px;
        padding-right: 20px;
        display: flex;
        justify-content: flex-end
    }
}

#formNewsletterWidget>fieldset>div:nth-child(6) {
    display: none
}

.custom-footer__newsletter.col-sm-6.col-lg-3 {
    display: flex;
    width: 100% !important;
    background: olive;
    vertical-align: middle;
    align-items: center;
    padding-bottom: 35px;
    padding-top: 35px
}

.custom-footer__newsletter.col-sm-6.col-lg-3 fieldset {
    display: flex;
    border: 0;
    margin: 0;
    display: flex;
    align-items: center;
    padding: 0
}

.custom-footer__newsletter .btn.btn-default {
    background: #292929;
    color: #fff;
    border-color: #292929;
    height: 66px;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 16px
}

.custom-footer__newsletter .btn.btn-default:hover {
    background: #fff;
    border-color: #fff;
    color: #303030
}

.custom-footer__newsletter .newsletter-header {
    display: flex;
    width: 100% !important;
    align-content: center;
    justify-content: center
}

#formNewsletterWidget>fieldset>div.validator-msg-holder.js-validated-element-wrapper>input {
    width: 550px;
    height: 66px;
    color: #000;
    background: #fff;
    border-color: #8d8d23
}

#formNewsletterWidget .js-validator-msg.msg-error {
    color: #aa0601
}

.custom-footer__newsletter .form-control::placeholder {
    color: #ffff;
    opacity: 1;
    font-size: 14px
}

.custom-footer__newsletter .btn.btn-arrow-right:before {
    display: none
}

.custom-footer__newsletter .sr-only {
    clip: rect(0, 0, 0, 0);
    border: 0;
    height: 1px;
    margin: 0;
    font-size: 14px;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 1px;
    color: #fff;
    width: 100%;
    text-transform: uppercase
}

@media (min-width:1200px) {

    .custom-footer__banner15::after,
    .custom-footer__banner15::before,
    .custom-footer__banner17::after {
        content: '';
        display: block;
        width: 1px;
        height: 30%;
        background-color: #585858;
        position: absolute;
        top: 50%;
        transform: translateY(-50%)
    }

    .custom-footer__banner15::before {
        left: 0
    }

    .custom-footer__banner15::after,
    .custom-footer__banner17::after {
        right: 0
    }
}

.custom-footer__newsletter.col-sm-6.col-lg-3 h4 {
    font-size: 34px;
    color: #fff;
    text-transform: uppercase;
    padding-right: 6%;
    font-family: Gilroy, sans-serif;
    font-weight: 900;
    margin: 0
}

.bullet-icon {
    width: 4px;
    height: 4px;
    margin-right: 10px
}

.custom-list li:hover .bullet-icon {
    content: url('/user/documents/upload/tecka-icon-footer-hover.png')
}

.contact-list li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px
}

.icon {
    width: 22px;
    height: 22px;
    margin-right: 10px;
    flex-shrink: 0
}

.iconemail {
    width: 22px;
    height: 19px;
    margin-top: 3px;
    margin-right: 10px;
    flex-shrink: 0
}

.footer-bottom {
    text-align: center
}

#signature {
    float: none;
    color: #aeaeae
}

.copyright {
    display: none
}

ul.manufacturers h2 {
    font-weight: 400
}

/* === Košík a objednávkový proces === */
#hodnoceniobchodu,
.in-index #hodnoceniobchodu,
.typ-category #hodnoceniobchodu {
    display: none
}

.recapitulation-single>strong>span {
    text-align: right;
    flex: 0 0 100px;
    margin-left: 30px
}

.in-koszyk .header-bottom {
    display: none !important
}

.ordering-process .fvDoplnek {
    border-bottom: none !important
}

.toggle-coupon-input .toggle-coupon-input-button {
    margin-bottom: 20px
}

@media (max-width:991px) {
    .in-koszyk #header .site-name {
        padding: 15px !important;
        padding-left: 10px !important
    }

    .discount-coupon form {
        display: flex;
        flex-direction: column
    }

    .ordering-process .btn.btn-default {
        text-decoration: none !important;
        padding: 30px 0;
        color: olive
    }

    .discount-coupon .btn.btn-arrow-right.btn-text:before {
        display: none
    }
}

ol.cart-header li.active strong:before,
ol.cart-header li.completed a:before {
    background-color: var(--color-secondary);
    border-color: var(--color-secondary);
    color: #fff;
    font-size: 20px;
    font-weight: 600
}

ol.cart-header li a:before,
ol.cart-header li strong:before {
    font-size: 20px;
    font-weight: 600
}

.in-koszyk .show-tooltip.acronym[data-original-title] {
    padding-left: 5px !important
}

.in-koszyk .cart-inner .delivery-time {
    display: flex;
    justify-content: flex-end
}

.order-summary-item {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between
}

.order-summary-item .cart-item-name {
    flex: 60%
}

.order-summary-item .cart-item-amount {
    flex: 20%
}

.order-summary-item .cart-item-price {
    flex: 20%
}

.order-summary-item .cart-item-weight {
    display: block;
    text-align: left !important;
    width: 100% !important;
    padding-top: 10px
}

.order-summary-item>div:not(.price-wrapper):last-child {
    flex: 0 0 100px;
    text-align: left
}

.order-summary-item.helper [data-testid=recapItemTotalPrice] {
    text-align: right !important
}

.in-koszyk .row.summary .col-md-4 {
    text-align: -webkit-right
}

.in-koszyk .delivery-time {
    width: fit-content;
    text-align: end;
    margin-right: 0 !important;
    background-color: #444;
    padding: 10px 15px;
    color: #fff;
    font-weight: 700;
    border-radius: 2px
}

.in-koszyk .delivery-time strong {
    font-weight: 700;
    color: #c9c930
}

@media (max-width:768px) {
    .in-koszyk .delivery-time {
        width: 100%;
        text-align: center;
        justify-content: center !important
    }
}

.in-dakujeme .delivery-date,
.in-zamowienie-platnosci-i-wysylki .delivery-date,
.in-zamowienie-informacje-o-tobie .delivery-date {
    padding: 10px 15px !important;
    text-align: center;
    background-color: #444;
    color: #fff;
    font-weight: 700;
    border-radius: 2px
}

.delivery-date {
    text-align: start;
    font-weight: 700
}

.in-zamowienie-platnosci-i-wysylki .delivery-date,
.in-zamowienie-informacje-o-tobie .delivery-date {
    padding-top: 20px
}

.in-dakujeme .delivery-date {
    max-width: 360px;
    padding: 10px 15px !important;
    text-align: center;
    background-color: olive;
    color: #fff;
    font-weight: 700;
    border-radius: 2px
}

.in-koszyk .ordering-process .btn.btn-default {
    background-color: olive !important;
    color: #fff;
    text-decoration: underline
}

.in-koszyk .ordering-process .btn.btn-default:hover {
    background-color: #444 !important;
    color: #fff;
    text-decoration: underline;
    border-color: #444
}

@media (max-width:991px) {
    .discount-coupon form {
        display: flex;
        flex-direction: column
    }

    .ordering-process .btn.btn-default {
        text-decoration: none !important;
        padding: 30px 0;
        color: olive
    }

    .discount-coupon .btn.btn-arrow-right.btn-text:before {
        display: none
    }
}

.ordering-process .for-free {
    color: olive !important
}

.price-range>div {
    background-color: olive
}

.cart-free-shipping strong {
    color: olive
}

.extra.delivery strong {
    color: olive
}

.weight-summary-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    margin-bottom: 20px;
    box-shadow: 0 0 20px 5px #f0f0f0;
    border-radius: 2px;
    padding: 0 20px 10px 20px !important
}

.weight-summary-left {
    text-align: left
}

.weight-summary-right {
    text-align: right;
    font-size: 18px;
    color: olive
}

.weight-summary-left h4 {
    color: olive;
    margin: 0;
    font-size: 16px;
    text-align: left
}

.weight-summary-left a {
    display: block;
    color: olive;
    margin-top: 5px;
    text-decoration: none
}

.weight-summary-left a:hover {
    text-decoration: underline
}

.tooltip-icon {
    font-family: Gilroy, sans-serif !important;
    font-optical-sizing: auto !important;
    font-style: normal !important;
    border-radius: 50%;
    border-style: solid;
    border-width: 1px;
    display: inline-block;
    font-size: 14px;
    height: 18px;
    line-height: 16px;
    text-align: center;
    vertical-align: baseline;
    width: 18px;
    cursor: help;
    background-color: #fff;
    border-color: var(--color-primary-hover);
    color: inherit;
    font-weight: 400;
    margin-left: 10px
}

@media (max-width:768px) {
    .weight-summary-wrapper {
        flex-direction: column;
        align-items: flex-start;
        box-shadow: 0 0 20px 5px #f0f0f0;
        border-radius: 2px;
        padding: 5px !important
    }

    .weight-summary-right {
        font-size: 18px !important;
        margin-top: 10px;
        font-weight: 700;
        text-align: right
    }

    .tooltip-icon {
        margin-left: 0;
        margin-right: 5px
    }
}

.in-zamowienie-informacje-o-tobie label[for=add-note] {
    display: none !important
}

.in-zamowienie-informacje-o-tobie .box.box-sm.box-bg-default #remark {
    display: none !important
}

#deliveryCountryId {
    box-shadow: 0 0 20px 5px #f0f0f0 !important;
    border-radius: 2px !important;
    border: none
}

.in-koszyk .btn.btn-lg.btn-conversion.next-step-forward,
.in-zamowienie-platnosci-i-wysylki #orderFormButton,
.in-zamowienie-informacje-o-tobie .btn.btn-lg.btn-conversion.next-step-finish {
    width: 100% !important
}

.checkout-box .toggle-contacts:after {
    display: none
}

/* === Mobilní horní lišta a navigace === */
.btn.btn-block.btn-default.toggle-contacts {
    text-decoration: none;
    cursor: default
}

.btn.btn-block.btn-default.toggle-contacts:hover {
    text-decoration: none
}

@media(max-width:768px) {
    .overall-wrapper {
        margin-top: 44px;
        padding-bottom: 0 !important
    }

    .navigation-window-visible #navigation {
        margin-top: 44px
    }
}

.top-header-mobile {
    background: #303030;
    display: flex;
    justify-content: space-between
}

.top-header-inner {
    padding: 10px
}

.top-header-inner a {
    max-width: 100%;
    width: 22px;
    margin-right: 10px
}

.top-header-inner .right {
    margin-right: 3px !important
}

@media (max-width:1200px) {
    .type-product .extended-description {
        margin-top: 70px
    }

    .type-product .extended-description::before {
        top: -50px;
        font-family: Gilroy, sans-serif;
        font-weight: 900;
        color: #000
    }
}

.blog-wrapper .news-item .title {
    margin-top: 0 !important
}

.blog-wrapper .news-item .image,
.blog-wrapper .news-item .image img {
    width: 100%;
    min-height: 120% !important;
    margin-top: -15px;
    object-fit: cover
}

.homepage-blog-wrapper {
    padding-bottom: 25px
}

@media only screen and (max-width:768px) {

    .blog-wrapper .news-item .image,
    .blog-wrapper .news-item .image img {
        min-height: 275px !important
    }
}

@media (max-width:992px) {
    .register-banner-main {
        min-height: 300px;
        margin-top: 50px;
        flex-direction: column;
        padding: 70px 20px
    }

    .register-banner-inner.div1 {
        padding: 20px 10px
    }

    .register-banner-inner.div1 h1 {
        font-size: 30px
    }

    .register-banner-inner {
        width: 100% !important;
        padding: 20px 30px
    }

    .register-banner-main .register-content p {
        font-size: 16px
    }

    .register-banner-main .register-button {
        font-size: 16px
    }

    .register-banner-main .register-content {
        text-align: center;
        padding: 0
    }

    .no-mobile-br {
        display: none
    }

    .welcome-wrapper {
        padding-bottom: 20px;
        padding-top: 0
    }

    .in-index .o-nas-container {
        display: flex;
        width: 100%;
        margin-top: 40px;
        flex-wrap: wrap;
        justify-content: space-between
    }

    .in-index .o-nas-inner1 {
        width: 49.5%
    }

    .in-index .o-nas-inner2 {
        width: 49.5%
    }

    .in-index .o-nas-inner3 {
        width: 100%;
        margin-left: 0;
        padding: 10px 0
    }

    .in-index .o-nas-title-image img {
        max-width: 50px;
        margin-top: 15px
    }

    .in-index .o-nas-button {
        margin-top: 10px;
        text-align: center
    }

    in-index .onas-obsah p {
        margin-bottom: 20px !important;
        font-size: 16px
    }

    .in-index .o-nas-title {
        margin-bottom: 20px
    }

    .in-index .homepage-blog-wrapper .news-item {
        flex-basis: 100%;
        width: 100%
    }

    .in-index .homepage-blog-wrapper .news-item a {
        align-items: center
    }

    .news-item .text {
        width: 50%
    }

    .blog-wrapper .news-item {
        margin-bottom: 0
    }

    .custom-footer__newsletter .newsletter-header {
        align-content: center;
        justify-content: center;
        flex-direction: column
    }

    #formNewsletterWidget {
        display: flex;
        max-width: 100%;
        flex-direction: column
    }

    .validator-msg-holder.js-validated-element-wrapper {
        display: flex;
        flex-direction: column;
        width: 100%
    }

    .custom-footer__newsletter.col-sm-6.col-lg-3 fieldset {
        display: flex;
        width: 100%;
        max-width: 100%;
        flex-direction: column
    }

    #formNewsletterWidget>fieldset>div.validator-msg-holder.js-validated-element-wrapper>input {
        width: 100%;
        text-align: center
    }

    .custom-footer__newsletter .btn.btn-default {
        width: 100%;
        position: relative
    }

    .custom-footer__newsletter.col-sm-6.col-lg-3 h4 {
        text-align: center;
        margin-bottom: 20px
    }
}

.advanced-order .extras-wrap .extra {
    text-align: center
}

.advanced-order .ao-image img {
    object-fit: contain !important
}

.cart-widget-product-image a,
.cart-widget-product-image img {
    margin-right: 10px;
    display: block;
    object-fit: contain
}

.top-bar-sleva {
    background-color: olive;
    opacity: 1;
    position: relative;
    z-index: 10;
    top: 0;
    left: 0;
    max-width: -webkit-fill-available;
    color: #fff;
    font-weight: 700;
    text-align: center;
    padding: 5px
}

.top-bar-sleva a {
    color: #fff
}

.top-bar-sleva p {
    margin-bottom: 0
}

@media (max-width:776px) {
    #header .navigation-buttons a[data-target=cart]:before {
        content: '';
        display: inline-block;
        width: 24px;
        height: 24px;
        background-image: url('/user/documents/upload/Groupkosik.png');
        background-size: contain;
        background-repeat: no-repeat;
        margin-top: 0
    }

    #header .navigation-buttons a[data-target=cart] i {
        left: 25px;
        bottom: 27px
    }

    .cart-widget-inner.popup-widget-inner .cart-widget-products {
        margin-top: 50px
    }

    .navigation-buttons {
        padding-right: 8px
    }

    .container.navigation-wrapper .site-name {
        flex: 0 1 170px
    }

    .in-zamowienie-platnosci-i-wysylki #header .site-name,
    .in-zamowienie-informacje-o-tobie #header .site-name,
    .in-krok-3 #header .site-name {
        padding-left: 10px
    }

    .in-zamowienie-platnosci-i-wysylki .container.navigation-wrapper .site-name,
    .in-zamowienie-informacje-o-tobie .container.navigation-wrapper .site-name,
    .in-krok-3 .container.navigation-wrapper .site-name {
        flex: 0 1 150px
    }

    .navigation-in {
        background-color: #303030
    }

    .submenu-arrow:after {
        color: #fff
    }

    #navigation .menu-level-1>li>a {
        color: #fff;
        text-transform: uppercase
    }

    .navigation-in ul.menu-level-2 li a {
        padding-left: 30px;
        color: #fff
    }

    .navigationActions li a span {
        color: #fff !important
    }

    .shp-flag {
        margin-left: 10px
    }

    .navigationActions__submenu__item--active:before {
        background-color: #fff
    }

    #header .searchWhisperer {
        max-height: calc(90vh - 100px) !important
    }

    .search fieldset {
        border: 0;
        margin: 0;
        padding: 0;
        width: 100%;
        background: #f1f1f1 !important
    }

    .search-form {
        background-color: #fff;
        padding: 10px 15px
    }

    .search-window-visible #header .search-input {
        background-color: #f1f1f1;
        border-color: transparent;
        color: #1a1937;
        height: 40px
    }

    .search-input {
        border-radius: 2px;
        padding: 5px 10px;
        font-size: 14px;
        color: #555
    }

    .search-input-icon {
        display: none
    }

    .btn.btn-icon {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%
    }

    .btn.btn-icon img {
        width: 24px;
        height: 24px;
        margin-bottom: 0
    }

    .navigation-in {
        height: calc(100% - 60px)
    }
}

@media (max-width:768px) {
    .content-wrapper {
        padding-top: 0
    }

    .overall-wrapper {
        padding-bottom: 0 !important
    }

    .sleva-banner .dkLabCountdownContainer {
        flex-direction: column
    }

    .in-index .sleva-inner-banner {
        margin: 0 !important
    }

    .in-index .sleva-banner {
        margin: 0 auto
    }

    .dkLabCountdownWrapper.dkLabCountdownText {
        padding: 18px
    }

    .sleva-banner .dkLabCountdownActionText {
        font-size: 16px;
        font-weight: 400;
        line-height: 30px
    }

    .in-index .carousel-inner>.item a img {
        border-radius: 0 0 3px 3px
    }

    .extended-banner-title {
        text-align: left;
        font-size: 34px;
        line-height: 38px
    }

    .extended-banner-text {
        display: none;
        justify-content: flex-start
    }

    .carousel .extended-banner-link {
        text-align: left
    }

    .extended-banner-texts {
        top: 20%;
        margin: 0;
        margin-left: 20px;
        max-height: 280px
    }

    .carousel .extended-banner-link {
        padding: 0;
        margin-top: 0
    }

    .benefitBanner__picture {
        align-items: center;
        display: flex;
        flex: 0 0 60px;
        margin-right: 10px;
        max-width: 60px;
        justify-content: center
    }

    .homepage-group-title {
        margin-bottom: 20px;
        margin-top: 26px;
        text-align: center
    }

    .product-slider-holder {
        padding-bottom: 20px
    }

    .product-slider-holder .product-slider-navigation.navigation-next:before,
    .product-slider-holder .product-slider-navigation.navigation-prev:before {
        color: #000;
        border-radius: 3px;
        border: 0 solid #000
    }

    .product-slider-holder .product-slider-navigation:before {
        font-size: 28px
    }

    .product .dkLabCountdownWrapper {
        bottom: 5px !important;
        right: 20px !important
    }

    .product .dkLabCountdownActionText {
        text-transform: uppercase;
        font-size: 13px;
        margin-bottom: 4px
    }

    .product .dkLabCountdownPartValue {
        font-size: 18px
    }

    .product .dkLabCountdownWrapper.dkLabCountdownModern span.dkLabCountdownPartText {
        text-transform: uppercase;
        font-weight: 700;
        margin-top: 4px;
        font-size: 13px
    }

    .products-block>div .p .p-bottom>div .prices .price-final {
        font-size: 26px
    }

    .products-block>div .p .p-bottom>div .prices .price-standard {
        font-size: 18px
    }

    .product .stars span:before {
        font-size: 18px
    }

    .product .stars span {
        width: 18px;
        margin-right: 5px;
        margin-left: 0
    }

    .kolekce-top-container {
        width: 100%;
        flex-direction: column
    }

    .kolekce-top-image-card {
        max-width: 100%;
        width: 100%;
        flex: 100%;
        padding-bottom: 18px
    }

    .kolekce-top-image-card img {
        width: 100%;
        transition: none
    }

    .kolekce-top-image-card:hover img {
        transform: none
    }

    .kolekce-top-text-overlay {
        bottom: 15%;
        left: 8%;
        transition: transform .4s ease
    }

    .kolekce-top-text-overlay a {
        font-size: 20px;
        font-weight: 900
    }

    .kolekce-top-text-overlay h2 {
        font-size: 48px;
        color: #fff;
        font-weight: 900;
        margin-bottom: 90px
    }

    .kolekce-top-text-overlay {
        position: absolute;
        bottom: 20%;
        left: 20px;
        transition: transform .4s ease
    }

    .footer-banners {
        margin-top: 20px
    }

    .kolekce-mid-container {
        flex-direction: column
    }

    .kolekce-mid-image-card {
        width: 100%;
        flex: 100%;
        margin-bottom: 20px
    }

    .kolekce-mid-image-card.img1 {
        margin-right: 0 !important
    }

    .kolekce-mid-image-card.img2 {
        margin-left: 0 !important
    }

    .kolekce-mid-text-overlay {
        left: 20px
    }

    .kolekce-mid-text-overlay h2 {
        font-size: 48px;
        font-weight: 800;
        margin-bottom: 25%
    }

    .kolekce-mid-text-overlay a {
        font-size: 22px;
        color: #fff;
        font-weight: 900
    }

    .in-index .homepage-blog-wrapper .news-item a {
        align-items: flex-start;
        align-content: flex-start
    }

    #content .btn.unveil-button {
        padding: 10px 5px
    }

    .type-category .pagination-wrapper {
        max-width: 1250px;
        margin: 0 auto;
        margin-bottom: 50px !important;
        display: flex;
        flex-direction: column;
        align-content: center;
        align-items: center
    }

    .pagination-wrapper .pagination {
        text-align: center;
        display: flex;
        width: 50%;
        justify-content: center;
        padding-right: 0
    }

    .pagination-wrapper .pagination-loader {
        margin: 0 !important;
        margin-bottom: 15px !important
    }

    .pagination-loader {
        min-width: 70% !important;
        text-align: center
    }

    .pagination-top {
        display: none
    }

    #footer .banner {
        margin-bottom: 10px
    }

    .custom-footer__banner28.col-sm-6.col-lg-3 {
        padding-bottom: 0 !important
    }

    #signature {
        margin-left: 0
    }

    #footer .footer-bottom {
        background-color: #393939
    }

    .breadcrumbs {
        margin: 10px 0 !important
    }

    .brand-wrapper {
        margin: 15px 0
    }

    #content .p-detail-inner .p-data-wrapper .h1 {
        margin: 20px 0
    }

    .type-detail .p-detail-inner-header h1 {
        margin-top: 20px !important;
        padding: 0 !important;
        font-family: Gilroy, sans-serif;
        font-weight: 900
    }

    .type-detail .c-product-interconnection-detail-params__products.is-type--numbers.is-display--box span[class^=item-type] {
        border-radius: 3px !important
    }

    .type-detail #variants-section {
        margin: 0 !important
    }

    .type-detail .delivery-section {
        width: 70%;
        border-radius: 2px;
        margin-top: 15px
    }

    .type-detail .p-to-cart-block {
        display: flex;
        flex-wrap: wrap;
        gap: 0;
        box-shadow: none;
        padding: 0
    }

    .type-detail .btn.btn-conversion.add-to-cart-button::after {
        margin-bottom: 0;
        margin-left: 0
    }

    .type-detail .p-to-cart-block .add-to-cart-button {
        height: 76px;
        font-size: 0px
    }

    .type-detail .p-to-cart-block .add-to-cart {
        float: none;
        margin: 0
    }

    #variants-section.slick-initialized .slick-slide {
        display: flex !important;
        min-height: 140px !important;
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-between
    }

    #variants-section .slick-dots {
        display: flex !important;
        flex-direction: row;
        justify-content: center;
        padding: 0;
        margin: 20px 0;
        list-style: none
    }

    #variants-section.slick-dots li {
        list-style: none;
        margin: 0;
        padding: 0
    }

    #variants-section .slick-dots li::marker {
        content: none;
        list-style: none;
        -webkit-appearance: none;
        appearance: none
    }

    #variants-section .slick-dots li button:before {
        content: none
    }

    #variants-section .slick-dots li button {
        display: inline-block;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        margin: 0 5px !important;
        background-color: #ededed;
        border: none;
        padding: 0;
        line-height: 0;
        font-size: 0;
        -webkit-appearance: none;
        appearance: none;
        cursor: pointer;
        text-indent: -9999px
    }

    #variants-section .slick-dots li.slick-active button {
        background-color: olive
    }

    .code-gift {
        padding-right: 0;
        z-index: 1
    }

    .type-detail .p-to-cart-block .price-save {
        display: flex;
        order: 1;
        BACKGROUND: BLACK;
        border-radius: 3px;
        color: #fff;
        font-weight: 700;
        text-align: center;
        justify-content: center
    }

    .type-detail .odpocet-container {
        margin: 20px 0;
        padding: 10px;
        box-shadow: 0 0 20px 5px #f0f0f0;
        flex-direction: column
    }

    .type-detail .odpocet-right-content {
        width: 100%;
        text-align: center;
        padding: 0
    }

    .type-detail .dkLabCountdownContainer {
        display: flex;
        flex-direction: row;
        justify-content: center;
        padding-right: 0;
        width: 100%
    }

    .dkLabCountdownPartValue {
        margin-bottom: 5px !important;
        padding: 5px !important
    }

    .dkLabCountdownWrapper.dkLabCountdownModern {
        line-height: 1.1;
        font-size: 18px
    }

    .p-detail-inner .dkLabCountdownPartText {
        font-size: 12px !important;
        text-transform: uppercase;
        font-weight: 900
    }

    .type-detail .dkLabCountdownActionText {
        display: flex;
        font-size: 16px;
        padding-right: 20px
    }

    .p-gifts-wrapper {
        padding: 0 !important
    }

    #accordion-content .shp-accordion .shp-accordion-link {
        display: none
    }

    .basic-description {
        padding-bottom: 20px
    }

    #accordion-content .shp-accordion {
        padding-top: 0
    }

    .type-product .extended-description {
        margin-top: 70px
    }

    .type-product .extended-description::before {
        content: "VLASTNOSTI";
        display: block;
        font-size: 28px;
        top: -60px;
        left: 0;
        color: #000;
        text-align: left;
        position: absolute;
        font-family: Gilroy, sans-serif;
        font-weight: 900
    }

    .type-product .extended-description {
        padding: 20px 20px 30px 20px;
        background-color: #f3f3f3;
        position: relative
    }

    .type-product .extended-description P {
        margin: 0 !important
    }

    .type-product table.detail-parameters {
        margin-top: 10px
    }

    .type-product table.detail-parameters tbody tr th .row-header-label {
        background-color: #fff0
    }

    .type-product table.detail-parameters tbody tr th {
        padding-left: 5px;
        padding-top: 4px;
        padding-bottom: 4px
    }

    .row-header-label {
        font-weight: 700
    }

    .type-detail .p-to-cart-block {
        padding: 0 !important
    }

    .type-detail .p-to-cart-block {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between
    }

    .type-detail .p-to-cart-block .add-to-cart-button {
        min-width: -webkit-fill-available;
        float: left;
        margin-top: 10px !important;
        background-color: olive !important
    }

    .type-detail .p-to-cart-block .p-final-price-wrapper {
        width: 45% !important
    }

    .one-column-body table.detail-parameters tbody tr th {
        min-width: auto !important
    }

    .type-detail .p-to-cart-block .add-to-cart {
        min-width: 134px
    }

    .type-detail .p-to-cart-block .price-final {
        justify-content: start
    }

    .add-to-cart {
        width: 40% !important
    }

    .btn.btn-conversion.add-to-cart-button::after {
        width: 40px !important;
        height: 40px !important;
        margin-right: 10px !important
    }

    .odpocet-container {
        width: 100%;
        display: flex;
        margin-top: 20px !important
    }

    .odpocet-container .dkLabCountdownWrapper {
        margin-top: 10px !important
    }
}

@media (max-width:380px) {
    .btn.btn-conversion.add-to-cart-button::after {
        width: 35px !important;
        height: 35px !important
    }
}

/* === Výběr variant a propojky produktů === */
#variants-section {
    margin-top: 10px;
    display: flow-root;
    margin-bottom: 20px
}

.variant-button {
    display: grid;
    max-width: 135px;
    width: -webkit-fill-available;
    border: none;
    margin: 5px 5px 0 0;
    text-align: left;
    float: left;
    min-height: 124px;
    max-height: 124px;
    padding: 10px;
    border-radius: 2px;
    background-color: #efefef
}

.variant-button .variant-size {
    line-height: 1.2
}

.variant-list {
    padding-bottom: 0
}

.variant-button .variant-size {
    font-size: 16px;
    font-weight: 700;
    color: #000
}

.variant-button .variant-stock {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2
}

.variant-button .variant-price {
    font-size: 16px;
    color: #000;
    font-weight: 700
}

.variant-standard-price {
    font-weight: 500;
    text-decoration: line-through;
    color: #797979;
    margin-bottom: -5px
}

.variant-button.selected {
    background-color: #dcdcb4
}

.variant-button .variant-final-price {
    font-size: 16px;
    font-weight: 700;
    color: #000
}

.c-product-interconnection-detail-params {
    display: flex
}

.c-product-interconnection-detail-params__products span[class^=item-type] {
    border: none;
    border-radius: 0
}

.c-product-interconnection-detail-params.is-template--Disco {
    flex-direction: row;
    align-items: center;
    margin: 1.2rem 0
}

.c-product-interconnection-detail-params__products.is-type--numbers.is-display--box span {
    box-shadow: none;
    min-width: 75px;
    max-height: 30px;
    line-height: 30px;
    background-color: #ebebeb !important;
    border-radius: 0 !important
}

.c-product-interconnection-detail-params__products a.is-current .item-type-numbers {
    background-color: #eaea88 !important
}

.c-product-interconnection-detail-params.is-template--Disco .c-product-interconnection-detail-params__type {
    min-width: auto;
    color: #1a1937;
    font-weight: 700;
    text-align: left;
    text-transform: none;
    display: inline-grid;
    margin-right: 20px;
    min-width: fit-content
}

#simple-variants,
.delivery-time .choose-variant.default-variant,
.variant-label {
    display: none !important
}

.p-final-price-wrapper .price-save>span.empty,
.p-final-price-wrapper .price-standard>span.empty {
    display: none
}

#product-detail-form table.detail-parameters tbody {
    display: inline-block
}

.type-product .extended-description table.detail-parameters {
    display: block
}

.detail-parameters {
    display: flex;
    justify-content: space-between
}

.delivery-time {
    display: none
}

.delivery-section {
    background-color: #444;
    display: flex;
    padding: 5px 10px;
    color: #fff;
    font-weight: 700;
    line-height: 1.2;
    margin-top: auto;
    margin-bottom: auto;
    border-radius: 2px;
    width: fit-content
}

.delivery-section img {
    margin-right: 10px;
    width: 32px;
    height: 32px;
    margin-top: auto;
    margin-bottom: auto
}

.delivery-section p {
    margin-bottom: 0 !important
}

.delivery-section span {
    color: #c9c930
}

.hodnoceni-sloupec {
    position: relative
}

@media (min-width:992px) {

    .type-category .category-header #products-listing-order,
    .type-category .category-header-pagination {
        display: none
    }

    .type-category .category-header {
        justify-content: flex-start;
        margin-top: 25px
    }

    .type-category .category-header .dropdown .dropdown-menu {
        display: flex;
        box-shadow: none;
        border: none;
        justify-content: center;
        position: relative;
        z-index: 2
    }

    .type-category .dropdown-menu {
        background: #fff0;
        border-color: #fff0
    }
}

.type-category #filters {
    display: block !important
}

.type-category .filters-unveil-button-wrapper {
    display: none
}

.type-category .slider-wrapper {
    display: none
}

.type-category .filter-total-count {
    display: none
}

#filters .filter-label .filter-count {
    border: 1px solid #dadada;
    height: 24px;
    width: 24px
}

.filter-count {
    display: none !important
}

#filters .filter-label.disabled {
    font-weight: 400 !important
}

#filters .filter-section label.active {
    font-weight: 700 !important
}

#filters input[type=checkbox]:checked+label:after {
    background-color: olive
}

#filters input[type=checkbox]:checked+label:before {
    border-color: olive;
    background-color: olive
}

.type-category .filter-section.filter-section-boolean {
    padding: 10px 20px;
    margin-bottom: 20px;
    box-shadow: 0 0 20px 5px #f0f0f0
}

.filter-section-boolean .param-filter-top {
    display: flex
}

.filter-section-boolean .param-filter-top form,
.filter-section-boolean .param-filter-top form fieldset {
    display: flex;
    width: 100%;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap !important
}

#content .filter-section fieldset div label {
    padding-bottom: 0;
    padding-top: 7PX;
    padding-bottom: 7PX
}

#filters>div.filter-sections>div.filter-section.filter-section-boolean>div>form>fieldset>div {
    font-weight: 700;
    font-size: 15px;
    width: 20%
}

#filters>div.filter-sections>div.filter-section.filter-section-boolean>div>form:first-child>fieldset>div {
    width: 100%
}

#filters>div.filter-sections>div.filter-section.filter-section-boolean>div>form:first-child {
    width: 20% !important
}

.content #category-filter-hover {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    box-shadow: 0 0 20px 5px #f0f0f0;
    flex-wrap: wrap
}

#category-filter-hover h4 {
    font-size: 16px
}

#category-filter-hover .filter-section {
    width: 20%;
    padding: 20px;
    border: none
}

#category-filter-hover #manufacturer-filter {
    border: none
}

#category-filter-hover .filter-section form fieldset div {
    width: 100% !important
}

#category-filter-hover .filter-section label {
    font-weight: 400;
    font-size: 14px;
    padding: 1px 1px 0 30px
}

.filter-section-parametric-id-481 .dropdown-content:has(.advanced-filters-wrapper)>div:not(.advanced-filters-wrapper) {
    display: none
}

/* === Desktopové filtry kategorií === */
.advanced-filters-wrapper>div .advanced-parameter {
    padding: 1px !important
}

#category-filter-hover input[type=checkbox]+label {
    margin-right: 0
}

#category-filter-hover .dropdown {
    position: relative;
    display: inline-block;
    width: 100%
}

.filter-section .dropdown-toggle {
    background-color: #f9f9f9;
    padding: 5px 10px;
    border: 1px solid #d5d5d5;
    color: #fbfbfb;
    cursor: pointer;
    border: 1px solid #ccc;
    border-radius: 2px
}

.filter-section .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 100%;
    border: 1px solid #ccc;
    z-index: 999;
    padding: 10px;
    box-sizing: border-box;
    max-height: 300px;
    overflow-y: auto;
    border-top: none;
    border-radius: 0 0 2px 2px
}

.filter-section .dropdown-label {
    color: #333;
    font-size: 14px
}

.filter-section .dropdown-toggle:hover {
    border: 1px solid #555 !important
}

.filter-section .dropdown-content label:hover {
    background-color: #f1f1f1;
    border-radius: 2px
}

.filter-section .dropdown-toggle:after {
    content: "\e90e";
    float: right;
    margin-left: 0;
    margin-top: 6px;
    font-family: shoptet !important;
    line-height: 1;
    color: #000
}

.filter-section .dropdown:has(.dropdown-content .filter-label.active) .dropdown-toggle {
    border-color: #999959;
    background-color: #999959;
    font-weight: 700
}

.filter-section .dropdown:has(.dropdown-content .filter-label.active) .dropdown-toggle span {
    color: #fff
}

.filter-section .dropdown:has(.dropdown-content .filter-label.active) .dropdown-toggle:after {
    color: #fff
}

#category-filter-hover .filter-section-count {
    display: flex;
    flex: auto;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    padding: 0
}

#category-filter-hover #clear-filters {
    margin: 0 15px 0 0 !important;
    padding: 0 !important
}

#category-filter-hover #clear-filters .close-after {
    padding: 10px 15px;
    border: 1px solid #555;
    border-radius: 2px;
    background-color: #555
}

#category-filter-hover #clear-filters .close-after:hover {
    border-color: #999959;
    background-color: #999959
}

#category-filter-hover #clear-filters a {
    color: #fff;
    font-size: 14px;
    font-weight: 700
}

#category-filter-hover .close-after:after {
    content: "\e912";
    font-size: 10px;
    margin-left: 3ex;
    font-weight: 700;
    vertical-align: initial
}

@media (max-width:1440px) {
    #category-filter-hover .filter-section {
        width: 25%
    }

    #filters>div.filter-sections>div.filter-section.filter-section-boolean>div>form>fieldset>div {
        width: 25%
    }

    #filters>div.filter-sections>div.filter-section.filter-section-boolean>div>form:first-child {
        width: 25% !important
    }
}

@media (max-width:992px) {
    #category-filter-hover .filter-section {
        width: 33%
    }

    .filter-section-boolean .param-filter-top {
        display: flex;
        flex-direction: column
    }

    #filters>div.filter-sections>div.filter-section.filter-section-boolean>div>form>fieldset>div {
        width: 33%
    }

    #filters>div.filter-sections>div.filter-section.filter-section-boolean>div>form:first-child {
        width: 33% !important
    }

    .type-category .filter-section.filter-section-boolean {
        padding: 10px;
        margin-bottom: 15px
    }

    .category-header-pagination {
        display: none
    }

    .type-category .category-header {
        justify-content: center;
        margin-top: 25px
    }

    .category-header #products-listing-order {
        border-color: #ff000000;
        background-color: #fff;
        box-shadow: 0 0 20px 5px #f0f0f0;
        color: #000 !important
    }

    .products-listing-order-heading {
        font-weight: 500;
        font-family: "Open Sans", sans-serif;
        color: #000 !important
    }

    .btn.btn-xs.btn-plain {
        font-weight: 600;
        font-family: "Open Sans", sans-serif;
        color: #000 !important
    }

    #category-header .dropdown-menu {
        border-color: #fff;
        width: 100%
    }
}

@media (max-width:768px) {
    #category-filter-hover .filter-section {
        width: 50%;
        padding: 10px 5px
    }

    .content #category-filter-hover {
        padding: 10px 5px
    }

    .filter-section-boolean .param-filter-top {
        display: flex;
        flex-direction: column
    }

    #category-filter-hover .filter-section-count {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 0 !important;
        width: 100%
    }

    .filter-sections {
        padding-left: 0;
        padding-right: 0
    }

    #category-filter-hover #clear-filters {
        margin: 25px 0 15px 0 !important;
        padding: 0 !important
    }

    #filters>div.filter-sections>div.filter-section.filter-section-boolean>div>form>fieldset>div {
        width: 50%
    }

    #filters>div.filter-sections>div.filter-section.filter-section-boolean>div>form:first-child {
        width: 50% !important
    }

    .mobile .category-header #products-listing-order {
        border-color: #ff000000;
        background-color: #fff;
        box-shadow: 0 0 20px 5px #f0f0f0;
        color: #000 !important;
        font-weight: 400
    }

    #category-header .dropdown-menu {
        border-color: #fff
    }
}

.p-data-wrapper .products-alternative .p-in,
.p-data-wrapper .products-alternative .stars-wrapper,
.p-data-wrapper .products-alternative .widget-parameter-wrapper {
    display: none !important
}

.p-data-wrapper .product-slider-holder.has-navigation {
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
    padding-bottom: 15px
}

/* === Obdobné produkty a minikarty === */
.obdobne-produkty-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 5px;
    margin-top: 20px;
    align-items: center;
    margin-bottom: 20px
}

.obdobny-produkt .selected-color {
    border: 5px solid #e2e283 !important
}

.obdobny-produkt {
    width: 100%;
    text-align: center
}

.obdobny-produkt-image {
    border: none !important;
    box-shadow: none !important;
    position: absolute;
    right: 0;
    margin-right: 0;
    max-height: 40px !important;
    max-width: -webkit-fill-available;
    margin: 8px auto !important
}

@media (max-width:768px) {
    .obdobne-produkty-grid {
        grid-template-columns: repeat(4, 1fr)
    }
}

.product .dkLabCountdownWrapper {
    bottom: 5px !important;
    right: 20px !important
}

@media (max-width:380px) {
    .container.navigation-wrapper .site-name {
        flex: 0 1 150px
    }
}

.in-dakujeme .delivery-date {
    margin-top: 2rem
}

.in-dakujeme .recapitulation-wrapper .cart-table .p-total,
.in-dakujeme .recapitulation-wrapper .p-price {
    display: none
}

.in-dakujeme .product-info-container {
    display: none !important
}

.in-zamowienie-informacje-o-tobie .order-summary-item[data-testid=recapCartItem]:has(.cart-item-name > strong[data-testid=recapDeliveryMethod]),
.in-zamowienie-informacje-o-tobie .order-summary-item[data-testid=recapCartItem]:has(.cart-item-name > strong[data-testid=recapPaymentMethod]) {
    display: flex
}

.in-zamowienie-informacje-o-tobie .order-summary-item[data-testid=recapCartItem]:has(.cart-item-name > strong[data-testid=recapDeliveryMethod]) .cart-item-amount,
.in-zamowienie-informacje-o-tobie .order-summary-item[data-testid=recapCartItem]:has(.cart-item-name > strong[data-testid=recapPaymentMethod]) .cart-item-amount {
    display: none
}

.in-zamowienie-informacje-o-tobie .order-summary-item[data-testid=recapCartItem]:has(.cart-item-name > strong[data-testid=recapDeliveryMethod]) .cart-item-price,
.in-zamowienie-informacje-o-tobie .order-summary-item[data-testid=recapCartItem]:has(.cart-item-name > strong[data-testid=recapPaymentMethod]) .cart-item-price {
    text-align: right
}