@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

:root {
    --in-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.15);
    --in-box-shadow-hover: 0 25px 25px rgba(0, 0, 0, 0.15);
    --bs-body-font-size: 1.125rem;
    --in-second: #ff9625;
    --in-second-rgb: 255, 150, 37;

    --in-bg-gradient-webkit: -webkit-linear-gradient(90deg, var(--in-second) 0%, var(--bs-primary) 80.74%);
    --in-bg-gradient: linear-gradient(90deg, var(--in-second) 0%, var(--bs-primary) 80.74%);
}

/* Basic
===========================================*/
body {
    font-family: "Roboto", sans-serif;
    line-height: 1.5;
}

b,
strong {
    font-weight: 600;
}

/*headline*/
h6,
.h6,
h5,
.h5,
h4,
.cart-form__title,
.account-form__title,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1 {
    color: var(--bs-body-color);
    font-weight: 700;
    line-height: 1.4;
    font-family: "Roboto Condensed", sans-serif;
    margin-top: 0.5em;
}

h1,
.h1,
.section--header h1,
.section--header .h1,
.section-title h1,
.section-title .h1 {
    font-size: calc(1.375rem + 1.5vw);
    text-align: left;
}

.container--article h1+p,
.container--article .h1+p {
    margin-top: 0;
}

h2,
.h2 {
    text-align: left;
}

.container--article ol+h2,
.container--article ol+.h2,
.container--article ul+h2,
.container--article ul+.h2,
.container--article p+h2,
.container--article p+.h2 {
    margin-top: clamp(2rem, 4vw, 3rem)
}

.container--article ol+h3,
.container--article ol+.h3,
.container--article ul+h3,
.container--article ul+.h3,
.container--article p+h3,
.container--article p+.h3 {
    margin-top: clamp(1.5rem, 4vw, 2rem)
}

.section-3-col-bottom-text h3,
.section-3-col-bottom-text .h3,
.section-3-col-bottom-text p,
.section-3-col-top-text h3,
.section-3-col-top-text .h3,
.section-3-col-top-text p {
    max-width: 100%;
    margin: unset;
    margin-bottom: 1rem;
}
/*padding and alignment*/
.section--header~.perex,
.section--header~.section-perex,
.perex {
    display: block;
    margin-top: 0;
    text-align: left;
    padding-left: 0;
    padding-right: 0;
}

.section--header {
    text-align: left;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
}

.main>.container:first-child,
.main>.motive__motto:first-child,
.container--article {
    padding-bottom: 0rem
}

#main {
    padding-top: 0rem;
}

body:not(.rubric):not(.product-detail) #main {
    padding-bottom: 0rem;
}

#index .main,
#index .container--article,
#index .main>.container:first-child {
    padding-bottom: 0;
}

#user-info-content,
.container.container--files:first-child,
.container--files {
    padding-bottom: clamp(1.5rem, 3vw, 4rem);
}

.perex__text-wrapper,
.section-perex__text-wrapper {
    text-align: left;
}

.font-size-fluid,
.col-text,
.section--header,
.section--text,
.section-blank,
.section-title,
.section-header,
.section-cta,
.section-2-col-right-text,
.section-2-col-left-text {
    font-size: var(--bs-body-font-size);
    line-height: var(--bs-body-line-height);
}

.section-dynamic .article-item-wrapper {
    flex: unset;
}

.section-container:not(.section-bg)+p+.section-container:not(.section-bg) {
    padding-top: 0;
}

section .section-bg-light,
section .section--bg,
section .section-bg {
    padding: 1rem !important;
    margin: 0;
}

