<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name:     kadence-child
Theme URI:      n/a
Template:       kadence
Author:         MiĹosz Idzikowski
Author URI:     n/a
Description:    kadence-child
Version:        1.0
License:        GNU General Public License v3.0 (or later)
License URI:    https://www.gnu.org/licenses/gpl-3.0.html
*/

/* Header top bar start */

div[data-section*='header_top'] .header-html,
.site-top-header-wrap.site-header-row-mobile-layout-default .mobile-html {
    width: 100%;
}

div[data-section*='header_top'] .site-top-header-inner-wrap,
.site-top-header-wrap.site-header-row-mobile-layout-default .site-top-header-inner-wrap {
    grid-template-columns: unset;
}

div[data-section*='header_top'] .site-header-item,
.site-top-header-wrap.site-header-row-mobile-layout-default .site-header-item {
    width: 100%;
}

div[data-section*='header_top'] .site-header-row-container-inner,
.site-top-header-wrap.site-header-row-mobile-layout-default .site-header-row-container-inner {
    position: relative;
}

div[data-section*='header_top'] .site-header-row-container-inner::before,
.site-top-header-wrap.site-header-row-mobile-layout-default .site-header-row-container-inner::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    bottom: 0;
    width: 75%;

    display: block;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;

    background-color: #F8DFD4;
}

.header-top-container {
    display: grid;
    width: 100%;
    align-items: center;
    grid-auto-flow: column;
    justify-content: space-between;

    font-size: 14px;
}

.header-top-phones {
    display: grid;
    grid-auto-flow: column;
    column-gap: 8px;

    z-index: 3;
}

.header-top-email {
    display: grid;
    align-items: center;
    grid-auto-flow: column;
    column-gap: 8px;
}

@media (max-width: 1024px) {
    .site-top-header-wrap.site-header-row-mobile-layout-default .site-header-row-container-inner::before {
        display: none;
    }

    .site-top-header-wrap.site-header-row-mobile-layout-default .site-header-top-section-right {
        display: none;
    }

    .site-top-header-wrap.site-header-row-mobile-layout-default .site-top-header-inner-wrap {
        padding: 0 10px;
    }

    .site-header-main-section-right {
        margin-right: 5px;
    }
}

/* Header top bar end */

/* Header main bar start */

@media (max-width: 1024px) {
    .site-header-item.site-header-focus-item {
        margin-right: 12px;
    }

    .site-header-item.site-header-focus-item .mobile-html2 {
        margin-top: 7px;
    }

    .site-header-item.site-header-focus-item .header-cart-button {
        align-content: center;
    }
}

/* Header search bar start */

div[data-section*='kadence_customizer_header_search_bar'] .search-field {
    padding: 16px 60px 16px 24px;
    border-radius: 37px;
}

@media (max-width: 1024px) {
    #woocommerce-product-search-field-1 {
        padding: 8px 60px 8px 24px;
        border-radius: 37px;
    }
}

/* Header search bar end */

/* Header account button start */

.header-account-in-wrap .header-account-button {
    display: grid;
    justify-items: center;
    row-gap: 5px;
    align-content: space-between;
    height: 56px;
    padding: 0 !important;
}

.header-account-in-wrap .header-account-label {
    font-size: 14px;
    line-height: 14px;
}

/* Header account button end */

/* Header wishlist icon start */

.header-widget-area-inner .kt-inside-inner-col {
    display: grid;
    justify-items: center;
    row-gap: 5px;
    align-content: space-between;
    height: 56px;
}

.header-widget-area-inner .kt-inside-inner-col&gt;span[class*='kt-adv'] {
    line-height: 14px;
}

/* Header wishlist icon end */

/* Header cart button start */

.header-cart-button {
    position: relative;

    display: grid !important;
    justify-items: center;
    row-gap: 5px;
    align-content: space-between;
    height: 56px;
    padding: 0 !important;
}

.header-cart-button .header-cart-label {
    order: 2;

    font-size: 14px;
    line-height: 14px;
}

.header-cart-button .header-cart-total {
    position: absolute;
    top: 0;
    right: 0;
}

