/* iKulecnik Apollo custom master v1 - 2026-07-17 */

/* SOURCE: ikulecnik-apollo-v1.css */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');

:root {
    --ik-blue: #052877;
    --ik-blue-hover: #0a47a8;
    --ik-blue-soft: #eef4ff;
    --ik-border: #dbe5f4;
    --ik-surface: #ffffff;
    --ik-bg: #f5f7fb;
    --ik-text: #101828;
    --ik-muted: #667085;
    --ik-green: #2f855a;
    --ik-green-soft: #effaf3;
    --ik-radius: 18px;
    --ik-shadow: 0 12px 32px rgba(5, 40, 119, 0.08);
}

html,
body,
button,
input,
select,
textarea {
    font-family: 'Inter', Arial, sans-serif !important;
}

body {
    color: var(--ik-text);
    background: var(--ik-bg);
}

/* HornĂ­ kontaktnĂ­ liĹˇta a hlaviÄŤka */
.top-navigation-bar {
    background: #f7f9fc !important;
    border-bottom: 1px solid #e9edf5 !important;
    color: #111827 !important;
}

.top-navigation-bar .msg-part .text,
.top-navigation-bar a,
.top-navigation-bar button {
    color: #111827 !important;
}

#header {
    background: var(--ik-surface);
}

#header .search-form,
#header .search-form input {
    border-radius: 12px;
}

#header .search-form button,
#header .search-form .btn {
    color: var(--ik-blue) !important;
}

#header .navigation-buttons .cart-count:before,
#header .navigation-buttons .cart-count {
    background-color: var(--ik-blue) !important;
}

#header .navigation-buttons .btn .cart-price {
    color: var(--ik-blue) !important;
}

/* JednotnĂ© hornĂ­ menu */
#header #navigation {
    width: 100% !important;
    max-width: none !important;
    background: var(--ik-blue) !important;
}

#header #navigation .navigation-in {
    max-width: 1440px;
    margin: 0 auto;
}

#header #navigation .navigation-in,
#header #navigation .nav-submenu-box,
#header #navigation .top-navigation-menu,
#header #navigation .top-navigation-bar-menu,
#header #navigation .top-navigation-bar-menu > li,
#header #navigation .top-navigation-bar-menu > li > a {
    min-height: 52px;
}

#header #navigation .categories-btn {
    height: 52px !important;
    background: var(--ik-blue) !important;
    color: #fff !important;
    border-right: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 0 !important;
}

#header #navigation .top-navigation-menu {
    height: 52px !important;
}

#header #navigation .top-navigation-bar-menu {
    height: 52px !important;
    flex-wrap: nowrap !important;
    align-items: stretch;
}

#header #navigation .top-navigation-bar-menu > li > a {
    display: flex;
    align-items: center;
    padding: 0 5px !important;
    color: #fff !important;
    font-size: clamp(10px, 0.84vw, 12px) !important;
    font-weight: 700 !important;
    line-height: 1.15;
    white-space: nowrap;
    border: 0 !important;
}

#header #navigation .top-navigation-bar-menu > li > a:hover,
#header #navigation .top-navigation-bar-menu > li.active > a {
    background: rgba(255, 255, 255, 0.13) !important;
}

/* TitulnĂ­ slider a pravĂ© bannery */
.type-index .banners-row {
    align-items: flex-start;
}

.type-index #carousel,
.type-index #carousel .item,
.type-index #carousel img {
    border-radius: var(--ik-radius) !important;
}

.type-index #carousel {
    box-shadow: var(--ik-shadow);
}

.type-index .banners-row > .col-sm-4 {
    min-height: 370px;
}

.type-index .banners-row > .col-sm-4 .next-to-carousel-banners {
    display: flex !important;
    flex-direction: column;
    gap: 16px;
    width: 100% !important;
    height: 370px !important;
    margin: 0 !important;
    padding: 0 !important;
}

.type-index .banners-row > .col-sm-4 .next-to-carousel-banners .banner-wrapper {
    width: 100% !important;
    height: 177px !important;
    margin: 0 !important;
    border: 1px solid var(--ik-border);
    border-radius: var(--ik-radius) !important;
    box-shadow: var(--ik-shadow);
}

.type-index .banners-row > .col-sm-4 .next-to-carousel-banners .banner-wrapper:before {
    background: var(--ik-blue) !important;
}

.type-index .next-to-carousel-banners .extended-banner-link {
    background: var(--ik-blue) !important;
    border-radius: 10px !important;
}

.type-index .next-to-carousel-banners .extended-banner-link:hover {
    background: var(--ik-blue-hover) !important;
}

/* Benefity */
.benefits-banners-line .banner-wrapper,
.detail-benefits .banner-wrapper,
.benefitBanner .benefitBanner__item {
    background: var(--ik-blue-soft) !important;
    border: 1px solid var(--ik-border);
    border-radius: 16px !important;
    box-shadow: 0 8px 22px rgba(5, 40, 119, 0.06);
}

/* Kategorie a produktovĂ© karty */
.type-category .subcategories li a {
    background: #fff !important;
    border: 1px solid var(--ik-border) !important;
    border-radius: 16px !important;
    box-shadow: 0 8px 24px rgba(5, 40, 119, 0.07) !important;
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.type-category .subcategories li a:hover {
    border-color: var(--ik-blue) !important;
    box-shadow: 0 12px 30px rgba(5, 40, 119, 0.12) !important;
    transform: translateY(-2px);
}

.type-category .subcategories li a:hover .text {
    color: var(--ik-blue) !important;
}

.products-block.products .product .p,
.products-inline.products.products-top .product .p {
    overflow: hidden;
    background: #fff !important;
    border: 1px solid #e6ebf3 !important;
    border-radius: var(--ik-radius) !important;
    box-shadow: var(--ik-shadow) !important;
}

.products-block.products .product .p .name {
    min-height: 44px;
    margin: 14px auto 8px !important;
    color: #111 !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 1.3;
    text-align: center;
    transition: color .2s ease;
}

.products-block.products .product .p .name:hover {
    color: var(--ik-blue) !important;
}

.products-block.products .product .prices {
    margin: 8px 0 !important;
    padding: 11px 8px !important;
    background: #f7f7f7;
    border: 1px solid var(--ik-border);
    border-radius: 12px;
    text-align: center !important;
}

.products-block.products .product .price-final,
.products-block.products .product .price-final strong,
.products .product .prices .price-final strong {
    color: #111 !important;
    text-align: center !important;
}

.products-block.products .product .availability {
    width: 100%;
    margin: 8px 0 10px !important;
    padding: 10px 8px;
    background: var(--ik-green-soft);
    border: 1px solid #b8e0c4;
    border-radius: 12px;
    text-align: center !important;
}

.products-block.products .product button:before,
.products-block.products .product .btn:before,
.add-to-cart-button.btn,
.btn.btn-conversion,
.cart-content .next-step .btn {
    background: var(--ik-blue) !important;
}

.products-block.products .product button,
.products-block.products .product .btn,
.add-to-cart-button.btn,
.btn.btn-conversion,
.cart-content .next-step .btn {
    border-radius: 999px !important;
    color: #fff !important;
}

.products-block.products .product:hover button:before,
.products-block.products .product:hover .btn:before,
.product-top .add-to-cart button:hover,
.add-to-cart-button.btn:hover,
.btn.btn-conversion:hover,
.cart-content .next-step .btn:hover {
    background: var(--ik-green) !important;
}

/* ZĂˇklad pro obsahovĂ© strĂˇnky */
.content-wrapper-in,
.content-inner {
    color: var(--ik-text);
}

footer {
    border-top: 1px solid var(--ik-border) !important;
}

footer a:hover {
    color: var(--ik-blue-hover) !important;
}

@media (max-width: 992px) {
    body {
        background: #f7f9fc;
    }

    .type-index .banners-row > .col-sm-4,
    .type-index .banners-row > .col-sm-4 .next-to-carousel-banners {
        display: none !important;
        min-height: 0;
    }

    .products-block.products .product .p .name {
        min-height: 40px;
        font-size: 15px !important;
    }
}

@media (max-width: 767px) {
    #header #navigation {
        background: #fff !important;
    }

    .products-block.products .product .prices,
    .products-block.products .product .availability {
        width: 100%;
        box-sizing: border-box;
    }

    .products-block.products .product .p-tools,
    .products-block.products .product form.pr-action {
        display: flex;
        justify-content: center;
    }

    .products-block.products .product button,
    .products-block.products .product .btn {
        width: min(100%, 260px) !important;
        margin-left: auto;
        margin-right: auto;
    }
}

/* SOURCE: ikulecnik-apollo-v2.css */
/* iKulecnik Apollo v2 â€“ konstrukÄŤnĂ­ pravidla po odstranÄ›nĂ­ starĂ©ho screen.css */

@media (min-width: 768px) {
    #header #navigation {
        overflow: visible !important;
    }

    #header #navigation .navigation-in {
        position: relative;
        display: flex !important;
        align-items: stretch;
        height: 52px !important;
    }

    #header #navigation .nav-submenu-box {
        position: relative;
        flex: 0 0 auto;
        height: 52px !important;
    }

    #header #navigation .categories-btn {
        display: flex;
        align-items: center;
        gap: 9px;
        padding: 0 18px !important;
        font-size: 13px;
        font-weight: 800;
        text-transform: uppercase;
        cursor: pointer;
    }

    #header #navigation .categories-btn img {
        width: 20px;
        height: 20px;
        margin: 0 !important;
        filter: brightness(0) invert(1);
    }

    #header #navigation .nav-submenu-wrap {
        position: absolute;
        top: 52px;
        left: 0;
        z-index: 1001;
        display: none;
        width: min(1185px, calc(100vw - 80px));
        max-height: calc(100vh - 190px);
        overflow: auto;
        padding: 18px 22px;
        background: #fff;
        border: 1px solid #dce4f2;
        border-radius: 0 0 18px 18px;
        box-shadow: 0 24px 50px rgba(5, 40, 119, 0.16);
    }

    #header #navigation .nav-submenu-box:hover .nav-submenu-wrap {
        display: block;
    }

    #header #navigation .top-navigation-menu {
        display: block !important;
        flex: 1 1 auto;
        width: auto !important;
        min-width: 0;
        height: 52px !important;
    }

    #header #navigation .top-navigation-bar-menu {
        display: flex !important;
        width: 100%;
        margin: 0 !important;
        padding: 0 !important;
        overflow: hidden;
    }

    #header #navigation .top-navigation-bar-menu > li {
        flex: 1 1 auto;
        min-width: 0;
    }

    #header #navigation .top-navigation-bar-menu > li > a {
        justify-content: center;
        width: 100%;
    }

    #header #navigation .top-navigation-menu-trigger {
        top: 17px;
    }
}


/* SOURCE: ikulecnik-apollo-v3.css */
/* iKulecnik Apollo v3 â€“ rozlozeni podle SmartMaxu, modra varianta */
:root {
    --ik-v3-blue: #052877;
    --ik-v3-blue-hover: #0a47a8;
    --ik-v3-ink: #15171c;
    --ik-v3-muted: #666d7a;
    --ik-v3-line: #dce4f2;
    --ik-v3-soft: #f5f7fb;
}

body.template-11,
body.template-11 h1,
body.template-11 h2,
body.template-11 h3,
body.template-11 p,
body.template-11 a,
body.template-11 button,
body.template-11 input,
body.template-11 span,
body.template-11 strong,
body.template-11 small {
    font-family: "Inter", Arial, sans-serif !important;
}

/* Horni seda lista podle SmartMaxu */
body.template-11 .top-navigation-bar {
    min-height: 44px !important;
    background: #f5f7fa !important;
    border-top: 4px solid #333 !important;
    border-bottom: 1px solid #e7eaf0 !important;
    color: #111318 !important;
}

body.template-11 .top-navigation-bar > .container {
    display: flex !important;
    width: min(100% - 32px, 1440px) !important;
    min-height: 40px !important;
    align-items: center !important;
    margin: 0 auto !important;
    padding: 0 !important;
}

body.template-11 .top-navigation-bar .site-name,
body.template-11 .top-navigation-bar .msg-part,
body.template-11 .top-navigation-bar .responsive-tools {
    display: none !important;
}

body.template-11 .ik-v3-top-links {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 0;
    overflow: hidden;
    white-space: nowrap;
}

body.template-11 .ik-v3-top-links a {
    display: inline-flex;
    align-items: center;
    color: #111318 !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    line-height: 40px;
    text-decoration: none !important;
}

body.template-11 .ik-v3-top-links a:hover {
    color: var(--ik-v3-blue) !important;
}

body.template-11 .ik-v3-top-links a:not(:last-child)::after {
    content: "â€˘";
    margin: 0 12px;
    color: #858b98;
}

body.template-11 .top-navigation-bar .nav-part {
    display: flex !important;
    align-items: center !important;
    margin-left: auto !important;
}

body.template-11 .top-navigation-tools,
body.template-11 .top-navigation-tools .dropdown {
    display: flex !important;
    align-items: center !important;
}

body.template-11 .top-navigation-tools .dropdown::before {
    content: "â–Ł";
    margin-right: 8px;
    color: #6e7890;
    font-size: 17px;
}

body.template-11 .top-navigation-tools .dropdown > span {
    display: none !important;
}

body.template-11 .top-navigation-tools .dropdown button {
    padding: 0 20px 0 0 !important;
    border: 0 !important;
    background: transparent !important;
    color: #111318 !important;
    font-size: 14px !important;
    font-weight: 600 !important;
}

/* Bile zahlavi â€“ stejne proporce jako SmartMax */
body.template-11 #header {
    position: relative !important;
    top: auto !important;
    background: #fff !important;
}