.section-3-col-bottom-text .section-cell-item,
.section-3-col-top-text .section-cell-item {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.section-3-col-bottom-text,
.section-3-col-top-text {
    text-align: left;
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    align-items: unset
}

.section-3-col-bottom-text .section-cell-img,
.section-3-col-top-text .section-cell-img {
    margin-bottom: 0.5em
}

.section-3-col-bottom-text .section-cell-img:only-child,
.section-3-col-top-text .section-cell-img:only-child,
.section-3-col-bottom-text img:only-child,
.section-3-col-top-text img:only-child {
    margin-bottom: 0em
}

.section-cta,
.section--cta {
    text-align: left;
}

/*section fullwidth*/
.section-fullwidth.section-map *,
.section--fullwidth.section-map * {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
}

.section-fullwidth .row,
.section--fullwidth .row {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
}


.section-bg.section-fullwidth,
.section-bg.section--fullwidth {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.section--fullwidth,
.section-fullwidth {
    margin-left: -0.75rem !important;
    margin-right: -0.75rem !important;
}

@media(min-width: 576px) {

    .section--fullwidth,
    .section-fullwidth {
        margin-left: calc((-100vw + 540px - (2 * 0.5rem))/2) !important;
        margin-right: calc((-100vw + 540px - (2 * 0.5rem))/2) !important;
    }
}

@media(min-width: 768px) {

    .section--fullwidth,
    .section-fullwidth {
        margin-left: calc((-100vw + 720px - (2 * 0.5rem))/2) !important;
        margin-right: calc((-100vw + 720px - (2 * 0.5rem))/2) !important;
    }
}

@media(min-width: 992px) {

    .section--fullwidth,
    .section-fullwidth {
        margin-left: calc((-100vw + 960px - (2 * 0.5rem))/2) !important;
        margin-right: calc((-100vw + 960px - (2 * 0.5rem))/2) !important;
    }
}

@media(min-width: 1200px) {

    .section--fullwidth,
    .section-fullwidth {
        margin-left: calc((-100vw + 1140px - (2 * 0.5rem))/2) !important;
        margin-right: calc((-100vw + 1140px - (2 * 0.5rem))/2) !important;
    }
}

@media(min-width: 1400px) {

    .section--fullwidth,
    .section-fullwidth {
        margin-left: calc((-100vw + 1320px - (2 * 0.5rem))/2) !important;
        margin-right: calc((-100vw + 1320px - (2 * 0.5rem))/2) !important;
    }
}


/*table*/
.table-overflow tr:first-of-type,
.table-collapse td:first-of-type {
    font-weight: inherit !important;
}

/*stejná výška ve vypisu*/
.categories--root .category,
.file-item,
.product-item {
    height: 100% !important;
}

/*breadcrumb*/
.breadcrumb__list {
    display: flex;
}


/*button block*/
.btn-block {
    display: block
}

/* UPRAVA SABLONY
==============================*/

/* hlavička
=====================*/
.menu-horizontal .header {
    border-bottom: 1px solid rgba(var(--bs-body-color-rgb), 0.17)
}


/*uprava velikosti loga*/

@media(min-width: 1200px) {
    .menu-horizontal .navbar__brand {
        min-height: 3rem
    }
}

.menu-horizontal .navbar__brand-logo-img {
    max-width: 13rem;
    max-height: 5rem
}

@media(min-width: 576px) {
    .menu-horizontal .navbar__brand-logo-img {
        max-width: 15rem
    }
}

@media(min-width: 1200px) {
    .menu-horizontal .navbar__brand-logo-img {
        max-width: 20rem;
        max-height: 5rem
    }
}

/*navbar - tlačítka*/
@media (min-width:992px) {

    .menu-horizontal .navbar__account,
    .menu-horizontal .navbar__cart-wrap,
    .menu-horizontal .navbar__search-input,
    .menu-horizontal .navbar__search-button {
        padding-top: calc(0.5em - 1px);
        padding-bottom: calc(0.5em - 1px)
    }
}

/*contactus*/
.menu-horizontal .contactus-wrap {
    position: relative;
    background-color: rgba(var(--bs-secondary-rgb), .1);
}

.menu-horizontal .contactus-wrap:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(var(--bs-primary-rgb), 0.05);
    z-index: -1;
}

.menu-horizontal .contactus {
    width: 100%;
    white-space: normal;
    font-size: 0.9em;
}

.menu-horizontal .contactus i {
    color: var(--bs-primary)
}

.menu-horizontal .contactus a {
    color: var(--bs-body-color);
}

#contactus i {
    border-radius: 25px !important;
    padding: 5px;
}

