.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-6a60940:#1A1A1A;--e-global-color-0e9c754:#444444;--e-global-color-aaf1280:#E91E63;--e-global-color-c4fefab:#DE3F06;--e-global-color-1de1860:#FFE9F0;--e-global-color-08f25d2:#FF4F10;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-color:#FFF7EC;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:100%;}.e-con{--container-max-width:100%;--container-default-padding-top:9px;--container-default-padding-right:3px;--container-default-padding-bottom:9px;--container-default-padding-left:3px;}}/* Start custom CSS */.radio-variable-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f9f9f9;
  border: 2px solid #ccc;
  border-radius: 12px;
  padding: 12px 16px;
  margin-bottom: 14px;
  cursor: pointer;
  transition: border 0.3s ease;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  gap: 10px;
}

.radio-variable-item.selected {
  border-color: #2196f3;
  background-color: #e3f2fd;
}

.radio-variable-item .variant-left {
  display: flex;
  align-items: center;
  font-size: 15px;
  flex: 1;
  gap: 10px;
  white-space: normal;
}

.radio-variable-item .variant-price {
  font-size: 15px;
  font-weight: bold;
  color: #333;
  white-space: nowrap;
}
.ctaruchome {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;

  opacity: 1;
  pointer-events: auto;

  transition: opacity 0.4s ease;
  will-change: opacity;

  /* Stabilizacja mobilna */
  width: max-content;
  min-width: 200px;
  max-width: 90vw;
}

.ctaruchome.ukryj {
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 768px) {
  .vi-wcaio-sidebar-cart-content-cart_total_wrap {
    padding-bottom: calc(env(safe-area-inset-bottom, 0px) + 20px) !important;
  }
}/* End custom CSS */