.Jost-200 {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
}

.Jost-400 {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.Jost-600 {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

.Jost-800 {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
} 
.Jost-900 {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
}
.bebas-neue-regular {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.meie-script-regular {
  font-family: "Meie Script", cursive;
  font-weight: 400;
  font-style: normal;
}
.margin-big-row {
  margin-top: 100px;
  margin-bottom: 100px;
}

:root {
    /* Kolory podstawowe */
  --color-black: #000;
  --color-white: #ffffff;
  --color-red: #CA4B4A;
  --color-blue-light: #EDF1F6;
  --color-blue: #D9DDED;
  --color-yellow: #CEAC79;
  --color-silver-dark: #373E43; /* jaśniejszy srebrny */
  --color-silver-2: #373E43; /* ciemniejszy srebrny */
  --color-green: #00A058;
  --color-green-dark: #023F24;
  --color-green-light: #E9F6F0;
  --body-bg-color: #fff;
  --bs-body-bg:#fff!important;

  /* FONTY */
  --font-size-h1: 64px;
  --font-size-h2: 48px;
  --font-size-h3: 32px;
  --font-size-h4: 24px;
  --font-size-h5: 20px;
  --font-size-p: 18px;
  --font-size-p-24: 24px;
  --font-size-p-18: 18px;
  --font-size-p-16: 16px;
  --font-size-p-14: 14px;
  --font-size-p-12: 12px;
  --font-size-p-12: 10px;
  --font-family-Jost: "Jost", sans-serif;

  --font-weight-100: 100;
  --font-weight-200: 200;
  --font-weight-300: 300;
  --font-weight-400: 400; /* Regular */
  --font-weight-500: 500;
  --font-weight-600: 600;
  --font-weight-700: 700; /* Bold */
  --font-weight-800: 800;
  --font-weight-900: 900;
  --line-height-110: 110%;
  --line-height-130: 130%;
  --line-height-150: 150%;

  --flexible-h1-mobile: 64px;
  --flexible-p-size: 24px;
  --flexible-h4-size: 48px;
  --flexible-CTA-p-size: 18px;
  --font-size-h3: 40px;
  --flexible-small-margin: 30px;
  --flexible-oferta-a-size: 48px;
  --flexible-h2-size: 80px;
  --flexible-big-margin-x2: 100px;
  --flexible-big-margin: 50px;
  --flexible-opis-size: 36px;
  --flexible-h1-margin: 20px;
  --flexible-h1-padding: 40px;
  --flexible-box-padding: 60px;
  --flexible-h1-size: 70px;
  --flexible-h3-size: 16px;
  --border-radius-main: 20px;
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}
:root,
[data-bs-theme="light"] {
  --border-color-MM: #262b32;
  --font-gray: #323232;
  --dp-text-color: #323232;
  --dp-text-icon-dark: #323232;
  --bs-accordion-active-bg: transparent !important;
  --bs-accordion-bg: transparent !important;
  --bg-body: #fff;
  --white-bg-color: #fff;
  --limone-hover-color: #323232;
  --limone-hover-color-h1: #fff;
  --bs-white-jak-pracujemy: #ffffff;
  --white: #000;
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #323232;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text-emphasis: #052c65;
  --bs-secondary-text-emphasis: #2b2f32;
  --bs-success-text-emphasis: #0a3622;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #58151c;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #cfe2ff;
  --bs-secondary-bg-subtle: #e2e3e5;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #9ec5fe;
  --bs-secondary-border-subtle: #c4c8cb;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: system-ui, -apple-system, "Jost", "Manrope",
    "Segoe UI", "Roboto", "Helvetica Neue", "Noto Sans", "Liberation Sans",
    Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
    "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.15),
    rgba(255, 255, 255, 0)
  );
  --bs-body-font-family: "Jost", sans-serif;
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #000;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: #000;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #0a58ca;
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}

[data-bs-theme="dark"] {
  color-scheme: dark;
  --color-black: #000;
  --color-white: #ffffff;
  --color-red: #CA4B4A;
  --color-blue-light: #EDF1F6;
  --color-blue: #D9DDED;
  --color-yellow: #CEAC79;
  --color-silver-dark: #373E43; /* jaśniejszy srebrny */
  --color-silver-2: #373E43; /* ciemniejszy srebrny */
  --color-green: #43E76F;
  --color-green-dark: #0D160D;
  --body-bg-color: #0D160D;
  --white: #fff;
  --bs-body-color: #ffffff;
  --bs-body-color-rgb: 222, 226, 230;
  --bs-body-bg:  #0D160D;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb: 222, 226, 230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb: 222, 226, 230;
  --bs-tertiary-bg: #2b3035;
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: #6ea8fe;
  --bs-secondary-text-emphasis: #a7acb1;
  --bs-success-text-emphasis: #75b798;
  --bs-info-text-emphasis: #6edff6;
  --bs-warning-text-emphasis: #ffda6a;
  --bs-danger-text-emphasis: #ea868f;
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: #031633;
  --bs-secondary-bg-subtle: #161719;
  --bs-success-bg-subtle: #051b11;
  --bs-info-bg-subtle: #032830;
  --bs-warning-bg-subtle: #332701;
  --bs-danger-bg-subtle: #2c0b0e;
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: #084298;
  --bs-secondary-border-subtle: #41464b;
  --bs-success-border-subtle: #0f5132;
  --bs-info-border-subtle: #087990;
  --bs-warning-border-subtle: #997404;
  --bs-danger-border-subtle: #842029;
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: #6ea8fe;
  --bs-link-hover-color: #8bb9fe;
  --bs-link-color-rgb: 110, 168, 254;
  --bs-link-hover-color-rgb: 139, 185, 254;
  --bs-code-color: #e685b5;
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: #664d03;
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: #75b798;
  --bs-form-valid-border-color: #75b798;
  --bs-form-invalid-color: #ea868f;
  --bs-form-invalid-border-color: #ea868f;
}
body {
  position: relative;
}
html {
  overflow-x: hidden;
}

/* Links
--------------------------------------------- */
a {
  color: var(--white);
  text-decoration: none;
}

a:visited {
  color: var(--white);
  background-color: none;
}

a:hover,
a:focus,
a:active {
  color: var(--limone-hover-color);
}

a:focus {
  outline: none;
}

a:hover,
a:active {
  outline: 0;
}

.pt-8 {
  padding-top: 80px;
}
.pt-10 {
  padding-top: 100px;
}
.pb-10 {
  padding-bottom: 100px;
}
.pb-1 {
  padding-bottom: 10px !important;
}
.pb-2 {
  padding-bottom: 20px !important;
}
.pb-3 {
  padding-bottom: 30px !important;
}
.pb-4 {
  padding-bottom: 40px !important;
}
.pb-5 {
  padding-bottom: 50px !important;
}
.pb-6 {
  padding-bottom: 60px !important;
}
.pb-8 {
  padding-bottom: 80px !important;
}
.pb-10 {
  padding-bottom: 100px !important;
}
.pt-10 {
  padding-top: 100px !important;
}
.mt-1 {
  margin-top: 10px !important;
}
.mt-2 {
  margin-top: 20px !important;
}
.mt-3 {
  margin-top: 30px !important;
}
.mt-4 {
  margin-top: 40px !important;
}
.mt-5 {
  margin-top: 50px !important;
}
.mb-6 {
  margin-bottom: 60px !important;
}
.mb-1 {
  margin-bottom: 10px !important;
}
.mb-2 {
  margin-bottom: 20px !important;
}
.mb-3 {
  margin-bottom: 30px !important;
}
.mb-4 {
  margin-bottom: 40px !important;
}
.mb-5 {
  margin-bottom: 50px !important;
}
@media (min-width: 1481px) {
  .container {
    max-width: 1600px!important;
  }
}
@media (max-width: 1480px) {
  .container {
    max-width: 1400px!important;
  }
}
@media (max-width: 1280px) {
  .container {
    max-width: 1200px;
  }
}
/* Nagłówki */
h1, .h1 {
  font-size: var(--font-size-h1) !important;
  line-height: var(--line-height-110) !important;
  font-family:"Jost", sans-serif !important;
  color: var(--color-green-dark);
}

h2, .h2 {
  font-size: var(--font-size-h2) !important;
  line-height: var(--line-height-130) !important;
  font-family:"Jost", sans-serif !important;
  color: var(--color-green-dark);
}

h3, .h3 {
  font-size: var(--font-size-h3) !important;
  line-height: auto !important;
  font-family:"Jost", sans-serif !important;
	  color: var(--color-green-dark);
}

h4, .h4 {
  font-size: var(--font-size-h4) !important;
   line-height: auto !important;
  font-weight: var(--font-weight-700) !important;
  font-family:"Jost", sans-serif !important;
  color: var(--color-green-dark);
}

h5, .h5 {
  font-size: var(--font-size-h5) !important;
   line-height: auto !important;
  font-family:"Jost", sans-serif !important;
  color: var(--color-green-dark);
}
p, .p{
  font-size: var(--font-size-p) !important;
  line-height: var(--line-height-150) !important;
  font-family:"Jost", sans-serif !important;
  color: var(--color-green-dark);
}
ul li, ol li {
  font-size: var(--font-size-p) !important;
  line-height: var(--line-height-150) !important;
  font-family:"Jost", sans-serif !important;
  color: var(--color-green-dark);
  padding-left: 10px!important;

}
ul li::marker {
	font-size: 10px!important;
}
ol li::marker {
	font-size: 12px!important;
}

a {
  color: var(--color-white); /* czarny */
  text-decoration: none; /* usuń podkreślenie */
  transition: color 0.3s ease, text-decoration 0.3s ease;
  font-family:"Jost", sans-serif;
    text-underline-offset: var(
    --text-underline-offset );
}
.wc-block-cart-item__prices,
.wc-block-components-order-summary-item__individual-prices {
          display: none !important;
}
.bold { 
  font-weight: 700;
}
.semi-bold { 
  font-weight: 600;
}
.thin { 
  font-weight: 200;
}
.regular {
  font-weight: 400;
}

#wrapper {
  background: var(--color-green-dark)!important;
   font-family:"Jost", sans-serif;
}

/* footer */
.site-footer {
  background-color: var(--color-green);
  padding-top: 80px;
  padding-bottom: 80px;
  font-family:"Jost", sans-serif;
  margin-top: 20px;
}
.youtube:hover img {
    content: url('/wp-content/themes/custom_theme/img/youtube-hover.svg');
}

.insta:hover img {
    content: url('/wp-content/themes/custom_theme/img/insta-hover.svg');
}

.in:hover img {
    content: url('/wp-content/themes/custom_theme/img/in-hover.svg');
}

.tiktok:hover img {
    content: url('/wp-content/themes/custom_theme/img/tic-hover.svg');
}

.facebook:hover img {
    content: url('/wp-content/themes/custom_theme/img/facebook-hover.svg');
}
.site-footer ul {
  list-style: none;
  padding-left: 0px;
}
.site-footer li.h4 {
  margin-bottom: 20px;
    line-height: 230%;
}
.site-footer li {
  font-size: 18px;
  font-weight: 300;
  /* letter-spacing: 3%; */
}
.site-footer li.bold {
  margin-bottom: 40px;
}
.bottom-footer,
.bottom-footer a {
  color: var(--color-white)!important;
}
.site-footer h5 {
  color: var(--color-white);
  font-size: 20px!important;
  font-weight: 700;
}
.logo-footer {
  margin-bottom: 80px;
  display: inline-block;
}
.adres-footer p {
  color: var(--color-white);
  font-size: 14px!important;
}
.footer-ul li {
  font-size: 14px;
  font-weight: 300;
  line-height: 230%;
}
.footer-ul li.h5 {
  font-weight: 700;
  margin-bottom: 20px;
  font-size: 20px!important;
  color: var(--color-white);
}
#primary-menu li a {
  color: var(--color-green-dark);
}
/* page */

.btn-podstawowy, 
.wp-block-button__link.wp-element-button {
  background-color: var(--color-green-dark);
  color: var(--color-white)!important;
  border: 1px solid var(--color-green-dark);
  border-radius: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 30px;
  padding-right: 10px;
  font-size: 16px;
  font-weight: 600;
}
.btn-podstawowy svg {
  background-color: var(--color-green);
  border-radius: 50%;
  transform: rotate(-45deg);
  transition: transform 0.3s ease;
  width: 36px;
  height: 36px;
  padding: 5px;
}
#top-search {
    background-color: var(--color-green);
    padding-top: 0px;
    position: absolute;
    left: 42%;
}
.header-search .btn {
    padding:0px;
    padding-top: 1px!important;
}
.dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input {
	width: 100%;
	height: 40px;
	font-size: 14px;
    color: var(--color-green-dark);
	line-height: 100%;
	padding: 10px 15px;
	margin: 0;
	background: #fff;
	border: 1px solid var(--color-green-light);
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-webkit-appearance: none;
	box-sizing: border-box; 
}
.bg-danger {
	--bs-bg-opacity: 1;
	background-color: var(--color-green-dark)!important;
}
.btn-podstawowy svg:hover,.btn-podstawowy:hover svg {
  background-color: var(--color-green-dark)!important;
  border-radius: 50%;
  transform: rotate(-45deg);
  transition: transform 0.3s ease;
  width: 36px;
  height: 36px;
  padding: 5px;
}
.btn-podstawowy:hover {
  background-color: var(--color-green);
  border: 1px solid var(--color-green)!important;
}
.btn-podstawowy-black {
  background-color: var(--color-black);
  color: var(--color-green);
  border: 1px solid var(--color-green);
  border-radius: 40px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 16px;
  font-weight: 700;
  border: 1px solid var(--color-green);
}
.btn-podstawowy-black:hover {
  background-color: var(--color-green);
  color: var(--color-black);
  border: 1px solid var(--color-black)!important;
}
.modal-dialog {
	max-width: 800px;
	margin-right: auto;
	margin-left: auto;
}
.modal-dialog  #nf-field-10 {
    border: 1px solid var(--color-green)!important;
    border-radius: 40px!important;
    padding: 10px!important;
    font-size: 14px!important;
    color: var(--color-white)!important;
    background-color: var(--color-green)!important;
}
.modal-dialog .checkbox-container.label-right .field-wrap > div {
	width: 10%;
} 
.modal-dialog .checkbox-container.label-right .field-wrap > div a{
    color: var(--color-green)!important;
}
.header-account  .btn-link{
	border: 0px;
	border-radius: 50%;
    margin-right: 31px;
    margin-left: 33px;
    padding-left: 0px;
     padding-right: 0px;
     margin-top: 4px;
    }
.btn-check:checked + .btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check) + .btn:active {
  border: 1px solid var(--color-green)!important;
  color: var(--color-green)!important;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover, 
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:hover, 
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:hover, 
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:hover, 
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:hover {
	background-color: var(--color-green)!important;
	color: #fff;
}
.navbar-toggler {
  margin-right: 15px;
}
.wc-share { display:flex; gap:12px; flex-wrap:wrap; margin:14px 0; }
.wc-share__link{
  padding:10px 12px;
  border:1px solid var(--color-green-light);
  border-radius:30px;
  text-decoration:none;
  line-height:1;
  font-size: 10px;
  color: var(--color-green-dark)!important;
  background-color: var(--color-green-light);
}
.wc-share__link:hover{ opacity:.85; }
.product-gallery {
    position: relative;
}
.header-right {
	display: inline-flex;
	flex-direction: row-reverse;
}
.header-account i,
.header-cart i {
	display:none;
}
.navbar-nav li a:hover {
  color: var(--color-green)!important;
}
.header-social.social-styl img{
  width: 30px;
  height: 30px;
}
#primary-menu li {
  display: inline-block;
}
.navbar .container {
  padding-left: 30px;
  margin-bottom: 0px;
}

