/*
Theme Name: OceanWP Child
Theme URI: https://oceanwp.org/
Template: oceanwp
Author: OceanWP
Description: Pasieka Wulkaniczna Zoptymalizowany Motyw
Version: 4.1.8
*/

/* ==========================================================================
1. ZMIENNE GLOBALNE I IMPORTY
========================================================================== */
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&family=Playfair+Display:wght@400;500;600;700;900&display=swap');

:root {
	--font-head: 'Playfair Display', Georgia, serif;
	--font-body: 'Lato', sans-serif;
	--c-text-main: #3b2b24;
	--c-text-dark: #222222;
	--c-text-gray: #666666;
	--c-text-light: #888888;
	--c-white: #ffffff;
	--c-gold: #c9a050;
	--c-gold-hover: #b88e2a;
	--c-bg-cream: #fdfaf3;
	--c-bg-white: #ffffff;
	--c-bg-footer: #1a1714;
	--c-border: #e6e6e6;
	--c-border-dark: #cccccc;
}

/* ==========================================================================
2. GLOBALNE REGUŁY I TYPOGRAFIA
========================================================================== */
/* Zablokowanie poziomego przesuwania strony (clip pozwala na działanie position: sticky) */
html,
body {
	overflow-x: clip !important;
}

#outer-wrap,
#wrap {
	overflow: visible !important;
	overflow-x: clip !important;
}

/* Tło dla podstron sklepowych */
body.woocommerce-page,
body.woocommerce-page #main,
body.woocommerce-page #content-wrap,
body.woocommerce-page #content {
	background-color: #fffdf9 !important;
}

/* Korekta dla kotwic (odstęp przy przewijaniu do id) */
:target::before {
	content: "";
	display: block;
	height: 220px;
	margin-top: -220px;
	visibility: hidden;
	pointer-events: none;
}

/* Globalna konfiguracja czcionek */
:where(body, p, td, th, .elementor-text-editor, .elementor-text-editor p) {
	font-family: var(--font-body);
	color: var(--c-text-gray);
	font-size: 16px;
	line-height: 1.6;
	font-weight: 400;
}

.elementor-widget-text-editor .elementor-text-editor,
.elementor-widget-text-editor .elementor-text-editor p,
.elementor-widget-text-editor .elementor-text-editor ul li {
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	line-height: 1.6;
}

/* Nagłówki */
h1,
h2,
h3,
h4,
h5,
h6,
.elementor-heading-title,
.product_title,
.woocommerce-loop-product__title {
	font-family: var(--font-head);
	color: var(--c-text-main);
	line-height: 1.2;
	font-weight: 600;
	margin-bottom: 15px;
}

h1,
.elementor-widget-heading h1.elementor-heading-title {
	font-size: clamp(38px, 5vw, 64px) !important;
}

h2,
.elementor-widget-heading h2.elementor-heading-title {
	font-size: clamp(30px, 4vw, 42px) !important;
}

article h2 {
	font-size: clamp(20px, 4vw, 32px) !important;
}

h3,
.elementor-widget-heading h3.elementor-heading-title {
	font-size: clamp(24px, 3vw, 32px) !important;
}

h4,
.elementor-widget-heading h4.elementor-heading-title {
	font-size: clamp(20px, 2.5vw, 24px) !important;
}

h5,
.elementor-widget-heading h5.elementor-heading-title {
	font-size: 18px !important;
}

h6,
.elementor-widget-heading h6.elementor-heading-title {
	font-size: 14px !important;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.elementor-heading-title[style*="font-size"] {
	font-size: inherit !important;
}

.elementor-heading-title:not([style*="font-family"]) {
	font-family: var(--font-head);
}




/* Style wspólne dla każdego miejsca (w tym koszyka) */
.amount {
    color: var(--c-text-dark);
}

/* Zmiana rozmiaru TYLKO na stronie pojedynczego produktu */
.single-product .amount {
    font-size: xx-large;
}

.amount {
    color: var(--c-text-dark);
    font-size: small;
}

/* Ukrywanie zbędnych elementów systemowych motywu OceanWP */
.page-header,
.oceanwp-page-header,
.page-header-title,
.product_meta,
.woocommerce-product-rating,
.reset_variations,
.woocommerce-variation-price,
.woocommerce-variation-availability,
.single_variation .stock,
.woocommerce-variation-add-to-cart .stock,
.woocommerce-variation-description,
.single_variation .woocommerce-variation-description,
.summary.entry-summary > .price:not(#dynamic-main-price),
#site-header,
#searchform-dropdown,
#searchform-header-replace,
.oceanwp-searchform-overlay,
.owp-view-by,
.oceanwp-grid-list,
.woocommerce-view-by,
div[class*="view-by"],
ul[class*="view-by"],
.single-header-ocean-6 .blog-post-author .post-author-avatar img.avatar,
.single-header-ocean-7 .blog-post-author .post-author-avatar img.avatar,
.ocean-single-post-header .post-author-name {
	display: none !important;
}

/* Reset bazowego marginesu OceanWP */
#main,
#content-wrap,
.site-content {
	padding-top: 0px !important;
}

/* ==========================================================================
2.B ODSTĘPY DLA PODSTRON (Zgodnie z wymogami)
========================================================================== */
/* Padding górny dla podstron (by przypięte menu nie zasłaniało treści pod spodem) */
body:not(.home) #main {
	padding-top: 0px !important;
}

/* Boczny padding (10px) na węższych ekranach (tylko kontent, omija bannery) */
body.blog #content,
body.single-post #content,
body.woocommerce-cart #content,
body.woocommerce-checkout #content,
body.single-product #content {
	padding-left: 10px !important;
	padding-right: 10px !important;
	box-sizing: border-box;
}


/* ==========================================================================
3. CUSTOM HEADER & MENU ORAZ TOP BAR OCEANWP (OD PODSTAW)
========================================================================== */

/* --- A. BAZA - PODSTRONY (BEZ ANIMACJI, PRZYPIĘTE DO GÓRY) --- */
/* Menu przykleja się do góry, gdy minie pasek Top Bar */
#site-custom-header {
	position: sticky;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10000;
	background-color: var(--c-bg-cream) !important;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
	padding: 10px 0;
	/* Mniejszy padding dla przypiętego menu na podstronach */
}

/* Wymuszamy przyklejenie dla JS */
#site-custom-header.is-sticky {
	position: fixed !important;
	top: 0 !important;
	left: 0 !important;
	margin-top: 0 !important;
	width: 100% !important;
}

/* Logo - zawsze CIEMNE na podstronach */
#site-custom-header .header-logo img {
	filter: brightness(0) !important;
	max-height: 70px;
	width: auto;
}

/* Linki, ikony, hamburger - zawsze CIEMNE na podstronach */
#site-custom-header .main-menu-list > li > a,
#site-custom-header .icon-btn,
#site-custom-header .mobile-menu-toggle {
	color: var(--c-text-dark) !important;
}


/* --- B. WYJĄTEK - STRONA GŁÓWNA (Z ANIMACJĄ BIAŁY -> CIEMNY) --- */
/* Na stronie głównej dodajemy animacje */
body.home #site-custom-header {
	transition: padding 0.3s ease, background-color 0.3s ease;
}

body.home #site-custom-header .header-logo img {
	transition: all 0.3s ease;
}

body.home #site-custom-header .main-menu-list > li > a,
body.home #site-custom-header .icon-btn,
body.home #site-custom-header .mobile-menu-toggle {
	transition: color 0.3s ease;
}

/* Przed scrollem - Przezroczyste i u samej góry */
body.home #site-custom-header.header-transparent {
	position: absolute;
	background-color: transparent !important;
	box-shadow: none !important;
	padding: 25px 0;
}

/* Odsunięcie od Top Baru na głównej */
body.home.has-topbar #site-custom-header.header-transparent,
body.home.oceanwp-top-bar-enabled #site-custom-header.header-transparent {
	margin-top: 45px;
}

/* Białe logo i białe linki przed scrollem */
body.home #site-custom-header.header-transparent .header-logo img {
	filter: none !important;
	transform: scale(1);
	max-height: 80px;
}

body.home #site-custom-header.header-transparent .main-menu-list > li > a,
body.home #site-custom-header.header-transparent .icon-btn,
body.home #site-custom-header.header-transparent .mobile-menu-toggle {
	color: var(--c-white) !important;
}

/* Po zescrollowaniu na głównej (Przyjmuje ciemne kolory i kremowe tło) */
body.home #site-custom-header.is-sticky {
	padding: 10px 0;
}

body.home #site-custom-header.is-sticky .header-logo img {
	transform: scale(0.9);
}


/* --- C. KONTENERY I UKŁAD (FLEXBOX) --- */
.header-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
}

.header-icons {
	display: flex;
	align-items: center;
	gap: 20px;
}

.icon-btn {
	background: transparent !important;
	border: none !important;
	cursor: pointer;
	font-size: 18px;
	transition: color 0.3s ease;
}

.icon-btn:hover {
	color: var(--c-gold) !important;
}

.cart-count {
	background-color: var(--c-gold) !important;
	color: var(--c-white) !important;
	font-size: 12px;
	font-weight: 700;
	padding: 2px 6px;
	border-radius: 4px;
	margin-left: 5px;
}