/* Header cart button end */

/* Footer start */

.site-middle-footer-wrap {
    position: relative;
}

.site-middle-footer-wrap a:hover {
    color: #637E76;
}

.site-middle-footer-wrap::before,
.site-middle-footer-wrap::after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;

    display: block;
    width: 100%;
    height: 15px;

    background-color: #F8DFD4;
}

.site-middle-footer-wrap::before {
    top: -14px;
}

.site-middle-footer-wrap::after {
    bottom: 0;
}

.footer-widget-area-inner #block-13 p[class*='kt-adv'] {
    text-align: justify !important;
}

.footer-widget-area-inner #nav_menu-3 *,
.footer-widget-area-inner #nav_menu-4 * {
    font-size: 16px;
    line-height: 16px;
    text-align: center;
}

.site-bottom-footer-inner-wrap p {
    color: #ffffff;
}

.site-bottom-footer-inner-wrap a:hover {
    color: #F8DFD4;
}

@media (max-width: 1024px) {
    .site-footer-middle-section-1 #block-13 p {
        max-width: 400px;
        padding: 0 20px;
        margin-right: auto;
        margin-left: auto;
    }

    .site-footer-bottom-section-1 .footer-html-inner p {
        text-align: center;
    }

    .site-footer-bottom-section-2 .footer-social-inner-wrap {
        justify-content: center !important;
        gap: 0;
    }
}

/* Footer end */

/* Listing start */

.entry.loop-entry {
    box-shadow: none;
}

.listing-category-block {
    transition: transform .2s ease-in-out;
}

.listing-category-block:hover {
    transform: scale(1.02);
    transition: transform .2s ease-in-out;
}

/* Listing end */

/* Product configurator start */

.mkl_pc_container {
    top: 50% !important;
    left: 50% !important;
    bottom: auto !important;
    width: 80% !important;
    height: 90% !important;
    max-width: 1000px;
    height: 800px;
    border-radius: 20px;
    transform: translate(-50%, -50%) !important;
}

@media (max-width: 768px) {
    .mkl_pc_container {
        width: 98% !important;
        height: 98% !important;
    }
}

.mkl_pc.float .overlay,
.mkl_pc.opened .overlay {
    width: 100vw;
    height: 100vh;
    opacity: 0.4 !important;
    background-color: #222222;
}

.mkl_pc_viewer {
    display: none;
}

.mkl_pc_toolbar {
    width: 100% !important;
}

@media (max-width: 660px) {
    .mkl_pc_toolbar {
        top: 0 !important;
        bottom: 0 !important;
    }
}

.mkl_pc_toolbar&gt;header {
    left: 50% !important;
    right: auto;
    transform: translateX(-50%);
}

@media (max-width: 760px) {
    .mkl_pc_toolbar&gt;header {
        left: 50% !important;
        width: 100% !important;
    }
}

@media (max-width: 660px) {
    .mkl_pc_toolbar&gt;header {
        position: absolute !important;
        top: auto !important;
        height: auto !important;
        background: #fff !important;
        color: #000 !important;
    }
}

@media (max-width: 660px) {
    .mkl_pc_container .mkl_pc_toolbar&gt;header&gt;h3 {
        color: #000000 !important;
        padding: 0.5em !important;
        margin-right: 0 !important;
        text-align: right !important;
        padding-top: 2em !important;
        padding-right: 2em !important;
    }
}

.mkl_pc_toolbar&gt;header&gt;.close-mkl-pc {
    top: 2.1rem !important;
}

@media (max-width: 660px) {
    .mkl_pc_toolbar&gt;header&gt;.close-mkl-pc {
        position: fixed !important;
        right: auto !important;
        left: 30px !important;
    }

    .mkl_pc_toolbar&gt;header&gt;.close-mkl-pc::before,
    .mkl_pc_toolbar&gt;header&gt;.close-mkl-pc::after {
        background: #000 !important;
    }
}

.mkl_pc_toolbar .choices {
    padding: 0rem 2rem 2rem !important;
    margin-top: 80px;
}