/* Top Menu */
.top-menu-wrapper {
  background-color: var(--color-green-light);
  padding: 10px 0;
}
.header-account a,
.header-account a i{
	color: var(--color-green)!important;
}
.header-cart a {
	color: var(--color-green)!important;
	padding: 0px;
	width: 33px;
}
.header-cart a::before {
	content: "";
	background-image: url('/wp-content/themes/custom_theme/img/bag.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 24px;
	height: 30px;
	display: inline-block;
}
.header-account a {
	padding: 0px;
	width: 33px;
} 
.header-account a::before {
	content: "";
	background-image: url('/wp-content/themes/custom_theme/img/account.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 25px;
	height: 25px;
	display: inline-block;
}
.header-cart a i{ 
	color: var(--color-green)!important;
}
.top-menu-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 30px;
}

.top-menu-list li {
  margin: 0;
  padding: 0;
}

.top-menu-list li a {
  color: var(--color-green-dark);
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  transition: color 0.3s ease;
}

.top-menu-list li a:hover {
  color: var(--color-green);
}

.site-header {
	background-color: var(--color-green);
	margin-bottom: 60px;
}
/* blog */
.categories-list {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap; 
	gap: 0;
	list-style: none;
	padding: 0;
	margin: 0;
}
.category-item {
	display: flex;
	align-items: center;
	position: relative;
}
.category-item.active .category-link {
	color: var(--color-green-dark);
	font-weight: 600;
}
.category-link {
  color: var(--color-green-dark);
  text-transform: capitalize;
  font-size: 14px!important;
}
.blog-header h1.page-title{
  display: none;
}
.blog-card-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s ease;
	border-radius: 20px;
  border:1px solid var(--color-green-light);
}
.blog-card-image {
	position: relative;
	height: 420px;
	overflow: hidden;
  margin-top: 25px;
}
.blog-card-date, .blog-card-meta a {
  font-size: 14px!important;
  color: var(--color-green-dark);
  margin-bottom: 0px;
  padding-left: 4px;
 padding-right: 4px;
} 
 .blog-card-meta a:first-child {
  padding-left: 0px;
 }
 .blog-card-excerpt {
  font-size: 16px!important;
  color: var(--color-green-dark);
  line-height: 20px!important;
  margin-bottom: 20px;
  margin-top: 20px;
  min-height: 80px;
 }
.blog-card-meta, .blog-card-meta span {
  font-size: 14px!important;
  color: var(--color-green-dark);
  line-height: 14px;
}

/* Paginacja bloga */
.blog-pagination {
	display: flex;
	justify-content: center;
	margin-top: 60px;
}
.pagination-wrapper svg {
  width: 40px;
  height: 40px;
  background-color: var(--color-white);
  border-radius: 50%;
  padding: 10px;
  border:1px solid var(--color-green-dark);
  color: var(--color-green-dark);
}
.blog-posts-grid h3 {
  color: var(--color-green-dark);
  font-size: 43px!important;
}
.blog-desc {
  color: var(--color-green-dark);
  font-size: 16px!important;
  width: 50%;
  margin: auto;
  margin-bottom: 40px;
}
hr {
	color: var(--color-green);
}
.single-post .single-post-content a {
  color: var(--color-green);
}
.single-post-content h3 {
  color: var(--color-green-dark);
  font-size: 30px!important;
}
.single-post-content h3,
.single-post-content h1,
.single-post-content h2,
.single-post-content h4{
  color: var(--color-green-dark);
}
.blog-return {
  background-color: var(--color-green-dark);
  border-radius: 30px;
  padding: 10px 20px;
  color: var(--color-white)!important;
  display: block;
  width: 85px;
  font-size: 12px!important;
  margin: auto;
  text-transform: uppercase;
  font-weight: 300;
  margin-bottom: 30px;
}
#gallery-1 .gallery-item {
	float: left;
	margin-top: 10px;
	text-align: center;
	width: 33%;
}
.entry-content {
  color: var(--color-green-dark);
  font-size: 16px!important;
  line-height: 18px!important;
}
.posted-on a, .posted-on{
  color: var(--color-green-dark);
  margin-bottom: 10px;
  display: inline-block;
}
#gallery-1 {
	margin: auto;
}
.single-post-content h1.entry-title {
  color: var(--color-green-dark);
  font-size: 30px!important;
  margin-bottom: 10px;
}
.blog-return:hover {
  background-color: var(--color-green);
  color: var(--color-white);
}
.single-post-content .post-thumbnail img {
	height: 650px;
	width: 100%;
	object-fit: cover;
	border-radius: 20px;
  margin-bottom: 30px;
  border:1px solid var(--color-green-light);
   background-position: top center;
}
.page-numbers-info {
  color: var(--color-green-dark);
}
.single-post-content .entry-footer {
  display: none;
}
.blog-pagination .navigation.pagination {
	display: flex;
	justify-content: center;
}

.navigation.pagination .nav-links {
	display: flex;
	justify-content: center;
}

.navigation.pagination .nav-links ul.page-numbers {
	display: flex;
	flex-direction: row;
	gap: 10px;
	list-style: none;
	padding: 0;
	margin: 0;
	align-items: center;
}

.navigation.pagination .page-numbers {
	border: 1px solid var(--color-green);
	border-radius: 50%;
	width: 45px;
	height: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--color-green-dark);
	text-decoration: none;
	font-weight: 500;
	transition: all 0.3s ease;
	background: #fff;
}

.navigation.pagination .page-numbers.current {
	background: var(--color-green);
	color: #fff;
	border-color: var(--color-green);
}

.navigation.pagination .page-numbers:hover:not(.current):not(.dots) {
	background: var(--color-green);
	color: #fff;
}

.navigation.pagination .page-numbers.dots {
	border: none;
	background: transparent;
	pointer-events: none;
}

.navigation.pagination .page-numbers.prev,
.navigation.pagination .page-numbers.next {
	width: 45px;
	height: 45px;
}

.navigation.pagination .page-numbers svg {
	width: 20px;
	height: 20px;
}

.blog-card {
	overflow: hidden;
	transition: all 0.3s ease;
	position: relative;
	display: flex;
	flex-direction: column;
}
.blog-card-title a {
	color: var(--color-green-dark);
	text-decoration: none;
  font-size: 20px!important;
  line-height: 24px!important;
	transition: color 0.3s ease;
  margin-top: 20px;
  margin-bottom: 20px;
  display: inline-block;
  font-weight: 700;
  min-height: 72px;
}
.category-item:not(:last-child)::after {
	content: "●";
	color: var(--color-green-dark);
	font-size: 12px;
	margin: 0 20px;
	display: inline-block;
}
/* blog */
.page .o-nas-intro p{
	font-size: 40px!important;
	line-height: 45px!important;
	color: var(--color-green-dark);
}
.o-nas-image.pierwsze-zdjecie{
  position: relative;
  border-radius: 12px;
}
.o-nas-image img{
  border-radius: 12px;
  margin-right: 20px;
}
.o-nas-image.pierwsze-zdjecie::after {
  position: absolute;
  content: "";
  top: 60%;
  left: -50px;
  width: 206px;
  height: 72px;
  background-image: url('../img/green-logo.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
/* .about-us-gallery .oxy-image {
	width: 100%;
	align-items: center;
	text-align: center;
	justify-content: center;
	position: relative;
	flex-direction: unset;
	display: flex;
	url-encoded: true;
	overflow: hidden;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	padding-top: 100%;
	border-radius: 4px;
}
#section-8-30 > .ct-section-inner-wrap {
	max-width: 2000px;
	padding-top: 70px;
	padding-right: 0;
	padding-bottom: 70px;
	padding-left: 0;
}
.about-us-gallery .oxy-image img {
	max-width: 150%;
	max-height: 100%;
	padding: 0;
	height: auto;
	position: absolute;
	top: calc(50% + 1px);
	left: calc(50% + 1px);
	-webkit-transform: scale(1.01) translate(-50%,-50%);
	-ms-transform: scale(1.01) translate(-50%,-50%);
	transform: scale(1.01) translate(-50%,-50%);
	width: auto;
	height: auto;
} */
.o-nas-title {
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.3;
	color: var(--color-green-dark);
}

.o-nas-title em {
	color: var(--color-green);
	font-style: normal;
  font-weight: 300;
}
.o-nas-intro {
  margin-bottom: 80px;
}
.o-nas-content {
	font-size: 16px!important;
}
.o-nas-image img {
	width: 100%;
	height: auto;
	display: block;
}
.o-nas-vision-wrapper .o-nas-content {
  width: 60%;
  margin: auto;
}
.o-nas-gallery .gallery-item {
	border-radius: 8px;
	/* overflow: hidden; */
	aspect-ratio: 1;
}
span.zielony-badge {
  background-color: var(--color-green-dark);
  color: var(--color-white);
  font-size: 12px;
  font-weight: 300;
  border-radius: 40px;
  padding:10px 30px;
  letter-spacing: 1px;
  margin-bottom: 15px;
}
.o-nas-gallery .row > div:nth-child(even) {
  transform: translateY(-20px);
}
.o-nas-gallery .gallery-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
  border-radius: 15px;
}

.o-nas-vision-wrapper,
.o-nas-mission-wrapper {
	position: relative;
	display: none;
}
.o-nas-section .mb-5{
	margin-bottom: 0px!important;
}
.o-nas-suppliers {
	padding: 40px 0;
}

.o-nas-suppliers h3 {
	font-size: 1.75rem;
	font-weight: 700;
	color: var(--color-green-dark);
}

/* Strzałki karuzeli */

#vision-gallery-carousel .splide__arrow svg,
#suppliers-carousel .splide__arrow svg {
	display: none;
}

#vision-gallery-carousel .splide__arrow--prev::before,
#suppliers-carousel .splide__arrow--prev::before {
	content: "";
	position: absolute;
  bottom: -120px;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 40px;
	height: 40px;
	background-image: url('../img/arrow-l.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
  opacity: 1;
}
.splide__arrow.splide__arrow--prev {
  left: 45%!important;
}
.splide__arrow {
	background: transparent!important;
	opacity: 1!important;
	bottom: -100px!important;
	z-index: 1;
  left: 50%;
}
#vision-gallery-carousel .splide__arrow--next::before,
#suppliers-carousel .splide__arrow--next::before {
	content: "";
	position: absolute;
	bottom: -120px;
	left: 50%;
	transform: translate(-50%, -50%) rotate(180deg);
	width: 40px;
	height: 40px;
	background-image: url('../img/arrow-l.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
  opacity: 1;
}

#vision-gallery-carousel .splide__arrow:hover,
#suppliers-carousel .splide__arrow:hover {
	border-color: var(--color-green);
}
.page .entry-header h1 {
  color: var(--color-green-dark);
  display: none;
}
.page a {
  color: var(--color-green);
}
.page .site-footer a, .page .site-footer p  {
	color: var(--color-white)!important;
}
.page p {
  line-height: 150%!important;
  font-size: 16px!important;
}
.page ol li {
  line-height: 180%!important;
}

/* ===== Contact Page Styles ===== */
.contact-page {
	padding: 0px 0;
}

.contact-title {
	display: none;
	font-size: 2.5rem;
	font-weight: 700;
	color: var(--color-green-dark);
	margin-bottom: 60px;
}

.contact-map {
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
	margin-bottom: 60px;
}
.contact-region-icon img {
	width: 47%;
	height: auto;
}
.contact-map iframe {
	width: 100%;
	height: 450px;
	border: none;
}

