/*!
Theme Name: karmbot
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: karmbot
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.

karmbot 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;
}

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

/**
 * Correct the font size and margin on `h1` 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
--------------------------------------------------------------*/

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

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

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: #800080;
}

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
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@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;
}

.karma-list {
	display: flex;
	flex-direction: column;
	gap: 15px;
	margin-top: 20px;
}

.karma-item {
	display: flex;
	align-items: center;
	padding: 10px;
	border: 1px solid #ddd;
	border-radius: 8px;
	transition: background-color 0.3s;
}

.karma-item:hover {
	background-color: #f9f9f9;
}

.karma-thumbnail img {
	width: 80px;
	height: 80px;
	object-fit: cover;
	border-radius: 4px;
	margin-right: 15px;
}

.karma-title a {
	font-size: 18px;
	font-weight: 600;
	color: #333;
	text-decoration: none;
}

.karma-title a:hover {
	text-decoration: underline;
	color: #0073aa;
}

.pagination {
	margin-top: 20px;
	text-align: center;
}

.pagination a,
.pagination span {
	display: inline-block;
	margin: 0 5px;
	padding: 6px 12px;
	border: 1px solid #ddd;
	border-radius: 4px;
	color: #333;
	text-decoration: none;
}

.pagination a:hover {
	background-color: #0073aa;
	color: #fff;
	border-color: #0073
}

/* Tabela sklepów – styl minimalistyczny */
.single-karma table {
	width: 100%;
	max-width: 700px;
	margin: 2em auto;
	border-collapse: collapse;
	font-family: "Lato", sans-serif;
	font-size: 16px;
	background: #fff;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
}

.single-karma table th,
.single-karma table td {
	padding: 12px 16px;
	border: 1px solid #ddd;
	text-align: left;
}

.single-karma table thead {
	background-color: #f5f5f5;
}

.single-karma table tbody tr:nth-child(even) {
	background-color: #fafafa;
}

.single-karma table tbody tr:nth-child(odd) {
	background-color: #fff;
}

/* Centrowanie nagłówków h2 */
.single-karma h2 {
	text-align: center;
	margin-top: 2em;
	margin-bottom: 1em;
	font-size: 1.5em;
}

.single-karma h1.entry-title {
	text-align: center;
	margin-bottom: 1em;
}

.karma-thumb {
	display: flex;
	justify-content: center;
	margin: 2em 0;
}


/* nowy css */

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	font-family: "Lato", sans-serif;
	background: #ffffff;
	overflow-x: hidden;
}

.main-home {
	display: flex;
	justify-content: center;
	align-items: center;
}

/* Główna sekcja wyszukiwarki */
.search-section {
	position: relative;
	width: 100%;
	max-width: 1200px;
	padding: 80px 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	z-index: 1;
}

