.elementor-kit-7{--e-global-color-primary:#43AB1D;--e-global-color-secondary:#FB802F;--e-global-color-text:#1a211a;--e-global-color-accent:#3DD33F;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-weight:500;font-family:"Arial", Sans-serif;font-size:16px;}.elementor-kit-7 button,.elementor-kit-7 input[type="button"],.elementor-kit-7 input[type="submit"],.elementor-kit-7 .elementor-button{background-color:var( --e-global-color-primary );color:#FFFFFF;}.elementor-kit-7 button:hover,.elementor-kit-7 button:focus,.elementor-kit-7 input[type="button"]:hover,.elementor-kit-7 input[type="button"]:focus,.elementor-kit-7 input[type="submit"]:hover,.elementor-kit-7 input[type="submit"]:focus,.elementor-kit-7 .elementor-button:hover,.elementor-kit-7 .elementor-button:focus{background-color:var( --e-global-color-secondary );color:#FFFFFF;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 p{margin-block-end:0px;}.elementor-kit-7 a{color:var( --e-global-color-primary );}.elementor-kit-7 a:hover{color:var( --e-global-color-secondary );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1300px;}.e-con{--container-max-width:1300px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){margin-block-end:0px;}.elementor-element{--widgets-spacing:0px 20px;--widgets-spacing-row:0px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@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;}}:root { --c-primary:#43AB1D; --f-primary:Inter; --c-secondary:#FB802F; --c-gray:#f8f8f8; --boxed:1300px; --f-accent:Inter; --c-text:#1a211a; --c-accent:#3DD33F; --f-secondary:Inter; --f-text:Inter; }
/* Start custom CSS *//* AlgoClear product hover swap */
.product-hover-wrap { position: relative; display: block; }
.product-hover-wrap .product-second-image {
  position: absolute; inset: 0; opacity: 0;
  transition: opacity 0.25s cubic-bezier(0.25, 0.1, 0.25, 1); z-index: 2;
}
.product-hover-wrap .product-second-image img {
  width: 100%; height: 100%; object-fit: cover; display: block;
}
.product-hover-wrap > img, .product-hover-wrap .wp-post-image {
  transition: opacity 0.25s cubic-bezier(0.25, 0.1, 0.25, 1); display: block;
}
/* hover - TYLKO konkretny produkt (NIE kontener .product archiwum) */
li.product:hover .product-hover-wrap .product-second-image,
.elementor-post:hover .product-hover-wrap .product-second-image,
.product-hover-wrap:hover .product-second-image {
  opacity: 1;
}
li.product:hover .product-hover-wrap > img,
.elementor-post:hover .product-hover-wrap > img,
.product-hover-wrap:hover > img {
  opacity: 0;
}

/* AlgoClear add-to-cart button brand color */
.add_to_cart_button,
ul.products li.product .button,
.elementor-products .button,
.woocommerce ul.products li.product .button {
  background-color: #43AB1D !important;
  color: #ffffff !important;
  border-color: #43AB1D !important;
}
.add_to_cart_button:hover,
ul.products li.product .button:hover,
.elementor-products .button:hover,
.woocommerce ul.products li.product .button:hover {
  background-color: #FB802F !important;
  border-color: #FB802F !important;
  color: #ffffff !important;
}
.add_to_cart_button.added {
  background-color: #3DD33F !important;
  border-color: #3DD33F !important;
}

/* AlgoClear cart button margin-top */
.woocommerce ul.products li.product .button,
ul.products li.product .button,
.elementor-products .button {
  margin-top: 0 !important;
}

/* AlgoClear koszyk - padding cart_totals + metody wysylki */
.cart_totals .shop_table td,
.cart_totals .shop_table th,
.woocommerce-cart-form .shop_table td,
.woocommerce-checkout-review-order-table td,
.woocommerce-checkout-review-order-table th {
  padding: 12px 15px !important;
}
ul#shipping_method,
.woocommerce-shipping-methods { margin: 0; padding: 0; list-style: none; }
ul#shipping_method li,
.woocommerce-shipping-methods li { padding: 6px 0; margin: 0; list-style: none; }
ul#shipping_method li label,
.woocommerce-shipping-methods li label { padding-left: 4px; }

/* AlgoClear mobile overflow safety */
html, body { overflow-x: hidden; max-width: 100%; }/* End custom CSS */