/* Contact Cards - Działy */
.contact-card {
	background: #fff;
	border: 0.5px solid var(--color-green-dark);
	border-radius: 16px;
	padding: 30px;
	transition: all 0.3s ease;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.contact-card:hover {
	box-shadow: 0 8px 24px rgba(0, 160, 88, 0.12);
	transform: translateY(-4px);
}

.contact-card-header {
	padding-bottom: 20px;
	border-bottom: 1px solid #E9F6F0;
}

.contact-card-title {
	font-size: 30px!important;
	font-weight: 700;
	color: var(--color-green-dark);
}

.contact-card-icon {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: var(--color-green-dark);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.contact-icon-img {
	width: 32px;
	height: 32px;
	object-fit: contain;
}

.contact-card-body {
	padding-top: 20px;
}
.contact-departments.mb-5{
	margin-bottom: 0px!important;
}
/* Employee Cards - Pracownicy */
.employee-card {
	background: #fff;
	border: 0.5px solid var(--color-green-dark);
	border-radius: 16px;
	padding: 30px;
	transition: all 0.3s ease;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.employee-card:hover {
	box-shadow: 0 8px 24px rgba(0, 160, 88, 0.12);
	transform: translateY(-4px);
}

.employee-card-header {
	padding-bottom: 20px;
	border-bottom: 1px solid #E9F6F0;
}

.employee-name {
	font-size: 30px!important;
	font-weight: 700;
	color: var(--color-green-dark);
}

.employee-position {
	font-size: 14px!important;
	color: var(--color-green-dark);
}

.employee-photo {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	overflow: hidden;
	flex-shrink: 0;
	border: 3px solid var(--color-green-light);
}

.employee-photo-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.employee-card-body {
	padding-top: 20px;
}

/* Contact Items */
.contact-item {
width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  border-bottom: 1px solid #ECECF2;
  padding: 10px 0;
  line-height: 18px;
  margin-bottom: 7px !important;
  margin-top: 7px !important;
}

.contact-label {
	font-size: 14px;
	color: var(--color-green-dark);
	margin-bottom: 6px;
	font-weight: 400;
}

.contact-value {
	font-size: 14px;
	text-align: right;
	color: var(--color-green-dark);
	font-weight: 600;
}

.contact-phone,
.contact-email {
	color: var(--color-green-dark);
	text-decoration: none;
	font-weight: 600;
	transition: color 0.3s ease;
}

.contact-phone:hover,
.contact-email:hover {
	color: var(--color-green);
}
.contact-value a.contact-phone {
	font-size: 14px!important;
	color: var(--color-green-dark);
}
.contact-phone-label {
	display: block;
	color: var(--color-green-dark);
	font-size: 14px!important;
	margin-bottom: 4px;
	display: none;
}

.contact-region-icon {
	width: 200px;
	height: auto;
    text-align: right;
}

.region-icon-img { 
	width: 100%;
	height: auto;
	object-fit: contain;
}

/* Contact Form Section */
.contact-form-section {
	margin-top: 0px;
	padding-top: 0px;
}

.contact-form-wrapper {
	background: transparent;
	border-radius: 16px;
	padding: 60px;
}

.contact-form-title {
	font-size: 2rem;
	font-weight: 700;
	color: var(--color-green-dark);
}

.contact-form-title em {
	font-style: normal;
	font-weight: 300;
}

.contact-form-text {
	font-size: 16px!important;
	color: var(--color-green-dark);
	line-height: 26px;
}

/* Contact Form CF7 Styling */
.contact-form-content .wpcf7-form {
	max-width: 600px;
	margin: 0 auto;
}

.contact-form-content .wpcf7-form-control-wrap {
	display: block;
	margin-bottom: 20px;
}

.contact-form-content input[type="text"],
.contact-form-content input[type="email"],
.contact-form-content input[type="tel"],
.contact-form-content textarea {
	width: 100%;
	padding: 14px 18px;
	border: 1px solid #D1D5DB;
	border-radius: 8px;
	font-size: 1rem;
	transition: all 0.3s ease;
	background: #fff;
}

.contact-form-content input[type="text"]:focus,
.contact-form-content input[type="email"]:focus,
.contact-form-content input[type="tel"]:focus,
.contact-form-content textarea:focus {
	border-color: var(--color-green);
	outline: none;
	box-shadow: 0 0 0 3px rgba(0, 160, 88, 0.1);
}

.contact-form-content textarea {
	min-height: 150px;
	resize: vertical;
}

.contact-form-content input[type="submit"] {
	background: var(--color-green);
	color: #fff;
	border: none;
	padding: 14px 40px;
	border-radius: 8px;
	font-size: 1rem;
	font-weight: 600;
	cursor: pointer;
	transition: all 0.3s ease;
}

.contact-form-content input[type="submit"]:hover {
	background: var(--color-green-dark);
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(0, 160, 88, 0.3);
}
@media (max-width: 9999px) {
  .header-right {
  display: inline-flex!important;
  position: absolute;
  top: 0px;
  right: 0px;
}

.navbar .container {
  position: relative;
  width: 100%;
  bottom: 0;
  border:0px;
}
/* .navbar .container {
 text-align: center;
} */
/* .header-cart {
  margin: auto!important;
} */
 .navbar-toggler:focus {
	text-decoration: none;
	outline: 0;
	box-shadow: none!important;
}
.navbar-nav {
  padding-top: 30px;
  padding-bottom: 30px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 30px;
  width: 100%;
}
.navbar-nav > li {
	font-weight: 700;
	color: var(--color-green-dark)!important;
	display: flex;
	flex-direction: column;
	font-size:14px!important;
} 
.navbar-nav ul.sub-menu {
	display: flex;
	flex-direction: column;
	padding-left: 0px;
	margin-top: 15px;
	list-style: none;
}
.navbar-nav li ul.sub-menu li {
	font-weight: 400;
	color: var(--color-green-dark);
	display: block;
	width: 100%;
	margin-bottom: 8px;
	font-size:12px!important;
	padding-left: 20px;
	position: relative;
}
.navbar-nav li ul.sub-menu li:before {
	content: "";
	background-image: url('/wp-content/themes/custom_theme/img/kwadrat.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 3px;
	height: 3px;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 8px;
}
/* Trzeci poziom menu - domyślnie ukryty */
.navbar-nav .sub-menu .sub-menu {
	display: none;
	padding-left: 15px;
	margin-top: 5px;
}
/* Ikona "+" dla elementów z submenu */
.navbar-nav .sub-menu > .has-submenu > a::after {
	content: "+";
	margin-left: 8px;
	font-weight: 700;
	transition: transform 0.3s ease;
}
/* Ikona "-" dla otwartych submenu */
.navbar-nav .sub-menu > .has-submenu.submenu-open > a::after {
	content: "-";
}
/* Hover dla linków z submenu */
.navbar-nav .sub-menu > .has-submenu > a:hover {
	cursor: pointer;
	color: var(--color-green);
}

.navbar-collapse {
	background-color: var(--color-green-light) !important;
	border-radius: 30px;
	padding: 30px;
	border: 1px solid var(--color-green);
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 30px;
}
.navbar-toggler {
  border: 0px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  padding: 0px!important;
  padding-left: 20px!important;
}
.navbar-toggler-icon {
  background-image: url('/wp-content/themes/custom_theme/img/menu.svg') !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    width: 43px !important;
    height: 46px !important;
    position: absolute;
    top: -7px;
    right: 0px;
}
   .header-right {
	right: 30px;
}
 
.navbar .container {
--bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100% !important;
  padding-right: calc(var(--bs-gutter-x) * .5) !important;
  padding-left: calc(var(--bs-gutter-x) * .5) !important;
  margin-right: auto !important;
  margin-left: auto !important;
}
.navbar {
	padding-left: 0px;
	padding:35px;
}
}

@media (max-width: 767px) {
  .navbar {
	padding-left: 0px;
	margin-bottom: 0px;
    padding-right: 15px;
}
.header-right {
	right: 0px;
}
.navbar .container {
	padding-left: 0px;
	margin-bottom: 0px;
}
}
@media (max-width: 500px) {
    #top-search {
        padding-left: 15px;
        padding-right: 15px;

    }
  .header-account .btn-link {
    margin-right: 24px;
  margin-left: 26px;
  }
  .custom-logo {
    width: 70%;
  }
  .navbar-toggler {
	padding-left: 15px !important;
}
  .header-cart .btn-link {
    margin-right: 0px!important;
  }
  .top-menu-list {
	gap: 10px;
}
    .home .navbar {
        padding-top: 30px;
    }
}
@media (max-width: 470px) {
.navbar {
	border: 0px solid var(--color-green);
	border-radius: 0px;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 0px;
	margin-bottom: 0px;
}
.navbar .container {
	padding-left: 0px;
	margin-bottom: 0px;
}
.header-right {
	right: 20px;
}

}
@media (max-width: 430px) {
.custom-logo {
width: 70%;
}

}
 
/* ===== Contact Page Responsive Styles ===== */
@media (max-width: 991px) {
	.contact-page {
		padding: 0px 0;
	}
	
	.contact-title {
		font-size: 2rem;
		margin-bottom: 40px;
	}
	
	.contact-map {
		margin-bottom: 40px;
	}
	
	.contact-map iframe {
		height: 350px;
	}
	
	.contact-card,
	.employee-card {
		padding: 25px;
		margin-bottom: 20px;
	}
	
	.contact-form-section {
		margin-top: 60px;
		padding-top: 60px;
	}
	
	.contact-form-wrapper {
		padding: 40px 30px;
	}
	
	.contact-form-title {
		font-size: 1.75rem;
	}
}

@media (max-width: 767px) {
	.contact-departments.mb-5 {
		margin-bottom: 0px !important;
	}
	.contact-page {
		padding: 0px 0;
	}
	
	.contact-title {
		font-size: 1.75rem;
		margin-bottom: 30px;
	}
	
	.contact-map iframe {
		height: 300px;
	}
	
	.contact-card-header,
	.employee-card-header {
		flex-direction: column;
		align-items: flex-start !important;
		gap: 15px;
	}
	
	.contact-card-icon {
		width: 50px;
		height: 50px;
	}
	
	.contact-icon-img {
		width: 28px;
		height: 28px;
	}
	
	.employee-photo {
		width: 70px;
		height: 70px;
	}
	
	.employee-name {
		font-size: 1.25rem;
	}
	
	.contact-card-title {
		font-size: 1.25rem;
	}
	
	.contact-form-wrapper {
		padding: 30px 20px;
	}
	
	.contact-form-title {
		font-size: 1.5rem;
	}
	
	.contact-region-icon {
		width: 80px;
	}
	
	.contact-form-section {
		margin-top: 40px;
		padding-top: 40px;
	}
}

@media (max-width: 576px) {
	.contact-title {
		font-size: 1.5rem;
	}
	
	.contact-card,
	.employee-card {
		padding: 20px;
	}
	
	.employee-card-header {
		gap: 12px;
	}
	
	.employee-photo {
		width: 60px;
		height: 60px;
	}
	
	.contact-region-icon {
		width: 60px;
	}
}

/* ===== Service Page Styles ===== */
.service-page {
	background: #fff;
}

/* Service Intro Section */
.service-intro {
	padding: 80px 0 60px;
	text-align: center;
}

.service-intro-title {
	font-size: 40px!important ;
	font-weight: 700;
	color: var(--color-green-dark);
	margin-bottom: 20px;
	line-height: 1.3;
}
.service-intro-title span {
  font-weight: 300;
}
.service-intro-title em {
	color: var(--color-green);
	font-style: normal;
	font-weight: 300;
}

.service-intro-text {
	font-size: 14px!important ;
	color: var(--color-green-darc);
	line-height: 1.7;
	max-width: 800px;
	margin: 0 auto;
}

/* Service Gallery-Text Section */
.service-gallery-text {
	padding: 80px 80px;
	background: var(--color-green-light);
	border-radius: 20px;
}

.service-gt-badge {
	background-color: var(--color-green-dark);
	color: var(--color-white);
	font-size: 12px;
	font-weight: 300;
	border-radius: 40px;
	padding: 10px 30px;
	letter-spacing: 1px;
	margin-bottom: 15px;
	display: inline-block;
}

.service-gt-image {
	position: relative;
	border-radius: 16px;
	overflow: hidden;
}
.service-znak {
	position: relative;
	padding-left: 50px;
}
.o-nas-gallery {
    margin-top: 60px;
}
.service-znak::before {
	content: "";
	position: absolute;
	left: -20px;
	bottom: -20px;
	transform: translateY(-50%);
	width: 150px;
	height: 150px;
	background-image: url('../img/znak.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	z-index: 1;
}
.service-gt-image img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 16px;
}

.service-gt-image-sm {
	position: absolute;
	bottom: -30px;
	right: -30px;
	width: 45%;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
	border: 5px solid var(--color-green-light);
}

.service-gt-image-sm img {
	width: 100%;
	height: auto;
	display: block;
}

.service-gt-title {
	font-size: 2rem;
	font-weight: 700;
	color: var(--color-green-dark);
	margin-bottom: 20px;
	line-height: 1.3;
}

.service-gt-title em {
	color: var(--color-green);
	font-style: normal;
	font-weight: 300;
}

.service-gt-content {
	font-size: 1rem;
	line-height: 1.7;
	color: var(--color-green-dark);
}

.service-gt-content ul {
	padding-left: 0;
	list-style: none;
}

.service-gt-content ul li {
	position: relative;
	padding-left: 25px;
	margin-bottom: 10px;
}

.service-gt-content ul li::before {
	content: "✓";
	position: absolute;
	left: 0;
	color: var(--color-green);
	font-weight: 700;
}

/* Service Team Section */
.service-team {
	padding: 80px 0;
	background: #fff;
}

.service-team-badge {
	background-color: var(--color-green-dark);
	color: var(--color-white);
	font-size: 12px;
	font-weight: 300;
	border-radius: 40px;
	padding: 10px 30px;
	letter-spacing: 1px;
	margin-bottom: 15px;
	display: inline-block;
}

.service-team-title {
	font-size: 2rem;
	font-weight: 700;
	color: var(--color-green-dark);
	margin-bottom: 20px;
	line-height: 1.3;
}

.service-team-title em {
	color: var(--color-green);
	font-style: normal;
	font-weight: 300;
}

.service-team-text {
	font-size: 1rem;
	color: #6B7280;
	line-height: 1.7;
	margin-bottom: 50px;
}

.service-team-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(330px, 1fr));
	gap: 30px;
}

.service-team-member {
	text-align: center;
	transition: transform 0.3s ease;
}

.service-team-member:hover {
	transform: translateY(-10px);
}

.service-team-photo {
	width: 100%;
	aspect-ratio: 3/4;
	border-radius: 12px;
	overflow: hidden;
	margin-bottom: 20px;
	max-height: 330px;
	position: relative;
}

.service-team-photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.service-team-initials {
	width: 100%;
	height: 100%;
	background-color: var(--color-green-light);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 4rem;
	font-weight: 700;
	color: var(--color-green-dark);
	letter-spacing: 0.05em;
}

.service-team-name {
	font-size: 24px!important;
	font-weight: 700;
	color: var(--color-green-dark);
	margin-bottom: 5px;
}

.service-team-position {
	font-size: 14px!important;
	color: var(--color-green-dark);
}

/* Service Videos Section */
.service-videos {
	padding: 80px 0;
	padding-bottom: 0px!important;
}

.service-videos-badge {
	background-color: var(--color-green-dark);
	color: var(--color-white);
	font-size: 12px;
	font-weight: 300;
	border-radius: 40px;
	padding: 10px 30px;
	letter-spacing: 1px;
	margin-bottom: 15px;
	display: inline-block;
}
.service-intro a.pdf-link{
	  color: var(--color-green-dark);
     font-weight: 400;
	 border: 1px solid var(--color-green);
	 padding: 10px 20px;
	 border-radius: 30px;
	 transition: all 0.3s ease;
	 display: inline-block;
	 margin-top: 30px;
}
.service-intro a.pdf-link:hover {
		background: var(--color-green);
		border-color: var(--color-green);
	}	
.service-intro a.pdf-link::before {
	content: "";
	display: inline-block; 
	width: 17px;
	height: 17px;
	background-image: url('../img/pdf.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	margin-right: 8px;
	vertical-align: middle;
}
.service-videos-title {
	font-size: 2rem;
	font-weight: 700;
	color: var(--color-green-dark);
	margin-bottom: 20px;
	line-height: 1.3;
}

.service-videos-title em {
	color: var(--color-green);
	font-style: normal;
	font-weight: 300;
}

.service-videos-text {
	font-size: 1rem;
	color: #6B7280;
	line-height: 1.7;
	margin-bottom: 50px;
}

.service-video-card {
	position: relative;
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
	transition: all 0.3s ease;
	cursor: pointer;
	background: #fff;
}

.service-video-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 30px rgba(0, 160, 88, 0.15);
}

.service-video-thumbnail {
	position: relative;
	width: 100%;
	aspect-ratio: 16/9;
	overflow: hidden;
	background: #f3f4f6;
    margin: auto;
    min-height: 330px;
    border-radius: 20px;
}

.service-video-thumbnail img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.service-video-play {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 70px;
	height: 70px;
	background: var(--color-green);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;
	box-shadow: 0 4px 20px rgba(0, 160, 88, 0.4);
}

.service-video-play::after {
	content: "";
	width: 0;
	height: 0;
	border-left: 18px solid #fff;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
	margin-left: 4px;
}

.service-video-card:hover .service-video-play {
	transform: translate(-50%, -50%) scale(1.1);
	background: var(--color-green-dark);
}

.service-video-info {
	padding: 20px;
}

.service-video-name {
	font-size: 16px!important;
	font-weight: 600;
	color: var(--color-green-dark);
	margin-bottom: 8px;
}
.service-video-name span {
	font-size: 16px!important;
	font-weight: 300;
}
.service-video-duration {
	font-size: 12px!important;
	color: #6B7280;
	display: none;
}

/* Service Form Section */
.service-form {
	padding: 80px 0;
	background: #fff;
}

.service-form-badge {
	background-color: var(--color-green-dark);
	color: var(--color-white);
	font-size: 12px;
	font-weight: 300;
	border-radius: 40px;
	padding: 10px 30px;
	letter-spacing: 1px;
	margin-bottom: 15px;
	display: inline-block;
}

.service-form-title {
	font-size: 2rem;
	font-weight: 700;
	color: var(--color-green-dark);
	margin-bottom: 20px;
	line-height: 1.3;
}

.service-form-title em {
	color: var(--color-green);
	font-style: normal;
	font-weight: 300;
}

.service-form-text {
	font-size: 14px;
	color: var(--color-green-dark);
	width: 60%;
	margin: auto;
	line-height: 1.7;
	margin-bottom: 0px!important;
}
.nf-form-content .nf-field-container #nf-field-27-wrap {
	margin-top: 20px !important;
	width: 230px !important;
	margin: auto !important;
	text-transform: none !important;
	position: relative;
}
.nf-form-content .nf-field-container #nf-field-27-wrap input {
	text-transform: none !important;
	padding-left: 0px !important;
}
#nf-field-32-wrap .nf-field-label {
	width: 7% !important;
}
.nf-form-content .nf-field-container #nf-field-27-wrap::after {
	content: "" !important;
	position: absolute !important;
	right: 10px !important;
	top: 50% !important;
	transform: translateY(-50%) !important;
	width: 30px !important;
	height: 30px !important;
	background-image: url('/wp-content/themes/custom_theme/img/green-arrow.svg');
	background-repeat: no-repeat !important;
	background-position: center !important;
	background-size: contain !important;
	z-index: 99;
}
.nf-field-element #nf-field-27 {
	background-color: var(--color-green-dark) !important;
	color: var(--color-white) !important;
	border: 1px solid var(--color-green-dark) !important;
	border-radius: 40px !important;
	padding-top: 10px !important;
	padding-bottom: 10px !important;
	padding-left: 30px !important;
	padding-right: 10px !important;
	font-size: 16px !important;
	font-weight: 600 !important;
}
.nf-form-content .nf-field-element .ninja-forms-field:not(select) {
	background-color: #fff!important;
	border-width: 1px!important;
	border-style: solid!important;
	border-color: var(--color-green-dark)!important;
	color: var(--color-green-dark)!important;
	font-size: 14px!important;
	padding: 20px;
	padding-top: 30px!important;
  padding-bottom: 30px!important;
	border-radius: 40px!important;
	font-family: Jost;
}
.nf-form-content .nf-field-container.listselect-container .nf-field-element .ninja-forms-field {
	background-color: #fff !important;
	border-width: 1px !important;
	border-style: solid !important;
	border-color: var(--color-green-dark) !important;
	color: var(--color-green-dark) !important;
	font-size: 14px !important;
	padding: 20px;
	padding-top: 20px !important;
	/* padding-bottom: 30px !important; */
	border-radius: 40px !important;
	font-family: Jost !important;
	height: 61px;
}
.nf-form-content .list-select-wrap .nf-field-element > div, .nf-form-content input:not([type="button"]), .nf-form-content textarea {
	background: #fff!important;
	border: 1px solid transparent!important;
	border-radius: 0;
	box-shadow: none;
	color: transparent!important;
	transition: all .5s;
}
#nf-field-23-wrap .nf-field-label {
	width: 7%!important;
}
.nf-field-element #nf-field-18:hover {
	background-color: var(--color-green)!important;
	border: 1px solid var(--color-green) !important;
}
.nf-field-element #nf-field-18{
	background-color: var(--color-green-dark)!important;
	color: var(--color-white) !important;
	border: 1px solid var(--color-green-dark)!important;
	border-radius: 40px!important;
	padding-top: 10px!important;
	padding-bottom: 10px!important;
	padding-left: 30px!important;
	padding-right: 10px!important;
	font-size: 16px!important;
	font-weight: 600!important;
}
.nf-form-content .nf-field-container #nf-field-18-wrap {
	margin-top: 20px!important;
	width: 230px!important;
	margin: auto!important;
	text-transform: none!important;
		position: relative;
}
.nf-form-content .nf-field-container #nf-field-18-wrap input{
	text-transform: none!important;
	padding-left: 0px!important;
}
.nf-form-content .nf-field-container #nf-field-18-wrap:after{
	content: ""!important;
	position: absolute!important;
	right: 10px!important;
	top: 50%!important;
	transform: translateY(-50%)!important;
	width: 30px!important;
	height: 30px!important;
	background-image: url('/wp-content/themes/custom_theme/img/green-arrow.svg');
	background-repeat: no-repeat!important;
	background-position: center!important;
	background-size: contain!important;
	z-index: 99;
}
.label-right .nf-field-description {
	margin-right: 0%!important;
	order: 15;
	width: 85% !important;
}
.service-form-wrapper {
	border-radius: 16px;
	padding: 0px;
}

