.woocommerce.bundle-creator-wrapper .landing-badge {
    font-size: 16px;
    font-weight: 500;	
    border-radius: 7px;
    width: 180px;
    padding: 2px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
	#fourth-section-container {
		margin-top: 80px;
	}
.woocommerce.bundle-creator-wrapper h2 {
    font-size: 36px;
    font-weight: 500;
    margin-top: 70px;
    margin-bottom: 10px;
}
.woocommerce .landing-badge.gratis-badge:after {
    content: url('../images/freebie.svg');
}
.woocommerce .landing-badge.gratis-badge {
	background-color: #05B13F;
	color: white;
}
.woocommerce.bundle-creator-wrapper .savings-badge {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}
.woocommerce.bundle-creator-wrapper .bundle-section-description {
    font-size: 18px;   
    width: fit-content;
    position: relative;
    font-weight: 500;
}
.woocommerce.bundle-creator-wrapper .content-bg.loop-entry .content-bg:not(.loop-entry) {
    padding: 1rem 1rem 1.75rem 1rem !important;    
}
.woocommerce.bundle-creator-wrapper {
    text-align: left;
}
.woocommerce.bundle-creator-wrapper .bundle-section-description:first-of-type {
    color: #041E01;
}
.woocommerce.bundle-creator-wrapper .bundle-section-description:not(:first-of-type)    {
    color: #727272;
  }
.woocommerce.bundle-creator-wrapper .bundle-section-description:first-of-type:after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    background-color: #05B13F;
    height: 2px;
    width: 100%;
}
    
