
.floating-buy-bar-wrapper * {
    font-family: 'Helvetica Neue', -apple-system, BlinkMacSystemFont, sans-serif;
}
/*
.single-product.botiga-scrolling-up .back-to-top.display,
.botiga-floating-mini-cart-icon .botiga-floating-mini-cart-icon-counter,
.single-product .woocommerce-notices-wrapper,
.cart .botiga-single-addtocart-wrapper  .added_to_cart,
body.botiga-scrolling-down .botiga-single-sticky-add-to-cart-wrapper.hide-when-scroll.position-bottom,
.product_title.entry-title,
.button.botiga-buy-now-button,
.benefits,
.divider,
.free-delivery,
.cart .quantity,
.payu-mini-installments-widget {
    display: none;
}*/

.single-product .stock.in-stock,
.single-product .woocommerce-product-details__short-description,
.single-product .content-wrapper #primary>.woocommerce-breadcrumb,
.single-product .site-main.no-sidebar .product-gallery-summary>.woocommerce-breadcrumb,
.single-product.botiga-scrolling-up .back-to-top.display,
.botiga-floating-mini-cart-icon .botiga-floating-mini-cart-icon-counter,
.single-product .woocommerce-notices-wrapper,
.cart .botiga-single-addtocart-wrapper  .added_to_cart,
body.botiga-scrolling-down .botiga-single-sticky-add-to-cart-wrapper.hide-when-scroll.position-bottom,
.product_title.entry-title,
.button.botiga-buy-now-button,
.benefits,
.divider,
.free-delivery,
.cart .quantity,
.payu-mini-installments-widget,
.single-product .botiga-single-sticky-add-to-cart-wrapper,
.single-product .site-main .product .recently-viewed-products,
.single-product .information-company,
.single-product div.product #reviews,
.single-product .woocommerce-tabs ul.tabs,
.single-product div.product .gallery-showcase  {
   display: none !important;
}

.cart {
    width: 100%;
}
.cart .single_add_to_cart_button {
        background: #0071e3;
        border: 0;
        border-radius: 10px;
        text-transform: none;
        padding: 0.6rem 2rem 0.5rem;
        font-size: 1rem;
        width: 100%;
        min-height: unset !important;
        /* line-height: 1; */
}
.cart .single_add_to_cart_button:hover {
        background: #005fbf;
}
.cart .botiga-single-addtocart-wrapper {
        display: flex;
        gap: 2rem;
        align-items: center;
        width: 100%;
}
.floating-summary-container .price {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 0;
    width: 100%;
}
.botiga-scrolling-down .botiga-floating-mini-cart-icon {
    display: none;
}

.botiga-scrolling-up .botiga-floating-mini-cart-icon:hover,
.botiga-scrolling-up .botiga-floating-mini-cart-icon {
    visibility: visible;
    opacity: 1;
    bottom: 20px;
    right: 30px;
    -webkit-transform: translate3d(20px, 0, 0) !important;
    transform: translate3d(20px, 0, 0) !important;
}

.productincart .botiga-floating-mini-cart-icon {
   /* right: 10px;*/
}
.botiga-floating-mini-cart-icon .botiga-floating-mini-cart-icon-icon svg {
    width: 25px;
    height: 25px;
    stroke: #000000;
}
.back-to-top.position-right {
    right: 10px;
    bottom: 20px;
    backdrop-filter: blur(16px);
    box-shadow: inset 0 0 1px #0000001c;
    background: #e8e8edb3;
}
.back-to-top .ws-svg-icon {
    width: 24px;
    height: 24px;
}

.botiga-floating-mini-cart-icon .botiga-floating-mini-cart-icon-icon {
    backdrop-filter: blur(16px);
    box-shadow: inset 0 0 1px #0000001c;
    background: #e8e8edb3;
}
.back-to-top .ws-svg-icon svg {
    stroke: #000000;
}
.sticky-entry-summary {
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 500px;
}
.entry-summary  {
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
}
.price del {
    margin-right: 0;
    font-size: 1rem;
    line-height: 1;
    font-weight: 400;
    color: #000000;
    opacity: 0.4;
    margin-right: 0.5rem;
}

.price ins {
    font-size: 1.7rem;
    line-height: 1;
    font-weight: 400;
}


.floating-buy-bar-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    backdrop-filter: blur(6px);
    box-shadow: inset 0 0 1px #0000001c;
    background: #ffffffe8 !important;
    /* border-bottom: 1px solid #e8e8ed; */
    display: flex;
    align-items: center;
    flex-direction: column;
    transform: translateY(-100%);
}

.floating-buy-bar-wrapper.visible {
    transform: translateY(0);
}

.floating-buy-bar {display: flex;align-items: center;padding: 0.7rem 1rem;max-width: 1180px;width: 100%;justify-content: space-between;}

.floating-buy-bar h3 {
    font-weight: 400;
    font-size: clamp(1rem, 4vw, 1.4rem);
    padding-top: 3px;
}

