/*!
Theme Name: Bioorganic
Theme URI: http://underscores.me/
Author: goVirtual.pl
Author URI: http://underscores.me/
Description: Description
Version: 1.2.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: bioorganic
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Bioorganic is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
	overflow-x: hidden;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
.clearfix {
	clear: both;
}
.site-main{
	width: 98%;
	max-width: 1650px;
	margin: auto;
	position: relative;
}
/* Aktywny składnik podstawa */
.slide-carrot{
 margin-top:0px;
 position: relative;
 width:100%;
 background-color: white;
 background-size:100% auto;
 background-repeat: no-repeat;
 background-position: top center;
 margin:0;
 padding-bottom: 0;

}
.slide-carrot::after{
	display: block;
	content: '';
	padding-bottom: 31.2%;
}
.slide-content {
	position: absolute;
	width: 30%;
	right:13%;
	bottom:120px;

	cursor: pointer;
	text-align: right;
}
.slide-content_mobile{
	display: none;
}
.slide-content h1, .slide-content h2 {
	text-align: right !important;
	font-family: "Alfa Slab One", serif;
	font-size:40px;
	font-weight:500;
	margin:0;
	padding:0;
}
.slide-linbk:visited, .slide-linbk{
	color:black !important;
}
.slick-dots{
	bottom:27px !important;
}
/* slidey poszczegolne */
/* użītkownika"></div> slideer swiateczny */

#sw1 h1 {
	font-size: 2.8vw;
}
#sw1{
	position: absolute;
	top:10px;
	left:36%;
	color:#2d2d2d;
	font-size: 3.3vw;
	font-family: "Poppins", sans-serif;
	 font-weight: 700;
	 line-height: 1.2em;
}
#sw2{
	position: absolute;
	top:5vh;
	left:60%;
	color:#2d2d2d;
	font-size: 3vw;
	font-family: "Poppins", sans-serif;
	 font-weight: 500;
	 line-height: 1.2em;
}
#sw2 h2{
	font-size: 3.8vw;
	color:white;
	margin-bottom:-30px !important;
	padding-bottom:0 !important;
}
#sw3{
	color:white;
	padding:0px 50px 0px 50px;
	font-size: 50px;
	line-height:80px;
	font-weight: 700;
	text-align: center;
	display: inline-block;
	border-radius: 40px;
	background-color: #f06f14;
	position: absolute;
	top:60%;
	left:30%;
	-moz-transition: all .5s ease !important;
		-ms-transition: all .5s ease !important;
		-webkit-transition: all .5s ease !important;
		-o-transition: all .5s ease !important;
}
#sw4{
	position: absolute;
	bottom:0;
	left:20%;
	color:white;
	font-size: 3.3vw;

	 font-weight: 700;
	 line-height: 1.2em;
}
.:hover #sw3{

	-moz-transition: all .5s ease !important;
		-ms-transition: all .5s ease !important;
		-webkit-transition: all .5s ease !important;
		-o-transition: all .5s ease !important;
}
#slick-slide-control00, #slick-slide-control01{
	/*display: none !important;*/
}
.slide-content:hover h1{
	color: black;
}

.form-news{
	max-width:300px;
	position: relative;
	background: white;
	padding: 30px;
	font-size:30px !important;
	color:black !important;
	 font-family: "Abril Fatface", serif;
	 font-weight: 400;
}
.form-news input{
	border:1px solid black ;
	border-radius: 20px !important;

}
.btn a {
	color: white;
	text-decoration: none;
}
.btn{
	position: absolute;
	bottom: 30px;
	left:calc(50% - 150px);
	width: 300px;
	line-height: 50px;
	height: 50px;
	border-radius: 25px;
	background: #5b7a06;
	color: white;
		text-decoration: none;
		text-align: center;
		font-weight: 400;
		font-size: 20px;
		border:1px solid white;
		-moz-transition: all .5s ease !important;
			-ms-transition: all .5s ease !important;
			-webkit-transition: all .5s ease !important;
			-o-transition: all .5s ease !important;
}
.btn:hover{
	-moz-transition: all .5s ease !important;
		-ms-transition: all .5s ease !important;
		-webkit-transition: all .5s ease !important;
		-o-transition: all .5s ease !important;
	background: white;
	color: #5b7a06;
	border:1px solid  #5b7a06;
}

.onas{
	position: relative;
	width:70%;
	margin-left:15%;
	margin-top:-50px;
	height:auto;
	min-height:200px;
	background-color: #5b7a06;
	background-image: url(img/zielen.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	background-size: auto 100%;
	padding:50px 30% 50px 50px;
	color:white !important;
}
.onas h1 {
	color:white;
	font-family: "Alfa Slab One", serif;
	font-size: 2em;
	font-weight: 400;
}
/* wideo na stronie glownej i slajder polecane produkty*/
.bio-video {
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

.bio-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.polecane-produkty-wrap {
  width: 70%;
	margin-left:15%;
  background: white;
  padding: 70px 0 90px;
  overflow: hidden;
}

.polecane-produkty-heading {
  text-align: center;

}

.polecany-produkt-slide {
  padding: 0 110px;
  box-sizing: border-box;
}

.polecany-produkt-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 90px;
  min-height: 520px;
}

.polecany-produkt-image,
.polecany-produkt-content {
  width: 50%;
}

.polecany-produkt-image {
  text-align: center;
}

.polecany-produkt-image a {
  display: inline-block;
}

.polecany-produkt-image img {
  width: 100%;
  max-width: 580px;
  height: auto;
  display: block;
  object-fit: contain;
}

.polecany-produkt-content {
  text-align: right;
  max-width: 760px;
}

.polecany-produkt-podtytul {
  font-size: 16pxpx;
  line-height: 1.35;
  color: #222;
  margin-bottom: 18px;
  font-weight: 400;
		text-align: right;
}

.polecany-produkt-title {
  margin: 0 0 24px;
  font-size: 32px;
  line-height: 1.03;
  font-weight: 800;
  color: #111;
	text-align: right !important;
}
.slick-next {

}

.polecany-produkt-title a {
  color: inherit;
  text-decoration: none;
}

.polecany-produkt-zajawka {
  max-width: 680px;
  margin: 0 auto 30px;
  font-size: 20px;
  line-height: 1.65;
  color: #5a5a5a;
}

.polecany-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  padding: 14px 28px;
  border: 1px solid #8a8a8a;
  color: #222;
  text-decoration: none;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  transition: all 0.25s ease;
}

.polecany-btn::after {
  content: "→";
  margin-left: 14px;
  font-size: 22px;
  line-height: 1;
}

.polecany-btn:hover {
  background: #111;
  color: #fff;
  border-color: #111;
}

.polecane-produkty-slider .slick-prev,
.polecane-produkty-slider .slick-next {
  width: 56px;
  height: 56px;
  z-index: 30;
}

.polecane-produkty-slider .slick-prev {
  left: 0px;
}

.polecane-produkty-slider .slick-next {
  right: 0px;
}

.polecane-produkty-slider .slick-prev:before,
.polecane-produkty-slider .slick-next:before {
  font-size: 56px;
  color: #7c7c7c;
  opacity: 1;
}

@media (max-width: 1400px) {
  .polecany-produkt-slide {
    padding: 0 80px;
  }

  .polecany-produkt-inner {
    gap: 60px;
  }

  .polecany-produkt-title {
    font-size: 54px;
  }

  .polecany-produkt-podtytul {
    font-size: 24px;
  }

  .polecany-produkt-zajawka {
    font-size: 18px;
  }
}

@media (max-width: 1100px) {
  .polecane-produkty-heading {
    font-size: 44px;
  }

  .polecany-produkt-slide {
    padding: 0 60px;
  }

  .polecany-produkt-inner {
    gap: 40px;
  }

  .polecany-produkt-title {
    font-size: 42px;
  }

  .polecany-produkt-podtytul {
    font-size: 22px;
  }

  .polecany-produkt-zajawka {
    font-size: 17px;
  }
}