.woocommerce.bundle-creator-wrapper ul.products li.product .onsale {
    bottom: 6px;
    right: 6px;
    left: auto;
    margin: 0;
    top: auto;
    font-weight: 500;
    border-radius: 7px;    
}
.woocommerce .landing-badge.popular-product-badge {
    background-color: #1CEB10;
    color: #041E01;
}
.woocommerce.bundle-creator-wrapper .gratis-badge:after,
.woocommerce.bundle-creator-wrapper .popular-product-badge:after,
.woocommerce.bundle-creator-wrapper .outofstock-badge:after {
    margin-left: 10px;
    font-size: 0;
}
.woocommerce .landing-badge.popular-product-badge:after {
    content: url('../images/popular.svg');
}
.woocommerce .landing-badge.outofstock-badge {
    background-color: #F82626;
    color: #FFF;	
}
.woocommerce .landing-badge.outofstock-badge:after {
    content: url('../images/close.svg');
}
.woocommerce.bundle-creator-wrapper .bundle-creator-section ul.products .product-action-wrap .bcb-qty-wrap {
    margin-bottom: 16px;
    gap: 0;
    border-radius: 10px;
    border: 1px solid  #727272;
    display:flex;
    align-items:center;
    margin-right:0;
    margin-bottom: 28px;
}
.woocommerce.bundle-creator-wrapper .bundle-creator-section ul.products .product-action-wrap .bcb-qty-wrap input[type="number"] {
    border: 0;
    border-radius: 0;
    padding-top: 7.25px;
    padding-bottom: 7.25px;
    font-size: 18px;
    color: #1D4C1A;
}
.woocommerce.bundle-creator-wrapper .bundle-creator-section ul.products .product-action-wrap .bcb-qty-wrap .button {
    background-color: transparent;
    border-color: #727272;
    border-style: solid;
    padding: 8px;
    position: relative;
    height: 43px;
}
.woocommerce.bundle-creator-wrapper .bundle-creator-section ul.products .product-action-wrap .bcb-qty-minus {		
    border: none !important;
    border-radius: 10px 0 0 10px;
}
.woocommerce.bundle-creator-wrapper .bundle-creator-section ul.products .product-action-wrap .bcb-qty-minus:before {
    content: '';
    display: block;
    width: 16px;
    height: 2px;
    background-color: #727272;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}
.woocommerce.bundle-creator-wrapper .bundle-creator-section ul.products .product-action-wrap .bcb-qty-plus {		
    border: none !important;
    border-radius:  0 10px 10px 0;	
} 
.woocommerce.bundle-creator-wrapper .bundle-creator-section ul.products .product-action-wrap .bcb-qty-plus:after {
    content: '';
    display: block;
    width: 16px;
    height: 2px;
    background-color: #727272;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}	
.woocommerce.bundle-creator-wrapper .bundle-creator-section ul.products .product-action-wrap .bcb-qty-plus:before {
    content: '';
    display: block;
    width: 16px;
    height: 2px;
    background-color: #727272;
    transform: rotate(90deg);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}
.woocommerce.bundle-creator-wrapper ul.products.woo-archive-btn-button li.product .button.added {
    height: auto!important;
    padding: 1em 2em 1em 2em;
}
.woocommerce.bundle-creator-wrapper .products .bcb-inform-me-button {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    border-radius: 7px;
    color: #041E01;
    background-color: #1CEB10!important;
    box-shadow: 6px 6px 9px rgba(0, 0, 0, 0.2) !important;	
}
.woocommerce.bundle-creator-wrapper .bundle-creator-summary {
    
}
.woocommerce.bundle-creator-wrapper .added_to_cart.wc-forward {
    display: none;
}
.woocommerce.bundle-creator-wrapper .bundle-creator-summary__header {
    border-bottom: 1px solid rgba(114, 114, 114, 0.2); 
    margin-bottom: 72px;
    padding-bottom: 24px;
    margin-bottom: 32px;
    margin-top: 72px;
   
}
.woocommerce.bundle-creator-wrapper .bundle-creator-summary__header h3 {
    font-size: 36px;
    font-weight: 400;
}

.woocommerce.bundle-creator-wrapper .bundle-creator-section ul.products .product-action-wrap .bundle-add-summary {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    border-radius: 7px;
    background-color: #EDF512;
    box-shadow: 6px 6px 9px rgba(0, 0, 0, 0.2) !important;	
}
.woocommerce.bundle-creator-wrapper del .woocommerce-Price-amount,
.bcb-regular-price {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    color: rgba(114, 114, 114, 0.6);
}
.woocommerce.bundle-creator-wrapper ins .woocommerce-Price-amount,
.bcb-sale-price {
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    color: #05B13F;
    margin: 0 8px;
}
.woocommerce-price-suffix,
.bcb-sale-suffix {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    color:rgba(114, 114, 114, 0.6);;
}
.bcb-savings {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    color: #727272;
    border: 1px solid #E3C429;
    border-radius: 8px;
    padding: 4px 16px;
    width: fit-content;
    position: relative;
}
.bcb-savings::after {
    content: url('../images/popular.svg');
    opacity: 0.6;
    margin-left: 10px;
}
.bcb-summary-label {
    color: #041E01;
    font-size: 24px;
    font-weight: 500;
}
.woocommerce.bundle-creator-wrapper .bundle-creator-section ul.products .product-action-wrap .bundle-add-summary:hover,
.bundle-creator-wrapper .wc-block-grid__product.woo-archive-btn-button .product-details .wc-block-grid__product-add-to-cart .wp-block-button__link:hover {
    color: #f6ff00;
    background-color: #1d4c1a;
    box-shadow: 6px 6px 9px rgba(0, 0, 0, 0.2) !important;
}
.woocommerce.bundle-creator-wrapper .bundle-creator-section ul.products .product-action-wrap .bundle-add-summary:hover svg path,
.bundle-creator-wrapper .wc-block-grid__product.woo-archive-btn-button .product-details .wc-block-grid__product-add-to-cart .wp-block-button__link svg path {
    transition: 0.3s ease-in;
}

/* Flexbox Summary Styles */
.woocommerce.bundle-creator-wrapper .bundle-summary-flex-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 20px;
}

.woocommerce.bundle-creator-wrapper .bundle-summary-flex-header,
.woocommerce.bundle-creator-wrapper .bundle-summary-flex-row {
    display: flex; 
}

.woocommerce.bundle-creator-wrapper .bundle-summary-flex-header {
    font-weight: bold;
    background-color: #f9f9f9; /* Optional: header background */
}

.woocommerce.bundle-creator-wrapper .bundle-summary-flex-row:last-child {
    border-bottom: none;
}

.woocommerce.bundle-creator-wrapper .bundle-summary-flex-cell {
    padding: 8px 12px 8px 0;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

.bundle-summary-flex-cell.bcb-product-col {
    flex: 3; /* Product name takes more space */
    display: flex;
    align-items: center;
    gap: 10px; /* Space between image and details */
}

/* Styles for product thumbnail and badges in summary */
.woocommerce.bundle-creator-wrapper .bcb-summary-product-image {
    margin-right: 33px;
}
.woocommerce.bundle-creator-wrapper .bcb-summary-product-image img {
    max-width: 200px;
    max-height: 200px;
    height: auto;
    display: block;
    border-radius: 20px; /* Optional: rounded corners for thumbnail */
}
.woocommerce.bundle-creator-wrapper .bcb-summary-product-image {
    position: relative;
}
.woocommerce.bundle-creator-wrapper .bcb-summary-product-details {
    display: grid;
    align-items: center;
    grid-gap: 4px; /* Space between badges and title */
    flex-grow: 1;
    align-items: center;
    grid-template-columns: 2fr 0.5fr 1fr;
}

.woocommerce.bundle-creator-wrapper .bcb-summary-product-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 4px; /* Space between individual badges */
    flex-direction: column;
    gap: 4px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 1;
}

/* Style for badges within the summary */
.woocommerce.bundle-creator-wrapper .bcb-summary-product-badges .landing-badge,
.woocommerce.bundle-creator-wrapper .bcb-summary-product-badges .onsale {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    margin: auto !important;
    width: auto !important;
    padding: 4px 12px !important;
    font-weight: 500 !important;
    font-size: 16px !important;
    line-height: 1.2 !important;
    border-radius: 8px !important;
    /* Keep flex properties from .landing-badge for internal alignment if icons were kept */
    display: inline-flex !important; 
    align-items: center;
    justify-content: center;
    width: 90% !important; 
}

/* Hide pseudo-elements (icons) from badges in summary */
.woocommerce.bundle-creator-wrapper .bcb-summary-product-badges .popular-product-badge:after,
.woocommerce.bundle-creator-wrapper .bcb-summary-product-badges .outofstock-badge:after {
    display: none !important;
}



.woocommerce.bundle-creator-wrapper .bcb-qty-col {
    font-size: 16px; 
    color: rgba(114, 114, 114, 0.6);
    font-weight:  400;
}

.woocommerce.bundle-creator-wrapper .bcb-price-col {
    flex: 1.5;
    justify-content: flex-end;
}


.woocommerce.bundle-creator-wrapper .bundle-summary-flex-totals-section {
    padding: 35px 0 15px 0;
    text-align: right;
    border-top: 1px solid rgba(114, 114, 114, 0.2);
    margin-top: auto; /* Pushes totals to the bottom if container has fixed height */
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.woocommerce.bundle-creator-wrapper .bundle-summary-flex-totals-section .bcb-summary-values-wrapper {
   display: flex;
   flex-direction: column;
   align-items: flex-end;
}
    
.woocommerce.bundle-creator-wrapper .bundle-summary-flex-totals-section .bcb-summary-totals span {
    display: inline-block; /* Or block with margin for spacing */
}

.woocommerce.bundle-creator-wrapper .bundle-summary-flex-totals-section .bcb-savings {
    margin-top: 5px;
}

/* Adjust remove button style if needed */
.woocommerce.bundle-creator-wrapper .bundle-summary-flex-cell .bundle-remove-item {
    padding: 5px 10px;
    background-color: transparent;
    position: relative;
}
.woocommerce.bundle-creator-wrapper .bundle-summary-flex-cell .bundle-remove-item::after {
    content: url('../images/remove.svg');
}

/* Ensure the main wrapper for the summary table (now flex container) is styled appropriately */
.woocommerce.bundle-creator-wrapper #bundle-summary-table {
    /* If #bundle-summary-table was a <table>, it's now a <div>. 
       Remove table-specific styles if any were applied directly to it.
       Add any container-specific styles here if needed. */
    border: none; /* Example: remove table border if it was set */
}
.woocommerce.bundle-creator-wrapper .bundle-creator-summary #bundle-add-to-cart {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    border-radius: 7px;
    background-color: #1CEB10;
    box-shadow: 6px 6px 9px rgba(0, 0, 0, 0.2) !important;	
    width: 300px;
    margin: 35px auto 0 auto;
    display: flex;
    justify-content: center;
    padding: 11px 16px;
}
.woocommerce.bundle-creator-wrapper .bundle-creator-summary #bundle-add-to-cart:hover {
    color: #f6ff00;
    background-color: #1d4c1a;
    box-shadow: 6px 6px 9px rgba(0, 0, 0, 0.2) !important;
}
.woocommerce.bundle-creator-wrapper .bundle-creator-summary .button:hover svg path,
.bundle-creator-wrapper .wc-block-grid__product.woo-archive-btn-button .product-details .wc-block-grid__product-add-to-cart .wp-block-button__link:hover svg path {
    fill: #f6ff00;		
}