@media (min-width: 992px) {
    .contactus {
        display: flex;
        padding-bottom: 0.5em;
        padding-right: 0;
        white-space: normal;
    }
}


/*navbar menu*/
.navbar__menu-list button.navbar__menu-link,
.navbar__menu-list a,
.navbar__menu-item.active>.navbar__menu-link,
.navbar__menu-item.active>.navbar__menu-link .navbar__menu-item .active {
    color: var(--bs-body-color);
    text-transform: uppercase;
    font-family: "Roboto Condensed", sans-serif;
    font-size: em;
    font-weight: 700;
}

.navbar__menu-list button.navbar__menu-link,
.navbar__menu-list a {
    position: relative;
}

.navbar__menu-list button.navbar__menu-link:before,
.navbar__menu-list a:before {
    content: '';
    position: absolute;
    bottom: -2px;
    height: 2px;
    display: block;
    width: 0;
    left: 50%;
    transform: translateX(-50%);
    background: var(--bs-body-color);
    transition: all ease .35s;
}

.navbar__menu-item.active>.navbar__menu-link:before,
.navbar__menu-list button.navbar__menu-link:hover:before,
.navbar__menu-list a:hover:before {
    width: calc(100% - 1em);
    background: var(--bs-primary);
}

.navbar__menu-item.active>.navbar__menu-link:before {
    background: var(--bs-primary);
}

.navbar__menu-item .navbar__menu-item {
    border: 0;
}

.navbar__menu-item--has-childs .navbar__menu-list {
    padding: 0;
    border: 1px solid rgba(var(--bs-body-color-rgb), 0.1);
    border-radius: 0;
}

.navbar__menu-item--has-childs .navbar__menu-list a,
.navbar__menu-item--has-childs .navbar__menu-list .navbar__menu-item.active>.navbar__menu-link {
    text-transform: unset;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
}

.navbar__menu-item.active .navbar__menu-item.active .navbar__menu-link,
.navbar__menu-item--has-childs .navbar__menu-list .navbar__menu-link:hover {
    background-color: var(--bs-primary);
    color: var(--bs-body-bg)
}

.navbar__menu-item--has-childs .navbar__menu-list .navbar__menu-link:before {
    display: none
}

.navbar button:hover:not(.navbar__search-button) i {
    color: var(--bs-primary)
}

.navbar__menu-list a:hover,
button.navbar__menu-link:hover,
button.navbar__menu-link:hover i {
    color: var(--bs-body-color)
}

/*menu vertical*/
@media (min-width: 992px) {

    .menu-vertical .contactus-wrap {
        order: 1;
    }

    .menu-vertical .contactus {
        justify-content: center;
        align-items: center;
        margin: unset;
        width: 100%;
    }

}


/*motive
===========================*/

.motive {
    display: none
}

#index .motive {
    display: block
}

/*motto*/
.motive__motto {
    display: none;
}

#index .motive__motto {
    display: flex;
}

.motto__title {
    font-size: 4rem;
    line-height: 1.2;
    font-weight: 600
}

.motto__text {
    font-size: 2rem;
    font-weight: 600
}

.motto {
    max-width: unset;
}

/*  footer
=================================*/

.footer {
    position: relative;
}

.footer h4 {
    color: var(--bs-body-color)
}

/* main
============================*/

/*vypis rubriky jako blog*/
.index-blog[data-dynamic-type="blog"] .article-item-wrapper {
    display: none;
}