@media (max-width: 768px) {
  .polecane-produkty-wrap {
    padding: 45px 0 60px;
  }

  .polecane-produkty-heading {
    font-size: 32px;
    margin-bottom: 30px;
  }

  .polecany-produkt-slide {
    padding: 0 20px;
  }

  .polecany-produkt-inner {
    flex-direction: column;
    gap: 25px;
    min-height: auto;
  }

  .polecany-produkt-image,
  .polecany-produkt-content {
    width: 100%;
  }

  .polecany-produkt-image img {
    max-width: 100%;
  }

  .polecany-produkt-podtytul {
    font-size: 18px;
    margin-bottom: 12px;
  }

  .polecany-produkt-title {
    font-size: 34px;
    margin-bottom: 18px;
  }

  .polecany-produkt-zajawka {
    font-size: 16px;
    line-height: 1.55;
    margin-bottom: 24px;
  }

  .polecany-btn {
    min-width: 190px;
    padding: 12px 20px;
    font-size: 13px;
    letter-spacing: 1.5px;
  }

  .polecane-produkty-slider .slick-prev {
    left: 5px;
  }

  .polecane-produkty-slider .slick-next {
    right: 5px;
  }

  .polecane-produkty-slider .slick-prev:before,
  .polecane-produkty-slider .slick-next:before {
    font-size: 34px;
  }
}
h4{
	margin-top:-15px;
	padding-top:0;
	text-align: center !important;
	color:#878787;
}
/* koniec wideo i polecane produkty */
.czarny{
	position: relative;
	display: inline-block;

	width:auto;
	line-height: 60px;
	height: 60px;
	border-radius: 0px;
	background: black;
	color: white;
		text-decoration: none;
		text-align: center;
		font-weight: 400;
		font-size: 20px;
		margin-top:20px;
		border:1px solid black;
		-moz-transition: all .5s ease !important;
			-ms-transition: all .5s ease !important;
			-webkit-transition: all .5s ease !important;
			-o-transition: all .5s ease !important;
			padding: 0 30px 0 30px;
}
.czarny:hover{
	-moz-transition: all .5s ease !important;
		-ms-transition: all .5s ease !important;
		-webkit-transition: all .5s ease !important;
		-o-transition: all .5s ease !important;
	background: white;
	color: #5b7a06;
	border:1px solid  #5b7a06;
}
/* koniec sliderów --*/
/* pasek pod sliderem */
.rozowy_text{
	color:#ff4771;
}
.slide_center {
	position: absolute;
	bottom: 90px;
	left:60%;
}
.rozowy{
	background-color:#ff4771;
	left: 60%;
}
.slide_center h1{
	font-weight: 700;
	line-height: 1.2em;
	font-size:2.1em;

}
.slide_center h1 span {
	font-size: 1.3em;
}
.slide_center h1:hover{
	color:black !important;
}
.stara_cena {
	position: absolute;
	right: -50px;
	bottom:0px;
	font-size: 3em;
	font-weight: bold;
}
.pas_zieleony{
	position: relative;
	width:80%;
	padding-left:50px;
	line-height: 50px;
	text-align: left;
	font-size: 1.5vw;
	font-weight: 400;
	color: white;
	background: #5b7a06;
	float:right;
	margin-top:-55px;

}
.pas_zieleony_produkt{
	position: relative;
	width:80%;
	padding-left:50px;
	line-height: 50px;
	text-align: left;
	font-size: 1.5vw;
	font-weight: 400;
	color: white;
	background: #5b7a06;
	float:right;
	margin-top:-32px;

}
.products {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 30px;
}

.products li {
  list-style: none;
}
/* bioorganic – Instagram Feed */
.sb_instagram .sbi_photo_wrap {
  border-radius: 16px;
  overflow: hidden;
}

.sb_instagram .sbi_photo {
  object-fit: cover;
}

/* focus dla klawiatury */
.sb_instagram a:focus-visible {
  outline: 3px solid #3a7f3a;
  outline-offset: 3px;
}

/* PODOBNE PRODUKTY */



.single-product .bio-card{text-align: center !important;}
.single-product .bio-card{

}
/* ================= SEKCJA ================= */
.bio-products{
  padding:40px 0;
}

/* ================= GRID ================= */
.bio-grid{
  display:grid;
  grid-template-columns:repeat(5, minmax(0, 1fr)); /* KLUCZ */
  gap:10px;
}

/* ================= KARTA ================= */
.bio-card{
  display:flex;
  flex-direction:column;
  width:100%;              /* KLUCZ */
  height:100%;
  box-sizing:border-box;
  text-decoration:none;
  color:#111;

  padding:16px;
  background:#fff;
}

/* ================= OBRAZ ================= */
.bio-thumb{
  width:100%;              /* KLUCZ */
  height:180px;
  display:flex;
  align-items:center;
  justify-content:center;
  margin-bottom:12px;
}

.bio-img{
  width:100%;
  max-width: 100%;
  width:auto;
  height:auto;

  display:block;
}
.bio-item-answer a:link, .bio-item-answer a:visited{
	color: black !important;
	text-decoration: none;
}
/* ================= TYTUŁ ================= */
.bio-title{
  width:100%;              /* KLUCZ */
  font-size:14px;
  line-height:1.3;
  text-align:center;
 font-family: "Poppins", sans-serif;
  min-height:42px;
  margin:0 0 20px;
	font-weight: 400;
  display:flex;
  align-items:center;
  justify-content:center;
}
.lista-cena del {
  font-size: 0.6em;
}

/* ================= CENA ================= */
/* ================= CENA ================= */
.bio-price{

	font-size: 60px !important;
	font-weight: bold;
	position: relative;
	width:100%;


  margin-bottom:14px;

}
.lista, .lista:visited {
	color:black;
	text-decoration:none;
}

.produkt-lista{
	width:100%;              /* KLUCZ */
	height:100%;
	position: relative;

	text-align: center;
	border:1px solid #e5e5e5;
	padding:16px;
	padding-top: 240px;
	padding-bottom: 150px;
	text-decoration: none;

}

.bio-thumb2{
	position: absolute;
	top:10px;


}
.lista-cena{
	width: 85%;
	text-align: center;
	display: block;
	position: absolute;
	bottom: 100px;
}
.lista-kup{
	width: 85%;
	text-align: center;
	display: block;
	position: absolute;
	bottom: 50px;

}

/* CENA PRZEKREŚLONA (–20%) */
. del{
  display:block;
	font-size:25px;        /* było 32px */
  font-weight:400;
  color:#999;

}
.bezpieczne{
	width:320px !important;
}

/* CENA AKTUALNA (+30%) */
.bio-price ins,
.bio-price > span{
  display:block;
  font-size:35px;        /* było 32px */
  font-weight:400;
  color:black;
  text-decoration:none;
  line-height:1;
}
.bio-price ins{
  font-size:24px;        /* zmniejszona */
  font-weight:900;
  color:#6b8e23;
  text-decoration:none;
  line-height:1;
}
/* ================= PRZYCISK ================= */
.bio-buy, .wpcf7-submit{
  width:100%;              /* KLUCZ */
  margin-top:auto;
  line-height: 40px;
	border-radius: 20px;
  text-align:center !important;
  background:#5b7a06 !important;
  color:#fff !important;
  font-size:12px !important;
  font-weight:700 !important;
  letter-spacing:.4px !important;
}

/* ================= RESPONSYWNOŚĆ ================= */
@media (max-width:1200px){
  .bio-grid{ grid-template-columns:repeat(4, minmax(0,1fr)); }
}
@media (max-width:900px){
  .bio-grid{ grid-template-columns:repeat(3, minmax(0,1fr)); }
}
@media (max-width:640px){
  .bio-grid{ grid-template-columns:repeat(2, minmax(0,1fr)); }
}

/* galeria uktóq */
.my-grid-gallery {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 2x2 */
    gap: 20px;
    margin-top: 20px;

}

.my-grid-gallery img {
    width: 100%;
    display: block;
    border-radius: 5px; /* zaokraglone rogi galeria */
    cursor: pointer;
    transition: opacity .2s;
}

.my-grid-gallery img:hover {
    opacity: .7;
}
.woocommerce-product-gallery,
.woocommerce-product-gallery__wrapper {
    display: none !important;
}
.onsale {
	display: none;
}
.bio-product-bottom{
	margin-top:-500px !important;

}
.bio-product-top,
.bio-product-bottom {
    display: flex;
    gap: 40px;
}
.kolumna{

	position: relative;
	width: 48%;
	margin:0 1% 0 1%;
	float: left;
}
.bio-col {
    width: 100%;
}
 ul {
	margin-left: 20px;
	padding-left: 0px;
}
.bio-description  {
	font-size: 1em;
	text-align: left;
}

.bio-foot-table {margin-top:20px;}
.bio-foot-table td {
	width:300px;
	vertical-align: top;

}
.social{
	height:60px;
	margin:5px;
}
.social:hover{
	height:70px;
	margin:0;
	-moz-transition: all .5s ease !important;
		-ms-transition: all .5s ease !important;
		-webkit-transition: all .5s ease !important;
		-o-transition: all .5s ease !important;
}
.product-hero-fullwidth{
	position: relative;
}
.product-hero-text {
	position: absolute;
	top:100px;
	left:60%;
	color: white;
	line-height: 1.3em;
}
.top-image{
	width: 100%;
	background-size: 100% auto;
	background-position: center center;
	position: relative;
	background-repeat: no-repeat;


}
.top-image::after{
	display: block;
	content: '';
	padding-bottom: 31%;

}
.bio-product-extra {
    margin-top: 25px;
    font-size: 15px;
    line-height: 1.4;
}
.bio-product-extra p {
	display: inline;
}
.bio-item {
	color:#404040;
}
.woocommerce-Price-amount {


	font-weight: 600;
}
.bio-product-extra .bio-item {
    margin-bottom: 12px;
}
.bio-price-row {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 20px 0;
}