body.template-11 #header .navigation-wrapper {
    width: 100% !important;
    max-width: none !important;
    padding: 0 !important;
}

body.template-11 #header .header-top {
    display: grid !important;
    width: min(100% - 48px, 1440px) !important;
    min-height: 116px !important;
    grid-template-columns: 270px minmax(360px, 1fr) auto auto !important;
    align-items: center !important;
    gap: 24px !important;
    margin: 0 auto !important;
    padding: 20px 0 14px !important;
}

body.template-11 #header .site-name-wrapper {
    grid-column: 1;
    width: 270px !important;
    min-width: 270px !important;
}

body.template-11 #header .site-name,
body.template-11 #header .site-name a {
    display: flex !important;
    width: 100% !important;
    height: 76px !important;
    align-items: center !important;
    justify-content: flex-start !important;
}

body.template-11 #header .site-name img {
    display: block !important;
    width: auto !important;
    max-width: 230px !important;
    height: 76px !important;
    object-fit: contain !important;
    object-position: left center !important;
}

body.template-11 #header .search {
    grid-column: 2;
    width: 100% !important;
    max-width: 600px !important;
    margin: 0 auto !important;
}

body.template-11 #header .search fieldset {
    display: flex !important;
    overflow: hidden !important;
    height: 52px !important;
    border: 1px solid #d8dde7 !important;
    border-radius: 13px !important;
    background: #f5f6f8 !important;
}

body.template-11 #header .search .search-input {
    height: 50px !important;
    flex: 1 1 auto !important;
    padding: 0 18px !important;
    border: 0 !important;
    background: transparent !important;
    color: #171a21 !important;
    font-size: 15px !important;
    box-shadow: none !important;
}

body.template-11 #header .search button[data-testid="searchBtn"] {
    display: flex !important;
    width: 56px !important;
    height: 50px !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    color: transparent !important;
    font-size: 0 !important;
}

body.template-11 #header .search button[data-testid="searchBtn"]::before {
    color: #15171c !important;
    font-size: 24px !important;
}

body.template-11 #header .top-navigation-contacts {
    grid-column: 3;
    display: flex !important;
    min-width: 252px !important;
    align-items: center !important;
    gap: 16px !important;
    margin: 0 !important;
    padding: 0 !important;
}

body.template-11 #header .top-navigation-contacts > strong {
    display: none !important;
}

body.template-11 .ik-v3-phone,
body.template-11 .ik-v3-mail {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    color: #111318 !important;
    text-decoration: none !important;
    white-space: nowrap;
}

body.template-11 .ik-v3-phone-icon,
body.template-11 .ik-v3-mail-icon {
    color: var(--ik-v3-blue);
    font-size: 18px;
    line-height: 1;
}

body.template-11 .ik-v3-phone span:last-child {
    display: grid !important;
    line-height: 1.1 !important;
}

body.template-11 .ik-v3-phone strong {
    color: #111318 !important;
    font-size: 13px !important;
    font-weight: 600 !important;
}

body.template-11 .ik-v3-phone small {
    margin-top: 2px;
    color: #333943 !important;
    font-size: 8.5px !important;
    font-weight: 600 !important;
}

body.template-11 .ik-v3-mail {
    font-size: 13px !important;
    font-weight: 500 !important;
}

body.template-11 #header .navigation-buttons {
    grid-column: 4;
    display: flex !important;
    min-width: 245px !important;
    height: 54px !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 18px !important;
    margin: 0 !important;
}

body.template-11 #header .top-nav-button-login,
body.template-11 #header .click-cart {
    position: relative;
}

body.template-11 #header .top-nav-button-login {
    min-height: 48px !important;
    padding: 0 22px 0 38px !important;
    border-right: 1px solid #c7ccd6 !important;
    background: transparent !important;
    color: #111318 !important;
    font-size: 14px !important;
    font-weight: 500 !important;
}

body.template-11 #header .cart-count {
    display: flex !important;
    min-width: 125px !important;
    min-height: 50px !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 16px 0 52px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: #111318 !important;
    box-shadow: none !important;
}

body.template-11 #header .cart-count::before {
    background: var(--ik-v3-blue) !important;
    color: #fff !important;
}

body.template-11 #header .cart-price {
    color: #111318 !important;
    font-size: 14px !important;
}

/* Modre menu pres celou sirku, bez tlacitka Kategorie */
body.desktop.template-11 #navigation .nav-submenu-box {
    display: none !important;
}

body.template-11 #header::after {
    content: "";
    position: absolute;
    z-index: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 58px;
    background: var(--ik-v3-blue);
    pointer-events: none;
}

body.template-11 #navigation {
    position: relative !important;
    z-index: 1 !important;
    width: 100% !important;
    max-width: none !important;
    height: 58px !important;
    background: var(--ik-v3-blue) !important;
}

body.desktop.template-11 #navigation .navigation-in {
    display: flex !important;
    width: min(100% - 48px, 1440px) !important;
    height: 58px !important;
    align-items: stretch !important;
    margin: 0 auto !important;
    background: var(--ik-v3-blue) !important;
}

body.desktop.template-11 #navigation .navigation-in-bottom {
    display: none !important;
}

body.desktop.template-11 #navigation .top-navigation-menu {
    display: flex !important;
    width: 100% !important;
    height: 58px !important;
    align-items: stretch !important;
}

body.desktop.template-11 #navigation .top-navigation-bar-menu {
    display: flex !important;
    width: calc(100% - 92px) !important;
    height: 58px !important;
    align-items: stretch !important;
    justify-content: space-between !important;
    margin: 0 !important;
    padding: 0 !important;
}

body.desktop.template-11 #navigation .top-navigation-bar-menu > li {
    display: flex !important;
    min-width: 0 !important;
    flex: 1 1 auto !important;
}

body.desktop.template-11 #navigation .top-navigation-bar-menu > li:nth-child(n+7) {
    display: none !important;
}

body.desktop.template-11 #navigation .top-navigation-bar-menu > li > a {
    display: flex !important;
    width: 100% !important;
    min-height: 58px !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 18px !important;
    border: 0 !important;
    background: transparent !important;
    color: #fff !important;
    font-size: 13.5px !important;
    font-weight: 700 !important;
    line-height: 1.15 !important;
    text-align: center !important;
    white-space: nowrap !important;
}

body.desktop.template-11 #navigation .top-navigation-bar-menu > li > a:hover {
    background: var(--ik-v3-blue-hover) !important;
}

body.desktop.template-11 #navigation .top-navigation-menu-trigger {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    display: flex !important;
    width: 92px !important;
    height: 58px !important;
    order: 2 !important;
    align-items: center !important;
    justify-content: center !important;
    margin-left: auto !important;
    background: var(--ik-v3-blue) !important;
    color: #fff !important;
    cursor: pointer;
}

body.desktop.template-11 #navigation .top-navigation-menu-trigger span {
    color: #fff !important;
    font-size: 13.5px !important;
    font-weight: 800 !important;
    text-transform: uppercase;
}

body.desktop.template-11 #navigation .top-navigation-menu-trigger span::after {
    content: "â–ľ";
    margin-left: 10px;
    font-size: 15px;
}

body.desktop.template-11 #navigation .top-navigation-menu-trigger:hover,
body.desktop.template-11 #navigation .top-navigation-menu-trigger.is-open {
    background: var(--ik-v3-blue-hover) !important;
}

body.desktop.template-11 #navigation .top-navigation-bar-menu-helper {
    position: absolute !important;
    z-index: 1100 !important;
    top: 58px !important;
    right: 0 !important;
    display: none !important;
    width: 285px !important;
    margin: 0 !important;
    padding: 8px 0 !important;
    list-style: none !important;
    background: #fff !important;
    border: 1px solid var(--ik-v3-line) !important;
    border-top: 0 !important;
    border-radius: 0 0 14px 14px !important;
    box-shadow: 0 14px 32px rgba(5, 40, 119, .16) !important;
}

body.desktop.template-11 #navigation .top-navigation-menu-trigger.is-open ~ .top-navigation-bar-menu-helper,
body.desktop.template-11 #navigation .top-navigation-bar-menu-helper:hover {
    display: block !important;
}

body.desktop.template-11 #navigation .top-navigation-bar-menu-helper li a {
    display: block !important;
    padding: 11px 18px !important;
    border-bottom: 1px solid #edf0f5 !important;
    color: #20242c !important;
    font-size: 13px !important;
    font-weight: 650 !important;
    text-decoration: none !important;
}

body.desktop.template-11 #navigation .top-navigation-bar-menu-helper li a:hover {
    background: #eef3ff !important;
    color: var(--ik-v3-blue) !important;
}

/* Nova titulni kompozice */
body.type-index #content-wrapper {
    background: #fff !important;
}

body.type-index .banners-row {
    display: none !important;
}

body.type-index .ik-v3-home {
    width: min(100% - 48px, 1440px);
    margin: 28px auto 44px;
}

body.type-index .ik-v3-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 2.1fr) minmax(320px, .95fr);
    gap: 24px;
}

body.type-index .ik-v3-hero {
    position: relative;
    display: flex;
    min-height: 380px;
    align-items: center;
    overflow: hidden;
    padding: 36px;
    background-position: center;
    background-size: cover;
    border-radius: 18px;
    box-shadow: 0 16px 36px rgba(19, 27, 47, .12);
}

body.type-index .ik-v3-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(20, 12, 18, .36), rgba(20, 12, 18, .02) 72%);
}

body.type-index .ik-v3-hero-card {
    position: relative;
    z-index: 1;
    width: min(420px, 92%);
    padding: 34px 36px;
    border-radius: 17px;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 10px 30px rgba(10, 15, 30, .18);
}

body.type-index .ik-v3-hero-card h1 {
    margin: 0 0 14px !important;
    color: #111318 !important;
    font-size: clamp(30px, 3vw, 44px) !important;
    font-weight: 800 !important;
    line-height: 1.08 !important;
    letter-spacing: -.02em;
    text-transform: none !important;
}

body.type-index .ik-v3-hero-card p {
    margin: 0 0 20px !important;
    color: #59606c !important;
    font-size: 16px !important;
}

body.type-index .ik-v3-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

body.type-index .ik-v3-btn {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    padding: 0 24px;
    border: 2px solid var(--ik-v3-blue);
    border-radius: 9px;
    background: var(--ik-v3-blue);
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 750 !important;
    text-decoration: none !important;
}

body.type-index .ik-v3-btn:hover {
    border-color: var(--ik-v3-blue-hover);
    background: var(--ik-v3-blue-hover);
}

body.type-index .ik-v3-btn--ghost {
    background: #fff;
    color: var(--ik-v3-blue) !important;
}

body.type-index .ik-v3-services {
    display: grid;
    grid-template-rows: repeat(3, 1fr);
    gap: 12px;
}

body.type-index .ik-v3-service {
    display: grid;
    grid-template-columns: 74px 1fr;
    align-items: center;
    gap: 16px;
    padding: 18px 22px;
    border: 1px solid var(--ik-v3-line);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 8px 22px rgba(25, 35, 58, .06);
    color: var(--ik-v3-ink) !important;
    text-decoration: none !important;
    transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

body.type-index .ik-v3-service:hover {
    border-color: #9bb2e4;
    box-shadow: 0 12px 28px rgba(5, 40, 119, .12);
    transform: translateY(-2px);
}

body.type-index .ik-v3-service-icon {
    display: flex;
    width: 68px;
    height: 68px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #edf2ff;
    color: var(--ik-v3-blue);
    font-size: 31px;
}

body.type-index .ik-v3-service h2 {
    margin: 0 0 4px !important;
    color: #17191e !important;
    font-size: 17px !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    text-transform: none !important;
}

body.type-index .ik-v3-service p {
    margin: 0 0 6px !important;
    color: #626874 !important;
    font-size: 13px !important;
    line-height: 1.35 !important;
}

body.type-index .ik-v3-service strong {
    color: var(--ik-v3-blue) !important;
    font-size: 13px !important;
}

body.type-index .ik-v3-categories {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    margin-top: 24px;
}

body.type-index .ik-v3-category {
    overflow: hidden;
    padding: 8px 8px 14px;
    border: 1px solid var(--ik-v3-line);
    border-radius: 14px;
    background: #fff;
    text-align: center;
    box-shadow: 0 8px 22px rgba(25, 35, 58, .05);
}

body.type-index .ik-v3-category img {
    display: block;
    width: 100%;
    height: 146px;
    object-fit: cover;
    border-radius: 10px;
}

body.type-index .ik-v3-category h2 {
    min-height: 28px;
    margin: 10px 0 9px !important;
    color: #121419 !important;
    font-size: 18px !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    text-transform: none !important;
}

body.type-index .ik-v3-category a {
    display: inline-flex;
    min-height: 38px;
    align-items: center;
    justify-content: center;
    padding: 0 24px;
    border-radius: 7px;
    background: var(--ik-v3-blue);
    color: #fff !important;
    font-size: 13px !important;
    font-weight: 750 !important;
    text-decoration: none !important;
}

body.type-index .ik-v3-category a:hover {
    background: var(--ik-v3-blue-hover);
}

@media (max-width: 1199px) {
    body.template-11 #header .header-top {
        grid-template-columns: 220px minmax(300px, 1fr) auto !important;
        gap: 18px !important;
    }
    body.template-11 #header .site-name-wrapper { width: 220px !important; min-width: 220px !important; }
    body.template-11 #header .site-name img { max-width: 195px !important; }
    body.template-11 #header .top-navigation-contacts { display: none !important; }
    body.template-11 #header .navigation-buttons { grid-column: 3; }
    body.type-index .ik-v3-hero-grid { grid-template-columns: 1.65fr 1fr; }
}