.floating-summary-container {
  overflow: hidden;
  height: 0;
  opacity: 0;
  padding: 0 1rem;
  max-width: 1180px;
  width: 100%;
  transition: none !important; /* wyÅ‚Ä…cz CSS transitions */
}


.floating-buy-bar .buy-now-btn:not(.close-mode) {
    background: #0071e3;
    color: #fff;
    border: none;
    padding: 0.8rem 1rem;
    font-size: 0.8rem;
    cursor: pointer;
    border-radius: 30px;
    font-weight: 400;
    order: 3;
    line-height: 1;
    height: 40px;
}
.floating-buy-bar .floating-price {
    order: 2;              /* ustaw przed przyciskiem */
    margin-left: auto;
    margin-right: 0.50rem;
    flex-direction: column;
    line-height: 1;
    flex-direction: column;
    max-width: 80px;
    padding-top: 3px;
}
.floating-buy-bar .floating-price ins {
    background: unset;
    font-size: 1.1rem;
}
.floating-buy-bar .floating-price del {
    font-size: 0.8rem;
}
.floating-buy-bar .close-mode {
    background: #ecebf0;
    color: black;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    align-items: center;
    border: none;
    cursor: pointer;
    /* display: flex; */
}
.floating-buy-bar .close-mode svg {
    width: 100%;
    height: 100%;
    padding: 0.9rem;
}
.vat-info {
    font-size: 14px;
    color: #555;
    padding: 0.7rem 0;
    line-height: 1.2;
    width: 100%;
}

.custom-delivery-box {
    display: none;
}

.custom-delivery-box {
    display: flex;
    align-items: flex-start;
    /* gap: 1rem; */
    border-bottom: 1px solid #eaeaea;
    top: 0rem;
    margin: 0 0 1rem 0;
    padding: 0 0 1rem 0;
    width: 100%;
    flex-direction: column;
    max-width: 500px;
}
.custom-delivery-inner {
    display: flex;
    gap: 1rem;
    flex-direction: row;
}
.delivery-title {
    font-weight: 500;
    color: #1d1d1f;
    font-size: 0.9em;
}

.delivery-subtext {
    font-size: 0.9rem;
    color: #1d1d1f;
    font-weight: 400;
    line-height: 1.3;
}
.delivery-subtext #js-order-cutoff strong {
    color: #0066cc !important;
    font-weight: 400;
}
.delivery-time {
    color: #0071e3;
}
.floating-summary-container .paypo-notice-cart-box {
    background: unset;
    width: 100%;
    padding: 1rem 0.5rem 0;
    align-items: center;
    color: #1d1d1f;
    font-size: 0.9rem;
}
.floating-summary-container .paypo-notice-cart-box strong {
    padding-left: 5px;
    color: #1d1d1f;
}
.benefits-box {
    display: flex;
    font-size: clamp(0.6rem, 4vw, 0.8rem);
    color: #555;
    padding: 0.7rem 0;
    line-height: 1.2;
    /* width: 100%; */
}
.benefits-box .information:first-child {
    border-right: 1px solid #989898;
    padding-right: 0.5rem;
    margin-right: 0.2rem;
}
.benefits-box .information {
    display: flex;
    align-items: center;
    flex-direction: row;
}
.benefits-box .information strong {
    padding: 0px 5px;
    color: #414141;
}
.benefits-box .information img {
    height: 13px;
    margin-left: 0.3rem;
}
.payment-option {
    display: none;
    align-items: center;
    flex-direction: row;
    justify-content: space-around;
    width: 100%;
}
.payment-option img {
        max-height: 25px;
    min-width: 0;
    max-width: 100%;
    height: auto;
    width: auto;
}
  @media (min-width: 900px) {
.entry-summary  {
    flex-direction: row-reverse;
    align-items: stretch;
    justify-content: end;
}
      .custom-delivery-box{
    border-bottom: 0;
    border-right: 1px solid #eaeaea;
    padding: 0 2rem 0 0;
    margin: 0 2rem 0 0;
    width: auto;
    justify-content: center;
}
      .custom-delivery-inner {
   border-bottom: 1px solid #eaeaea;
   padding: 0 0 1rem 0;
   margin: 0 0 1rem 0;
   }
      .floating-summary-container .custom-delivery-box > .paypo-notice-cart-box {
          display: flex !important;
          background: unset;
    width: 100%;
    padding: 0;
    align-items: center;
    padding-left: 40px;
      }
      .sticky-entry-summary > .paypo-notice-cart-box {
          display: none;
      }
      .payment-option {
              display: flex;
      }
      .floating-buy-bar {
    padding: 0.7rem 2rem;
}
      .floating-summary-container {
    padding: 0 2rem;
}
      .floating-buy-bar .floating-price {
    margin-right: 1rem;
    flex-direction: row;
    align-items: flex-end;
    max-width: 200px;
}
.floating-buy-bar .floating-price del {
    font-size: 0.9rem;
    padding-right: 0.5rem;
}
      .floating-buy-bar .floating-price ins {
          font-size: 1.2rem;
      }
.sticky-entry-summary {
    max-width: 400px;
}
  }