.bundle-creator-wrapper .is-style-fill a:hover,
.bundle-creator-wrapper .is-style-fill a:focus {
    color: #f6ff00;
    background-color: #041e01;
}
.woocommerce.bundle-creator-wrapper .bcb-product-col,
.woocommerce.bundle-creator-wrapper .products .product .product-details .woocommerce-LoopProduct-link-title {
    font-size: 16px;
    color: #1D4C1A;
    font-weight: 600;
}
.bundle-creator-wrapper .products .product .product-details .price .amount {
    font-size: 22px;
    font-weight: 600;
    color: #05B13F;
}
.bundle-creator-wrapper .products .product .product-details .price .woocommerce-price-suffix,
.bundle-creator-wrapper .products .product .product-details .price del .amount {
    font-size: 16px;
    color: rgba(114, 114, 114, 0.6);
    font-weight: 400;
}
.bundle-creator-wrapper .products .product .product-details .price .add_to_cart_button {
    border-radius: 7px;
}

.bundle-creator-wrapper .entry-content .kb-row-layout-wrap.influencer-videos  .kb-row-layout-wrap {
    height: 100%;
}

.landing-products  .wc-block-grid__products:not(.thisisforspecificity) .wc-block-grid__product, 
.landing-products  .wc-block-grid__product {
    box-shadow: 0 0 10px rgba(0,0,0,0.25);
}
.bundle-creator-wrapper .landing-top-products .wc-block-grid__product {
    box-shadow: 0 0 10px rgba(0,0,0,0.25);	
}
.bundle-creator-wrapper  .wc-block-grid.landing-top-products .product-details .wc-block-grid__product-add-to-cart .wp-block-button__link {
    background-color: #EDF512;
    border-radius: 25px;
}
@media(max-width: 1200px) and (min-width: 768px) {
    .bundle-creator-wrapper .entry-content .kb-row-layout-wrap.influencer-videos .kt-has-4-columns {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }
}
@media(max-width: 992px) {
    .woocommerce.bundle-creator-wrapper .bcb-summary-product-image img {
        width: 150px;
        height: 150px;
    }
    .woocommerce.bundle-creator-wrapper .bundle-summary-flex-cell.bcb-qty-col {
        flex: 0;
    }
    .woocommerce.bundle-creator-wrapper .landing-badge {
        font-size: 13px;    
        width: 148px;
    }
    .woocommerce.bundle-creator-wrapper .bundle-section-description {
        font-size: 14px;   
    }
    .woocommerce.bundle-creator-wrapper del .woocommerce-Price-amount,
    .bcb-regular-price {
        font-size: 16px;   
    }
    .woocommerce.bundle-creator-wrapper ins .woocommerce-Price-amount,
    .bcb-sale-price {
        font-size: 22px;
    }
    .woocommerce-price-suffix,
    .bcb-sale-suffix,
    .bcb-savings {
        font-size: 16px;   
    } 
    .bcb-summary-label {    
        font-size: 24px; 
    }
    .woocommerce.bundle-creator-wrapper .bcb-product-col,
    .woocommerce.bundle-creator-wrapper .products .product .product-details .woocommerce-LoopProduct-link-title,
    .bundle-creator-wrapper .products .product .product-details .price .amount {
        font-size: 16px;   
    }
    .bundle-creator-wrapper .products .product .product-details .price .woocommerce-price-suffix,
    .bundle-creator-wrapper .products .product .product-details .price del .amount {
        font-size: 14px!important; 
    }
    .woocommerce.bundle-creator-wrapper .bcb-summary-product-badges .landing-badge, 
    .woocommerce.bundle-creator-wrapper .bcb-summary-product-badges .onsale {
        font-size: 12px!important; 
    }
    .woocommerce.bundle-creator-wrapper .bcb-summary-product-details {     
        grid-template-columns: 1fr;
    }
    .woocommerce.bundle-creator-wrapper .bundle-summary-flex-cell {
        align-items: flex-start;
    }
    .bcb-summary-product-title {
        order: 1;
    }
    .bcb-qty-col {
        order: 3;
    }
    .bcb-price-col {
        order: 2;
    }
}
@media(max-width: 768px) {
    .woocommerce.bundle-creator-wrapper .bundle-creator-summary #bundle-add-to-cart {
       width: 100%;
    }
}

