#navigation,
#navigation a,
#navigation b,
#navigation span,
#navigation li {
    font-family: "Elms Sans", sans-serif !important;
}


.cart-content.checkout-box-wrapper h2,
.cart-content.checkout-box-wrapper h2.h4 {
    font-family: "Elms Sans", sans-serif !important;
    font-weight: 600 !important;
    letter-spacing: 0.03em;
}

.cart-header .step,
.cart-header .step span,
.cart-header .step strong,
.cart-header .step a {
    font-family: "Elms Sans", sans-serif !important;
    font-weight: 500 !important;
}

#navigation .menu-level-1 > li > a,
#navigation .menu-level-1 > li > a b,
#navigation .menu-helper > span,
#navigation .navigationActions a {
    letter-spacing: 0.02em;
    font-weight: 600;
}


#header .site-name a img {
    max-height: 70px;
}


.banner-custom-main {
    position: relative;
    overflow: hidden;
}

.banner-custom-main > img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.banner-custom-main::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background: linear-gradient(
        90deg,
        rgba(0, 0, 0, 0.72) 0%,
        rgba(0, 0, 0, 0.58) 28%,
        rgba(0, 0, 0, 0.30) 52%,
        rgba(0, 0, 0, 0.06) 82%,
        rgba(0, 0, 0, 0) 100%
    );
}

.banner-custom-main > div {
    position: relative;
    z-index: 2;
}

.banner-custom-main h2,
.banner-custom-main p {
    color: #fff !important;
    text-shadow: none !important;
}

.banner-custom-main h2 {
    font-weight: 400 !important;
    padding-bottom: 12px !important;
}

.banner-custom-main p {
    font-family: "Elms Sans", sans-serif !important;
    font-size: 18px;
    font-weight: 400 !important;
    line-height: 1.3;
    max-width: 100%;
 word-spacing: -0.1em !important;
    letter-spacing: normal !important;
}

.banner-custom-main .btn,
.banner-custom-main .btn-primary {
    font-family: "Elms Sans", sans-serif !important;
    border-radius: 0 !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    letter-spacing: 0.06em;
    line-height: 1.2 !important;

    padding: 24px 42px !important;
    min-height: 56px;
    margin-top: 20px !important;

    background: transparent !important;
    border: 3px solid #fff !important;
    color: #fff !important;

    transition: all 0.25s ease;
}

.banner-custom-main .btn:hover,
.banner-custom-main .btn-primary:hover {
    background: #a35432 !important;
    border-color: #a35432 !important;
    color: #fff !important;
}

.banner-custom-main>div p {
max-width: 640px; 
}

.benefitBanner .benefitBanner__title {
    font-family: "Elms Sans", sans-serif !important;
    font-weight: 600 !important;
    font-size: 20px !important;
    color: #694D41 !important;
}



.benefitBanner .benefitBanner__data {
    font-family: "Elms Sans", sans-serif !important;
    font-weight: 500 !important;
    letter-spacing: 0.04em;
    color: #4D4D4D !important;
}


@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important;
        font-weight: 500;
    }
}


.top-navigation-contacts a span {
    display: inline-block;
    font-weight: 500 !important;
    letter-spacing: 0.02em;
    padding-top: 4px;
}


.h4.homepage-group-title, h4.homepage-group-title {
    font-size: 42px;
    font-weight: 400 !important;
    color: #5b463d;
}

.homepage-group-title.homepage-products-heading-2 {
    position: relative;
    z-index: 1;

    display: block;
    text-align: center;

    font-family: "IM Fell French Canon", serif !important;
    font-size: 42px !important;
    font-weight: 400 !important;
    line-height: 1.15;
    color: #5b463d;

    margin: 40px 0 48px !important;
}

/* Podkladový script nadpis */
.homepage-group-title.homepage-products-heading-2::before {
    content: "Nepřehlédněte";

    position: absolute;
    left: 50%;
    top: -48px;
    transform: translateX(-50%);
    z-index: -1;

    font-family: "Petit Formal Script", cursive !important;
    font-size: 64px;
    font-weight: 400 !important;
    line-height: 1;
    white-space: nowrap;

    color: #694D4126;
    pointer-events: none;
}

/* Tablet */
@media (max-width: 991px) {
    .homepage-group-title.homepage-products-heading-2 {
        font-size: 36px !important;
        margin: 40px 0 42px !important;
    }

    .homepage-group-title.homepage-products-heading-2::before {
        top: -40px;
        font-size: 58px;
    }
}