.index-blog[data-dynamic-type="blog"] .article-item-wrapper:nth-child(-n+3) {
    display: block;
}

.section-dynamic[data-dynamic-type="blog"] .article-item-wrapper {
    margin-bottom: 0;
    margin-left: -1px;
    margin-top: -1px;
}

.section-dynamic[data-dynamic-type="blog"] .article-item {
    align-self: stretch;
    padding: 15px;
    height: 100%;
    border: 1px solid rgba(var(--bs-body-color-rgb), 0.17);
    background-color: var(--bs-body-bg);
    -webkit-box-shadow: unset;
    box-shadow: unser;
    position: relative;
}

.section-dynamic[data-dynamic-type="blog"] .article-item:hover {
    -webkit-box-shadow: var(--in-box-shadow-hover);
    box-shadow: var(--in-box-shadow-hover);
    border: 1px solid rgba(var(--bs-body-color-rgb), 0.17);
    z-index: 2;
}

.section-dynamic[data-dynamic-type="blog"] .article-item__thumbnail {
    margin: 0 0 15px 0;
}

@media (min-width: 576px) {
    .section-dynamic[data-dynamic-type="blog"] .article-item-wrapper {
        padding: 0;
    }
}

/*ohraniceni sloupce s obrazkem*/
.section-3-col-bottom-text.cell-img-borders .section-cell-item {
    --section-item-margin: 15px;
    border: 0;
    -webkit-box-shadow: unset;
    box-shadow: unset;
}

.section-3-col-bottom-text.cell-img-borders .section-cell-item:hover {
    -webkit-transform: unset;
    transform: unset;
    -webkit-box-shadow: unset;
    box-shadow: unset
}

@media(min-width: 576px) {

    .section-3-col-bottom-text.cell-img-borders .section-cell-item.col-sm-6,
    .section-3-col-bottom-text.cell-img-borders .section-cell-item.product-item-wrapper,
    .section-3-col-bottom-text.cell-img-borders .section-cell-item.cart-modal__info-col,
    .section-3-col-bottom-text.cell-img-borders .section-cell-item.cart-modal__img-col,
    .section-3-col-bottom-text.cell-img-borders .section-cell-item.category-wrapper,
    .section-3-col-bottom-text.cell-img-borders .section-cell-item.article-item-wrapper,
    .section-3-col-bottom-text.cell-img-borders .section-cell-item.file-item-wrapper,
    .section-3-col-bottom-text.cell-img-borders .section-cell-item.comment-item-wrapper {
        width: calc(50% - 2*var(--section-item-margin))
    }
}

@media(min-width: 768px) {

    .section-3-col-bottom-text.cell-img-borders .section-cell-item.col-md-4,
    .section-3-col-bottom-text.cell-img-borders .section-cell-item.cart-form__item--zip,
    .section-3-col-bottom-text.cell-img-borders .section-cell-item.account-form__item--zip {
        width: calc(33.33333333% - 2*var(--section-item-margin))
    }
}

@media(min-width: 768px) {
    .section-3-col-bottom-text.cell-img-borders .section-cell-item.col-md-3 {
        width: calc(25% - 2*var(--section-item-margin))
    }
}

.section-3-col-bottom-text.cell-img-borders img {
    margin-top: 0
}

.section-3-col-bottom-text.cell-img-borders .section-cell-img {
    outline: 0;
    border: 0;
    background-image: var(--in-bg-gradient);
    background-image: var(--in-bg-gradient-webkit);
    width: 100px;
    height: 100px;
    border-radius: 50%;
    transition: all linear .5s;
}


.section-3-col-bottom-text.cell-img-borders .section-cell-item:hover .section-cell-img {
    background-image: var(--in-bg-gradient);
    background-image: var(--in-bg-gradient-webkit);
    transform: rotate(-45deg);
}

.section-3-col-bottom-text.cell-img-borders .section-cell-img img {
    max-height: unset;
    max-width: unset;
    -o-object-fit: unset;
    object-fit: unset;
    margin-bottom: unset;
}

