/* =========================================================
   KAMADO NEW HOME - RESET THE HANGER / WPBAKERY
========================================================= */

:root {
    --kamado-old-header-bg: #302e3d;
}

.page-template-template-new-home .content-area {
    margin: 0 !important;
    padding: 0 !important;
}

.page-template-template-new-home .vc_row {
    border: 0 !important;
}

.page-template-template-new-home .entry-content {
    margin: 0 !important;
    padding: 0 !important;
}

.page-template-template-new-home .vc_row {
    border: 0 !important;
}

.page-template-template-new-home .site-content {
    padding-top: 0 !important;
}

.page-template-template-new-home .site-wrapper {
    overflow-x: hidden;
    overflow-y: visible;
}

@media (max-width: 980px) {
    .page-template-template-new-home .site-content,
    .page-template-template-new-home .content-area,
    .page-template-template-new-home .entry-content,
    .page-template-template-new-home .vc_row,
    .page-template-template-new-home .vc_column_container,
    .page-template-template-new-home .vc_column-inner {
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .page-template-template-new-home .wpb_wrapper {
        max-width: 100%;
    }
}




/* =========================================================
   MIGRATED PAGE CUSTOM CSS - HOME VC BLOCKS
========================================================= */

/* =========================================================
   HERO
========================================================= */

.km-hero {
    --km-hero-height: 560px;
    --km-container: 1680px;
    --km-side-pad: 40px;

    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    align-items: stretch !important;
    background: #020617;
}

.km-hero::before,
.km-hero::after {
    display: none !important;
    content: none !important;
}

.km-hero .wpb_content_element,
.km-hero .vc_do_btn,
.km-hero .vc_btn3-container {
    margin-bottom: 0 !important;
}

.km-hero > .wpb_column {
    float: none !important;
    padding: 0 !important;
    min-height: var(--km-hero-height);
    display: flex !important;
}

.km-hero > .km-hero-left,
.km-hero > .km-hero-samples {
    width: 28% !important;
    flex: 0 0 28% !important;
}

.km-hero > .km-hero-image {
    width: 44% !important;
    flex: 0 0 44% !important;
}

.km-hero > .wpb_column > .vc_column-inner {
    width: 100%;
    padding: 0 !important;
    display: flex !important;
}

.km-hero > .wpb_column > .vc_column-inner > .wpb_wrapper {
    width: 100%;
    height: 100%;
    display: flex !important;
    flex-direction: column;
}


/* LEFT */

.km-hero-left > .vc_column-inner > .wpb_wrapper {
    justify-content: center;
    padding-top: 54px !important;
    padding-right: 52px !important;
    padding-bottom: 54px !important;
    padding-left: max(var(--km-side-pad), calc((100vw - var(--km-container)) / 2 + var(--km-side-pad))) !important;
}

.km-hero-left h1,
.km-hero-left h2 {
    color: #fff !important;
    font-size: 40px;
    line-height: 1.08;
    max-width: 520px;
    margin: 0 0 22px !important;
}

.km-hero-left h1 span,
.km-hero-left h2 span {
    color: #b69267;
}

.km-hero-left p {
    color: rgba(255,255,255,.88);
    font-size: 14px;
    line-height: 1.55;
    max-width: 360px;
    margin: 0 0 8px !important;
}

.km-hero-left .vc_btn3-container {
    margin-top: 18px !important;
}

.km-hero-left .vc_btn3 {
    min-width: 180px;
}

.km-hero-left .vc_btn3::after {
    content: "→";
    margin-left: 12px;
}


/* CENTER */

.km-hero-image .shortcode_getbowtied_slider,
.km-hero-image .swiper-wrapper,
.km-hero-image .swiper-slide {
    height: var(--km-hero-height) !important;
}

.km-hero-image .shortcode_getbowtied_slider {
    width: 100% !important;
}


/* RIGHT / SAMPLES */

.km-hero-samples {
    background: #F4EFE7;
    position: relative;
    overflow: hidden;
}

.km-hero-samples > .vc_column-inner > .wpb_wrapper {
    padding: 92px 56px 46px !important;
    position: relative;
    z-index: 2;
}

.km-hero-samples .samples-heading,
.km-hero-samples h2 {
    color: #111827 !important;
    font-family: inherit !important;
    font-size: 27px;
    font-weight: 700;
    line-height: 1.18;
    max-width: 310px;
    margin: 0 0 14px !important;
    padding: 40px 35px 10px 35px;
}

.km-hero-samples p {
    color: #3f3f46 !important;
    max-width: 260px;
    font-size: 15px;
    line-height: 1.5;
    margin: 0 !important;
    padding: 0px 35px;
}

.km-hero-samples::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 78px;
    width: 72%;
    height: 50%;
    transform: translateX(-65%);
    background-image: url('/wp-content/uploads/2026/05/probki.png');
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
    z-index: 1;
}

.km-hero-samples .vc_btn3-container {
    position: absolute;
    left: 39%;
    bottom: 110px;
    transform: translateX(-50%);
    z-index: 3;
    margin: 0 !important;
}

.km-hero-samples .vc_btn3 {
    background: #E83E8C !important;
    color: #fff !important;
    border: 0 !important;
    border-radius: 5px !important;
    padding: 13px 50px !important;
    font-weight: 700;
    box-shadow: 0 10px 24px rgba(232,62,140,.24);
}

.km-hero-samples .vc_btn3::after {
    content: "→";
    margin-left: 14px;
    font-weight: 400;
}

/* =========================================================
   6 KAFELKÓW KATEGORII
========================================================= */

.km-category-section {
    background: #F8F5F1;
    padding: 34px 0 40px !important;
    margin: 0 !important;
}