/* Service Form CF7 Styling */
.service-form-content .wpcf7-form {
	max-width: 100%;
}

.service-form-content .wpcf7-form-control-wrap {
	display: block;
	margin-bottom: 20px;
}

.service-form-content input[type="text"],
.service-form-content input[type="email"],
.service-form-content input[type="tel"],
.service-form-content textarea,
.service-form-content select {
	width: 100%;
	padding: 14px 18px;
	border: 1px solid #D1D5DB;
	border-radius: 8px;
	font-size: 1rem;
	transition: all 0.3s ease;
	background: #fff;
}

.service-form-content input[type="text"]:focus,
.service-form-content input[type="email"]:focus,
.service-form-content input[type="tel"]:focus,
.service-form-content textarea:focus,
.service-form-content select:focus {
	border-color: var(--color-green);
	outline: none;
	box-shadow: 0 0 0 3px rgba(0, 160, 88, 0.1);
}

.service-form-content textarea {
	min-height: 150px;
	resize: vertical;
}

.service-form-content input[type="submit"] {
	background: var(--color-green);
	color: #fff;
	border: none;
	padding: 14px 40px;
	border-radius: 8px;
	font-size: 1rem;
	font-weight: 600;
	cursor: pointer;
	transition: all 0.3s ease;
}

.service-form-content input[type="submit"]:hover {
	background: var(--color-green-dark);
	transform: translateY(-2px);
}

/* ===== Service Page Responsive Styles ===== */
@media (max-width: 991px) {
	.service-znak::before {
	left: 25px;
	width: 120px;
	height: 120px;
}
	.service-intro,
	.service-gallery-text,
	.service-team,
	.service-videos,
	.service-form {
		padding: 20px 0;
		padding-bottom: 40px;
		text-align: center;
	}
	
	.service-intro-title,
	.service-gt-title,
	.service-team-title,
	.service-videos-title,
	.service-form-title {
		font-size: 36px!important;
	}
	
	.service-gt-image-sm {
		width: 50%;
		bottom: -20px;
		right: -20px;
	}
	
	.service-form-wrapper {
		padding: 40px 30px;
	}
	
	.service-team-grid {
		grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
		gap: 25px;
	}
}

@media (max-width: 767px) {
	.service-intro,
	.service-gallery-text,
	.service-team,
	.service-videos,
	.service-form {
		padding: 40px 0;
	}
	
	.service-intro-title,
	.service-gt-title,
	.service-team-title,
	.service-videos-title,
	.service-form-title {
		font-size: 30px!important;
	}
	
	.service-gt-image-sm {
		position: relative;
		bottom: 0;
		right: 0;
		width: 100%;
		margin-top: 20px;
		border: 3px solid var(--color-green-light);
	}
	
	.service-form-wrapper {
		padding: 30px 20px;
	}
	
	.service-team-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
	}
	
	.service-video-play {
		width: 60px;
		height: 60px;
	}
	
	.service-video-play::after {
		border-left: 15px solid #fff;
		border-top: 10px solid transparent;
		border-bottom: 10px solid transparent;
	}
}

@media (max-width: 576px) {
	.service-intro-title,
	.service-gt-title,
	.service-team-title,
	.service-videos-title,
	.service-form-title {
		font-size: 1.375rem;
	}
	
	.service-team-grid {
		grid-template-columns: 1fr;
		gap: 30px;
	}
	
	.service-gt-badge,
	.service-team-badge,
	.service-videos-badge,
	.service-form-badge {
		font-size: 11px;
		padding: 8px 24px;
	}
}

/* ===== WooCommerce Product Archive/Category Styles ===== */
.woocommerce-product-archive {
	padding: 0px 0;
	background: #fff;
}

/* Sidebar kategorii */
.product-sidebar {
	background: #fff;
	border-radius: 20px;
	border:1px solid var(--color-green);
	padding: 15px;
}

.sidebar-title {
	font-size: 24px !important;
	font-weight: 700;
	color: var(--color-green-dark);
	margin-bottom: 10px;
	padding-bottom: 20px;
	border-bottom: 1px solid var(--color-green);
}

.category-section {
	margin-bottom: 0px;
	/* border-bottom: 1px solid #E9F6F0; */
	padding-bottom: 15px;
}

.category-section:last-child {
	border-bottom: none;
}

.category-main-title a{
	font-size: 16px !important;
	font-weight: 600;
	color: var(--color-green-dark);
	margin-bottom: 12px;
	cursor: pointer;
	transition: color 0.3s ease;
}

.category-main-title:hover {
	color: var(--color-green);
}

.category-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.category-list li {
	margin-bottom: 8px;
}

.category-list li a {
	font-size: 16px !important;
	font-weight: 400;
	color: var(--color-green-dark);
	text-decoration: none;
	transition: all 0.3s ease;
	display: block;
	padding: 5px 0;
	line-height: 1.4;
	padding-left: 27px;
	position: relative;
}
.category-list li a:before{
	content: "";
	background-image: url('/wp-content/themes/custom_theme/img/kwadrat.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	color: var(--color-green);
	display: inline-block;
	width: 5px;
	height: 5px;
	margin-right: 5px;
	position: absolute;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);	

}
.category-list li a:hover,
.category-list li.current-cat > a {
	color: var(--color-green-dark);
	padding-left: 20px;
}

.subcategory-list {
	list-style: none;
	padding-left: 15px;
	margin-top: 8px;
}

.subcategory-list li a {
	font-size: 13px !important;
	color: #9CA3AF;
}

/* Produkty - layout siatki */
.woocommerce ul.products {
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
	margin: 0;
	padding: 0;
	list-style: none;
}
.woocommerce .posts-pagination-separator {
	display: none;
}
.woocommerce ul.products li.product {
	background: #fff;
	border: 1px solid var(--color-green);
	border-radius: 20px;
	padding: 0!important;
	text-align: left;
	position: relative;
	transition: all 0.3s ease;
	overflow: hidden;
}

.woocommerce ul.products li.product:hover {
	transform: translateY(-5px);
}

/* Badge produktu */
.woocommerce ul.products li.product .product-badge {
	position: absolute;
	top: 15px;
	left: 15px;
	background: var(--color-green);
	color: #fff;
	font-size: 11px;
	font-weight: 600;
	padding: 5px 12px;
	border-radius: 20px;
	text-transform: uppercase;
	z-index: 2;
}

/* Obrazek produktu */
/* .woocommerce ul.products li.product img {
	width: 100%;
	height: auto;
	border-radius: 20px 20px 0 0;
	display: block;
}
.woocommerce ul.products li.product a img {
	width: 48%;
	height: auto;
	display: block;
	box-shadow: none;
	margin: auto;
	padding-top: 20px;
} */
.woocommerce ul.products li.product a.woocommerce-loop-product__link {
   display: flex;
    align-items: center;        /* pion */
    justify-content: center;    /* poziom */
    height: 260px;              /* <- TU ustawiasz docelową wysokość */
    overflow: hidden;

}
a.zapytaj-link {
	position: relative;
}
a.zapytaj-link:before {
	content: "";
	display: inline-block; 
	width: 15px;
	height: 15px;
	background-image: url('/wp-content/themes/custom_theme/img/asq.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	margin-right: 8px;
	vertical-align: middle;
}
a.zapytaj-link img.emoji {
	display: none!important;
}
.woocommerce-loop-product__link img.product-image {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
}
.woocommerce ul.products li.product .woocommerce-loop-product__link {
	display: block;
}
.gp-header-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
	flex-wrap: wrap;
	margin-bottom: 30px;
}

.gp-header-wrapper h1.page-title {
	font-size: 24px!important;
	font-weight: 700;
	margin-bottom: 0;
	flex: 1;
}
/* Informacje o produkcie */
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h2,
.woocommerce ul.products li.product h2 a {
	font-size: 14px !important;
	font-weight: 600;
	color: var(--color-green-dark);
	margin: 0px;
	margin-bottom: 5px;
	line-height: 1.3;
    text-transform: uppercase;
	min-height: 70px;
	margin-top: 10px;
	text-align: left;
}
.tax-product_cat .woocommerce-products-header,
.tax-pa_producent .woocommerce-products-header  {
    display: none;
}
.woocommerce ul.products li.product a img {
	height: 80%;
}
.woocommerce-breadcrumb a {
	color: var(--color-green-dark)!important;
}
.woocommerce-breadcrumb {
	color: var(--color-green)!important;
	margin-bottom: 30px!important;
	display: inline-block;
}
.woocommerce ul.products li.product .product-code {
	font-size: 12px !important;
	color: var(--color-green-dark);
	margin: 0px;
	margin-left: 0px;
	display: block;
	border-bottom: 1px solid var(--color-green-dark);
	padding-bottom: 10px;
    min-height: 40px;
} 

/* Cena produktu */
.woocommerce ul.products li.product .price {
	font-size: 18px !important;
	font-weight: 700;
	color: var(--color-green-dark);
	margin: 0 15px 15px;
	display: block;
}

.woocommerce ul.products li.product .price del {
	color: #9CA3AF;
	font-weight: 400;
	font-size: 14px !important;
	margin-right: 5px;
}

.woocommerce ul.products li.product .price ins {
	text-decoration: none;
	color: var(--color-green);
}

/* Przycisk "Kup teraz" */
.woocommerce ul.products li.product .button,
.woocommerce ul.products li.product .add_to_cart_button {
	background: var(--color-green);
	color: #fff !important;
	border: none;
	border-radius: 30px;
	padding: 12px 25px;
	font-size: 14px !important;
	font-weight: 600;
	cursor: pointer;
	transition: all 0.3s ease;
	display: block;
	width: calc(100% - 30px);
	margin: 0 15px 15px;
	text-align: center;
	text-decoration: none;
}

.woocommerce ul.products li.product .button:hover,
.woocommerce ul.products li.product .add_to_cart_button:hover {
	background: var(--color-green-dark);
	transform: translateY(-2px);
}

/* Informacje dodatkowe */
.woocommerce ul.products li.product .product-info-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0px;
	margin-bottom: 15px;
	font-size: 12px !important;
	margin-top: 10px;
	color: var(--color-green-dark);
}

.product-availability,
.product-stock {
	font-size: 12px !important;
}

/* Badge "Wyprzedaż" / "Nowość" */
.woocommerce span.onsale {
	background: var(--color-green);
	color: #fff;
	font-size: 11px;
	font-weight: 600;
	padding: 5px 12px;
	border-radius: 20px;
	position: absolute;
	top: 15px;
	left: 15px;
	z-index: 2;
}

/* Tytuł kategorii */
.woocommerce-products-header__title {
	font-size: 32px !important;
	font-weight: 700;
	color: var(--color-green-dark);
	margin-bottom: 30px;
}

/* Header z tytułem i sortowaniem w jednej linii */
.woocommerce-products-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 30px;
	gap: 20px;
	flex-wrap: wrap;
}

.woocommerce-products-header .woocommerce-products-header__title {
	margin-bottom: 0;
	flex: 1;
}

/* Opis kategorii */
.term-description {
	font-size: 14px !important;
	color: #6B7280;
	line-height: 1.7;
	margin-bottom: 40px;
}

/* Sortowanie i liczba wyników */
.woocommerce-result-count {
	display: none;
}

.woocommerce-ordering {
	margin-bottom: 0;
	flex-shrink: 0;
}

.woocommerce-ordering select {
	padding: 10px 40px 10px 15px;
	border: 1px solid var(--color-green);
	border-radius: 10px;
	background-color: #fff;
	color: var(--color-green-dark);
	font-size: 14px;
	font-weight: 500;
	cursor: pointer;
	appearance: none;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%2345A049' viewBox='0 0 16 16'%3E%3Cpath d='M7.247 11.14L2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 15px center;
	background-size: 12px;
	transition: all 0.3s ease;
}

