.elementor-kit-1122{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-global-typography-cfcd925-font-family:"Helvetica";}.elementor-kit-1122 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){margin-block-end:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* HLAVNÍ KONTEJNER HLAVIČKY */
.header-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 20px;
    background: #000;
}

/* LEVÁ STRANA – LOGO + TEXT */
.header-branding {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.header-branding img {
    width: 90px;
    height: auto;
    margin-bottom: 4px;
}

.header-branding .site-title {
    font-family: "Playfair Display", serif;
    font-size: 28px;
    font-weight: 600;
    color: #d4af37;
    margin: 0;
    line-height: 1.1;
}

.header-branding .site-tagline {
    font-family: "Playfair Display", serif;
    font-size: 14px;
    color: #d4af37;
    opacity: 0.85;
    margin-top: 2px;
}

/* MENU UPROSTŘED */
.header-menu {
    display: flex;
    gap: 28px;
}

.header-menu a {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    transition: 0.3s ease;
}

.header-menu a:hover {
    color: #d4af37;
}

/* PRAVÁ STRANA – IKONY (KOŠÍK + LUPA) */
.header-icons {
    display: flex;
    align-items: center;
    gap: 20px;
}

.header-icons i {
    font-size: 22px;
    color: #d4af37;
    cursor: pointer;
    transition: 0.3s ease;
}

.header-icons i:hover {
    color: #f5d77a;
}

/* BADGE U KOŠÍKU */
.header-cart .cart-count {
    position: absolute;
    top: -6px;
    right: -10px;
    background: #d4af37;
    color: #000;
    font-size: 11px;
    padding: 2px 6px;
    border-radius: 50%;
}

/* MOBILNÍ VERZE */
@media (max-width: 768px) {

    .header-main {
        flex-direction: column;
        gap: 10px;
        padding: 15px;
    }

    .header-branding {
        align-items: center;
        text-align: center;
    }

    .header-branding img {
        width: 70px;
    }

    .header-branding .site-title {
        font-size: 22px;
    }

    .header-branding .site-tagline {
        font-size: 12px;
    }

    .header-menu {
        flex-wrap: wrap;
        justify-content: center;
        gap: 18px;
    }

    .header-icons i {
        font-size: 20px;
    }
}
/* FLEXIBLE QUANTITY – STYL PLUS/MINUS TLAČÍTEK */
.fq-quantity-wrapper {
    display: flex;
    align-items: center;
    gap: 6px;
}

.fq-quantity-wrapper button.fq-minus,
.fq-quantity-wrapper button.fq-plus {
    background: #d4af37;
    color: #000;
    border: none;
    width: 32px;
    height: 32px;
    font-size: 20px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.2s ease;
    border-radius: 4px;
}

.fq-quantity-wrapper button.fq-minus:hover,
.fq-quantity-wrapper button.fq-plus:hover {
    background: #f5d77a;
}

/* INPUT POČTU */
.fq-quantity-wrapper input[type="number"] {
    width: 60px;
    height: 32px;
    text-align: center;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

/* KOŠÍK – ZAROVNÁNÍ */
.woocommerce-cart-form .quantity {
    display: flex !important;
    align-items: center;
    justify-content: center;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.wd-stepper {
    display: flex;
    align-items: center;
    gap: 10px;
}

.wd-stepper button {
    background: #D4AF37;
    color: #000;
    border: none;
    padding: 8px 14px;
    font-size: 20px;
    cursor: pointer;
    border-radius: 4px;
    font-weight: bold;
}

.wd-stepper input {
    width: 70px;
    text-align: center;
    font-size: 18px;
    padding: 6px;
}/* End custom CSS */