.header-nav ul {
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.header-nav a {
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 1px;
	transition: color 0.3s ease;
	color: inherit;
}

.header-nav a:hover {
	color: var(--c-gold) !important;
}

.header-nav ul li.search-toggle-li,
.header-nav ul li.woo-menu-icon,
.header-nav ul li.wcmenucart-toggle-drop_down {
	display: none !important;
}


/* --- D. MENU ROZWIJANE (SUBMENU) - PC --- */
@media (min-width: 960px) {
	.mobile-menu-toggle {
		display: none !important;
	}

	.header-nav > ul {
		display: flex !important;
		flex-direction: row !important;
		gap: 35px !important;
		align-items: center;
	}

	.header-nav ul li {
		position: relative;
	}

	.header-nav ul ul.sub-menu {
		position: absolute;
		top: 100%;
		left: 50%;
		transform: translateX(-50%) translateY(15px);
		min-width: 220px;
		background-color: var(--c-bg-cream) !important;
		box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1) !important;
		padding: 10px 0 !important;
		opacity: 0;
		visibility: hidden;
		transition: all 0.3s ease;
		display: flex !important;
		flex-direction: column !important;
		border-radius: 4px;
		z-index: 1000;
	}

	.header-nav ul li:hover > ul.sub-menu {
		opacity: 1;
		visibility: visible;
		transform: translateX(-50%) translateY(0);
	}

	.header-nav ul ul.sub-menu a {
		padding: 12px 20px !important;
		color: var(--c-text-dark) !important;
		font-size: 13px !important;
		text-transform: none;
		text-align: center;
	}

	.header-nav ul ul.sub-menu a:hover {
		background-color: rgba(0, 0, 0, 0.03) !important;
		color: var(--c-gold) !important;
	}
}


/* --- E. WERSJA MOBILNA --- */
@media (max-width: 959px) {
	.header-container {
		display: grid !important;
		grid-template-columns: 1fr auto 1fr !important;
		align-items: center;
	}

	.header-logo {
		justify-self: start;
		margin: 0 !important;
	}

	.header-icons {
		justify-self: center !important;
		display: flex !important;
		gap: 20px !important;
		align-items: center;
	}

	.mobile-menu-toggle {
		display: block !important;
		background: transparent !important;
		border: none !important;
		font-size: 26px;
		cursor: pointer;
		justify-self: end !important;
		z-index: 10002;
	}

	/* Mobilne menu okno */
	.header-nav {
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		max-height: 0;
		overflow: hidden;
		padding: 0;
		transition: max-height 0.5s ease, padding 0.5s ease;
		background: var(--c-bg-cream) !important;
		box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
		z-index: 9999;
	}

	.header-nav.is-active {
		max-height: 800px;
		padding: 40px 20px;
		overflow-y: auto;
		height: auto !important;
	}

	.header-nav > ul {
		display: flex !important;
		flex-direction: column !important;
		gap: 15px !important;
		align-items: center !important;
	}

	.header-nav > ul > li {
		width: 100%;
		text-align: center;
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.header-nav > ul > li > a {
		font-size: 15px !important;
		color: var(--c-text-main) !important;
		font-weight: 400;
		letter-spacing: 1.5px;
		text-transform: uppercase;
		padding: 5px 0;
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
	}

	.header-nav > ul > li > a i,
	.header-nav > ul > li > a svg,
	.header-nav > ul > li > a .dropdown-toggle,
	.header-nav > ul > li > a .owp-icon {
		display: none !important;
	}

	/* Mobilne Podmenu */
	.header-nav ul.sub-menu {
		position: relative !important;
		top: 0 !important;
		left: 0 !important;
		transform: none !important;
		width: 100% !important;
		max-width: 340px !important;
		margin: 20px auto 0 auto !important;
		background-color: #fafaf8 !important;
		border-radius: 6px !important;
		padding: 25px 0 !important;
		box-shadow: none !important;
		opacity: 1 !important;
		visibility: visible !important;
		display: flex !important;
		flex-direction: column !important;
		gap: 15px !important;
	}

	.header-nav ul.sub-menu li {
		width: 100%;
		margin: 0 !important;
	}

	.header-nav ul.sub-menu a {
		font-size: 12px !important;
		color: var(--c-text-gray) !important;
		padding: 5px 20px !important;
		text-align: center;
		text-transform: uppercase;
		letter-spacing: 0.5px;
		font-weight: 400 !important;
	}

	.header-nav ul.sub-menu a:hover {
		color: var(--c-text-main) !important;
		background: transparent !important;
	}

	/* Wymuszenie czarnego menu i ikon na STRONIE GŁÓWNEJ (poniżej 960px) */
	body.home #site-custom-header .header-nav {
		background-color: #000000b5 !important;
	}

	body.home #site-custom-header .header-nav > ul > li > a {
		color: #ffffff !important;
	}

	body.home #site-custom-header .header-nav ul.sub-menu {
		background-color: #1a1a1a !important;
	}

	body.home #site-custom-header .header-nav ul.sub-menu a {
		color: #cccccc !important;
	}

	/* Hamburger na głównej - Zmiana bieli na czerń po scrollovaniu */
	body.home #site-custom-header.header-transparent .mobile-menu-toggle {
		color: #ffffff !important;
	}

	body.home #site-custom-header.is-sticky .mobile-menu-toggle {
		color: var(--c-text-dark) !important;
	}
}

@media (max-width: 768px) {
	.header-nav > ul > li > a {
		font-size: 12px !important;
		padding: 0px 0;
	}

	/* Dodatkowe zabezpieczenie logo mobilnego */
	#site-custom-header .header-logo img {
		max-height: 65px !important;
	}

	#site-custom-header.is-sticky .header-logo img {
		max-height: 55px !important;
	}

	body.home.oceanwp-top-bar-enabled #site-custom-header.header-transparent,
	body.home.has-topbar #site-custom-header.header-transparent {
		margin-top: 75px !important;
		/* <--- Zaktualizowane pod duży, dotykowy pasek na telefonie */
	}
}

/* --- F. WYSZUKIWARKA OVERLAY --- */
.search-fullscreen-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: rgba(10, 10, 10, 0.7);
	backdrop-filter: blur(12px);
	z-index: 100000;
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0;
	visibility: hidden;
	transition: all 0.4s ease;
}

.search-fullscreen-overlay.is-active {
	opacity: 1;
	visibility: visible;
}

.close-search {
	position: absolute;
	top: 40px;
	right: 50px;
	background: transparent;
	border: none;
	font-size: 40px;
	cursor: pointer;
	color: rgba(255, 255, 255, 0.7);
	transition: all 0.3s ease;
}

.close-search:hover {
	color: var(--c-white);
	transform: rotate(90deg) scale(1.1);
}

.modern-search-form {
	display: flex;
	align-items: center;
	width: 100%;
	max-width: 800px;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: 12px;
	padding: 15px 20px 15px 35px;
	transform: translateY(30px) scale(0.98);
	transition: all 0.5s ease;
}

.modern-search-form:focus-within {
	border-color: rgba(212, 175, 55, 0.5);
	background: rgba(255, 255, 255, 0.12);
}

.search-fullscreen-overlay.is-active .modern-search-form {
	transform: translateY(0) scale(1);
}

.modern-search-input {
	width: 100%;
	background: transparent;
	border: none;
	font-size: 26px;
	color: var(--c-white);
	outline: none;
	font-weight: 300;
}

.modern-search-input::placeholder {
	color: rgba(255, 255, 255, 0.5);
}

.modern-search-submit {
	background: rgba(212, 175, 55, 0.9);
	border: none;
	width: 55px;
	height: 55px;
	border-radius: 8px;
	font-size: 22px;
	color: var(--c-white);
	cursor: pointer;
	transition: all 0.3s ease;
	margin-left: 20px;
}

.modern-search-submit:hover {
	background: var(--c-gold);
	transform: translateY(-2px);
}


/* ==========================================================================
4. STYLIZACJA GÓRNEGO PASKA (TOP BAR OCEANWP)
========================================================================== */
#top-bar-wrap {
	background-color: var(--c-text-main) !important;
	color: var(--c-white) !important;
	padding: 12px 0 !important;
	font-family: var(--font-body);
	font-size: 14px !important;
	font-weight: 500;
	letter-spacing: 0.5px;
	border-bottom: none !important;
}

#top-bar {
	display: flex !important;
	justify-content: space-between !important;
	align-items: center !important;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 4px;
}

#top-bar-wrap a {
	color: var(--c-white) !important;
	text-decoration: none;
	transition: color 0.3s ease;
}

#top-bar-wrap a:hover {
	color: var(--c-gold) !important;
}

#top-bar-content,
#top-bar-social,
#top-bar-social-alt {
	margin: 0 !important;
	padding: 0 !important;
}

#top-bar-social li a {
	font-size: 16px !important;
	padding: 0 8px !important;
	display: inline-flex;
	align-items: center;
}

@media (max-width: 959px) {
	#top-bar {
		flex-direction: column !important;
		justify-content: center !important;
		text-align: center !important;
		gap: 5px !important;
	}

	#top-bar-wrap {
		padding: 8px 4px !important;
		font-size: 12px !important;
		line-height: 1.2 !important;
	}

	#top-bar-social li a {
		padding: 5px 4px !important;
		font-size: 12px !important;
	}
}

/* ==========================================================================
5. WOOCOMMERCE - SKLEP (GRID & FILTER)
========================================================================== */
.custom-shop-hero-banner {
	position: relative;
	width: 100%;
	min-height: 280px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	background-color: #eae6df;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 120px 20px 60px 20px;
	box-sizing: border-box;
	border-bottom: 1px solid #eae6df;
}

.custom-hero-banner-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.15);
	z-index: 1;
}

.custom-hero-banner-content {
	position: relative;
	z-index: 2;
	max-width: 800px;
}

.custom-hero-banner-title {
	font-family: var(--font-head) !important;
	font-size: clamp(32px, 5vw, 56px) !important;
	font-weight: 400 !important;
	color: #111111 !important;
	margin: 0 0 18px 0 !important;
	letter-spacing: -0.5px !important;
	line-height: 1.2 !important;
	text-transform: none !important;
}

.custom-hero-banner-subtitle-box {
	display: inline-flex;
	align-items: center;
	background: rgba(255, 255, 255, 0.85);
	border: 1px solid #dcd8cf;
	padding: 8px 22px;
}

.custom-hero-banner-subtitle-box::before {
	content: '';
	display: inline-block;
	width: 1px;
	height: 14px;
	background-color: #bfae96;
	margin-right: 10px;
}

.custom-hero-banner-subtitle-text {
	font-family: var(--font-body) !important;
	font-size: 0.85rem !important;
	color: #444444 !important;
	letter-spacing: 0.3px !important;
	font-weight: 400 !important;
	line-height: 1 !important;
}