@media (max-width: 991px) {
    body.template-11 .ik-v3-top-links a:nth-child(n+5) { display: none !important; }
    body.template-11 #header .header-top {
        width: min(100% - 28px, 960px) !important;
        grid-template-columns: 190px 1fr auto !important;
        gap: 14px !important;
    }
    body.template-11 #header .site-name-wrapper { width: 190px !important; min-width: 190px !important; }
    body.template-11 #header .site-name img { max-width: 170px !important; }
    body.template-11 #header .navigation-buttons { min-width: 115px !important; gap: 8px !important; }
    body.template-11 #header .top-nav-button-login span,
    body.template-11 #header .cart-price { display: none !important; }
    body.template-11 #header .top-nav-button-login { width: 48px !important; padding: 0 !important; border: 0 !important; }
    body.template-11 #header .cart-count { min-width: 52px !important; padding: 0 !important; }
    body.type-index .ik-v3-home { width: min(100% - 28px, 960px); }
    body.type-index .ik-v3-hero-grid { grid-template-columns: 1fr; }
    body.type-index .ik-v3-services { grid-template-columns: repeat(3, 1fr); grid-template-rows: none; }
    body.type-index .ik-v3-service { grid-template-columns: 58px 1fr; padding: 16px; }
    body.type-index .ik-v3-service-icon { width: 54px; height: 54px; font-size: 25px; }
    body.type-index .ik-v3-categories { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 767px) {
    body.template-11 .top-navigation-bar { min-height: 0 !important; border-top-width: 3px !important; }
    body.template-11 .top-navigation-bar > .container { min-height: 0 !important; }
    body.template-11 .ik-v3-top-links { display: none !important; }
    body.template-11 .top-navigation-bar .nav-part { display: none !important; }
    body.template-11 #header .header-top {
        display: flex !important;
        width: 100% !important;
        min-height: 78px !important;
        padding: 8px 14px !important;
    }
    body.template-11 #header .site-name-wrapper { width: 190px !important; min-width: 0 !important; margin-right: auto !important; }
    body.template-11 #header .site-name,
    body.template-11 #header .site-name a { height: 62px !important; }
    body.template-11 #header .site-name img { height: 60px !important; max-width: 182px !important; }
    body.template-11 #header .search { display: none !important; }
    body.template-11 #header .navigation-buttons { min-width: auto !important; }
    body.template-11 #header::after { display: none !important; }
    body.template-11 #navigation { height: auto !important; background: #fff !important; }
    body.type-index .ik-v3-home { width: calc(100% - 24px); margin-top: 14px; }
    body.type-index .ik-v3-hero { min-height: 410px; padding: 18px; background-position: 62% center; }
    body.type-index .ik-v3-hero-card { width: 100%; padding: 25px 23px; }
    body.type-index .ik-v3-hero-card h1 { font-size: 30px !important; }
    body.type-index .ik-v3-services { grid-template-columns: 1fr; }
    body.type-index .ik-v3-categories { grid-template-columns: 1fr 1fr; gap: 12px; }
    body.type-index .ik-v3-category img { height: 120px; }
    body.type-index .ik-v3-category h2 { font-size: 15px !important; }
}

@media (max-width: 480px) {
    body.type-index .ik-v3-actions { display: grid; }
    body.type-index .ik-v3-btn { width: 100%; }
    body.type-index .ik-v3-categories { grid-template-columns: 1fr; }
    body.type-index .ik-v3-category img { height: 170px; }
}

/* SOURCE: ikulecnik-apollo-v4.css */
/* iKulecnik Apollo v4 - presnejsi hlavicka podle SmartMaxu */

@media (min-width: 992px) {
    body.desktop.template-11 #header .header-top {
        grid-template-columns: 220px minmax(300px, 1fr) 252px 245px !important;
        grid-template-rows: 82px !important;
        gap: 24px !important;
        min-height: 116px !important;
        padding: 17px 0 !important;
    }

    body.desktop.template-11 #header .site-name-wrapper,
    body.desktop.template-11 #header .search,
    body.desktop.template-11 #header .top-navigation-contacts,
    body.desktop.template-11 #header .navigation-buttons {
        grid-row: 1 !important;
        align-self: center !important;
    }

    body.desktop.template-11 #header .site-name-wrapper {
        grid-column: 1 !important;
        width: 220px !important;
        min-width: 0 !important;
        height: 82px !important;
    }

    body.desktop.template-11 #header .site-name,
    body.desktop.template-11 #header .site-name a {
        width: 220px !important;
        height: 82px !important;
    }

    body.desktop.template-11 #header .site-name img {
        width: auto !important;
        max-width: 178px !important;
        height: auto !important;
        max-height: 82px !important;
    }

    body.desktop.template-11 #header .search {
        grid-column: 2 !important;
        width: 100% !important;
        max-width: 560px !important;
        margin: 0 auto !important;
    }

    body.desktop.template-11 #header .top-navigation-contacts {
        grid-column: 3 !important;
        min-width: 252px !important;
    }

    body.desktop.template-11 #header .navigation-buttons {
        grid-column: 4 !important;
        min-width: 245px !important;
    }

    /* Puvodni produktove kategorie zustavaji dostupne v mobilnim hamburgeru,
       na pocitaci je nahrazuje stejne menu jako na SmartMaxu. */
    body.desktop.template-11 #navigation .navigation-in > .menu-level-1,
    body.desktop.template-11 #navigation .navigation-in > .navigation-in-bottom,
    body.desktop.template-11 #navigation .menu-helper {
        display: none !important;
    }

    body.desktop.template-11 #navigation .top-navigation-menu {
        display: flex !important;
        width: 100% !important;
        height: 58px !important;
        flex: 1 1 100% !important;
        align-items: stretch !important;
        position: relative !important;
    }

    body.desktop.template-11 #navigation .top-navigation-bar-menu {
        display: flex !important;
        width: calc(100% - 92px) !important;
        height: 58px !important;
        flex: 1 1 auto !important;
        align-items: stretch !important;
        justify-content: stretch !important;
        overflow: hidden !important;
    }

    body.desktop.template-11 #navigation .top-navigation-bar-menu > li {
        min-width: 0 !important;
        flex: 1 1 0 !important;
    }

    body.desktop.template-11 #navigation .top-navigation-bar-menu > li > a {
        padding: 0 10px !important;
        font-size: 13px !important;
    }

    body.desktop.template-11 #navigation .top-navigation-menu-trigger {
        display: flex !important;
        width: 92px !important;
        min-width: 92px !important;
        height: 58px !important;
        flex: 0 0 92px !important;
    }
}

@media (min-width: 992px) and (max-width: 1280px) {
    body.desktop.template-11 #header .header-top {
        width: calc(100% - 48px) !important;
        grid-template-columns: 190px minmax(270px, 1fr) 228px 245px !important;
        gap: 18px !important;
    }

    body.desktop.template-11 #header .site-name-wrapper,
    body.desktop.template-11 #header .site-name,
    body.desktop.template-11 #header .site-name a {
        width: 190px !important;
    }

    body.desktop.template-11 #header .site-name img {
        max-width: 168px !important;
    }

    body.desktop.template-11 #header .top-navigation-contacts {
        min-width: 228px !important;
        gap: 10px !important;
    }

    body.desktop.template-11 .ik-v3-mail {
        font-size: 12px !important;
    }
}

/* Stare bannery se po vlozeni nove titulni sekce uz nesmeji zobrazit pod ni. */
body.type-index.template-11 .banners-row,
body.type-index.template-11 .next-to-carousel-banners {
    display: none !important;
}


/* SOURCE: ikulecnik-apollo-v5.css */
/* iKulecnik Apollo v5 - stabilni desktopova navigace */

@media (min-width: 992px) {
    body.desktop.template-11 #navigation .navigation-in > .top-navigation-menu {
        position: relative !important;
        display: block !important;
        width: 100% !important;
        height: 58px !important;
        min-height: 58px !important;
        overflow: visible !important;
    }

    body.desktop.template-11 #navigation .navigation-in > .top-navigation-menu > .top-navigation-bar-menu {
        position: absolute !important;
        z-index: 2 !important;
        top: 0 !important;
        right: 92px !important;
        bottom: auto !important;
        left: 0 !important;
        display: flex !important;
        width: auto !important;
        height: 58px !important;
        margin: 0 !important;
        padding: 0 !important;
        overflow: hidden !important;
    }

    body.desktop.template-11 #navigation .navigation-in > .top-navigation-menu > .top-navigation-menu-trigger {
        position: absolute !important;
        z-index: 4 !important;
        top: 0 !important;
        right: 0 !important;
        bottom: auto !important;
        left: auto !important;
        display: flex !important;
        width: 92px !important;
        min-width: 92px !important;
        height: 58px !important;
        margin: 0 !important;
    }

    body.desktop.template-11 #navigation .navigation-in > .top-navigation-menu > .top-navigation-bar-menu-helper {
        top: 58px !important;
        right: 0 !important;
        left: auto !important;
    }

    body.desktop.template-11 #navigation .navigation-in > .top-navigation-menu > .top-navigation-bar-menu > li > a {
        min-height: 58px !important;
        padding-right: 9px !important;
        padding-left: 9px !important;
        font-size: 13px !important;
    }
}

/* SOURCE: ikulecnik-apollo-v6.css */
/* iKulecnik Apollo v6 - spolehlivy stav menu Vice */

@media (min-width: 992px) {
    body.desktop.template-11 #navigation .top-navigation-menu-trigger[aria-expanded="true"] ~ .top-navigation-bar-menu-helper {
        display: block !important;
    }
}

/* SOURCE: ikulecnik-pages-v1.css */
/* iKulecnik - spolecny vzhled obsahovych stran */
:root {
    --ik-page-blue: #052877;
    --ik-page-blue-light: #0a47a8;
    --ik-page-ink: #15171c;
    --ik-page-muted: #667085;
    --ik-page-line: #dbe4f2;
    --ik-page-soft: #f5f7fb;
    --ik-page-warm: #fff8f5;
}

.ik-page {
    width: min(100%, 1200px);
    margin: 28px auto 64px;
    color: var(--ik-page-ink);
    font-family: "Inter", Arial, sans-serif;
}

.ik-page *,
.ik-page *::before,
.ik-page *::after {
    box-sizing: border-box;
}

.ik-page a {
    text-decoration: none;
}

.ik-page__hero {
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr);
    gap: 32px;
    align-items: center;
    padding: clamp(34px, 5vw, 64px);
    border-radius: 26px;
    background: linear-gradient(135deg, var(--ik-page-blue) 0%, #0b3e9b 100%);
    color: #fff;
    box-shadow: 0 20px 48px rgba(5, 40, 119, .16);
}

.ik-page__hero::after {
    content: "";
    position: absolute;
    right: -90px;
    bottom: -120px;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .08);
}

.ik-page__hero-copy,
.ik-page__hero-card {
    position: relative;
    z-index: 1;
}

.ik-page__eyebrow {
    display: block;
    margin-bottom: 12px;
    color: #bfd2ff;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.ik-page__hero h1,
.ik-page__hero h2 {
    margin: 0 0 14px;
    color: #fff;
    font-size: clamp(32px, 4vw, 52px);
    line-height: 1.04;
}

.ik-page__hero p {
    max-width: 700px;
    margin: 0;
    color: rgba(255, 255, 255, .86);
    font-size: 17px;
    line-height: 1.65;
}

.ik-page__hero-card {
    padding: 24px;
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 20px;
    background: rgba(255, 255, 255, .97);
    color: var(--ik-page-ink);
    box-shadow: 0 18px 34px rgba(3, 22, 70, .18);
}

.ik-page__hero-card h3 {
    margin: 0 0 12px;
    color: var(--ik-page-blue);
    font-size: 22px;
}

.ik-page__hero-card p,
.ik-page__hero-card a {
    color: var(--ik-page-ink);
    font-size: 15px;
}

.ik-page__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
}

.ik-page__btn {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    padding: 0 22px;
    border: 2px solid #fff;
    border-radius: 12px;
    background: #fff;
    color: var(--ik-page-blue) !important;
    font-weight: 800;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.ik-page__btn--ghost {
    background: transparent;
    color: #fff !important;
}

.ik-page__btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 24px rgba(3, 22, 70, .2);
}

.ik-page__section {
    margin-top: 28px;
    padding: clamp(24px, 4vw, 42px);
    border: 1px solid var(--ik-page-line);
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 12px 30px rgba(22, 42, 82, .07);
}

.ik-page__section h2 {
    margin: 0 0 18px;
    color: var(--ik-page-ink);
    font-size: clamp(25px, 3vw, 34px);
}

.ik-page__section > p {
    color: var(--ik-page-muted);
    font-size: 16px;
    line-height: 1.7;
}

.ik-page__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.ik-page__grid--2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ik-page__card {
    padding: 24px;
    border: 1px solid var(--ik-page-line);
    border-radius: 18px;
    background: var(--ik-page-soft);
}

.ik-page__card h3 {
    margin: 0 0 10px;
    color: var(--ik-page-blue);
    font-size: 20px;
}

.ik-page__card p,
.ik-page__card li {
    margin: 0;
    color: var(--ik-page-muted);
    font-size: 15px;
    line-height: 1.65;
}

.ik-page__card ul {
    margin: 10px 0 0;
    padding-left: 20px;
}

.ik-page__hours {
    display: grid;
    gap: 0;
    margin: 0;
}