.woocommerce-ordering select:hover {
	border-color: var(--color-green-dark);
}

.woocommerce-ordering select:focus {
	outline: none;
	border-color: var(--color-green-dark);
	box-shadow: 0 0 0 3px rgba(69, 160, 73, 0.1);
}

/* Responsive */


/* Dodatkowe style dla kart produktów */
.woocommerce ul.products li.product .product-details {
	padding: 15px;
    min-height: 250px;
}

.woocommerce ul.products li.product .zapytaj-link {
	color: var(--color-green-dark);
	text-decoration: none;
	font-size: 11px !important;
	transition: color 0.3s ease;
}

.woocommerce ul.products li.product .zapytaj-link:hover {
	color: var(--color-green);
}

.woocommerce ul.products li.product .product-stock {
	font-size: 11px !important;
}

.woocommerce ul.products li.product .product-stock.in-stock {
	color: var(--color-green);
}

.woocommerce ul.products li.product .product-stock.out-of-stock {
	color: #F59E0B;
}

/* Link do OxyPharm w badge */
.product-badge.oxypharm-badge {
	background: var(--color-green);
	cursor: pointer;
}

/* Customowe badgi według kategorii */
.product-badge.finantia-badge {
	background: #3B82F6;
}

.product-badge.sale-badge {
	background: #EF4444;
}

/* Hover efekty */
.woocommerce ul.products li.product .woocommerce-loop-product__link {
	position: relative;
	overflow: hidden;
}

.woocommerce ul.products li.product .woocommerce-loop-product__link::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 160, 88, 0.05);
	opacity: 0;
	transition: opacity 0.3s ease;
}

.woocommerce ul.products li.product:hover .woocommerce-loop-product__link::after {
	opacity: 1;
}
.home-categories .section-title {
    color: var(--color-green-dark);
    font-size: 48px!important;
    font-weight: 400!important;
    margin-bottom: 20px;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, 
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit, 
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button, 
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button {
    background-color: var(--color-green);
    border-radius: 30px;
    color: #fff;
    padding: 12px 25px;
    font-size: 14px!important;
    font-weight: 600;
    text-transform: none;
    transition: all 0.3s ease;
}
.woocommerce-error:focus-visible, 
.woocommerce-info:focus-visible, 
.woocommerce-message:focus-visible {
    outline: none;
}
/* Home Category Carousel Styles */
.home-category-carousel .splide__slide {
    display: flex;
}

.home-category-carousel .category-card {
    background-color: var(--color-green-light);
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.3s ease;
    /* box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05); */
    width: 100%;
}

.home-category-carousel .category-card:hover {
    transform: translateY(-5px);
	border-radius: 20px;
}

.home-category-carousel .category-link {
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.home-category-carousel .category-image-wrapper {
    /* aspect-ratio: 1; */
    overflow: hidden;
    background-color:var(--color-green-light);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
}

.home-category-carousel .category-image {
    object-fit: contain;
    transition: transform 0.3s ease;
	width: 185px;
	height: 185px;
}

.home-category-carousel .category-card:hover .category-image {
    transform: scale(1.05);
}

.home-category-carousel .category-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--color-green-light);
}

.home-category-carousel .placeholder-icon {
    font-size: 4rem;
    opacity: 0.3;
}

.home-category-carousel .category-content {
    padding:0px;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap:10px;
    flex-grow: 1;
    align-items: center;
    justify-content: center;
	padding-bottom: 30px;
}