/* Notification styling */

/* Notification styling */
.bcb-notification {
    position: fixed;
    bottom: -100px;   
    background-color: #FFFFFF;
    color: #727272;
    padding: 15px 21px;
    border-radius: 10px 10px 0 0;
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.2);
    font-size: 16px;
    line-height: 1.6;
    font-weight: 500;
    z-index: 9999;
    transition: bottom 0.3s ease-in-out;
    text-align: center;
    min-width: 250px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.bcb-notification-show {
    bottom: 0;
}
.bcb-notification:after {
    content: url('../images/leaf.svg');
    display: block;
}


.bcb-progress{display:none; z-index:99999;}
.bcb-progress.is-fixed{
  position:fixed; left:0; right:0; bottom:0; z-index:9999;
  background:#fff; border-top:1px solid #e5e7eb;
  padding:10px 12px; display:block;
	padding-top:20px;
}
.bcb-progress__inner{max-width:1200px; margin:0 auto; position:relative}
.bcb-progress__track{
  height:8px; background:#e5e7eb; border-radius:999px; position:relative; margin:8px 0 8px;
}
.bcb-progress__fill{
  position:absolute; left:0; top:0; bottom:0; width:0%;
  background:#18b45b; border-radius:999px; transition:width .15s linear;
}
.bcb-progress__steps{
  display:grid; grid-template-columns:repeat(4,1fr); gap:0; margin:0; padding:0; list-style:none;
	padding-left:0px!important;
	margin-top: -26px !important;
}
.bcb-step{ text-align:center; color:#93a1a1; font-weight:600; margin-bottom:0px!important;}
.bcb-step .bcb-label{ display:block; font-weight:700; margin-top:2px; }
.bcb-dot{
  width:28px; height:28px; border-radius:999px; background:#f3f4f6; border:2px solid #d1d5db;
  display:inline-flex; align-items:center; justify-content:center; position:relative;
}
.bcb-num{ font-size:13px; line-height:1; }
.bcb-check{ display:none; font-size:14px; }
.bcb-gift{ font-size:14px; opacity:.75 }
.bcb-step.is-active .bcb-dot{
  border-color:#18b45b; box-shadow:0 0 0 6px rgba(24,180,91,.15); background:#eafff3;
}
.bcb-step.is-complete .bcb-dot{
  background:#18b45b; border-color:#18b45b; color:#fff;
}
.bcb-step.is-complete .bcb-check{ display:block }
.bcb-step.is-complete .bcb-num{ display:none }
.bcb-step.is-disabled{ opacity:.55 }
@media (max-width:480px){
  .bcb-progress{ padding:8px 10px }
  .bcb-dot{ width:26px; height:26px }
  .bcb-step .bcb-label{ font-size:13px }
}


/* Progress bullets: tylko cyfry 1–4, bez ikon; cyfra biała na zielonym tle */
.bcb-check, .bcb-gift { display: none !important; } /* jeśli gdzieś zostały */

.bcb-dot{
  width: 28px; height: 28px; border-radius: 999px;
  background: #f3f4f6; border: 2px solid #d1d5db;
  display: inline-flex; align-items: center; justify-content: center;
}
.bcb-num{
  font-size: 13px; line-height: 1; font-weight: 700; color: #111827; /* ciemny szary na szarym tle */
  display: inline; /* pewne nadpisanie poprzednich reguł */
}

/* aktywny / zakończony krok = zielone tło, biała cyfra */
.bcb-step.is-active .bcb-dot,
.bcb-step.is-complete .bcb-dot{
  background: #18b45b; border-color: #18b45b;
  box-shadow: 0 0 0 6px rgba(24,180,91,.15); /* delikatny ring może zostać */
}
.bcb-step.is-active .bcb-num,
.bcb-step.is-complete .bcb-num{
  color: #fff;
}

/* nadpisanie starego zachowania ukrywającego cyfrę w krokach complete */
.bcb-step.is-complete .bcb-num{ display: inline !important; }