.ik-page__hours div,
.ik-page__data-row {
    display: grid;
    grid-template-columns: minmax(110px, .8fr) minmax(0, 1.4fr);
    gap: 18px;
    align-items: center;
    padding: 11px 0;
    border-bottom: 1px solid var(--ik-page-line);
}

.ik-page__hours div:last-child,
.ik-page__data-row:last-child {
    border-bottom: 0;
}

.ik-page__hours dt,
.ik-page__data-row span:first-child {
    color: var(--ik-page-muted);
    font-weight: 700;
}

.ik-page__hours dd,
.ik-page__data-row strong {
    margin: 0;
    color: var(--ik-page-ink);
    font-weight: 800;
}

.ik-page__notice {
    margin-top: 20px;
    padding: 18px 20px;
    border-left: 5px solid var(--ik-page-blue-light);
    border-radius: 12px;
    background: #edf3ff;
    color: #263753;
    line-height: 1.6;
}

.ik-page__notice--warn {
    border-left-color: #d54738;
    background: var(--ik-page-warm);
    color: #6b2a22;
}

.ik-page__media {
    width: 100%;
    max-height: 480px;
    object-fit: cover;
    border: 1px solid var(--ik-page-line);
    border-radius: 18px;
}

.ik-page__gallery {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.ik-page__gallery a {
    overflow: hidden;
    aspect-ratio: 4 / 3;
    border: 1px solid var(--ik-page-line);
    border-radius: 14px;
    background: var(--ik-page-soft);
}

.ik-page__gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .25s ease;
}

.ik-page__gallery a:hover img {
    transform: scale(1.04);
}

.ik-page__cta {
    display: flex;
    gap: 24px;
    align-items: center;
    justify-content: space-between;
    margin-top: 28px;
    padding: 28px 32px;
    border-radius: 20px;
    background: var(--ik-page-blue);
    color: #fff;
}

.ik-page__cta h2,
.ik-page__cta p {
    margin: 0;
    color: #fff;
}

.ik-page__cta p {
    margin-top: 6px;
    color: rgba(255, 255, 255, .82);
}

@media (max-width: 767px) {
    .ik-page {
        margin: 16px auto 42px;
    }

    .ik-page__hero,
    .ik-page__grid,
    .ik-page__grid--2 {
        grid-template-columns: 1fr;
    }

    .ik-page__hero {
        gap: 22px;
        padding: 28px 22px;
        border-radius: 18px;
    }

    .ik-page__hero h1,
    .ik-page__hero h2 {
        font-size: 32px;
    }

    .ik-page__section {
        margin-top: 18px;
        padding: 22px 18px;
        border-radius: 16px;
    }

    .ik-page__gallery {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ik-page__cta {
        align-items: stretch;
        flex-direction: column;
        padding: 24px 20px;
    }

    .ik-page__actions,
    .ik-page__btn {
        width: 100%;
    }

    .ik-page__hours div,
    .ik-page__data-row {
        grid-template-columns: 1fr;
        gap: 3px;
    }
}

/* SOURCE: ikulecnik-shop-v5.css */
/* iKulecnik Apollo - produktovy detail, karty a filtr; modra varianta overenych uprav SmartMax */
:root{--ik-brand:#0a47a8;--ik-brand-dark:#052877;--ik-brand-soft:#edf3ff;}
/* iKULECNIK v23 Ă˘â‚¬â€ť uĂ„Ĺ¤esanÄ‚Ëť informaĂ„Ĺ¤nÄ‚Â­ panel detailu produktu */
body.type-product .p-info-wrapper{
  background:#fff!important;
  border:1px solid rgba(10,71,168,.24)!important;
  border-radius:24px!important;
  box-shadow:0 16px 42px rgba(39,31,71,.09)!important;
  padding:30px!important;
}
body.type-product .p-info-headline{
  display:block!important;
  margin:0 0 18px!important;
}
body.type-product .p-info-headline h1{
  max-width:100%!important;
  margin:0 0 20px!important;
  color:#171522!important;
  font-size:clamp(30px,2.65vw,44px)!important;
  font-weight:800!important;
  letter-spacing:-.035em!important;
  line-height:1.08!important;
}
body.type-product .p-detail-info{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  flex-wrap:wrap!important;
  gap:10px 14px!important;
  margin:0!important;
}
body.type-product .p-detail-info .stars-wrapper{
  display:inline-flex!important;
  align-items:center!important;
  flex-wrap:wrap!important;
  gap:7px 10px!important;
  width:auto!important;
  min-height:42px!important;
  margin:0!important;
  padding:8px 13px!important;
  border:1px solid rgba(10,71,168,.42)!important;
  border-radius:999px!important;
  background:#f4f7ff!important;
  box-shadow:none!important;
}
body.type-product .p-detail-info .stars,
body.type-product .p-detail-info .stars-label,
body.type-product .p-detail-info .btn--link{
  margin:0!important;
}
body.type-product .p-detail-info .stars-label,
body.type-product .p-detail-info .btn--link{
  color:#645f72!important;
  font-size:12px!important;
  font-weight:700!important;
}
body.type-product .p-detail-info .btn--link{
  min-height:0!important;
  padding:0!important;
  border:0!important;
  text-decoration:underline!important;
}
body.type-product .p-detail-info>div:not(.stars-wrapper){
  display:flex!important;
  align-items:center!important;
  flex-wrap:wrap!important;
  gap:6px 12px!important;
  padding:10px 13px!important;
  border-radius:12px!important;
  background:#f2f0fb!important;
  color:#30208f!important;
  font-size:12px!important;
  font-weight:700!important;
}
body.type-product .p-detail-info>div:not(.stars-wrapper) a,
body.type-product .p-detail-info .p-code{
  color:#30208f!important;
  font-size:12px!important;
}
body.type-product .p-short-description-block{
  margin:18px 0 0!important;
  padding:15px 17px!important;
  border-left:4px solid #0a47a8!important;
  border-radius:0 14px 14px 0!important;
  background:#f7f7fa!important;
}
body.type-product .p-short-description-block .p-short-description,
body.type-product .p-short-description-block .p-short-description p{
  margin:0!important;
  color:#4f4b5f!important;
  font-size:16px!important;
  line-height:1.5!important;
}
body.type-product .p-short-description-block>p{
  margin:9px 0 0!important;
}
body.type-product .p-short-description-block a.chevron-after{
  color:#0a47a8!important;
  font-size:12px!important;
  font-weight:800!important;
  letter-spacing:.035em!important;
  text-transform:uppercase!important;
}
body.type-product .p-info-grid{
  display:grid!important;
  grid-template-columns:minmax(0,1.2fr) minmax(190px,.8fr)!important;
  gap:14px!important;
  margin:18px 0 0!important;
}
body.type-product .p-info-grid .detail-grid-item{
  min-width:0!important;
  margin:0!important;
  padding:17px 18px!important;
  border:1px solid #ece9e6!important;
  border-radius:16px!important;
  box-shadow:none!important;
}
body.type-product .detail-price-block{
  background:#f5f8ff!important;
  border-color:rgba(10,71,168,.28)!important;
}
body.type-product .detail-availability-block{
  background:#f1faf3!important;
  border-color:rgba(73,182,74,.24)!important;
}
body.type-product .p-info-grid .detail-grid-title{
  margin:0 0 8px!important;
  color:#6d6878!important;
  font-size:11px!important;
  font-weight:800!important;
  letter-spacing:.08em!important;
  line-height:1.2!important;
  text-transform:uppercase!important;
}
body.type-product .p-final-price-wrapper{
  display:flex!important;
  align-items:baseline!important;
  flex-wrap:wrap!important;
  gap:5px 10px!important;
}
body.type-product .p-final-price-wrapper .price-standard{
  color:#8b8795!important;
  font-size:18px!important;
}
body.type-product .p-final-price-wrapper .price-save{
  order:-1!important;
  padding:4px 8px!important;
  border-radius:999px!important;
  background:#0a47a8!important;
  color:#fff!important;
  font-size:11px!important;
  font-weight:800!important;
}
body.type-product .p-final-price-wrapper .price-final{
  color:#171522!important;
  font-size:34px!important;
  font-weight:800!important;
  letter-spacing:-.025em!important;
  line-height:1.05!important;
}
body.type-product .p-final-price-wrapper .price-additional{
  flex-basis:100%!important;
  color:#7c7788!important;
  font-size:12px!important;
}
body.type-product .detail-availability-block .availability-value,
body.type-product .detail-availability-block .availability-label{
  color:#198b2a!important;
  font-size:18px!important;
  font-weight:800!important;
}
body.type-product .p-info-grid .detail-parameters{
  display:none!important;
}
body.type-product .add-to-cart{
  display:grid!important;
  grid-template-columns:132px minmax(0,1fr)!important;
  gap:12px!important;
  margin:14px 0 0!important;
  padding:14px!important;
  border:1px solid #e7e4ed!important;
  border-radius:17px!important;
  background:#f6f5f9!important;
}
body.type-product .add-to-cart .quantity{
  width:132px!important;
  min-width:132px!important;
  height:54px!important;
  border:1px solid #d9d5e0!important;
  border-radius:13px!important;
  background:#fff!important;
}
body.type-product .add-to-cart .quantity input{
  height:52px!important;
  color:#171522!important;
  font-size:20px!important;
  font-weight:800!important;
}
body.type-product .add-to-cart .quantity .increase,
body.type-product .add-to-cart .quantity .decrease{
  color:#30208f!important;
}
body.type-product .add-to-cart .add-to-cart-button{
  width:100%!important;
  min-height:54px!important;
  margin:0!important;
  border:1px solid #0a47a8!important;
  border-radius:13px!important;
  background:#0a47a8!important;
  color:#fff!important;
  box-shadow:0 8px 18px rgba(10,71,168,.24)!important;
  font-size:18px!important;
  font-weight:800!important;
}
body.type-product .add-to-cart .add-to-cart-button:hover{
  border-color:#49b64a!important;
  background:#49b64a!important;
  box-shadow:0 8px 18px rgba(73,182,74,.25)!important;
}
body.type-product .social-buttons-wrapper{
  margin:14px 0 0!important;
  padding:12px 2px 0!important;
  border-top:1px solid #ece9ef!important;
}
body.type-product .social-buttons-wrapper .link-icons{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
  flex-wrap:wrap!important;
  gap:10px 18px!important;
}
body.type-product .social-buttons-wrapper .link-icons a{
  color:#686376!important;
  font-size:12px!important;
  font-weight:700!important;
}
@media (max-width:1199px){
  body.type-product .p-info-wrapper{padding:24px!important}
  body.type-product .p-info-headline h1{font-size:clamp(28px,4vw,38px)!important}
  body.type-product .p-detail-info{align-items:flex-start!important;flex-direction:column!important}
  body.type-product .p-info-grid{grid-template-columns:1fr!important}
}
@media (max-width:767px){
  body.type-product .p-info-wrapper{
    margin-top:18px!important;
    padding:20px!important;
    border-radius:18px!important;
  }
  body.type-product .p-info-headline h1{
    margin-bottom:15px!important;
    font-size:30px!important;
  }
  body.type-product .p-detail-info .stars-wrapper,
  body.type-product .p-detail-info>div:not(.stars-wrapper){width:100%!important}
  body.type-product .p-info-grid{gap:10px!important}
  body.type-product .add-to-cart{grid-template-columns:1fr!important}
  body.type-product .add-to-cart .quantity{width:100%!important;min-width:0!important}
body.type-product .social-buttons-wrapper .link-icons{justify-content:center!important}
}

/* iKULECNIK v27 Ă˘â‚¬â€ť Ă„Ĺ¤lenĂ„â€şnÄ‚Â© produktovÄ‚Â© karty v kategoriÄ‚Â­ch i na titulnÄ‚Â­ stranĂ„â€ş */
body.type-category #products .product .p,
body.type-index .products-block .product .p{
  --sm-card-orange:#0a47a8;
  --sm-card-orange-soft:rgba(10,71,168,.24);
  --sm-card-violet:#30208f;
  --sm-card-panel:#f7f7fb;
}

body.type-category #products .product .image,
body.type-index .products-block .product .image{
  box-sizing:border-box!important;
  overflow:visible!important;
  margin-bottom:14px!important;
  border:1px solid rgba(10,71,168,.28)!important;
  border-radius:16px!important;
  background:#fff!important;
  box-shadow:0 8px 22px rgba(42,24,72,.05)!important;
}
body.type-category #products .product .image img,
body.type-index .products-block .product .image img{
  border-radius:15px!important;
}

/* JedinÄ‚Ë‡ mezera pod obrÄ‚Ë‡zkem Ă˘â‚¬â€ť bez druhÄ‚Â© vodorovnÄ‚Â© linky. */
body.type-category #products .product .p-in,
body.type-index .products-block .product .p-in{
  display:flex!important;
  box-sizing:border-box!important;
  padding-top:0!important;
  flex-direction:column!important;
  gap:10px!important;
  border-top:0!important;
}

/* NÄ‚Ë‡zev produktu jako vlastnÄ‚Â­ panel. */
body.type-category #products .product .p-in-in,
body.type-index .products-block .product .p-in-in{
  display:flex!important;
  box-sizing:border-box!important;
  min-height:78px!important;
  padding:11px 12px!important;
  flex-direction:column!important;
  justify-content:center!important;
  border:1px solid rgba(48,32,143,.12)!important;
  border-left:4px solid var(--sm-card-orange)!important;
  border-radius:12px!important;
  background:var(--sm-card-panel)!important;
}
body.type-category #products .product .name,
body.type-index .products-block .product .name{
  height:auto!important;
  min-height:50px!important;
  max-height:none!important;
  margin:0!important;
  overflow:visible!important;
  text-overflow:clip!important;
}

body.type-category #products .product .p-bottom,
body.type-index .products-block .product .p-bottom{
  display:flex!important;
  flex-direction:column!important;
  gap:10px!important;
}

/* Cena a dostupnost jsou dvĂ„â€ş samostatnÄ‚Â© mini-karty jako na detailu. */
body.type-category #products .product .p-bottom>div[data-micro="offer"],
body.type-index .products-block .product .p-bottom>div[data-micro="offer"]{
  display:grid!important;
  min-height:72px!important;
  grid-template-columns:minmax(0,1fr) 82px!important;
  column-gap:8px!important;
  align-items:stretch!important;
}
body.type-category #products .product .prices,
body.type-index .products-block .product .prices{
  display:flex!important;
  box-sizing:border-box!important;
  width:100%!important;
  min-width:0!important;
  min-height:72px!important;
  margin:0!important;
  padding:10px 8px!important;
  flex:none!important;
  flex-direction:column!important;
  flex-wrap:nowrap!important;
  justify-content:center!important;
  border:1px solid rgba(10,71,168,.24)!important;
  border-radius:12px!important;
  background:#f5f8ff!important;
}
body.type-category #products .product .price-final,
body.type-index .products-block .product .price-final{
  display:flex!important;
  width:100%!important;
  align-items:baseline!important;
  flex-wrap:nowrap!important;
  gap:6px!important;
  white-space:nowrap!important;
}
body.type-category #products .product .price-standard,
body.type-index .products-block .product .price-standard{
  margin-right:0!important;
  flex:0 0 auto!important;
  white-space:nowrap!important;
}
body.type-category #products .product .price-final strong,
body.type-category #products .product .price-additional,
body.type-index .products-block .product .price-final strong,
body.type-index .products-block .product .price-additional{
  width:auto!important;
  white-space:nowrap!important;
}
body.type-category #products .product .price-additional,
body.type-index .products-block .product .price-additional{
  margin-top:4px!important;
}

body.type-category #products .product .p-tools,
body.type-index .products-block .product .p-tools{
  display:flex!important;
  box-sizing:border-box!important;
  width:82px!important;
  max-width:none!important;
  min-height:72px!important;
  margin:0!important;
  padding:8px 5px!important;
  flex:none!important;
  align-items:center!important;
  justify-content:center!important;
  border:1px solid #e3e1eb!important;
  border-radius:12px!important;
  background:#f7f7fb!important;
  text-align:center!important;
}
body.type-category #products .product [data-micro-availability="https://schema.org/InStock"] .p-tools,
body.type-index .products-block .product [data-micro-availability="https://schema.org/InStock"] .p-tools{
  border-color:rgba(73,182,74,.28)!important;
  background:#f1faf3!important;
}
body.type-category #products .product [data-micro-availability="https://schema.org/OutOfStock"] .p-tools,
body.type-index .products-block .product [data-micro-availability="https://schema.org/OutOfStock"] .p-tools{
  border-color:rgba(10,71,168,.30)!important;
  background:#edf3ff!important;
}
body.type-category #products .product .availability,
body.type-index .products-block .product .availability{
  width:100%!important;
  font-size:11px!important;
  font-weight:800!important;
  line-height:1.25!important;
  text-align:center!important;
}

/* Popis produktu jako tÄąâ„˘etÄ‚Â­ oddĂ„â€şlenÄ‚Ëť panel. */
body.type-category #products .product .p-desc,
body.type-index .products-block .product .p-desc{
  box-sizing:border-box!important;
  min-height:78px!important;
  margin:0!important;
  padding:11px 12px!important;
  border:1px solid rgba(48,32,143,.10)!important;
  border-radius:12px!important;
  background:#fbfbfd!important;
  line-height:1.5!important;
}

@media (max-width:767px){
  body.type-category #products .product .image,
  body.type-index .products-block .product .image{
    margin-bottom:11px!important;
    border-radius:13px!important;
  }
  body.type-category #products .product .image img,
  body.type-index .products-block .product .image img{
    border-radius:12px!important;
  }
  body.type-category #products .product .p-in,
  body.type-index .products-block .product .p-in,
  body.type-category #products .product .p-bottom,
  body.type-index .products-block .product .p-bottom{
    gap:7px!important;
  }
  body.type-category #products .product .p-in-in,
  body.type-index .products-block .product .p-in-in,
  body.type-category #products .product .p-desc,
  body.type-index .products-block .product .p-desc{
    min-height:0!important;
    padding:9px 10px!important;
  }
  body.type-category #products .product .name,
  body.type-index .products-block .product .name{
    min-height:0!important;
  }
  body.type-category #products .product .p-bottom>div[data-micro="offer"],
  body.type-index .products-block .product .p-bottom>div[data-micro="offer"]{
    grid-template-columns:1fr!important;
    row-gap:7px!important;
  }
  body.type-category #products .product .p-tools,
  body.type-index .products-block .product .p-tools{
    width:100%!important;
    min-height:48px!important;
  }
}

/* iKULECNIK v36 Ă˘â‚¬â€ť reset pÄąĹ»vodnÄ‚Â­ho absolutnÄ‚Â­ho rozloÄąÄľenÄ‚Â­ filtru */
body.type-category.template-11 #filters .slider-header{
  position:relative!important;
  inset:auto!important;
  width:100%!important;
}
body.type-category.template-11 #filters .slider-header .from,
body.type-category.template-11 #filters .slider-header .to{
  position:static!important;
  width:auto!important;
  min-width:92px!important;
  flex:0 0 auto!important;
}
body.type-category.template-11 #filters .slider-content{
  position:relative!important;
  inset:auto!important;
  width:100%!important;
  margin:0!important;
}
body.type-category.template-11 #filters .filter-label{
  position:relative!important;
  text-indent:0!important;
}
body.type-category.template-11 #filters .filter-label::before{
  position:static!important;
  inset:auto!important;
  margin:0!important;
  transform:none!important;
}