.home-category-carousel .category-title {
    font-size: 15px!important;
    font-weight: 600;
    color: var(--color-green-dark, #1a5f3f);
    margin: 0;
    line-height: 1.3;
	margin-bottom: 12px;
}

.home-category-carousel .category-button {
  padding: 6px 1.5rem;
  border-radius: 25px;
  font-weight: 400;
  background-color: var(--color-green, #28a745);
  border-color: var(--color-green, #28a745);
  color: white;
  transition: all 0.3s ease;
  font-size: 14px;
}
.home-category-carousel .splide__pagination {
	bottom: -40px;
	left: 0;
	padding: 0 1em;
	position: absolute;
	right: 0;
	z-index: 1;
}
.home-category-carousel .category-button:hover {
    background-color: var(--color-green-dark, #1a5f3f);
    border-color: var(--color-green-dark, #1a5f3f);
    color: white;
}

/* Splide arrows styling */
.home-category-carousel .splide__arrow {
    background-color: var(--color-green, #28a745);
    opacity: 1;
}

.home-category-carousel .splide__arrow:hover {
    background-color: var(--color-green-dark, #1a5f3f);
}

.home-category-carousel .splide__arrow svg {
    fill: white;
}

/* Splide pagination styling */
.home-category-carousel .splide__pagination__page {
    background-color: var(--color-green);
	transform: scale(1.4);
}
.home-category-carousel .splide__pagination__page {
	opacity: 1!important;
}
.home-category-carousel .splide__pagination__page.is-active {
    background-color: var(--color-green-dark);
}

/* Responsive adjustments */
@media (max-width: 767px) {
    .section-title {
        font-size: 1.75rem;
    }
    
    .home-category-carousel .category-title {
        font-size: 0.95rem;
    }
    
    .home-category-carousel .category-content {
        padding: 1rem;
    }
    
    .home-category-carousel .category-button {
        padding: 0.4rem 1rem;
        font-size: 0.9rem;
    }
}
.home-slider {
    position: relative;
}

.home-slider-carousel {
    width: 100%;
}

.home-slider-carousel .slide-wrapper {
    position: relative;
    width: 100%;
    height: 600px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 30px;
    overflow: hidden;
}

.home-slider-carousel .slide-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.1) 100%);
    z-index: 1;
}

.home-slider-carousel .container {
    position: relative;
    z-index: 2;
    height: 100%;
}

.home-slider-carousel .row {
    height: 100%;
    align-items: center;
}

.home-slider-carousel .slide-content {
    padding: 3rem 2rem;
    color: white;
	background-color: rgba(2, 63, 36, 0.35);
	border-radius: 20px;
}

.home-slider-carousel .slide-badge {
    display: inline-block;
    background-color: var(--color-green);
    color: white;
    padding: 0.5rem 1.5rem;
    border-radius: 25px;
    font-size: 12px!important;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 1.5rem;
}

.home-slider-carousel .slide-title {
    font-size: 40px!important;
    font-weight: 400;
    line-height: 110%;
    margin-bottom: 1.5rem;
    color: white;
}

.home-slider-carousel .slide-description {
    font-size: 1.125rem;
    line-height: 1.6;
    margin-bottom: 2rem;
    color: rgba(255, 255, 255, 0.95);
}
.home-slider-carousel .slide-description p {
    margin-bottom: 0.5rem;
	color: var(--color-white);
	font-weight: 400;
}
.home  .site-header {
	margin-bottom: 0px!important;
}
.home  .navbar {
	padding-bottom:200px;
}
#scrollsec_home_slider {
	margin-top: -160px!important;
	margin-bottom: 60px!important;
}
.home-slider-carousel .slide-button {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    background-color: var(--color-green-dark);
    color: var(--color-white);
    padding: 1rem 2rem;
    border-radius: 30px;
    font-weight: 600;
    font-size: 1rem;
    text-decoration: none;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.home-slider-carousel .slide-button:hover {
    background-color: var(--color-green);
    color: white;
    transform: translateY(-2px);
}

.home-slider-carousel .button-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    transition: all 0.3s ease;
}

.home-slider-carousel .button-icon-img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}
.home-slider-carousel p {
	font-size: 18px!important;
	line-height: 140%!important;
	font-weight: 300;
	margin-bottom: 20px;
}
.home-slider-carousel .slide-button:hover .button-icon {
    background-color: rgba(255, 255, 255, 0.3);
    transform: rotate(45deg);
}

/* Splide arrows styling */
.home-slider-carousel .splide__arrow {
    background-color: rgba(255, 255, 255, 0.9);
    opacity: 1;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.home-slider-carousel .splide__arrow:hover {
    background-color: var(--color-green, #28a745);
}

.home-slider-carousel .splide__arrow svg {
    fill: var(--color-green-dark, #1a5f3f);
}

.home-slider-carousel .splide__arrow:hover svg {
    fill: white;
}

.home-slider-carousel .splide__arrow--prev {
    left: 2rem;
}

.home-slider-carousel .splide__arrow--next {
    right: 2rem;
}

/* Splide pagination styling */
.home-slider-carousel .splide__pagination {
    bottom: -45px;
}

.home-slider-carousel .splide__pagination__page {
    background-color: var(--color-green-dark);
    width: 12px;
    height: 12px;
    margin: 0 6px;
}

.home-slider-carousel .splide__pagination__page.is-active {
    background-color: var(--color-green);
    transform: scale(1.0);
}
.splide__pagination__page {
	opacity: 1!important;
}
/* Responsive adjustments */


/* ========================================
   Home Sekcja 2 Kolumny
======================================== */

.home-sekcja-2-kolumny {
    position: relative;
	border-radius: 20px;
}

.home-sekcja-2-kolumny .section-image-wrapper {
    position: relative;
    border-radius: 30px;
    overflow: hidden;
}

.home-sekcja-2-kolumny .section-image {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 30px;
	max-height: 480px;
	width: auto;
}
.home-sekcja-2-kolumny.darkbg .section-image-wrapper {
	float: right;

}
.home-sekcja-2-kolumny .section-content {
    padding: 2rem 1rem;
}

.home-sekcja-2-kolumny .section-heading {
    margin-bottom: 2rem;
}
.home-sekcja-2-kolumny .section-heading h3 {
	font-size: 48px!important;
	font-weight: 400!important;
}
.home-sekcja-2-kolumny .section-heading h1,
.home-sekcja-2-kolumny .section-heading h2 {
    font-weight: 700;
    line-height: 1.2;
    color: var(--color-green-dark);
    margin-bottom: 0;
}

.home-sekcja-2-kolumny .section-items {
    margin-bottom: 2rem;
}

.home-sekcja-2-kolumny .section-item {
    height: 100%;
}

.home-sekcja-2-kolumny .item-header {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}

.home-sekcja-2-kolumny .item-title {
    font-size: 21px!important;
    font-weight: 600;
    color: var(--color-green-dark);
    margin: 0;
    line-height: 1.3;
}

.home-sekcja-2-kolumny .item-title-link {
    text-decoration: none;
    color: inherit;
    transition: color 0.3s ease;
}

.home-sekcja-2-kolumny .item-title-link:hover {
    color: var(--color-green, #28a745);
}

.home-sekcja-2-kolumny .item-title-link:hover .item-title {
    color: var(--color-green, #28a745);
}

.home-sekcja-2-kolumny .item-icon {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--color-green-dark, #1a5f3f);
    border-radius: 10px;
    padding: 8px;
}

.home-sekcja-2-kolumny .icon-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.home-sekcja-2-kolumny .item-description {
    font-size: 16px!important;
    line-height: 120%;
    color: var(--color-green-dark);
	width: 80%;
}

.home-sekcja-2-kolumny .item-description p {
    margin-bottom: 0.5rem;
}

.home-sekcja-2-kolumny .item-description p:last-child {
    margin-bottom: 0;
}

.home-sekcja-2-kolumny .section-button {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    background-color: var(--color-green-dark, #1a5f3f);
    color: white;
    padding: 10px 20px;
	padding-right: 10px;
    border-radius: 30px;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.3s ease;
	text-transform: uppercase;
}
.home-sekcja-2-kolumny.darkbg .section-heading h3,
.home-sekcja-2-kolumny.darkbg .item-description p {
	color: #fff;
}
.home-sekcja-2-kolumny .section-button:hover {
    background-color: var(--color-green);
    color: white;
    transform: translateY(-2px);
}
.home-sekcja-2-kolumny .item-title-link:hover {
	color: var(--color-green-dark);
	opacity: 1;
}
.home-sekcja-2-kolumny .button-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 33px;
    height: 33px;
    background-color: rgba(255, 255, 255, 0.076);
    border-radius: 50%;
    transition: all 0.3s ease;
}

.home-sekcja-2-kolumny .button-icon-img {
    width: 28px;
    height: 28px;
    object-fit: contain;
}

.home-sekcja-2-kolumny .section-button:hover .button-icon {
    background-color: rgba(255, 255, 255, 0.3);
    transform: rotate(45deg);
}

/* White background text color adjustment */
.home-sekcja-2-kolumny[style*="background-color: #fff"],
.home-sekcja-2-kolumny[style*="background-color: #ffffff"],
.home-sekcja-2-kolumny[style*="background-color: rgb(255, 255, 255)"] {
}

.home-sekcja-2-kolumny[style*="background-color: #fff"] .section-heading h1,
.home-sekcja-2-kolumny[style*="background-color: #fff"] .section-heading h2,
.home-sekcja-2-kolumny[style*="background-color: #ffffff"] .section-heading h1,
.home-sekcja-2-kolumny[style*="background-color: #ffffff"] .section-heading h2 {
    color: var(--color-green-dark, #1a5f3f);
}

/* Green background text color adjustment */
.home-sekcja-2-kolumny[style*="background-color: #"] .section-heading h1,
.home-sekcja-2-kolumny[style*="background-color: #"] .section-heading h2 {
    color: white;
}

.home-sekcja-2-kolumny[style*="background-color: #"] .item-title {
    color: var(--color-white);
}
.home-sekcja-2-kolumny[style*="background-color: #"] .item-title:hover {
    color: var(--color-green-dark);
}
.home-sekcja-2-kolumny[style*="background-color: #"] .item-description {
    color: rgba(255, 255, 255, 0.95);
}

/* Responsive adjustments */



.global-kontakt-newsletter .kn-badge {
    display: inline-block;
    background-color: var(--color-green, #28a745);
    color: white;
    padding: 0.5rem 1.5rem;
    border-radius: 25px;
    font-size: 12px!important;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.global-kontakt-newsletter .kn-title {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.2;
    color: var(--color-green-dark, #1a5f3f);
}

.global-kontakt-newsletter .kn-description {
    font-size: 16px!important;
    color: var(--color-green-dark);
	width: 60%;
}
/* .global-kontakt-newsletter { 

} */
#nf-field-33 {
	height: 120px!important;
}
.global-kontakt-newsletter .contact-info {
    margin-top: 2rem;
}

.global-kontakt-newsletter .contact-item {
    display: flex;
    align-items: center;
    gap: 1rem;
}
.woocommerce-MyAccount-navigation ul {
	list-style: none;
	padding-left: 10px;
	margin-top: 15px;
}
.woocommerce-info {
	border-top-color: var(--color-green);
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
	padding: 1em 2em 1em 3.5em;
	margin: 0 0 2em;
	position: relative;
	background-color: var(--color-green-light);
	color: var(--color-green-dark);
	border-top: 3px solid var(--color-green);
	list-style: none outside;
	width: auto;
	word-wrap: break-word;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.woocommerce-info::before {
	display: none;
}
.woocommerce-account .addresses .title .edit {
	float: left!important;
	margin-bottom: 20px;
	margin-top: 10px;
}
.woocommerce-address-fields .button, 
.woocommerce-Button.button {
	background: var(--color-green)!important;
	color: #fff !important;
	border: none;
	border-radius: 30px!important;
	padding: 12px 1.5rem!important;
	font-size: 12px !important;
	font-weight: 300!important;
	cursor: pointer;
	transition: all 0.3s ease;
	text-align: center;
	text-decoration: none;
	margin-top: 0px;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}
.woocommerce form .form-row .input-text, 
.woocommerce form .form-row select,
.select2-container .select2-selection--single .select2-selection__rendered {
	border: 1px solid var(--color-green) !important;
	border-radius: 4px;
	color: var(--color-green-dark) !important;
}
.select2-container .select2-dropdown, .select2-container .select2-selection {
	border: 1px solid transparent;
	border-radius: var(--wc-form-border-radius,4px);
}
.woocommerce-Address-title.title h2 {
	font-size: 28px!important;
}
.woocommerce-info .button.wc-forward{
	background: var(--color-green);
	color: #fff !important;
	border: none;
	border-radius: 30px;
	padding: 10px 20px;
	font-size: 14px !important;
	font-weight: 600;
	cursor: pointer;
	transition: all 0.3s ease;
	text-align: center;
	text-decoration: none;
	margin-top: 0px;
}
.woocommerce-MyAccount-navigation ul li a {
	font-size: 16px !important;
	font-weight: 600;
	color: var(--color-green-dark);
	margin-bottom: 12px;
	cursor: pointer;
	transition: color 0.3s ease;
	line-height: 45px;
}
.woocommerce-MyAccount-navigation {
	background: #fff;
	border-radius: 20px;
	border: 1px solid var(--color-green);
	padding: 15px;
}
.global-kontakt-newsletter .contact-icon {
    color: var(--color-green-dark, #1a5f3f);
    flex-shrink: 0;
	height: 30px;
}

.global-kontakt-newsletter .contact-link {
    font-size: 18px!important;
    font-weight: 700;
	line-height: 18px;
    color: var(--color-green-dark, #1a5f3f);
    text-decoration: none;
    transition: color 0.3s ease;
}

.global-kontakt-newsletter .contact-link:hover {
    color: var(--color-green, #28a745);
}
.global-kontakt-newsletter .newsletter-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--color-green-dark, #1a5f3f);
	display: none;
}

.global-kontakt-newsletter .newsletter-form {
    margin-top: 1.5rem;
}

/* Contact Form 7 Styling */
.global-kontakt-newsletter .wpcf7-form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.global-kontakt-newsletter .wpcf7-form input[type="text"],
.global-kontakt-newsletter .wpcf7-form input[type="email"],
.global-kontakt-newsletter .wpcf7-form textarea {
    width: 100%;
    padding: 1rem 1.5rem;
    border: 1px solid #e0e0e0;
    border-radius: 50px;
    font-size: 1rem;
    transition: border-color 0.3s ease;
}

.global-kontakt-newsletter .wpcf7-form textarea {
    border-radius: 20px;
    min-height: 120px;
}

.global-kontakt-newsletter .wpcf7-form input[type="text"]:focus,
.global-kontakt-newsletter .wpcf7-form input[type="email"]:focus,
.global-kontakt-newsletter .wpcf7-form textarea:focus {
    outline: none;
    border-color: var(--color-green, #28a745);
}

.global-kontakt-newsletter .wpcf7-form input[type="submit"] {
    background-color: var(--color-green-dark, #1a5f3f);
    color: white;
    padding: 1rem 2.5rem;
    border: none;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.3s ease;
    align-self: flex-start;
}

.global-kontakt-newsletter .wpcf7-form input[type="submit"]:hover {
    background-color: var(--color-green, #28a745);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(40, 167, 69, 0.3);
}

.global-kontakt-newsletter .wpcf7-acceptance {
    font-size: 0.875rem;
    color: #666;
}

.global-kontakt-newsletter .wpcf7-acceptance a {
    color: var(--color-green, #28a745);
    text-decoration: underline;
}

/* Responsive */


/* Home sekcja z liczbami */
.home_sekcja_z_liczbami {
    padding: 80px 0;
}

.home_sekcja_z_liczbami .col-lg-10 > .row {
    align-items: stretch;
}

.home_sekcja_z_liczbami .liczba-item {
    display: flex;
    flex-direction: column;
    align-items: start;
    text-align: left;
    position: relative;
    padding: 0 30px;
}

.home_sekcja_z_liczbami .liczba-item:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 60%;
    width: 1px;
    background-color: rgba(2, 63, 36, 0.2);
}

.home_sekcja_z_liczbami .liczba-button {
    background-color: var(--color-green);
    color: #ffffff;
    padding: 8px 24px;
    border-radius: 50px;
    font-size: 12px!important;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 30px;
}

.home_sekcja_z_liczbami .liczba-value {
    font-size: 130px;
    font-weight: 600;
    line-height: 1;
    color: var(--color-green-dark);
    margin-bottom: 20px;
    font-family: "Jost", sans-serif;
}

.home_sekcja_z_liczbami .liczba-opis {
    font-size: 18px;
    line-height: 1.5;
    color: var(--color-green-dark);
    max-width: 280px;
}

.home_sekcja_z_liczbami .liczba-opis p {
    margin: 0;
}


/* Home sekcja serwisowa */

.home_sekcja_serwisowa .serwisowa-wrapper {
    background-color: var(--color-green-light);
    border-radius: 20px;
    padding: 60px 0;
}

.home_sekcja_serwisowa .serwisowa-content {
    padding-right: 30px;
}

.home_sekcja_serwisowa .serwisowa-button-tag {
    background-color: var(--color-green-dark);
    color: #ffffff;
    display: inline-block;
    padding: 8px 24px;
    border-radius: 50px;
    font-size: 12px!important;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 25px;
}

.home_sekcja_serwisowa .serwisowa-title {
    margin-bottom: 20px;
}

.home_sekcja_serwisowa .serwisowa-title h3 {
    font-size: 48px!important;
    font-weight: 400;
    line-height: 1.2;
    color: var(--color-green-dark);
    margin: 0;
}

.home_sekcja_serwisowa .serwisowa-title h3 .highlight {
    color: var(--color-green);
}

.home_sekcja_serwisowa .serwisowa-description {
    font-size: 16px;
    line-height: 1.6;
    color: var(--color-green-dark);
    margin-bottom: 30px;
}

.home_sekcja_serwisowa .serwisowa-description p {
    margin: 0;
}

.home_sekcja_serwisowa .serwisowa-buttons {
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: flex-start;
}

.home_sekcja_serwisowa .serwisowa-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 28px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 300;
    text-decoration: none;
	text-transform: uppercase;
    transition: all 0.3s ease;
}

.home_sekcja_serwisowa .serwisowa-btn-pdf {
    background-color: var(--color-green-light);
    border: 1px solid var(--color-green);
    color: var(--color-green-dark);
}

.home_sekcja_serwisowa .serwisowa-btn-pdf img {
    width: 20px;
    height: 20px;
}

.home_sekcja_serwisowa .serwisowa-btn-pdf:hover {
    background-color: #ffffff;
    transform: translateY(-2px);
}

.home_sekcja_serwisowa .serwisowa-btn-chat {
    background-color: var(--color-green);
    border: 1px solid var(--color-green);
    color: #ffffff;
}

.home_sekcja_serwisowa .serwisowa-btn-chat img {
    width: 20px;
    height: 20px;
    filter: brightness(0) invert(1);
}

.home_sekcja_serwisowa .serwisowa-btn-chat:hover {
    background-color: var(--color-green-dark);
    border-color: var(--color-green-dark);
    transform: translateY(-2px);
}

.home_sekcja_serwisowa .serwisowa-image {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

.home_sekcja_serwisowa .serwisowa-image img {
    width: 100%;
    height: auto;
    border-radius: 20px;
    display: block;
}



/* Global - Firmy partnerskie carousel */
.global-firmy-partnerskie {
    background-color: #ffffff;
    padding: 60px 0;
    margin-bottom: 0px;
}

.global-firmy-partnerskie .firmy-partnerskie-carousel {
    position: relative;
}

.global-firmy-partnerskie .firma-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    height: 100px;
}

.global-firmy-partnerskie .firma-logo img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    /* filter: grayscale(100%);
    opacity: 0.6; */
    transition: all 0.3s ease;
}
.global-firmy-partnerskie h2 {
	color: var(--color-green);
	font-weight: 400!important;
	font-size: 48px!important;
	margin-bottom: 20px;
}
.global-firmy-partnerskie h2 span {
	font-size: 48px!important;
	font-weight: 600!important;
	margin-bottom: 40px;
	text-align: center;
	color: var(--color-green-dark, #1a5f3f);
}
.global-firmy-partnerskie p.green-button {
	display: inline-block;
	background-color: var(--color-green, #28a745);
	color: white;
	padding: 0.5rem 1.5rem;
	border-radius: 25px;
	font-size: 12px!important;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}
.global-firmy-partnerskie .firma-logo:hover img {
    filter: grayscale(0%);
    opacity: 1;
}

.global-firmy-partnerskie .firmy-partnerskie-carousel {
    position: relative;
    padding-bottom: 80px;
}

.global-firmy-partnerskie .splide__arrows {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 20px;
    z-index: 10;
}

.global-firmy-partnerskie .splide__arrow {
    background-color: #ffffff;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    opacity: 1;
    transition: all 0.3s ease;
    position: static;
    transform: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.global-firmy-partnerskie .splide__arrow img {
    width: 48px;
    height: 48px;
}

.global-firmy-partnerskie .splide__arrow:hover {
    background-color: #ffffff;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    opacity: 1;
    transition: all 0.3s ease;
    position: static;
    transform: none;
    display: flex;
    align-items: center;
    justify-content: center;
}


.global-firmy-partnerskie .splide__arrow:disabled {
    opacity: 0.3;
    cursor: not-allowed;
}

@media (max-width: 768px) {
    .global-firmy-partnerskie {
        padding: 40px 0;
        margin-bottom: 0px;
    }
    
    .global-firmy-partnerskie .firmy-partnerskie-carousel {
        padding-bottom: 70px;
    }
    
    .global-firmy-partnerskie .firma-logo {
        height: 80px;
        padding: 15px;
    }
    
    .global-firmy-partnerskie .splide__arrows {
        gap: 15px;
    }
    
    .global-firmy-partnerskie .splide__arrow {
        width: 40px;
        height: 40px;
    }
    
    /* .global-firmy-partnerskie .splide__arrow img {
        width: 20px;
        height: 20px;
    } */
}

/* Sekcja zdjęciowa */
.sekcja-zdjeciowa {
    padding: 30px 0;
	padding-bottom: 30px;
}

.sekcja-zdjeciowa .row {
    margin-bottom: -30px;
}

.sekcja-zdjeciowa .row > div {
    margin-bottom: 30px;
}

.sekcja-zdjeciowa-item {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}

.sekcja-zdjeciowa-item img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 20px;
}

@media (max-width: 768px) {
    .sekcja-zdjeciowa {
        padding: 40px 0;
    }
    
    .sekcja-zdjeciowa .row {
        margin-bottom: -20px;
    }
    
    .sekcja-zdjeciowa .row > div {
        margin-bottom: 20px;
    }
}

/* Sekcja nagłówek */
.sekcja-naglowek {
    padding: 30px 0;
	padding-bottom: 0px;
}

.sekcja-naglowek .naglowek-wrapper {
    text-align: center;
}

.sekcja-naglowek .naglowek-button {
    display: inline-block;
    background-color: var(--color-green);
    color: var(--color-white);
    padding: 0.5rem 1.5rem;
    border-radius: 25px;
    font-size: 12px !important;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
}

.sekcja-naglowek .naglowek-glowny {
    color: var(--color-green);
    font-weight: 400 !important;
    font-size: 48px !important;
    margin-bottom: 20px;
}

.sekcja-naglowek .naglowek-glowny span {
    font-size: 48px !important;
    font-weight: 600 !important;
    color: var(--color-green-dark);
}

@media (max-width: 768px) {
    .sekcja-naglowek {
        padding: 40px 0;
    }
    
    .sekcja-naglowek .naglowek-glowny {
        font-size: 32px !important;
    }
    
    .sekcja-naglowek .naglowek-glowny span {
        font-size: 32px !important;
    }
}

@media (max-width: 575px) {
    .sekcja-naglowek .naglowek-glowny {
        font-size: 28px !important;
    }
    
    .sekcja-naglowek .naglowek-glowny span {
        font-size: 28px !important;
    }
}

/* Polecane produkty */
.polecane-produkty-button {
    display: inline-block;
    background-color: var(--color-green);
    color: var(--color-white);
    padding: 0.5rem 1.5rem;
    border-radius: 25px;
    font-size: 12px !important;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
}
.woocommerce.polecane-produkty-wrapper ul.products {
	grid-template-columns: repeat(3, 1fr);
	gap: 0px!important;
	margin: 0;
	padding: 0;
	list-style: none;
}
.woocommerce.polecane-produkty-wrapper ul.products li.product .product-code {
	display: none;
}
.woocommerce.polecane-produkty-wrapper ul.products li.product a img {
    height: 200px;
	width: auto!important;
	object-fit: contain;
}
.woocommerce.polecane-produkty-wrapper .splide__pagination {
	bottom: 15px;
	left: 0;
	padding: 0 1em;
	position: absolute;
	right: 0;
	z-index: 1;
}
.woocommerce.polecane-produkty-wrapper .splide__pagination__page {
	background-color: var(--color-green-dark);
	width: 12px;
	height: 12px;
	margin: 0 6px;
}
.woocommerce.polecane-produkty-wrapper .splide__pagination__page.is-active {
	background-color: var(--color-green);
	transform: scale(1.3);
}
.woocommerce.polecane-produkty-wrapper ul.products li.product .button:hover {
	background: var(--color-green-dark);
	transform: none!important;
}
.polecane-produkty-wrapper .naglowekh3 h3 {
    color: var(--color-green);
    font-weight: 400 !important;
    font-size: 48px !important;
    margin-bottom: 20px;
}

.polecane-produkty-wrapper .naglowekh3 h3 {
    color: var(--color-green);
    font-weight: 400 !important;
    font-size: 48px !important;
    margin-bottom: 20px;
}

.polecane-produkty-wrapper .polecane-produkty-splide {
    position: relative;
    padding-bottom: 20px;
}

.polecane-produkty-wrapper ul.products {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

.polecane-produkty-wrapper .splide__slide {
    height: auto;
}

.polecane-produkty-wrapper .splide__arrows {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 20px;
    z-index: 10;
}

.polecane-produkty-wrapper .splide__arrow {
    background-color: #ffffff;
    border: 1px solid var(--color-green-dark);
    width: 48px;
    height: 48px;
    border-radius: 50%;
    opacity: 1;
    transition: all 0.3s ease;
    position: static;
    transform: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.polecane-produkty-wrapper .splide__arrow img {
    width: 24px;
    height: 24px;
    filter: brightness(0) saturate(100%);
}

.polecane-produkty-wrapper .splide__arrow:hover {
    background-color: var(--color-green);
    border-color: var(--color-green);
}

.polecane-produkty-wrapper .splide__arrow:hover img {
    filter: brightness(0) invert(1);
}

.polecane-produkty-wrapper .splide__arrow:disabled {
    opacity: 0.3;
    cursor: not-allowed;
}


.added_to_cart.wc-forward {
    display: none!important;
}
/* koszyk i checkout */
.is-large.wc-block-cart .wc-block-cart__totals-title {
	font-size: 32px!important;
	font-weight: 600;
}
.wc-block-components-form .wc-block-components-text-input input[type="email"], 
.wc-block-components-form .wc-block-components-text-input input[type="number"], 
.wc-block-components-form .wc-block-components-text-input input[type="password"], 
.wc-block-components-form .wc-block-components-text-input input[type="tel"], 
.wc-block-components-form .wc-block-components-text-input input[type="text"], 
.wc-block-components-form .wc-block-components-text-input input[type="url"], 
.wc-block-components-text-input input[type="email"], 
.wc-block-components-text-input input[type="number"], 
.wc-block-components-text-input input[type="password"], 
.wc-block-components-text-input input[type="tel"], 
.wc-block-components-text-input input[type="text"], 
.wc-block-components-text-input input[type="url"] {
	border: 1px solid var(--color-green)!important;
	border-radius: 10px;
	color: var(--color-green-dark)!important;
	font-size: 12px!important;
	height: 41px!important;
	line-height: 1em;
}
.wc-block-components-form .wc-block-components-text-input label, 
.wc-block-components-text-input label {
	color: inherit;
	color: var(--color-green-dark)!important;
	font-size: 12px!important;
	left: .5625em;
	line-height: 1em;
	margin: 0;
	max-width: calc(100% - 32px);
	overflow: hidden;
	position: absolute;
	text-decoration: inherit;
	text-overflow: ellipsis;
	text-transform: inherit;
	top: 1.562em;
	transform: translateY(-50%);
	transform-origin: top left;
	transition: all .2s ease;
}
#scrollsec_home_kategorie.section.section_3 h2{
    display: none;
}
#scrollsec_home_kategorie.section.section_3 .mb-4{
    margin-bottom: 0px!important;
}
#scrollsec_home_kategorie.section.section_3 .home-categories {
    padding-top: 0px!important;
} 
#wc-block-components-totals-coupon__input-coupon:focus,
#wc-block-components-totals-coupon__input-coupon:focus-visible {
    outline: none !important;
    box-shadow: none !important;
}
.header-search .btn {
    position: relative;
}
.header-search .btn::after{
    content:"Szukaj";
    font-size: 13px;
    color: var(--color-white);
    position: absolute;
    bottom:-22px;
    font-weight: 300;
    left:-7%;
}
.header-cart .btn {
    position: relative;
}
.header-cart .btn:after {
    content:"Koszyk";
    font-size: 13px;
    color: var(--color-white);
    position: absolute;
    bottom:-13px;
    font-weight: 300;
    left:-3px;
}
.navbar-toggler-icon {
    position: relative;
}
.header-cart {
    margin-right: 15px;
}
.navbar-toggler-icon:after {
    content:"Kategorie";
    font-size: 13px;
    color: var(--color-white);
    position: absolute;
    bottom:-8px;
    font-weight: 300;
    left: -4px;
}
.header-account .btn {
    position: relative;
}
.header-account .btn::after{
    content:"Login";
    font-size: 13px;
    color: var(--color-white);
    position: absolute;
    bottom:-15px;
    font-weight: 300;
    left:6%;
}
.wp-element-button,  
.woocommerce-button {
	background-color: var(--color-green)!important;
	border-radius: 50px!important;
	color: #fff!important;
	font-size: 14px!important;
	font-weight: 300!important;
	padding: 12px 30px;
	text-transform: uppercase;
	transition: background-color 0.3s ease;
	box-shadow: none!important;
	border:0px!important;
}
.wc-block-components-button:not(.is-link):disabled .wc-block-components-button__text {
	opacity: 1!important;
}
.wc-block-components-radio-control .wc-block-components-radio-control__input:checked {
	border: 1px solid var(--color-green)!important;
}
.wc-block-components-radio-control .wc-block-components-radio-control__input:checked::before {
	background: var(--color-green)!important;
}
.wc-block-components-radio-control .wc-block-components-radio-control__input {
	border: 1px solid var(--color-green)!important;
}
.wc-blocks-components-select .wc-blocks-components-select__select {

	border: 1px solid var(--color-green)!important;
	border-radius: 4px;
	color: var(--color-green-dark)!important;
}
.wc-block-components-totals-footer-item .wc-block-components-totals-item__label {
	font-weight: 600!important;
}
.wc-block-components-totals-footer-item .wc-block-components-totals-footer-item-tax {
	margin-bottom: 0;
	margin-top: 14px!important;
	font-size: 14px !important;
}
.wc-block-components-quantity-selector {
	border:1px solid var(--color-green)!important;
}
.woocommerce-checkout .wc-block-components-title.wc-block-components-title, 
.woocommerce-order-received .woocommerce-order-details__title,
.woocommerce-order-received .woocommerce-column__title {
	border: 0;
	border-radius: 0;
	font-size: 32px !important;
}
.woocommerce-column--billing-address p, address {
	font-size: 14px!important;
	line-height: 140%!important;
}
address  {
	padding:20px!important;
	background-color: var(--color-green-light)!important;
	border-radius: 10px!important;
	border: 1px solid var(--color-green)!important;
}
p.woocommerce-customer-details--phone {
	margin-top: 20px!important;
	padding-left: 30px!important;
	font-size: 14px!important;
}
.woocommerce-customer-details--email {
	padding-left: 30px!important;
}
p.woocommerce-customer-details--phone:before {
	content: ''!important;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 8px;
	background-image: url('../img/tel.svg')!important;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	vertical-align: middle;
	margin-left: -30px!important;
}
.woocommerce-customer-details--email:before {
	content: ''!important;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 8px;
	background-image: url('../img/mail-dark.svg')!important;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	margin-left: -30px!important;
	vertical-align: middle;
}
.wc-block-checkout__sidebar .wc-block-components-product-name {
	font-size: 18px !important;
	font-weight: 600!important;
	color: var(--color-green) !important;
}
.woocommerce-checkout .wc-block-components-product-metadata{
	display: none!important;
}
.wc-block-checkout *:focus,
.wc-block-checkout *:focus-visible,
.wc-block-checkout *:focus-within {
  outline: none !important;
  box-shadow: none !important;
}
@media (max-width: 1300px) {
	.home_sekcja_z_liczbami .liczba-value {
		font-size: 90px!important;
	}
}
@media (max-width: 1230px) {
.woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {
	width: 45.75%;
    margin-bottom: 30px!important;
}
.woocommerce ul.products li.first, .woocommerce-page ul.products li.first {
	clear: none!important;
}
.woocommerce ul.products li.last, .woocommerce-page ul.products li.last {
	margin-right: 3.8%!important;
}
}
@media (max-width: 1199px) {
    .woocommerce-product-details__short-description p,
    #tab-description p,
    #tab-description ul,
    #tab-description ol,
    #tab-description ul li
     {
        font-size: 16px !important;

    }
	.home-sekcja-2-kolumny .section-heading h3 {
			font-size: 36px !important;
		}
	.woocommerce ul.products {
		grid-template-columns: repeat(2, 1fr);
		gap: 25px;
	}
	
	.woocommerce-ordering select {
		width: 100%;
		max-width: 300px;
	}
}

@media (max-width: 991px) {
    .navbar-nav {
	padding-top: 30px;
	padding-bottom: 30px;
	display: flex;
	gap: 30px;
	width: 100%;
}
	.home_sekcja_z_liczbami .liczba-item {
	align-items: center!important;
	text-align: center!important;
}
	
	.gp-header-wrapper {
		flex-direction: column;
		align-items: flex-start;
	}
	
	.woocommerce-ordering select {
		width: 100%;
	}
	
	.product-sidebar {
		margin-bottom: 40px;
	}
	
	.woocommerce ul.products {
		grid-template-columns: repeat(2, 1fr);
	}
	.home-slider-carousel .slide-title {
        font-size: 2.5rem;
    }
	.home-sekcja-2-kolumny.darkbg .section-image-wrapper,
	#scrollsec_home_sekcja_2_kolumny .section-image-wrapper {
	float: none;
	justify-content: center;
	display: flex;
	margin-bottom: 20px;
}
	#scrollsec_home_sekcja_2_kolumny {
		text-align: center!important;
	}
	#scrollsec_home_sekcja_2_kolumny .item-description,
	#scrollsec_home_sekcja_2_kolumny .section-image-wrapper .item-description{
		text-align: left!important;
	}
    .home-sekcja-2-kolumny .section-heading h1,
    .home-sekcja-2-kolumny .section-heading h2 {
        font-size: 2rem;
    }
    
    .home-sekcja-2-kolumny .section-content {
        padding: 1rem 0;
    }
	 .global-kontakt-newsletter .kn-title {
        font-size: 2rem;
    }
    
    .global-kontakt-newsletter .contact-link {
        font-size: 1.25rem;
    }
    
    .global-kontakt-newsletter .newsletter-wrapper {
        padding: 2rem;
    }
	.home_sekcja_z_liczbami {
        padding: 30px 0;
    }
    
    .home_sekcja_z_liczbami .liczba-item {
        margin-bottom: 40px;
        padding: 0 15px;
    }
    
    .home_sekcja_z_liczbami .liczba-item:not(:last-child)::after {
        display: none;
    }
    
    .home_sekcja_z_liczbami .liczba-value {
        font-size: 80px;
    }
    .home_sekcja_serwisowa {
        padding: 0px 0;
    }
    
    .home_sekcja_serwisowa .serwisowa-wrapper {
        padding: 40px 20px;
    }
    
    .home_sekcja_serwisowa .serwisowa-content {
        padding-right: 0;
        margin-bottom: 30px;
    }
    
    .home_sekcja_serwisowa .serwisowa-title h3 {
        font-size: 36px!important;
    }
		.o-nas-section {
		padding: 60px 0;
	}
	
	.o-nas-title {
		font-size: 1.75rem;
	}
	
	.o-nas-vision-wrapper,
	.o-nas-mission-wrapper {
		padding: 40px 30px !important;
	}
	.home_sekcja_serwisowa .serwisowa-image img {
	width: 70%;
	margin: auto;
	}
	.home_sekcja_serwisowa .serwisowa-image {
		text-align: center;
		margin: auto;
	}
    .polecane-produkty-wrapper .naglowekh3 h3 {
        font-size: 36px !important;
    }
    
    .polecane-produkty-wrapper .polecane-produkty-splide {
        padding-bottom: 70px;
    }
}
@media (max-width: 767px) {
	.service-intro-title {
		font-size: 30px !important; 
		}

	.zielony-badge {
		margin-top: 20px!important;
	}
	.o-nas-title {
		font-size: 30px!important;
	}
    .global-firmy-partnerskie h2 span,
    .global-firmy-partnerskie h2 {
        font-size: 30px!important;
    }
	.page .o-nas-intro p {
       font-size: 36px !important;
	}
	.home-categories .section-title {
		font-size: 36px !important;
	}
	.woocommerce-product-archive {
		padding: 0px 0;
	}
	
	.woocommerce ul.products {
		grid-template-columns: 1fr;
		gap: 20px;
	}
	
	.sidebar-title {
		font-size: 20px !important;
	}
	    .home-slider-carousel .slide-wrapper {
        height: 500px;
        border-radius: 20px;
        margin: 0 0px;
    }
    
    .home-slider-carousel .slide-content {
        padding: 2rem 1rem;
		margin-right: 5px;
    }
    .home-slider-carousel .slide-title {
        font-size: 2rem;
    }
    
    .home-slider-carousel .slide-description {
        font-size: 1rem;
    }
    
    .home-slider-carousel .slide-button {
        padding: 0.875rem 1.5rem;
        font-size: 0.9rem;
    }
    
    .home-slider-carousel .splide__arrow {
        width: 40px;
        height: 40px;
    }
    
    .home-slider-carousel .splide__arrow--prev {
        left: 1rem;
    }
    
    .home-slider-carousel .splide__arrow--next {
        right: 1rem;
    }
    
    .home-slider-carousel .splide__pagination {
        bottom: -39px;
    }
	    .home-sekcja-2-kolumny .section-image-wrapper {
        border-radius: 20px;
    }
    
    .home-sekcja-2-kolumny .section-image {
        border-radius: 20px;
    }
    
    .home-sekcja-2-kolumny .section-heading h1,
    .home-sekcja-2-kolumny .section-heading h2 {
        font-size: 1.75rem;
    }
    
    .home-sekcja-2-kolumny .item-title {
        font-size: 1.1rem;
    }
     
    .home-sekcja-2-kolumny .section-button {
        padding: 0.875rem 1.5rem;
        font-size: 0.9rem;
    }
	#scrollsec_home_sekcja_2_kolumny .mt-5{
	margin-top: 10px!important;
}
    #scrollsec_home_sekcja_2_kolumny .mb-5{
	padding-bottom: 10px!important;
}
	    .global-kontakt-newsletter .kn-title {
        font-size: 30px!important;
        margin-bottom: 15px!important;
    }
    
    .global-kontakt-newsletter .contact-link {
        font-size: 1.125rem;
    }
    
    .global-kontakt-newsletter .newsletter-wrapper {
        padding: 1.5rem;
        margin-top: 0rem;
    }
	.o-nas-section {
		padding: 40px 0;
	}
	.o-nas-intro {
		font-size: 21px!important;
	}
	
	.o-nas-vision-wrapper,
	.o-nas-mission-wrapper { 
		padding: 30px 20px !important;
	}
}
@media (max-width: 576px) {
    .woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {
	width: 100%;
    margin-bottom: 30px!important;
}
.woocommerce ul.products li.first, .woocommerce-page ul.products li.first {
	clear: none!important;
}
.woocommerce ul.products li.last, .woocommerce-page ul.products li.last {
	margin-right: 0!important;
}
    .woocommerce ul.products[class*="columns-"] li.product, 
    .woocommerce-page ul.products[class*="columns-"] li.product {
        width: 100%;
        margin-bottom: 15px!important;
    }
	.home-sekcja-2-kolumny {
		padding-top: 20px !important;
	}
	.home-slider-carousel .slide-wrapper {
        height: 600px;
        border-radius: 20px;
    }
    
    .home-slider-carousel .slide-title {
        font-size: 29px!important;
    }
    .home-slider-carousel p {
	font-size: 18px !important;
	line-height: 120% !important;
}
    .home-slider-carousel .slide-badge {
        font-size: 0.75rem;
        padding: 0.4rem 1rem;
    }
	.home_sekcja_z_liczbami .liczba-value {
        font-size: 60px;
    }
    
    .home_sekcja_z_liczbami .liczba-opis {
        font-size: 16px;
    }
	.home_sekcja_serwisowa .serwisowa-title h3 {
        font-size: 28px;
    }
    
    .home_sekcja_serwisowa .serwisowa-buttons {
        flex-direction: column;
    }
    
    .home_sekcja_serwisowa .serwisowa-btn {
        justify-content: center;
        width: 100%;
    }
    .polecane-produkty-wrapper .naglowekh3 h3 {
        font-size: 28px !important;
    }
    
    .polecane-produkty-wrapper .splide__arrows {
        gap: 15px;
    }
    
    .polecane-produkty-wrapper .splide__arrow {
        width: 40px;
        height: 40px;
    }
    
    .polecane-produkty-wrapper .splide__arrow img {
        width: 20px;
        height: 20px;
    }
}

/* ============================================
   Strona produktu - Single Product
   ============================================ */

/* Główny kontener produktu */
.single-product #product {
    padding-top: 40px;
    padding-bottom: 60px;
}

/* Galeria produktu */
.product-gallery {
    margin-bottom: 40px;
}

.product-gallery .woocommerce-product-gallery {
    margin: 0;
}

.product .product-gallery img {
	border: 0.5px solid #CBDFD6;
	border-radius: 20px;
}

/* Główne zdjęcie produktu */
.woocommerce-product-gallery__wrapper {
    margin-bottom: 20px;
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 15px !important;
}

/* Pierwsze zdjęcie (główne) - pełna szerokość */
.woocommerce-product-gallery__wrapper > .woocommerce-product-gallery__image:first-child {
    width: 100% !important;
    flex: 0 0 100% !important;
    margin: 0 !important;
    float: none !important;

}

.woocommerce-product-gallery__wrapper > .woocommerce-product-gallery__image:first-child img {
    width: 100% !important;
    height: auto !important;
    object-fit: contain !important;
	max-height: 600px!important;
    padding:20px!important;
}

/* Miniaturki - wszystkie kolejne zdjęcia w jednym rzędzie */
.woocommerce-product-gallery__wrapper > .woocommerce-product-gallery__image:nth-child(n+2) {
    width: calc(25% - 12px) !important;
    flex: 0 0 calc(25% - 12px) !important;
    margin: 0 !important;
    float: none !important;
}

.woocommerce-product-gallery__wrapper > .woocommerce-product-gallery__image:nth-child(n+2) img {
    width: 100% !important;
    height: 120px !important;
    object-fit: cover !important;
    border: 0.5px solid #CBDFD6 !important;
    border-radius: 12px !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    display: block !important;
}

.woocommerce-product-gallery__wrapper > .woocommerce-product-gallery__image:nth-child(n+2) img:hover {
    border-color: var(--color-green-dark) !important;
    transform: scale(1.05) !important;
}

.woocommerce-product-gallery__wrapper > .woocommerce-product-gallery__image:nth-child(n+2) a {
    display: block !important;
    width: 100% !important;
    height: 120px !important;
}

/* Miniaturki galerii - dla flex-control-thumbs jeśli istnieją */
.flex-control-thumbs,
.flex-control-nav {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 10px !important;
    margin: 15px 0 0 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

.flex-control-thumbs li,
.flex-control-nav li {
    flex: 0 0 calc(25% - 7.5px) !important;
    max-width: calc(25% - 7.5px) !important;
    margin: 0 !important;
    padding: 0 !important;
}

.flex-control-thumbs li img,
.flex-control-nav li img {
    width: 100% !important;
    height: 120px !important;
    object-fit: cover !important;
    border: 2px solid transparent !important;
    border-radius: 12px !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    display: block !important;
}

.flex-control-thumbs li img:hover,
.flex-control-nav li img:hover {
    border-color: var(--color-green-dark, #2d5f3f) !important;
    transform: scale(1.05) !important;
}

.flex-control-thumbs li img.flex-active,
.flex-control-nav li img.flex-active {
    border-color: var(--color-green-dark, #2d5f3f) !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15) !important;
}

/* Responsywność miniaturek */
@media (max-width: 767px) {
    .woocommerce-product-gallery__wrapper > .woocommerce-product-gallery__image:nth-child(n+2) {
        width: calc(33.333% - 10px) !important;
        flex: 0 0 calc(33.333% - 10px) !important;
    }
    
    .woocommerce-product-gallery__wrapper > .woocommerce-product-gallery__image:nth-child(n+2) img,
    .woocommerce-product-gallery__wrapper > .woocommerce-product-gallery__image:nth-child(n+2) a {
        height: 80px !important;
    }
    
    .flex-control-thumbs li,
    .flex-control-nav li {
        flex: 0 0 calc(33.333% - 7px) !important;
        max-width: calc(33.333% - 7px) !important;
    }
    
    .flex-control-thumbs li img,
    .flex-control-nav li img {
        height: 80px !important;
    }
}

@media (max-width: 480px) {
    .woocommerce-product-gallery__wrapper > .woocommerce-product-gallery__image:nth-child(n+2) {
        width: calc(50% - 8px) !important;
        flex: 0 0 calc(50% - 8px) !important;
    }
    
    .woocommerce-product-gallery__wrapper > .woocommerce-product-gallery__image:nth-child(n+2) img,
    .woocommerce-product-gallery__wrapper > .woocommerce-product-gallery__image:nth-child(n+2) a {
        height: 100px !important;
    }
    
    .flex-control-thumbs li,
    .flex-control-nav li {
        flex: 0 0 calc(50% - 5px) !important;
        max-width: calc(50% - 5px) !important;
    }
    
    .flex-control-thumbs li img,
    .flex-control-nav li img {
        height: 100px !important;
    }
}
/* Podsumowanie produktu */
.woocommerce #content div.product div.summary, 
.woocommerce div.product div.summary, 
.woocommerce-page #content div.product div.summary,
 .woocommerce-page div.product div.summary {
	float: none;
	width: 100%;
	clear: none; 
}
.woocommerce #content div.product div.images, 
.woocommerce div.product div.images, .woocommerce-page #content div.product div.images, 
.woocommerce-page div.product div.images {
	float: none;
	width: 100%;
}
.summary.entry-summary {
    margin-bottom: 40px;
    padding: 30px;
    background-color: transparent;
    border-radius: 20px;
	border: 0.5px solid #CBDFD6;
}

/* Product Brand nad tytułem */
.summary.entry-summary .product-brand {
    margin-bottom: 10px;
    text-align: right;
    border-bottom: 0.5px solid #CBDFD6;
}

.summary.entry-summary .product-brand a {
    font-size: 14px;
    font-weight: 600;
    color: var(--color-green);
    text-decoration: none;
    text-transform: none;
    letter-spacing: 0.5px;
    transition: color 0.3s ease;
    padding-bottom: 15px!important;
    display: inline-block;
}

.summary.entry-summary .product-brand a:hover {
    color: var(--color-green-dark);
    text-decoration: underline;
}

.summary.entry-summary .product_title {
    font-size: 24px!important;
    font-weight: 700;
    margin-bottom: 20px;
    color: var(--color-green-dark);
	border-bottom: 0.5px solid #CBDFD6;
	padding-bottom: 20px!important;
    padding-top: 15px!important;
}

/* Product meta nad krótkim opisem */
.summary.entry-summary .product_meta {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 1.8;
}

.summary.entry-summary .product_meta > span {
    display: block;
    margin-bottom: 8px;
}

/* Ukryj posted_in (kategorie) */
.summary.entry-summary .product_meta .posted_in {
    display: none !important;
}

.summary.entry-summary .product_meta .sku_wrapper,
.summary.entry-summary .product_meta .tagged_as {
    color: var(--color-green-dark);
	border-bottom: 0.5px solid var(--color-green-dark);
	padding-bottom: 15px!important;
}

.summary.entry-summary .product_meta .sku,
.summary.entry-summary .product_meta a {
    color: var(--color-green-dark);
    font-weight: 600;
}

/* Krótki opis nad ceną */
.summary.entry-summary .woocommerce-product-details__short-description {
    font-size: 14px!important;
    line-height: 1.6;
    margin-bottom: 20px;
    color: var(--color-green-dark);
}

/* Cena produktu - layout flex */
.summary.entry-summary .price {
    font-size: 20px!important;
    font-weight: 700;
    color: var(--color-green-dark)!important;
    margin-bottom: 20px;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    gap: 15px !important;
}

/* Suffix ceny z lewej strony */
.summary.entry-summary .price .woocommerce-price-suffix {
    order: 1 !important;
    font-size: 20px !important;
    font-weight: 600 !important;
    color: var(--color-green-dark) !important;
}

/* Kwota ceny z prawej strony */
.summary.entry-summary .price .woocommerce-Price-amount.amount {
    order: 2 !important;
    margin-left: auto !important;
    font-size: 24px !important;
    font-weight: 700 !important;
    color: var(--color-green-dark) !important;
}

/* Dla ceny promocyjnej */
.summary.entry-summary .price del {
    order: 1 !important;
    opacity: 0.6;
    font-size: 18px !important;
}

.summary.entry-summary .price ins {
    order: 2 !important;
    text-decoration: none !important;
    margin-left: auto !important;
    font-size: 24px !important;
}

/* Przycisk dodaj do koszyka */
.summary.entry-summary .cart button.single_add_to_cart_button {
    background-color: var(--color-green);
    color: #fff;
    padding: 15px 40px;
    font-size: 16px;
    font-weight: 600;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.summary.entry-summary .cart button.single_add_to_cart_button:hover {
    background-color: var(--color-green-dark);
    transform: translateY(-2px);
}
.woocommerce .quantity .qty {
	width: 3.631em;
	text-align: center;
	padding-top: 7px;
	padding-bottom: 7px;
	border: 1px solid var(--color-green) !important;
	border-radius: 4px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
	border: 0px solid #cfc8d8!important;
	background-color: var(--color-green-light)!important;
	color: var(--color-green-dark)!important;
	border-top-left-radius: 10px!important;
	padding-left: 30px!important;
	padding-right: 30px!important;
}
.gp-button-print {
	background-color: var(--color-green)!important;
	border-radius: 50px!important;
	color: #fff!important;
	font-size: 14px!important;
	font-weight: 300!important;
	padding: 12px 30px;
	text-transform: uppercase;
	border:none!important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
	padding-left: 0px!important;
	border-top-left-radius: 10px!important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after {
	display: none;
}
.woocommerce-tabs.wc-tabs-wrapper{
	border: 0.5px solid var(--color-green);
    border-radius: 10px;
}
#tab-description {
	padding-left: 80px;
	padding-right: 80px;
}

/* Stylowanie tabeli w zakładce opisu */
#tab-description table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
	background-color: #fff;
}

#tab-description table thead th {
	background-color: var(--color-green-dark) !important;
	color: #fff !important;
	padding: 15px;
	text-align: center;
	border: 1px solid var(--color-green-dark);
	font-weight: 600;
	font-size: 14px;
}
#tab-description table thead th p {
		color: #fff !important;
			font-weight: 600;
	font-size: 14px!important;
	margin-bottom: 0px!important;
}
.header-social a img{
    width: 25px;
    height: 25px;
}
.header-social {
    padding-right: 31px;
}
.header-social .facebook:hover img {
	content: url('/wp-content/themes/custom_theme/img/facebook-hover-1.svg');
}
.insta:hover img {
  content: url('/wp-content/themes/custom_theme/img/insta-hover-1.svg');
}
#tab-description table tbody td {
	padding: 12px 15px;
	border: 1px solid var(--color-green-dark);
	text-align: left;
}

#tab-description table tbody td strong {
	color: var(--color-green-dark);
}

#tab-description table tbody tr:nth-child(odd) {
	background-color: #fff;
}

#tab-description table tbody tr:nth-child(even) {
	background-color: var(--color-green-light);
}

#tab-description table tbody td[style*="text-align: center"] {
	text-align: center !important;
}

#tab-description table tbody td p {
	margin: 0;
	padding: 0;
}

#tab-description table tbody tr:hover {
	background-color: rgba(var(--color-green-light), 0.7);
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
	background-color: var(--color-green)!important;
	color: #fff!important;
	font-weight: 400!important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	font-weight: 400;
	color: var(--color-green-dark);
	font-size: 14px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
	display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
	display: none;
}
/* Krótki opis produktu */
.product-short-description {
    margin-bottom: 40px;
    padding: 25px;
    background-color: #fff;
    border-left: 4px solid var(--color-green-dark);
    font-size: 16px;
    line-height: 1.8;
}

/* Pełny opis produktu */
.product-full-description {
    margin-bottom: 50px;
}

.product-full-description h2,
#tab-additional_information_custom_tab h2{
    font-size: 28px!important;
    font-weight: 600;
    margin-bottom: 25px;
    color: var(--color-green-dark);
    padding-bottom: 10px;
}

.product-full-description p,
#tab-additional_information_custom_tab p {
    font-size: 16px!important;
    line-height: 1.8;
    margin-bottom: 15px;

}
#tab-additional_information_custom_tab {
	padding-left: 80px;
}
.product-full-description ul,
.product-full-description ol {
    margin-left: 20px;
    margin-bottom: 20px;
}