@media (max-width: 768px) {
	.custom-shop-hero-banner {
		min-height: 200px;
		padding: 40px 15px;
	}

	.custom-hero-banner-title {
		margin-bottom: 12px !important;
	}

	.custom-hero-banner-subtitle-box {
		padding: 6px 14px;
	}

	.custom-hero-banner-subtitle-text {
		font-size: 0.75rem !important;
	}
}

.woocommerce-before-shop-loop {
	display: flex !important;
	justify-content: space-between !important;
	align-items: center !important;
	border-bottom: 1px solid #eae6df !important;
	padding-bottom: 15px !important;
	margin-bottom: 35px !important;
}

.custom-results-counter {
	font-size: 0.75rem !important;
	font-weight: 600;
	letter-spacing: 1px;
	color: #999999;
}

html body .woocommerce ul.products,
html body .woocommerce-page ul.products,
html body ul.products.owp-grid {
	display: grid !important;
	float: none !important;
	clear: both !important;
	width: 100% !important;
	max-width: 100% !important;
	margin: 0 auto !important;
	padding: 0 !important;
	align-items: stretch !important;
}

@media (min-width: 960px) {
	html body .woocommerce ul.products {
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
		gap: 30px !important;
	}
}

@media (max-width: 959px) and (min-width: 768px) {
	html body .woocommerce ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		gap: 20px !important;
	}
}

@media (max-width: 767px) {

	html body .container,
	html body #content-wrap,
	html body #primary,
	html body #content,
	html body .content-area,
	html body .woocommerce-page #content,
	html body #wrap .content-max-width {
		width: 100% !important;
		max-width: 100% !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	html body .woocommerce ul.products {
		grid-template-columns: 1fr !important;
		gap: 35px !important;
		padding-left: 15px !important;
		padding-right: 15px !important;
		box-sizing: border-box !important;
	}
}

html body .woocommerce ul.products li.product,
html body .woocommerce-page ul.products li.product {
	width: 100% !important;
	max-width: 100% !important;
	min-width: 0 !important;
	float: none !important;
	margin: 0 !important;
	padding: 0 !important;
	clear: none !important;
	background: #ffffff !important;
	border: none !important;
	box-shadow: none !important;
	display: flex !important;
	flex-direction: column !important;
	justify-content: space-between !important;
	height: 100% !important;
}

.custom-card-container {
	display: flex;
	flex-direction: column;
	width: 100%;
	padding: 20px;
	height: 100%;
	box-sizing: border-box;
	background: #fff;
}

ul.products li.product > *:not(.custom-card-container) {
	display: none !important;
	opacity: 0 !important;
	visibility: hidden !important;
}

.custom-card-badge-area {
	height: 0;
	display: flex;
	align-items: center;
	margin-bottom: 0px;
}

.custom-badge-prezent {
	border: 1px solid #dcd8d0;
	background: #ffffff;
	color: #111111;
	font-size: 0.65rem;
	font-weight: 600;
	padding: 4px 14px;
	letter-spacing: 1px;
	z-index: 10;
	position: relative;
}

.custom-card-image-wrap {
	position: relative;
	overflow: hidden;
	width: 100%;
	aspect-ratio: 1 / 1;
	background-color: #fcfcfc;
	margin-bottom: 15px;
}

.custom-card-image-wrap img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
	display: block;
	transition: transform 0.4s ease;
}

.custom-card-container:hover .custom-card-image-wrap img {
	transform: scale(1.02);
}

.custom-slide-add-to-cart {
	position: absolute;
	bottom: -60px;
	left: 0;
	width: 100%;
	background-color: #3d2b1f !important;
	color: #ffffff !important;
	text-align: center;
	padding: 14px 0 !important;
	font-size: 0.8rem !important;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
	border: none !important;
	border-radius: 0px !important;
	margin: 0 !important;
	text-decoration: none;
	display: block;
	transition: bottom 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
	z-index: 5;
}

.custom-card-container:hover .custom-slide-add-to-cart {
	bottom: 0;
}

.custom-card-meta-wrap {
	text-align: left;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}

.custom-card-category {
	display: block;
	font-family: var(--font-head);
	font-style: italic;
	font-size: 0.8rem;
	color: #999999;
	margin-bottom: 5px;
}

.custom-card-title {
	margin: 0 0 5px 0 !important;
	padding: 0 !important;
}

.custom-card-title a {
	font-family: var(--font-head) !important;
	font-size: 1.25rem !important;
	font-weight: 600 !important;
	color: #111111 !important;
	text-decoration: none !important;
	line-height: 1.3 !important;
	display: block;
}

.custom-card-price,
.custom-card-price .woocommerce-Price-amount {
	display: block;
	font-family: var(--font-body) !important;
	font-size: 1rem !important;
	font-weight: 600 !important;
	color: #111111 !important;
	margin-top: auto;
	padding-top: 10px;
}

.custom-filter-sidebar {
	font-family: inherit;
}

.main-filter-title {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 0;
	padding-bottom: 0px;
	color: #111111;
}

.main-filter-divider {
	border: 0;
	border-top: 1px solid #e5e5e5;
	margin-top: 0;
	margin-bottom: 25px;
}

.filter-group {
	margin-bottom: 30px;
}

.filter-group-title {
	text-transform: uppercase;
	font-size: 14px !important;
	font-weight: 600;
	color: #a0a0a0;
	letter-spacing: 1.2px;
	margin-bottom: 15px;
	margin-top: 0;
}

.filter-checkbox-list {
	list-style: none !important;
	padding: 0 !important;
	margin: 0 !important;
}

.filter-checkbox-list li {
	margin-bottom: 10px;
	list-style: none !important;
}

.filter-checkbox-label {
	display: inline-flex;
	align-items: center;
	cursor: pointer;
	font-size: 14px;
	color: #555555;
	font-weight: 400;
	width: 100%;
}

.filter-checkbox-label input[type="checkbox"] {
	margin-right: 12px;
	width: 18px;
	height: 18px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	cursor: pointer;
	accent-color: #000000;
}

.price-header {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	margin-bottom: 12px;
}

.price-current-value {
	font-size: 15px;
	font-weight: 600;
	color: #111111;
}

#price-range-input {
	width: 100%;
	height: 2px;
	background: #e5e5e5;
	cursor: pointer;
	accent-color: #000000;
	outline: none;
	margin: 0;
	padding: 0;
	-webkit-appearance: none;
}

.price-range-limits {
	display: flex;
	justify-content: space-between;
	font-size: 11px;
	color: #a0a0a0;
	margin-top: 10px;
	font-weight: 500;
}

#filter-waga-select {
	width: 100%;
	padding: 12px 15px;
	border: 1px solid #e5e5e5;
	background: #ffffff;
	font-size: 14px;
	color: #333333;
	outline: none;
	cursor: pointer;
	border-radius: 4px;
	appearance: none;
	-webkit-appearance: none;
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 24 24" fill="none" stroke="%23aaa" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="6 9 12 15 18 9"></polyline></svg>');
	background-repeat: no-repeat;
	background-position: calc(100% - 15px) center;
}

.clear-filters-btn {
	width: 100%;
	background: #111111;
	color: #ffffff;
	border: none;
	padding: 12px;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
	cursor: pointer;
	transition: background 0.2s ease;
	margin-top: 10px;
}

.clear-filters-btn:hover {
	background: #333333;
}

@media (min-width: 960px) {

	.mobile-filter-trigger,
	.mobile-filter-overlay,
	.mobile-filter-close {
		display: none !important;
	}
}

@media (max-width: 959px) {
	.custom-filter-sidebar {
		position: fixed !important;
		top: 0 !important;
		left: 0 !important;
		width: 85% !important;
		max-width: 360px !important;
		height: 100vh !important;
		background: #ffffff !important;
		z-index: 10000 !important;
		padding: 40px 25px !important;
		overflow-y: auto !important;
		transform: translateX(-100%) !important;
		transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
		box-shadow: 5px 0 25px rgba(0, 0, 0, 0.15) !important;
		margin: 0 !important;
		border: none !important;
	}

	.custom-filter-sidebar.is-open {
		transform: translateX(0) !important;
	}

	.mobile-filter-overlay {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		background: rgba(0, 0, 0, 0.6);
		backdrop-filter: blur(4px);
		z-index: 9999;
		opacity: 0;
		visibility: hidden;
		transition: all 0.3s ease;
	}

	.mobile-filter-overlay.is-open {
		opacity: 1;
		visibility: visible;
	}

	.mobile-filter-trigger {
		position: fixed;
		bottom: 25px;
		left: 50%;
		transform: translateX(-50%);
		background-color: var(--c-gold);
		color: #ffffff;
		border: none;
		padding: 14px 32px;
		border-radius: 8px;
		font-size: 13px;
		font-weight: 700;
		text-transform: uppercase;
		letter-spacing: 1px;
		box-shadow: 0 5px 20px rgba(0, 0, 0, 0.25);
		z-index: 9998;
		cursor: pointer;
		display: flex;
		align-items: center;
		justify-content: center;
		white-space: nowrap;
	}

	.mobile-filter-close {
		width: 100%;
		background-color: #111111;
		color: #ffffff;
		border: none;
		padding: 16px;
		font-size: 13px;
		font-weight: 700;
		text-transform: uppercase;
		letter-spacing: 1.5px;
		margin-top: 30px;
		border-radius: 4px;
		cursor: pointer;
		text-align: center;
		transition: background 0.3s ease;
	}

	.mobile-filter-close:hover {
		background-color: #333333;
	}
}

/* ==========================================================================
6. WOOCOMMERCE - SINGLE PRODUCT
========================================================================== */
.owp-product-nav,
.oceanwp-product-nav {
	display: none !important;
}

.woocommerce div.product form.cart table.variations td.value > * {
	display: none !important;
	visibility: hidden !important;
	height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	opacity: 0 !important;
}

.woocommerce div.product form.cart table.variations td.value > .custom-variation-boxes {
	display: flex !important;
	visibility: visible !important;
	height: auto !important;
	opacity: 1 !important;
}

