.elementor-736 .elementor-element.elementor-element-b27dae3{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-736 .elementor-element.elementor-element-d7ba53d{--display:flex;--min-height:220px;--justify-content:center;--padding-top:0px;--padding-bottom:0px;--padding-left:50px;--padding-right:0px;}.elementor-736 .elementor-element.elementor-element-d7ba53d:not(.elementor-motion-effects-element-type-background), .elementor-736 .elementor-element.elementor-element-d7ba53d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://kominowo.dfirma.pl/wp-content/uploads/2025/11/baner-promocje.webp");background-repeat:no-repeat;background-size:cover;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );line-height:var( --e-global-typography-primary-line-height );color:var( --e-global-color-primary );}.elementor-736 .elementor-element.elementor-element-38bb46b .elementor-heading-title{font-family:var( --e-global-typography-32d4c90-font-family ), Sans-serif;font-size:var( --e-global-typography-32d4c90-font-size );font-weight:var( --e-global-typography-32d4c90-font-weight );line-height:var( --e-global-typography-32d4c90-line-height );color:#565C68;}.elementor-736 .elementor-element.elementor-element-49767d4{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:10px;--padding-right:10px;}.elementor-736 .elementor-element.elementor-element-8e726c2{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:50px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-736 .elementor-element.elementor-element-7c1698a{text-align:center;}.elementor-736 .elementor-element.elementor-element-15b31dd{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:50px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-736 .elementor-element.elementor-element-44c5147{--display:flex;--min-height:300px;}.elementor-736 .elementor-element.elementor-element-44c5147:not(.elementor-motion-effects-element-type-background), .elementor-736 .elementor-element.elementor-element-44c5147 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://kominowo.dfirma.pl/wp-content/uploads/2025/11/kontakt-1.webp");background-repeat:no-repeat;background-size:cover;}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-widget-heading .elementor-heading-title{line-height:var( --e-global-typography-primary-line-height );}.elementor-736 .elementor-element.elementor-element-38bb46b .elementor-heading-title{font-size:var( --e-global-typography-32d4c90-font-size );line-height:var( --e-global-typography-32d4c90-line-height );}}@media(max-width:767px){.elementor-widget-heading .elementor-heading-title{line-height:var( --e-global-typography-primary-line-height );}.elementor-736 .elementor-element.elementor-element-38bb46b .elementor-heading-title{font-size:var( --e-global-typography-32d4c90-font-size );line-height:var( --e-global-typography-32d4c90-line-height );}}/* Start custom CSS for shortcode, class: .elementor-element-9577b2c *//* === BUNDLE HERO === */
.zestaw-bundle-hero {
    display: flex;
    background: #fff;
    gap: 40px;
    margin-bottom: 40px;
}

/* LEWA KOLUMNA */
.zestaw-bundle-hero-left {
    width: 60%;
    position: relative;
    display: flex;
    border: solid 1px;
}
.zestaw-bundle-hero-img {
    width:50%;
}

.zestaw-bundle-hero-img img {
    width: 100%;
    display: block;
}
.zestaw-bundle-hero-info{
    width:50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between; 
    background-color: #F1F3F7;
}
/* Ikony */
.zestaw-bundle-hero-icons {
    margin-top: 15px;
}

.zestaw-bundle-icon-row {
    display: flex;
    gap: 12px;
    margin-bottom: 8px;
    justify-content: center;
}

.zestaw-bundle-icon-row img {
    width: 48px;
    height: auto;
}
/* Supercena */
.zestaw-bundle-supercena {
    position: relative;
    display: inline-block;
    margin-bottom: -17px;
    margin-right: -20px;
}

.zestaw-bundle-supercena img {
    display: block;
    width: 100%;
    height: auto;
}

.zestaw-bundle-supercena .woocommerce-Price-amount{
    position: absolute;
    top: 30px;
    left: 16px;
    font-size: 2rem;
    line-height: 1.2rem;
    color: #fff;
    font-weight: 600;
    z-index: 10;
}

/* PRAWA KOLUMNA */
.zestaw-bundle-hero-right {
    width: 40%;
    padding-top: 6px;
    border-top: 1px solid;
}

.zestaw-bundle-title {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 20px;
    margin-left: 10px;
    color: #0C375D;
    text-align: center;
}

/* Lista elementów */
.zestaw-bundle-elementy-list {
    padding-left: 18px;
    margin: 8px 0 25px;
}

/* PRZYCISK */
.zestaw-bundle-buy-btn{
    width: 100%;
    align-items: center;
    display: inline-flex;
}
.zestaw-bundle-buy-btn a,.zestaw-bundle-buy-btn div{
    width:auto;
}
.zestaw-bundle-buy-btn .button,.zestaw-bundle-buy-btn .tinvwl_add_to_wishlist_button {
    background: none !important;
    color: #636564 !important;
    padding: 0 !important;
    font-weight: 500 !important;
    border-radius: 0 !important;
    font-size: 18px !important;
    border: none !important;
    display: inline-flex !important;
    align-items: center;
    gap: 6px;
}

.zestaw-bundle-buy-btn .button::after {
    content: url("http://kominowo.dfirma.pl/wp-content/uploads/2025/11/koszyk-2.webp");
    display: inline-block;
    width: 35px;
    height: 35px;
    position: static !important;
}
.zestaw-bundle-buy-btn .tinv-wishlist{
    display: inline-block;
}
.zestaw-bundle-buy-btn .tinvwl_add_to_wishlist_button .tinvwl_add_to_wishlist-text{
    display: inline-block !important;
    margin-left: 10px;
}
.tinvwl_add_to_wishlist_button::before {
    content: "" !important;
    display: inline-block;
    width: 35px;
    height: 35px;
    background-image: url('/wp-content/uploads/2025/12/polub.webp');
    background-size: contain;
    background-repeat: no-repeat;
    margin-right:0px !important;
}
.zestaw-bundle-buy-btn .tinvwl_add_to_wishlist_button:before{
    order: 1;
    margin-left: 5px;
    margin-right: 0;
}
.zestaw-bundle-buy-btn .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt:before{
    font-size: 1.8rem;
    margin-top: -14px;
    margin-left:-14px;
}
/* BLOK Z TELEFONEM */
.zestaw-bundle-phone {
    margin-top: 20px;
    display: inline-block;
}

.zestaw-bundle-phone img {
    width: 100%;
    display: block;
}
.bundle-goto-system {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 18px;
    color: #636564 !important;
    text-decoration: none;
    font-weight: 500;
}

.bundle-goto-system img {
    width: 35px;
    height: auto;
    display: block;
}

.bundle-goto-system:hover {
    color: #000;
}

/* === GRID ELEMENTÓW ZESTAWU === */
.zestaw-bundle-items-title {
    font-size: 26px;
    margin: 30px 0 20px;
    font-weight: 600;
}

.zestaw-bundle-items-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
    margin-bottom: 30px;
}