/* iKULECNIK v26 Ă˘â‚¬â€ť sjednocenÄ‚Â© produktovÄ‚Â© karty v kategoriÄ‚Â­ch */
body.type-category #products .product .image{
  box-sizing:border-box!important;
  overflow:visible!important;
  margin-bottom:16px!important;
  border:1px solid rgba(10,71,168,.28)!important;
  border-radius:16px!important;
  background:#fff!important;
  box-shadow:0 8px 22px rgba(42,24,72,.05)!important;
}
body.type-category #products .product .image img{
  border-radius:15px!important;
}
body.type-category #products .product .p-in{
  box-sizing:border-box!important;
  padding-top:14px!important;
  border-top:1px solid rgba(10,71,168,.24)!important;
}
body.type-category #products .product .p-bottom>div[data-micro="offer"]{
  display:grid!important;
  min-height:56px!important;
  grid-template-columns:minmax(0,1fr) auto!important;
  column-gap:8px!important;
  align-items:center!important;
}
body.type-category #products .product .prices{
  display:flex!important;
  width:100%!important;
  min-width:0!important;
  margin:3px 0!important;
  flex:none!important;
  flex-direction:column!important;
  flex-wrap:nowrap!important;
}
body.type-category #products .product .price-final{
  display:flex!important;
  width:100%!important;
  align-items:baseline!important;
  flex-wrap:nowrap!important;
  gap:8px!important;
  white-space:nowrap!important;
}
body.type-category #products .product .price-standard{
  margin-right:0!important;
  flex:0 0 auto!important;
  white-space:nowrap!important;
}
body.type-category #products .product .price-final strong,
body.type-category #products .product .price-additional{
  white-space:nowrap!important;
}
body.type-category #products .product .p-tools{
  width:auto!important;
  max-width:105px!important;
  margin:3px 0!important;
  flex:none!important;
  text-align:right!important;
}
body.type-category #products .product .availability{
  width:auto!important;
  text-align:right!important;
}

@media (max-width:767px){
  body.type-category #products .product .image{
    margin-bottom:12px!important;
    border-radius:13px!important;
  }
  body.type-category #products .product .p-in{
    padding-top:11px!important;
  }
  body.type-category #products .product .p-bottom>div[data-micro="offer"]{
    grid-template-columns:1fr!important;
    row-gap:3px!important;
  }
  body.type-category #products .product .p-tools,
  body.type-category #products .product .availability{
    max-width:none!important;
    text-align:left!important;
  }
}

/* iKULECNIK v28 Ă˘â‚¬â€ť finÄ‚Ë‡lnÄ‚Â­ poÄąâ„˘adÄ‚Â­ pravidel produktovÄ‚Ëťch karet */
body.type-category #products .product .image{
  margin-bottom:14px!important;
}
body.type-category #products .product .p-in{
  display:flex!important;
  box-sizing:border-box!important;
  padding-top:0!important;
  flex-direction:column!important;
  gap:10px!important;
  border-top:0!important;
}
body.type-category #products .product .p-bottom{
  display:flex!important;
  flex-direction:column!important;
  gap:10px!important;
}
body.type-category #products .product .p-bottom>div[data-micro="offer"]{
  display:grid!important;
  min-height:72px!important;
  grid-template-columns:minmax(0,1fr) 82px!important;
  column-gap:8px!important;
  align-items:stretch!important;
}
body.type-category #products .product .prices{
  display:flex!important;
  box-sizing:border-box!important;
  width:100%!important;
  min-width:0!important;
  min-height:72px!important;
  margin:0!important;
  padding:10px 8px!important;
  flex:none!important;
  flex-direction:column!important;
  flex-wrap:nowrap!important;
  justify-content:center!important;
}
body.type-category #products .product .p-tools{
  display:flex!important;
  box-sizing:border-box!important;
  width:82px!important;
  max-width:none!important;
  min-height:72px!important;
  margin:0!important;
  padding:8px 5px!important;
  flex:none!important;
  align-items:center!important;
  justify-content:center!important;
  text-align:center!important;
}
body.type-category #products .product .availability{
  width:100%!important;
  text-align:center!important;
}

@media (max-width:767px){
  body.type-category #products .product .image{
    margin-bottom:11px!important;
    border-radius:13px!important;
  }
  body.type-category #products .product .p-in,
  body.type-category #products .product .p-bottom{
    gap:7px!important;
  }
  body.type-category #products .product .p-bottom>div[data-micro="offer"]{
    grid-template-columns:1fr!important;
    row-gap:7px!important;
  }
  body.type-category #products .product .p-tools{
    width:100%!important;
    max-width:none!important;
    min-height:48px!important;
    text-align:center!important;
  }
}

/* iKULECNIK v29 Ă˘â‚¬â€ť jedna linka pod obrÄ‚Ë‡zkem a vÄ‚ËťraznĂ„â€şjÄąË‡Ä‚Â­ Ă„Ĺ¤lenĂ„â€şnÄ‚Â­ obsahu */
body.type-category #products .product .p-in-in,
body.type-index .products-block .product .p-in-in{
  border-top:0!important;
  border-right-color:rgba(48,32,143,.17)!important;
  border-bottom-color:rgba(48,32,143,.17)!important;
  box-shadow:0 5px 12px rgba(42,24,72,.04)!important;
}
body.type-category #products .product .prices,
body.type-index .products-block .product .prices{
  border-color:rgba(10,71,168,.32)!important;
  box-shadow:0 5px 12px rgba(10,71,168,.04)!important;
}
body.type-category #products .product .p-desc,
body.type-index .products-block .product .p-desc{
  border-color:rgba(48,32,143,.16)!important;
  background:#f8f8fc!important;
  box-shadow:0 5px 12px rgba(42,24,72,.035)!important;
}

/* iKULECNIK v30 Ă˘â‚¬â€ť kompaktnÄ‚Â­ nÄ‚Ë‡zvy a dostupnost pod cenou */
body.type-category #products .product .image,
body.type-index .products-block .product .image{
  margin-bottom:6px!important;
}
body.type-category #products .product .p-in,
body.type-index .products-block .product .p-in{
  gap:8px!important;
}
body.type-category #products .product .p-in-in,
body.type-index .products-block .product .p-in-in{
  box-sizing:border-box!important;
  height:96px!important;
  min-height:96px!important;
  max-height:96px!important;
  padding:10px 12px!important;
  justify-content:flex-start!important;
  overflow:hidden!important;
  border-left:1px solid rgba(48,32,143,.17)!important;
}
body.type-category #products .product .name,
body.type-index .products-block .product .name{
  min-height:0!important;
  line-height:1.25!important;
}
body.type-category #products .product .p-bottom>div[data-micro="offer"],
body.type-index .products-block .product .p-bottom>div[data-micro="offer"]{
  display:grid!important;
  min-height:0!important;
  grid-template-columns:1fr!important;
  grid-template-rows:auto auto!important;
  row-gap:8px!important;
}
body.type-category #products .product .prices,
body.type-index .products-block .product .prices{
  min-height:68px!important;
  padding:9px 10px!important;
}
body.type-category #products .product .price-final,
body.type-index .products-block .product .price-final{
  display:flex!important;
  align-items:baseline!important;
  flex-direction:row!important;
  flex-wrap:nowrap!important;
  gap:10px!important;
}
body.type-category #products .product .p-tools,
body.type-index .products-block .product .p-tools{
  width:100%!important;
  max-width:none!important;
  min-height:44px!important;
  margin:0!important;
  padding:8px 12px!important;
}
body.type-category #products .product .availability,
body.type-index .products-block .product .availability{
  width:100%!important;
  font-size:12px!important;
  line-height:1.25!important;
  text-align:center!important;
  white-space:normal!important;
}