/*sekce - sluzby*/

.section-services li,
.section--services li {
    border-radius: 0rem;
    border: 1px solid rgba(var(--bs-body-color-rgb), 0.1);
}

/*gallery img*/
.gallery__item-img {
    -webkit-filter: unset;
    filter: unset;
}

/*article */
.article-item {
    align-self: stretch;
    padding: 15px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.article-item__thumbnail {
    margin: -15px -15px 15px -15px
}

.article-item__thumbnail {
    order: 1
}

.article-item__title {
    order: 2
}

.article-item__details {
    order: 4;
}

.article-item__perex {
    order: 3;
    flex: 1 1 auto !important;
}

.article-item__title {
    /* font-size: clamp(1.2rem, .3rem + 1.3vw, 1.3rem);*/
}

@media(min-width:1200px) {
    .section-article-col-4 .article-item-wrapper {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }
}

/*section cell-borders*/
.section-3-col-bottom-text.cell-borders .section-cell-item>img:first-of-type {
    margin: -1rem -1rem 1rem -1rem;
    max-width: calc(100% + 2rem);
}

@media (min-width: 1200px) {
    section.section-3-col-bottom-text.cell-borders .section-cell-item.col-lg-3 {
        width: calc(25% - 2*var(--section-item-margin));
    }
}



/* HROMADNÉ ÚPRAVY STYLES
=========================================== */

/*buttonky*/
.minicart__button-cart,
.minicart__button-close,
.account-button,
.cart-button,
.locked__submit,
.comment__reply,
.add-comment__button,
.product-page__cart-button,
.eshop-filters__submit,
.search-form__search-button,
.product-item__cart-button,
.btn:not(.btn-link) {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    padding: 14px 30px;
    border-radius: 50px;
}

.locked__submit,
.add-comment__button--submit,
.search-form__search-button,
.minicart__button-cart,
#cart-btn-address,
.account-button,
.product-page__cart-button,
.btn-primary {
    border: 0;
    background-image: var(--in-bg-gradient-webkit);
    background-image: var(--in-bg-gradient);
    background-repeat: repeat-x;
    transition: all ease .35s;
}

.locked__submit:hover,
.add-comment__button--submit:hover,
.search-form__search-button:hover,
.minicart__button-cart:hover,
#cart-btn-address:hover,
.account-button:hover,
.product-page__cart-button:hover,
.btn-primary:hover {
    background-image: var(--bs-secondary);

}

/*transition*/
.navbar__account-button,
.navbar__search-button,
.product-item__cart-button,
.footer__social-link,
.section-contact .social-link,
.section-contact .social-fb,
.section-contact .social-tw,
.section-contact .social-instagram,
.section-contact .social-tripadvisor,
.section-contact .social-youtube,
a,
.btn,
.gallery__item .gallery__item-img {
    -webkit-transition: .5s;
    transition: .5s
}

/*shadow*/
.sitemap,
.cart-form__items-wrapper,
.search-form-wrapper,
.section-services li,
.section--services li,
.eshop-menu__list,
.eshop-filters {
    -webkit-box-shadow: 0 3px 5px -5px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 5px -5px rgba(0, 0, 0, .5);
}

/*box shadow */
.section-services li:hover,
.section-3-col-bottom-text.cell-borders .section-cell-item:hover,
.section-3-col-top-text.cell-borders .section-cell-item:hover,
.gallery__item-link:hover,
.category:hover,
.article-item:hover,
.product-item:hover,
.file-item:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: .5s;
    transition: .5s
}

.section-services li,
.section-3-col-bottom-text.cell-borders .section-cell-item,
.section-3-col-top-text.cell-borders .section-cell-item,
.gallery__item-link,
.category,
.article-item,
.product-item,
.file-item {
    border: 1px solid rgba(var(--bs-body-color-rgb), 0.1);
    -webkit-box-shadow: var(--in-box-shadow-hover);
    box-shadow: var(--in-box-shadow-hover);
    -webkit-transition: .5s;
    transition: .5s;
    border-radius: 0;
}