.zestaw-bundle-item-card {
    padding: 12px;
    border-radius: 12px;
    text-align: center;
}

.zestaw-bundle-item-img img {
    width: 100%;
    border-radius: 10px;
}

.zestaw-bundle-item-name {
    margin-top: 10px;
    font-size: 18px;
    font-weight: 500;
}
.zestaw-bundle-item-icons {
    border-top: 1px solid;
    margin-top: 12px;
    padding-top: 10px;
    display: flex;
    justify-content: center;
    gap: 15px;
}
.zestaw-bundle-item-icon{
    background: #DADCE0;
    padding: 3px 5px 0px 5px;
    border-radius: 50%;
}
.zestaw-bundle-item-icon svg {
    width: 20px;
    height: 20px;
    fill: #0C375D;
    
}
.zestaw-bundle-buy-btn .tinvwl_add_to_wishlist_button {
    margin-bottom: 3px;
    display: inline-flex !important;
    align-items: center !important;
}

/* === OPIS ZESTAWU === */
.bundle-opis-box {
margin-top: 25px;
padding-top: 15px;
margin-bottom: 50px;

}
.bundle-opis-box-head{
display: flex;
justify-content: space-between;
align-items: center;
border-bottom: 1px solid;
}
.bundle-opis-toggle {
    background: none;
    color: #636564;
    border: none;
    padding: 0;
    font-size: 12px;
    font-weight: 300;
    text-align: left;
    cursor: pointer;
    border-radius: 0px;
}
.bundle-opis-toggle:hover, .bundle-opis-toggle:focus {
    background: none;
    color: #000;
}
.bundle-opis-text{
    font-size: 18px;
    background-color: #636564;
    color: #fff;
    display: inline-block;
    padding: 2px 10px;
    margin: 0;
}