.woocommerce div.product form.cart table.variations .reset_variations {
	display: none !important;
}

.woocommerce div.product .omnibus-info,
.woocommerce div.product .iworks-omnibus,
.woocommerce div.product .wc-item-on-sale-details,
.woocommerce div.product .omnibus-lowest-price,
.woocommerce div.product form.cart .woocommerce-variation-price,
.woocommerce div.product form.cart .woocommerce-variation-availability,
.woocommerce div.product form.cart .woocommerce-variation.single_variation,
.woocommerce div.product form.cart p.stock:not(#pasieka-independent-stock-target p.stock) {
	display: none !important;
	visibility: hidden !important;
	height: 0 !important;
	opacity: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
}

.woocommerce div.product .summary.entry-summary {
	display: flex !important;
	flex-direction: column !important;
}

.woocommerce div.product .product_title {
	font-size: clamp(32px, 4vw, 40px) !important;
	letter-spacing: 0px;
	font-weight: 600 !important;
	color: var(--c-text-main) !important;
	order: 1 !important;
	margin: 0 0 15px 0 !important;
	padding-top: 15px !important;
}

.custom-price-shipping-wrapper {
	order: 2 !important;
	margin-bottom: 12px !important;
	display: flex !important;
	flex-wrap: wrap !important;
	align-items: baseline !important;
}

.custom-omnibus-wrapper {
	order: 3 !important;
	margin-bottom: 25px !important;
	display: none;
	align-items: center !important;
	gap: 5px !important;
	background-color: #fdfbf8 !important;
	border: 1px dashed #dcd5cc !important;
	padding: 6px 12px !important;
	border-radius: 4px !important;
	width: fit-content !important;
}

.custom-omnibus-wrapper .omnibus-label {
	font-size: 11px !important;
	color: #8c7e76 !important;
	font-weight: 400 !important;
	letter-spacing: 0.2px !important;
}

.custom-omnibus-wrapper .omnibus-value {
	font-size: 11px !important;
	font-weight: 600 !important;
	color: #554941 !important;
}

.woocommerce-product-details__short-description {
	order: 4 !important;
	border-bottom: none !important;
	margin-bottom: 30px !important;
	padding: 0 !important;
}

.woocommerce-product-details__short-description p {
	font-size: 15px !important;
	color: var(--c-text-gray) !important;
	line-height: 1.6 !important;
	font-weight: 300 !important;
	margin-bottom: 25px !important;
}

.woocommerce div.product form.cart {
	order: 5 !important;
	width: 100% !important;
	display: flex !important;
	flex-direction: column !important;
}

.custom-trust-badges-wrapper {
	order: 6 !important;
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin-top: 35px;
	padding-top: 20px;
	border-top: 1px solid #f2f2f2;
}

#dynamic-main-price {
	display: contents !important;
}

#dynamic-main-price ins,
.woocommerce div.product p.price ins,
.custom-price-shipping-wrapper ins,
.custom-price-shipping-wrapper > .woocommerce-Price-amount,
.custom-price-shipping-wrapper ins bdi,
.custom-price-shipping-wrapper ins .woocommerce-Price-amount {
	order: 2 !important;
	font-size: 32px !important;
	font-weight: 500 !important;
	color: #3b2b24 !important;
	text-decoration: none !important;
}

#dynamic-main-price del,
.woocommerce div.product p.price del,
.custom-price-shipping-wrapper del,
.custom-price-shipping-wrapper del span,
.custom-price-shipping-wrapper del bdi,
.custom-price-shipping-wrapper del .woocommerce-Price-amount,
.custom-price-shipping-wrapper del .woocommerce-Price-currencySymbol {
	display: inline-block !important;
	position: relative !important;
	order: 1 !important;
	font-size: 32px !important;
	color: #aaaaaa !important;
	margin-right: 4px !important;
	text-decoration: none !important;
	background-image: none !important;
	box-shadow: none !important;
}

.custom-price-shipping-wrapper del::after {
	content: "" !important;
	position: absolute !important;
	top: 50% !important;
	left: 0 !important;
	width: 100% !important;
	height: 2px !important;
	background-color: #888888 !important;
	margin-top: -1px !important;
	display: block !important;
	pointer-events: none !important;
}

.free-shipping-note {
	order: 3 !important;
	font-size: 14px !important;
	color: #777777 !important;
	margin-left: 15px !important;
}

.woocommerce div.product .summary.entry-summary .price,
.woocommerce div.product .summary.entry-summary #dynamic-main-price,
.woocommerce div.product .summary.entry-summary .woocommerce-product-details__short-description,
.woocommerce div.product .summary.entry-summary form.cart table.variations,
.woocommerce div.product .summary.entry-summary form.cart table.variations tr,
.woocommerce div.product .summary.entry-summary form.cart table.variations th,
.woocommerce div.product .summary.entry-summary form.cart table.variations td.label,
.woocommerce div.product .summary.entry-summary form.cart table.variations td.value {
	border: none !important;
	box-shadow: none !important;
}

.woocommerce div.product .summary.entry-summary .price::after,
.woocommerce div.product .summary.entry-summary .price::before,
.woocommerce div.product .summary.entry-summary #dynamic-main-price::after,
.woocommerce div.product .summary.entry-summary #dynamic-main-price::before,
.woocommerce div.product .summary.entry-summary .woocommerce-product-details__short-description::after,
.woocommerce div.product .summary.entry-summary .woocommerce-product-details__short-description::before,
.woocommerce div.product .summary.entry-summary form.cart table.variations tr::after,
.woocommerce div.product .summary.entry-summary form.cart table.variations tr::before {
	display: none !important;
}

.woocommerce div.product form.cart table.variations {
	border: none !important;
	width: 100% !important;
	margin-bottom: 10px !important;
	border-collapse: collapse !important;
}

.woocommerce div.product form.cart table.variations tbody,
.woocommerce div.product form.cart table.variations tr,
.woocommerce div.product form.cart table.variations td {
	display: block !important;
	width: 100% !important;
	padding: 0 !important;
	border: none !important;
	background: transparent !important;
}

.woocommerce div.product form.cart table.variations td.label {
	padding-bottom: 10px !important;
}

.woocommerce div.product form.cart table.variations td.label label {
	font-family: var(--font-body) !important;
	font-size: 11px !important;
	text-transform: uppercase !important;
	color: #333333 !important;
	letter-spacing: 1px !important;
	font-weight: 700 !important;
	display: block;
	text-align: left;
}

.custom-variation-boxes {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	width: 100%;
	margin-bottom: 15px;
}

.var-box {
	border: 1px solid #e5e5e5;
	border-radius: 4px;
	padding: 18px 12px;
	text-align: center;
	cursor: pointer;
	transition: all 0.2s ease;
	display: flex;
	flex-direction: column;
	gap: 6px;
	background-color: #ffffff;
	flex: 1;
	min-width: 100px;
}

.var-box:hover {
	border-color: #3b2b24;
}

.var-box.selected {
	border: 2px solid #3b2b24;
	background-color: #f7f4ef;
	padding: 17px 11px;
}

.var-box .box-weight {
	font-size: 14px;
	font-weight: 500;
	color: #111111;
}

.var-box .box-price {
	font-size: 12px;
	color: #777777;
}

.woocommerce-variation-add-to-cart {
	display: flex !important;
	flex-wrap: wrap !important;
	align-items: center !important;
	width: 100% !important;
	margin-top: 30px !important;
	position: relative;
}

.woocommerce-variation-add-to-cart::before {
	content: 'ILOŚĆ';
	display: block;
	width: 100%;
	font-family: var(--font-body);
	font-size: 11px;
	text-transform: uppercase;
	color: #333333;
	letter-spacing: 1px;
	font-weight: 700;
	margin-bottom: 10px;
	margin-top: 10px;
}

.qty-stock-flex-row {
	display: flex !important;
	align-items: center !important;
	width: 100% !important;
}

.woocommerce div.product form.cart .quantity,
.qty-stock-flex-row .quantity {
	display: inline-flex !important;
	align-items: center !important;
	width: 120px !important;
	height: 45px !important;
	border: 1px solid #e5e5e5 !important;
	border-radius: 4px !important;
	margin-bottom: 20px !important;
	overflow: hidden !important;
	background: transparent !important;
	float: none !important;
	margin: 0 !important;
}

.woocommerce div.product form.cart .quantity .minus,
.woocommerce div.product form.cart .quantity .plus,
.qty-stock-flex-row .quantity .minus,
.qty-stock-flex-row .quantity .plus {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 35px !important;
	height: 100% !important;
	background: transparent !important;
	border: none !important;
	color: #777777 !important;
	font-size: 18px !important;
	cursor: pointer !important;
	padding: 0 !important;
	transition: all 0.2s ease;
}

.woocommerce div.product form.cart .quantity .minus:hover,
.woocommerce div.product form.cart .quantity .plus:hover {
	background: #f9f9f9 !important;
	color: var(--c-text-dark) !important;
}

.woocommerce div.product form.cart .quantity input.qty,
.qty-stock-flex-row .quantity input.qty {
	width: 50px !important;
	height: 100% !important;
	border: none !important;
	border-left: 1px solid #e5e5e5 !important;
	border-right: 1px solid #e5e5e5 !important;
	text-align: center !important;
	font-size: 15px !important;
	font-weight: 500 !important;
	color: #111111 !important;
	background: transparent !important;
	padding: 0 !important;
	margin: 0 !important;
	box-shadow: none !important;
	-moz-appearance: textfield;
}

.woocommerce div.product form.cart .quantity input.qty::-webkit-inner-spin-button,
.woocommerce div.product form.cart .quantity input.qty::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.stock-box-inline,
#pasieka-independent-stock-target {
	display: inline-flex !important;
	align-items: center !important;
	height: 45px !important;
	margin-left: 15px !important;
}

#pasieka-independent-stock-target p.stock {
	margin: 0 !important;
	font-size: 14px !important;
	color: #777777 !important;
	font-weight: 500 !important;
	background: transparent !important;
	display: inline-block !important;
}