@media (max-width:767px){
  body.type-category #products .product .image,
  body.type-index .products-block .product .image{
    margin-bottom:5px!important;
  }
  body.type-category #products .product .p-in-in,
  body.type-index .products-block .product .p-in-in{
    height:auto!important;
    min-height:0!important;
    max-height:none!important;
    padding:9px 10px!important;
  }
}

/* iKULECNIK v31 Ă˘â‚¬â€ť bez prÄ‚Ë‡zdnÄ‚Â©ho bloku hodnocenÄ‚Â­ nad nÄ‚Ë‡zvem */
body.type-category #products .product .p-in-in>.ratings-wrapper,
body.type-index .products-block .product .p-in-in>.ratings-wrapper{
  display:none!important;
  height:0!important;
  min-height:0!important;
  margin:0!important;
  padding:0!important;
}

/* iKULECNIK v32 Ă˘â‚¬â€ť Ă„Ĺ¤istÄ‚Ëť nÄ‚Ë‡zev a popisek, nÄ‚Ë‡zev reaguje na hover */
body.type-category #products .product .p-in-in,
body.type-index .products-block .product .p-in-in{
  padding:10px 0!important;
  border:0!important;
  background:transparent!important;
  box-shadow:none!important;
}
body.type-category #products .product .name,
body.type-index .products-block .product .name{
  color:#111318!important;
  transition:color .18s ease,transform .18s ease!important;
}
body.type-category #products .product .p-in-in:hover .name,
body.type-category #products .product .name:focus-visible,
body.type-index .products-block .product .p-in-in:hover .name,
body.type-index .products-block .product .name:focus-visible{
  color:#0a47a8!important;
  transform:translateX(2px)!important;
}
body.type-category #products .product .p-desc,
body.type-index .products-block .product .p-desc{
  padding:8px 0!important;
  border:0!important;
  background:transparent!important;
  box-shadow:none!important;
  color:#111318!important;
}
body.type-category #products .product .p-desc *,
body.type-index .products-block .product .p-desc *{
  color:#111318!important;
}

/* iKULECNIK v33 Ă˘â‚¬â€ť nÄ‚Ë‡zev produktu 16 px a na stÄąâ„˘ed */
body.type-category #products .product .p-in-in,
body.type-index .products-block .product .p-in-in{
  align-items:center!important;
}
body.type-category #products .product .name,
body.type-index .products-block .product .name{
  width:100%!important;
  font-size:16px!important;
  line-height:1.3!important;
  text-align:center!important;
}
body.type-category #products .product .p-in-in:hover .name,
body.type-category #products .product .name:focus-visible,
body.type-index .products-block .product .p-in-in:hover .name,
body.type-index .products-block .product .name:focus-visible{
  transform:translateY(-1px)!important;
}

body.type-category #products .product .prices,
body.type-index .products-block .product .prices{
  align-items:center!important;
  text-align:center!important;
}
body.type-category #products .product .price-final,
body.type-index .products-block .product .price-final{
  justify-content:center!important;
}
body.type-category #products .product .price-additional,
body.type-index .products-block .product .price-additional{
  width:100%!important;
  text-align:center!important;
}

/* iKULECNIK v34 Ă˘â‚¬â€ť svĂ„â€ştle ÄąË‡edÄ‚Ëť podklad cenovÄ‚Â©ho bloku */
body.type-category #products .product .prices,
body.type-index .products-block .product .prices{
  background:#f7f7f7!important;
}

/* iKULECNIK v37 Ă˘â‚¬â€ť mobilnÄ‚Â­ produktovÄ‚Â© karty bez pÄąâ„˘ekryvÄąĹ» */
@media (max-width:767px){
  body.type-category #products .product,
  body.type-index .products-block .product,
  body.type-category #products .product .p,
  body.type-index .products-block .product .p{
    height:auto!important;
    min-height:0!important;
    max-height:none!important;
  }

  body.type-category #products .product .p,
  body.type-index .products-block .product .p{
    display:flex!important;
    padding-bottom:0!important;
    flex-direction:column!important;
    overflow:hidden!important;
  }

  body.type-category #products .product .image,
  body.type-index .products-block .product .image{
    flex:0 0 auto!important;
    margin-bottom:0!important;
  }

  body.type-category #products .product .p-in,
  body.type-index .products-block .product .p-in{
    display:flex!important;
    width:100%!important;
    height:auto!important;
    min-height:0!important;
    padding:0 14px!important;
    flex:0 0 auto!important;
    flex-direction:column!important;
    gap:0!important;
    overflow:visible!important;
  }

  body.type-category #products .product .p-in-in,
  body.type-index .products-block .product .p-in-in{
    display:flex!important;
    width:100%!important;
    height:auto!important;
    min-height:0!important;
    max-height:none!important;
    margin:0!important;
    padding:15px 0 13px!important;
    flex:0 0 auto!important;
    align-items:center!important;
    justify-content:center!important;
    overflow:visible!important;
  }

  body.type-category #products .product .name,
  body.type-index .products-block .product .name{
    display:block!important;
    height:auto!important;
    min-height:0!important;
    max-height:none!important;
    margin:0!important;
    line-height:1.3!important;
    overflow:visible!important;
  }

  body.type-category #products .product .p-bottom,
  body.type-index .products-block .product .p-bottom{
    display:flex!important;
    width:100%!important;
    height:auto!important;
    min-height:0!important;
    max-height:none!important;
    margin:0!important;
    flex:0 0 auto!important;
    flex-direction:column!important;
    gap:0!important;
    overflow:visible!important;
  }

  body.type-category #products .product .p-bottom>div[data-micro="offer"],
  body.type-index .products-block .product .p-bottom>div[data-micro="offer"]{
    display:flex!important;
    width:100%!important;
    height:auto!important;
    min-height:0!important;
    margin:0!important;
    flex:0 0 auto!important;
    flex-direction:column!important;
    gap:8px!important;
  }

  body.type-category #products .product .prices,
  body.type-index .products-block .product .prices{
    width:100%!important;
    height:auto!important;
    min-height:70px!important;
    max-height:none!important;
    margin:0!important;
    padding:10px 12px!important;
    flex:0 0 auto!important;
  }

  body.type-category #products .product .p-tools,
  body.type-index .products-block .product .p-tools{
    position:static!important;
    inset:auto!important;
    display:flex!important;
    width:100%!important;
    height:auto!important;
    min-height:46px!important;
    max-height:none!important;
    margin:0!important;
    padding:9px 12px!important;
    flex:0 0 auto!important;
    align-items:center!important;
    justify-content:center!important;
  }

  body.type-category #products .product .availability,
  body.type-index .products-block .product .availability{
    position:static!important;
    display:block!important;
    width:100%!important;
    height:auto!important;
    margin:0!important;
    line-height:1.25!important;
    text-align:center!important;
  }

  body.type-category #products .product .p-desc,
  body.type-index .products-block .product .p-desc{
    position:static!important;
    inset:auto!important;
    display:block!important;
    box-sizing:border-box!important;
    width:100%!important;
    height:auto!important;
    min-height:0!important;
    max-height:none!important;
    margin:0!important;
    padding:14px 2px 12px!important;
    flex:0 0 auto!important;
    line-height:1.45!important;
    overflow:visible!important;
    transform:none!important;
  }

  body.type-category #products .product .product-btn,
  body.type-index .products-block .product .product-btn{
    position:static!important;
    inset:auto!important;
    display:block!important;
    box-sizing:border-box!important;
    width:100%!important;
    height:auto!important;
    min-height:0!important;
    margin:0!important;
    padding:4px 14px 18px!important;
    flex:0 0 auto!important;
  }

  body.type-category #products .product .product-btn form,
  body.type-index .products-block .product .product-btn form{
    width:100%!important;
    margin:0!important;
    text-align:center!important;
  }

  body.type-category #products .product .product-btn .btn,
  body.type-index .products-block .product .product-btn .btn{
    width:min(100%,260px)!important;
    margin:0 auto!important;
  }
}

/* iKULECNIK v35 Ă˘â‚¬â€ť modernÄ‚Â­ kompaktnÄ‚Â­ filtr kategoriÄ‚Â­ */
body.type-category.template-11 .filters-unveil-button-wrapper{
  margin:0 0 12px!important;
}
body.type-category.template-11 .filters-unveil-button-wrapper .unveil-button{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  min-height:54px!important;
  padding:0 20px!important;
  border:1px solid #0a47a8!important;
  border-radius:14px!important;
  background:#0a47a8!important;
  box-shadow:0 8px 20px rgba(34,27,70,.10)!important;
  color:#fff!important;
  font-size:14px!important;
  font-weight:800!important;
  line-height:1!important;
  letter-spacing:.02em!important;
  text-transform:uppercase!important;
  transition:background .2s ease,box-shadow .2s ease,transform .2s ease!important;
}
body.type-category.template-11 .filters-unveil-button-wrapper .unveil-button:hover,
body.type-category.template-11 .filters-unveil-button-wrapper .unveil-button:focus-visible{
  background:#052877!important;
  box-shadow:0 10px 24px rgba(34,27,70,.16)!important;
  color:#fff!important;
  transform:translateY(-1px)!important;
}
body.type-category.template-11 .filters-unveil-button-wrapper .unveil-button::after{
  content:""!important;
  flex:0 0 11px!important;
  width:11px!important;
  height:11px!important;
  margin:-5px 2px 0 16px!important;
  border:0!important;
  border-right:2px solid #fff!important;
  border-bottom:2px solid #fff!important;
  transform:rotate(45deg)!important;
  transition:transform .2s ease,margin .2s ease!important;
}
body.type-category.template-11 .filters-unveil-button-wrapper:has(+ #filters.visible) .unveil-button::after{
  margin:5px 2px 0 16px!important;
  transform:rotate(225deg)!important;
}

body.type-category.template-11 #filters.visible{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:14px!important;
  margin:0 0 24px!important;
  padding:16px!important;
  overflow:visible!important;
  border:1px solid rgba(10,71,168,.34)!important;
  border-radius:20px!important;
  background:#fff!important;
  box-shadow:0 14px 34px rgba(37,31,74,.10)!important;
}
body.type-category.template-11 #filters #price-filter-form{
  display:none!important;
}
body.type-category.template-11 #filters .filter-sections,
body.type-category.template-11 #filters #category-filter-hover{
  display:contents!important;
}
body.type-category.template-11 #filters .filter-section-button{
  display:none!important;
}
body.type-category.template-11 #filters .slider-wrapper{
  flex:1 1 100%!important;
  width:100%!important;
  min-width:0!important;
  margin:0!important;
  padding:16px 18px 20px!important;
  border:1px solid rgba(10,71,168,.28)!important;
  border-radius:14px!important;
  background:#f7f7f7!important;
}
body.type-category.template-11 #filters .filter-section:not(.filter-section-button):not(.filter-section-count){
  flex:1 1 280px!important;
  width:auto!important;
  min-width:0!important;
  margin:0!important;
  padding:16px 18px!important;
  border:1px solid rgba(10,71,168,.28)!important;
  border-radius:14px!important;
  background:#f7f7f7!important;
}
body.type-category.template-11 #filters h4{
  margin:0 0 13px!important;
  padding:0!important;
  border:0!important;
  color:#171928!important;
  font-size:14px!important;
  font-weight:800!important;
  line-height:1.25!important;
  letter-spacing:.035em!important;
  text-transform:uppercase!important;
}
body.type-category.template-11 #filters h4::after{
  content:""!important;
  display:block!important;
  width:32px!important;
  height:3px!important;
  margin-top:8px!important;
  border-radius:999px!important;
  background:#0a47a8!important;
}

body.type-category.template-11 #filters .slider-header{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:12px!important;
  margin:0 0 14px!important;
}
body.type-category.template-11 #filters .slider-header .from,
body.type-category.template-11 #filters .slider-header .to{
  display:inline-flex!important;
  align-items:center!important;
  min-height:32px!important;
  padding:5px 10px!important;
  border:1px solid #e3e0e9!important;
  border-radius:9px!important;
  background:#fff!important;
  color:#052877!important;
  font-size:13px!important;
  font-weight:800!important;
  line-height:1!important;
}
body.type-category.template-11 #filters .slider-content{
  padding:5px 9px 3px!important;
}
body.type-category.template-11 #filters .ui-slider{
  height:7px!important;
  border:0!important;
  border-radius:999px!important;
  background:#e4e2ea!important;
  box-shadow:inset 0 1px 2px rgba(28,23,56,.08)!important;
}
body.type-category.template-11 #filters .ui-slider-range{
  border:0!important;
  border-radius:999px!important;
  background:#0a47a8!important;
}
body.type-category.template-11 #filters .ui-slider-handle{
  top:-7px!important;
  width:21px!important;
  height:21px!important;
  margin-left:-10px!important;
  border:3px solid #0a47a8!important;
  border-radius:50%!important;
  background:#fff!important;
  box-shadow:0 3px 9px rgba(38,31,77,.18)!important;
  cursor:grab!important;
}
body.type-category.template-11 #filters .ui-slider-handle:hover,
body.type-category.template-11 #filters .ui-slider-handle:focus-visible{
  border-color:#052877!important;
  box-shadow:0 0 0 4px rgba(47,36,131,.12),0 3px 9px rgba(38,31,77,.18)!important;
  outline:0!important;
}

