@charset "UTF-8";
/*!
Theme Name: zaba
Theme URI: http://underscores.me/
Author: wyszynski.art
Author URI: https://wyszynski.art
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: zaba
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.

zaba 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

--------------------------------------------------------------*/
:root {
  --accent: #FDC84B;
  --dark: #0A0C0C;
  --transition: cubic-bezier(0.165, 0.84, 0.44, 1);
}

/*--------------------------------------------------------------
# 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;
  -webkit-text-decoration: underline dotted;
          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: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: "SeriguelaDisplay";
}

p {
  margin-bottom: 1.5em;
  color: #fff;
}

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;
  padding: 0 1rem;
}

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: #f5d34f;
}
a:visited {
  color: #f5d34f;
}
a:hover, a:focus, a:active {
  color: #f5d34f;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
.wp-element-button,
.wpcf7-submit,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 2rem;
  border: none;
  background: #FDC84B;
  color: var(--dark);
  line-height: 1;
  padding: 0.8rem 1.3rem 0.7em;
  cursor: pointer;
  display: flex;
  transition: all 250ms var(--transition) !important;
  text-decoration: none;
  outline: 0;
}
button:hover,
.wp-element-button:hover,
.wpcf7-submit:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
  scale: 1.01;
  color: var(--dark);
}
button:active,
.wp-element-button:active,
.wpcf7-submit:active,
input[type=button]:active,
input[type=reset]:active,
input[type=submit]:active {
  scale: 0.97;
}
button:active, button:focus,
.wp-element-button:active,
.wp-element-button:focus,
.wpcf7-submit:active,
.wpcf7-submit: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 {
  outline: 0 !important;
  box-shadow: none !important;
  scale: 0.97;
}
button:visited,
.wp-element-button:visited,
.wpcf7-submit:visited,
input[type=button]:visited,
input[type=reset]:visited,
input[type=submit]:visited {
  color: var(--dark);
}
button img,
.wp-element-button img,
.wpcf7-submit img,
input[type=button] img,
input[type=reset] img,
input[type=submit] img {
  transform: translateY(-1px);
}

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
--------------------------------------------- */
/* Ogólne */
.main-navigation {
  position: relative;
}

.main-navigation #primary-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* MOBILE (≤ 991.98px): hamburger + dymek */
@media (max-width: 991.98px) {
  .menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0;
    background: transparent;
    color: #fff;
    cursor: pointer;
  }
  .menu-toggle svg rect {
    fill: currentColor;
  }
  /* Dymek */
  .main-navigation #primary-menu {
    position: absolute;
    top: calc(100% + 0.5rem); /* pod przyciskiem */
    left: 0;
    min-width: 220px;
    background: #0b0d0d; /* kolor tła dymka */
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 0.5rem;
    padding: 0.5rem;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
    display: none; /* domyślnie ukryte */
    z-index: 1000;
  }
  .main-navigation #primary-menu > li {
    margin: 0;
  }
  .main-navigation #primary-menu > li > a {
    display: block;
    padding: 0.6rem 0.75rem;
    color: #fff;
    text-decoration: none;
    border-radius: 0.375rem;
  }
  .main-navigation #primary-menu > li > a:hover,
  .main-navigation #primary-menu > li > a:focus {
    background: rgba(255, 255, 255, 0.08);
  }
  /* Po kliknięciu hamburgera pokaż dymek */
  .main-navigation.is-open #primary-menu {
    display: block;
  }
}
/* DESKTOP (≥ 992px): normalne menu w linii, bez hamburgera */
@media (min-width: 992px) {
  .menu-toggle {
    display: none;
  }
  .main-navigation #primary-menu {
    position: static;
    display: flex;
    gap: 1rem;
    background: transparent;
    border: 0;
    box-shadow: none;
    padding: 0;
  }
  .main-navigation #primary-menu > li > a {
    color: #fff;
    padding: 0.5rem;
    text-decoration: none;
  }
}
.header-cart .cart-link {
  font-size: 1.5rem;
  text-decoration: none;
  position: relative;
  display: inline-block;
  color: #000;
}