.bio-item-title{
	color:#6DAA1F;
}

/* zielony przycisk */
.bio-price-row .single_add_to_cart_button, .bioorganic-bioblog-button, .wc-block-components-button__text  {
    background: #7BB42E !important;
    color: #fff !important;
    border: none !important;
    padding: 15px;
		width:85%;
			text-decoration: none !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    border-radius: 6px !important;
    box-shadow: none !important;
    transition: background .2s ease;
}
a .wc-block-components-button__text, a:visited .wc-block-components-button__text {
	text-decoration: none !important;
}
.wc-block-components-checkout-place-order-button{
	    background: #7BB42E !important;
			color:white !important;
}

.bio-price-row .single_add_to_cart_button:hover, .bioorganic-bioblog-button:hover {
    background: #6DAA1F !important;
}

.bio-price del .amount,
.bio-price del .woocommerce-Price-amount {
    color: #000 !important;
    opacity: 0.6 !important;
    font-size: 20px !important; /* 30% mniejsza */
    font-weight:400 !important;

}
.bio-price ins {
    background: transparent !important;
    padding: 0 !important;
}
.bio-price ins .amount,
.bio-price ins .woocommerce-Price-amount {

}


.bio-product-extra ul {
	margin-left:25px;;
	padding-left:0;
}
.bio-price-row {
    display: flex;
    align-items: center;
    gap: 20px;
}

.bio-wishlist-inline {
    margin-left: 15px;
}

.bio-wishlist-inline button,
.bio-wishlist-inline a {
    display: inline-flex !important;
    align-items: center !important;
}
.bio-price-row,
.bio-fav-inline {
    display: inline-flex;
    align-items: center;
    vertical-align: middle;
}

.bio-fav-inline {
    margin-left: 15px;
}
.bio-price-row,
.bio-fav-inline,
.fav-btn {
    display: inline-flex !important;
    align-items: center !important;
    vertical-align: middle;
}

.fav-btn {
    margin-left: 12px;
    cursor: pointer;
}

/* 1. Ukrycie nawigacji zakładek (Opis / Informacje / Opinie) */
.woocommerce-tabs .tabs {
    display: none !important;
}

/* 2. Ustawienie paneli jeden pod drugim */

/* WooCommerce tabs – wymuszenie pełnej szerokości poza layoutem siatki */
.woocommerce-tabs {
    grid-column: 1 / -1 !important; /* rozciąga na całą szerokość gridu */
    width: 100% !important;
    max-width: 100% !important;
}
/* Cała sekcja opisów i informacji na 100% */
.woocommerce-tabs,
.woocommerce-tabs .woocommerce-Tabs-panel {
    max-width: 100% !important;
    width: 100% !important;
}

/* Jeśli motyw ma dodatkowy kontener ograniczający szerokość */
#tab-description,
#tab-additional_information,
#tab-reviews {
    max-width: 100% !important;
    width: 100% !important;
}

/* Usuń marginesy które ścieśniają zawartość */
.woocommerce-tabs {
    margin: 0 !important;
    padding: 0 !important;
}

/* 3. Usunięcie niepotrzebnych efektów zakładek */
.woocommerce-tabs .panel {
    border: none !important;
    box-shadow: none !important;
}
.woocommerce-breadcrumb a	{
	text-decoration: none;
	color:black;
}
.woocommerce-breadcrumb {
	font-weight: 400;
}
.posted_in a{
	color:#5b7a06;
}
.woocommerce-message {
	padding:30px;
	width:100%;
	text-align: center;
	color:white;
	background: #7BB42E !important;
	position: absolute;
	top:50vh;
	z-index: 9999;
	border-radius: 10px;
}
.my-lightbox-item img {
	border: 1px solid #989897;
}
.woocommerce-message a, .woocommerce-error a  {
	color:white !important;
}
.single-product .quantity {
    display: none !important;
}
.woocommerce-error{
	padding:30px;
	width:100%;
	text-align: center;
	color:white;
	background: red;
	position: absolute;
	top:50vh;
	z-index: 9999;
	border-radius: 10px;
}
.woocommerce-error ul {
	list-style: none;
}
/* bioblg */
.bioblog-list {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin: 40px 0;
}

.bioblog-item {
    display: grid;
    grid-template-columns: 260px 1fr;
    gap: 30px;
    align-items: start;
}
#tab-additional_information {
    display: none !important;
}
.bioorganic-bioblog-section {
    grid-column: 1 / -1 !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 60px 0;
}

/************
 OBRAZEK W CSS
*************/
.bioblog-thumb-bg {
    display: block;
    width: 100%;
    padding-top: 70%;        /* wysokość – pełna kontrola np. 70% = 7:10 */
    background-size: cover;  /* jak ma kadrować */
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 6px;      /* zaokrąglenia jak w projekcie */
}
.bioorganic-bioblog-section {
    width: 100%;
    margin: 60px 0;
    padding: 40px 0;
    border-top: 1px solid #eee;
}

.bioorganic-bioblog-title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 40px;
}

.bioorganic-bioblog-item {
    display: flex;
    gap: 40px;
    margin-bottom: 60px;
    align-items: flex-start;
}

/* LEWA: zdjęcie 40% */
.bioorganic-bioblog-thumb {
    width: 40%;
}

.bioorganic-bioblog-thumb img {
    width: 100%;
    border-radius: 12px;
    display: block;
}

/* PRAWA: tekst 60% */
.bioorganic-bioblog-content {
    width: 60%;
}

.bioorganic-bioblog-content h3 {
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: 600;
}

.bioorganic-bioblog-content p {
    margin-bottom: 30px;
    line-height: 1.6;
    max-height: 6.8em; /* limit na 3–4 linie */
    overflow: hidden;
}

/* przycisk */


/* ukrycie opinie opinii */
#tab-reviews,
.woocommerce-Reviews,
.woocommerce-tabs .reviews_tab {
    display: none !important;
}

/************
 TEKST
*************/
.bioblog-title {
    font-size: 28px;
    font-weight: 600;
    margin: 0 0 10px;
}

.bioblog-title a {
    text-decoration: none;
    color: #111;
}

.bioblog-excerpt {
    color: #555;
    margin: 0 0 20px;
}

/************
 BUTTON
*************/
.bioblog-more {
    display: inline-block;
    background: #7a9930;
    color: #fff !important;
    padding: 8px 22px;
    border-radius: 2px;
    text-decoration: none;
    font-size: 15px;
		float: right;
    font-weight: 500;
    transition: opacity .2s;
}