/*box shadow / hover a*/
.category:hover .category__title a,
.article-item:hover .article-item__title a,
.product-item:hover .product-item__title a {
    color: var(--bs-body-color)
}



/* Uprava barev
=====================================*/
/*text color */
.product-item__description,
.main p,
.main ul:not(.eshop-menu__list),
.main ol {
    background-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(var(--bs-body-color-rgb), 0.70);
    -moz-background-clip: text;
    -moz-text-fill-color: rgba(var(--bs-body-color-rgb), 0.70);
}

.main table td *,
.main table th *,
.main p *,
.main ul li *,
.main ol li * {
    -webkit-background-clip: unset;
    -webkit-text-fill-color: initial;
    -moz-background-clip: unset;
    -moz-text-fill-color: initial;
}


b,
strong {
    -webkit-background-clip: text;
    -webkit-text-fill-color: var(--bs-body-color);
    -moz-background-clip: text;
    -moz-text-fill-color: var(--bs-body-color);
}

/*icon color*/
.main table td .product-item__icon,
.main table th .product-item__icon {
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
}


.article-item__icon,
.product-item__icon,
.category__icon {
    background-color: var(--bs-body-bg);
    background-image: var(--in-bg-gradient);
    background-image: var(--in-bg-gradient-webkit);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
}


/*color hover - secondary*/
.link-primary:hover,
.link-primary:focus,
.page-link:focus,
.pagination__page-link:focus,
.page-link:hover,
.pagination__page-link:hover,
.nav-link:hover,
.section-tabs .item a:hover,
.section-tabs .item button.navbar__menu-link:hover,
.section-tabs .item .eshop-menu__link--button:hover,
.nav-link:focus,
.section-tabs .item a:focus,
.section-tabs .item button.navbar__menu-link:focus,
.section-tabs .item .eshop-menu__link--button:focus,
.btn-link:hover,
a:hover,
.eshop-menu__link--button:hover {
    color: var(--bs-body-color);
}

.product-page__cart-button:hover,
.btn-check:checked+.btn-primary,
.btn-check:checked+.motto__button-link,
.btn-check:checked+.locked__submit,
.btn-check:checked+.search-form__search-button,
.btn-check:checked+.minicart__button-cart,
.btn-check:checked+.account-button,
.btn-check:checked+.promo-code__submit,
.btn-check:checked+.cart-button,
.btn-check:checked+.add-comment__button--submit,
.btn-check:checked+.comment__reply:hover,
.btn-check:active+.btn-primary,
.btn-check:active+.motto__button-link,
.btn-check:active+.locked__submit,
.btn-check:active+.search-form__search-button,
.btn-check:active+.minicart__button-cart,
.btn-check:active+.account-button,
.btn-check:active+.promo-code__submit,
.btn-check:active+.cart-button,
.btn-check:active+.add-comment__button--submit,
.btn-check:active+.comment__reply:hover,
.btn-primary:active,
.motto__button-link:active,
.locked__submit:active,
.search-form__search-button:active,
.minicart__button-cart:active,
.account-button:active,
.promo-code__submit:active,
.cart-button:active,
.add-comment__button--submit:active,
.comment__reply:active:hover,
.btn-primary.active,
.active.motto__button-link,
.active.locked__submit,
.active.search-form__search-button,
.active.minicart__button-cart,
.active.account-button,
.active.promo-code__submit,
.active.cart-button,
.active.add-comment__button--submit,
.active.comment__reply:hover,
.show>.btn-primary.dropdown-toggle,
.show>.dropdown-toggle.motto__button-link,
.show>.dropdown-toggle.locked__submit,
.show>.dropdown-toggle.search-form__search-button,
.show>.dropdown-toggle.minicart__button-cart,
.show>.dropdown-toggle.account-button,
.show>.dropdown-toggle.promo-code__submit,
.show>.dropdown-toggle.cart-button,
.show>.dropdown-toggle.add-comment__button--submit,
.show>.dropdown-toggle.comment__reply:hover,
.btn-check:focus+.btn-primary,
.btn-check:focus+.motto__button-link,
.btn-check:focus+.locked__submit,
.btn-check:focus+.search-form__search-button,
.btn-check:focus+.minicart__button-cart,
.btn-check:focus+.account-button,
.btn-check:focus+.promo-code__submit,
.btn-check:focus+.cart-button,
.btn-check:focus+.add-comment__button--submit,
.btn-check:focus+.comment__reply:hover,
.btn-primary:focus,
.motto__button-link:focus,
.locked__submit:focus,
.search-form__search-button:focus,
.minicart__button-cart:focus,
.account-button:focus,
.promo-code__submit:focus,
.cart-button:focus,
.add-comment__button--submit:focus,
.comment__reply:focus:hover,
.btn-primary:hover,
.motto__button-link:hover,
.locked__submit:hover,
.search-form__search-button:hover,
.minicart__button-cart:hover,
.account-button:hover,
.promo-code__submit:hover,
.cart-button:hover,
.add-comment__button--submit:hover,
.comment__reply:hover {
    background-color: var(--bs-body-color);
}