/* Dekoracyjne elementy tła - kolorowe kółka z blur */
.search-section::before {
	content: '';
	position: absolute;
	top: -100px;
	left: -150px;
	width: 400px;
	height: 400px;
	background: linear-gradient(135deg, #FF6B6B, #FFE66D);
	border-radius: 50%;
	filter: blur(100px);
	opacity: 0.5;
	z-index: -1;
	animation: float 6s ease-in-out infinite;
}

.search-section::after {
	content: '';
	position: absolute;
	bottom: -100px;
	right: -100px;
	width: 350px;
	height: 350px;
	background: linear-gradient(135deg, #4ECDC4, #44A08D);
	border-radius: 50%;
	filter: blur(90px);
	opacity: 0.4;
	z-index: -1;
	animation: float 8s ease-in-out infinite reverse;
}

/* Dodatkowe kolorowe bąbelki */
.bubble-1,
.bubble-2,
.bubble-3,
.bubble-4 {
	position: absolute;
	border-radius: 50%;
	filter: blur(80px);
	opacity: 0.3;
	z-index: -1;
}

.bubble-1 {
	top: 10%;
	right: 5%;
	width: 250px;
	height: 250px;
	background: linear-gradient(135deg, #FA8BFF, #2BD2FF);
	animation: float 7s ease-in-out infinite;
}

.bubble-2 {
	bottom: 10%;
	left: 10%;
	width: 200px;
	height: 200px;
	background: linear-gradient(135deg, #90F7EC, #32CCBC);
	animation: float 5s ease-in-out infinite reverse;
}

.bubble-3 {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 300px;
	height: 300px;
	background: linear-gradient(135deg, #FFA0C9, #FFD700);
	opacity: 0.25;
	filter: blur(120px);
	animation: pulse 4s ease-in-out infinite;
}

.bubble-4 {
	top: 30%;
	left: -5%;
	width: 180px;
	height: 180px;
	background: linear-gradient(135deg, #667eea, #764ba2);
	animation: float 6s ease-in-out infinite;
	animation-delay: 1s;
}

/* Nagłówek */
.search-header {
	text-align: center;
	margin-bottom: 50px;
	position: relative;
	z-index: 2;
}

.search-header h1 {
	font-size: 3.5rem;
	font-weight: 800;
	background: linear-gradient(135deg, #667eea, #764ba2);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	margin-bottom: 15px;
}

.search-header .subtitle {
	font-size: 1.2rem;
	color: #6B7280;
	font-weight: 400;
	max-width: 600px;
	margin: 0 auto;
	line-height: 1.6;
}

.search-header .subtitle p {

	margin: 0;

}

/* Kontener formularza */
.search-container {

	border-radius: 30px;
	padding: 20px;
	width: 100%;
	max-width: 700px;
	position: relative;
	z-index: 2;
}

/* Formularz wyszukiwania */
.search-form {
	position: relative;
	width: 100%;
}

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

.search-input {
	width: 100%;
	padding: 24px 140px 24px 30px !important;
	font-size: 1.1rem;
	border: 2px solid #fff !important;
	border-radius: 20px !important;
	background: #ffffff;
	outline: none;
	transition: all 0.3s ease;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
}

.search-input:focus {
	border-color: #667eea;
	box-shadow:
		0 8px 30px rgba(102, 126, 234, 0.15),
		0 4px 10px rgba(0, 0, 0, 0.05);
}

.search-input::placeholder {
	color: #9CA3AF;
	font-weight: 400;
}

/* Przycisk wyszukiwania */
.search-button {
	position: absolute;
	right: 8px;
	top: 50%;
	transform: translateY(-50%);
	background: linear-gradient(135deg, #667eea, #764ba2);
	color: white;
	border: none;
	border-radius: 15px;
	padding: 16px 32px;
	font-size: 1rem;
	font-weight: 600;
	cursor: pointer;
	transition: all 0.3s ease;
	display: flex;
	align-items: center;
	gap: 8px;
	box-shadow: 0 4px 15px rgba(102, 126, 234, 0.25);
}

.search-button:hover {
	transform: translateY(-50%) scale(1.05);
	box-shadow: 0 8px 25px rgba(102, 126, 234, 0.35);
	background: linear-gradient(135deg, #5a72e0, #6a4198);
}

.search-button:active {
	transform: translateY(-50%) scale(0.98);
}

/* Ikona wyszukiwania */
.search-icon {
	width: 20px;
	height: 20px;
}

/* Link do wszystkich karm */
.all-products-link {
	margin-top: 50px;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 18px 36px;
	background: linear-gradient(135deg, #4ECDC4, #44A08D);
	color: white !important;
	text-decoration: none;
	border-radius: 50px;
	font-weight: 600;
	font-size: 1.05rem;
	transition: all 0.3s ease;
	box-shadow: 0 4px 20px rgba(78, 205, 196, 0.25);
	position: relative;
	z-index: 0;
}

.all-products-link:hover {
	transform: translateY(-3px);
	box-shadow: 0 8px 30px rgba(78, 205, 196, 0.35);
	background: linear-gradient(135deg, #45c4bb, #3d9784);
}

/* AUTOSUGGEST STYLING */
.ep-autosuggest {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 1000;
	margin-top: 5px;
}

.autosuggest-list {
	background: rgba(255, 255, 255, 0.95);
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 15px;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
	overflow: hidden;
	list-style: none;
	max-height: 300px;
	overflow-y: auto;
	z-index: 999;
}

.autosuggest-item {
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.autosuggest-item:last-child {
	border-bottom: none;
}

.autosuggest-link {
	display: block;
	padding: 8px 16px !important;
	color: #374151 !important;
	text-decoration: none;
	font-size: 0.95rem !important;
	line-height: 1.4;
	transition: all 0.2s ease;
	cursor: pointer;

}

.autosuggest-link:hover,
.autosuggest-item[aria-selected="true"] .autosuggest-link {
	background: linear-gradient(135deg, rgba(102, 126, 234, 0.1), rgba(118, 75, 162, 0.1));
	color: #667eea;
}

/* Animacje */
@keyframes float {

	0%,
	100% {
		transform: translateY(0) rotate(0deg);
	}

	50% {
		transform: translateY(-30px) rotate(5deg);
	}
}

@keyframes pulse {

	0%,
	100% {
		transform: translate(-50%, -50%) scale(1);
		opacity: 0.25;
	}

	50% {
		transform: translate(-50%, -50%) scale(1.15);
		opacity: 0.35;
	}
}

/* MOBILE BREAKPOINT - 1024px */
@media (max-width: 1024px) {
	.search-section {
		padding: 40px 15px;
		min-height: 100vh;
		justify-content: center;
	}

	.search-header {
		margin-bottom: 35px;
	}

	.search-header h1 {
		font-size: 2.2rem;
		line-height: 1.1;
		margin-bottom: 12px;
	}

	.search-header .subtitle {
		font-size: 1rem;
		padding: 0 15px;
		line-height: 1.5;
		max-width: 500px;
	}

	.search-container {
		padding: 35px 25px;
		border-radius: 25px;
		margin: 0 10px;
		max-width: 600px;
	}

	.search-input {
		padding: 20px 110px 20px 20px !important;
		font-size: 16px;
		/* Zapobiega zoom na iOS */
		border-radius: 18px !important;
	}

	.search-button {
		padding: 14px 24px;
		font-size: 0.95rem;
		border-radius: 13px;
		right: 6px;
	}

	.search-icon {
		width: 18px;
		height: 18px;
	}

	.all-products-link {
		padding: 16px 28px;
		font-size: 1rem;
		margin-top: 35px;
	}

	/* Zmniejszenie efektów tła na mobile */
	.search-section::before,
	.search-section::after,
	.bubble-1,
	.bubble-2,
	.bubble-3,
	.bubble-4 {
		transform: scale(0.6);
		opacity: 0.3;
		filter: blur(60px);
	}

	/* Autosuggest na mobile */
	.autosuggest-list {
		border-radius: 12px;
		max-height: 250px;
	}

	.autosuggest-link {
		padding: 12px 16px;
		font-size: 0.9rem;
		line-height: 1.3;
	}

	/* Responsywne dotknięcia */
	.search-button,
	.all-products-link,
	.autosuggest-link {
		-webkit-tap-highlight-color: transparent;
		touch-action: manipulation;
	}
}

/* Bardzo małe telefony (320px-480px) */
@media (max-width: 480px) {
	.search-section {
		padding: 30px 10px;
	}

	.search-header h1 {
		font-size: 1.8rem;
	}

	.search-header .subtitle {
		font-size: 0.9rem;
		padding: 0 10px;
	}

	.search-container {
		padding: 25px 15px;
		border-radius: 20px;
		margin: 0 5px;
	}

	.search-input {
		padding: 16px 85px 16px 16px !important;
		font-size: 16px;
		border-radius: 16px !important;
	}

	.search-button {
		padding: 12px 18px;
		font-size: 0.85rem;
		border-radius: 12px;
		right: 4px;
	}

	.search-icon {
		width: 16px;
		height: 16px;
	}

	.all-products-link {
		padding: 14px 24px;
		font-size: 0.9rem;
		margin-top: 25px;
	}

	/* Minimalne efekty tła na małych telefonach */
	.search-section::before,
	.search-section::after {
		display: none;
	}

	.bubble-1,
	.bubble-2,
	.bubble-3,
	.bubble-4 {
		transform: scale(0.4);
		opacity: 0.2;
	}

	/* Autosuggest na małych telefonach */
	.autosuggest-link {
		padding: 10px 12px;
		font-size: 0.85rem;
	}
}

/* Usuwanie domyślnych stylów wyszukiwania */
input[type=search]::-ms-clear,
input[type=search]::-ms-reveal {
	display: none;
	width: 0;
	height: 0;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
	display: none;
}

/* KARMY LIST PAGE STYLING - tylko dla .site-main-karmy */

/* Główny kontener strony */
.site-main-karmy {
	position: relative;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 80px 20px;
	min-height: 100vh;
	z-index: 1;
}

/* Dekoracyjne elementy tła - podobne do search page */
.site-main-karmy::before {
	content: '';
	position: absolute;
	top: -50px;
	left: -100px;
	width: 300px;
	height: 300px;
	background: linear-gradient(135deg, #FF6B6B, #FFE66D);
	border-radius: 50%;
	filter: blur(80px);
	opacity: 0.4;
	z-index: -1;
	animation: float 8s ease-in-out infinite;
}

.site-main-karmy::after {
	content: '';
	position: absolute;
	bottom: -50px;
	right: -80px;
	width: 250px;
	height: 250px;
	background: linear-gradient(135deg, #4ECDC4, #44A08D);
	border-radius: 50%;
	filter: blur(70px);
	opacity: 0.3;
	z-index: -1;
	animation: float 6s ease-in-out infinite reverse;
}

/* Dodatkowe bąbelki */
.site-main-karmy .bubble-decoration-1,
.site-main-karmy .bubble-decoration-2 {
	position: absolute;
	border-radius: 50%;
	filter: blur(60px);
	opacity: 0.25;
	z-index: -1;
}

.site-main-karmy .bubble-decoration-1 {
	top: 20%;
	right: 10%;
	width: 200px;
	height: 200px;
	background: linear-gradient(135deg, #FA8BFF, #2BD2FF);
	animation: float 7s ease-in-out infinite;
}

.site-main-karmy .bubble-decoration-2 {
	bottom: 30%;
	left: 5%;
	width: 180px;
	height: 180px;
	background: linear-gradient(135deg, #667eea, #764ba2);
	animation: float 5s ease-in-out infinite reverse;
}

/* Nagłówek strony */
.site-main-karmy .page-header {
	text-align: center;
	margin-bottom: 60px;
	position: relative;
	z-index: 2;
}

.site-main-karmy .page-title {
	font-size: 3rem;
	font-weight: 800;
	background: linear-gradient(135deg, #667eea, #764ba2);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	margin-bottom: 10px;
}

/* Lista karm */
.site-main-karmy .karmy-list {
	margin-bottom: 40px;
	position: relative;
	z-index: 2;
}

/* Pojedynczy element karmy */
.site-main-karmy .karma-item {
	display: flex !important;
	align-items: center !important;
	margin-bottom: 20px !important;
	padding: 20px;
	background: rgba(255, 255, 255, 0.8);
	border: 1px solid rgba(255, 255, 255, 0.4);
	border-radius: 18px;
	transition: all 0.3s ease;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
}

.site-main-karmy .karma-item:hover {
	transform: translateY(-3px);
	box-shadow: 0 8px 25px rgba(102, 126, 234, 0.12);
	background: rgba(255, 255, 255, 0.9);
	border-color: rgba(102, 126, 234, 0.2);
}

.site-main-karmy .karma-item:last-child {
	margin-bottom: 0 !important;
}

/* Miniaturka karmy */
.site-main-karmy .karma-thumb {
	width: 80px !important;
	height: 80px;
	margin-right: 20px !important;
	border-radius: 12px;
	overflow: hidden;
	flex-shrink: 0;
	background: linear-gradient(135deg, #f8f9fa, #e9ecef);
	display: flex;
	align-items: center;
	justify-content: center;
}

.site-main-karmy .karma-thumb img {
	max-width: 100% !important;
	height: 100%;
	object-fit: cover;
	border-radius: 12px;
}

.site-main-karmy .karma-thumb div {
	background: linear-gradient(135deg, #e9ecef, #dee2e6) !important;
	width: 100% !important;
	height: 80px !important;
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.site-main-karmy .karma-thumb div::after {
	content: '🐕';
	font-size: 24px;
	opacity: 0.5;
}

/* Tytuł karmy */
.site-main-karmy .karma-title {
	flex: 1;
}

.site-main-karmy .karma-title a {
	color: #374151;
	text-decoration: none;
	font-size: 1.1rem;
	font-weight: 600;
	line-height: 1.4;
	transition: all 0.3s ease;
	display: block;
}

.site-main-karmy .karma-title a:hover {
	color: #667eea;
	text-decoration: none;
}

/* Paginacja */
.site-main-karmy .pagination {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 8px;
	margin-top: 50px;
	position: relative;
	z-index: 2;
}

.site-main-karmy .pagination a,
.site-main-karmy .pagination .current,
.site-main-karmy .pagination .dots {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 45px;
	height: 45px;
	padding: 8px 12px;
	background: rgba(255, 255, 255, 0.9);
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
	border: 1px solid rgba(255, 255, 255, 0.3);
	border-radius: 12px;
	color: #374151;
	text-decoration: none;
	font-weight: 600;
	font-size: 0.95rem;
	transition: all 0.3s ease;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.site-main-karmy .pagination a:hover {
	transform: translateY(-2px);
	background: linear-gradient(135deg, #667eea, #764ba2);
	color: white;
	box-shadow: 0 4px 15px rgba(102, 126, 234, 0.25);
	border-color: rgba(102, 126, 234, 0.3);
}

.site-main-karmy .pagination .current {
	background: linear-gradient(135deg, #667eea, #764ba2);
	color: white;
	box-shadow: 0 4px 15px rgba(102, 126, 234, 0.25);
	border-color: rgba(102, 126, 234, 0.3);
}

.site-main-karmy .pagination .dots {
	cursor: default;
	color: #9CA3AF;
}

/* Brak karm */
.site-main-karmy p {
	text-align: center;
	font-size: 1.2rem;
	color: #6B7280;
	background: rgba(255, 255, 255, 0.9);
	backdrop-filter: blur(30px);
	-webkit-backdrop-filter: blur(30px);
	border: 1px solid rgba(255, 255, 255, 0.3);
	border-radius: 20px;
	padding: 40px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
	position: relative;
	z-index: 2;
}

/* Animacje */
@keyframes float {

	0%,
	100% {
		transform: translateY(0) rotate(0deg);
	}

	50% {
		transform: translateY(-20px) rotate(3deg);
	}
}

/* MOBILE BREAKPOINT - 1024px */
@media (max-width: 1024px) {
	.site-main-karmy {
		padding: 40px 15px;
	}

	.site-main-karmy .page-title {
		font-size: 2.2rem;
		line-height: 1.1;
	}

	.site-main-karmy .karmy-list {
		padding: 25px 20px;
		border-radius: 20px;
		margin: 0 5px 30px 5px;
	}

	.site-main-karmy .karma-item {
		padding: 15px;
		border-radius: 15px;
		margin-bottom: 15px !important;
	}

	.site-main-karmy .karma-thumb {
		width: 70px !important;
		height: 70px;
		margin-right: 15px !important;
	}

	.site-main-karmy .karma-thumb div {
		height: 70px !important;
	}

	.site-main-karmy .karma-thumb div::after {
		font-size: 20px;
	}

	.site-main-karmy .karma-title a {
		font-size: 1rem;
		line-height: 1.3;
	}

	.site-main-karmy .pagination {
		margin-top: 30px;
		gap: 6px;
		flex-wrap: wrap;
	}

	.site-main-karmy .pagination a,
	.site-main-karmy .pagination .current,
	.site-main-karmy .pagination .dots {
		min-width: 40px;
		height: 40px;
		font-size: 0.9rem;
		border-radius: 10px;
	}

	/* Zmniejszenie efektów tła na mobile */
	.site-main-karmy::before,
	.site-main-karmy::after,
	.site-main-karmy .bubble-decoration-1,
	.site-main-karmy .bubble-decoration-2 {
		transform: scale(0.6);
		opacity: 0.3;
		filter: blur(50px);
	}
}

/* Bardzo małe telefony */
@media (max-width: 480px) {
	.site-main-karmy {
		padding: 30px 10px;
	}

	.site-main-karmy .page-title {
		font-size: 1.8rem;
	}

	.site-main-karmy .karmy-list {
		padding: 20px 15px;
		border-radius: 18px;
		margin: 0 0 25px 0;
	}

	.site-main-karmy .karma-item {
		padding: 12px;
		border-radius: 12px;
		margin-bottom: 12px !important;
		flex-direction: column;
		align-items: flex-start !important;
		text-align: center;
	}

	.site-main-karmy .karma-thumb {
		width: 60px !important;
		height: 60px;
		margin: 0 auto 12px auto !important;
	}

	.site-main-karmy .karma-thumb div {
		height: 60px !important;
	}

	.site-main-karmy .karma-thumb div::after {
		font-size: 18px;
	}

	.site-main-karmy .karma-title {
		width: 100%;
	}

	.site-main-karmy .karma-title a {
		font-size: 0.95rem;
		text-align: center;
	}

	.site-main-karmy .pagination {
		margin-top: 25px;
		gap: 4px;
	}

	.site-main-karmy .pagination a,
	.site-main-karmy .pagination .current,
	.site-main-karmy .pagination .dots {
		min-width: 35px;
		height: 35px;
		font-size: 0.85rem;
		padding: 6px 8px;
	}

	/* Ukrycie niektórych efektów tła na małych telefonach */
	.site-main-karmy::before,
	.site-main-karmy::after {
		display: none;
	}

	.site-main-karmy .bubble-decoration-1,
	.site-main-karmy .bubble-decoration-2 {
		transform: scale(0.4);
		opacity: 0.2;
	}
}

/* SINGLE KARMA PAGE STYLING - tylko dla .site-main-single-karma */

/* Główny kontener strony */

/* SINGLE KARMA PAGE STYLING - tylko dla .site-main-single-karma */

.site-main-single-karma .main-home {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	min-height: 100vh;
}

/* Główny kontener strony */
.site-main-single-karma {
	position: relative;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 80px 20px;
	min-height: 100vh;
	z-index: 1;
}

/* Dekoracyjne elementy tła */
.site-main-single-karma::before {
	content: '';
	position: absolute;
	top: -80px;
	left: -120px;
	width: 350px;
	height: 350px;
	background: linear-gradient(135deg, #FF6B6B, #FFE66D);
	border-radius: 50%;
	filter: blur(90px);
	opacity: 0.4;
	z-index: -1;
	animation: float 8s ease-in-out infinite;
}

.site-main-single-karma::after {
	content: '';
	position: absolute;
	bottom: -80px;
	right: -100px;
	width: 280px;
	height: 280px;
	background: linear-gradient(135deg, #4ECDC4, #44A08D);
	border-radius: 50%;
	filter: blur(80px);
	opacity: 0.3;
	z-index: -1;
	animation: float 6s ease-in-out infinite reverse;
}

/* Dodatkowe bąbelki */
.site-main-single-karma .bubble-decoration-1 {
	position: absolute;
	top: 25%;
	right: 8%;
	width: 220px;
	height: 220px;
	background: linear-gradient(135deg, #FA8BFF, #2BD2FF);
	border-radius: 50%;
	filter: blur(70px);
	opacity: 0.25;
	z-index: -1;
	animation: float 7s ease-in-out infinite;
}

.site-main-single-karma .bubble-decoration-2 {
	position: absolute;
	bottom: 35%;
	left: 5%;
	width: 190px;
	height: 190px;
	background: linear-gradient(135deg, #667eea, #764ba2);
	border-radius: 50%;
	filter: blur(65px);
	opacity: 0.25;
	z-index: -1;
	animation: float 5s ease-in-out infinite reverse;
}

/* Artykuł */
.site-main-single-karma article {
	background: rgba(255, 255, 255, 0.9);
	backdrop-filter: blur(30px);
	-webkit-backdrop-filter: blur(30px);
	border: 1px solid rgba(255, 255, 255, 0.3);
	border-radius: 30px;
	padding: 50px;
	box-shadow:
		0 20px 60px rgba(0, 0, 0, 0.08),
		0 10px 30px rgba(0, 0, 0, 0.05),
		inset 0 1px 0 rgba(255, 255, 255, 0.6);
	position: relative;
	z-index: 2;
}

/* Nagłówek */
.site-main-single-karma .entry-header {
	text-align: center;
	margin-bottom: 40px;
}

.site-main-single-karma .entry-title {
	font-size: 2.8rem;
	font-weight: 800;
	background: linear-gradient(135deg, #667eea, #764ba2);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	margin-bottom: 0;
	line-height: 1.2;
}

/* Miniaturka karmy */
.site-main-single-karma .karma-thumb {
	text-align: center;
	margin: 40px 0;
	padding: 30px;

	border-radius: 20px;

}

.site-main-single-karma .karma-thumb img {
	max-width: 300px;
	height: auto;
	border-radius: 15px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.site-main-single-karma .karma-thumb div {
	background: linear-gradient(135deg, #f8f9fa, #e9ecef) !important;
	max-width: 300px !important;
	height: 200px !important;
	margin: 0 auto;
	border-radius: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.site-main-single-karma .karma-thumb div::after {
	content: '🐕';
	font-size: 48px;
	opacity: 0.4;
}

/* Treść */
.site-main-single-karma .entry-content {
	font-size: 1.1rem;
	line-height: 1.6;
	color: #374151;
}

.site-main-single-karma .entry-content h2 {
	font-size: 1.8rem;
	font-weight: 700;
	color: #667eea;
	margin: 40px 0 20px 0;
	padding-bottom: 10px;
	border-bottom: 2px solid rgba(102, 126, 234, 0.2);
	position: relative;
}

.site-main-single-karma .entry-content h2::after {
	content: '';
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 60px;
	height: 2px;
	background: linear-gradient(135deg, #667eea, #764ba2);
}

.site-main-single-karma .entry-content p {
	margin-bottom: 20px;
	text-align: justify;
	color: #4B5563;
}

/* Tabele */
.site-main-single-karma .karma-table {
	width: 100%;
	border-collapse: collapse;
	background: rgba(255, 255, 255, 0.8);
	border-radius: 15px;
	overflow: hidden;
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
	margin: 25px auto 40px auto;
}

/* Kontener dla scrollowalnej tabeli na mobile */
.site-main-single-karma .table-container {
	overflow-x: auto;
	overflow-y: visible;
	-webkit-overflow-scrolling: touch;
	border-radius: 15px;
	margin: 25px auto 40px auto;
	max-width: 100%;
	width: 100%;
}

.site-main-single-karma .karma-table thead {
	background: linear-gradient(135deg, #667eea, #764ba2);
}

.site-main-single-karma .karma-table thead th {
	color: white;
	font-weight: 600;
	font-size: 1.1rem;
	padding: 18px 20px;
	text-align: left;
}

.site-main-single-karma .karma-table tbody tr {
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
	transition: all 0.3s ease;
}

.site-main-single-karma .karma-table tbody tr:hover {
	background: rgba(102, 126, 234, 0.05);
}

.site-main-single-karma .karma-table tbody tr:last-child {
	border-bottom: none;
}

.site-main-single-karma .karma-table td {
	padding: 16px 20px;
	font-size: 1rem;
	color: #374151;
	vertical-align: middle;
}

.site-main-single-karma .karma-table td:first-child {
	font-weight: 600;
	color: #667eea;
}

/* Przycisk "Idź do sklepu" */
.site-main-single-karma .go-to-shop-button {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 12px 20px;
	background: linear-gradient(135deg, #4ECDC4, #44A08D);
	color: white !important;
	text-decoration: none;
	border-radius: 25px;
	font-weight: 600;
	font-size: 0.95rem;
	transition: all 0.3s ease;
	box-shadow: 0 4px 15px rgba(78, 205, 196, 0.25);
	border: none;
	cursor: pointer;
}

.site-main-single-karma .go-to-shop-button:hover {
	transform: translateY(-2px);
	box-shadow: 0 6px 20px rgba(78, 205, 196, 0.35);
	background: linear-gradient(135deg, #45c4bb, #3d9784);
	text-decoration: none;
}

.site-main-single-karma .go-to-shop-button:active {
	transform: translateY(0);
}

/* Brak ofert */
.site-main-single-karma .entry-content>p:last-of-type {
	text-align: center;
	font-size: 1.1rem;
	color: #6B7280;
	background: rgba(255, 255, 255, 0.8);
	border: 1px solid rgba(255, 255, 255, 0.4);
	border-radius: 15px;
	margin: 30px 0;
}

/* Animacje */
@keyframes float {

	0%,
	100% {
		transform: translateY(0) rotate(0deg);
	}

	50% {
		transform: translateY(-20px) rotate(3deg);
	}
}

/* MOBILE BREAKPOINT - 1024px */
@media (max-width: 1024px) {
	.site-main-single-karma {
		padding: 40px 15px;
	}

	.site-main-single-karma article {
		padding: 35px 25px;
		border-radius: 25px;
		margin: 0 5px;
	}

	.site-main-single-karma .entry-title {
		font-size: 2.2rem;
		line-height: 1.1;
	}

	.site-main-single-karma .karma-thumb {
		padding: 20px;
		margin: 30px 0;
	}

	.site-main-single-karma .karma-thumb img {
		max-width: 250px;
	}

	.site-main-single-karma .karma-thumb div {
		max-width: 250px !important;
		height: 170px !important;
	}

	.site-main-single-karma .karma-thumb div::after {
		font-size: 36px;
	}

	.site-main-single-karma .entry-content {
		font-size: 1rem;
	}

	.site-main-single-karma .entry-content h2 {
		font-size: 1.6rem;
		margin: 35px 0 18px 0;
	}

	.site-main-single-karma .karma-table {
		border-radius: 12px;
		font-size: 0.9rem;
		margin: 0;
		/* Reset margin gdy jest w kontenerze */
		box-shadow: none;
		/* Cień przeniesiony na kontener */
	}

	.site-main-single-karma .table-container {
		margin: 25px auto 40px auto;
		border-radius: 12px;
	}

	.site-main-single-karma .karma-table thead th {
		padding: 14px 16px;
		font-size: 1rem;
	}

	.site-main-single-karma .karma-table td {
		padding: 12px 16px;
		font-size: 0.9rem;
	}

	.site-main-single-karma .go-to-shop-button {
		padding: 10px 16px;
		font-size: 0.9rem;
		border-radius: 20px;
	}

	/* Zmniejszenie efektów tła na mobile */
	.site-main-single-karma::before,
	.site-main-single-karma::after,
	.site-main-single-karma .bubble-decoration-1,
	.site-main-single-karma .bubble-decoration-2 {
		transform: scale(0.6);
		opacity: 0.3;
		filter: blur(60px);
	}
}

/* Bardzo małe telefony */
@media (max-width: 480px) {
	.site-main-single-karma {
		padding: 30px 10px;
	}

	.site-main-single-karma article {
		padding: 25px 20px;
		border-radius: 20px;
		margin: 0;
	}

	.site-main-single-karma .entry-title {
		font-size: 1.8rem;
	}

	.site-main-single-karma .karma-thumb {
		padding: 15px;
		margin: 25px 0;
	}

	.site-main-single-karma .karma-thumb img {
		max-width: 200px;
	}

	.site-main-single-karma .karma-thumb div {
		max-width: 200px !important;
		height: 140px !important;
	}

	.site-main-single-karma .karma-thumb div::after {
		font-size: 28px;
	}

	.site-main-single-karma .entry-content {
		font-size: 0.95rem;
	}

	.site-main-single-karma .entry-content h2 {
		font-size: 1.4rem;
		margin: 30px 0 15px 0;
	}

	.site-main-single-karma .karma-table {
		border-radius: 10px;
		font-size: 0.85rem;
		margin: 0;
		box-shadow: none;
		min-width: 480px;
		/* Minimalna szerokość dla scroll */
	}

	.site-main-single-karma .table-container {
		margin: 25px auto 40px auto;
		border-radius: 10px;
	}

	.site-main-single-karma .karma-table thead th {
		padding: 12px 10px;
		font-size: 0.9rem;
	}

	.site-main-single-karma .karma-table td {
		padding: 10px;
		font-size: 0.85rem;
	}

	.site-main-single-karma .go-to-shop-button {
		padding: 8px 12px;
		font-size: 0.8rem;
		border-radius: 18px;
		white-space: nowrap;
	}

	/* Ukrycie niektórych efektów tła na małych telefonach */
	.site-main-single-karma::before,
	.site-main-single-karma::after {
		display: none;
	}

	.site-main-single-karma .bubble-decoration-1,
	.site-main-single-karma .bubble-decoration-2 {
		transform: scale(0.4);
		opacity: 0.2;
	}
}

/* HEADER STYLING - fixed bez tła, napis po lewej */

/* Skip link */
.skip-link {
	position: absolute;
	left: -9999px;
	top: -9999px;
}

.skip-link:focus {
	position: absolute;
	left: 6px;
	top: 7px;
	z-index: 999999;
	padding: 8px 16px;
	background: linear-gradient(135deg, #667eea, #764ba2);
	color: white;
	text-decoration: none;
	border-radius: 8px;
	font-weight: 600;
}

/* Główny header - fixed bez tła */
.site-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	padding: 20px 0;
	z-index: 100;
	/* Brak tła - przezroczysty */
}

/* Kontener headera */
.site-branding {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	/* Napis po lewej */
}

/* Tytuł strony - Karmbot po lewej */
.site-title {
	margin: 0;
	font-size: 2rem;
	font-weight: 800;
	line-height: 1;
}

.site-title a {
	background: linear-gradient(135deg, #667eea, #764ba2);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-decoration: none;
	transition: all 0.3s ease;
	display: inline-block;
	/* Dodajemy cień żeby było widać na jasnym tle */
	filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}

.site-title a:hover {
	transform: scale(1.05);
	filter: drop-shadow(0 4px 8px rgba(102, 126, 234, 0.3));
}

/* Ukrywanie opisu */
.site-description {
	display: none;
}

/* Ukrywanie nawigacji */
.main-navigation {
	display: none;
}

/* Dodajemy padding-top do body żeby zawartość nie była pod headerem */
body {
	padding-top: 80px;
}

/* MOBILE BREAKPOINT - 1024px */
@media (max-width: 1024px) {
	.site-header {
		padding: 15px 0;
	}

	.site-branding {
		padding: 0 15px;
	}

	.site-title {
		font-size: 1.8rem;
	}

	body {
		padding-top: 70px;
	}
}

/* Bardzo małe telefony */
@media (max-width: 480px) {
	.site-header {
		padding: 12px 0;
	}

	.site-branding {
		padding: 0 10px;
	}

	.site-title {
		font-size: 1.6rem;
	}

	body {
		padding-top: 60px;
	}
}