.bundle-opis-content {
max-height: 0;
overflow: hidden;
transition: max-height 0.35s ease;
text-align: justify;
margin-top: 10px;
}
.bundle-opis-content.open {
max-height: 800px;
padding: 10px;
background-color: #F1F3F7;
}
.bundle-opis-content p {
margin: 12px 0;
}
/* ============================================= */
/* =============== RESPONSYWNOŚĆ =============== */
/* ============================================= */


/* === MAX 1200px === */
@media (max-width: 1200px) {
    .zestaw-bundle-hero {
        gap: 20px;
    }

    .zestaw-bundle-hero-left {
        width: 55%;
    }

    .zestaw-bundle-hero-right {
        width: 45%;
    }

    .zestaw-bundle-title {
        font-size: 22px;
    }
}


/* === MAX 992px (TABLETY poziomo) === */
@media (max-width: 992px) {

    .zestaw-bundle-hero {
        flex-direction: column;
    }

    .zestaw-bundle-hero-left,
    .zestaw-bundle-hero-right {
        width: 100%;
    }

    .zestaw-bundle-hero-left {
        flex-direction: column;
    }

    .zestaw-bundle-hero-img {
        width: 100%;
    }

    .zestaw-bundle-hero-info {
        width: 100%;
        padding: 20px 15px;
    }

    .zestaw-bundle-title {
        text-align: center;
        margin-left: 0;
    }

    .zestaw-bundle-icon-row img {
        width: 40px;
    }

    .zestaw-bundle-supercena .woocommerce-Price-amount {
        font-size: 1.8rem;
    }

    .zestaw-bundle-items-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}


/* === MAX 768px (TABLETY pionowo) === */
@media (max-width: 768px) {

    .zestaw-bundle-title {
        font-size: 20px;
    }

    .zestaw-bundle-buy-btn .button {
        width: 100%;
        justify-content: center;
    }

    .zestaw-bundle-buy-btn {
        flex-direction: column;
        gap: 10px;
    }

    .zestaw-bundle-items-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 18px;
    }

    .bundle-opis-box-head {
        flex-direction: row;
        padding: 10px 0;
    }
}


/* === MAX 576px (TELEFONY) === */
@media (max-width: 576px) {

    .zestaw-bundle-hero {
        gap: 10px;
    }

    .zestaw-bundle-title {
        font-size: 18px;
    }

    .zestaw-bundle-icon-row {
        gap: 8px;
        flex-wrap: wrap;
    }

    .zestaw-bundle-icon-row img {
        width: 32px;
    }

    .zestaw-bundle-supercena {
        width: 90%;
        margin: 10px auto;
    }

    .zestaw-bundle-supercena .woocommerce-Price-amount {
        font-size: 1.9rem;
        top: 20px;
        left: 12px;
    }
    .zestaw-bundle-supercena .woocommerce-price-suffix {
        display:none;
    }

    .zestaw-bundle-items-title {
        font-size: 22px;
    }

    .zestaw-bundle-items-grid {
        grid-template-columns: 1fr;
    }

    .bundle-opis-content {
        padding: 10px;
    }

    .bundle-opis-text {
        font-size: 16px;
    }

    .bundle-goto-system {
        font-size: 16px;
        gap: 5px;
    }

    .bundle-goto-system img {
        width: 28px;
    }
}/* End custom CSS */