.bioblog-more:hover {
    opacity: .75;
}
.bio-buy-box {
  margin-top: 28px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.bio-buy-top {
  display: block;
}

.bio-price-box {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.bio-price {
  font-size: 34px;
  line-height: 1.05;
  font-weight: 500;
  color: #000;
}

.bio-price del {
  font-size: .7em;
  opacity: .6;
  margin-right: 8px;
}

.bio-price ins {
  text-decoration: none;
}

.bio-price-note {
  font-size: 14px;
  line-height: 1.35;
  color: #8d8d8d;
}

.bio-buy-bottom {
  display: flex;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;
}

.bio-add-to-cart form.cart {
  display: flex;
  align-items: stretch;
  gap: 10px;
  margin: 0;
}

.bio-add-to-cart .quantity {
  display: flex;
  align-items: stretch;
  min-width: 185px;
  height: 54px;
  border: 2px solid #8e8e8e;
  border-radius: 0;
  overflow: hidden;
}

.bio-add-to-cart .quantity button.minus,
.bio-add-to-cart .quantity button.plus {
  width: 52px;
  min-width: 52px;
  height: 54px;
  border: 0;
  background: transparent;
  font-size: 30px;
  line-height: 1;
  color: #4c4c4c;
  cursor: pointer;
  padding: 0;
}

.bio-add-to-cart .quantity .qty {
  width: 78px;
  height: 54px;
  border: 0;
  background: transparent;
  text-align: center;
  font-size: 28px;
  color: #4c4c4c;
  box-shadow: none;
  padding: 0;
  -moz-appearance: textfield;
}

.bio-add-to-cart .quantity .qty::-webkit-outer-spin-button,
.bio-add-to-cart .quantity .qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.bio-add-to-cart .single_add_to_cart_button,
.bio-add-to-cart button.single_add_to_cart_button {
  height: 54px;
  min-width: 240px;
  padding: 0 34px;
  border: 0;
  border-radius: 0;
  background: #7fae2a;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 54px;
  text-transform: lowercase;
  box-shadow: none;
}

.bio-add-to-cart .single_add_to_cart_button:hover,
.bio-add-to-cart button.single_add_to_cart_button:hover {
  opacity: .94;
}

.bio-fav-inline {
  display: flex;
  align-items: center;
}

.bio-fav-inline .fav-btn,
.bio-fav-inline button,
.bio-fav-inline a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 767px) {
  .bio-buy-bottom {
    gap: 16px;
  }

  .bio-add-to-cart form.cart {
    width: 100%;
    flex-direction: column;
  }

  .bio-add-to-cart .single_add_to_cart_button,
  .bio-add-to-cart button.single_add_to_cart_button {
    width: 100%;
    min-width: 0;
  }
}

/************
 RESPONSIVE
*************/
@media(max-width: 768px) {
    .bioblog-item {
        grid-template-columns: 1fr;
    }
    .bioblog-thumb-bg {
        padding-top: 60%;
    }
}
.post-thumb-bg {
    width: 45%;
		position: relative;
		margin-right: 5%;
    padding-top: 35%;     /* proporcja 16:9 – możesz dowolnie zmienić */
    background-size: cover;
    background-position: center;
		display: inline-block;
    background-repeat: no-repeat;
    border-radius: 8px;   /* opcjonalnie */
    margin-bottom: 25px;  /* odstęp pod zdjęciem */

}
.blog-content{
	width: 50%;
	position: relative;
float: left;
}
.blog-content-padding{
	padding:30px;
}
.wpcf7-form-control-wrap input[type="text"], .wpcf7-form-control-wrap input[type="email"], .wpcf7-form-control-wrap textarea{
	width: 100% !important;
	margin-bottom:20px;
	padding:5px 10xp 5px 10px;
	border:1px solid black;
	border-radius: 5px;
}
.wpcf7-list-item-label {
	font-size: 0.8em;
	margin-bottom:10px;
}
/*   szukaj w menu wyskakujace okno */
/* kontener pola wyszukiwania */
.header-search-wrapper {
    position: absolute;
    right: 20px;
    top: 80px;
    background: #fff;
    padding: 10px;
    border: 1px solid #ddd;
    display: none;
    z-index: 9999;
    width: 308px;
    flex-direction: row;
    align-items: center;   /* <<< kluczowe wyrównanie pionowe */
    gap: 0;
}

/* Wspólna wysokość */
.header-search-wrapper .search-field,
.header-search-wrapper .search-submit {
    height: 42px;
    box-sizing: border-box;
    line-height: normal;   /* <<< NAJWAŻNIEJSZE – usuwa przesunięcie */
}

/* INPUT */
.header-search-wrapper .search-field {
    width: 200px;
    padding: 0 10px;
    border: 1px solid #5b7a06;
    border-right: none;
    border-radius: 0;
    outline: none;
}

/* BUTTON */
.header-search-wrapper .search-submit {
    padding: 0 18px;
    border: 1px solid #5b7a06;
    border-left: none;
    border-radius: 0;
    cursor: pointer;
		margin-left:-5px;
    background: #5b7a06;
    color: #fff;
    white-space: nowrap;
}

/* Hover */
.header-search-wrapper .search-submit:hover {
    background: #4e6705;
}

/* Lupa kliknięta */
.search-toggle.active {
    opacity: 0.6;
}
/* ulubione */
.fav-btn svg {
    width: 28px;
    height: 28px;
}

.fav-btn {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 34px;
    height: 34px;
}

.fav-icon-filled {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transform: scale(0.2);
    transition: opacity 0.25s ease, transform 0.25s ease;
}

.fav-btn.active .fav-icon {
    opacity: 0;
}
.product_meta {
	display: none;
}
.fav-btn.active .fav-icon-filled {
    opacity: 1;
    transform: scale(1);
}


/* Bańka z liczbą ulubionych */
.fav-count-bubble {
    position: absolute;
    top: 22px;
    right: 45px;
    background: #5b7a06; /* zielony jak Twój styl */
    color: #fff;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    font-size: 11px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}
.entry-summary h3{
	font-weight: 300;
	color:gray;
	margin-top:0;
	padding-top:0;

}
.entry-summary h1{
	margin-bottom:0px;
	padding-bottom:0;;
}
/* Jeśli 0 – chowamy */
.fav-count-bubble.hidden {
    display: none !important;
}



.menu-icons{
	position: relative;
	margin-top: -63px;
	float: right;
	width: auto;
	z-index: 9999;
}
.icons{
	position: relative;
	width:40px;
	height:30px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto 90%;
	display: block;
	float: right;

}
.icons:hover{
	background-size: auto 110%;
	position: relative;
}
.ico1{
	background-image: url(img/ico1.png);
	position: relative;

}
.ico2{
	background-image: url(img/ico2.png);
	position: relative;

}
.ico3{
	background-image: url(img/ico3.png);
	position: relative;

}
.ico4{
background-image: url(img/ico4.png);
}
.cart-icon-wrapper {
    position: absolute;
    display: inline-block;
		right: 5px;
		bottom:0px;
}

.cart-count-bubble {
    position: absolute;
    top: -6px;
    right: -8px;
    background: #ff3b30;      /* czerwony jak w Apple Store */
    color: white;
    min-width: 18px;
    height: 18px;
    font-size: 11px;
    font-weight: bold;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2px;
    line-height: 1;
    z-index: 20;
}

.cart-count-bubble:empty {
    display: none; /* ukrywa kropkę gdy koszyk pusty */
}

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: "Roboto", sans-serif;
	font-size: 1rem;
	font-weight: 300;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {


	  font-weight: 700;
		text-align: left;
	clear: both;
}
h1 {
	font-size: 30px;
}
h2 {
	 font-family: "Alfa Slab One", serif;
	 font-weight: 500;
	 font-size:2em;
}
p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: black;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
b, strong {
	font-weight: 600;
}
.order_details {
	border-spacing: 0px;
	 border-collapse: collapse;
}
.order_details td,.order_details tfoot th{
	border: 1px solid black !important;
	text-align: left;
	padding:10px;
}
.separator{
	width: 100%;
	height: 100px;
	position: relative;
}
.grid-2 {
    display: grid;
    grid-template-columns: 1fr 1fr; /* dwa elementy po 50% */
    gap: 20px; /* odstęp */
}
.grid-5 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr; /* dwa elementy po 50% */
    gap: 10px; /* odstęp */
}
.zielony-znaczek{
	padding-top: 100px;
	background-position: top center;
	background-size: auto 80px;
	font-size:1.1em;
	text-align: center;

	background-repeat: no-repeat;
	background-image: url(img/iko1.png)
}
.iko2{
	background-image: url(img/iko2.png)
}
.iko3{
	background-image: url(img/iko3.png)
}
.iko4{
	background-image: url(img/iko4.png)
}
.iko5{
	background-image: url(img/iko5.png)
}
.site-main h2 {
	text-align: center;
}
.zielony-znaczek b {
	font-weight: 600;
}
.zielony{
	width:100%;
	padding:50px 0 50px 0;
	background-color: #5b7a06;
	color:white;
}

/* Mobile – 1 kolumna */
@media (max-width: 768px) {
    .grid-2 {
        grid-template-columns: 1fr;
    }
}/* footer */
.phone {
	width:100%;
	height:33vw;;
	background-image: url(img/telefon.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: 70% auto;
	padding-right: 70%;
	position: relative;
	padding-top:5%;
	font-weight: 300;
	margin-top:0px;

}
.phone h3 {
	font-weight: 600;
	color:#5b7a06;
}
.ekran{
	position: absolute;
	left:39%;
	top:22.5%;
	width:22%;
	height:78%;
	background-color:transparent;
	overflow: hidden;
}
.ekran2{
	position: absolute;
	left:70%;
	top:22.5%;
	width:22%;
	height:56%;
	background-color:transparent;
}
.site-footer {
	width:100%;
	border-top:1px solid #465b0d;
	padding:30px 0 30px 0;
	background-color: #5b7a06;
	color:white;
	margin-bottom:-30px;
}
.footer-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    padding: 40px 0;
    color: #fff;
}

.footer-column h3 {
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 600;
}

.footer-column p,
.footer-column a,
.footer-column form {
    font-size: 14px;
    color: #fff;
    text-decoration: none;
}

.footer-column a:hover {
    text-decoration: underline;
}

/* Newsletter */
.footer-newsletter input {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
}

.footer-newsletter button {
    padding: 10px 15px;
    background: #5b7a06;
    border: none;
    color: #fff;
    cursor: pointer;
}

.footer-newsletter button:hover {
    background: #4d6605;
}

/* Mobile */
@media (max-width: 768px) {
    .footer-container {
        grid-template-columns: 1fr;
        gap: 30px;
    }
}
/* Poziom 1 — BEZ wcięcia, BEZ bulletów */
.footer-sitemap {
    list-style: none;
    padding-left: 0;
		margin-left: 0px;

}
.footer-sitemap > li {
    margin: 0 0 8px 0;
		font-weight: 500;
		font-size: 1.2em;
    padding-left: 0;
}
.footer-sitemap > li::marker {
    content: none;
}

/* Linki poziomu 1 */
.footer-sitemap > li > a {
    margin-left: 0;
}

/* Poziom 2 — mniejsze wcięcie */
.footer-sitemap > li > .sub-menu {
    padding-left: 0px;  /* było ok. 30px -> zmniejszone o połowę */
    margin-top: 0px;
		margin-left:5px;
		margin-bottom: 0;
		line-height: .9em;
		padding:0 !important;
		font-weight: 300;
		font-size: 1em;
}
.footer-sitemap > li > .sub-menu > li {
    margin-bottom: 5px;
		margin-left:3px;
}

/* Poziom 3 — jeszcze mniejsze */
. .sub-menu .sub-menu {
    padding-left: 0px; /* mniejsze od poziomu 2 */
    margin-top: 4px;
}
.footer-sitemap .sub-menu .sub-menu > li {
    margin-bottom: 4px;
		padding-left: 0px;
}
.footer-sitemap .sub-menu .sub-menu > li ul li {
		padding-left: 0 !important;
		margin-left:0px  !important;

}
.footer-sitemap .sub-menu .sub-menu > li ul li img {
	display: none;
}
/* Usunięcie bulletów z wszystkich poziomów */
.footer-sitemap li {
    list-style: none;
}

#primary{
	border-top:0.5px solid gray;
}
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
#logo {
	position: absolute;
	left: calc(50% - 90px);
	width: 180px;
	top: -5px;
}

