.elementor-kit-7{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-f22a67d:#E6AE48;--e-global-color-c5dbfc6:#FFC150;--e-global-color-6534740:#5E7550;--e-global-color-6f9f088:#E6B86E;--e-global-color-25f07fb:#F4F8FC;--e-global-color-8929a97:#5E5E5E;--e-global-color-114285c:#A6A6A6;--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-image:url("https://lillamai.com/wp-content/uploads/2025/03/bg-patter1.webp");}.elementor-kit-7 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:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* biały pasek na szerokoc 1300px na laptopie */


body::before {
  content: "";
  position: fixed;
  top: 0px;
  bottom: 00px;
  left: 50%;
  transform: translateX(-50%);
  width: 1300px;
  background-color: #ffffff;
  z-index: -1;
  pointer-events: none;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

@media (max-width: 768px) {
  body::before {
    top: auto;
    bottom: auto;
    height: 100vh; /* dowolna wysokość, np. 90% widoku */
  }
}


/* obniżenie napisu Zamóienie i koszyw w koszyku na mobilnce */



@media (max-width: 768px) {
  body.page-id-10 h1,
  body.page-id-11 h1 {
    margin-top: 30px;
  }
}







header, 
.ast-header-break-point .main-header-bar, 
.ast-site-header-wrap, 
.ast-primary-header-bar {
    background-color: transparent !important;
    box-shadow: none !important;
}






/*Usuwa tekst przed zgwaizdmi w opiniach */


.woocommerce-product-rating .woocommerce-review-link {
    display: none;
}/* End custom CSS */