.product-full-description li {
    margin-bottom: 10px;
    line-height: 1.6;
}

/* Dodatkowa galeria produktu */
.product-additional-gallery {
    margin-bottom: 50px;
}

.product-additional-gallery img {
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}

.product-additional-gallery img:hover {
    transform: scale(1.05);
}

/* Specyfikacja techniczna */
.product-specifications {
    padding: 30px;
}

.product-specifications h2 {
    font-size: 28px!important;
    font-weight: 600;
    margin-bottom: 25px;
    color: var(--color-green-dark);
}

.product-specifications table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

.product-specifications table th,
.product-specifications table td {
    padding: 12px 15px;
    border: 1px solid #ddd;
    text-align: left;
}

.product-specifications table th {
    background-color: var(--color-green-dark);
    color: #fff;
    font-weight: 600;
}

.product-specifications table tr:nth-child(even) {
    background-color: #fff;
}

/* Pliki do pobrania */
.product-downloads {
    margin-bottom: 50px;
    padding: 30px;
}

.product-downloads h2 {
    font-size: 28px!important;
    font-weight: 600!important;
    margin-bottom: 25px;
    color: var(--color-green-dark);
}

.product-downloads .download-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.product-downloads .download-list li {
    margin-bottom: 15px;
}

.product-downloads .download-list a {
    display: inline-flex;
    align-items: center;
    padding: 12px 25px;
    background-color:var(--color-green)!important;
    color: var(--color-white);
    text-decoration: none;
    border-radius: 50px;
    font-weight: 400;
    transition: all 0.3s ease;
}