.km-category-section[data-vc-full-width="true"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.km-category-grid {
    max-width: 1800px;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 58px !important;
    padding-right: 58px !important;
}

.km-category-grid[data-vc-full-width="true"] {
    left: auto !important;
    width: auto !important;
    max-width: 1800px !important;
    padding-left: 58px !important;
    padding-right: 58px !important;
}

.km-category-grid > .wpb_column {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.km-category-card {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    background: #F8F5F1;
    border: 1px solid #E7DED2;
    border-radius: 8px;
    overflow: hidden;
    text-decoration: none !important;
    transition: transform .25s ease, box-shadow .25s ease, background .25s ease, border-color .25s ease;
}

.km-category-card:hover {
    background: #F1E9DF;
    border-color: #D9C9B8;
    box-shadow: 0 14px 34px rgba(0,0,0,.07);
    transform: translateY(-4px);
}

.km-category-card__image {
    display: block;
    height: 210px;
    background: #F7F7F7;
    overflow: hidden;
}

.km-category-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .35s ease;
}

.km-category-card:hover .km-category-card__image img {
    transform: scale(1.04);
}

.km-category-card__body {
    min-height: 76px;
    display: grid;
    grid-template-columns: 34px 1fr 24px;
    align-items: center;
    gap: 12px;
    padding: 18px 20px;
}

.km-category-card__svg {
    width: 26px;
    height: 26px;
    object-fit: contain;
    display: block;
}

.km-category-card__icon {
    color: #2B2B2B;
    font-size: 24px;
    line-height: 1;
}

.km-category-card__title {
    color: #1B1B1B;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.2;
}

.km-category-card__arrow {
    color: #B69267;
    font-size: 28px;
    line-height: 1;
    justify-self: end;
    transition: transform .25s ease;
}

.km-category-card:hover .km-category-card__arrow {
    transform: translateX(4px);
}


/* =========================================================
   USP BAR - 4 IKONY
========================================================= */

.km-usp-bar {
    background: #F3EEE7;
    padding: 34px max(40px, calc((100vw - 1680px) / 2 + 40px)) !important;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 48px;
}

.km-usp-item {
    display: flex;
    align-items: center;
    gap: 18px;
}

.km-usp-item i {
    color: #B69267;
    font-size: 28px;
    width: 38px;
    min-width: 38px;
    text-align: center;
    line-height: 1;
}

.km-usp-item strong {
    display: block;
    color: #2B2B2B;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 4px;
}

.km-usp-item span {
    display: block;
    color: #77716B;
    font-size: 14px;
    line-height: 1.3;
}
/* =========================================================
   MOBILE QUICK FIX
========================================================= */

@media (max-width: 767px) {

    html,
    body {
        overflow-x: hidden;
    }

    .page-template-template-new-home .vc_row[data-vc-full-width="true"] {
        left: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    /* HERO */
    .km-hero {
        --km-hero-height: auto;
        display: flex !important;
        flex-direction: column !important;
        background: #020617;
    }

    .km-hero > .wpb_column,
    .km-hero > .km-hero-left,
    .km-hero > .km-hero-image,
    .km-hero > .km-hero-samples {
        width: 100% !important;
        flex: 0 0 auto !important;
        min-height: 0 !important;
    }

    .km-hero-left > .vc_column-inner > .wpb_wrapper {
        padding: 42px 24px 34px !important;
    }

    .km-hero-left h1,
    .km-hero-left h2 {
        font-size: 34px;
        line-height: 1.08;
        max-width: 340px;
        margin-bottom: 18px !important;
    }

    .km-hero-left p {
        font-size: 15px;
        max-width: 330px;
    }

    .km-hero-left .vc_btn3-container {
        margin-top: 16px !important;
        display: block !important;
    }

    .km-hero-left .vc_btn3 {
        width: 100%;
        max-width: 260px;
    }

    .km-hero-image .shortcode_getbowtied_slider,
    .km-hero-image .swiper-wrapper,
    .km-hero-image .swiper-slide {
        height: 360px !important;
    }

    .km-hero-samples {
        min-height: 0 !important;
        display: flex !important;
        flex-direction: column !important;
    }

    .km-hero-samples > .vc_column-inner > .wpb_wrapper {
        padding: 38px 24px 0 !important;
    }

    .km-hero-samples .samples-heading,
    .km-hero-samples h2 {
        font-size: 30px;
        line-height: 1.12;
        max-width: 360px;
        padding: 0 !important;
        margin-bottom: 14px !important;
    }

    .km-hero-samples p {
        font-size: 16px;
        line-height: 1.45;
        max-width: 340px;
        padding: 0 !important;
        margin-bottom: 22px !important;
    }

    .km-hero-samples::after {
        position: static;
        display: block;
        width: min(360px, 78%);
        height: 168px;
        transform: none;
        margin: 22px auto 30px;
        background-position: center;
        background-size: contain;
    }

    .km-hero-samples .vc_btn3-container {
        position: static;
        left: auto;
        right: auto;
        bottom: auto;
        transform: none;
        text-align: center;
        margin: 0 !important;
    }

    .km-hero-samples .vc_btn3 {
        width: 100%;
        max-width: 340px;
        background: #E83E8C !important;
    }

    /* 6 KAFELKÓW */
    .km-category-section {
        padding: 26px 0 30px !important;
    }

    .km-category-grid {
        max-width: 100% !important;
        padding-left: 18px !important;
        padding-right: 18px !important;
    }

    .km-category-grid[data-vc-full-width="true"] {
        left: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
        padding-left: 18px !important;
        padding-right: 18px !important;
    }

    .km-category-grid > .wpb_column {
        width: 50% !important;
        float: left !important;
        padding-left: 6px !important;
        padding-right: 6px !important;
        margin-bottom: 12px !important;
    }

    .km-category-card__image {
        height: 130px;
    }

    .km-category-card__body {
        min-height: 62px;
        grid-template-columns: 26px 1fr 18px;
        gap: 8px;
        padding: 12px;
    }

    .km-category-card__svg {
        width: 22px;
        height: 22px;
    }

    .km-category-card__title {
        font-size: 12px;
    }

    .km-category-card__arrow {
        font-size: 22px;
    }

    /* USP */
    .km-usp-bar {
        grid-template-columns: 1fr;
        gap: 18px;
        padding: 28px 24px !important;
    }

    .km-usp-item {
        gap: 14px;
    }

    .km-usp-item i {
        font-size: 24px;
        width: 32px;
        min-width: 32px;
    }

    .km-usp-item strong {
        font-size: 14px;
    }

    .km-usp-item span {
        font-size: 13px;
    }
}

/* =========================================================
   END MIGRATED PAGE CUSTOM CSS
========================================================= */


/* =========================================================
   TOPBAR
========================================================= */

.page-template-template-new-home .topbar,
.page-template-template-new-home .topbar .row,
.page-template-template-new-home .topbar .columns {
    background: #b69267 !important;
    color: #fff !important;
    border: 0 !important;
}

.page-template-template-new-home .topbar {
    height: 28px;
    min-height: 28px;
}

.page-template-template-new-home .topbar .row {
    max-width: 1680px;
}

.page-template-template-new-home .topbar a,
.page-template-template-new-home .topbar i {
    color: #fff !important;
}

.page-template-template-new-home .topbar,
.page-template-template-new-home .topbar .topbar-content,
.page-template-template-new-home .topbar .row,
.page-template-template-new-home .topbar .columns {
    background: #b69267 !important;
}

/* =========================================================
   HEADER LAYOUT
========================================================= */

.kamado-header {
    background: var(--kamado-old-header-bg);
    color: #fff;
    position: relative;
    z-index: 200;
    overflow: visible;
}

.kamado-header__inner {
    max-width: 1680px;
    margin: 0 auto;
    padding: 28px 40px 24px;
    display: grid;
    grid-template-columns: 300px minmax(0, 1fr);
    column-gap: 40px;
    align-items: center;
    position: relative;
    overflow: visible;
}

.kamado-header__logo-wrap {
    display: flex;
    align-items: center;
}

.kamado-header__logo {
    display: flex;
    align-items: center;
    text-decoration: none !important;
}

.kamado-header__logo img {
    max-height: 78px;
    width: auto;
    display: block;
}

.kamado-header__main {
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
}

.kamado-header__topline {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}


/* =========================================================
   SEARCH
========================================================= */

.kamado-header__search {
    width: min(620px, 100%);
    flex: 0 0 min(620px, 100%);
    margin: 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, .18);
}

.kamado-header__search form {
    width: 100%;
    height: 38px;
    display: flex;
    align-items: center;
    position: relative;
    margin: 0 !important;
}

.kamado-header__search .header_search_input_wrapper {
    flex: 1;
    width: 100%;
    height: 38px;
    display: flex;
    align-items: center;
}

.kamado-header__search input,
.kamado-header__search .header_search_input {
    width: 100%;
    height: 38px !important;
    line-height: 38px !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    color: #fff !important;
    font-size: 15px;
    padding: 0 !important;
    margin: 0 !important;
}

.kamado-header__search input::placeholder {
    color: rgba(255, 255, 255, .55);
}

.kamado-header__search .header_search_button_wrapper {
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.kamado-header__search .header_search_button {
    width: 38px;
    height: 38px;
    background: transparent !important;
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    position: relative;
    cursor: pointer;
}

.kamado-header__search .header_search_button::before {
    content: "⌕";
    font-family: Arial, sans-serif !important;
    color: #fff;
    font-size: 25px;
    line-height: 38px;
    display: block;
    text-align: center;
}

.kamado-header__search .header_search_ajax_results_wrapper {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 999;
}


/* =========================================================
   TOOLS INLINE
========================================================= */

.kamado-header__tools {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    flex: 1 1 auto;
    gap: 10px;
    column-gap: 10px;
    height: 38px;
    white-space: nowrap;
}

.kamado-header__tools > li {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex;
    align-items: center;
    height: 38px;
}

.kamado-header__tools > li::before {
    display: none !important;
    content: none !important;
}


.kamado-tool .gtranslate_wrapper,
.kamado-tool .p24-currency {
    height: 34px;
    display: flex !important;
    align-items: center;
    margin: 0 !important;
}

.kamado-tool .gt_selector,
.kamado-tool .p24-currency__select {
    width: auto;
    min-width: 0;
    max-width: none;
    height: 32px !important;
    line-height: normal !important;
    background: transparent !important;
    border: 1px solid rgba(255, 255, 255, .16) !important;
    color: #fff !important;
    font-size: 13px;
    padding: 0 22px 0 10px !important;
    margin: 0 !important;
    box-shadow: none !important;
}

.kamado-tool--lang .gt_selector {
    width: 108px !important;
}

.kamado-tool--currency .p24-currency__select {
    width: 76px !important;
}

.kamado-tool select option {
    color: #111;
}

.kamado-tool .p24-currency__submit {
    display: none !important;
}

.kamado-tool--account > a,
.kamado-tool--cart > a {
    color: #fff !important;
    text-decoration: none !important;
    display: flex;
    align-items: center;
    gap: 7px;
    height: 34px;
    font-size: 14px;
    line-height: 34px;
    position: relative;
}

.kamado-tool--account > a > i,
.kamado-tool--cart > a > i {
    color: #fff;
    font-size: 18px;
    line-height: 1;
}

.kamado-tool__badge {
    background: #b69267;
    color: #020617;
    min-width: 18px;
    height: 18px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 700;
    padding: 0 5px;
}

.kamado-tool--cart {
    position: relative;
}

.kamado-tool--cart .header-minicart-placeholder {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 600;
}

.kamado-tool--cart .kamado-minicart {
    width: 362px;
    max-width: calc(100vw - 32px);
    padding: 0;
    background: #fff;
    color: #111827;
    border: 0;
    box-shadow: 0 24px 60px rgba(0, 0, 0, .2);
    white-space: normal;
}

.kamado-tool--cart .kamado-minicart a {
    color: #111827 !important;
}

.kamado-tool--cart .kamado-minicart .widgettitle {
    display: none;
}

.kamado-tool--cart .kamado-minicart .widget.woocommerce.widget_shopping_cart {
    padding: 0;
}

.kamado-tool--cart .kamado-minicart ul.woocommerce-mini-cart {
    margin: 0 !important;
    padding: 34px 28px 34px 36px !important;
}

.kamado-tool--cart .kamado-minicart ul.woocommerce-mini-cart li.mini_cart_item {
    min-height: 90px;
    margin: 0 !important;
    padding: 0 0 0 96px !important;
    color: #111827;
    font-size: 12px;
    line-height: 1.45;
    white-space: normal;
}

.kamado-tool--cart .kamado-minicart ul.woocommerce-mini-cart li.mini_cart_item img {
    width: 70px;
    max-width: 70px;
    margin-left: -96px;
}

.kamado-tool--cart .kamado-minicart ul.woocommerce-mini-cart li.mini_cart_item a:not(.remove) {
    display: block;
    margin: 0 0 6px;
    padding: 0 !important;
    color: #111827 !important;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.25;
    white-space: normal;
}

.kamado-tool--cart .kamado-minicart ul.woocommerce-mini-cart li.mini_cart_item .variation {
    margin: 0 0 8px;
    color: #111827;
    font-size: 12px;
    line-height: 1.45;
}

.kamado-tool--cart .kamado-minicart ul.woocommerce-mini-cart li.mini_cart_item .variation dt,
.kamado-tool--cart .kamado-minicart ul.woocommerce-mini-cart li.mini_cart_item .variation dd,
.kamado-tool--cart .kamado-minicart ul.woocommerce-mini-cart li.mini_cart_item .variation p {
    margin-bottom: 0;
    line-height: 1.45;
}

.kamado-tool--cart .kamado-minicart ul.woocommerce-mini-cart li.mini_cart_item span.quantity {
    display: block;
    float: none;
    margin: 0;
    font-size: 12px;
}

.kamado-tool--cart .kamado-minicart .woocommerce-mini-cart__total.total {
    margin: 0;
    padding: 22px 32px;
    border-top: 1px solid rgba(17, 24, 39, .14);
    color: #111827;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.35;
    text-align: center;
}

.kamado-tool--cart .kamado-minicart .woocommerce-mini-cart__buttons.buttons {
    margin: 0;
    padding: 0 32px 24px;
    display: flex;
    flex-direction: column;
    text-align: center;
}

.kamado-tool--cart .kamado-minicart .woocommerce-mini-cart__buttons.buttons .button {
    width: 100%;
    min-height: 40px;
    margin: 0 0 14px;
    padding: 13px 16px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000 !important;
    color: #fff !important;
    font-size: 13px;
    font-weight: 700;
    line-height: 1 !important;
    text-decoration: none !important;
}

.kamado-tool--cart .kamado-minicart .woocommerce-mini-cart__buttons.buttons .button:not(.checkout) {
    min-height: auto;
    margin: 0;
    padding: 0 !important;
    background: transparent !important;
    color: #111827 !important;
}

.kamado-tool--cart .kamado-minicart .minicart_infos {
    padding: 16px 24px;
    border-top: 1px solid rgba(17, 24, 39, .12);
    color: #6b7280;
    font-size: 13px;
    line-height: 1.4;
    text-align: center;
}


/* =========================================================
   MENU
========================================================= */

.kamado-header__nav {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    overflow: visible;
}

.kamado-menu,
.kamado-header__nav > ul {
    display: flex !important;
    align-items: center;
    justify-content: flex-start;
    gap: 26px;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

.kamado-menu > li,
.kamado-header__nav > ul > li {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    position: relative;
}

.kamado-menu__item.has-mega {
    position: static;
}

.kamado-mega {
    position: absolute;
    left: 0;
    top: calc(100% + 10px);
    width: min(1180px, 100%);
    transform: none;
    background: #fff;
    color: #020617;
    border-radius: 0 0 18px 18px;
    box-shadow: 0 24px 60px rgba(0, 0, 0, .18);
    padding: 28px 32px;
    margin-top: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .15s ease, visibility .15s ease;
    z-index: 400;
}

.kamado-menu__item.has-mega::after {
    display: none;
    content: none;
}

.kamado-mega::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -12px;
    height: 12px;
}

.kamado-menu__item.has-mega:hover .kamado-mega,
.kamado-menu__item.has-mega:focus-within .kamado-mega {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

/* (duplicate .kamado-menu and .kamado-header__nav > ul and li blocks removed) */

.kamado-menu > li::before,
.kamado-header__nav > ul > li::before {
    display: none !important;
    content: none !important;
}

.kamado-menu > li > a,
.kamado-header__nav > ul > li > a {
    color: #fff !important;
    text-decoration: none !important;
    font-size: 15px !important;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: -.01em;
    display: flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
    transition: .2s ease;
}

.kamado-menu > li > a:hover,
.kamado-header__nav > ul > li > a:hover {
    color: #c9a47d !important;
}

.kamado-menu__arrow {
    width: 6px;
    height: 6px;
    border-right: 1px solid currentColor;
    border-bottom: 1px solid currentColor;
    transform: rotate(45deg);
    margin-top: -4px;
}

.kamado-menu .menu-stock > a,
.kamado-header__nav .menu-stock > a {
    color: #f0d19d !important;
    background: transparent !important;
    border: 0 !important;
    padding: 0 !important;
    font-weight: 700;
}

.kamado-menu .menu-stock > a::before,
.kamado-header__nav .menu-stock > a::before {
    content: "🚚";
    font-size: 13px;
    line-height: 1;
}

.kamado-menu .menu-kids > a,
.kamado-header__nav .menu-kids > a {
    font-size: 16px !important;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.kamado-menu .menu-kids > a > span:first-child,
.kamado-header__nav .menu-kids > a > span:first-child {
    background: linear-gradient(90deg, #ff5f6d 0%, #ffc371 22%, #9be15d 44%, #00c9ff 68%, #c471ed 100%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}

.kamado-menu .menu-kids .kamado-menu__arrow,
.kamado-header__nav .menu-kids .kamado-menu__arrow {
    color: #c9a47d;
}

.kamado-menu .menu-hot > a,
.kamado-header__nav .menu-hot > a {
    color: #ff6b5f !important;
    font-weight: 800;
}

.kamado-menu .menu-hot > a::before,
.kamado-header__nav .menu-hot > a::before {
    content: "%";
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #d71920;
    color: #fff;
    font-size: 11px;
    font-weight: 900;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}


/* =========================================================
   HOME SLIDER
========================================================= */

.page-template-template-new-home .slider-content-wrapper .slide-title,
.km-hero .slider-content-wrapper .slide-title {
    margin: 0 0 28px !important;
    font-weight: 900;
    line-height: 1.1;
    letter-spacing: .04em;
    text-transform: uppercase;
    text-shadow: 0 1px 12px rgba(255, 255, 255, .75), 0 1px 2px rgba(255, 255, 255, .45);
}

.page-template-template-new-home .slider-content-wrapper .slide-button,
.km-hero .slider-content-wrapper .slide-button {
    min-height: 45px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding: 0 22px !important;
    border: 1px solid #b69267 !important;
    border-radius: 4px;
    background: #b69267 !important;
    color: #fff !important;
    font-size: 15px;
    font-weight: 700;
    line-height: 1 !important;
    text-decoration: none !important;
    box-shadow: none !important;
    transition: background-color .2s ease, border-color .2s ease, color .2s ease;
}

.page-template-template-new-home .slider-content-wrapper .slide-button::after,
.km-hero .slider-content-wrapper .slide-button::after {
    content: "→";
    font-size: 17px;
    line-height: 1;
}

.page-template-template-new-home .slider-content-wrapper .slide-button:hover,
.page-template-template-new-home .slider-content-wrapper .slide-button:focus,
.km-hero .slider-content-wrapper .slide-button:hover,
.km-hero .slider-content-wrapper .slide-button:focus {
    border-color: #a8825d !important;
    background: #a8825d !important;
    color: #fff !important;
}


/* =========================================================
   WPBAKERY HELPERS
========================================================= */

.page-template-template-new-home .vc_row.kamado-seven-cols {
    display: flex;
    flex-wrap: wrap;
}

.page-template-template-new-home .vc_row.kamado-seven-cols > .wpb_column {
    width: 14.285714% !important;
    max-width: 14.285714% !important;
    flex: 0 0 14.285714% !important;
}

.page-template-template-new-home .vc_row.kamado-seven-cols > .wpb_column > .vc_column-inner {
    width: 100%;
}

@media (max-width: 1200px) {
    .page-template-template-new-home .vc_row.kamado-seven-cols > .wpb_column {
        width: 25% !important;
        max-width: 25% !important;
        flex-basis: 25% !important;
    }
}

@media (max-width: 768px) {
    .page-template-template-new-home .vc_row.kamado-seven-cols > .wpb_column {
        width: 50% !important;
        max-width: 50% !important;
        flex-basis: 50% !important;
    }
}

@media (max-width: 520px) {
    .page-template-template-new-home .vc_row.kamado-seven-cols > .wpb_column {
        width: 100% !important;
        max-width: 100% !important;
        flex-basis: 100% !important;
    }
}


/* =========================================================
   BLOG INSPIRATIONS
========================================================= */

.page-template-template-new-home .kamado-blog-inspirations {
    padding: 86px 40px;
    background: #f8f3ee;
}

.page-template-template-new-home .kamado-blog-inspirations__header {
    max-width: 1500px;
    margin: 0 auto 34px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
}

.page-template-template-new-home .kamado-blog-inspirations__header h2 {
    margin: 0;
    color: #302e3d;
    font-size: 28px;
    font-weight: 800;
    line-height: 1.2;
}

.page-template-template-new-home .kamado-blog-inspirations__header h2 span {
    color: #7a7280;
    font-weight: 500;
}

.page-template-template-new-home .kamado-blog-inspirations__all {
    color: #b69267 !important;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none !important;
    white-space: nowrap;
}

.page-template-template-new-home .kamado-blog-inspirations__all::after {
    content: "→";
    margin-left: 8px;
}

.page-template-template-new-home .kamado-blog-inspirations__grid {
    max-width: 1500px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
}

.page-template-template-new-home .kamado-blog-card {
    min-width: 0;
    overflow: hidden;
    background: #fff;
    border: 1px solid rgba(48, 46, 61, .08);
    border-radius: 4px;
}

.page-template-template-new-home .kamado-blog-card__image {
    display: block;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: #eee6de;
}

.page-template-template-new-home .kamado-blog-card__image img,
.page-template-template-new-home .kamado-blog-card__image-placeholder {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.page-template-template-new-home .kamado-blog-card__content {
    padding: 18px 18px 20px;
}

.page-template-template-new-home .kamado-blog-card__category {
    margin-bottom: 8px;
    color: #b69267;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .08em;
    line-height: 1.2;
    text-transform: uppercase;
}

.page-template-template-new-home .kamado-blog-card h3 {
    margin: 0 0 10px;
    font-size: 17px;
    font-weight: 800;
    line-height: 1.25;
}

.page-template-template-new-home .kamado-blog-card h3 a {
    color: #302e3d !important;
    text-decoration: none !important;
}

.page-template-template-new-home .kamado-blog-card p {
    margin: 0 0 16px;
    color: #6b6471;
    font-size: 13px;
    line-height: 1.5;
}

.page-template-template-new-home .kamado-blog-card__more {
    color: #302e3d !important;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none !important;
}

.page-template-template-new-home .kamado-blog-card__more::after {
    content: "→";
    margin-left: 8px;
    color: #b69267;
}

@media (max-width: 1200px) {
    .page-template-template-new-home .kamado-blog-inspirations__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 700px) {
    .page-template-template-new-home .kamado-blog-inspirations {
        padding: 58px 20px;
    }

    .page-template-template-new-home .kamado-blog-inspirations__header {
        display: block;
    }

    .page-template-template-new-home .kamado-blog-inspirations__header h2 {
        margin-bottom: 14px;
        font-size: 24px;
    }

    .page-template-template-new-home .kamado-blog-inspirations__grid {
        grid-template-columns: 1fr;
    }
}


/* =========================================================
   HTML CATEGORY CARDS
========================================================= */

.page-template-template-new-home .km-category-card {
    height: 100%;
    min-width: 0;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    background: #fff;
    border: 1px solid #eadfd4;
    border-radius: 8px;
    color: #111827 !important;
    text-decoration: none !important;
    box-shadow: none;
}

.page-template-template-new-home .km-category-card__image {
    aspect-ratio: 4 / 3;
    display: block;
    overflow: hidden;
    background: #f4eee8;
}

.page-template-template-new-home .km-category-card__image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
    transform: none !important;
    filter: none !important;
    image-rendering: auto;
}

.page-template-template-new-home .km-category-card:hover .km-category-card__image img,
.page-template-template-new-home .km-category-card:focus .km-category-card__image img {
    transform: none !important;
}

.page-template-template-new-home .km-category-card__body {
    min-height: 78px;
    display: grid;
    grid-template-columns: 24px minmax(0, 1fr) 16px;
    align-items: center;
    gap: 14px;
    padding: 18px 20px;
    background: #fff;
}

.page-template-template-new-home .km-category-card__icon {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-template-template-new-home .km-category-card__svg {
    width: 22px;
    height: 22px;
    display: block;
    object-fit: contain;
}

.page-template-template-new-home .km-category-card__title {
    min-width: 0;
    color: #111827;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.25;
}

.page-template-template-new-home .km-category-card__arrow {
    color: #b69267;
    font-size: 24px;
    line-height: 1;
    text-align: right;
}

@media (max-width: 700px) {
    .page-template-template-new-home .km-category-card__body {
        min-height: 66px;
        padding: 14px 16px;
        gap: 10px;
    }

    .page-template-template-new-home .km-category-card__title {
        font-size: 14px;
    }
}


/* =========================================================
   CHILD CATEGORY LINKS
========================================================= */

.kamado-child-cats {
    margin: 26px 0 30px;
    padding: 18px;
    background: #f8f3ee;
    border: 1px solid #eadfd4;
    border-radius: 8px;
}

.kamado-child-cats__title {
    margin: 0 0 12px;
    color: #302e3d;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.35;
}

.kamado-child-cats__list {
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    list-style: none;
}

.kamado-child-cats--cols-2 .kamado-child-cats__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.kamado-child-cats--cols-4 .kamado-child-cats__list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.kamado-child-cats--cols-5 .kamado-child-cats__list {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.kamado-child-cats__link {
    min-height: 44px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto;
    align-items: center;
    gap: 8px;
    padding: 11px 13px;
    background: #fff;
    border: 1px solid rgba(182, 146, 103, .2);
    border-radius: 5px;
    color: #302e3d !important;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.25;
    text-decoration: none !important;
    transition: border-color .18s ease, color .18s ease, transform .18s ease;
}

.kamado-child-cats__link:hover,
.kamado-child-cats__link:focus {
    border-color: #b69267;
    color: #b69267 !important;
    transform: translateY(-1px);
}

.kamado-child-cats__name {
    min-width: 0;
}

.kamado-child-cats__count {
    min-width: 24px;
    padding: 3px 7px;
    border-radius: 999px;
    background: #f8f3ee;
    color: #8b8178;
    font-size: 11px;
    font-weight: 800;
    text-align: center;
}

.kamado-child-cats__arrow {
    color: #b69267;
    font-size: 20px;
    line-height: 1;
}

.kamado-child-cats.is-collapsed .kamado-child-cats__item.is-extra {
    display: none;
}

.kamado-child-cats__toggle {
    min-height: 38px;
    margin: 14px auto 0;
    padding: 0 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #b69267;
    border-radius: 4px;
    background: transparent;
    color: #b69267;
    font-size: 13px;
    font-weight: 800;
    line-height: 1;
    cursor: pointer;
}

.kamado-child-cats__toggle::after {
    content: "↓";
    margin-left: 8px;
    font-size: 13px;
    line-height: 1;
}

.kamado-child-cats:not(.is-collapsed) .kamado-child-cats__toggle::after {
    content: "↑";
}

@media (max-width: 900px) {
    .kamado-child-cats__list,
    .kamado-child-cats--cols-4 .kamado-child-cats__list,
    .kamado-child-cats--cols-5 .kamado-child-cats__list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 560px) {
    .kamado-child-cats {
        margin: 22px 0 26px;
        padding: 14px;
        border-radius: 6px;
    }

    .kamado-child-cats__list,
    .kamado-child-cats--cols-2 .kamado-child-cats__list,
    .kamado-child-cats--cols-4 .kamado-child-cats__list,
    .kamado-child-cats--cols-5 .kamado-child-cats__list {
        grid-template-columns: 1fr;
    }

    .kamado-child-cats__link {
        min-height: 42px;
        padding: 10px 12px;
        font-size: 13px;
    }
}


/* =========================================================
   LP CONTENT HELPERS
========================================================= */

.km-lp-section {
    padding: 76px 40px;
    background: #fff;
}

.km-lp-section--soft {
    background: #f8f3ee;
}

.km-lp-container {
    width: min(1500px, 100%);
    margin: 0 auto;
}

.km-lp-head {
    max-width: 780px;
    margin: 0 auto 34px;
    text-align: center;
}

.km-lp-eyebrow {
    margin-bottom: 10px;
    color: #b69267;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .12em;
    line-height: 1.2;
    text-transform: uppercase;
}

.km-lp-head h1,
.km-lp-head h2,
.km-lp-title {
    margin: 0;
    color: #302e3d;
    font-size: 30px;
    font-weight: 800;
    line-height: 1.22;
}

.km-lp-lead {
    margin: 16px auto 0;
    color: #6b6471;
    font-size: 16px;
    line-height: 1.7;
}

.km-lp-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
}

.km-lp-grid--3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.km-lp-card {
    min-width: 0;
    padding: 28px;
    background: #fff;
    border: 1px solid #eadfd4;
    border-radius: 6px;
}

.km-lp-card h3 {
    margin: 0 0 10px;
    color: #302e3d;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.3;
}

.km-lp-card p {
    margin: 0;
    color: #6b6471;
    font-size: 14px;
    line-height: 1.65;
}

.km-lp-card a {
    color: #b69267 !important;
    font-weight: 800;
    text-decoration: none !important;
}

.km-lp-seo-row {
    max-width: none !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    padding: 74px 24px 88px !important;
    background: #fff;
}

.km-lp-seo-row > .wpb_column {
    max-width: 1180px;
    float: none;
    margin-right: auto;
    margin-left: auto;
}

.km-lp-seo-row > .wpb_column > .vc_column-inner {
    padding-right: 0;
    padding-left: 0;
}

.km-lp-seo-row > .wpb_column > .vc_column-inner > .wpb_wrapper {
    max-width: 1180px;
    margin-right: auto;
    margin-left: auto;
}

.km-lp-seo-row--media {
    max-width: 1228px !important;
    margin-right: auto !important;
    margin-left: auto !important;
    display: flex;
    gap: 36px;
    justify-content: center;
}

.km-lp-seo-row--media::before,
.km-lp-seo-row--media::after {
    display: none;
}

.km-lp-seo-row--media > .wpb_column {
    max-width: none;
    float: none;
}

.km-lp-seo-row--media > .wpb_column > .vc_column-inner {
    height: 100%;
}

.km-lp-seo-row--media > .wpb_column:first-child {
    width: 30% !important;
    max-width: 330px;
    flex: 0 0 30%;
    margin-right: 0;
    margin-left: 0;
}

.km-lp-seo-row--media > .wpb_column:last-child {
    width: auto !important;
    flex: 1 1 auto;
    margin-right: 0;
    margin-left: 0;
}

.km-lp-seo-row--media > .wpb_column:first-child .wpb_wrapper {
    position: sticky;
    top: 120px;
}

.km-lp-seo-row--media .wpb_single_image,
.km-lp-seo-row--media .wpb_single_image .vc_figure,
.km-lp-seo-row--media .wpb_single_image .vc_single_image-wrapper,
.km-lp-seo-row--media .wpb_single_image img {
    width: 100%;
}

.km-lp-seo-row--media .wpb_single_image img {
    aspect-ratio: 4 / 5;
    display: block;
    object-fit: cover;
    border-radius: 8px;
}

.km-lp-seo-row--media .wpb_single_image + .wpb_single_image {
    margin-top: 14px;
}

.km-lp-seo-row--media .wpb_single_image + .wpb_single_image img {
    aspect-ratio: 4 / 3;
}

.km-lp-seo-row .wpb_text_column {
    margin: 0;
}

.km-lp-seo-row .wpb_text_column > .wpb_wrapper {
    padding-top: 34px;
    border-top: 1px solid #eadfd4;
}

.km-lp-seo-row h2 {
    max-width: 840px;
    margin: 0 auto 22px;
    color: #302e3d;
    font-size: 30px;
    font-weight: 800;
    line-height: 1.25;
    text-align: center;
}

.km-lp-seo-row h3:first-of-type {
    max-width: 840px;
    margin: 0 auto 22px;
    padding-left: 0;
    color: #302e3d;
    font-size: 30px;
    font-weight: 800;
    line-height: 1.25;
    text-align: center;
}

.km-lp-seo-row h3:first-of-type::before {
    display: none;
}

.km-lp-seo-row h3 {
    position: relative;
    margin: 42px 0 14px;
    padding-left: 18px;
    color: #302e3d;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.35;
}

.km-lp-seo-row h3::before {
    content: "";
    position: absolute;
    top: .25em;
    bottom: .25em;
    left: 0;
    width: 3px;
    border-radius: 999px;
    background: #b69267;
}

.km-lp-seo-row p {
    max-width: 980px;
    margin: 0 0 16px;
    color: #6b6471;
    font-size: 15px;
    line-height: 1.78;
}

.km-lp-seo-row h2 + p {
    max-width: 780px;
    margin: 0 auto 18px;
    color: #5f5866;
    font-size: 16px;
    line-height: 1.75;
    text-align: center;
}

.km-lp-seo-row h3:first-of-type + p {
    max-width: 780px;
    margin: 0 auto 18px;
    color: #5f5866;
    font-size: 16px;
    line-height: 1.75;
    text-align: center;
}

.km-lp-seo-row ul,
.km-lp-seo-row ol {
    max-width: 980px;
    margin: 0 0 22px;
    padding-left: 20px;
    color: #6b6471;
    font-size: 15px;
    line-height: 1.75;
}

.km-lp-seo-row li + li {
    margin-top: 6px;
}

.km-lp-split {
    display: grid;
    grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
    gap: 54px;
    align-items: center;
}

.km-lp-media {
    overflow: hidden;
    border-radius: 6px;
    background: #f2ece4;
}

.km-lp-media img {
    width: 100%;
    aspect-ratio: 4 / 3;
    display: block;
    object-fit: cover;
}

.km-lp-copy h2 {
    margin: 0 0 18px;
    color: #302e3d;
    font-size: 30px;
    font-weight: 800;
    line-height: 1.25;
}

.km-lp-copy p {
    margin: 0 0 16px;
    color: #6b6471;
    font-size: 15px;
    line-height: 1.75;
}

.km-lp-text-columns {
    columns: 2;
    column-gap: 54px;
    color: #6b6471;
    font-size: 15px;
    line-height: 1.75;
}

.km-lp-text-columns h2,
.km-lp-text-columns h3 {
    break-after: avoid;
    color: #302e3d;
}

.km-lp-cta {
    padding: 42px 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    background: #302e3d;
    color: #fff;
    border-radius: 6px;
}

.km-lp-cta h2 {
    margin: 0 0 8px;
    color: #fff;
    font-size: 26px;
    font-weight: 800;
    line-height: 1.25;
}

.km-lp-cta p {
    margin: 0;
    color: rgba(255, 255, 255, .76);
    font-size: 15px;
    line-height: 1.55;
}

.km-lp-button {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 22px;
    border: 1px solid #b69267;
    border-radius: 4px;
    background: #b69267;
    color: #fff !important;
    font-size: 14px;
    font-weight: 800;
    line-height: 1;
    text-decoration: none !important;
    white-space: nowrap;
}

.km-lp-button::after {
    content: "→";
    margin-left: 10px;
}

.km-lp-button--ghost {
    background: transparent;
    color: #b69267 !important;
}

.km-lp-cta-panel {
    width: min(1500px, calc(100% - 80px));
    margin: 0 auto;
    padding: 46px;
    display: grid;
    grid-template-columns: minmax(0, .92fr) minmax(360px, .58fr);
    gap: 42px;
    align-items: stretch;
    background: #302e3d;
    color: #fff;
    border-radius: 8px;
}

.km-lp-cta-panel__content {
    align-self: center;
}

.km-lp-cta-panel--no-form {
    grid-template-columns: 1fr;
}

.km-lp-cta-panel--no-form .km-lp-cta-panel__content {
    max-width: 920px;
}

.km-lp-cta-panel__eyebrow {
    margin-bottom: 12px;
    color: #b69267;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .12em;
    line-height: 1.2;
    text-transform: uppercase;
}

.km-lp-cta-panel h2 {
    max-width: 760px;
    margin: 0 0 16px;
    color: #fff;
    font-size: 34px;
    font-weight: 800;
    line-height: 1.18;
}

.km-lp-cta-panel__content > p {
    max-width: 740px;
    margin: 0;
    color: rgba(255, 255, 255, .76);
    font-size: 16px;
    line-height: 1.7;
}

.km-lp-cta-panel__actions {
    margin-top: 28px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.km-lp-cta-panel__form {
    padding: 22px;
    background: #fff;
    color: #302e3d;
    border-radius: 6px;
}

.km-lp-cta-panel__form h3 {
    margin: 0 0 6px;
    color: #302e3d;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.25;
}

.km-lp-cta-panel__form > p {
    margin: 0 0 14px;
    color: #6b6471;
    font-size: 13px;
    line-height: 1.45;
}

.km-lp-cta-panel__form .wpcf7-form {
    margin: 0;
}

.km-lp-cta-panel__form .wpcf7-form p {
    margin: 0;
}

.km-lp-cta-panel__form .wpcf7-form br {
    display: none;
}

.km-lp-cta-panel__form input[type="text"],
.km-lp-cta-panel__form input[type="email"],
.km-lp-cta-panel__form input[type="tel"],
.km-lp-cta-panel__form input[type="url"],
.km-lp-cta-panel__form input[type="number"],
.km-lp-cta-panel__form textarea,
.km-lp-cta-panel__form select {
    width: 100%;
    min-height: 34px;
    margin: 0 0 8px;
    padding: 7px 10px;
    border-color: #eadfd4;
    background: #fff;
    color: #302e3d;
    font-size: 13px;
    line-height: 1.35;
}

.km-lp-cta-panel__form textarea {
    min-height: 86px;
    max-height: 120px;
    resize: vertical;
}

.km-lp-cta-panel__form label {
    margin: 2px 0 7px;
    display: block;
    color: #302e3d;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.25;
}

.km-lp-cta-panel__form .wpcf7-checkbox {
    margin: 0 0 10px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px 10px;
}

.km-lp-cta-panel__form .wpcf7-list-item {
    margin: 0;
    display: block;
}

.km-lp-cta-panel__form .wpcf7-list-item label {
    margin: 0;
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
}

.km-lp-cta-panel__form .wpcf7-list-item input[type="checkbox"],
.km-lp-cta-panel__form .wpcf7-list-item input[type="radio"] {
    width: 14px;
    height: 14px;
    min-width: 14px;
    margin: 0;
    accent-color: #b69267;
    order: -1;
}

.km-lp-cta-panel__form .wpcf7-not-valid-tip {
    margin: -5px 0 7px;
    font-size: 11px;
    line-height: 1.3;
}

.km-lp-cta-panel__form input[type="submit"],
.km-lp-cta-panel__form button[type="submit"] {
    width: 100%;
    min-height: 38px;
    border: 0;
    border-radius: 4px;
    background: #000;
    color: #fff;
    font-size: 13px;
    font-weight: 800;
}

.km-lp-cta-panel__form .wpcf7-spinner {
    margin: 6px auto 0;
    display: block;
}

.km-lp-cta-panel__form .wpcf7-response-output {
    margin: 10px 0 0 !important;
    padding: 8px 10px !important;
    font-size: 12px;
    line-height: 1.35;
}

@media (max-width: 980px) {
    .km-lp-section {
        padding: 58px 20px;
    }

    .km-lp-grid,
    .km-lp-grid--3 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .km-lp-split {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .km-lp-text-columns {
        columns: 1;
    }

    .km-lp-cta {
        display: block;
        padding: 34px 24px;
    }

    .km-lp-cta .km-lp-button {
        margin-top: 22px;
    }

    .km-lp-cta-panel {
        width: calc(100% - 40px);
        padding: 34px 24px;
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .km-lp-cta-panel h2 {
        font-size: 28px;
    }

    .km-lp-cta-panel__form .wpcf7-checkbox {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .km-lp-seo-row--media {
        display: block;
    }

    .km-lp-seo-row--media > .wpb_column:first-child,
    .km-lp-seo-row--media > .wpb_column:last-child {
        width: 100% !important;
        max-width: 100%;
        flex: none;
    }

    .km-lp-seo-row--media > .wpb_column:first-child {
        margin-bottom: 28px;
    }

    .km-lp-seo-row--media > .wpb_column:first-child .wpb_wrapper {
        position: static;
    }

    .km-lp-seo-row--media .wpb_single_image img {
        aspect-ratio: 16 / 9;
    }
}

@media (max-width: 620px) {
    .km-lp-head {
        text-align: left;
    }

    .km-lp-head h1,
    .km-lp-head h2,
    .km-lp-title,
    .km-lp-copy h2 {
        font-size: 25px;
    }

    .km-lp-grid,
    .km-lp-grid--3 {
        grid-template-columns: 1fr;
    }

    .km-lp-card {
        padding: 22px;
    }

    .km-lp-seo-row {
        padding: 54px 16px 66px !important;
    }

    .km-lp-seo-row .wpb_text_column > .wpb_wrapper {
        padding-top: 26px;
    }

    .km-lp-seo-row h2 {
        margin-bottom: 18px;
        font-size: 25px;
        text-align: left;
    }

    .km-lp-seo-row h3:first-of-type {
        margin-bottom: 18px;
        font-size: 25px;
        text-align: left;
    }

    .km-lp-seo-row h2 + p {
        margin-right: 0;
        margin-left: 0;
        font-size: 15px;
        text-align: left;
    }

    .km-lp-seo-row h3:first-of-type + p {
        margin-right: 0;
        margin-left: 0;
        font-size: 15px;
        text-align: left;
    }

    .km-lp-seo-row h3 {
        margin-top: 34px;
        font-size: 18px;
    }

    .km-lp-seo-row p,
    .km-lp-seo-row ul,
    .km-lp-seo-row ol {
        font-size: 14px;
        line-height: 1.72;
    }

    .km-lp-cta-panel {
        width: calc(100% - 28px);
        padding: 28px 18px;
    }

    .km-lp-cta-panel h2 {
        font-size: 25px;
    }

    .km-lp-cta-panel__actions,
    .km-lp-cta-panel__actions .km-lp-button {
        width: 100%;
    }

    .km-lp-cta-panel__form {
        padding: 18px 14px;
    }

    .km-lp-cta-panel__form .wpcf7-checkbox {
        grid-template-columns: 1fr;
        gap: 7px;
    }
}


/* =========================================================
   MEGA MENU
========================================================= */


.kamado-mega__inner {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px 30px;
}

.kamado-mega__item {
    margin: 0;
    padding: 0;
}

.kamado-mega__link {
    display: flex;
    align-items: center;
    gap: 14px;
    color: #111827 !important;
    text-decoration: none !important;
    font-size: 15px;
    font-weight: 500;
    transition: .2s ease;
}

.kamado-mega__link:hover {
    color: #b69267 !important;
}

.kamado-mega__image {
    width: 54px;
    height: 54px;
    flex: 0 0 54px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.kamado-mega__image img {
    width: 54px;
    height: 54px;
    object-fit: contain;
    display: block;
}

.kamado-mega__title {
    display: block;
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1500px) {
    .kamado-header__inner {
        grid-template-columns: 260px minmax(0, 1fr);
        column-gap: 28px;
    }

    .kamado-header__topline {
        gap: 24px;
    }

    .kamado-menu,
    .kamado-header__nav > ul {
        gap: 18px;
    }

    .kamado-menu > li > a,
    .kamado-header__nav > ul > li > a {
        font-size: 14px !important;
    }
}

@media (max-width: 1200px) {
    .kamado-header__inner {
        grid-template-columns: 220px minmax(0, 1fr);
        padding: 18px 24px;
    }

    .kamado-header__topline {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .kamado-header__tools {
        justify-content: flex-start;
    }

    .kamado-header__logo img {
        max-height: 64px;
    }
}

.kamado-mobile-toggle {
    display: none;
}

@media (max-width: 980px) {

    .kamado-header__inner {
        padding: 14px 20px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .kamado-header__logo img {
        max-height: 56px;
    }

    .kamado-mobile-toggle {
        display: flex;
        width: 44px;
        height: 44px;
        border: 1px solid rgba(255,255,255,.18);
        background: transparent;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 5px;
        padding: 0;
    }

    .kamado-mobile-toggle span {
        width: 22px;
        height: 2px;
        background: #fff;
        display: block;
    }

    .kamado-header__main {
        display: none !important;
        position: absolute;
        left: 0;
        right: 0;
        top: 100%;
        background: var(--kamado-old-header-bg);
        padding: 22px 20px 28px;
        border-top: 1px solid rgba(255,255,255,.12);
        z-index: 999;
    }

    body.kamado-mobile-open .kamado-header__main {
        display: flex !important;
        flex-direction: column;
        gap: 22px;
    }

    .kamado-header__topline {
        flex-direction: column;
        align-items: stretch;
        gap: 18px;
    }

    .kamado-header__search {
        width: 100%;
        flex: none;
    }

    .kamado-header__tools {
        display: flex !important;
        flex-wrap: wrap;
        height: auto;
        justify-content: flex-start;
    }

    .kamado-header__nav,
    .kamado-menu {
        width: 100%;
    }

    .kamado-menu {
        flex-direction: column;
        align-items: flex-start !important;
        gap: 0;
    }

    .kamado-menu > li {
        width: 100%;
        border-bottom: 1px solid rgba(255,255,255,.10);
    }

    .kamado-menu > li > a {
        width: 100%;
        padding: 14px 0;
        font-size: 16px !important;
    }

    .kamado-mega {
        display: none !important;
    }
}
/* MOBILE ACTIONS */

.kamado-mobile-actions {
    display: none;
}

@media (max-width: 980px) {

    .kamado-mobile-actions {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .kamado-mobile-icon {
        width: 42px;
        height: 42px;
        border: 1px solid rgba(255,255,255,.14);
        color: #fff !important;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        text-decoration: none !important;
    }

    .kamado-mobile-icon i {
        font-size: 18px;
    }

    .kamado-mobile-cart-count {
        position: absolute;
        top: -5px;
        right: -5px;
        min-width: 18px;
        height: 18px;
        border-radius: 50%;
        background: #b69267;
        color: #020617;
        font-size: 11px;
        font-weight: 700;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 4px;
    }

    .kamado-mobile-toggle {
        flex-shrink: 0;
    }

    /* MOBILE DROPDOWN */

    .kamado-menu__item.has-mega > a {
        justify-content: space-between;
    }

    .kamado-menu__item.has-mega > a::after {
        content: "+";
        font-size: 18px;
        font-weight: 300;
    }

    .kamado-menu__item.mobile-open > a::after {
        content: "−";
    }

    .kamado-mega {
        display: none !important;
        position: static !important;
        width: 100% !important;
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto !important;
        transform: none !important;
        box-shadow: none !important;
        background: rgba(255,255,255,.03);
        padding: 14px 0 8px !important;
        border-radius: 0 !important;
        margin: 0 !important;
    }

    .kamado-menu__item.mobile-open .kamado-mega {
        display: block !important;
    }

    .kamado-mega__inner {
        grid-template-columns: 1fr !important;
        gap: 10px !important;
    }

    .kamado-mega__link {
        color: rgba(255,255,255,.88) !important;
    }

    .kamado-mega__title {
        font-size: 14px;
    }

    .kamado-mega__image {
        width: 42px;
        height: 42px;
        flex: 0 0 42px;
    }

    .kamado-mega__image img {
        width: 42px;
        height: 42px;
    }
}
@media (max-width: 980px) {

    /* ukrycie powielonych narzędzi w rozwiniętym menu */
    /* ukrywamy tylko konto + koszyk w dropdownie */
    .kamado-header__main .kamado-tool--account,
    .kamado-header__main .kamado-tool--cart {
        display: none !important;
    }

    /* zostawiamy język i walutę */
    .kamado-header__main .kamado-header__tools {
        display: flex !important;
        gap: 10px;
        margin-top: 18px !important;
    }

    /* search zostaje */
    .kamado-header__topline {
        display: block !important;
    }

    .kamado-header__search {
        width: 100% !important;
        flex: none !important;
    }

    /* usunięcie starej strzałki z desktopowego menu */
    .kamado-menu__arrow {
        display: none !important;
    }

    /* zostaje tylko plus/minus */
    .kamado-menu__item.has-mega > a::after {
        margin-left: auto;
    }
}