body.type-category.template-11 #filters .param-filter-top{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:8px!important;
}
body.type-category.template-11 #filters .param-filter-top form{
  display:contents!important;
}
body.type-category.template-11 #filters fieldset{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:8px!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
}
body.type-category.template-11 #filters fieldset > div{
  display:inline-flex!important;
  margin:0!important;
}
body.type-category.template-11 #filters input[type="checkbox"]{
  position:absolute!important;
  width:1px!important;
  height:1px!important;
  margin:0!important;
  opacity:0!important;
}
body.type-category.template-11 #filters .filter-label{
  display:inline-flex!important;
  align-items:center!important;
  gap:7px!important;
  min-height:36px!important;
  margin:0!important;
  padding:7px 10px!important;
  border:1px solid #e1dee8!important;
  border-radius:9px!important;
  background:#fff!important;
  color:#171928!important;
  font-size:13px!important;
  font-weight:650!important;
  line-height:1.2!important;
  cursor:pointer!important;
  transition:border-color .18s ease,background .18s ease,color .18s ease,transform .18s ease,box-shadow .18s ease!important;
}
body.type-category.template-11 #filters .filter-label::before{
  content:""!important;
  flex:0 0 15px!important;
  width:15px!important;
  height:15px!important;
  border:2px solid #b9b4c8!important;
  border-radius:5px!important;
  background:#fff!important;
  box-shadow:inset 0 0 0 3px #fff!important;
  transition:border-color .18s ease,background .18s ease!important;
}
body.type-category.template-11 #filters input[type="checkbox"]:checked + .filter-label{
  border-color:#0a47a8!important;
  background:#edf3ff!important;
  color:#052877!important;
  box-shadow:0 3px 10px rgba(10,71,168,.10)!important;
}
body.type-category.template-11 #filters input[type="checkbox"]:checked + .filter-label::before{
  border-color:#0a47a8!important;
  background:#0a47a8!important;
}
body.type-category.template-11 #filters input[type="checkbox"]:focus-visible + .filter-label{
  outline:0!important;
  box-shadow:0 0 0 3px rgba(47,36,131,.14)!important;
}
body.type-category.template-11 #filters input[type="checkbox"]:not(:disabled) + .filter-label:hover{
  border-color:#0a47a8!important;
  color:#052877!important;
  transform:translateY(-1px)!important;
}
body.type-category.template-11 #filters input[type="checkbox"]:disabled + .filter-label{
  opacity:.45!important;
  cursor:not-allowed!important;
}
body.type-category.template-11 #filters .filter-count{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-width:22px!important;
  min-height:20px!important;
  margin:0!important;
  padding:2px 6px!important;
  border-radius:999px!important;
  background:#f0eef9!important;
  color:#052877!important;
  font-size:11px!important;
  font-weight:800!important;
  line-height:1!important;
}
body.type-category.template-11 #filters .filter-section-count{
  flex:1 1 100%!important;
  width:100%!important;
  min-height:38px!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  background:transparent!important;
}
body.type-category.template-11 #filters .filter-total-count{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
  width:100%!important;
  min-height:38px!important;
  padding:7px 12px!important;
  border-radius:10px!important;
  background:#f0eef9!important;
  color:#57516f!important;
  font-size:12px!important;
  font-weight:650!important;
}
body.type-category.template-11 #filters .filter-total-count strong{
  margin-left:4px!important;
  color:#052877!important;
  font-size:14px!important;
  font-weight:850!important;
}

@media (max-width:767px){
  body.type-category.template-11 .filters-unveil-button-wrapper .unveil-button{
    min-height:50px!important;
    padding:0 15px!important;
    border-radius:12px!important;
    font-size:13px!important;
  }
  body.type-category.template-11 #filters.visible{
    gap:10px!important;
    padding:10px!important;
    border-radius:15px!important;
  }
  body.type-category.template-11 #filters .slider-wrapper,
  body.type-category.template-11 #filters .filter-section:not(.filter-section-button):not(.filter-section-count){
    flex:1 1 100%!important;
    padding:14px!important;
    border-radius:12px!important;
  }
  body.type-category.template-11 #filters h4{
    margin-bottom:11px!important;
    font-size:13px!important;
  }
  body.type-category.template-11 #filters .filter-label{
    min-height:34px!important;
    padding:6px 9px!important;
    font-size:12px!important;
  }
  body.type-category.template-11 #filters .filter-total-count{
    justify-content:center!important;
  }
}

/* iKULECNIK v38 Ă˘â‚¬â€ť pÄąâ„˘esnÄ‚Â© vystÄąâ„˘edĂ„â€şnÄ‚Â­ mobilnÄ‚Â­ho tlaĂ„Ĺ¤Ä‚Â­tka Do koÄąË‡Ä‚Â­ku */
@media (max-width:767px){
  body.type-category #products .product .product-btn form,
  body.type-index .products-block .product .product-btn form{
    display:flex!important;
    width:100%!important;
    margin:0!important;
    align-items:center!important;
    justify-content:center!important;
  }

  body.type-category #products .product .product-btn .btn,
  body.type-index .products-block .product .product-btn .btn{
    display:inline-flex!important;
    width:min(100%,260px)!important;
    margin:0 auto!important;
    align-items:center!important;
    justify-content:center!important;
  }
}

/* iKULECNIK v40 - ciste ovladaci prvky filtru */
body.type-category.template-11 #filters .ui-slider::after,
body.type-category.template-11 #filters .ui-slider-handle::after{
  content:none!important;
  display:none!important;
}

body.type-category.template-11 #filters .ui-slider-range{
  top:0!important;
  bottom:auto!important;
  height:100%!important;
}

body.type-category.template-11 #filters .ui-slider-handle{
  top:50%!important;
  box-sizing:border-box!important;
  transform:translateY(-50%)!important;
}

body.type-category.template-11 #filters input[type="checkbox"]:checked + .filter-label::before{
  background-color:#0a47a8!important;
  background-image:none!important;
}

body.type-category.template-11 #filters .filter-label::after{
  content:none!important;
  display:none!important;
}

body.type-category.template-11 #filters input[type="checkbox"]:checked + .filter-label::after{
  content:""!important;
  display:block!important;
  position:absolute!important;
  top:11px!important;
  left:16px!important;
  width:5px!important;
  height:9px!important;
  border:solid #fff!important;
  border-width:0 2px 2px 0!important;
  background:transparent!important;
  transform:rotate(45deg)!important;
}

@media (max-width:767px){
  body.type-category.template-11 #filters h4::after{
    content:none!important;
    display:none!important;
  }
}

/* iKULECNIK v41 - jedna sipka tlacitka filtru */
body.type-category.template-11 .filters-unveil-button-wrapper .unveil-button::before{
  content:none!important;
  display:none!important;
}

body.type-category.template-11 .filters-unveil-button-wrapper .unveil-button::after,
body.type-category.template-11 .filters-unveil-button-wrapper:has(+ #filters.visible) .unveil-button::after{
  margin:0 2px 0 16px!important;
  transform-origin:50% 50%!important;
}

/* iKulecnik: produktova galerie, odznaky a nahledy */
body.type-product .p-image{
  box-sizing:border-box!important;
  overflow:visible!important;
  border:1px solid rgba(10,71,168,.24)!important;
  border-radius:24px!important;
  background:#fff!important;
  box-shadow:0 16px 42px rgba(5,40,119,.09)!important;
}
body.type-product .p-image .p-main-image{
  display:flex!important;
  overflow:hidden!important;
  width:100%!important;
  height:100%!important;
  align-items:center!important;
  justify-content:center!important;
  border-radius:23px!important;
  background:#fff!important;
}
body.type-product .p-image .p-main-image img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  border:0!important;
  border-radius:23px!important;
  object-fit:contain!important;
  background:#fff!important;
}
html body.type-product .p-thumbnails-wrapper{
  overflow:visible!important;
  margin-top:2px!important;
  margin-bottom:-7px!important;
  padding-bottom:7px!important;
}
html body.type-product .p-thumbnails-wrapper .p-thumbnails-inner{
  padding-bottom:4px!important;
}
html body.type-product .p-thumbnails-wrapper .p-thumbnail{
  box-sizing:border-box!important;
  overflow:hidden!important;
  height:100px!important;
  margin-bottom:3px!important;
  border:1px solid rgba(10,71,168,.30)!important;
  border-radius:12px!important;
  background:#fff!important;
  box-shadow:0 4px 12px rgba(5,40,119,.05)!important;
  transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease!important;
}
html body.type-product .p-thumbnails-wrapper .p-thumbnail img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  border:0!important;
  border-radius:11px!important;
  object-fit:contain!important;
  background:#fff!important;
}
html body.type-product .p-thumbnails-wrapper .p-thumbnail:hover{
  transform:translateY(-1px)!important;
  border-color:rgba(10,71,168,.72)!important;
  box-shadow:0 7px 18px rgba(5,40,119,.10)!important;
}
html body.type-product .p-thumbnails-wrapper .p-thumbnail.highlighted{
  border:2px solid #0a47a8!important;
  box-shadow:0 6px 16px rgba(10,71,168,.14)!important;
}
html body.type-product .p-thumbnails-wrapper .p-thumbnail.highlighted img{
  border:0!important;
}

/* iKulecnik: skutecne klikaci plochy tlacitek mnozstvi */
body.type-product .add-to-cart .quantity .increase::before,
body.type-product .add-to-cart .quantity .decrease::before{
  display:none!important;
  content:none!important;
  pointer-events:none!important;
}

/* iKulecnik: viditelne a ovladatelne varianty produktu */
body.type-product .detail-parameters-block:has(.hidden-split-parameter){
  min-height:140px!important;
  padding:16px 18px!important;
  align-items:stretch!important;
  justify-content:flex-start!important;
}
body.type-product .detail-parameters:has(.hidden-split-parameter){
  display:table!important;
  width:100%!important;
  margin:8px 0 0!important;
  table-layout:fixed!important;
}
body.type-product .detail-parameters:has(.hidden-split-parameter) tr{
  display:table-row!important;
  width:100%!important;
}
body.type-product .detail-parameters:has(.hidden-split-parameter) th,
body.type-product .detail-parameters:has(.hidden-split-parameter) td{
  display:table-cell!important;
  padding:5px 0!important;
  border:0!important;
  vertical-align:middle!important;
}
body.type-product .detail-parameters:has(.hidden-split-parameter) th{
  width:34%!important;
  padding-right:10px!important;
  color:#5f6470!important;
  font-size:12px!important;
  font-weight:800!important;
  line-height:1.25!important;
  text-transform:uppercase!important;
}
body.type-product .detail-parameters select.hidden-split-parameter{
  box-sizing:border-box!important;
  display:block!important;
  width:100%!important;
  min-width:0!important;
  height:42px!important;
  margin:0!important;
  padding:0 34px 0 12px!important;
  border:1px solid rgba(10,71,168,.42)!important;
  border-radius:10px!important;
  background-color:#fff!important;
  color:#171522!important;
  font-family:Inter,Arial,sans-serif!important;
  font-size:14px!important;
  font-weight:700!important;
  cursor:pointer!important;
}
body.type-product .detail-parameters select.hidden-split-parameter:focus{
  border-color:#0a47a8!important;
  outline:2px solid rgba(10,71,168,.18)!important;
  outline-offset:1px!important;
}

@media (max-width:767px){
  body.type-product .p-image{
    border-radius:18px!important;
    box-shadow:0 10px 28px rgba(5,40,119,.08)!important;
  }
  body.type-product .p-image .p-main-image,
  body.type-product .p-image .p-main-image img{
    border-radius:17px!important;
  }
  html body.type-product .p-thumbnails-wrapper .p-thumbnail{
    height:82px!important;
    border-radius:10px!important;
  }
  html body.type-product .p-thumbnails-wrapper .p-thumbnail img{
    border-radius:9px!important;
  }
  body.type-product .detail-parameters:has(.hidden-split-parameter) th,
  body.type-product .detail-parameters:has(.hidden-split-parameter) td{
    display:block!important;
    width:100%!important;
    padding:3px 0!important;
  }
  body.type-product .detail-parameters:has(.hidden-split-parameter) td{
    padding-bottom:8px!important;
  }
}

/* iKulecnik: stabilni mrizka variant, ceny a dostupnosti */
html body.type-product .p-info-wrapper .p-info-grid{
  display:grid!important;
  box-sizing:border-box!important;
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
  flex:none!important;
  grid-template-columns:minmax(0,1.2fr) minmax(190px,.8fr)!important;
  overflow:visible!important;
}
html body.type-product .p-info-grid .detail-grid-item{
  width:auto!important;
  max-width:100%!important;
  min-width:0!important;
}
html body.type-product .p-info-grid .detail-parameters-block:has(.hidden-split-parameter){
  grid-column:1!important;
  grid-row:1!important;
}
html body.type-product .p-info-grid:has(.detail-parameters-block) .detail-price-block{
  grid-column:2!important;
  grid-row:1!important;
}
html body.type-product .p-info-grid:has(.detail-parameters-block) .detail-availability-block{
  grid-column:1 / -1!important;
  grid-row:2!important;
}
html body.type-product .p-info-grid .detail-parameters-block ~ .detail-parameters-block{
  display:none!important;
}
html body.type-product .detail-parameters:has(.hidden-split-parameter){
  box-sizing:border-box!important;
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
}
html body.type-product .detail-parameters select.hidden-split-parameter{
  position:static!important;
  inset:auto!important;
  left:auto!important;
  top:auto!important;
  transform:none!important;
}

body.type-product .p-final-price-wrapper .price-final{
  white-space:nowrap!important;
  font-size:clamp(28px,2.2vw,34px)!important;
}

body.type-category.template-11 #filters .slider-wrapper > h4{
  display:block!important;
}