#pasieka-independent-stock-target p.stock.out-of-stock {
	color: #c84040 !important;
}

.woocommerce div.product div.summary p.in-stock {
	display: none !important;
}

.single_add_to_cart_button,
.woocommerce div.product form.cart .single_add_to_cart_button {
	flex: 0 0 100% !important;
	width: 100% !important;
	height: 55px !important;
	background-color: #3b2b24 !important;
	color: #ffffff !important;
	border-radius: 4px !important;
	text-transform: none !important;
	font-size: 16px !important;
	font-weight: 500 !important;
	margin: 25px 0 0 0 !important;
	border: none !important;
	display: flex !important;
	justify-content: center !important;
	align-items: center !important;
	cursor: pointer;
	transition: background 0.3s ease;
	float: none !important;
}

.single_add_to_cart_button:hover,
.woocommerce div.product form.cart .single_add_to_cart_button:hover {
	background-color: #2a1f1a !important;
}

.trust-badge {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 10px;
	flex: 1;
}

.trust-badge svg {
	width: 22px;
	height: 22px;
	color: #c5a059;
}

.trust-badge span {
	font-size: 12px;
	color: #777777;
	line-height: 1.4;
}

.single-product div.product ol.flex-control-thumbs {
	display: flex !important;
	gap: 10px !important;
	margin-top: 10px !important;
	padding: 0 !important;
	overflow-x: auto !important;
}

.single-product div.product ol.flex-control-thumbs li {
	width: calc(25% - 7.5px) !important;
	margin: 0 !important;
	border-radius: 4px;
	overflow: hidden !important;
	aspect-ratio: 1/1 !important;
}

.single-product div.product ol.flex-control-thumbs li img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
}

.single-product div.product ol.flex-control-thumbs li.active img {
	border: 2px solid var(--c-text-main) !important;
}

.custom-product-accordion {
	margin: 25px 0;
}

.accordion-item {
	background: var(--c-bg-white);
	border-radius: 6px;
	margin-bottom: 12px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
	overflow: hidden;
}

.accordion-header {
	width: 100%;
	padding: 18px 25px;
	background: none;
	border: none;
	display: flex;
	align-items: center;
	cursor: pointer;
}

.acc-title {
	flex-grow: 1;
	font-size: 16px;
	font-weight: 600;
	color: var(--c-text-main);
	font-family: var(--font-body);
}

.acc-icon-left {
	color: var(--c-gold);
	font-size: 18px;
	margin-right: 15px;
	width: 25px;
	text-align: center;
}

.acc-icon-right {
	font-size: 14px;
	color: var(--c-border-dark);
	transition: transform 0.3s ease;
}

.accordion-item.active .acc-icon-right {
	transform: rotate(180deg);
}

.accordion-content {
	max-height: 0;
	overflow: hidden;
	transition: all 0.3s ease;
	padding: 0 25px;
}

.accordion-item.active .accordion-content {
	max-height: 1000px;
	padding-bottom: 20px;
}

/* ==========================================================================
7. WOOCOMMERCE - KOSZYK & CHECKOUT & THANK YOU
========================================================================== */
.woocommerce-cart .woocommerce {
	margin-top: 80px !important;
}

@media (min-width: 960px) {
	.woocommerce-cart .woocommerce {
		display: flex !important;
		flex-wrap: wrap !important;
		justify-content: space-between !important;
		align-items: flex-start !important;
		max-width: 1200px !important;
		margin: 80px auto 40px auto !important;
	}

	.woocommerce-cart .woocommerce-notices-wrapper,
	.woocommerce-cart .woocommerce-message {
		flex: 0 0 100% !important;
		width: 100% !important;
		margin-bottom: 25px !important;
	}

	.woocommerce-cart .woocommerce-cart-form {
		flex: 0 0 62% !important;
		width: 62% !important;
	}

	.woocommerce-cart .cart-collaterals {
		flex: 0 0 35% !important;
		width: 35% !important;
	}
}

.woocommerce table.shop_table_responsive {
	background: #ffffff !important;
	border: 1px solid #eaeaea !important;
	border-radius: 8px !important;
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.03) !important;
	overflow: hidden !important;
	border-collapse: separate !important;
}

.woocommerce table.shop_table th {
	background-color: #f6f6f6 !important;
	color: #111111 !important;
	font-size: 11px !important;
	font-weight: 600 !important;
	text-transform: uppercase !important;
	letter-spacing: 1.5px !important;
	padding: 18px 14px !important;
	border-bottom: 1px solid #eaeaea !important;
	border-top: none !important;
}

.woocommerce table.shop_table td,
.woocommerce table.shop_table td.actions {
	background: #ffffff !important;
	border-top: 1px solid #f5f5f5 !important;
	border-bottom: none !important;
	border-left: none !important;
	border-right: none !important;
	padding: 20px 14px !important;
	font-size: 13px !important;
}

.cart-collaterals .cart_totals {
	width: 100% !important;
	background: #ffffff !important;
	border: 1px solid #eaeaea !important;
	border-radius: 8px !important;
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.03) !important;
	padding: 0 !important;
	overflow: hidden !important;
	box-sizing: border-box !important;
}

.cart-collaterals .cart_totals h2 {
	font-family: var(--font-head) !important;
	background-color: #f6f6f6 !important;
	color: #111111 !important;
	font-size: 14px !important;
	font-weight: 600 !important;
	letter-spacing: 1.5px !important;
	text-transform: uppercase !important;
	text-align: center !important;
	margin: 0 !important;
	padding: 16.5px 14px !important;
	border-bottom: 1px solid #eaeaea !important;
}

.cart-collaterals .cart_totals table.shop_table_responsive {
	padding: 10px 25px 25px 25px !important;
	box-shadow: none !important;
	border: none !important;
}

.cart-collaterals .cart_totals table.shop_table_responsive tr,
.cart-collaterals .cart_totals table.shop_table_responsive tr th,
.cart-collaterals .cart_totals table.shop_table_responsive tr td {
	border: none !important;
	background: transparent !important;
	padding: 15px 0 !important;
}

.cart-collaterals .cart_totals table.shop_table_responsive tr {
	border-bottom: 1px solid #f5f5f5 !important;
}

.cart-collaterals .cart_totals table.shop_table_responsive tr.order-total {
	border-bottom: none !important;
}

.cart-collaterals .cart_totals table.shop_table_responsive tr th {
	font-size: 11px !important;
	text-transform: uppercase !important;
	letter-spacing: 1px !important;
	color: #777777 !important;
	font-weight: 600 !important;
}

.cart-collaterals .cart_totals tr.order-total td strong span.amount {
	font-size: 16px !important;
	font-weight: 700 !important;
	color: #111111 !important;
}

.woocommerce-cart .woocommerce-cart-form button.button,
.woocommerce-cart .woocommerce-cart-form input.button,
.woocommerce .cart-collaterals .checkout-button {
	background-color: var(--c-gold) !important;
	color: var(--c-white) !important;
	font-size: 11px !important;
	font-weight: 600 !important;
	text-transform: uppercase !important;
	letter-spacing: 1.5px !important;
	padding: 14px 20px !important;
	border: none !important;
	border-radius: 4px !important;
	box-shadow: 0 4px 15px rgba(197, 160, 89, 0.15) !important;
	transition: all 0.2s ease !important;
}

.woocommerce-cart .woocommerce-cart-form button.button:hover,
.woocommerce-cart .woocommerce-cart-form input.button:hover,
.woocommerce .cart-collaterals .checkout-button:hover {
	background-color: #111111 !important;
	color: var(--c-white) !important;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1) !important;
}

.woocommerce .cart-collaterals .checkout-button {
	display: block !important;
	text-align: center !important;
	font-size: 12px !important;
	margin: 0 25px 25px 25px !important;
}

.woocommerce-message {
	border-top: 3px solid var(--c-gold) !important;
	background: #ffffff !important;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03) !important;
	border-radius: 4px !important;
	padding: 15px 20px !important;
	font-size: 13px !important;
}

.woocommerce-checkout h3 {
	font-size: 20px !important;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-bottom: 2px solid #f0f0f0;
	padding-bottom: 12px;
	margin-bottom: 25px;
	color: #3b2b24 !important;
}

.woocommerce-checkout input[type="text"],
.woocommerce-checkout input[type="email"],
.woocommerce-checkout input[type="tel"],
.woocommerce-checkout textarea,
.woocommerce-checkout .select2-selection {
	border: 1px solid #dcdcdc !important;
	border-radius: 6px !important;
	padding: 12px 15px !important;
	background-color: #ffffff !important;
	transition: all 0.3s ease !important;
	box-shadow: none !important;
}

.woocommerce-checkout input[type="text"]:focus,
.woocommerce-checkout input[type="email"]:focus,
.woocommerce-checkout input[type="tel"]:focus,
.woocommerce-checkout textarea:focus {
	border-color: #cba052 !important;
	box-shadow: 0 0 8px rgba(203, 160, 82, 0.2) !important;
	outline: none !important;
}

#order_review_heading {
	margin-top: 0 !important;
	padding-top: 25px;
	padding-left: 30px;
	padding-right: 30px;
	background: #faf9f7;
	border-radius: 12px 12px 0 0;
	border-bottom: none !important;
	margin-bottom: 0 !important;
}

#order_review {
	background: #faf9f7;
	padding: 0 30px 30px 30px;
	border-radius: 0 0 12px 12px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
}

.woocommerce-checkout table.shop_table {
	border: none !important;
	border-radius: 0 !important;
	background: transparent !important;
}

.woocommerce-checkout table.shop_table th,
.woocommerce-checkout table.shop_table td {
	border-top: none !important;
	border-bottom: 1px solid #eaeaea !important;
	padding: 18px 10px !important;
}

.woocommerce-checkout table.shop_table tfoot tr:last-child th,
.woocommerce-checkout table.shop_table tfoot tr:last-child td {
	border-bottom: none !important;
}

#payment {
	background: transparent !important;
	border-radius: 0 !important;
}