@media (max-width: 660px) {
    .choices.scrolled {
        position: relative !important;
        top: auto !important;
        bottom: auto !important;
        left: auto !important;
        right: auto !important;
        box-shadow: none !important;
        padding: 0rem 1rem 85px !important;
    }
}

.pc_configurator_form&gt;.quantity {
    display: none !important;
}

.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layer_choices li.choices-list li i.mkl-pc-thumbnail {
    width: 130px;
    height: 130px;
}

@media (max-width: 500px) {
    .mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layer_choices li.choices-list li i.mkl-pc-thumbnail {
        width: 90px;
        height: 90px;
    }
}

div.mkl_pc.float.opened&gt;div.mkl_pc_container&gt;div.mkl_pc_toolbar&gt;div.form::before {
    display: none;
}

div.mkl_pc.float.opened&gt;div.mkl_pc_container&gt;div.mkl_pc_toolbar&gt;header&gt;h3::after {
    display: none;
}

@media (max-width: 660px) {
    .mkl_pc_footer {
        padding: 1rem !important;
        height: 70px !important;
        background: #fff !important;
    }

    .mkl_pc_footer .mkl-pc-show-form {
        padding: 8px 10px !important;
        background: #C3A551 !important;
        border-color: #C3A551 !important;
        color: #fff !important;
        font-weight: 700 !important;
    }

    .mkl_pc_footer .mkl-pc-show-form&gt;svg {
        display: none !important;
    }
}

#header span.mkl_pc-choice-value&gt;span.choice-thumb&gt;img {
    display: none;
}

.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layer_choices li.choices-list li.is-group .choice-group-label .choice-text {
    opacity: 1 !important;
}

.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layer_choices li.choices-list li.active {
    box-shadow: 0 6px 12px rgba(226, 196, 192, 0.2),
        0 0 0 2px rgba(226, 196, 192, 0.858);
}

.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layers button.layer-item:focus::after,
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layers button.layer-item:hover::after {
    border-color: #C3A551;
}

.choice-group-label .choice-text--container {
    display: grid;
    grid-auto-flow: column;
    column-gap: 15px;
    align-items: center;
    margin-bottom: 8px;
}

.choice-group-label .choice-text--container .choice-name {
    font-size: 16px !important;
}

.choice-group-label .choice-text--container .description a {
    font-size: 14px !important;
    color: #C3A551 !important;
}

.mkl_pc .mkl_pc_container .form.form-cart span[class*="-label"] {
    font-size: 12px;
    color: #000000;
}

.cart .customize-and-buy,
.pc_configurator_form .customize-and-buy {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    align-items: center;
    align-self: center;
    justify-content: center;
    min-width: 218px;
    min-height: 44px;
    font-size: 16px;
    background-color: #637E76;
    color: #ffffff;
    padding: 5px 15px;
    height: auto;
    border: none;
    border-radius: 5px;
    margin: 0;
    -webkit-transition: color .3s ease-in-out, background .3s ease-in-out;
    transition: color .3s ease-in-out, background .3s ease-in-out;
    cursor: pointer;
}

.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices&gt;ul&gt;li button:hover,
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices&gt;ul&gt;li button:focus {
    color: #C3A551;
}

.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layers button.layer-item i {
    opacity: 1;
}

@media (max-width: 660px) {
    .mkl_pc_footer {
        display: none !important;
    }
}

.mkl_pc.float .configurator-zoom-button {
    position: absolute !important;
    top: 5px;
    right: 5px;
    width: 20px !important;
    height: 20px;
    border: none !important;
    outline: none;
    cursor: pointer;
}

.mkl_pc.float .configurator-zoom-button&gt;svg {
    width: 17px;
}

/* Product configurator end */

/* Homepage hero start */

.homepage-hero {
    margin-bottom: 10px;
}

.homepage-hero-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 150px;
    gap: 10px;
}

.homepage-hero-main-image {
    display: block;
    grid-column: 1 / 2;
    grid-row: 1 / 3;
    width: 100%;
    height: 100%;
}

.homepage-hero-image {
    display: block;
    grid-column: 2 / 3;
    grid-row: 1 / 2;
    width: 100%;
    height: 100%;
}