.site-header {
	padding-top: 20px;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding: 0 0 20px 0;
}

/* =====================
   POZIOM 1
   ===================== */

#primary-menu {
	display: flex;
	gap: 25px;
}

.main-navigation #primary-menu > li {
	position: relative;

}

.main-navigation #primary-menu > li > a {
	display: block;
	padding: 10px;
	text-decoration: none;
}

/* =====================
   POZIOM 2
   ===================== */

.main-navigation ul.sub-menu {
	display: none;
	position: absolute;
	top: 100%;
	left: 0px;
	min-width: 180px;
	background-color: #5b7a06;
	padding: 20px 0;
	z-index: 9999;
}

.main-navigation ul.sub-menu li {
	display: block;
	position: relative;
}

.main-navigation ul.sub-menu li a {
	display: block;
	padding: 8px 15px;
	color: white;
	white-space: nowrap;
}

/* =====================
   POZIOM 3
   ===================== */

.main-navigation ul.sub-menu ul.sub-menu {
	top: -20px;
	left: 99%;
	background-color: #e0eac4;

}

.main-navigation ul.sub-menu ul.sub-menu li {
	padding-right: 20px;
}


.main-navigation ul.sub-menu ul.sub-menu a {
	color: black;
	padding-right: 20px;
	position: relative;
	padding-left: 26px;
}

/* =====================
   HOVER POKAZYWANIE
   ===================== */

.main-navigation li:hover > ul.sub-menu {
	display: block;
}

/* =====================
   HOVER KOLORY
   ===================== */

.main-navigation ul.sub-menu li:hover {
	background-color: #668906;
}

.main-navigation ul li li li:hover {
	background-color: #d2dcb7 !important;
}
.main-navigation ul li li li li:hover {
	background-color: white !important;
}
.main-navigation ul li li li li:hover a {
	color:#5b7a06 !important;
}
/* =====================
   TRÓJKĄT (TYLKO POZIOM 3)
   ===================== */

.main-navigation ul.sub-menu ul.sub-menu > li:hover > a::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 10px solid #5b7f1b;
	margin-right: : -10px;
	z-index: 10;
}

/* =====================
   POZIOM 4 (IKONKI GRID)
   ===================== */

/* domyślnie ukryty */
.main-navigation ul.sub-menu ul.sub-menu ul.sub-menu {
	display: none;
	list-style: none;
	margin: 0;
	padding: 20px;
	background: white;
}

/* pokazuj tylko gdy hover 3 poziom */
.main-navigation ul.sub-menu ul.sub-menu > li:hover > ul.sub-menu {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 22px 28px;
	justify-items: center;
}

/* kafelki */
.main-navigation ul.sub-menu ul.sub-menu ul.sub-menu > li {
	width: auto;
	float: none;
	text-align: center;
}

/* link w kafelku */
.main-navigation ul.sub-menu ul.sub-menu ul.sub-menu > li > a {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	padding: 10px 8px;
	text-align: center;
	line-height: 1.15;
	white-space: normal;
	color: black;
}

.main-navigation ul.sub-menu li li li:hover{
	color: #f8f8f8 !important;
}

/* ikonki */
.main-navigation ul.sub-menu ul.sub-menu ul.sub-menu > li > a img {
	display: block;
	width: 25px;
	height: auto;
	margin: 0;
}

/* wyłącz trójkąt na poziomie 4 */
.main-navigation ul.sub-menu ul.sub-menu ul.sub-menu > li:hover > a::before {
	content: none;
}

/* =====================
   LINKI GLOBALNE
   ===================== */

.main-navigation a,
.main-navigation a:visited {
	text-decoration: none;
	color: black;
	font-size: 17px;
	font-weight: 400;
}
.mobile_only{
	display: none;
}
.desktop_only{
	display: block;
}
/* 4 w rzędzie */
.bio-products .bio-grid{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 26px 22px;
}
/* grid 4 */
.bio-products .bio-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:26px 22px;
}
@media(max-width:1200px){.bio-products .bio-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:900px){.bio-products .bio-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:520px){.bio-products .bio-grid{grid-template-columns:1fr}}

/* karta */
.bio-card--best{
  display:block;
  border:none !important;
  background:#fff;
  text-decoration:none;
  color:inherit;
  overflow:hidden;
	position: relative;
}

/* obraz 100% */
.bio-card--best .bio-media{
  position:relative;
  width:100%;
            /* jak best.png, szeroko */

}
.bio-card--best .bio-media-img{
  position:absolute;
  inset:0;
  background-size:cover;
  background-position:center center;
  transition:opacity .25s ease;
}


/* body */
.bio-card--best .bio-body{
  padding-top:10px;;
  text-align:center;
	padding-bottom:50px;
}
.bio-card--best .bio-title{
  margin:0px 0 -20px 0 !important;


  line-height:1.2;
	padding:0 !important;
}
.bio-card--best .bio-desc{
  margin:0 auto 14px;
  font-size:16px;
  opacity:.75;
  line-height:1.35;
  max-width: 32ch;
}

/* cena */
.bio-card--best .bio-price{
  font-size:25px;
  font-weight:400;
  margin-top: 10px;
	z-index: 9999;
}

/* wyrzuć stare elementy jeśli gdzieś zostały */
.bio-card--best .bio-buy{ display:none !important; }
/* obraz */
.bio-card--best .bio-media{
  position:relative;
  width:100%;
  aspect-ratio: 16 / 9;

}

.bio-card--best .bio-media-img{
  position:absolute;
  inset:0;


	width:100% !important;
  background-size:cover;
	background-repeat: no-repeat;
  background-position:center;
	-moz-transition: all .5s ease !important;
		-ms-transition: all .5s ease !important;
		-webkit-transition: all .5s ease !important;
		-o-transition: all .5s ease !important;
}
.bio-card--best .bio-media-img:after{
	display: block;
	content:'';
	padding-bottom: 120%;
}
/* domyślnie hover warstwa niewidoczna (ale to nie wyłącza main) */
.bio-card--best .bio-media-img--hover{ opacity:0; }

/* swap tylko gdy has-hover */
.bio-card--best.has-hover:hover .bio-media-img--main{ opacity:0; }
.bio-card--best.has-hover:hover .bio-media-img--hover{ opacity:1; }
.bio-card--best .bio-media-img--hover{ opacity:0; }

.bio-media{ position:relative; width:100%; }
.bio-media-img{ position:absolute; inset:0; background-size:cover; background-position:center; transition:opacity .25s ease; }
.bio-media-img--hover{ opacity:0; }

.bio-card--best.has-hover:hover .bio-media-img--main{ opacity:0; }
.bio-card--best.has-hover:hover .bio-media-img--hover{ opacity:1; }
/* warstwy obrazków */
.bio-card--best .bio-media{
  position:relative;
  width:100%;
  aspect-ratio:1/1;
  overflow:hidden;
}