.btn-check:checked+.btn-primary,
.btn-check:checked+.motto__button-link,
.btn-check:checked+.locked__submit,
.btn-check:checked+.search-form__search-button,
.btn-check:checked+.minicart__button-cart,
.btn-check:checked+.account-button,
.btn-check:checked+.promo-code__submit,
.btn-check:checked+.cart-button,
.btn-check:checked+.add-comment__button--submit,
.btn-check:checked+.comment__reply:hover,
.btn-check:active+.btn-primary,
.btn-check:active+.motto__button-link,
.btn-check:active+.locked__submit,
.btn-check:active+.search-form__search-button,
.btn-check:active+.minicart__button-cart,
.btn-check:active+.account-button,
.btn-check:active+.promo-code__submit,
.btn-check:active+.cart-button,
.btn-check:active+.add-comment__button--submit,
.btn-check:active+.comment__reply:hover,
.btn-primary:active,
.motto__button-link:active,
.locked__submit:active,
.search-form__search-button:active,
.minicart__button-cart:active,
.account-button:active,
.promo-code__submit:active,
.cart-button:active,
.add-comment__button--submit:active,
.comment__reply:active:hover,
.btn-primary.active,
.active.motto__button-link,
.active.locked__submit,
.active.search-form__search-button,
.active.minicart__button-cart,
.active.account-button,
.active.promo-code__submit,
.active.cart-button,
.active.add-comment__button--submit,
.active.comment__reply:hover,
.show>.btn-primary.dropdown-toggle,
.show>.dropdown-toggle.motto__button-link,
.show>.dropdown-toggle.locked__submit,
.show>.dropdown-toggle.search-form__search-button,
.show>.dropdown-toggle.minicart__button-cart,
.show>.dropdown-toggle.account-button,
.show>.dropdown-toggle.promo-code__submit,
.show>.dropdown-toggle.cart-button,
.show>.dropdown-toggle.add-comment__button--submit,
.show>.dropdown-toggle.comment__reply:hover,
.btn-check:focus+.btn-primary,
.btn-check:focus+.motto__button-link,
.btn-check:focus+.locked__submit,
.btn-check:focus+.search-form__search-button,
.btn-check:focus+.minicart__button-cart,
.btn-check:focus+.account-button,
.btn-check:focus+.promo-code__submit,
.btn-check:focus+.cart-button,
.btn-check:focus+.add-comment__button--submit,
.btn-check:focus+.comment__reply:hover,
.btn-primary:focus,
.motto__button-link:focus,
.locked__submit:focus,
.search-form__search-button:focus,
.minicart__button-cart:focus,
.account-button:focus,
.promo-code__submit:focus,
.cart-button:focus,
.add-comment__button--submit:focus,
.comment__reply:focus:hover,
.btn-primary:hover,
.motto__button-link:hover,
.locked__submit:hover,
.search-form__search-button:hover,
.minicart__button-cart:hover,
.account-button:hover,
.promo-code__submit:hover,
.cart-button:hover,
.add-comment__button--submit:hover,
.comment__reply:hover {
    border-color: var(--bs-body-color);
}