#payment ul.payment_methods {
	border-bottom: 1px solid #eaeaea !important;
	padding: 20px 0 !important;
}

#payment div.payment_box {
	background-color: #ffffff !important;
	border-radius: 6px !important;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03) !important;
	color: #555 !important;
}

#payment div.payment_box::before {
	border-bottom-color: #ffffff !important;
}

.checkout-product-name-wrapper {
	display: block !important;
}

.checkout-product-image {
	float: left !important;
	margin-right: 18px !important;
	margin-bottom: 5px !important;
}

.checkout-product-image img {
	border-radius: 8px !important;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08) !important;
	width: 65px !important;
	height: auto !important;
	border: 1px solid #f0f0f0 !important;
	object-fit: cover !important;
}

.woocommerce-checkout dl.variation {
	display: grid !important;
	grid-template-columns: max-content 1fr !important;
	column-gap: 8px !important;
	row-gap: 4px !important;
	margin-top: 8px !important;
	margin-bottom: 0 !important;
	font-size: 13px !important;
	color: #777 !important;
}

.woocommerce-checkout dl.variation dt {
	font-weight: 600 !important;
	color: #3b2b24 !important;
	margin: 0 !important;
	padding: 0 !important;
}

.woocommerce-checkout dl.variation dd,
.woocommerce-checkout dl.variation p {
	margin: 0 !important;
	padding: 0 !important;
	display: block !important;
}

.wc-block-components-order-summary-item__product-name,
.wc-block-checkout__main .wc-block-components-order-summary-item__product-name,
div[class*="product-name"],
span[class*="product-name"] {
	display: block !important;
	visibility: visible !important;
	opacity: 1 !important;
}

.wc-block-components-order-summary .wc-block-components-order-summary-item__description p,
.wc-block-components-order-summary .wc-block-components-order-summary-item__description span,
.wc-block-components-order-summary-item__description,
.wc-block-components-order-summary-item p:not(.wc-block-components-order-summary-item__product-name) {
	display: none !important;
}

.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-product-name {
	font-size: 16px !important;
}

.wc-block-checkout__sidebar,
.wc-block-components-sidebar,
[data-block-name="woocommerce/checkout-order-summary-block"] {
	background-color: #ffffff !important;
	padding: 10px !important;
	border-radius: 8px !important;
	border: none !important;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04) !important;
}

.wc-block-components-order-summary,
.wc-block-components-order-summary-item,
.wc-block-components-totals-card,
.wc-block-components-totals-item,
.wc-block-checkout__sidebar .wc-block-components-panel,
.wc-block-components-panel__content {
	border: none !important;
	border-bottom: none !important;
	background: transparent !important;
	padding: 10px 10px !important;
	margin: 0 !important;
}

.wc-block-checkout__main,
.wc-block-components-checkout-step,
.wc-block-components-panel,
.wc-block-checkout__main .wc-block-components-panel,
.wc-block-components-radio-control-item,
.wc-block-components-radio-control,
.wc-block-components-radio-control-item-checked {
	background: transparent !important;
	border: none !important;
	box-shadow: none !important;
	padding-top: 4px !important;
	padding-bottom: 4px !important;
	margin-bottom: 6px !important;
}

.wc-block-components-order-summary-item__product-name {
	font-size: 13px !important;
	font-weight: 700 !important;
	text-transform: uppercase !important;
	letter-spacing: 0.6px !important;
	color: #1a1a1a !important;
	word-break: normal !important;
	overflow-wrap: break-word !important;
	white-space: normal !important;
}

.wc-block-components-checkout-step__title,
.wc-block-checkout h1,
.wc-block-checkout h2,
.wc-block-checkout h3 {
	font-size: 20px !important;
	font-weight: 500 !important;
	margin-bottom: 8px !important;
	border: none !important;
}

.wc-block-components-order-summary-item__price,
.wc-block-components-formatted-money,
.wc-block-components-totals-item__value {
	color: #1a1a1a !important;
	font-weight: 600 !important;
	font-size: 13px !important;
}

.wc-block-components-totals-footer .wc-block-components-totals-item__value,
.wc-block-components-totals-footer .wc-block-components-formatted-money {
	color: var(--c-gold) !important;
	font-size: 18px !important;
	font-weight: 700 !important;
}

.wc-block-components-checkout-place-order-button,
.wc-block-checkout__actions-button,
.wc-block-checkout__actions button {
	background-color: var(--c-gold) !important;
	color: #ffffff !important;
	font-weight: 600 !important;
	text-transform: uppercase !important;
	letter-spacing: 1.5px !important;
	padding: 14px 20px !important;
	border-radius: 5px !important;
	border: none !important;
	width: 100% !important;
}

/* Thank You Page */
.woocommerce-order-received ul.woocommerce-thankyou-order-details {
	background-color: #ffffff !important;
	padding: 24px !important;
	border-radius: 8px !important;
	border: none !important;
	box-shadow: 0 4px 24px rgba(0, 0, 0, 0.03) !important;
	display: flex !important;
	flex-wrap: wrap !important;
	gap: 24px !important;
	margin-top: 30px !important;
	margin-bottom: 45px !important;
}

.woocommerce-order-received ul.woocommerce-thankyou-order-details li {
	border: none !important;
	padding: 0 15px !important;
	font-size: 11px !important;
	text-transform: uppercase !important;
	letter-spacing: 0.8px !important;
	color: #777777 !important;
}

.woocommerce-order-received ul.woocommerce-thankyou-order-details li strong {
	display: block !important;
	font-size: 15px !important;
	font-weight: 700 !important;
	color: #1a1a1a !important;
	margin-top: 6px !important;
	text-transform: none !important;
}

.woocommerce-order-received .woocommerce-order > p,
.woocommerce-order-received p.woocommerce-notice,
.woocommerce-order-received .woocommerce-thankyou-order-received + p,
.woocommerce-order-received .woocommerce-order-overview + p,
.woocommerce-order-received .woocommerce-order > div {
	display: none !important;
	visibility: hidden !important;
	height: 0 !important;
	padding: 0 !important;
	margin: 0 !important;
}

.woocommerce-order-received h2.woocommerce-order-details__title,
.woocommerce-order-received .woocommerce-order-details h2 {
	font-size: 22px !important;
	font-weight: 500 !important;
	margin-top: 45px !important;
	margin-bottom: 20px !important;
	border: none !important;
	letter-spacing: 0.5px;
}

.woocommerce-order-received table.order_details,
.woocommerce-order-received table.woocommerce-table--order-details,
.woocommerce-order-received table.order_details th,
.woocommerce-order-received table.order_details td {
	background: transparent !important;
	border: none !important;
	padding: 14px 10px !important;
}

.woocommerce-order-received table.order_details thead th {
	font-size: 12px !important;
	font-weight: 600 !important;
	text-transform: uppercase !important;
	letter-spacing: 1px !important;
	color: #888888 !important;
	border-bottom: 1px solid #eaeef2 !important;
	padding-bottom: 12px !important;
}

.woocommerce-order-received table.order_details tfoot th {
	font-size: 12px !important;
	font-weight: 600 !important;
	text-transform: uppercase !important;
	letter-spacing: 0.8px !important;
	color: #555555 !important;
}

.woocommerce-order-received table.order_details td.product-name a,
.woocommerce-order-received table.order_details td.product-name {
	font-size: 13px !important;
	font-weight: 700 !important;
	text-transform: uppercase !important;
	letter-spacing: 0.6px !important;
	color: #1a1a1a !important;
}

.woocommerce-order-received table.order_details td .amount,
.woocommerce-order-received table.order_details td .woocommerce-Price-amount,
.woocommerce-order-received table.order_details tfoot td .amount {
	color: #1a1a1a !important;
	font-weight: 600 !important;
	font-size: 13px !important;
}

.woocommerce-order-received table.order_details tr.order-total td strong .amount,
.woocommerce-order-received table.order_details tr.order-total td .woocommerce-Price-amount {
	color: var(--c-gold) !important;
	font-size: 18px !important;
	font-weight: 700 !important;
}

.woocommerce-customer-details .woocommerce-columns,
.woocommerce-customer-details .customer-details-columns {
	display: flex !important;
	gap: 24px !important;
	flex-wrap: wrap !important;
	margin-top: 45px !important;
	margin-bottom: 40px !important;
}

.woocommerce-customer-details .woocommerce-column,
.woocommerce-customer-details [class*="woocommerce-column--"] {
	background-color: #ffffff !important;
	padding: 28px !important;
	border-radius: 8px !important;
	box-shadow: 0 4px 24px rgba(0, 0, 0, 0.03) !important;
	border: none !important;
	flex: 1 1 400px !important;
	box-sizing: border-box !important;
}

.woocommerce-customer-details address {
	background: transparent !important;
	border: none !important;
	padding: 0 !important;
	margin: 0 !important;
	font-style: normal !important;
	color: #444444 !important;
	font-size: 14px !important;
	line-height: 1.6 !important;
}

.woocommerce-customer-details .woocommerce-column__title,
.woocommerce-column .woocommerce-column__title {
	font-size: 16px !important;
	font-weight: 700 !important;
	text-transform: uppercase !important;
	letter-spacing: 0.6px !important;
	margin-top: 0 !important;
	margin-bottom: 16px !important;
	color: #1a1a1a !important;
}

.woocommerce-customer-details > h2:first-of-type {
	display: none !important;
}

/* ==========================================================================
8. BLOG & SINGLE POST
========================================================================== */
.pasieka-blog-header-wrapper {
	max-width: 520px;
	margin: 60px auto 40px auto;
	text-align: center;
	padding: 0 20px;
}

.pasieka-blog-title {
	font-family: "Playfair Display", "Georgia", serif !important;
	font-size: 56px !important;
	font-weight: 700 !important;
	color: #3b2b24 !important;
	margin: 0 0 8px 0 !important;
	text-transform: none !important;
	letter-spacing: -0.5px !important;
	line-height: 1.1 !important;
}

.pasieka-blog-tagline {
	font-size: 16px !important;
	color: #888888 !important;
	margin: 0 0 35px 0 !important;
}

