.elementor-kit-948{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-2955194c:#4054B2;--e-global-color-7308c335:#23A455;--e-global-color-6b47d91a:#000;--e-global-color-16e1243a:#FFF;--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;}.elementor-kit-948 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 *//* Ogólne */
body {
  font-family: 'Lato', sans-serif;
  color: #333;
  line-height: 1.6;
}

/* Nagłówki */
h2, h3, .elementor-heading-title {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  color: #2C2C2C;
}

/* Karty produktów */
.woocommerce ul.products li.product {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  padding: 20px;
  transition: all 0.3s ease;
}

.woocommerce ul.products li.product:hover {
  transform: translateY(-6px);
  box-shadow: 0 6px 18px rgba(0,0,0,0.1);
}

/* Przycisk dodaj do koszyka */
.woocommerce ul.products li.product .button {
  background-color: #F47B20;
  border-radius: 8px;
  color: white;
  font-weight: 600;
  transition: 0.3s;
}

.woocommerce ul.products li.product .button:hover {
  background-color: #d96c18;
  transform: scale(1.05);
}

/* Sekcje */
.elementor-section {
  padding: 60px 0;
}

/* CTA na dole */
.cta-bottom {
  background-color: #69A12D;
  color: white;
  text-align: center;
  padding: 80px 20px;
  border-radius: 16px;
}

.cta-bottom h2 {
  color: white;
  font-weight: 700;
}

.cta-bottom .elementor-button {
  background: white;
  color: #69A12D;
  font-weight: 600;
}/* End custom CSS */