.elementor-kit-6{--e-global-color-primary:#141414;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#EEEEEE;--e-global-color-5f372a0:#F6033D;--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-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{background-color:transparent;font-size:1.2em;text-transform:uppercase;color:var( --e-global-color-accent );background-image:linear-gradient(180deg, var( --e-global-color-primary ) 0%, #000000 100%);box-shadow:0px 0px 10px 0px rgba(0, 0, 0, 0.19);border-radius:8px 8px 8px 8px;padding:0.8em 2em 0.8em 2em;}.elementor-kit-6 button:hover,.elementor-kit-6 button:focus,.elementor-kit-6 input[type="button"]:hover,.elementor-kit-6 input[type="button"]:focus,.elementor-kit-6 input[type="submit"]:hover,.elementor-kit-6 input[type="submit"]:focus,.elementor-kit-6 .elementor-button:hover,.elementor-kit-6 .elementor-button:focus{background-color:transparent;color:var( --e-global-color-accent );background-image:linear-gradient(180deg, var( --e-global-color-secondary ) 100%, var( --e-global-color-text ) 0%);}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{color:var( --e-global-color-5f372a0 );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:80%;}.e-con{--container-max-width:80%;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--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(min-width:2400px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:60%;}.e-con{--container-max-width:60%;}}@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 *//* Recaptcha */

.grecaptcha-badge { 
    visibility: hidden!important; 
}

.woocommerce ul.products li.product a img {
  width: 100%;
  height: 250px;
  object-fit: contain;        /* całe zdjęcie mieści się */
  object-position: center;    /* wyśrodkowanie */
  background: #FFFFFF;        /* białe tło */
}

.elementor-widget-woocommerce .woocommerce-loop-product__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title {
    padding-left: 15px 
    padding-right: 15px 
    line-height: 1.3 !important; /* zwiększony odstęp między wierszami */
    box-sizing: border-box !important;
    width: 100% !important;
}

/* etykieta PROMOCJA */ 

span.onsale {
  text-transform: uppercase !important;
  background-color: #F6033D !important;
  color: #ffffff !important;
  border-radius: 8px !important;
  padding: 2px 8px !important;
  display: inline-block !important;
}

/* Nowa, aktualna cena (INS) w nowej linijce i na czerwono */
h2.elementor-heading-title del {
    font-weight: 400;
    color: #555555;   /* ciemny szary */
}

h2.elementor-heading-title del,
h2.elementor-heading-title ins {
    display: block;
    margin: 0;
}

h2.elementor-heading-title ins {
    color: #ff0000; 
    font-weight: 700;
    font-size: 1.2em;
    text-decoration: none;
}

/*cena PROMOCJA kolor czerwony */ 
ins .woocommerce-Price-amount.amount {
    text-decoration: none !important;
	  color: #F6033D !important;
}/* End custom CSS */