.pasieka-blog-search-form {
	width: 100%;
	margin-bottom: 30px;
}

.pasieka-search-input-group {
	position: relative;
	width: 100%;
}

.pasieka-search-icon {
	position: absolute;
	left: 18px;
	top: 50%;
	transform: translateY(-50%);
	width: 16px;
	height: 16px;
	color: #aaaaaa;
	pointer-events: none;
}

.pasieka-search-field {
	width: 100% !important;
	height: 48px !important;
	padding: 0 20px 0 48px !important;
	font-size: 14px !important;
	color: #333333 !important;
	background-color: #ffffff !important;
	border: 1px solid #e5e5e5 !important;
	border-radius: 4px !important;
	box-shadow: none !important;
}

.pasieka-search-field:focus {
	border-color: #3b2b24 !important;
	outline: none !important;
}

.pasieka-search-field::placeholder {
	color: #b5b5b5 !important;
}

.pasieka-blog-pills-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px;
	margin-top: 10px;
}

.blog-pill-btn {
	display: inline-block;
	padding: 6px 18px !important;
	font-size: 11px !important;
	font-weight: 700 !important;
	letter-spacing: 0.5px !important;
	text-transform: uppercase !important;
	color: #555555 !important;
	background-color: #ffffff !important;
	border: 1px solid #e5e5e5 !important;
	border-radius: 7px !important;
	text-decoration: none !important;
}

.blog-pill-btn:hover {
	border-color: #3b2b24 !important;
	color: #3b2b24 !important;
}

.blog-pill-btn.active {
	background-color: #3b2b24 !important;
	color: #ffffff !important;
	border-color: #3b2b24 !important;
}

/* Kafelki Bloga (Grid) */
.blog-entry.grid-entry {
	position: relative !important;
	display: block !important;
}

.blog-entry.grid-entry .blog-entry-inner {
	padding: 0 1.25rem 1.25rem;
	border: 1px solid #e9e9e9;
	background: #fff;
	border-radius: 7px;
	display: block !important;
}

.blog-entry.post .thumbnail img {
	width: 100%;
	height: 280px;
	object-fit: cover;
	border-radius: 7px 7px 0px 0px;
	margin-bottom: 10px;
}

.blog-entry.post ul.meta,
ul.meta {
	margin: 0 0 10px 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	color: #4a4a4a;
	font-size: 14px;
	line-height: 1.0;
	list-style: none;
}

.blog-entry-meta li i,
.blog-entry-meta li svg {
	display: none !important;
}

.blog-entry.grid-entry .blog-entry-header {
	margin: 0;
}

.blog-entry-header .blog-entry-title,
.blog-entry-header .blog-entry-title a,
.blog-entry.grid-entry .blog-entry-header .blog-entry-title {
	line-height: 1.3 !important;
	margin-top: 0px !important;
	margin-bottom: 12px !important;
}

.blog-entry.post .blog-entry-header .entry-title a {
	font-size: 20px;
}

/* Poprawka wielkości tytułów na liście wpisów */
.search-results #content article h2.search-entry-title,
#blog-entries article.blog-entry h2.blog-entry-title {
	font-size: 22px !important;
	line-height: 1.3 !important;
	margin: 0 0 10px 0 !important;
}

.search-results #content article h2.search-entry-title a,
#blog-entries article.blog-entry h2.blog-entry-title a {
	color: #3b2b24 !important;
	text-decoration: none !important;
	transition: color 0.3s ease !important;
}

.search-results #content article h2.search-entry-title a:hover,
#blog-entries article.blog-entry h2.blog-entry-title a:hover {
	color: #cba052 !important;
}

.search-results #content article .search-entry-summary,
#blog-entries article.blog-entry .blog-entry-summary {
	color: #666 !important;
	font-size: 15px !important;
	line-height: 1.6 !important;
	margin-bottom: 15px !important;
}

.search-results #content article .search-entry-readmore a,
#blog-entries article.blog-entry .blog-entry-readmore a {
	display: inline-block !important;
	color: #cba052 !important;
	font-weight: 600 !important;
	font-size: 13px !important;
	letter-spacing: 1px !important;
	border-bottom: 2px solid transparent !important;
	text-decoration: none !important;
	transition: all 0.3s ease !important;
}

.search-results #content article .search-entry-readmore a:hover,
#blog-entries article.blog-entry .blog-entry-readmore a:hover {
	color: #3b2b24 !important;
	border-bottom-color: #3b2b24 !important;
}

/* Odznaki na zdjęciach */
.pasieka-card-image-badge {
	position: absolute !important;
	top: 15px !important;
	left: 35px !important;
	z-index: 99 !important;
	background-color: #ffffff !important;
	padding: 5px 16px !important;
	font-size: 10px !important;
	font-weight: 700 !important;
	text-transform: uppercase !important;
	letter-spacing: 0.6px !important;
	border-radius: 30px !important;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05) !important;
	display: inline-block !important;
}

.pasieka-card-image-badge.cat-slug-wiedza {
	color: #d6b46b !important;
}

.pasieka-card-image-badge.cat-slug-kulisy {
	color: #b1bda3 !important;
}

.pasieka-card-image-badge.cat-slug-przepisy {
	color: #e5a93b !important;
}

.pasieka-card-image-badge.cat-slug-zdrowie {
	color: #a4bca3 !important;
}

.pasieka-card-image-badge.cat-slug-kat1 {
	color: #d6b46b !important;
}

.pasieka-card-image-badge.cat-slug-kat2 {
	color: #b1bda3 !important;
}

.pasieka-card-image-badge.cat-slug-kat3 {
	color: #e5a93b !important;
}

/* Powiązane wpisy */
#related-posts .oceanwp-row {
	display: flex !important;
	flex-wrap: wrap !important;
	gap: 24px !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

#related-posts .related-post {
	position: relative;
	float: none !important;
	flex: 1 1 calc(33.333% - 16px) !important;
	margin: 0 !important;
	background-color: #ffffff;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
}

#related-posts .related-post-title,
#related-posts .related-post-meta {
	padding-left: 15px !important;
	padding-right: 15px !important;
	text-align: center;
}

#related-posts .related-post-title {
	margin-top: 15px !important;
	margin-bottom: 10px !important;
}

#related-posts .related-post-meta {
	margin-bottom: 15px !important;
}

#related-posts .related-post-img img {
	width: 100%;
	height: auto;
	display: block;
}

@media (max-width: 768px) {
	#related-posts .related-post {
		flex: 1 1 calc(50% - 12px) !important;
	}
}

@media (max-width: 480px) {
	#related-posts .related-post {
		flex: 1 1 100% !important;
	}
}

/* Pojedynczy wpis */
.single-header-ocean-3 {
	position: relative;
	padding: 70px 0 50px 0px;
	margin-bottom: 50px;
}

.single-header-ocean-3 .blog-post-author .post-author-avatar img.avatar {
	display: none;
}

.content-full-width .content-area,
body.content-full-screen #content-wrap {
	width: 100% !important;
	max-width: none !important;
	padding: 0 !important;
	border: 0 !important;
	padding-top: 50px !important;
}

.single-post.content-max-width .entry-header,
.single-post.content-max-width ul.meta,
.single-post.content-max-width .entry-content h1,
.single-post.content-max-width .entry-content h2,
.single-post.content-max-width .entry-content h3,
.single-post.content-max-width .entry-content h4,
.single-post.content-max-width .entry-content h5,
.single-post.content-max-width .entry-content h6,
.single-post.content-max-width .entry-content blockquote,
.single-post.content-max-width .entry-content p,
.single-post.content-max-width .wp-block-image,
.single-post.content-max-width .wp-block-buttons,
.single-post.content-max-width .wp-block-gallery,
.single-post.content-max-width .wp-block-video,
.single-post.content-max-width .wp-block-quote,
.single-post.content-max-width .wp-block-table,
.single-post.content-max-width .wp-block-text-columns,
.single-post.content-max-width .wp-block-code,
.single-post.content-max-width .wp-block-preformatted,
.single-post.content-max-width .entry-content ul,
.single-post.content-max-width .entry-content ol,
.single-post.content-max-width .wp-block-cover-text,
.single-post.content-max-width .wp-block-cover,
.single-post.content-max-width .wp-block-columns,
.single-post.content-max-width .post-tags,
.single-post.content-max-width .comments-area {
	margin: 0.3em auto;
	max-width: 700px;
}

.content-left-sidebar .content-area {
	float: right;
	padding-left: 30px;
	padding-right: 0;
	padding-top: 25px;
	border-left-width: 1px;
	border-right-width: 0;
}

body.single-post h1.single-post-title,
body.single-post h1.entry-title {
	font-family: "Playfair Display", "Georgia", serif !important;
	font-size: 38px !important;
	line-height: 1.3 !important;
	color: #fff !important;
	font-weight: 700 !important;
	text-align: center !important;
	margin-top: 10px !important;
	margin-bottom: 35px !important;
	letter-spacing: -0.5px !important;
}

@media (max-width: 767px) {

	body.single-post h1.single-post-title,
	body.single-post h1.entry-title {
		font-size: 20px !important;
	}
}

body.single-post .entry-content h2 {
	font-family: "Playfair Display", "Georgia", serif !important;
	font-size: 32px !important;
	line-height: 1.3 !important;
	color: #3b2b24 !important;
	font-weight: 700 !important;
	text-align: left !important;
	margin-top: 45px !important;
	margin-bottom: 18px !important;
}

body.single-post .entry-content h3 {
	font-family: "Playfair Display", "Georgia", serif !important;
	font-size: 24px !important;
	line-height: 1.3 !important;
	color: #3b2b24 !important;
	font-weight: 700 !important;
	text-align: left !important;
	margin-top: 35px !important;
	margin-bottom: 14px !important;
}

body.single-post .entry-content h4 {
	font-family: "Playfair Display", "Georgia", serif !important;
	font-size: 20px !important;
	line-height: 1.3 !important;
	color: #3b2b24 !important;
	font-weight: 700 !important;
	text-align: left !important;
	margin-top: 30px !important;
	margin-bottom: 12px !important;
}