.header-cart .cart-count {
  position: absolute;
  top: -4px;
  right: -8px;
  background: #f5d34f;
  color: #0a0c0c;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  text-align: center;
  align-items: center;
  justify-content: center;
  display: flex;
  font-size: 0.75rem;
  line-height: 1;
  font-weight: 500;
}

.current-menu-item a {
  color: #f5d34f;
}

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

.post,
.page {
  margin: 0;
}

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

@font-face {
  font-family: "ClashGrotesk";
  src: url("../fonts/ClashGrotesk-Regular.woff2") format("woff2"), url("../fonts/ClashGrotesk-Regular.woff") format("woff"), url("../fonts/ClashGrotesk-Regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "ClashGrotesk";
  src: url("../fonts/ClashGrotesk-Medium.woff2") format("woff2"), url("../fonts/ClashGrotesk-Medium.woff") format("woff"), url("../fonts/ClashGrotesk-Medium.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "SeriguelaDisplay";
  src: url("../fonts/subset-SeriguelaDisplay-SemiBold.woff2") format("woff2"), url("../fonts/subset-SeriguelaDisplay-SemiBold.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "ClashGrotesk";
  background-color: var(--dark);
  color: #fff;
}
body.home {
  color: #fff;
}

b, strong {
  font-weight: 500;
}

.bgl {
  position: fixed;
  z-index: -2;
  left: 0;
}
@media screen and (min-width: 768px) {
  .bgl {
    left: -5rem;
  }
}
@media screen and (min-width: 992px) {
  .bgl {
    left: -3rem;
  }
}
@media screen and (min-width: 1200px) {
  .bgl {
    left: 0;
  }
}

.bgr {
  position: fixed;
  z-index: -3;
  right: 0;
}
@media screen and (min-width: 768px) {
  .bgr {
    right: -5rem;
  }
}
@media screen and (min-width: 992px) {
  .bgr {
    right: -3rem;
  }
}
@media screen and (min-width: 1200px) {
  .bgr {
    right: -8rem;
  }
}

.noise {
  position: fixed;
  mix-blend-mode: color-dodge;
  z-index: -1;
  min-width: 100%;
  width: 100%;
}
.noise img {
  width: 100%;
}

.site-title {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

header.site-header .site-branding {
  display: flex;
  align-items: center;
  justify-content: center;
}
.homepage {
  /* po dodaniu klasy .animate */
}
.homepage h1.main-title {
  font-size: 3rem;
  line-height: 100%;
  margin: 1rem 0 0;
  text-align: center;
  opacity: 0;
  transform: translateY(50px);
  transition: transform 500ms ease-out, opacity 500ms ease-out;
}
@media screen and (min-width: 768px) {
  .homepage h1.main-title {
    font-size: 4rem;
  }
}
@media screen and (min-width: 992px) {
  .homepage h1.main-title {
    font-size: 4rem;
    text-align: left;
    margin: 0;
  }
}
@media screen and (min-width: 1200px) {
  .homepage h1.main-title {
    font-size: 5rem;
  }
}
@media screen and (min-width: 1400px) {
  .homepage h1.main-title {
    font-size: 6rem;
  }
}
.homepage.animate h1.main-title,
.homepage.animate .price,
.homepage.animate .cart,
.homepage.animate .lead {
  opacity: 1;
  transform: translateY(0);
}
.homepage p.lead {
  margin: 1rem 0;
  text-align: center;
  font-size: 1.125rem;
  opacity: 0;
  transform: translateY(50px);
  transition: transform 500ms ease-out, opacity 500ms ease-out;
  transition-delay: 200ms;
}
@media screen and (min-width: 992px) {
  .homepage p.lead {
    text-align: left;
  }
}
.homepage .price {
  font-size: 2rem;
  font-family: "SeriguelaDisplay";
  margin: 1rem 0 0;
  text-align: center;
  opacity: 0;
  transform: translateY(50px);
  transition: transform 500ms ease-out, opacity 500ms ease-out;
  transition-delay: 100ms;
}
@media screen and (min-width: 992px) {
  .homepage .price {
    text-align: left;
  }
}
.homepage .cart {
  opacity: 0;
  transform: translateY(20px);
  transition: transform 500ms ease-out, opacity 500ms ease-out;
  transition-delay: 500ms;
}
.homepage .product-img {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  flex-wrap: nowrap;
  position: relative;
}
.homepage .product-img img {
  max-width: 100%;
  height: auto;
}
.homepage .product-img .zaba-cover {
  max-width: 68%;
  z-index: 1;
  position: relative;
}
.homepage .product-img .product-cd {
  max-width: 32%;
  transform: translateX(-100%);
  opacity: 0;
  transition: transform 1s ease-out, opacity 1s ease-out;
}
.homepage .product-img.animate .product-cd {
  transform: translateX(0);
  opacity: 1;
}
.homepage .quantity input[type=number]::-webkit-inner-spin-button,
.homepage .quantity input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.homepage .quantity input[type=number] {
  -moz-appearance: textfield;
}
.homepage .quantity input {
  background-color: transparent;
  border: none;
  color: #fff;
  width: 1.5rem;
  text-align: center;
}
.homepage .quantity input:focus {
  outline: 0;
  border: none;
  color: #fff;
}
.homepage .quantity button.quantity-minus,
.homepage .quantity button.quantity-plus {
  background-color: #fff;
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.homepage .quantity button.quantity-minus:hover,
.homepage .quantity button.quantity-plus:hover {
  scale: 1.04;
}
.homepage .quantity button.quantity-minus:active,
.homepage .quantity button.quantity-plus:active {
  scale: 1;
}
.homepage .add-to-cart {
  margin-left: 1rem;
}
.homepage .splide {
  margin-top: 4rem;
}
.homepage .splide .splide__slide {
  border-radius: 1rem;
  overflow: hidden;
}

.entry-header {
  text-align: center;
}
.entry-header h1 {
  font-size: 3rem;
}

.is-large.wc-block-cart .wc-block-cart-items td,
.is-large.wc-block-cart .wc-block-cart-items,
.wp-block-woocommerce-cart-order-summary-totals-block,
.wc-block-cart .wp-block-woocommerce-cart-order-summary-block,
.wc-block-components-totals-wrapper {
  border-color: #3f3f3f !important;
}

.wc-block-components-sidebar-layout.wc-block-cart,
.wp-block-woocommerce-checkout {
  background: rgba(255, 255, 255, 0.0705882353);
  padding: 2rem;
  padding-top: 2rem !important;
  border-radius: 1rem;
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
}

.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button {
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
  background: #fff !important;
  border-radius: 50% !important;
  color: var(--dark) !important;
  opacity: 1 !important;
}

.wc-block-components-totals-footer-item .wc-block-components-totals-item__label,
.wc-block-components-totals-footer-item .wc-block-components-totals-item__value,
.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-formatted-money-amount {
  font-weight: 500 !important;
}

.site-footer {
  padding: 2rem 0;
  border-top: 1px solid #1D1D1D;
  margin-top: 2rem;
  background: rgba(10, 12, 12, 0.95);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}

.footer-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.footer-menu li {
  display: inline-block;
  margin: 0 10px;
}
.footer-menu li a {
  color: #aaa;
  text-decoration: none;
}
.footer-menu li a:hover {
  text-decoration: underline;
}

.site-author {
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding-right: 1rem;
  margin: 0;
  line-height: 1.25rem;
  text-align: right;
}
.site-author a {
  text-decoration: none;
}

.page-contact .entry-header {
  text-align: left;
}
.page-contact .entry-header h1 {
  font-size: 4rem;
  margin-top: 0;
}
@media screen and (min-width: 1200px) {
  .page-contact .entry-header h1 {
    font-size: 6rem;
  }
}
.page-contact .lead {
  font-size: 1.5rem;
  margin-bottom: 3rem;
}
.page-contact .wpcf7 {
  padding: 2rem;
  background-color: rgba(255, 255, 255, 0.1333333333);
  border-radius: 1rem;
}
.page-contact .wpcf7 input {
  outline: 0;
  padding: 0.5rem;
}
.page-contact .wpcf7 input:not(.form-check-input) {
  min-width: 100%;
  max-width: 100%;
}
.page-contact .wpcf7 input.form-check-input {
  width: 1rem;
  height: 1rem;
  transform: translateY(2px);
  margin-right: 0.5rem;
}
.page-contact .wpcf7 input.wpcf7-submit {
  padding: 0.8rem 1.3rem 0.9rem;
}
.page-contact .wpcf7 input.wpcf7-submit:disabled {
  background-color: #555555;
}
.page-contact .wpcf7 input.wpcf7-submit:disabled:hover {
  scale: 1;
}
.page-contact .wpcf7 textarea {
  outline: 0;
  padding: 0.5rem;
}
.page-contact .wpcf7 .submit p {
  display: flex;
  margin-bottom: 0.5rem;
}
.page-contact .wpcf7 .wpcf7-list-item {
  margin: 0;
}
.page-contact .social {
  margin: 0 0 2rem;
}
.page-contact .social h4 {
  font-size: 1rem;
  font-family: "ClashGrotesk";
  font-weight: 500;
  color: #9a9a9a;
  margin: 0;
}
.page-contact .social a {
  text-decoration: none;
  color: #fff;
  font-weight: 500;
  font-size: 1.125rem;
}
.page-contact .social a:hover {
  color: #f5d34f;
}

.about-page img {
  border-radius: 1rem;
}
.about-page h1 {
  font-size: 5rem;
  margin: 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .about-page h1 {
    font-size: 8rem;
  }
}
.about-page h2 {
  font-size: 4rem;
  line-height: 4rem;
  margin: 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .about-page h2 {
    text-align: left;
  }
}
@media screen and (min-width: 992px) {
  .about-page h2 {
    font-size: 6rem;
    line-height: 6rem;
  }
}
.about-page p {
  font-size: 1.125rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .about-page p {
    text-align: left;
  }
}

/* ===============================
   WooCommerce: Thank You / Order
   =============================== */
:root {
  --accent: var(--accent, #f5d34f);
  --bg-900: #0b0d0d;
  --bg-800: #111415;
  --bg-700: #171a1b;
  --border: rgba(255,255,255,.08);
  --text: #e8e8e8;
  --muted: #a9b0b3;
  --success: #20c997;
}

/* Wrapper + typografia */
.woocommerce .woocommerce-order {
  color: var(--text);
  background: transparent;
}

.woocommerce .woocommerce-order a {
  color: #f5d34f;
  text-decoration: none;
}

.woocommerce .woocommerce-order a:hover {
  text-decoration: underline;
}

/* Alert sukcesu */
.woocommerce .woocommerce-notice--success {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  background: linear-gradient(180deg, rgba(32, 201, 151, 0.12), rgba(32, 201, 151, 0.06));
  color: #d9fff3;
  border: 1px solid rgba(32, 201, 151, 0.35);
  border-radius: 12px;
  padding: 1rem 1.25rem;
  margin: 0 0 1.25rem;
}

.woocommerce .woocommerce-notice--success::before {
  content: "✓";
  display: inline-grid;
  place-items: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: var(--success);
  color: #0a0c0c;
  font-weight: 500;
  font-size: 0.95rem;
}

/* Order overview (numer, data, email, suma, metoda) */
.woocommerce .woocommerce-order-overview {
  list-style: none;
  padding: 0;
  margin: 0 0 1.75rem;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 0.75rem;
}

@media (min-width: 576px) {
  .woocommerce .woocommerce-order-overview {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 992px) {
  .woocommerce .woocommerce-order-overview {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.woocommerce .woocommerce-order-overview li {
  background: var(--bg-800);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 0.9rem 1rem;
}

.woocommerce .woocommerce-order-overview li strong {
  display: block;
  font-size: 1.05rem;
  color: #fff;
}

.woocommerce .woocommerce-order-overview li::first-line {
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 0.75rem;
}

/* Tabela szczegółów zamówienia */
.woocommerce .woocommerce-order-details__title {
  font-size: 1.35rem;
  margin: 0 0 0.75rem;
}

.woocommerce table.shop_table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background: var(--bg-800);
  border: 1px solid var(--border);
  border-radius: 14px;
  overflow: hidden;
  color: var(--text);
}

.woocommerce table.shop_table thead th {
  background: var(--bg-700);
  color: #dfe4e6;
  font-weight: 500;
  text-align: left;
  padding: 0.85rem 1rem;
  border-bottom: 1px solid var(--border);
}

.woocommerce table.shop_table tbody td,
.woocommerce table.shop_table tfoot th,
.woocommerce table.shop_table tfoot td {
  padding: 0.9rem 1rem;
  border-top: 1px solid var(--border);
  vertical-align: middle;
}

.woocommerce table.shop_table tbody tr:hover {
  background: rgba(255, 255, 255, 0.02);
}

.woocommerce table.shop_table .product-name a {
  color: #fff;
  font-weight: 500;
}

.woocommerce table.shop_table .product-name .product-quantity {
  color: var(--muted);
  font-weight: 500;
  margin-left: 0.25rem;
}

.woocommerce table.shop_table tfoot th {
  color: var(--muted);
  font-weight: 500;
  width: 40%;
}

.woocommerce table.shop_table tfoot td {
  text-align: right;
  font-weight: 500;
}

.woocommerce table.shop_table tfoot tr:last-child td {
  color: #fff;
  background: #f5d34f;
  border-top-color: transparent;
  border-left: 1px solid transparent;
  font-weight: 500;
}

.woocommerce table.shop_table tfoot tr:last-child th {
  background: linear-gradient(180deg, rgba(245, 211, 79, 0.12), rgba(245, 211, 79, 0.05));
  border-top-color: var(--border);
  color: #fff;
}

/* Kwoty */
.woocommerce .amount bdi {
  font-variant-numeric: tabular-nums;
}

/* Dane klienta / adresy */
.woocommerce .woocommerce-customer-details {
  margin-top: 2rem;
}

.woocommerce .col2-set.addresses {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
}

@media (min-width: 768px) {
  .woocommerce .col2-set.addresses {
    grid-template-columns: 1fr 1fr;
  }
}
.woocommerce .woocommerce-column__title {
  font-size: 1.05rem;
  color: #dfe4e6;
  margin: 0 0 0.6rem;
}

.woocommerce .woocommerce-columns .woocommerce-column {
  background: var(--bg-800);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 1rem;
  width: auto;
}

.woocommerce .woocommerce-columns address {
  font-style: normal;
  line-height: 1.6;
  color: var(--text);
  margin: 0;
}

.woocommerce .woocommerce-customer-details--phone,
.woocommerce .woocommerce-customer-details--email {
  color: var(--muted);
  margin: 0.35rem 0 0;
}

/* Badge dla metody płatności (w overview) */
.woocommerce .woocommerce-order-overview__payment-method strong {
  display: inline-block;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid var(--border);
  padding: 0.25rem 0.5rem;
  border-radius: 999px;
  font-size: 0.85rem;
}

/* Drobne odstępy i responsywność */
.woocommerce .woocommerce-order-details {
  margin-top: 1.25rem;
}

.woocommerce .order_details tfoot tr th,
.woocommerce .order_details tfoot tr td {
  font-size: 0.975rem;
}

/* Print (uproszczenie) */
@media print {
  .bgl, .bgr, .noise, .site-header, .header-cart {
    display: none !important;
  }
  .woocommerce .woocommerce-notice--success {
    border-color: #6c6;
    color: #060;
    background: #efe;
  }
  .woocommerce a {
    color: #000;
    text-decoration: underline;
  }
}
.woocommerce-order .product-total,
.woocommerce-table__product-table.product-total {
  text-align: right !important;
}

.wc-block-components-radio-control--highlight-checked,
.wc-block-components-radio-control--highlight-checked div.wc-block-components-radio-control-accordion-option {
  position: relative;
  background: #ffffff;
  color: var(--dark);
  border-radius: 0.5rem;
}
.wc-block-components-radio-control--highlight-checked p,
.wc-block-components-radio-control--highlight-checked div.wc-block-components-radio-control-accordion-option p {
  color: var(--dark);
}

.wc-block-components-radio-control--highlight-checked .wc-block-components-radio-control-accordion-option--checked-option-highlighted, .wc-block-components-radio-control--highlight-checked label.wc-block-components-radio-control__option--checked-option-highlighted {
  box-shadow: none !important;
}/*# sourceMappingURL=style.css.map */