.navbar__toggler-icon-bar {
    background-color: var(--bs-body-color);
}



/* Bloky s uzsim containerem - pokud je potreba predefinovat $line-width
====================================================================== */

.container--article .col-text,
.container--article .section--header,
.container--article .section--text,
.container--article .section-blank,
.container--article .section-title,
.container--article .section-header,
.container--article .section-cta,
.container--article .col-text.section-bg-light>*,
.container--article .col-text.section-bg>*,
.container--article .section--header.section-bg-light>*,
.container--article .section--header.section-bg>*,
.container--article .section--text.section-bg-light>*,
.container--article .section--text.section-bg>*,
.container--article .section-blank.section-bg-light>*,
.container--article .section-blank.section-bg>*,
.container--article .section-title.section-bg-light>*,
.container--article .section-title.section-bg>*,
.container--article .section-header.section-bg-light>*,
.container--article .section-header.section-bg>*,
.container--article .section-cta.section-bg-light>*,
.container--article .section-cta.section-bg>*,
.section--3-col-text-bottom h3,
.section--3-col-text-bottom p,
.section--3-col-text-top h3,
.section--3-col-text-top p,
.comments,
.top-products__title,
.active-category__title,
.perex,
.section-perex,
.sitemap,
.product-page__description .section-dynamic[data-dynamic-type="folder"],
.col-text.section-bg-light>*,
.col-text.section-bg>*,
.section--header.section-bg-light>*,
.section--header.section-bg>*,
.section--text.section-bg-light>*,
.section--text.section-bg>*,
.section-blank.section-bg-light>*,
.section-blank.section-bg>*,
.section-title.section-bg-light>*,
.section-title.section-bg>*,
.section-header.section-bg-light>*,
.section-header.section-bg>*,
.section-cta.section-bg-light>*,
.section-cta.section-bg>*,
.section-pricelist.section-bg-light>*,
.section-pricelist.section-bg>*,
.col-text,
.section--header,
.section--text,
.section-blank,
.section-title,
.section-header,
.section-cta,
.section-pricelist,
.section-3-col-bottom-text h3,
.section-3-col-bottom-text .h3,
.section-3-col-bottom-text p,
.section-3-col-top-text h3,
.section-3-col-top-text .h3,
.section-3-col-top-text p {
    max-width: unset;
}

@media (min-width: 768px) {

    .user-form,
    .form-row--center .form-row__text,
    .account-form__fieldset,
    .form-row--center .form-row__text {
        max-width: 100%;
    }
}

@media (min-width: 992px) {

    .section-3-col-bottom-text h3,
    .section-3-col-bottom-text .h3,
    .section-3-col-bottom-text p,
    .section-3-col-top-text h3,
    .section-3-col-top-text .h3,
    .section-3-col-top-text p {
        max-width: unset;
    }
}

@media(min-width: 768px) {

    body,
    table,
    form,
    .accordion-button,
    .font-size-fluid,
    .col-text,
    .section--header,
    .section--text,
    .section-blank,
    .section-title,
    .section-header,
    .section-cta,
    .section-2-col-right-text,
    .section-2-col-left-text {
        font-size: var(--bs-body-font-size);
        line-height: var(--bs-body-line-height);
    }
}