.product-downloads .download-list a:hover {
    background-color: var(--color-green-dark);
    color: #fff;
    transform: translateX(5px);
}

/* Podobne produkty - pełna szerokość */
.related.products,
.upsells.products {
    padding-top: 60px;
    padding-bottom: 40px;
    margin-top: 60px;
}

.related.products h2,
.upsells.products h2 {
    font-size: 42px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 40px;
    color: var(--color-green-dark);
}

/* Responsywność */
@media (max-width: 991px) {
    .single-product .offset-lg-1 {
        margin-left: 0;
    }
    
    .single-product .col-lg-10 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .summary.entry-summary .product_title {
        font-size: 28px;
    }
    
    .product-full-description h2,
    .product-specifications h2,
    .product-downloads h2 {
        font-size: 24px;
    }
}

@media (max-width: 767px) {
    .page .o-nas-intro p {
        font-size: 30px !important;
        line-height: 36px !important;
    }
    .bottom-footer .text-end {
        text-align: left!important;
    }
    .footer-ul li {
        padding-left: 0px!important;
    }
    .footer-ul li a{
        font-size: 14px!important;
    }
    .bottom-footer p,
    .bottom-footer a{
        font-size: 14px!important;
    }
    .header-social {
        display: none;
    }
    .summary.entry-summary {
        padding: 20px;
    }
    
    .summary.entry-summary .product_title {
        font-size: 24px;
    }
    
    .summary.entry-summary .price {
        font-size: 22px;
    }
    
    .product-full-description h2,
    .product-specifications h2,
    .product-downloads h2 {
        font-size: 22px;
    }
    
    .product-specifications,
    .product-downloads {
        padding: 20px;
    }
}
@media (max-width: 400px) {
    .home-slider-carousel .splide__pagination {
	bottom: -40px;
}
    .home-slider-carousel .slide-title {
        font-size: 30px !important;
    }
    .home-slider-carousel p {
        font-size: 16px !important;
    }
    .home-sekcja-2-kolumny .section-heading h3,
    .home_sekcja_serwisowa .serwisowa-title h3,
    .global-firmy-partnerskie h2,
    .global-kontakt-newsletter .kn-title {
        font-size: 30px !important;
    }
    .home_sekcja_serwisowa .serwisowa-btn {
        font-size: 14px!important;
    }
}