.bio-card--best .bio-media-img{
  position:absolute;
  inset:0;
  background-size:cover;
  background-position:center;
  transition:opacity .25s ease;
}

.bio-card--best .bio-media-img--main{ opacity:1; }
.bio-card--best .bio-media-img--hover{ opacity:0; }

/* SWAP TYLKO gdy istnieje hover */
.bio-card--best.has-hover:hover .bio-media-img--main{ opacity:0; }
.bio-card--best.has-hover:hover .bio-media-img--hover{ opacity:1; }

/* zabezpieczenie: żadnego globalnego swapa bez has-hover */
.bio-card--best:not(.has-hover):hover .bio-media-img--main{ opacity:1; }
.bio-card--best:not(.has-hover):hover .bio-media-img--hover{ opacity:0; }

/* responsywność */
@media (max-width: 1200px){ .bio-products .bio-grid{ grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 900px){  .bio-products .bio-grid{ grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px){  .bio-products .bio-grid{ grid-template-columns: 1fr; } }

/* karta jak best.png */
.bio-card--best{
  border: 1px solid #e6e6e6;
  background: #fff;
  padding: 0 !important;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  text-align: center;

}
.bio-card--best:after{
	display: block;
	content: "";
	padding-bottom: 0%;
}
/* obraz - szerzej, jak w best.png */
.bio-thumb--swap{
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 10;   /* szeroki kadr */
  display: grid;
  place-items: center;
  overflow: hidden;
}

/* główny obraz z $img */
.bio-thumb-main img{
  max-height: 85%;
  width: auto;
  display: block;
  transition: opacity .25s ease;
}

/* hover image z ACF */
.bio-img--hover{
  position: absolute;
  inset: 0;
  margin: auto;
  max-height: 100%;
  width: auto;
  opacity: 0;
  transition: opacity .25s ease;
}

/* swap na hover */
.bio-card--best:hover .bio-thumb-main img{ opacity: 0; }
.bio-card--best:hover .bio-img--hover{ opacity: 1; }

/* tytuł + opis */
.bio-card--best .{ margin-top: 14px; }
.bio-card--best .bio-title{
  margin: -20px 0 6px;
  font-size: 18px;
  font-weight: 600;
  color: #111;
}
.bio-card--best .bio-desc{
  font-size: 14px;
  opacity: .75;
  line-height: 1.3;
}

/* dół karty */
.bio-card--best .bio-footer{ margin-top: auto; }
.bio-card--best .bio-price{
  font-size: 22px;
  font-weight: 700;
  margin: 14px 0;
}

.bio-card--best .bio-buy{
  display: block;
  width: 100%;
  border-radius: 999px;
  padding: 12px 14px;
  text-align: center;
  background: #5b7a06;
  color: #fff;
  font-weight: 700;
}
/* =========================================
   BIOORGANIC – listing produktów / archiwa
   4 kolumny, bez przycisku KUP TERAZ
   ========================================= */

/* siatka WooCommerce */
.woocommerce ul.products,
.woocommerce-page ul.products,
.related.products ul.products,
.up-sells ul.products,
.cross-sells ul.products {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 0px !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  align-items: start !important;
}

/* wyłączenie starego floatowego układu WooCommerce */
.woocommerce ul.products::before,
.woocommerce ul.products::after,
.woocommerce-page ul.products::before,
.woocommerce-page ul.products::after,
.related.products ul.products::before,
.related.products ul.products::after,
.up-sells ul.products::before,
.up-sells ul.products::after,
.cross-sells ul.products::before,
.cross-sells ul.products::after {
  content: none !important;
  display: none !important;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product,
.related.products ul.products li.product,
.up-sells ul.products li.product,
.cross-sells ul.products li.product {
  width: auto !important;
  float: none !important;
  margin: 0 !important;
  clear: none !important;
  padding: 0 !important;
  list-style: none !important;
}

/* karta */
.woocommerce ul.products li.product .bio-card,
.woocommerce-page ul.products li.product .bio-card,
.related.products ul.products li.product .bio-card,
.up-sells ul.products li.product .bio-card,
.cross-sells ul.products li.product .bio-card {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  width: 100%;
}

/* obraz */
.woocommerce ul.products li.product .bio-media,
.woocommerce-page ul.products li.product .bio-media,
.related.products ul.products li.product .bio-media,
.up-sells ul.products li.product .bio-media,
.cross-sells ul.products li.product .bio-media {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  background: #f3f3f3;
  overflow: hidden;
}

.woocommerce ul.products li.product .bio-media-img,
.woocommerce-page ul.products li.product .bio-media-img,
.related.products ul.products li.product .bio-media-img,
.up-sells ul.products li.product .bio-media-img,
.cross-sells ul.products li.product .bio-media-img {
  position: absolute;
  inset: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity .35s ease;
}

.woocommerce ul.products li.product .bio-media-img--main,
.woocommerce-page ul.products li.product .bio-media-img--main,
.related.products ul.products li.product .bio-media-img--main,
.up-sells ul.products li.product .bio-media-img--main,
.cross-sells ul.products li.product .bio-media-img--main {
  opacity: 1;
  z-index: 1;
}

.woocommerce ul.products li.product .bio-media-img--hover,
.woocommerce-page ul.products li.product .bio-media-img--hover,
.related.products ul.products li.product .bio-media-img--hover,
.up-sells ul.products li.product .bio-media-img--hover,
.cross-sells ul.products li.product .bio-media-img--hover {
  opacity: 0;
  z-index: 2;
}

.woocommerce ul.products li.product .bio-card.has-hover:hover .bio-media-img--main,
.woocommerce-page ul.products li.product .bio-card.has-hover:hover .bio-media-img--main,
.related.products ul.products li.product .bio-card.has-hover:hover .bio-media-img--main,
.up-sells ul.products li.product .bio-card.has-hover:hover .bio-media-img--main,
.cross-sells ul.products li.product .bio-card.has-hover:hover .bio-media-img--main {
  opacity: 0;
}

.woocommerce ul.products li.product .bio-card.has-hover:hover .bio-media-img--hover,
.woocommerce-page ul.products li.product .bio-card.has-hover:hover .bio-media-img--hover,
.related.products ul.products li.product .bio-card.has-hover:hover .bio-media-img--hover,
.up-sells ul.products li.product .bio-card.has-hover:hover .bio-media-img--hover,
.cross-sells ul.products li.product .bio-card.has-hover:hover .bio-media-img--hover {
  opacity: 1;
}

/* treść */
.woocommerce ul.products li.product .bio-body,
.woocommerce-page ul.products li.product .bio-body,
.related.products ul.products li.product .bio-body,
.up-sells ul.products li.product .bio-body,
.cross-sells ul.products li.product .bio-body {
  padding: 2px 0 15px 0;
  text-align: center;
}

.woocommerce ul.products li.product .bio-title,
.woocommerce-page ul.products li.product .bio-title,
.related.products ul.products li.product .bio-title,
.up-sells ul.products li.product .bio-title,
.cross-sells ul.products li.product .bio-title {
  margin: 0 0 8px !important;
  font-size: 18px !important;
  line-height: 1.4 !important;
  font-weight: 500 !important;
  text-transform: uppercase !important;
  color: #111 !important;

}

.woocommerce ul.products li.product .bio-body p,
.woocommerce-page ul.products li.product .bio-body p,
.related.products ul.products li.product .bio-body p,
.up-sells ul.products li.product .bio-body p,
.cross-sells ul.products li.product .bio-body p {
  margin: 0 0 16px !important;
  font-size: 16px !important;
  line-height: 1.4 !important;
  color: #222 !important;
  min-height: 2.8em;
}

.woocommerce ul.products li.product .bio-price,
.woocommerce-page ul.products li.product .bio-price,
.related.products ul.products li.product .bio-price,
.up-sells ul.products li.product .bio-price,
.cross-sells ul.products li.product .bio-price {
  font-size: 28px !important;
  line-height: 1.2 !important;
  font-weight: 700 !important;
  color: #111 !important;
  margin: 0 !important;
}

.woocommerce ul.products li.product .bio-price del,
.woocommerce-page ul.products li.product .bio-price del,
.related.products ul.products li.product .bio-price del,
.up-sells ul.products li.product .bio-price del,
.cross-sells ul.products li.product .bio-price del {
  opacity: .65;
  margin-right: 8px;
  font-size: .7em;
}

.woocommerce ul.products li.product .bio-price ins,
.woocommerce-page ul.products li.product .bio-price ins,
.related.products ul.products li.product .bio-price ins,
.up-sells ul.products li.product .bio-price ins,
.cross-sells ul.products li.product .bio-price ins {
  text-decoration: none;
}

/* ukrycie przycisku KUP TERAZ */
.woocommerce ul.products li.product .bio-buy-btn,
.woocommerce-page ul.products li.product .bio-buy-btn,
.related.products ul.products li.product .bio-buy-btn,
.up-sells ul.products li.product .bio-buy-btn,
.cross-sells ul.products li.product .bio-buy-btn {
  display: none !important;
}

/* ukrycie ewentualnych natywnych przycisków WC */
.woocommerce ul.products li.product .button,
.woocommerce-page ul.products li.product .button,
.related.products ul.products li.product .button,
.up-sells ul.products li.product .button,
.cross-sells ul.products li.product .button,
.woocommerce ul.products li.product .added_to_cart,
.woocommerce-page ul.products li.product .added_to_cart {
  display: none !important;
}

/* responsywność */
@media (max-width: 1400px) {
  .woocommerce ul.products,
  .woocommerce-page ul.products,
  .related.products ul.products,
  .up-sells ul.products,
  .cross-sells ul.products {
    gap: 26px !important;
  }
}

@media (max-width: 1100px) {
  .woocommerce ul.products,
  .woocommerce-page ul.products,
  .related.products ul.products,
  .up-sells ul.products,
  .cross-sells ul.products {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 24px !important;
  }
}

@media (max-width: 768px) {
  .woocommerce ul.products,
  .woocommerce-page ul.products,
  .related.products ul.products,
  .up-sells ul.products,
  .cross-sells ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 18px !important;
  }

  .woocommerce ul.products li.product .bio-title,
  .woocommerce-page ul.products li.product .bio-title,
  .related.products ul.products li.product .bio-title,
  .up-sells ul.products li.product .bio-title,
  .cross-sells ul.products li.product .bio-title {
    font-size: 18px !important;
  }

  .woocommerce ul.products li.product .bio-body p,
  .woocommerce-page ul.products li.product .bio-body p,
  .related.products ul.products li.product .bio-body p,
  .up-sells ul.products li.product .bio-body p,
  .cross-sells ul.products li.product .bio-body p {
    font-size: 14px !important;
    min-height: auto;
  }

  .woocommerce ul.products li.product .bio-price,
  .woocommerce-page ul.products li.product .bio-price,
  .related.products ul.products li.product .bio-price,
  .up-sells ul.products li.product .bio-price,
  .cross-sells ul.products li.product .bio-price {
    font-size: 22px !important;
  }
}

@media (max-width: 480px) {
  .woocommerce ul.products,
  .woocommerce-page ul.products,
  .related.products ul.products,
  .up-sells ul.products,
  .cross-sells ul.products {
    grid-template-columns: 1fr !important;
  }
}
/* =========================================
   BIOORGANIC – related w prawej kolumnie
   2 duże kafle obok siebie, styl jak homepage
   ========================================= */

.bio-col.bio-related {
  width: 100%;
  margin-top: 40px;
}

.bio-col.bio-related .related.products {
  width: 100%;
}

.bio-col.bio-related .related.products > h2 {
  text-align: center;
  margin: 0 0 26px;
  font-size: 36px;
  line-height: 1.1;
}

.bio-col.bio-related .related.products ul.products {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 22px !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  align-items: start !important;
}

.bio-col.bio-related .related.products ul.products::before,
.bio-col.bio-related .related.products ul.products::after {
  display: none !important;
  content: none !important;
}

.bio-col.bio-related .related.products ul.products li.product {
  width: auto !important;
  float: none !important;
  clear: none !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

/* sam kafel */
.bio-col.bio-related .related.products li.product .bio-card {
  display: flex !important;
  flex-direction: column !important;
  width: 100% !important;
  text-decoration: none !important;
  color: inherit !important;
  min-width: 0 !important;
}

/* obrazek jak na homepage */
.bio-col.bio-related .related.products li.product .bio-media {
  position: relative !important;
  width: 100% !important;
  aspect-ratio: 1 / 1 !important;
  background: #f3f3f3 !important;
  overflow: hidden !important;
}

.bio-col.bio-related .related.products li.product .bio-media-img {
  position: absolute !important;
  inset: 0 !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  transition: opacity .35s ease !important;
}

.bio-col.bio-related .related.products li.product .bio-media-img--main {
  opacity: 1 !important;
  z-index: 1 !important;
}

.bio-col.bio-related .related.products li.product .bio-media-img--hover {
  opacity: 0 !important;
  z-index: 2 !important;
}

.bio-col.bio-related .related.products li.product .bio-card.has-hover:hover .bio-media-img--main {
  opacity: 0 !important;
}

.bio-col.bio-related .related.products li.product .bio-card.has-hover:hover .bio-media-img--hover {
  opacity: 1 !important;
}

/* tekst */
.bio-col.bio-related .related.products li.product .bio-body {
  padding: 14px 0 0 !important;
  text-align: center !important;
}

.bio-col.bio-related .related.products li.product .bio-title {
  margin: 0 0 8px !important;
  font-size: 17px !important;
  line-height: 1.2 !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  color: #111 !important;
  min-height: 2.4em !important;
}

.bio-col.bio-related .related.products li.product .bio-body p {
  margin: 0 0 10px !important;
  font-size: 14px !important;
  line-height: 1.35 !important;
  color: #222 !important;
  min-height: 2.7em !important;
}

/* cena pod spodem, nie obok */
.bio-col.bio-related .related.products li.product .bio-price {
  display: block !important;
  margin: 0 !important;
  font-size: 18px !important;
  line-height: 1.2 !important;
  font-weight: 700 !important;
  color: #111 !important;
}

.bio-col.bio-related .related.products li.product .bio-price del {
  display: block !important;
  margin: 0 0 4px !important;
  font-size: 14px !important;
  opacity: .6 !important;
}

.bio-col.bio-related .related.products li.product .bio-price ins {
  display: block !important;
  text-decoration: none !important;
}

.bio-col.bio-related .related.products li.product .price {
  display: block !important;
}

/* żadnych buttonów */
.bio-col.bio-related .related.products li.product .bio-buy-btn,
.bio-col.bio-related .related.products li.product .button,
.bio-col.bio-related .related.products li.product .added_to_cart {
  display: none !important;
}

/* mobile */
@media (max-width: 900px) {
  .bio-col.bio-related .related.products ul.products {
    grid-template-columns: 1fr !important;
    gap: 18px !important;
  }
}
.bio-description h2, .related h2, .bioorganic-bioblog-section h2 {
	text-align: left !important;
	font-weight: 400 !important;
	font-family: Poppins;
}
.bio-col.bio-related {
  width: 100% !important;
  max-width: 100% !important;
  flex: 0 0 100% !important;
}

.bio-col.bio-related .related,
.bio-col.bio-related .related.products,
.bio-col.bio-related section.related,
.bio-col.bio-related section.related.products {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

.bio-col.bio-related ul.products,
.bio-col.bio-related .related ul.products {
  display: flex !important;
  flex-wrap: nowrap !important;
  justify-content: space-between !important;
  align-items: stretch !important;
  gap: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

.bio-col.bio-related ul.products li.product,
.bio-col.bio-related .related ul.products li.product {
  float: none !important;
  clear: none !important;
  width: calc(50% - 4px) !important;
  max-width: calc(50% - 4px) !important;
  margin: 0 !important;
  padding: 0 !important;
  flex: 0 0 calc(50% - 4px) !important;
}

.bio-col.bio-related ul.products li.product:nth-child(odd),
.bio-col.bio-related ul.products li.product:nth-child(even) {
  margin-right: 0 !important;
}

.bio-col.bio-related ul.products::before,
.bio-col.bio-related ul.products::after {
  content: none !important;
  display: none !important;
}
/************
 RESPONSIVE mobile
*************/
@media(max-width: 768px) {
 .separator, #logo{
		display: none !important;
	}
	.onas{
		position: relative;
		width:100%;
		margin-left:0%;
		margin-top:0px;
		height:auto;
		min-height:200px;
		background-color: #5b7a06;
		background-image: url(img/zielen.jpg);
		background-repeat: no-repeat;
		background-position: top right;
		background-size: 100% auto;
		padding:50% 30px 30px 30px;
		color:white !important;
	}
	.separator_mobile{
		width: 100%;
		height: 40px;
		position: relative;
	}
	.menu-icons{
		position: fixed;
		top: 117px;
		border-top:none;
		padding:0 5px 10px 0;
		right:0;
		width: auto;
		z-index: 9999;
		background: white;
		width:100%;
	}
.slide_center, .stara_cena, .rozowy{
	display: none;
}
	.cart-count-bubble {
	    position: absolute;
	    top: -16px;
	    right: -3px;
	    background: #ff3b30;      /* czerwony jak w Apple Store */
	    color: white;
	    min-width: 18px;
	    height: 18px;
	    font-size: 11px;
	    font-weight: bold;
	    border-radius: 50%;
	    display: flex;
	    align-items: center;
	    justify-content: center;
	    padding: 2px;
	    line-height: 1;
	    z-index: 20;
	}
	.site-header{
		padding-top:0;
	}

	.bioorganic-bioblog-thumb, .bioorganic-bioblog-content{
		width:100%;
		margin:0 0 10px 0;
	}
	.bioorganic-bioblog-item {
	    display: block;
	    gap: inherit;
	    margin-bottom: 0px;
	    align-items:baseline;
	}
	.blog-content{
		width: 100%;
	}
	.grid-5 {
	    display: grid;
	    grid-template-columns: 1fr 1fr; /* dwa elementy po 50% */
	    gap: 10px; /* odstęp */
	}
	.top-image{
		width: 100%;
		background-size: cover;
		background-position: left center;
		position: relative;
		background-repeat:no-repeat;

	}
	.top-image::after{
		display: block;
		content: '';
		padding-bottom: 100%;
	}
	.product-hero-text {
		position: absolute;
		top:120px;
		left:10%;
		color: white;
		width:80%;
		line-height: 1.3em;
	}
	.slide-carrot{

	 position: relative;
	 width:100%;
	 background-color: white;
	 background-size:100% auto;
	 background-repeat: no-repeat;
	 background-position: top center;
	 margin:-20px 0 0 0 !important;
	 padding-bottom: 100px;

	}
	.slide-carrot::after{
		display: block;
		content: '';
		padding-bottom: 120%;
	}
	.slide-content{
		display: none;
	}
	.slide-content_mobile {
		display: block;
		position: absolute;
		width: 80%;
		margin-left:10%;
		bottom:0px;


		cursor: pointer;
		text-align: left;
	}
	.pas_zieleony{
		position: relative;
		width:100%;
		padding:10px;
		line-height: 1.4em;
		text-align: left;
		font-size: 12px;
		font-weight: 400;
		color: white;
		background: #5b7a06;
		float:right;
		margin-top:-55px;


	}
	.pas_zieleony_produkt{
		position: relative;
		width:100%;
		padding:10px;
		line-height: 1.4em;
		text-align: left;
		font-size: 12px;
		font-weight: 400;
		color: white;
		background: #5b7a06;
	}
	.phone {
		width:100%;
		height:auto;
		background-image: url(img/telefon.png);
		background-repeat: no-repeat;
		background-position: bottom center;
		background-size: 100% auto;
		padding-right: 0%;
		position: relative;
		padding-top:0px;
		font-weight: 300;
		margin-top:0px;
		padding-bottom:50vw;;

	}
	.ekran{
		position: absolute;
		left:39%;
		top:81.5%;
		width:22%;
		height:20vw;
		background-color:transparent;
	}
	.mobile_only{
		display: inline;
	}
	.desktop_only{
		display: none;
	}
	.ekran2{
		position: relative;
		top:auto;
		text-align: center;
		left:auto;
		width: 100%;
		height:auto;
	}
	. td {
		display: block;
		width: 100%;
		position:relative;
	}
	.footer-container {
	    display: grid;
	    grid-template-columns: repeat(1fr);
	    gap: 40px;
	    padding: 0 20px 0 20px;
	    color: #fff;
	}
	.kolumna {
		width: 100%;
		margin:0 0 20px 0;
		float:left;
	}






	/* navigations slicknav*/
	.slicknav_brand img {
 	 max-height:40px;
 	 margin-top:0px;


  }
  ._menu .slicknav_icon-bar{
 	 width: 2em;
 	 display: block;

 	moz-transition: all .5s e;
 		-ms-transition: all .5s ease;
 		-webkit-transition: all .5s ease;
 		-o-transition: all .5s ease;
  }
  .slicknav_open .slicknav_icon-bar:nth-child(2) {
 	 display: none !important;

  }
  .slicknav_open .slicknav_icon-bar:nth-child(1) {
 	transform: rotate(45deg);
 	position: absolute;
 	top:23px;
 	right:0px;

 	moz-transition: all .5s e;
 		-ms-transition: all .5s ease;
 		-webkit-transition: all .5s ease;
 		-o-transition: all .5s ease;
  }
  .slicknav_open .slicknav_icon-bar:nth-child(3) {
 	transform: rotate(-45deg);
 	position: absolute;
 	top:20px;
 	right:0px;
 	moz-transition: all .5s e;
 		-ms-transition: all .5s ease;
 		-webkit-transition: all .5s ease;
 		-o-transition: all .5s ease;

  }

}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}
/* =========================================
   BIOORGANIC – RELATED FINAL
   ========================================= */

.single-product .bio-col.bio-related {
  width: 100%;
  margin-top: 40px;
}

.single-product .bio-col.bio-related .related.products {
  width: 100%;
  margin: 0 !important;
  display: block !important;
}

.single-product .bio-col.bio-related .related.products > h2 {
  text-align: left !important;
  margin: 0 0 26px !important;
  font-size: 36px !important;
  line-height: 1.1 !important;
  font-weight: 400 !important;
  font-family: Poppins, sans-serif !important;
}

.single-product .bio-col.bio-related .related.products ul.products {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  column-gap: 0px !important;
  row-gap: 0px !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  align-items: start !important;
  justify-content: stretch !important;
}

.single-product .bio-col.bio-related .related.products ul.products::before,
.single-product .bio-col.bio-related .related.products ul.products::after {
  content: none !important;
  display: none !important;
}

.single-product .bio-col.bio-related .related.products ul.products li.product {
  width: auto !important;
  float: none !important;
  clear: none !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.single-product .bio-col.bio-related .related.products li.product .bio-card {
  display: flex !important;
  flex-direction: column !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  text-decoration: none !important;
  color: inherit !important;
  min-width: 0 !important;
  box-sizing: border-box !important;
}

.single-product .bio-col.bio-related .related.products li.product .bio-media {
  position: relative !important;
  width: 100% !important;
  aspect-ratio: 1 / 1 !important;
  background: #f3f3f3 !important;
  overflow: hidden !important;
  margin: 0 !important;
}

.single-product .bio-col.bio-related .related.products li.product .bio-media-img {
  position: absolute !important;
  inset: 0 !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  transition: opacity .35s ease !important;
}

.single-product .bio-col.bio-related .related.products li.product .bio-media-img--main {
  opacity: 1 !important;
  z-index: 1 !important;
}

.single-product .bio-col.bio-related .related.products li.product .bio-media-img--hover {
  opacity: 0 !important;
  z-index: 2 !important;
}

.single-product .bio-col.bio-related .related.products li.product .bio-card.has-hover:hover .bio-media-img--main {
  opacity: 0 !important;
}

.single-product .bio-col.bio-related .related.products li.product .bio-card.has-hover:hover .bio-media-img--hover {
  opacity: 1 !important;
}

.single-product .bio-col.bio-related .related.products li.product .bio-body {
  padding: 14px 0 0 !important;
  margin: 0 !important;
  text-align: center !important;
}

.single-product .bio-col.bio-related .related.products li.product .bio-title {
  margin: 0 0 8px !important;
  font-size: 17px !important;
  line-height: 1.2 !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  color: #111 !important;
  min-height: 2.4em !important;
}

.single-product .bio-col.bio-related .related.products li.product .bio-body p {
  margin: 0 0 10px !important;
  font-size: 14px !important;
  line-height: 1.35 !important;
  color: #222 !important;
  min-height: 2.7em !important;
}

.single-product .bio-col.bio-related .related.products li.product .bio-price,
.single-product .bio-col.bio-related .related.products li.product .price {
  display: block !important;
  margin: 0 !important;
  font-size: 18px !important;
  line-height: 1.2 !important;
  font-weight: 700 !important;
  color: #111 !important;
}

.single-product .bio-col.bio-related .related.products li.product .bio-price del {
  display: block !important;
  margin: 0 0 4px !important;
  font-size: 14px !important;
  opacity: .6 !important;
}

.single-product .bio-col.bio-related .related.products li.product .bio-price ins {
  display: block !important;
  text-decoration: none !important;
}

.single-product .bio-col.bio-related .related.products li.product .bio-buy-btn,
.single-product .bio-col.bio-related .related.products li.product .button,
.single-product .bio-col.bio-related .related.products li.product .added_to_cart {
  display: none !important;
}

@media (max-width: 900px) {
  .single-product .bio-col.bio-related .related.products ul.products {
    grid-template-columns: 1fr !important;
    column-gap: 18px !important;
    row-gap: 18px !important;
  }
}