/* iKulecnik: modre a citelne razeni produktu */
body.type-category.template-11 .listSorting{
  margin:0 0 22px!important;
}
body.type-category.template-11 .listSorting__controls{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:10px!important;
  margin:0!important;
  padding:0!important;
  background:transparent!important;
  list-style:none!important;
}
body.type-category.template-11 .listSorting__controls > li{
  margin:0!important;
  padding:0!important;
  border:0!important;
}
body.type-category.template-11 .listSorting__control{
  min-height:42px!important;
  padding:0 18px!important;
  border:1px solid #0a47a8!important;
  border-radius:10px!important;
  background:#0a47a8!important;
  color:#fff!important;
  font-size:13px!important;
  font-weight:800!important;
  text-transform:uppercase!important;
  transition:background .18s ease,transform .18s ease,box-shadow .18s ease!important;
}
body.type-category.template-11 .listSorting__control:hover,
body.type-category.template-11 .listSorting__control:focus-visible,
body.type-category.template-11 .listSorting__control.active,
body.type-category.template-11 .listSorting__control[aria-current="true"]{
  background:#052877!important;
  border-color:#052877!important;
  color:#fff!important;
  transform:translateY(-1px)!important;
  box-shadow:0 8px 18px rgba(5,40,119,.18)!important;
}

@media (max-width:767px){
  html body.type-product .p-info-wrapper .p-info-grid{
    grid-template-columns:1fr!important;
  }
  html body.type-product .p-info-grid .detail-parameters-block:has(.hidden-split-parameter),
  html body.type-product .p-info-grid:has(.detail-parameters-block) .detail-price-block,
  html body.type-product .p-info-grid:has(.detail-parameters-block) .detail-availability-block{
    grid-column:1!important;
    grid-row:auto!important;
  }
  body.type-category.template-11 .listSorting__controls{
    gap:8px!important;
  }
  body.type-category.template-11 .listSorting__controls > li{
    flex:1 1 calc(50% - 8px)!important;
  }
  body.type-category.template-11 .listSorting__control{
    width:100%!important;
    min-height:40px!important;
    padding:0 10px!important;
    font-size:12px!important;
  }
}
/* Encoding-safe decorative symbols. */
body.template-11 .ik-v3-top-links a:not(:last-child)::after {
  content: "\2022" !important;
}

body.template-11 .top-navigation-tools .dropdown::before {
  content: "\25A3" !important;
}

body.desktop.template-11 #navigation .top-navigation-menu-trigger span::after {
  content: "\25BE" !important;
}
/* Final desktop header cleanup. */
body.template-11 #header::before {
  content: none !important;
  display: none !important;
}

body.desktop.template-11 #navigation .top-navigation-menu-trigger::before,
body.desktop.template-11 #navigation .top-navigation-menu-trigger::after {
  content: none !important;
  display: none !important;
}

body.desktop.template-11 #navigation .top-navigation-bar-menu > li::before {
  content: none !important;
  display: none !important;
}

/* iKulecnik v4 final: product categories in the blue desktop navigation. */
@media (min-width: 992px) {
  body.desktop.template-11 .top-navigation-bar .top-navigation-menu {
    display: none !important;
  }

  body.desktop.template-11 #navigation .navigation-in {
    display: flex !important;
    width: min(100% - 48px, 1460px) !important;
    height: 58px !important;
    margin: 0 auto !important;
    align-items: stretch !important;
    overflow: visible !important;
  }

  body.desktop.template-11 #navigation .navigation-in > .menu-level-1 {
    position: relative !important;
    display: flex !important;
    width: 100% !important;
    height: 58px !important;
    margin: 0 !important;
    padding: 0 !important;
    align-items: stretch !important;
    justify-content: stretch !important;
    overflow: visible !important;
  }

  body.desktop.template-11 #navigation .navigation-in > .menu-level-1 > li {
    position: relative !important;
    display: flex !important;
    min-width: 0 !important;
    height: 58px !important;
    margin: 0 !important;
    flex: 1 1 0 !important;
    align-items: stretch !important;
  }

  body.desktop.template-11 #navigation .navigation-in > .menu-level-1 > li:nth-child(n+7):not(.ik-product-more) {
    display: none !important;
  }

  body.desktop.template-11 #navigation .navigation-in > .menu-level-1 > li > a,
  body.desktop.template-11 #navigation .ik-product-more-button {
    display: flex !important;
    width: 100% !important;
    min-width: 0 !important;
    height: 58px !important;
    padding: 0 12px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: #fff !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 7px !important;
    font-family: Inter, Arial, sans-serif !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    line-height: 1.15 !important;
    text-align: center !important;
    text-decoration: none !important;
    white-space: normal !important;
    cursor: pointer !important;
  }

  body.desktop.template-11 #navigation .navigation-in > .menu-level-1 > li:hover > a,
  body.desktop.template-11 #navigation .ik-product-more.is-open > .ik-product-more-button,
  body.desktop.template-11 #navigation .ik-product-more-button:hover {
    background: #052877 !important;
  }

  body.desktop.template-11 #navigation .ik-product-more {
    flex: 0 0 94px !important;
  }

  body.desktop.template-11 #navigation .ik-product-more-dropdown {
    position: absolute !important;
    z-index: 9999 !important;
    top: 58px !important;
    right: 0 !important;
    display: none !important;
    width: 330px !important;
    max-height: min(70vh, 620px) !important;
    margin: 0 !important;
    padding: 10px !important;
    border: 1px solid #dce5f4 !important;
    border-radius: 0 0 14px 14px !important;
    background: #fff !important;
    box-shadow: 0 18px 42px rgba(5, 40, 119, .2) !important;
    overflow: auto !important;
    list-style: none !important;
  }

  body.desktop.template-11 #navigation .ik-product-more.is-open > .ik-product-more-dropdown {
    display: block !important;
  }

  body.desktop.template-11 #navigation .ik-product-more-dropdown > li {
    display: block !important;
    width: 100% !important;
    height: auto !important;
  }

  body.desktop.template-11 #navigation .ik-product-more-dropdown > li > a {
    display: block !important;
    padding: 11px 13px !important;
    border-radius: 8px !important;
    color: #151515 !important;
    font-size: 13px !important;
    font-weight: 750 !important;
    line-height: 1.25 !important;
  }

  body.desktop.template-11 #navigation .ik-product-more-dropdown > li > a:hover {
    background: #edf3ff !important;
    color: #052877 !important;
  }

  body.desktop.template-11 #navigation .navigation-in > .navigation-in-bottom,
  body.desktop.template-11 #navigation .menu-helper,
  body.desktop.template-11 #navigation .top-navigation-menu {
    display: none !important;
  }
}

/* iKulecnik v4 final: stable category product cards. */
body.type-category.template-11 #products .products-block > .product {
  display: flex !important;
  height: auto !important;
  min-height: 520px !important;
}

body.type-category.template-11 #products .products-block > .product > .p {
  position: relative !important;
  display: flex !important;
  width: 100% !important;
  height: auto !important;
  min-height: 520px !important;
  padding: 0 14px 16px !important;
  flex-direction: column !important;
  overflow: hidden !important;
}

body.type-category.template-11 #products .products-block .product .image {
  display: flex !important;
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 4 / 3 !important;
  margin: 0 0 6px !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden !important;
}

body.type-category.template-11 #products .products-block .product .image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
}

body.type-category.template-11 #products .products-block .product .p-in {
  display: flex !important;
  width: 100% !important;
  min-height: 0 !important;
  padding: 0 !important;
  flex: 1 1 auto !important;
  flex-direction: column !important;
}

body.type-category.template-11 #products .products-block .product .p-in-in {
  display: flex !important;
  min-height: 82px !important;
  padding: 10px 4px !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden !important;
}

body.type-category.template-11 #products .products-block .product .name {
  display: -webkit-box !important;
  margin: 0 !important;
  color: #111 !important;
  font-size: 16px !important;
  font-weight: 800 !important;
  line-height: 1.28 !important;
  text-align: center !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 3 !important;
  overflow: hidden !important;
}

body.type-category.template-11 #products .products-block .product .name:hover,
body.type-category.template-11 #products .products-block .product .name:focus-visible {
  color: #0a47a8 !important;
}

body.type-category.template-11 #products .products-block .product .p-bottom,
body.type-category.template-11 #products .products-block .product .p-bottom > [data-micro="offer"] {
  display: flex !important;
  width: 100% !important;
  height: auto !important;
  margin: 0 !important;
  flex-direction: column !important;
  gap: 8px !important;
}

body.type-category.template-11 #products .products-block .product .prices {
  display: flex !important;
  width: 100% !important;
  min-height: 66px !important;
  margin: 0 !important;
  padding: 10px 12px !important;
  border: 1px solid #dbe3ef !important;
  border-radius: 12px !important;
  background: #f7f7f7 !important;
  align-items: center !important;
  justify-content: center !important;
  flex-direction: row !important;
  gap: 10px !important;
  text-align: center !important;
}

body.type-category.template-11 #products .products-block .product .price-final {
  display: flex !important;
  width: auto !important;
  margin: 0 !important;
  align-items: baseline !important;
  justify-content: center !important;
}

body.type-category.template-11 #products .products-block .product .p-tools {
  position: static !important;
  inset: auto !important;
  display: flex !important;
  width: 100% !important;
  min-height: 46px !important;
  margin: 0 !important;
  padding: 0 !important;
  align-items: center !important;
  justify-content: center !important;
}

body.type-category.template-11 #products .products-block .product .availability {
  display: flex !important;
  width: 100% !important;
  min-height: 46px !important;
  margin: 0 !important;
  padding: 9px 10px !important;
  border: 1px solid #bfe5c7 !important;
  border-radius: 12px !important;
  background: #eff9f1 !important;
  align-items: center !important;
  justify-content: center !important;
  line-height: 1.25 !important;
  text-align: center !important;
}

body.type-category.template-11 #products .products-block .product .p-desc {
  display: -webkit-box !important;
  min-height: 58px !important;
  margin: 0 !important;
  padding: 10px 3px 8px !important;
  color: #111 !important;
  font-size: 13px !important;
  line-height: 1.45 !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 3 !important;
  overflow: hidden !important;
}

body.type-category.template-11 #products .products-block .product .product-btn:has(> .quantity):not(:has(.btn)):not(:has(form)) {
  display: none !important;
}

body.type-category.template-11 #products .products-block .product .product-btn {
  position: static !important;
  inset: auto !important;
  display: flex !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  margin: auto 0 0 !important;
  padding: 10px 0 0 !important;
  align-items: center !important;
  justify-content: center !important;
}

body.type-category.template-11 #products .products-block .product .product-btn .btn,
body.type-category.template-11 #products .products-block .product .product-btn form {
  width: min(100%, 230px) !important;
  margin: 0 auto !important;
}

/* iKulecnik v4 final: compact and overflow-safe mobile header and cards. */
@media (max-width: 991px) {
  html,
  body.template-11 {
    max-width: 100% !important;
    overflow-x: hidden !important;
  }

  body.template-11 .top-navigation-bar {
    display: none !important;
  }

  body.template-11 #header {
    position: relative !important;
    width: 100% !important;
    height: auto !important;
    min-height: 76px !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  body.template-11 #header .header-top {
    position: relative !important;
    display: flex !important;
    width: 100% !important;
    height: 76px !important;
    min-height: 76px !important;
    margin: 0 !important;
    padding: 7px 14px !important;
    align-items: center !important;
    gap: 8px !important;
  }

  body.template-11 #header .site-name-wrapper,
  body.template-11 #header .site-name,
  body.template-11 #header .site-name a {
    position: static !important;
    display: flex !important;
    width: auto !important;
    height: 62px !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    flex: 1 1 auto !important;
    align-items: center !important;
  }

  body.template-11 #header .site-name img {
    display: block !important;
    width: auto !important;
    max-width: 185px !important;
    height: auto !important;
    max-height: 58px !important;
  }

  body.template-11 #header .search,
  body.template-11 #header .top-navigation-contacts {
    display: none !important;
  }

  body.template-11 #header .navigation-buttons {
    position: static !important;
    display: flex !important;
    width: auto !important;
    height: 62px !important;
    min-width: 145px !important;
    margin: 0 0 0 auto !important;
    padding: 0 !important;
    flex: 0 0 auto !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 4px !important;
  }

  body.template-11 #header .navigation-buttons > a,
  body.template-11 #header .navigation-buttons > div,
  body.template-11 #header .navigation-buttons > button {
    position: static !important;
    margin: 0 !important;
  }

  body.template-11 #navigation .ik-product-more {
    display: none !important;
  }

  body.type-index.template-11 .ik-v3-home {
    width: calc(100% - 24px) !important;
    margin: 12px auto 24px !important;
  }

  body.type-index.template-11 .ik-v3-hero-grid,
  body.type-index.template-11 .ik-v3-services,
  body.type-index.template-11 .ik-v3-categories {
    width: 100% !important;
    min-width: 0 !important;
  }
}

@media (max-width: 767px) {
  body.type-category.template-11 #products .products-block {
    display: grid !important;
    width: 100% !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 16px !important;
  }

  body.type-category.template-11 #products .products-block > .product,
  body.type-category.template-11 #products .products-block > .product > .p {
    width: 100% !important;
    min-width: 0 !important;
    min-height: 0 !important;
  }

  body.type-category.template-11 #products .products-block > .product > .p {
    padding: 0 14px 16px !important;
  }

  body.type-category.template-11 #products .products-block .product .image {
    aspect-ratio: 4 / 3 !important;
  }

  body.type-category.template-11 #products .products-block .product .p-in-in {
    min-height: 74px !important;
  }

  body.type-category.template-11 #products .products-block .product .product-btn .btn,
  body.type-category.template-11 #products .products-block .product .product-btn form {
    width: min(100%, 280px) !important;
  }
}