/* Mobil */
@media (max-width: 767px) {
    .homepage-group-title.homepage-products-heading-2 {
        font-size: 32px !important;
        line-height: 1.15;
        margin: 40px 0 34px !important;
    }

    .homepage-group-title.homepage-products-heading-2::before {
        top: -30px;
        font-size: 42px;
    }
}

.products .product .name,
.products .product .name span,
[data-testid="productCardName"] {
    font-family: "Elms Sans", sans-serif !important;
    font-weight: 600 !important;
    letter-spacing: 0.02em;
}

.products .price,
.products .price strong,
.products .price-final,
.products .price-final strong,
[data-testid="productCardPrice"],
[data-testid="productCardPrice"] strong {
    font-family: "Elms Sans", sans-serif !important;
    font-weight: 600 !important;
    letter-spacing: 0.02em;
}

.flags .flag,
.flags-default .flag,
.flag.flag-oceneno {
    border-radius: 0 !important;
}

@media (min-width: 1300px) {
    .banners-row .col-sm-4 {
        margin-top: 0;
    }
}

.flag.flag-action {
    background-color: #ff6a6a;
}

#footer, #footer>.container {
    background: #F9F8F4;
}

.breadcrumbs,
.breadcrumbs a,
.breadcrumbs span {
    font-weight: 600 !important;
}

/* Košík / objednávka – hlavní nadpisy boxů */
.cart-summary > h2.h4,
#summary-box > h2.h4,
.co-delivery-method > h4.order-icon.order-delivery,
.co-payment-method > h4.order-icon.order-payment {
    font-family: "Elms Sans", sans-serif !important;
    font-weight: 600 !important;
    letter-spacing: 0.03em;
}

/* Košík / objednávka – osobní a fakturační údaje */
.co-contact-information h4,
h4.header-billing {
    font-family: "Elms Sans", sans-serif !important;
    font-weight: 600 !important;
    letter-spacing: 0.03em;
}


/* Obrázky kategorií bez zaoblení */
.subcategories.with-image .image,
.subcategories.with-image .image img,
.subcategories.with-image a {
    border-radius: 0 !important;
}

.subcategories li a:after {
    border-radius: 0; 

}

.basic-description h3, .extended-description h3 {
    font-family: "Elms Sans", sans-serif !important;
    font-weight: 600 !important;
}

.social-buttons-wrapper .link-icon.print,
.social-buttons-wrapper .link-icon.share,
.social-buttons-wrapper .social-buttons {
    display: none !important;
}

.oulehla-footer-box,
.oulehla-footer-box a,
.oulehla-footer-box h5,
.oulehla-footer-list li span,
.oulehla-opening div,
.oulehla-footer-note {
    font-family: "Elms Sans", sans-serif !important;
}

.oulehla-footer-box {
    color: #5b463d;
}

.oulehla-footer-box h5 {
    margin: 0 0 20px;
    font-size: 12px;
    font-weight: 700 !important;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    color: #5b463d;
}

.oulehla-footer-box a {
    color: #5b463d !important;
    text-decoration: none !important;
    transition: color 0.25s ease;
}

.oulehla-footer-box a:hover {
    color: #9a4f32 !important;
}

.oulehla-footer-list,
.oulehla-footer-links {
    margin: 0;
    padding: 0;
    list-style: none;
}

.oulehla-footer-list li {
    margin-bottom: 16px;
}

.oulehla-footer-list li span {
    display: block;
    margin-bottom: 5px;
    font-size: 13px;
    font-weight: 500 !important;
    letter-spacing: 0.02em;
    color: rgba(91, 70, 61, 0.7);
}

.oulehla-footer-list li a {
    font-size: 15px;
    font-weight: 500 !important;
    letter-spacing: 0.02em;
}

.oulehla-footer-links li {
    margin-bottom: 11px;
}

.oulehla-footer-links a,
.oulehla-footer-note,
.oulehla-opening div {
    font-size: 14px;
    font-weight: 400 !important;
}

.oulehla-footer-links a {
    line-height: 1.45;
}

.oulehla-opening {
    max-width: 250px;
    margin-bottom: 20px;
}

.oulehla-opening div {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 7px;
    padding-bottom: 7px;
    border-bottom: 1px dotted rgba(105, 77, 65, 0.35);
}

.oulehla-footer-note {
    max-width: 290px;
    margin: 0;
    line-height: 1.55;
    color: #5f5a55;
}

.oulehla-footer-map {
    width: 100%;
    overflow: hidden;
}

.oulehla-footer-map iframe {
    display: block;
    width: 100%;
    min-height: 190px;
    filter: grayscale(20%);
}