body.single-post .entry-content p {
	font-size: 15px !important;
	line-height: 1.75 !important;
	color: #555555 !important;
	margin-bottom: 22px !important;
}

body.single-post .entry-content ul {
	margin-bottom: 25px !important;
	padding-left: 20px !important;
}

body.single-post .entry-content ul li {
	font-size: 15px !important;
	line-height: 1.7 !important;
	color: #555555 !important;
	margin-bottom: 10px !important;
}

/* Układ Listy (Zdjęcie z lewej) TYLKO dla wyników wyszukiwania, nie dla Gridu Bloga! */
@media (min-width: 961px) {
	.search-results #content article.search-entry {
		display: grid !important;
		grid-template-columns: 360px 1fr !important;
		align-items: center !important;
		gap: 30px;
	}

	.search-results .thumbnail {
		grid-column: 1 / 2 !important;
		grid-row: 1 / 4 !important;
		width: 100% !important;
		margin: 0 !important;
	}

	.search-results .thumbnail img {
		border-radius: 10px !important;
		width: 100% !important;
		height: 230px !important;
		object-fit: cover !important;
		display: block !important;
	}

	.search-results .search-entry-title {
		grid-column: 2 / 3 !important;
		grid-row: 1 / 2 !important;
		font-size: 24px !important;
	}

	.search-results .search-entry-summary {
		grid-column: 2 / 3 !important;
		grid-row: 2 / 3 !important;
		margin: 0 !important;
	}

	.search-results .search-entry-readmore {
		grid-column: 2 / 3 !important;
		grid-row: 3 / 4 !important;
	}
}

/* ==========================================================================
9. FORMS & ELEMENTOR CUSTOM WIDGETS
========================================================================== */
.custom-cf7-form {
	background: var(--c-bg-white);
	padding: 40px;
	border-radius: 12px;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.cf7-row {
	display: flex;
	gap: 30px;
	margin-bottom: 25px;
}

.cf7-column {
	flex: 1;
}

.custom-cf7-form input[type="text"],
.custom-cf7-form input[type="email"],
.custom-cf7-form textarea {
	width: 100%;
	border: none !important;
	border-bottom: 1px solid var(--c-border) !important;
	background: transparent !important;
	padding: 10px 0 !important;
	margin-bottom: 20px;
	color: var(--c-text-dark);
}

.custom-cf7-form input:focus,
.custom-cf7-form textarea:focus {
	outline: none;
	border-bottom-color: var(--c-gold) !important;
}

.custom-cf7-form input[type="submit"] {
	background-color: var(--c-gold) !important;
	color: var(--c-white) !important;
	padding: 12px 35px !important;
	border: none !important;
	border-radius: 6px !important;
	cursor: pointer;
	transition: 0.3s;
	font-weight: 600;
}

.custom-cf7-form input[type="submit"]:hover {
	background-color: var(--c-gold-hover) !important;
}

.moje-eko-listy .elementor-icon-list-icon {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	background-color: var(--c-bg-white) !important;
	border: 1px solid var(--c-border) !important;
	width: 38px !important;
	height: 38px !important;
	min-width: 38px !important;
	border-radius: 50% !important;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05) !important;
	margin-right: 15px !important;
}

.moje-eko-listy .elementor-icon-list-icon i,
.moje-eko-listy .elementor-icon-list-icon svg {
	color: var(--c-gold) !important;
	fill: var(--c-gold) !important;
	font-size: 16px !important;
	width: 16px !important;
}

.moje-eko-listy .elementor-icon-list-item {
	display: flex !important;
	align-items: center !important;
	padding-bottom: 12px !important;
}

.moje-eko-listy .elementor-icon-list-text {
	color: var(--c-text-main) !important;
	font-size: 16px !important;
}

/* ==========================================================================
10. STOPKA (FOOTER)
========================================================================== */
#footer.custom-ocean-footer {
	background-color: var(--c-bg-footer) !important;
	padding: 80px 0 0 0 !important;
	border: none !important;
}

.custom-ocean-footer .footer-container {
	max-width: 1240px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1.4fr 0.9fr 1.1fr 1.6fr;
	gap: 50px;
	padding: 0 30px;
}

#footer.custom-ocean-footer h1,
#footer.custom-ocean-footer h2,
#footer.custom-ocean-footer h3,
#footer.custom-ocean-footer h4,
#footer.custom-ocean-footer h5,
#footer.custom-ocean-footer h6,
.custom-ocean-footer h3.widget-title,
.custom-ocean-footer .footer-box h3 {
	font-family: var(--font-head) !important;
	font-size: 16px !important;
	text-transform: uppercase !important;
	letter-spacing: 2px !important;
	margin-bottom: 25px !important;
	color: var(--c-white) !important;
}

.custom-ocean-footer .footer-box,
.custom-ocean-footer p,
.custom-ocean-footer li,
.custom-ocean-footer ul li a,
.footer-newsletter-form p {
	font-size: 14px !important;
	color: var(--c-text-light) !important;
}

footer a {
	color: #888888 !important;
}

.custom-ocean-footer ul li {
	margin-bottom: 14px !important;
	list-style: none !important;
}

.custom-ocean-footer ul li a:hover {
	color: var(--c-gold) !important;
	padding-left: 5px;
}

.footer-social-icons {
	display: flex !important;
	gap: 12px;
	margin-top: 30px;
}

.footer-social-icons a {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 50%;
	width: 42px;
	height: 42px;
	color: var(--c-white) !important;
	transition: all 0.3s ease;
	text-decoration: none !important;
}

.footer-social-icons a:hover {
	border-color: var(--c-gold) !important;
	color: var(--c-gold) !important;
	background: rgba(212, 175, 55, 0.05);
}

.custom-ocean-footer .footer-box li {
	display: flex !important;
	align-items: flex-start !important;
	margin-bottom: 15px !important;
	gap: 10px !important;
}

.custom-ocean-footer .footer-box li i {
	color: var(--c-gold) !important;
	font-size: 16px !important;
	width: 25px !important;
	margin-top: 5px !important;
}

.footer-newsletter-form input[type="email"] {
	width: 100% !important;
	background: transparent !important;
	border: none !important;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
	padding: 15px 0 !important;
	color: var(--c-white) !important;
	outline: none !important;
	transition: border 0.3s ease;
}

.footer-newsletter-form input[type="email"]:focus {
	border-color: var(--c-gold) !important;
}

.footer-newsletter-form button {
	background: transparent !important;
	border: none !important;
	color: var(--c-gold) !important;
	font-weight: 700 !important;
	text-transform: uppercase !important;
	letter-spacing: 2px !important;
	padding: 20px 0 !important;
	cursor: pointer;
	display: inline-flex !important;
	align-items: center !important;
	gap: 10px !important;
	font-size: 13px !important;
	transition: all 0.3s ease !important;
}

.footer-newsletter-form button:hover {
	color: var(--c-white) !important;
	padding-left: 10px !important;
}

#footer-bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.05) !important;
	padding: 35px 0 !important;
	margin-top: 60px !important;
}

#footer-bottom .footer-container {
	display: flex !important;
	justify-content: space-between !important;
	font-size: 11px !important;
	letter-spacing: 1px !important;
	text-transform: uppercase !important;
	color: var(--c-text-gray) !important;
}

@media (max-width: 1024px) {
	.custom-ocean-footer .footer-container {
		grid-template-columns: 1fr 1fr;
		gap: 40px;
	}
}

@media (max-width: 600px) {
	.custom-ocean-footer .footer-container {
		grid-template-columns: 1fr;
		text-align: center;
	}

	.footer-social-icons,
	.footer-newsletter-form button,
	.custom-ocean-footer .footer-box li {
		justify-content: center;
	}

	#footer-bottom .footer-container {
		flex-direction: column;
		gap: 15px;
		align-items: center;
	}
}



.cky-btn-revisit-wrapper .cky-btn-revisit img {
    max-width: fit-content;
    margin: 0;
    height: 28px !important;
    width: 28px !important;
}

.cky-btn-revisit-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #D4AF37 !important;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    position: fixed;
    z-index: 999995;
    cursor: pointer;
}


.cky-btn-accept {
    background: #D4AF37 !important;
    color: #ffffff;
    border: 2px solid #D4AF37 !important;
}


.cky-btn-reject {
    color: #D4AF37 !important;
    background: transparent;
    border: 2px solid #D4AF37 !important;
}

.cky-btn-preferences {
    color: #D4AF37 !important;
    background: transparent;
    border: 2px solid #D4AF37 !important;
}

.cky-btn-customize {
    color: #D4AF37 !important;
    background: transparent;
    border: 2px solid #D4AF37 !important;
}



/* Kontener ceny wyrównujemy do dołu i dajemy mu trochę przestrzeni */
.custom-card-price { 
    display: block !important; 
    font-family: var(--font-body) !important; 
    font-size: 1rem !important; 
    font-weight: 600 !important; 
    color: #111111 !important; 
    margin-top: auto; 
    padding-top: 10px; 
    white-space: nowrap; /* Zabezpieczenie przed łamaniem wiersza */
}

/* Wymuszamy, by wszystkie liczby, myślniki i symbole waluty były w jednej linii */
.custom-card-price .woocommerce-Price-amount,
.custom-card-price bdi,
.custom-card-price ins,
.custom-card-price del { 
    display: inline-block !important; 
    background: transparent !important; /* Usuwamy czarne tło widoczne na screenie */
    color: #111111 !important; 
    padding: 0 !important;
    margin: 0 !important;
    text-decoration: none !important;
}

/* Stylizacja ewentualnej przekreślonej (starej) ceny na karcie */
.custom-card-price del .woocommerce-Price-amount {
    color: #999999 !important;
    font-size: 0.85rem !important;
    text-decoration: line-through !important;
    margin-right: 6px !important;
}

@media only screen and (max-width: 959px) {
    #main #content-wrap.container {
        width: auto !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
}