.homepage-hero-info-wrapper {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
    position: relative;
}

.homepage-hero-info {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

    display: grid;
    align-items: center;
    align-content: center;
    justify-content: center;
    background-color: #637E76;
    border-top-left-radius: 50px;
    height: 100%;
}

.homepage-hero-title {
    color: #FFEFE8;
    font-size: 30px;
    font-weight: 500;
    display: block;
    margin-bottom: 15px;
}

.homepage-hero-subtitle {
    display: block;
    color: #ffffff;
    font-size: 18px;
}

@media (max-width: 1024px) {
    .homepage-hero-title {
        font-size: 22px;
        margin-bottom: 7px;
    }

    .homepage-hero-subtitle {
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    .homepage-hero-wrapper {
        grid-template-columns: 1fr;
    }

    .homepage-hero-image {
        display: none;
    }

    .homepage-hero-info-wrapper {
        display: none;
    }
}

/* Homepage hero end */

/* Main cms classes */

.only-desktop {
    display: none;
}

.only-tablet-desktop {
    display: none;
}

@media (min-width: 768px) {
    .only-tablet-desktop {
        display: block;
    }
}

@media (min-width: 1024px) {
    .only-desktop {
        display: block;
    }
}

/* Start Mobile Drawer */

#mobile-drawer .drawer-inner {
    background-color: #ffffff;
}

#mobile-drawer .drawer-inner .menu-item {
    border-bottom: 1px solid #C4C4C4;
}

.drawer-toggle .toggle-close-bar {
    background: #000000;
}

/* End Mobile Drawer  */

/* Others start */

@media (max-width: 1024px) {
    .yoast-breadcrumbs {
        margin-left: 10px;
    }

    .kadence-woo-template-wrap.type-product {
        padding: 0 10px !important;
    }
}

@media (max-width: 1023px) {
    .hide-mobile-custom {
        display: none;
    }
}

@media (min-width: 1024px) {
    .hide-desktop-custom {
        display: none;
    }
}

.woocommerce-pagination {
    padding: 0 10px;
}

/* Others end */

/* Product page start */

.kwt-add-to-cart-wrap {
    display: grid;
    margin-bottom: 0;
}

.kwt-add-to-cart-wrap&gt;div {
    order: 2;
}

.kwt-price-wrap {
    margin-bottom: 10px;
}

.payu-mini-installments-widget-details {
    color: #95C406 !important;
}

.product-page-payu-installments-box {
    position: relative;
}

.product-page-payu-installments-box::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;

    background-image: url('https://ds-style.dkonto.pl/wp-content/uploads/2024/09/payu-raty-last.png');

    width: 81px;
    height: 21px;
    display: block;
}

@media (max-width: 767px) {
    .kwt-price-wrap {
        margin-bottom: 20px;
    }
}

/* Product page end */

/* Filters */

.woof_container {
    margin: 30px 0;
}

.woof_container .irs-with-grid .irs-grid {
    display: none;
}

.irs--round .irs-handle {
    border: 3px solid #647E77 !important;
}

.irs--round .irs-bar {
    background-color: #647E77 !important;
}

.irs--round .irs-from,
.irs--round .irs-to {
    background-color: #647E77 !important;
}

.irs--round .irs-to::before,
.irs--round .irs-from::before {
    border-top-color: #647E77 !important;
}

.icheckbox_flat-pink.checked {
    background: #F8DFD4 !important;
}

@media (max-width: 768px) {
    .woof_show_mobile_filter_container .woof_show_mobile_filter {
        text-decoration: none;
        margin-top: 20px;
        margin-bottom: 20px;
        border: 0;
        border-radius: 3px;
        background: #637e76;
        color: #ffffff;
        padding: .4em 1em;
        cursor: pointer;
        font-size: 1.25rem;
        box-shadow: none;
    }
}

/* Filters end */

/* Wishlist page start */

@media (max-width: 768px) {
    ul.wishlist_table.responsive .additional-info-wrapper .additional-info {
        display: none;
    }
}

/* Wishlist page end */</pre></body></html>