/*! tailwindcss v4.1.14 | MIT License | https://tailwindcss.com */
/*!
Theme Name: iluzjonistay
Theme URI: https://underscoretw.com/
Description: A custom theme based on _tw
Version: 0.1.0
Author: BeeWeb
Author URI: https://underscoretw.com/
Text Domain: iluzjonistay
Requires at least: 6.8
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE

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

iluzjonistay is based on _tw https://underscoretw.com/, (C) 2021-2025 Greg Sullivan
_tw is distributed under the terms of the GNU GPL v2 or later.

_tw is based on Underscores https://underscores.me/ and Varia https://github.com/Automattic/themes/tree/master/varia, (C) 2012-2025 Automattic, Inc.
Underscores and Varia are distributed under the terms of the GNU GPL v2 or later.
*/
@layer properties;
:root, :host {
  --font-sans: "Montserrat", "sans-serif";
  --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
		"Liberation Mono", "Courier New", monospace;
  --color-neutral-100: oklch(97% 0 0);
  --color-neutral-200: oklch(92.2% 0 0);
  --color-neutral-300: oklch(87% 0 0);
  --color-neutral-400: oklch(70.8% 0 0);
  --color-neutral-500: oklch(55.6% 0 0);
  --color-neutral-600: oklch(43.9% 0 0);
  --color-neutral-700: oklch(37.1% 0 0);
  --color-neutral-800: oklch(26.9% 0 0);
  --color-neutral-900: oklch(20.5% 0 0);
  --color-black: #000;
  --color-white: #fff;
  --spacing: 0.25rem;
  --text-3xl: 1.875rem;
  --text-3xl--line-height: calc(2.25 / 1.875);
  --font-weight-medium: 500;
  --font-weight-extrabold: 800;
  --leading-snug: 1.375;
  --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
  --default-transition-duration: 150ms;
  --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  --default-font-family: var(--font-sans);
  --default-mono-font-family: var(--font-mono);
  --color-background: var(--wp--preset--color--background);
  --color-foreground: var(--wp--preset--color--foreground);
  --color-primary: var(--wp--preset--color--primary);
  --container-content: var(--wp--style--global--content-size);
  --container-wide: var(--wp--style--global--wide-size);
  --tw-prose-font-normal: 400;
  --tw-prose-font-medium: 500;
  --tw-prose-font-semibold: 600;
  --tw-prose-font-bold: 700;
  --tw-prose-font-extrabold: 800;
  --tw-prose-font-black: 900;
}
@font-face {
  font-family: "Montserrat";
  src: url("fonts/Montserrat-VariableFont_wght.woff2") format("woff2");
}
*, ::after, ::before, ::backdrop, ::file-selector-button {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0 solid;
}
html, :host {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  tab-size: 4;
  font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji');
  font-feature-settings: var(--default-font-feature-settings, normal);
  font-variation-settings: var(--default-font-variation-settings, normal);
  -webkit-tap-highlight-color: transparent;
}
hr {
  height: 0;
  color: inherit;
  border-top-width: 1px;
}
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
h1, h2, h3, h4, h5, h6 {
  //font-size: inherit;
  //font-weight: inherit;
}
a {
  color: inherit;
  -webkit-text-decoration: inherit;
  text-decoration: inherit;
}
b, strong {
  font-weight: bolder;
}
code, kbd, samp, pre {
  font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace);
  font-feature-settings: var(--default-mono-font-feature-settings, normal);
  font-variation-settings: var(--default-mono-font-variation-settings, normal);
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
}
:-moz-focusring {
  outline: auto;
}
progress {
  vertical-align: baseline;
}
summary {
  display: list-item;
}
ol, ul, menu {
  list-style: none;
}
img, svg, video, canvas, audio, iframe, embed, object {
  display: block;
  vertical-align: middle;
}
img, video {
  max-width: 100%;
  height: auto;
}
button, input, select, optgroup, textarea, ::file-selector-button {
  font: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  letter-spacing: inherit;
  color: inherit;
  border-radius: 0;
  background-color: transparent;
  opacity: 1;
}
:where(select:is([multiple], [size])) optgroup {
  font-weight: bolder;
}
:where(select:is([multiple], [size])) optgroup option {
  padding-inline-start: 20px;
}
::file-selector-button {
  margin-inline-end: 4px;
}
::placeholder {
  opacity: 1;
}
@supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
  ::placeholder {
    color: currentcolor;
  }
  @supports (color: color-mix(in lab, red, red)) {
    ::placeholder {
      color: color-mix(in oklab, currentcolor 50%, transparent);
    }
  }
}
textarea {
  resize: vertical;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-date-and-time-value {
  min-height: 1lh;
  text-align: inherit;
}
::-webkit-datetime-edit {
  display: inline-flex;
}
::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}
::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
  padding-block: 0;
}
::-webkit-calendar-picker-indicator {
  line-height: 1;
}
:-moz-ui-invalid {
  box-shadow: none;
}
button, input:where([type='button'], [type='reset'], [type='submit']), ::file-selector-button {
  appearance: button;
}
::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
  height: auto;
}
[hidden]:where(:not([hidden='until-found'])) {
  display: none !important;
}
body {
  background-color: #101010 !important;
  background-color: var(--color-background);
  font-family: var(--font-sans);
  color: var(--color-foreground);
}
main > p:first-child {
  display: none;
}
html {
  scroll-behavior: smooth;
}
input, select, label {
  font-size: 13px ;
  letter-spacing: 1.3px
}
label {
  color: color-mix(in oklab, #101010 40%, transparent) !important;
}
.wpcf7-form {
  display: flex;
  flex-direction: column;
  gap: 24px;
  border-radius: 0px;
  border-style: var(--tw-border-style);
  border-width: 1px;
  //border-color: color-mix(in oklab, #F8F8F8 10%, transparent);
  --tw-gradient-position: to bottom in oklab;
  background-image: linear-gradient(var(--tw-gradient-stops));
  --tw-gradient-from: color-mix(in oklab, #B5791100 25%, transparent);
  --tw-gradient-to: #B579110A;
  --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  padding: 24px 360px;
}
.wpcf7-form p {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  row-gap: 16px;
  color: #F8F8F8;
}
.wpcf7-form p span:not(.wpcf7-not-valid-tip, :has(> input, > textarea)) {
  color: #504A48;
}
.wpcf7-form .wpcf7-not-valid-tip {
  margin-top: 8px;
  color: #DC2B34;
}
.wpcf7-form p span:has(> input), .wpcf7-form p span:has(> select) {
  width: 48%;
}
.wpcf7-form p span:has(> textarea) {
  width: 100%;
}
.wpcf7-form input[type="checkbox"] {
  display: none;
  width: auto;
}
.wpcf7-form label:has(input[type="checkbox"]) {
  position: relative;
  display: flex;
  cursor: pointer;
  flex-direction: row;
  align-items: baseline;
  gap: 12px;
  padding-left: 32px;
}
.wpcf7-form label:has(input[type="checkbox"])::before {
  position: absolute;
  top: calc(1/2 * 100%);
  left: calc(var(--spacing) * 0);
  height: 20px;
  width: 20px;
  --tw-translate-y: calc(calc(1/2 * 100%) * -1);
  translate: var(--tw-translate-x) var(--tw-translate-y);
  border-radius: 2px;
  border-style: var(--tw-border-style);
  border-width: 1px;
  --tw-border-style: solid;
  border-style: solid;
  border-color: #504A48;
  background-size: 74%;
  background-position: center;
  background-repeat: no-repeat;
  vertical-align: middle;
  transition-property: all;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 200ms;
  transition-duration: 200ms;
  --tw-content: "";
  content: var(--tw-content);
}
.wpcf7-form label:has(input[type="checkbox"]:checked)::before {
  background-color: color-mix(in oklab, #F8F8F8 70%, transparent);
  background-image: url("/wp-content/uploads/2025/11/Vector-2-1.svg");
}
.wpcf7-form .wpcf7-list-item:has(input[type="checkbox"]) {
  margin: calc(var(--spacing) * 0);
}
.wpcf7-form .wpcf7-spinner {
  display: none;
}
.wpcf7-form select {
  appearance: none;
}
.wpcf7-form input, .wpcf7-form textarea, .wpcf7-form select {
  width: 100%;
  border-bottom-style: var(--tw-border-style);
  //border-bottom-width: 1px;
  border-width: 2px;
  //border-bottom-color: color-mix(in oklab, #F8F8F8 20%, transparent);
  border-color: #504A48;
  padding: 12px 15px;
  --tw-outline-style: none;
  outline-style: none;
}
.wpcf7-form input::placeholder, .wpcf7-form textarea::placeholder, .wpcf7-form select {
  color: color-mix(in oklab, #F8F8F8 70%, transparent);
}
.wpcf7-form input[type="submit"]:hover {
  background: #504A48;
  color: #C7C1BC;
}
.wpcf7-form input[type="submit"] {
  width: auto;
  border-radius: 8px;
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: color-mix(in oklab, #F8F8F8 20%, transparent);
  --tw-gradient-position: to bottom;
}
@supports (background-image: linear-gradient(in lab, red, red)) {
  .wpcf7-form input[type="submit"] {
    --tw-gradient-position: to bottom in oklab;
  }
}
.wpcf7-form input[type="submit"] {
  padding-inline: 20px;
  padding-block: 12px;
  color: #504A48;
  border-color: #504A48;
  border-radius: 0px;
  padding: 15px 69px;
  font-size: 18px;
}
.flatpickr-input, .wpcf7-form select {
  background-image: url("/wp-content/uploads/2025/11/Vector-6.svg");
  background-position: right;
  background-repeat: no-repeat;
}
.wpcf7-form select:not(:invalid) {
  color: #F8F8F8;
}
.wpcf7-form textarea {
  height: 160px;
}
.admin-bar header#masthead > div.sticky {
  margin-top: 48px;
}
@media (width >= 64rem) {
  .admin-bar header#masthead > div.sticky {
    margin-top: 32px;
  }
}
header#masthead > div.sticky {
  position: fixed;
  top: calc(var(--spacing) * 0);
  left: calc(var(--spacing) * 0);
  background-color: #101010;
}
.main-button:hover {
  border-color: color-mix(in oklab, #F8F8F8 40%, transparent);
  --tw-gradient-from: #101010;
  --tw-gradient-to: #B5791180;
  --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
}
.main-button {
  border-radius: 8px;
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: color-mix(in oklab, #F8F8F8 20%, transparent);
  --tw-gradient-position: to bottom;
}
@supports (background-image: linear-gradient(in lab, red, red)) {
  .main-button {
    --tw-gradient-position: to bottom in oklab;
  }
}
.main-button {
  background-image: linear-gradient(var(--tw-gradient-stops));
  --tw-gradient-from: #101010;
  --tw-gradient-to: #B5791140;
  --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  padding-inline: 20px;
  padding-block: 12px;
  font-size: 13px;
  --tw-font-weight: 450;
  font-weight: 450;
  color: #F8F8F8;
}
.second-button {
  border-radius: 8px;
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: #F8F8F833;
  background-color: #101010;
  padding-inline: 20px;
  padding-block: 12px;
  font-size: 13px;
  --tw-font-weight: 450;
  font-weight: 450;
  color: #F8F8F8;
}
.menu-item-has-children > a::after {
  margin-left: 6px;
  display: inline-block;
  height: 12px;
  width: 12px;
  background-image: url("http://stolarnianawymiary.ovh/wp-content/uploads/2026/02/iconmonstr-angel-down-thin-120.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  vertical-align: middle;
}
@media (width >= 64rem) {
  .menu-item-has-children > a::after {
    --tw-content: "";
    content: var(--tw-content);
  }
}
.menu-item-has-children:hover ul.sub-menu {
  margin-left: calc(13px * -1);
  flex-direction: column;
}
@media (width >= 64rem) {
  .menu-item-has-children:hover ul.sub-menu {
    display: flex;
  }
}
.menu-item-has-children:hover ul.sub-menu li {
  padding-inline: 13px;
  padding-block: 8px;
}
.sticky .menu-item-has-children:hover ul.sub-menu {
  background-color: #101010;
}
.menu-item-has-children ul.sub-menu {
  display: none;
  padding-top: 13px;
}
@media (width >= 64rem) {
  .menu-item-has-children ul.sub-menu {
    position: absolute;
  }
}
#nav-hamburger.active {
  background-image: url("/wp-content/uploads/2025/12/cross-svgrepo-com.svg");
}
#nav-mobile.active {
  background-color: color-mix(in srgb, #000 30%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  #nav-mobile.active {
    background-color: color-mix(in oklab, var(--color-black) 30%, transparent);
  }
}
#nav-mobile.active > div {
  height: 100vh;
  width: 80%;
}
.page-title, .entry-title {
  margin-inline: auto;
  margin-bottom: calc(var(--spacing) * 6);
  max-width: var(--container-content);
  font-size: var(--text-3xl);
  line-height: var(--tw-leading, var(--text-3xl--line-height));
  --tw-font-weight: var(--font-weight-extrabold);
  font-weight: var(--font-weight-extrabold);
  color: var(--color-neutral-900);
}
.entry-meta, .entry-footer, .post-navigation, #comments {
  margin-inline: auto;
  margin-bottom: calc(var(--spacing) * 6);
  max-width: var(--container-content);
}
.page-content > *, .entry-content > * {
  margin-inline: auto;
  max-width: var(--container-content);
}
.entry-content > .alignwide {
  max-width: var(--container-wide);
}
.entry-content > .alignfull {
  max-width: none;
}
.entry-content > .alignleft {
  float: left;
  margin-right: calc(var(--spacing) * 8);
}
.entry-content > .alignright {
  float: right;
  margin-left: calc(var(--spacing) * 8);
}
.woocommerce.single .woocommerce-notices-wrapper {
  padding-top: 52px;
}
.woocommerce-notices-wrapper .woocommerce-message {
  margin: calc(var(--spacing) * 0);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  background-color: #F8F8F8;
  font-size: 13px;
  --tw-font-weight: 450;
  font-weight: 450;
  color: #101010;
}
.woocommerce-notices-wrapper .woocommerce-message::after {
  display: none;
}
.woocommerce-notices-wrapper .woocommerce-message a.button {
  display: none;
}
.woocommerce.archive .products, .related.products .products {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 12px;
  row-gap: 16px;
  padding-inline: 24px;
}
@media (width >= 64rem) {
  .woocommerce.archive .products, .related.products .products {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (width >= 64rem) {
  .woocommerce.archive .products, .related.products .products {
    row-gap: 64px;
  }
}
.related.products .products {
  padding-inline: calc(var(--spacing) * 0);
}
.woocommerce.archive .products li {
  width: 100% !important;
}
.woocommerce.archive .products::before, .woocommerce.archive .products::after, .related.products .products::before, .related.products .products::after {
  display: none;
}
.woocommerce.archive .product {
  height: 570px;
  width: 339px;
}
.woocommerce.archive .product a {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}
.woocommerce.archive .product img {
  min-height: 508px;
  border-radius: 8px;
  object-fit: cover;
}
.woocommerce.archive .product h2, .related.products .product h2 {
  padding: calc(var(--spacing) * 0) !important;
}
.woocommerce.archive .product .title_and_categories, .related.products .product .title_and_categories {
  display: flex;
  flex-direction: column;
  font-size: 15px;
  color: #F8F8F8;
}
.onsale {
  display: none;
}
.woocommerce.archive .product .product-categories, .related.products .product .product-categories {
  font-size: 13px;
  color: color-mix(in oklab, #F8F8F8 70%, transparent);
}
.woocommerce.archive .product .add_to_cart_button, .related.products .product .add_to_cart_button {
  display: none !important;
}
.woocommerce.archive .product .star-rating, .related.products .product .star-rating {
  display: none;
}
.woocommerce.archive .product .product_meta, .related.products .product .product_meta {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-inline: 8px;
}
.woocommerce.archive .woocommerce-pagination ul.page-numbers {
  margin-top: 64px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 16px;
  font-size: 15px;
  --tw-font-weight: 450;
  font-weight: 450;
  color: color-mix(in oklab, #F8F8F8 40%, transparent);
}
.woocommerce.archive .woocommerce-pagination ul {
  margin: calc(var(--spacing) * 0);
  --tw-border-style: none;
  border-style: none;
}
.woocommerce.archive .woocommerce-pagination .page-numbers.current {
  color: #F8F8F8;
}
.woocommerce.archive .yith-wcan-filters {
  background-color: unset;
}
.woocommerce.archive .archive-header {
  padding-inline: 24px;
}
@media (width >= 64rem) {
  .woocommerce.archive .archive-header {
    margin-bottom: 64px;
  }
}
.woocommerce.archive .page-numbers .prev:before {
  display: inline-block;
  height: 20px;
  width: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  --tw-content: '';
  content: var(--tw-content);
  background-image: url(/wp-content/uploads/2025/11/iconoir_nav-arrow-right.svg);
}
.woocommerce.archive .page-numbers .next:after {
  display: inline-block;
  height: 20px;
  width: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  --tw-content: '';
  content: var(--tw-content);
  background-image: url(/wp-content/uploads/2025/11/iconoir_nav-arrow-right-2.svg);
}
.woocommerce.archive .page-numbers .next, .woocommerce.archive .page-numbers .prev {
  font-size: 0px;
}
.woocommerce.archive .page-numbers li {
  --tw-border-style: none;
  border-style: none;
}
.woocommerce.archive .page-numbers li span {
  background-color: transparent !important;
  padding: calc(var(--spacing) * 0);
}
.woocommerce.archive .page-numbers li a:hover {
  background-color: transparent;
}
.woocommerce.archive .page-numbers li a {
  padding: calc(var(--spacing) * 0);
}
.woocommerce.single-product .woocommerce-tabs {
  padding-inline: 140px;
  padding-block: 110px;
}
.woocommerce.single-product .related.products {
  display: flex;
  flex-direction: column;
  gap: 64px;
  padding-inline: 24px;
}
.woocommerce.single-product .woocommerce-product-gallery {
  display: flex;
  flex-direction: row;
  gap: 12px;
}
.woocommerce.single-product .woocommerce-product-gallery img {
  border-radius: 8px;
}
.woocommerce.single-product .woocommerce-product-gallery .flex-control-nav {
  order: 1;
  display: flex;
  width: 20%;
  flex-direction: column;
  gap: 12px;
}
.woocommerce.single-product .woocommerce-product-gallery .flex-control-nav li {
  width: 100% !important;
}
.woocommerce.single-product .woocommerce-product-gallery .flex-viewport {
  order: 2;
  width: 80%;
}
.woocommerce.single-product .product_title {
  font-size: 26px;
  --tw-font-weight: 500;
  font-weight: 500;
  color: #F8F8F8;
}
.woocommerce.single-product .button:hover {
  border-color: color-mix(in oklab, #F8F8F8 40%, transparent) !important;
  --tw-gradient-from: #101010 !important;
  --tw-gradient-to: #B5791180 !important;
  --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position)) !important;
}
.woocommerce.single-product .button {
  border-radius: 8px;
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: color-mix(in oklab, #F8F8F8 20%, transparent);
  background-color: transparent !important;
  --tw-gradient-position: to bottom !important;
}
@supports (background-image: linear-gradient(in lab, red, red)) {
  .woocommerce.single-product .button {
    --tw-gradient-position: to bottom in oklab !important;
  }
}
.woocommerce.single-product .button {
  background-image: linear-gradient(var(--tw-gradient-stops)) !important;
  --tw-gradient-from: #101010;
  --tw-gradient-to: #B5791140;
  --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  padding-inline: 110px !important;
  padding-block: 17px !important;
  font-size: 13px;
  --tw-font-weight: 450;
  font-weight: 450;
  color: #F8F8F8;
}
.quantity .qty-wrapper {
  border-radius: 8px;
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: color-mix(in oklab, #F8F8F8 20%, transparent);
  padding: 12px;
  font-size: 13px;
  --tw-font-weight: 450;
  font-weight: 450;
  color: #F8F8F8;
}
.quantity .qty-wrapper button {
  --tw-border-style: none !important;
  border-style: none !important;
  background-color: transparent !important;
}
.price {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  gap: 12px;
  color: #F8F8F8 !important;
}
.product .summary .price del, .product .summary .price ins {
  font-size: 26px;
  --tw-font-weight: 500 !important;
  font-weight: 500 !important;
}
.product .summary {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (width >= 64rem) {
  .product .summary {
    gap: 64px;
  }
}
.product .summary .woocommerce-variation-add-to-cart {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 8px;
}
@media (width >= 64rem) {
  .product .summary .woocommerce-variation-add-to-cart {
    flex-direction: row;
  }
}
.price del {
  opacity: 100% !important;
}
.price ins {
  color: #DC2B34;
  text-decoration-line: none;
}
.woocommerce.archive .product .price, .related.products .product .price {
  display: flex !important;
  flex-direction: column-reverse;
  gap: calc(var(--spacing) * 0);
  text-align: right;
}
.related.products h2 {
  font-size: 26px;
  --tw-font-weight: 500;
  font-weight: 500;
  color: #F8F8F8;
}
.related.products .products li {
  margin: calc(var(--spacing) * 0) !important;
  width: 339px !important;
}
.related.products .products li img {
  border-radius: 8px;
}
.item-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.item-list .item {
  display: flex;
  cursor: pointer;
  flex-direction: column;
  gap: 20px;
  border-radius: 8px;
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: color-mix(in oklab, #F8F8F8 10%, transparent);
  --tw-gradient-position: to bottom;
}
@supports (background-image: linear-gradient(in lab, red, red)) {
  .item-list .item {
    --tw-gradient-position: to bottom in oklab;
  }
}
.item-list .item {
  background-image: linear-gradient(var(--tw-gradient-stops));
  --tw-gradient-from: color-mix(in oklab, #B5791100 25%, transparent);
  --tw-gradient-to: #B579110A;
  --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  padding: 24px;
  transition-property: all;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 300ms;
  transition-duration: 300ms;
  --tw-ease: var(--ease-in-out);
  transition-timing-function: var(--ease-in-out);
}
.item-list .item .title {
  color: #F8F8F8;
}
.item-list .item .content {
  color: color-mix(in oklab, #F8F8F8 70%, transparent);
}
.product-rating {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  gap: 8px;
  color: color-mix(in oklab, #F8F8F8 70%, transparent);
}
.woocommerce .star-rating::before, .woocommerce .star-rating {
  color: #B57911;
}
.archive-header .filters-container form {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 12px;
}
@media (width >= 64rem) {
  .archive-header .filters-container form {
    justify-content: flex-end;
  }
}
.archive-header .filters-container form div {
  width: 144px;
}
.archive-header .filters-container .filter-title {
  display: none;
}
.archive-header .filters-container .filter-content .yith-wcan-dropdown:focus {
  border-style: var(--tw-border-style);
  border-width: 0px;
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 1px;
  border-bottom-color: color-mix(in oklab, #F8F8F8 20%, transparent);
  --tw-shadow: 0 0 #0000;
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.archive-header .filters-container .filter-content .yith-wcan-dropdown {
  border-radius: 0 !important;
  border-style: var(--tw-border-style);
  border-width: 0px;
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 1px;
  border-bottom-color: color-mix(in oklab, #F8F8F8 20%, transparent);
  padding-inline: calc(var(--spacing) * 0);
  padding-block: 12px;
  font-size: 13px;
  --tw-font-weight: 450;
  font-weight: 450;
  color: color-mix(in oklab, #F8F8F8 70%, transparent);
}
.archive-header .filters-container .filter-content .dropdown-wrapper {
  border-radius: 8px;
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: color-mix(in oklab, #F8F8F8 10%, transparent);
  background-color: #141414;
  padding: 8px;
  --tw-shadow: 0 0 #0000;
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.archive-header .filters-container .filter-content .search-field-container {
  display: none;
}
.archive-header .filters-container .filter-content .dropdown-wrapper ul {
  overflow: auto !important;
}
.archive-header .filters-container .filter-content .dropdown-wrapper ul li.active label {
  background-color: color-mix(in oklab, #F8F8F8 10%, transparent);
}
.archive-header .filters-container .filter-content .dropdown-wrapper ul li label {
  display: flex;
  flex-direction: row-reverse;
  align-items: baseline;
  justify-content: space-between;
  padding: 8px;
}
.archive-header .filters-container .filter-content .dropdown-wrapper ul li a {
  font-size: 13px;
  --tw-font-weight: 450;
  font-weight: 450;
  color: #F8F8F8 !important;
}
.woocommerce-product-gallery__trigger {
  --tw-shadow: 0 0 #0000;
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  --tw-outline-style: none;
  outline-style: none;
}
.variations .label {
  display: none;
}
.variations .reset_variations {
  color: color-mix(in oklab, #F8F8F8 70%, transparent);
}
.wvb-single-variation-button {
  border-radius: 8px;
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: color-mix(in oklab, #F8F8F8 20%, transparent) !important;
  background-color: transparent !important;
  padding-inline: 28px !important;
  padding-block: 8px !important;
  font-size: 13px;
  --tw-font-weight: 450;
  font-weight: 450;
  color: #F8F8F8;
  text-transform: uppercase;
}
.wvb-single-variation-button:hover, .wvb-single-variation-button.selected {
  background-color: #2A2A2A !important;
}
.woocommerce div.product form.cart {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.woocommerce-checkout #main {
  display: flex;
  width: 100%;
  max-width: 1440px;
  flex-direction: column;
  align-items: center;
}
.woocommerce-checkout #main > div {
  width: 90%;
}
@media (width >= 64rem) {
  .woocommerce-checkout #main > div {
    width: 68%;
  }
}
.woocommerce-checkout header#masthead > div {
  background-color: #101010;
}
.woocommerce-checkout section {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #F8F8F8;
  padding-top: 60px;
  padding-bottom: 30px;
}
@media (width >= 64rem) {
  .woocommerce-checkout section {
    padding-top: 152px;
  }
}
@media (width >= 64rem) {
  .woocommerce-checkout section {
    padding-bottom: 140px;
  }
}
.woocommerce-checkout .woocommerce {
  width: 90%;
}
@media (width >= 64rem) {
  .woocommerce-checkout .woocommerce {
    width: 68%;
  }
}
.woocommerce-checkout h2 {
  font-size: 26px;
  --tw-font-weight: 500;
  font-weight: 500;
  color: #101010;
}
.woocommerce-checkout .wc-block-components-checkout-step__content {
  border-radius: 8px;
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: color-mix(in oklab, #101010 10%, transparent);
  padding: 24px;
}
.woocommerce-checkout input[type="text"], .woocommerce-checkout input[type="tel"], .woocommerce-checkout input[type="email"], .woocommerce-checkout select {
  border-radius: 0 !important;
  border-style: var(--tw-border-style) !important;
  border-width: 0px !important;
  border-bottom-style: var(--tw-border-style) !important;
  border-bottom-width: 1px !important;
  border-color: color-mix(in oklab, #101010 20%, transparent) !important;
  background-color: transparent !important;
  --tw-outline-style: none;
  outline-style: none;
}
.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block {
  border-style: var(--tw-border-style);
  border-width: 0px;
}
.woocommerce-checkout .wc-block-components-checkout-order-summary__title-text {
  display: none;
}
.woocommerce-checkout .wc-block-components-checkout-order-summary__content {
  border-top-style: var(--tw-border-style);
  border-top-width: 1px;
  border-color: color-mix(in oklab, #101010 20%, transparent) !important;
}
.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-cart-items-block {
  padding-top: 16px;
}
.woocommerce-checkout .wc-block-components-order-summary {
  padding: 0px;
}
.woocommerce-checkout .wc-block-components-order-summary img {
  height: 108px;
  width: 81px;
  max-width: 81px;
  border-radius: 8px;
  object-fit: cover;
}
.woocommerce-checkout .wc-block-components-order-summary-item__image {
  width: auto;
}
.woocommerce-checkout .wc-block-components-product-metadata__description {
  display: none;
}
.woocommerce-checkout .wc-block-components-product-metadata {
  font-size: 13px;
  --tw-font-weight: 450;
  font-weight: 450;
  color: color-mix(in oklab, #101010 70%, transparent);
}
.woocommerce-checkout .wc-block-components-product-price__value.is-discounted {
  margin: calc(var(--spacing) * 0);
}
.woocommerce-checkout .wc-block-components-checkout-order-summary__content .wc-block-components-product-price__value.is-discounted {
  color: color-mix(in oklab, #101010 70%, transparent);
}
.woocommerce-checkout .wc-block-components-order-summary-item__quantity {
  display: none;
}
.woocommerce-checkout .wc-block-components-order-summary-item__individual-prices {
  font-size: 13px;
  --tw-font-weight: 450;
  font-weight: 450;
  color: color-mix(in oklab, #101010 70%, transparent) !important;
}
.woocommerce-checkout .wc-block-components-product-name {
  font-size: 13px;
  --tw-leading: 2;
  line-height: 2;
  --tw-font-weight: 450;
  font-weight: 450;
}
.woocommerce-checkout .wc-block-components-order-summary-item__total-price {
  display: none;
}
.woocommerce-checkout .wp-element-button {
  border-radius: 8px;
  background-color: #101010;
  padding-inline: 20px;
  padding-block: 12px;
  font-size: 13px;
  --tw-font-weight: 450;
  font-weight: 450;
  color: #F8F8F8;
}
.woocommerce-checkout .wp-element-button > div {
  opacity: 100% !important;
}
.woocommerce-checkout .wc-block-components-checkout-order-summary__content div {
  padding-left: 0px;
}
.woocommerce-checkout div.wc-block-components-order-summary-item__description {
  padding-left: 16px;
}
.woocommerce-checkout .wc-block-components-radio-control-accordion-option {
  border-radius: 0px;
  border-style: var(--tw-border-style);
  border-width: 0px;
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 1px;
  border-color: color-mix(in oklab, #101010 20%, transparent);
  --tw-shadow: 0 0 #0000;
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.woocommerce-checkout .wc-block-components-totals-item__label {
  font-size: 13px;
  --tw-font-weight: 450;
  font-weight: 450;
  color: color-mix(in oklab, #101010 40%, transparent);
}
.woocommerce-checkout .wc-block-components-totals-item__value {
  color: #101010;
}
.woocommerce-checkout .wc-block-components-totals-footer-item span {
  font-size: 17px;
  --tw-font-weight: 400;
  font-weight: 400;
  color: #101010;
}
.woocommerce-checkout .wc-blocks-components-select__container {
  background-color: transparent;
}
.woocommerce-checkout .wc-block-components-radio-control__option {
  --tw-shadow: 0 0 #0000 !important;
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow) !important;
}
.woocommerce-checkout .wc-block-components-radio-control--highlight-checked.wc-block-components-radio-control--highlight-checked--first-selected:after, .woocommerce-checkout .wc-block-components-radio-control--highlight-checked:after, .woocommerce-checkout .wc-block-components-radio-control-accordion-option {
  border-style: var(--tw-border-style) !important;
  border-width: 0px !important;
}
.woocommerce-checkout .wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option:last-child:after {
  display: none;
}
.woocommerce-checkout .wc-block-components-radio-control-accordion-option, .woocommerce-checkout .wc-block-checkout__shipping-option .wc-block-components-radio-control__option {
  border-bottom-style: var(--tw-border-style) !important;
  border-bottom-width: 1px !important;
  border-color: color-mix(in oklab, #252525 20%, transparent);
}
.woocommerce-checkout .thankyou-product-image img {
  height: 108px;
  width: 81px;
}
.woocommerce-checkout .wc-block-components-totals-item {
  justify-content: space-between;
}
.woocommerce-checkout .wc-block-components-checkout-order-summary__content .screen-reader-text {
  display: none;
}
.woocommerce-checkout .wc-block-components-checkout-order-summary__content .wc-block-components-product-price__regular {
  display: none;
}
.woocommerce-checkout .woocommerce-thankyou-order-received {
  font-size: 15px;
  --tw-font-weight: 450;
  font-weight: 450;
}
.custom-cart {
  position: relative;
  display: inline-block;
}
.cart-dropdown {
  position: absolute;
  top: 100%;
  right: calc(var(--spacing) * 0);
  z-index: 9999;
  display: none;
  width: 480px;
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: #eee;
  background-color: #fff;
  padding: 24px;
}
.custom-cart:hover .cart-dropdown {
  display: block;
}
.cart-count {
  position: absolute;
  top: calc(6px * -1);
  right: calc(6px * -1);
  border-radius: 999px;
  background-color: #101010;
  --tw-gradient-position: to bottom in oklab;
  background-image: linear-gradient(var(--tw-gradient-stops));
  --tw-gradient-from: #B5791100;
  --tw-gradient-to: #B57911;
  --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  padding-inline: 7px;
  padding-block: 2px;
  font-size: 12px;
  color: #fff;
}
.cart-link {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  background-color: #F8F8F8;
  padding-inline: 12px;
  padding-block: 8px;
  font-size: 13px;
  --tw-font-weight: 450;
  font-weight: 450;
}
.collapse {
  visibility: collapse;
}
.invisible {
  visibility: hidden;
}
.visible {
  visibility: visible;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border-width: 0;
}
.absolute {
  position: absolute;
}
.fixed {
  position: fixed;
}
.fixed\! {
  position: fixed !important;
}
.relative {
  position: relative;
}
.static {
  position: static;
}
.sticky {
  position: sticky;
}
.top-0 {
  top: calc(var(--spacing) * 0);
}
.right-0 {
  right: calc(var(--spacing) * 0);
}
.right-\[8px\] {
  right: 8px;
}
.-bottom-\[90px\] {
  bottom: calc(90px * -1);
}
.bottom-0 {
  bottom: calc(var(--spacing) * 0);
}
.-left-\[140px\] {
  left: calc(140px * -1);
}
.left-0 {
  left: calc(var(--spacing) * 0);
}
.left-\[8px\] {
  left: 8px;
}
.z-0 {
  z-index: 0;
}
.z-1 {
  z-index: 1;
}
.z-9999 {
  z-index: 9999;
}
.container {
  width: 100%;
}
@media (width >= 40rem) {
  .container {
    max-width: 40rem;
  }
}
@media (width >= 48rem) {
  .container {
    max-width: 48rem;
  }
}
@media (width >= 64rem) {
  .container {
    max-width: 64rem;
  }
}
@media (width >= 80rem) {
  .container {
    max-width: 80rem;
  }
}
@media (width >= 96rem) {
  .container {
    max-width: 96rem;
  }
}
.mx-auto {
  margin-inline: auto;
}
.prose {
  --tw-prose-body: var(--color-foreground);
  --tw-prose-headings: var(--color-foreground);
  --tw-prose-lead: var(--color-foreground);
  --tw-prose-links: var(--color-primary);
  --tw-prose-bold: var(--color-foreground);
  --tw-prose-counters: var(--color-foreground);
  --tw-prose-bullets: var(--color-foreground);
  --tw-prose-hr: var(--color-foreground);
  --tw-prose-quotes: var(--color-foreground);
  --tw-prose-quote-borders: var(--color-primary);
  --tw-prose-captions: var(--color-foreground);
  --tw-prose-kbd: var(--color-foreground);
  --tw-prose-kbd-shadows: var(--color-foreground);
  --tw-prose-code: var(--color-foreground);
  --tw-prose-pre-code: var(--color-background);
  --tw-prose-pre-bg: var(--color-foreground);
  --tw-prose-th-borders: var(--color-foreground);
  --tw-prose-td-borders: var(--color-foreground);
  --tw-prose-invert-body: var(--color-background);
  --tw-prose-invert-headings: var(--color-background);
  --tw-prose-invert-lead: var(--color-background);
  --tw-prose-invert-links: var(--color-primary);
  --tw-prose-invert-bold: var(--color-background);
  --tw-prose-invert-counters: var(--color-background);
  --tw-prose-invert-bullets: var(--color-background);
  --tw-prose-invert-hr: var(--color-background);
  --tw-prose-invert-quotes: var(--color-background);
  --tw-prose-invert-quote-borders: var(--color-primary);
  --tw-prose-invert-captions: var(--color-background);
  --tw-prose-invert-kbd: var(--color-background);
  --tw-prose-invert-kbd-shadows: var(--color-background);
  --tw-prose-invert-code: var(--color-background);
  --tw-prose-invert-pre-code: var(--color-foreground);
  --tw-prose-invert-pre-bg: var(--color-background);
  --tw-prose-invert-th-borders: var(--color-background);
  --tw-prose-invert-td-borders: var(--color-background);
  font-size: 1rem;
  line-height: 1.75;
  color: var(--tw-prose-body);
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(p) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where([class~='lead'],[class~='is-style-lead']) {
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(a) {
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: var(--tw-prose-font-medium);
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(strong) {
  color: var(--tw-prose-bold);
  font-weight: var(--tw-prose-font-semibold);
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(a strong) {
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(blockquote strong) {
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(thead th strong) {
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol) {
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='A']) {
  list-style-type: upper-alpha;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='a']) {
  list-style-type: lower-alpha;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='A' s]) {
  list-style-type: upper-alpha;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='a' s]) {
  list-style-type: lower-alpha;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='I']) {
  list-style-type: upper-roman;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='i']) {
  list-style-type: lower-roman;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='I' s]) {
  list-style-type: upper-roman;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='i' s]) {
  list-style-type: lower-roman;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='1']) {
  list-style-type: decimal;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ul) {
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol > li)::marker {
  font-weight: var(--tw-prose-font-normal);
  color: var(--tw-prose-counters);
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ul > li)::marker {
  color: var(--tw-prose-bullets);
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(dt) {
  color: var(--tw-prose-headings);
  font-weight: var(--tw-prose-font-semibold);
  margin-top: 1.25em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(hr) {
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(blockquote) {
  font-weight: var(--tw-prose-font-medium);
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-left-width: 0.25rem;
  border-left-color: var(--tw-prose-quote-borders);
  quotes: '\201C''\201D''\2018''\2019';
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(blockquote p:first-of-type)::before {
  content: open-quote;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(blockquote p:last-of-type)::after {
  content: close-quote;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(blockquote > cite) {
  color: var(--tw-prose-body);
  font-style: normal;
  font-weight: var(--tw-prose-font-normal);
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(blockquote > cite::before) {
  content: '\2014';
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h1) {
  color: var(--tw-prose-headings);
  font-weight: var(--tw-prose-font-extrabold);
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h1 strong) {
  font-weight: var(--tw-prose-font-black);
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h2) {
  color: var(--tw-prose-headings);
  font-weight: var(--tw-prose-font-bold);
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h2 strong) {
  font-weight: var(--tw-prose-font-extrabold);
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h3) {
  color: var(--tw-prose-headings);
  font-weight: var(--tw-prose-font-semibold);
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h3 strong) {
  font-weight: var(--tw-prose-font-bold);
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h4) {
  color: var(--tw-prose-headings);
  font-weight: var(--tw-prose-font-semibold);
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h4 strong) {
  font-weight: var(--tw-prose-font-bold);
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(img) {
  margin-top: 2em;
  margin-bottom: 2em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(picture) {
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(kbd) {
  font-weight: var(--tw-prose-font-medium);
  font-family: inherit;
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px var(--tw-prose-kbd-shadows), 0 3px 0 var(--tw-prose-kbd-shadows);
}
@supports (color: color-mix(in lab, red, red)) {
  :is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(kbd) {
    box-shadow: 0 0 0 1px color-mix(in oklab, var(--tw-prose-kbd-shadows) 10%, transparent), 0 3px 0 color-mix(in oklab, var(--tw-prose-kbd-shadows) 10%, transparent);
  }
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(kbd) {
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-right: 0.375em;
  padding-bottom: 0.1875em;
  padding-left: 0.375em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(code) {
  color: var(--tw-prose-code);
  font-weight: var(--tw-prose-font-semibold);
  font-size: 0.875em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(code)::before,:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(code)::after {
  content: '`';
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(a code) {
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h1 code) {
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h2 code) {
  color: inherit;
  font-size: 0.875em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h3 code) {
  color: inherit;
  font-size: 0.9em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h4 code) {
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(blockquote code) {
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(thead th code) {
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(pre) {
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: var(--tw-prose-font-normal);
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-right: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-left: 1.1428571em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(pre code) {
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(pre code)::before {
  content: none;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(pre code)::after {
  content: none;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(table) {
  width: 100%;
  table-layout: auto;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(table.has-fixed-layout) {
  table-layout: fixed;
  width: 100%;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(thead) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(thead th) {
  color: var(--tw-prose-headings);
  font-weight: var(--tw-prose-font-semibold);
  vertical-align: bottom;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(tbody tr) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(tbody tr:last-child) {
  border-bottom-width: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(tbody td) {
  vertical-align: baseline;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(tfoot) {
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(tfoot td) {
  vertical-align: top;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(figure > *) {
  margin-top: 0;
  margin-bottom: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(figcaption) {
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(picture > img) {
  margin-top: 0;
  margin-bottom: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(video) {
  margin-top: 2em;
  margin-bottom: 2em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(li) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol > li) {
  padding-left: 0.375em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ul > li) {
  padding-left: 0.375em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(.prose > ul > li p) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(.prose > ul > li > *:first-child) {
  margin-top: 1.25em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(.prose > ul > li > *:last-child) {
  margin-bottom: 1.25em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(.prose > ol > li > *:first-child) {
  margin-top: 1.25em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(.prose > ol > li > *:last-child) {
  margin-bottom: 1.25em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ul ul,ul ol,ol ul,ol ol) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(dl) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(dd) {
  margin-top: 0.5em;
  padding-left: 1.625em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(hr + *) {
  margin-top: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h2 + *) {
  margin-top: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h3 + *) {
  margin-top: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h4 + *) {
  margin-top: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(thead th:first-child) {
  padding-left: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(thead th:last-child) {
  padding-right: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(tbody td,tfoot td) {
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(tbody td:first-child,tfoot td:first-child) {
  padding-left: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(tbody td:last-child,tfoot td:last-child) {
  padding-right: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(figure) {
  margin-top: 2em;
  margin-bottom: 2em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(.prose > :first-child) {
  margin-top: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(.prose > :last-child) {
  margin-bottom: 0;
}
.prose .wp-block-table td,.prose .wp-block-table th {
  border: 0;
}
.prose .wp-block-table thead,.prose .wp-block-table tfoot {
  border-color: var(--tw-prose-th-borders);
}
.prose .wp-block-table thead {
  border-bottom-width: 1px;
}
.prose .wp-block-table tfoot {
  border-top-width: 1px;
}
.mt-\[20px\] {
  margin-top: 20px;
}
.mt-\[52px\] {
  margin-top: 52px;
}
.mb-\[28px\] {
  margin-bottom: 28px;
}
.-ml-\[10px\] {
  margin-left: calc(10px * -1);
}
.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.block {
  display: block;
}
.block\! {
  display: block !important;
}
.contents {
  display: contents;
}
.flex {
  display: flex;
}
.flex-2 {
  display: flex;
  align-items: center;
}
.flex-3 {
  display: flex;
  justify-content: flex-end;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.inline {
  display: inline;
}
.table {
  display: table;
}
.size-full {
  width: 100%;
  height: 100%;
}
.h-0 {
  height: calc(var(--spacing) * 0);
}
.h-\[38px\] {
  height: 38px;
}
.h-\[52px\] {
  height: 52px;
}
.h-\[96px\] {
  height: 96px;
}
.h-\[108px\] {
  height: 108px;
}
.h-\[160px\] {
  height: 160px;
}
.h-\[310px\] {
  height: 310px;
}
.h-\[352px\] {
  height: 352px;
}
.h-\[424px\] {
  height: 424px;
}
.h-\[572px\] {
  height: 572px;
}
.h-\[800px\] {
  height: 800px;
}
.h-full {
  height: 100%;
}
.max-h-\[300px\] {
  max-height: 300px;
}
.w-0 {
  width: calc(var(--spacing) * 0);
}
.w-1\/2 {
  width: calc(1/2 * 100%);
}
.w-1\/3 {
  width: calc(1/3 * 100%);
}
.w-2\/3 {
  width: calc(2/3 * 100%);
}
.w-\[38px\] {
  width: 38px;
}
.w-\[50\%\] {
  width: 50%;
}
.w-\[80\%\] {
  width: 80%;
}
.w-\[81px\] {
  width: 81px;
}
.w-\[90\%\] {
  width: 90%;
}
.w-\[100\%\] {
  width: 100%;
}
.w-\[100px\] {
  width: 100px;
}
.w-\[160px\] {
  width: 160px;
}
.w-\[167px\] {
  width: 167px;
}
.w-\[220px\] {
  width: 220px;
}
.w-\[239px\] {
  width: 239px;
}
.w-\[339px\] {
  width: 339px;
}
.w-\[424px\] {
  width: 424px;
}
.w-full {
  width: 100%;
}
.max-w-\[339px\] {
  max-width: 339px;
}
.max-w-\[1440px\] {
  max-width: 1440px;
}
.max-w-none {
  max-width: none;
}
.flex-1 {
  flex: 1;
}
.shrink-0 {
  flex-shrink: 0;
}
.grow {
  flex-grow: 1;
}
.transform {
  transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
}
.cursor-pointer {
  cursor: pointer;
}
.resize {
  resize: both;
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
.flex-row {
  flex-direction: row;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-center {
  align-items: center;
}
.items-start {
  align-items: flex-start;
}
.justify-between {
  justify-content: space-between;
}
.justify-center {
  justify-content: center;
}
.justify-end {
  justify-content: flex-end;
}
.gap-0 {
  gap: calc(var(--spacing) * 0);
}
.gap-1 {
  gap: calc(var(--spacing) * 1);
}
.gap-\[4px\] {
  gap: 4px;
}
.gap-\[8px\] {
  gap: 8px;
}
.gap-\[12px\] {
  gap: 12px;
}
.gap-\[16px\] {
  gap: 16px;
}
.gap-\[20px\] {
  gap: 20px;
}
.gap-\[24px\] {
  gap: 24px;
}
.gap-\[30px\] {
  gap: 30px;
}
.gap-\[32px\] {
  gap: 32px;
}
.gap-\[36px\] {
  gap: 36px;
}
.gap-\[40px\] {
  gap: 40px;
}
.gap-\[52px\] {
  gap: 52px;
}
.gap-\[72px\] {
  gap: 72px;
}
.gap-\[100px\] {
  gap: 100px;
}
.gap-y-\[24px\] {
  row-gap: 24px;
}
.self-stretch {
  align-self: stretch;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.overflow-y-auto {
  overflow-y: auto;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-\[8px\] {
  border-radius: 8px;
}
.rounded-\[50\%\] {
  border-radius: 50%;
}
.rounded-\[200px\] {
  border-radius: 200px;
}
.rounded-full {
  border-radius: calc(infinity * 1px);
}
.border {
  border-style: var(--tw-border-style);
  border-width: 1px;
}
.border-\[1px\] {
  border-style: var(--tw-border-style);
  border-width: 1px;
}
.border-\[2px\] {
  border-style: var(--tw-border-style);
  border-width: 2px;
}
.border-t-\[1px\] {
  border-top-style: var(--tw-border-style);
  border-top-width: 1px;
}
.border-b-\[1px\] {
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 1px;
}
.border-\[\#101010\]\/10 {
  border-color: color-mix(in oklab, #101010 10%, transparent);
}
.border-\[\#F8F8F8\]\/10 {
  border-color: color-mix(in oklab, #F8F8F8 10%, transparent);
}
.border-y-\[\#F8F8F8\]\/10 {
  border-block-color: color-mix(in oklab, #F8F8F8 10%, transparent);
}
.border-t-\[\#F8F8F8\]\/10 {
  border-top-color: color-mix(in oklab, #F8F8F8 10%, transparent);
}
.border-t-\[\#F8F8F8\]\/20 {
  border-top-color: color-mix(in oklab, #F8F8F8 20%, transparent);
}
.border-b-\[\#F8F8F8\]\/10 {
  border-bottom-color: color-mix(in oklab, #F8F8F8 10%, transparent);
}
.border-b-\[F8F8F8\]\/20 {
  border-bottom-color: color-mix(in oklab, F8F8F8 20%, transparent);
}
.bg-\[\#0E0E0E\] {
  background-color: #0E0E0E;
}
.bg-\[\#101010\] {
  background-color: #101010;
}
.bg-\[\#C7C1BC\] {
  background-color: #C7C1BC;
}
.bg-\[\#101010\]\/10 {
  background-color: color-mix(in oklab, #101010 10%, transparent);
}
.bg-\[\#131313\] {
  background-color: #131313;
}
.bg-\[\#141414\] {
  background-color: #141414;
}
.bg-\[\#504A48\] {
  background-color: #504A48;
}
.bg-\[\#141414\]\/90 {
  background-color: color-mix(in oklab, #141414 90%, transparent);
}
.bg-\[\#B57911\] {
  background-color: #B57911;
}
.bg-\[\#F8F8F8\] {
  background-color: #F8F8F8;
}
.bg-linear-to-b {
  --tw-gradient-position: to bottom;
}
@supports (background-image: linear-gradient(in lab, red, red)) {
  .bg-linear-to-b {
    --tw-gradient-position: to bottom in oklab;
  }
}
.bg-linear-to-b {
  background-image: linear-gradient(var(--tw-gradient-stops));
}
.bg-gradient-to-b {
  --tw-gradient-position: to bottom in oklab;
  background-image: linear-gradient(var(--tw-gradient-stops));
}
.bg-\[url\(\/wp-content\/uploads\/2025\/12\/hamburger-md-svgrepo-com\.svg\)\] {
  background-image: url(/wp-content/uploads/2025/12/hamburger-md-svgrepo-com.svg);
}
.from-\[\#B5791100\]\/25 {
  --tw-gradient-from: color-mix(in oklab, #B5791100 25%, transparent);
  --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
}
.to-\[\#B579110A\]\/100 {
  --tw-gradient-to: #B579110A;
  --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
}
.bg-contain {
  background-size: contain;
}
.bg-cover {
  background-size: cover;
}
.bg-bottom {
  background-position: bottom;
}
.bg-center {
  background-position: center;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.object-cover {
  object-fit: cover;
}
.p-\[16px\] {
  padding: 16px;
}
.p-\[24px\] {
  padding: 24px;
}
.p-\[32px\] {
  padding: 32px;
}
.p-\[240px\] {
  padding: 240px;
}
.px-\[12px\] {
  padding-inline: 12px;
}
.px-\[20px\] {
  padding-inline: 20px;
}
.px-\[24px\] {
  padding-inline: 24px;
}
.px-\[38px\] {
  padding-inline: 38px;
}
.px-\[140px\] {
  padding-inline: 140px;
}
.py-\[8px\] {
  padding-block: 8px;
}
.py-\[12px\] {
  padding-block: 12px;
}
.py-\[16px\] {
  padding-block: 16px;
}
.py-\[30px\] {
  padding-block: 30px;
}
.py-\[54px\] {
  padding-block: 54px;
}
.pt-\[20px\] {
  padding-top: 20px;
}
.pt-\[24px\] {
  padding-top: 24px;
}
.pt-\[50px\] {
  padding-top: 50px;
}
.pt-\[64px\] {
  padding-top: 64px;
}
.pt-\[100px\] {
  padding-top: 100px;
}
.pb-\[12px\] {
  padding-bottom: 12px;
}
.pb-\[24px\] {
  padding-bottom: 24px;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-\[12px\] {
  font-size: 12px;
}
.text-\[13px\] {
  font-size: 13px;
}
.text-\[15px\] {
  font-size: 15px;
}
.text-\[16px\] {
  font-size: 16px;
}
.text-\[17px\] {
  font-size: 17px;
}
.text-\[24px\] {
  font-size: 24px;
}
.text-\[20px\] {
  font-size: 20px;
}
.text-\[26px\] {
  font-size: 26px;
}
.text-\[38px\] {
  font-size: 38px;
}
.text-\[54px\] {
  font-size: 54px;
}
.text-\[66px\] {
  font-size: 66px;
}
}
.text-\[40px\] {
  font-size: 50px;
}
.leading-none {
  --tw-leading: 1;
  line-height: 1;
}
.leading-snug {
  --tw-leading: var(--leading-snug);
  line-height: var(--leading-snug);
}
.font-\[400\] {
  --tw-font-weight: 400;
  font-weight: 400;
}
.font-\[450\] {
  --tw-font-weight: 450;
  font-weight: 450;
}
.font-\[500\] {
  --tw-font-weight: 500;
  font-weight: 500;
}
.font-medium {
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
}
.text-\[\#101010\] {
  color: #101010;
}
.text-\[\#101010\]\/40 {
  color: color-mix(in oklab, #101010 40%, transparent);
}
.text-\[\#101010\]\/70 {
  color: color-mix(in oklab, #101010 70%, transparent);
}
.text-\[\#F0F0F0\]\/70 {
  color: color-mix(in oklab, #F0F0F0 70%, transparent);
}
.text-\[\#F8F8F8\] {
  color: #F8F8F8;
}
.text-\[\#504A48\] {
  color: #504A48;
}
.text-\[\#F8F8F8\]\/20 {
  color: color-mix(in oklab, #F8F8F8 20%, transparent);
}
.text-\[\#F8F8F8\]\/70 {
  color: color-mix(in oklab, #F8F8F8 70%, transparent);
}
.text-\[\#f8f8f8\] {
  color: #f8f8f8;
}
.capitalize {
  text-transform: capitalize;
}
.lowercase {
  text-transform: lowercase;
}
.uppercase {
  text-transform: uppercase;
}
.italic {
  font-style: italic;
}
.ordinal {
  --tw-ordinal: ordinal;
  font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
}
.underline {
  text-decoration-line: underline;
}
.shadow {
  --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.ring {
  --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.outline {
  outline-style: var(--tw-outline-style);
  outline-width: 1px;
}
.blur-\[200px\] {
  --tw-blur: blur(200px);
  filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
}
.grayscale {
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
}
.filter {
  filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
}
.transition {
  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
}
.transition-all {
  transition-property: all;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
}
.duration-300 {
  --tw-duration: 300ms;
  transition-duration: 300ms;
}
.ease-in-out {
  --tw-ease: var(--ease-in-out);
  transition-timing-function: var(--ease-in-out);
}
.content-none {
  --tw-content: none;
  content: none;
}
.prose-neutral {
  --tw-prose-body: var(--color-neutral-700);
  --tw-prose-headings: var(--color-neutral-900);
  --tw-prose-lead: var(--color-neutral-600);
  --tw-prose-links: var(--color-neutral-900);
  --tw-prose-bold: var(--color-neutral-900);
  --tw-prose-counters: var(--color-neutral-500);
  --tw-prose-bullets: var(--color-neutral-300);
  --tw-prose-hr: var(--color-neutral-200);
  --tw-prose-quotes: var(--color-neutral-900);
  --tw-prose-quote-borders: var(--color-neutral-200);
  --tw-prose-captions: var(--color-neutral-500);
  --tw-prose-kbd: var(--color-neutral-900);
  --tw-prose-kbd-shadows: var(--color-neutral-900);
  --tw-prose-code: var(--color-neutral-900);
  --tw-prose-pre-code: var(--color-neutral-200);
  --tw-prose-pre-bg: var(--color-neutral-800);
  --tw-prose-th-borders: var(--color-neutral-300);
  --tw-prose-td-borders: var(--color-neutral-200);
  --tw-prose-invert-body: var(--color-neutral-300);
  --tw-prose-invert-headings: var(--color-white);
  --tw-prose-invert-lead: var(--color-neutral-400);
  --tw-prose-invert-links: var(--color-white);
  --tw-prose-invert-bold: var(--color-white);
  --tw-prose-invert-counters: var(--color-neutral-400);
  --tw-prose-invert-bullets: var(--color-neutral-600);
  --tw-prose-invert-hr: var(--color-neutral-700);
  --tw-prose-invert-quotes: var(--color-neutral-100);
  --tw-prose-invert-quote-borders: var(--color-neutral-700);
  --tw-prose-invert-captions: var(--color-neutral-400);
  --tw-prose-invert-kbd: var(--color-white);
  --tw-prose-invert-kbd-shadows: var(--color-white);
  --tw-prose-invert-code: var(--color-white);
  --tw-prose-invert-pre-code: var(--color-neutral-300);
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: var(--color-neutral-600);
  --tw-prose-invert-td-borders: var(--color-neutral-700);
}
.\[hostname\:port\] {
  hostname: port;
}
.before\:pointer-events-none::before {
  content: var(--tw-content);
  pointer-events: none;
}
.before\:absolute::before {
  content: var(--tw-content);
  position: absolute;
}
.before\:inset-0::before {
  content: var(--tw-content);
  inset: calc(var(--spacing) * 0);
}
.before\:z-\[-1\]::before {
  content: var(--tw-content);
  z-index: -1;
}
.before\:bg-linear-50::before {
  content: var(--tw-content);
  --tw-gradient-position: 50deg;
}
@supports (background-image: linear-gradient(in lab, red, red)) {
  .before\:bg-linear-50::before {
    --tw-gradient-position: 50deg in oklab;
  }
}
.before\:bg-linear-50::before {
  background-image: linear-gradient(var(--tw-gradient-stops));
}
.before\:from-\[\#000000\]::before {
  content: var(--tw-content);
  --tw-gradient-from: #000000;
  --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
}
.before\:to-\[\#000000\]\/0::before {
  content: var(--tw-content);
  --tw-gradient-to: color-mix(in oklab, #000000 0%, transparent);
  --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
}
.before\:content-\[\'\'\]::before {
  --tw-content: '';
  content: var(--tw-content);
}
@media (hover: hover) {
  .hover\:cursor-pointer:hover {
    cursor: pointer;
  }
}
@media (hover: hover) {
  .hover\:text-\[\#101010\]:hover {
    color: #101010;
  }
}
@media (hover: hover) {
  .hover\:text-black:hover {
    color: var(--color-black);
  }
}
@media (width >= 64rem) {
  .lg\:right-\[140px\] {
    right: 140px;
  }
}
@media (width >= 64rem) {
  .lg\:left-\[140px\] {
    left: 140px;
  }
}
@media (width >= 64rem) {
  .lg\:-mr-\[300px\] {
    margin-right: calc(300px * -1);
  }
}
@media (width >= 64rem) {
  .lg\:grid {
    display: grid;
  }
}
@media (width >= 64rem) {
  .lg\:hidden {
    display: none;
  }
}
@media (width >= 64rem) {
  .lg\:inline {
    display: inline;
  }
}
@media (width >= 64rem) {
  .lg\:inline-block {
    display: inline-block;
  }
}
@media (width >= 64rem) {
  .lg\:h-\[452px\] {
    height: 452px;
  }
}
@media (width >= 64rem) {
  .lg\:h-\[704px\] {
    height: 704px;
  }
}
@media (width >= 64rem) {
  .lg\:w-1\/2 {
    width: calc(1/2 * 100%);
  }
}
@media (width >= 64rem) {
  .lg\:w-1\/3 {
    width: calc(1/3 * 100%);
  }
}
@media (width >= 64rem) {
  .lg\:w-2\/3 {
    width: calc(2/3 * 100%);
  }
}
@media (width >= 64rem) {
  .lg\:w-\[35\%\] {
    width: 35%;
  }
}
@media (width >= 64rem) {
  .lg\:w-\[40\%\] {
    width: 40%;
  }
}
@media (width >= 64rem) {
  .lg\:w-\[65\%\] {
    width: 65%;
  }
}
@media (width >= 64rem) {
  .lg\:w-\[220px\] {
    width: 220px;
  }
}
@media (width >= 64rem) {
  .lg\:w-\[339px\] {
    width: 339px;
  }
}
@media (width >= 64rem) {
  .lg\:w-\[456px\] {
    width: 456px;
  }
}
@media (width >= 64rem) {
  .lg\:w-\[573px\] {
    width: 573px;
  }
}
@media (width >= 64rem) {
  .lg\:w-\[690px\] {
    width: 690px;
  }
}
@media (width >= 64rem) {
  .lg\:w-full {
    width: 100%;
  }
}
@media (width >= 64rem) {
  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (width >= 64rem) {
  .lg\:flex-row {
    flex-direction: row;
  }
}
@media (width >= 64rem) {
  .lg\:flex-nowrap {
    flex-wrap: nowrap;
  }
}
@media (width >= 64rem) {
  .lg\:items-center {
    align-items: center;
  }
}
@media (width >= 64rem) {
  .lg\:justify-between {
    justify-content: space-between;
  }
}
@media (width >= 64rem) {
  .lg\:gap-0 {
    gap: calc(var(--spacing) * 0);
  }
}
@media (width >= 64rem) {
  .lg\:gap-\[12px\] {
    gap: 12px;
  }
}

@media (width >= 64rem) {
  .lg\:gap-\[14px\] {
    gap: 14px;
  }
}
@media (width >= 64rem) {
  .lg\:gap-\[24px\] {
    gap: 24px;
  }
}
@media (width >= 64rem) {
  .lg\:gap-\[32px\] {
    gap: 32px;
  }
}
@media (width >= 64rem) {
  .lg\:gap-\[40px\] {
    gap: 40px;
  }
}
@media (width >= 64rem) {
  .lg\:gap-\[64px\] {
    gap: 64px;
  }
}
@media (width >= 64rem) {
  .lg\:gap-\[90px\] {
    gap: 90px;
  }
}
@media (width >= 64rem) {
  .lg\:gap-\[120px\] {
    gap: 120px;
  }
}
@media (width >= 64rem) {
  .lg\:gap-\[130px\] {
    gap: 130px;
  }
}
@media (width >= 64rem) {
  .lg\:gap-\[140px\] {
    gap: 140px;
  }
}
@media (width >= 64rem) {
  .lg\:gap-\[220px\] {
    gap: 220px;
  }
}
@media (width >= 64rem) {
  .lg\:gap-y-\[50px\] {
    row-gap: 50px;
  }
}
@media (width >= 64rem) {
  .lg\:p-\[140px\] {
    padding: 140px;
  }
}
@media (width >= 64rem) {
  .lg\:px-\[140px\] {
    padding-inline: 140px;
  }
}
@media (width >= 64rem) {
  .lg\:px-\[260px\] {
    padding-inline: 260px;
  }
}
@media (width >= 64rem) {
  .lg\:py-\[70px\] {
    padding-block: 70px;
  }
}
@media (width >= 64rem) {
  .lg\:py-\[100px\] {
    padding-block: 100px;
  }
}
@media (width >= 64rem) {
  .lg\:py-\[110px\] {
    padding-block: 110px;
  }
}
@media (width >= 64rem) {
  .lg\:pt-0 {
    padding-top: calc(var(--spacing) * 0);
  }
}
@media (width >= 64rem) {
  .lg\:pt-\[64px\] {
    padding-top: 64px;
  }
}
@media (width >= 64rem) {
  .lg\:pt-\[100px\] {
    padding-top: 100px;
  }
}
@media (width >= 64rem) {
  .lg\:pb-0 {
    padding-bottom: calc(var(--spacing) * 0);
  }
}
@media (width >= 64rem) {
  .lg\:pb-\[20px\] {
    padding-bottom: 20px;
  }
}
@media (width >= 64rem) {
  .lg\:pb-\[24px\] {
    padding-bottom: 24px;
  }
}
@media (width >= 64rem) {
  .lg\:pb-\[150px\] {
    padding-bottom: 150px;
  }
}
@media (width >= 64rem) {
  .lg\:text-left {
    text-align: left;
  }
}
@media (width >= 64rem) {
  .lg\:text-\[54px\] {
    font-size: 54px;
  }
}
.prose-a\:text-primary :is(a):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
  color: var(--color-primary);
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-gradient-position {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-via {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-to {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-via-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0%;
}
@property --tw-gradient-via-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 50%;
}
@property --tw-gradient-to-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-content {
  syntax: "*";
  inherits: false;
  initial-value: "";
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-ordinal {
  syntax: "*";
  inherits: false;
}
@property --tw-slashed-zero {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-figure {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-spacing {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-fraction {
  syntax: "*";
  inherits: false;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-border-style: solid;
      --tw-gradient-position: initial;
      --tw-gradient-from: #0000;
      --tw-gradient-via: #0000;
      --tw-gradient-to: #0000;
      --tw-gradient-stops: initial;
      --tw-gradient-via-stops: initial;
      --tw-gradient-from-position: 0%;
      --tw-gradient-via-position: 50%;
      --tw-gradient-to-position: 100%;
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-duration: initial;
      --tw-content: "";
      --tw-font-weight: initial;
      --tw-ease: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-leading: initial;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-ordinal: initial;
      --tw-slashed-zero: initial;
      --tw-numeric-figure: initial;
      --tw-numeric-spacing: initial;
      --tw-numeric-fraction: initial;
      --tw-outline-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
    }
  }
}
#hero-bg {
    position: relative;
    background-color: #b9b7b6; /* szary kolor */
    background-blend-mode: multiply; /* miesza kolor ze zdjęciem */
    background-size: cover;
    background-position: center;
}
.bg-1 {
	background-color: #F8F8F8;
}
.bg-2 {
	background-color: #C7C1BC;
}
:root {
            /* Kolory pobrane próbnikiem z oryginalnego zdjęcia */
            --main-bg: #C7C1BC; 
            --accent-color: #504A48;
        }

        body {
            margin: 0;
            padding: 0;
            font-family: 'Figtree-Italic', sans-serif;
            background-color: white; /* Tło pod spodem, żeby odciąć strzałkę */
        }

        /* --- GŁÓWNA SEKCJJA --- */
        .offer-section {
            background-color: var(--main-bg);
            color: var(--accent-color);
            /* Zwiększony padding na dole, żeby zrobić miejsce na wystającą strzałkę */
            padding: 80px 40px 100px 40px;
            text-align: center;
            position: relative; /* Niezbędne do pozycjonowania elementu ::after */
        }

        /* Nagłówek H2 */
        .offer-section h2 {
            font-size: 34px;
            text-transform: uppercase;
            letter-spacing: 5px;
            margin-bottom: 25px;
            font-weight: 700;
        }

        /* Paragraf opisu */
        .offer-section p {
            max-width: 950px;
            margin: 0 auto 65px auto;
            line-height: 1.6;
            font-size: 15px;
            font-weight: 400;
        }

        /* --- SIATKA KAFELKÓW (GRID) --- */
        .offer-grid {
            display: grid;
            /* 3 kolumny na szerokich ekranach */
            grid-template-columns: repeat(3, 1fr);
            gap: 25px; /* Odstępy między kafelkami */
            max-width: 1180px;
            margin: 0 auto;
        }

        /* --- POJEDYNCZY KAFELEK --- */
        .offer-item {
            border: 2px solid var(--accent-color); /* Wyraźne obramowanie */
            padding: 35px 25px;
            display: flex;
            align-items: center; /* Wyśrodkowanie pionowe ikony i tekstu */
            justify-content: flex-start;
            gap: 20px; /* Odstęp między ikoną a tekstem */
            text-align: left;
            min-height: 110px; /* Minimalna wysokość dla równego wyglądu */
            box-sizing: border-box;
        }

        .offer-item:hover {
            border: 4px solid var(--accent-color); /* Wyraźne obramowanie */
            padding: 35px 25px;
            display: flex;
            align-items: center; /* Wyśrodkowanie pionowe ikony i tekstu */
            justify-content: flex-start;
            gap: 20px; /* Odstęp między ikoną a tekstem */
            text-align: left;
            min-height: 110px; /* Minimalna wysokość dla równego wyglądu */
            box-sizing: border-box;
        }

        /* --- STYLE IKON SVG --- */
        .offer-item svg {
            width: 100px;  /* Rozmiar ikony */
            height: 100px;
            fill: none;   /* Brak wypełnienia, tylko kontur */
            stroke: var(--accent-color); /* Kolor linii */
            stroke-width: 1.5; /* Grubość linii jak na zdjęciu */
            stroke-linecap: square; /* Kwadratowe zakończenia linii */
            stroke-linejoin: miter; /* Ostre łączenia rogów */
            flex-shrink: 0; /* Zapobiega zgniataniu ikony */
        }

        /* Styl tekstu w kafelku */
        .offer-item span {
            font-weight: 500;
            text-transform: uppercase;
            font-size: 17px;
            letter-spacing: 1.5px;
            line-height: 1.4;
        }

        .offer-item:hover span {
            font-weight: 600;
            text-transform: uppercase;
            font-size: 18px;
            letter-spacing: 1.5px;
            line-height: 1.4;
        }

        /* --- STRZAŁKA W DÓŁ --- */
        .offer-section::after {
            content: "";
            position: absolute;
            bottom: -34px; /* Wysunięcie poza dolną krawędź sekcji */
            left: 28%;     /* Przesunięcie w lewo zgodnie z życzeniem */
            /* Sztuczka CSS do narysowania trójkąta */
            width: 0;
            height: 0;
            border-left: 45px solid transparent;
            border-right: 45px solid transparent;
            /* Kolor górnej krawędzi to kolor tła sekcji - tworzy trójkąt w dół */
            border-top: 35px solid var(--main-bg); 
            z-index: 1;
        }

        /* --- RESPANSYWNOŚĆ (RWD) --- */
        /* Tablety */
        @media (max-width: 1024px) {
            .offer-grid {
                grid-template-columns: repeat(2, 1fr); /* 2 kolumny */
            }
        }

        /* Telefony */
        @media (max-width: 700px) {
            .offer-grid {
                grid-template-columns: 1fr; /* 1 kolumna */
            }
            .offer-section {
                 padding: 60px 20px 90px 20px;
            }
            .offer-section h2 {
                font-size: 24px;
                letter-spacing: 3px;
            }
            /* Na małych ekranach centrujemy strzałkę dla estetyki */
            .offer-section::after {
                left: 50%;
                transform: translateX(-50%);
            }
        }
  .carpenter-section {
    background-color: #C7C1BC; /* Kolor tła ze zdjęcia */
    padding: 100px 20px;
    text-align: center;
    font-family: 'Figtree-Italic', sans-serif;
    color: #504A48; /* Ciemnoszary kolor tekstu */
  }

  .carpenter-section h2 {
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 30px;
    text-transform: uppercase;
  }

  .carpenter-section p {
    font-size: 16px;
    line-height: 1.6;
    max-width: 800px;
    margin: 0 auto 40px auto;
    font-weight: 400;
  }

  .btn-contact {
    display: inline-block;
    padding: 15px 50px;
    border: 1px solid #504A48;
    text-decoration: none;
    color: #504A48;
    font-size: 14px;
    letter-spacing: 2px;
    transition: all 0.3s ease;
    text-transform: uppercase;
  }

  /* Efekt po najechaniu myszką */
  .btn-contact:hover {
    background-color: #504A48;
    color: #C7C1BC;
  }
@font-face {
  font-family: 'Figtree-Italic'
  src: url('assets/fonts/Figtree-Italic.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

        body-1 {
            font-family: 'Figtree-Italic', sans-serif;
            background-color: #F8F8F8;
            margin: 0;
            padding: 50px 20px;
            color: #333;
            line-height: 1.6;
        }

        .process-section {
            max-width: 1200px;
            margin: 0 auto;
            text-align: center;
        }

        .process-title {
            font-size: 32px;
            font-weight: 700;
            letter-spacing: 2px;
            margin-bottom: 15px;
            text-transform: uppercase;
            color: #504A48;
			letter-spacing: 1.4px
        }

        .process-subtitle {
            font-size: 15px;
            font-weight: 400;
            color: #504A48;
            margin-bottom: 60px;
            max-width: 860px;
            margin-left: auto;
            margin-right: auto;
			letter-spacing: 1.4px
        }

        .steps-container {
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
            gap: 20px;
            margin-bottom: 50px;
        }

        .step-item {
            flex: 1;
            min-width: 200px;
            display: flex;
            flex-direction: column;
            align-items: center;
            padding: 10px;
        }

        .step-number {
            background-color: #504A48;
            color: #ffffff;
            width: 50px;
            height: 50px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 24px;
            font-weight: 700;
            margin-bottom: 25px;
        }

        .step-title {
            font-size: 15px;
            font-weight: 700;
            text-transform: uppercase;
            margin-bottom: 15px;
            letter-spacing: 1px;
            height: 40px; /* Dla wyrównania tekstu */
            display: flex;
            align-items: center;
            color: #504A48;
			letter-spacing: 1.4px
        }

        .step-description {
            font-size: 14px;
            color: #504A48;
            font-weight: 400;
            max-width: 220px;
			letter-spacing: 1.4px
        }

        .contact-button {
            display: inline-block;
            border: 1px solid #504A48;
            padding: 12px 60px;
            text-decoration: none;
            color: #504A48;
            font-size: 14px;
            letter-spacing: 2px;
            text-transform: uppercase;
            transition: all 0.3s ease;
			letter-spacing: 1.4px
        }

        .contact-button:hover {
            background-color: #504A48;
            color: #ffffff;
        }

        /* Responsywność dla telefonów */
        @media (max-width: 768px) {
            .steps-container {
                flex-direction: column;
                align-items: center;
            }
            .step-item {
                margin-bottom: 30px;
            }
        }
  .carpenter-wrapper {
    font-family: 'Figtree-Italic', sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  .contact-map-section {
    background-color: #ffffff;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 60px 0;
    max-width: 1200px;
    margin: 0 auto;
  }

  .contact-info-col {
    flex: 1;
    padding: 80px;
    text-align: center;
    color: #4a4441;
	max-width: 600px
	
  }

  .contact-info-col h2 {
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 30px;
  }

  .contact-details {
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 40px;
  }

  .contact-details strong {
    display: block;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
  }

  .btn-call {
    display: inline-block;
    padding: 15px 60px;
    border: 1px solid #4a4441;
    text-decoration: none;
    color: #4a4441;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
    transition: all 0.3s ease;
  }

  .btn-call:hover {
    background-color: #504A48;
    color: #C7C1BC;
  }

  .map-col {
    flex: 1;
    min-width: 350px;
    padding: 20px;
  }
  @media (max-width: 768px) {
    .feature-box { flex: 0 0 100%; min-height: auto; }
    .contact-map-section { flex-direction: column; }
    .map-col { width: 100%; padding: 0; }
  }
.gallery-section {
    padding: 60px 20px;
    text-align: center;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 15px;
    max-width: 1200px;
    margin: 0 auto 40px;
}

.gallery-item img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

.gallery-item:hover img {
    transform: scale(1.02);
}

/* Ukrywanie zdjęć */
.hidden-photo {
    display: none;
}

.btn-more {
    padding: 12px 40px;
    background: transparent;
    border: 1px solid #4a4441;
    color: #4a4441;
    text-transform: uppercase;
    letter-spacing: 2px;
    cursor: pointer;
    transition: 0.3s;
}

.btn-more:hover {
    background: #4a4441;
    color: #fff;
}

  .kitchen-features {
    background-color: #4a4441; /* Ciemnobrązowe tło ze zdjęcia */
    color: #ffffff;
    padding: 80px 20px;
    font-family: 'Figtree-Italic', sans-serif;
    text-align: center;
  }

  .kitchen-features h2 {
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 3px;
    margin-bottom: 15px;
    text-transform: uppercase;
  }

  .kitchen-features .subtitle {
    font-size: 15px;
    color: #b5b1ae;
    margin-bottom: 60px;
    font-weight: 300;
  }

  /* Kontener dla boksów */
  .features-grid {
    display: flex;
    justify-content: center;
    gap: 35px;
    max-width: 1400px;
    margin: 0 auto;
    flex-wrap: wrap; /* Aby na telefonach przechodziły pod spód */
  }

  /* Styl pojedynczego boks */
  .feature-box {
    flex: 1;
    min-width: 300px;
    border: 1px solid rgba(255, 255, 255, 0.6); /* Cienka, półprzezroczysta ramka */
    padding: 40px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 250px;
    box-sizing: border-box;
  }

  .feature-box h3 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 30px;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 1.4;
  }

  .feature-box p {
    font-size: 14px;
    line-height: 1.6;
    color: #d1cfcd;
    font-weight: 300;
  }

  /* RWD - Dostosowanie do mniejszych ekranów */
  @media (max-width: 768px) {
    .feature-box {
      flex: 0 0 100%; /* Na komórkach boxy zajmą całą szerokość */
    }
  }
    @media (max-width: 1024px) {
        .steps-container {
            flex-direction: column !important; /* Układ pionowy na telefonie */
        }
        .step-card {
            width: 100% !important; /* Pełna szerokość kafelka */
            min-width: unset !important;
        }
    }


/* Główne ustawienia sekcji */
.gallery-kopia-v2 {
    padding: 30px 0;
    background: #fff;
    width: 100%;
}

.gallery-inner {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Tytuł */
.gallery-title-main {
    text-align: left;
    text-transform: uppercase;
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 40px;
    color: #333;
}

/* Siatka mozaiki */
.gallery-grid-v2 {
    display: grid !important;
    grid-template-columns: repeat(12, 1fr) !important; /* 12 kolumn bazowych */
    gap: 15px !important; /* Odstęp między zdjęciami */
}

/* Kontener na zdjęcie */
.gallery-cell {
    height: 380px; /* Stała wysokość rzędu, jak na zdjęciu */
    overflow: hidden;
}

/* Stylizacja samego obrazka - NAPRAWA ROZCIĄGANIA */
.gallery-img-obj {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important; /* Przycina zdjęcie do ramki zamiast zgniatać */
    display: block;
}

/* Klasy szerokości */
.w-2 { grid-column: span 2 !important; }
.w-3 { grid-column: span 3 !important; }
.w-4 { grid-column: span 4 !important; }
.w-6 { grid-column: span 6 !important; }

/* Przycisk */
.gallery-action {
    text-align: center;
    margin-top: 50px;
}

.gallery-btn-outline {
    display: inline-block;
    padding: 12px 45px;
    border: 1px solid #ccc;
    color: #666;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    transition: all 0.3s;
}

.gallery-btn-outline:hover {
    border-color: #333;
    color: #000;
    background: #f9f9f9;
}

/* Responsywność */
@media (max-width: 1024px) {
    .gallery-cell { grid-column: span 6 !important; height: 300px; }
}

@media (max-width: 600px) {
    .gallery-cell { grid-column: span 12 !important; height: 250px; }
    .gallery-grid-v2 { gap: 10px !important; }
}

/* ... (poprzednie style sekcji zostają) ... */

/* Ukrywanie elementów */
.gallery-cell.is-hidden {
    display: none !important;
}

/* Kiedy siatka ma klasę 'expanded', pokazujemy ukryte elementy */
.gallery-grid-v2.expanded .gallery-cell.is-hidden {
    display: block !important;
}

/* Styl przycisku (zmiana z <a> na <button>) */
.gallery-btn-outline {
    cursor: pointer;
    background: transparent;
    display: inline-block;
    padding: 12px 45px;
    border: 1px solid black;
    color: black;
    text-transform: uppercase;
    font-size: 14px;
    transition: all 0.3s;
}

.gallery-btn-outline:hover {
    border-color: black;
    color: #C7C1BC;
    background: #504A48;
}

/* Wymuszamy układ mozaiki */
.custom-mosaic-grid {
    display: grid !important;
    grid-template-columns: repeat(12, 1fr) !important;
    gap: 20px !important;
    width: 100%;
}

.mosaic-item {
    height: 350px; /* Wysokość zdjęcia - możesz zmienić */
    overflow: hidden;
    position: relative;
}

.mosaic-img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important; /* To zapobiega rozciąganiu zdjęć */
    display: block;
}

/* Klasy szerokości dla poszczególnych zdjęć */
.span-2 { grid-column: span 2 !important; }
.span-3 { grid-column: span 3 !important; }
.span-4 { grid-column: span 4 !important; }
.span-6 { grid-column: span 6 !important; }

/* Stylowanie tytułu i przycisku */
.section-title {
    text-align: center;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 40px;
    color: #4a4a4a;
}

.button-container {
    display: flex;
    justify-content: center;
    margin-top: 50px;
	margin-bottom: 60px;
}

.mosaic-btn {
    padding: 12px 35px;
    border: 1px solid #7a7a7a;
    color: #555;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 13px;
    letter-spacing: 1.5px;
    transition: 0.3s;
}

.mosaic-btn:hover {
    background: #504A48;
	color: #C7C1BC
}

/* Responsywność - na tabletach 2 kolumny, na telefonach 1 */
@media (max-width: 1024px) {
    .mosaic-item { grid-column: span 6 !important; height: 300px; }
}
@media (max-width: 640px) {
    .mosaic-item { grid-column: span 12 !important; height: 250px; }
    .custom-mosaic-grid { gap: 10px !important; }
}







  .collaboration-section {
    padding: 50px 20px;
    font-family: 'Arial', sans-serif; /* Możesz zmienić na font zbliżony do zdjęcia np. Montserrat */
    max-width: 1200px;
    margin: 0 auto;
    color: #333;
  }

  .main-title {
    text-align: center;
    font-size: 31px;
    letter-spacing: 2px;
    margin-bottom: 40px;
    text-transform: uppercase;
    font-weight: 600;
  }

  .grid-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px; /* Odstęp między kafelkami */
    justify-content: center;
  }

  .grid-item {
    flex: 1 1 calc(50% - 40px); /* Dwa kafelki w rzędzie */
    min-width: 300px;
    border: 1px solid #999; /* Cienka szara ramka */
    padding: 40px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
  }

  .grid-item h3 {
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 25px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 700;
  }

  .grid-item p {
    font-size: 14px;
    line-height: 1.6;
    color: #555;
    margin: 0;
    text-align: justify; /* Tekst wyjustowany jak na obrazku */
  }

  /* RWD: Na małych ekranach jeden kafelek pod drugim */
  @media (max-width: 768px) {
    .grid-item {
      flex: 1 1 100%;
      padding: 20px;
    }
    
    .main-title {
      font-size: 20px;
    }
  }




/* --- STYL DLA PRZYCISKU (Desktop i Mobile) --- */
.hero-btn {
    display: inline-block !important;
    padding: 10px 52px !important; /* Twoje oryginalne wymiary */
    color: white !important; /* Wymuszamy biały kolor */
    font-weight: 300 !important;
    font-size: 18px !important;
    border: 1px solid white !important;
    text-decoration: none !important;
    background: transparent;
    transition: background 0.3s, color 0.3s;
}

.hero-btn:hover {
    background: white;
    color: black !important;
}

/* --- RESPONSYWNOŚĆ DLA TELEFONU (poniżej 1024px) --- */
@media (max-width: 1024px) {
    
    /* Zwiększamy wysokość sekcji na mobile, żeby nie była "płaska" */
    #hero-bg {
        padding: 80px 20px !important; /* Mniejszy padding boczny, ale góra/dół daje wysokość */
        height: auto !important;
        min-height: 100vh; /* Opcjonalnie: zajmuje cały ekran telefonu */
        display: flex;
        align-items: center;
    }

    /* Rozsuwamy elementy, żeby nie były "wszystko razem" */
    #hero-bg .mx-auto {
        gap: 40px !important; /* Większy odstęp między logiem, wideo a tekstem */
        justify-content: center !important;
    }

    /* Logo na środku i nieco mniejsze */
    #hero-bg img {
        margin: 0 auto;
        max-width: 180px;
        height: auto;
    }

    /* Recenzje - jedna pod drugą z odstępem */
    #hero-bg .flex-row {
        flex-direction: column !important;
        gap: 25px !important;
        align-items: center;
        text-align: center;
    }

    /* Teksty na dole */
    #hero-bg .text-\[20px\] {
        width: 100% !important; /* Tekst zajmuje całą szerokość */
        font-size: 18px !important;
        line-height: 1.5;
        margin-bottom: 20px;
    }

    /* Przycisk na mobile - robimy go nieco większym dla kciuka */
    .hero-btn {
        width: 100%;
        max-width: 280px;
        text-align: center;
        padding: 15px 20px !important; /* Wyższy na telefonie */
    }
}




/* --- WYMIARY NA KOMPUTERZE (Desktop) --- */
.hero-title {
    font-size: 38px !important; /* Powiększony nagłówek */
    margin-bottom: 10px;
}

.hero-description {
    font-size: 18px !important; /* Powiększony opis */
    line-height: 1.4;
}

.hero-btn {
    display: inline-block !important;
    padding: 15px 60px !important; /* Solidny przycisk */
    color: white !important;
    font-weight: 400 !important;
    font-size: 18px !important;
    border: 1px solid white !important;
    text-decoration: none !important;
    background: transparent;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.hero-btn:hover {
    background: white !important;
    color: black !important;
}

/* --- RESPONSYWNOŚĆ NA TELEFON (Mobile) --- */
@media (max-width: 1024px) {
    #hero-bg {
        /* Wymuszamy wysokość na telefonie */
        min-height: 750px !important; 
        height: 100vh !important; /* Opcjonalnie: zajmuje cały ekran telefonu */
        padding: 40px 20px !important;
    }

    .hero-title {
        font-size: 32px !important; /* Dostosowanie do szerokości ekranu */
    }

    .hero-description {
        font-size: 18px !important;
        width: 100% !important;
        padding: 0 10px;
    }

    .hero-btn {
        width: 100%; /* Przycisk na całą szerokość na mobile */
        max-width: 300px;
        text-align: center;
        padding: 18px 20px !important;
    }
}

@media (max-width: 1024px) {
    #hero-bg {
        background-size: cover !important;
        /* Skupiamy się na środku obrazka, żeby najważniejsza część była widoczna */
        background-position: 50% 50% !important; 
        
        /* Zmniejszamy wysokość, bo im wyższa sekcja na mobile, 
           tym bardziej obrazek musi się "rozciągnąć", żeby ją przykryć */
        min-height: 550px !important; 
        height: 80vh !important;
    }
}

/* Kontrola wysokości Hero na mobile */
#hero-bg-2 {
    min-height: 400px; /* Minimalna wysokość na telefonie */
    display: flex;
    align-items: center;
}

/* Responsywna wielkość przycisku */
.hero-button {
    display: inline-block;
    padding: 12px 40px;
    color: white;
    font-weight: 300;
    font-size: 16px;
    border: 1px solid white;
    text-decoration: none;
    transition: all 0.3s ease;
}

.hero-button:hover {
    background-color: white;
    color: black;
}

/* Media query dla większych ekranów */
@media (min-width: 1024px) {
    #hero-bg-2 {
        min-height: 600px; /* Wysokość na desktopie */
    }
    .hero-button {
        padding: 10px 52px;
        font-size: 18px;
    }
}

/* Styl dla kontenera tła */
#hero-bg-2 {
    /* Na telefonie: wysokość dopasuje się do treści, 
       ale nie będzie niższa niż 300px */
    min-height: 250px; 
}

/* Styl dla przycisku (czystszy kod niż inline) */
.hero-button-custom {
    display: inline-block;
    padding: 10px 40px;
    color: white;
    font-weight: 300;
    font-size: 16px;
    border: 1px solid white;
    text-decoration: none;
    transition: all 0.3s ease;
}

.hero-button-custom:hover {
    background: white;
    color: black;
}

/* Na komputerze (ekrany powyżej 1024px) */
@media (min-width: 1024px) {
    #hero-bg-2 {
        /* Tutaj sterujesz wysokością na komputerze. 
           Zmień 500px na więcej, jeśli chcesz wyższe tło */
        min-height: 300px; 
    }
    .hero-button-custom {
        padding: 12px 52px;
        font-size: 18px;
    }
}


.btn-blog {
    display: inline-block;
    padding: 15px 50px;
    border: 1px solid #504A48;
    text-decoration: none;
    color: #504A48;
    font-size: 14px;
    letter-spacing: 2px;
    transition: all 0.3s ease;
    text-transform: uppercase;
  }

  .btn-blog:hover {
    background-color: #504A48;
    color: #C7C1BC;
}
	  
	  
	  .starsze-wpisy-btn {
		border-width: 1px;
    	padding: 12px 46px;
	  }
  .starsze-wpisy-btn:hover {
    background-color: #504A48;
    color: #C7C1BC;
}


}
.button-jak-prac:hover {
	background: white;
	color: #504A48;
}
.button-kuch-na:hover {
	background: #504A48;
	color: #C7C1BC;
}





.single-post-area {
    padding: 80px 0;
    background: white;
}

.single-post-container {
    max-width: 800px; 
    margin: 0 auto;
    padding: 0 20px;
}


.post-header {
    text-align: center;
    margin-bottom: 40px;
}

.post-header .post-date {
    font-size: 13px;
    color: #504A48;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.post-header .post-title {
    font-size: 36px;
    text-transform: uppercase;
    margin-top: 15px;
    font-weight: bold;
}

.post-featured-image {
    margin-bottom: 50px;
}

.post-featured-image img {
    width: 100%;
    height: auto;
    display: block;
}

.post-content {
    font-size: 17px;
    line-height: 1.8;
    color: #504A48;
}

.post-content p {
    margin-bottom: 25px;
}

.post-footer-nav {
    margin-top: 80px;
    padding-top: 40px;
    border-top: 1px solid #eee;
}

.post-footer-nav .nav-links {
    display: flex;
    justify-content: space-between;
}

.post-footer-nav .nav-previous, .post-footer-nav .nav-next {
    max-width: 45%;
}

.post-footer-nav .nav-label {
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    color: #999;
    margin-bottom: 5px;
}

.post-footer-nav a {
    text-decoration: none;
    color: #000;
    font-weight: bold;
    font-size: 16px;
    transition: 0.2s;
}

.post-footer-nav a:hover {
    color: #888;
}

#comments {
    margin-top: 60px;
    padding-top: 40px;
    border-top: 1px solid #eee;
}






@media (min-width: 1024px) {
  .wpcf7-form {
    padding: 24px 360px;
  }
}

.wpcf7-form p {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  row-gap: 16px;
  color: #F8F8F8;
  margin-bottom: 0; 
}

.wpcf7-form p span:not(.wpcf7-not-valid-tip, :has(> input, > textarea)) {
  color: #504A48;
}

.wpcf7-form .wpcf7-not-valid-tip {
  margin-top: 8px;
  color: #DC2B34;
  display: block;
  width: 100%;
}

.wpcf7-form p span:has(> input), 
.wpcf7-form p span:has(> select) {
  width: 48%;
}

.wpcf7-form p span:has(> textarea) {
  width: 100%;
}


@media (max-width: 767px) {
  .wpcf7-form {
    padding: 20px 15px;
    gap: 16px;
  }

  .wpcf7-form p span:has(> input), 
  .wpcf7-form p span:has(> select) {
    width: 100%;
  }

  .wpcf7-form input[type="submit"] {
    width: 100%;
    padding: 15px 20px;
    text-align: center;
  }

  .wpcf7-form label:has(input[type="checkbox"]) {
    padding-left: 35px;
    font-size: 14px;
  }
}



.wpcf7-form input[type="checkbox"] {
  display: none;
}

.wpcf7-form label:has(input[type="checkbox"]) {
  position: relative;
  display: flex;
  cursor: pointer;
  flex-direction: row;
  align-items: baseline;
  gap: 12px;
}

.wpcf7-form label:has(input[type="checkbox"])::before {
  position: absolute;
  top: 4px; 
  left: 0;
  height: 20px;
  width: 20px;
  border-radius: 2px;
  border: 1px solid #504A48;
  background-size: 74%;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 200ms;
  content: "";
}

.wpcf7-form label:has(input[type="checkbox"]:checked)::before {
  background-color: color-mix(in oklab, #F8F8F8 70%, transparent);
  background-image: url("/wp-content/uploads/2025/11/Vector-2-1.svg");
}

.wpcf7-form input, .wpcf7-form textarea, .wpcf7-form select {
  width: 100%;
  border: 2px solid #504A48;
  padding: 12px 15px;
  outline: none;
  background-color: transparent;
  box-sizing: border-box;
  color: #504A48;
}
.wpcf7-form input::placeholder {
	color: #808080;
}

.wpcf7-form input[type="submit"] {
  cursor: pointer;
  border: 1px solid #504A48;
  background-color: transparent;
  color: #504A48;
  font-size: 18px;
  padding: 15px 69px;
  transition: 0.3s;
}

.wpcf7-form textarea {
  height: 160px;
}

  .carpenter-wrapper {
    background-color: white;
    font-family: Arial, sans-serif;
    padding: 20px;
  }

  .contact-map-section {
    display: flex;
    flex-wrap: wrap; 
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
    align-items: center;
  }

  .contact-info-col {
    flex: 1;
    min-width: 300px; 
  }

  .contact-details {
    margin: 20px 0;
    line-height: 1.6;
  }



  .map-col {
    flex: 1.5; /* Mapa będzie nieco szersza od tekstu na desktopie */
    min-width: 300px;
    width: 100%;
  }

  .map-container {
    position: relative;
    padding-bottom: 56.25%; /* Proporcje 16:9 */
    height: 0;
    overflow: hidden;
  }

  .map-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    border: 0;
  }

  /* Styl dla telefonów */
  @media (max-width: 768px) {
    .contact-map-section {
      flex-direction: column; /* Układa tekst nad mapą */
      text-align: center;
    }
    
    .map-col {
      margin-left: 0 !important; /* Usuwamy margines na telefonie */
    }
  }




/* =========================================
   STYLIZACJA SEKCJI BLOGA (DESKTOP & MOBILE)
   ========================================= */

/* Główny kontener sekcji */
.custom-blog-section {
    padding: 60px 20px; /* Dodano padding boczny dla bezpieczeństwa na małych ekranach */
    max-width: 1200px;
    margin: 0 auto;
}

/* Nagłówek "BLOG" */
.blog-main-heading {
    text-align: center;
    letter-spacing: 5px;
    margin-bottom: 50px;
    text-transform: uppercase;
    font-size: 32px; /* Ustalamy wielkość fonta */
}

/* Siatka kafelków */
.blog-grid-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* Domyślnie 3 kolumny */
    gap: 30px; /* Odstęp między kafelkami */
}

/* Pojedynczy kafelek (RAMKA) */
.blog-card-item {
    border: 1px solid #504A48; /* Szara ramka */
    display: flex;
    flex-direction: column;
    background: #fff; /* Białe tło */
    height: 100%; /* Wyrównuje wysokość kafelków w rzędzie */
    box-sizing: border-box; /* Upewnia się, że padding nie rozpycha pudełka */
}

/* Obrazek w kafelku */
.blog-card-img-wrapper img {
    width: 100%;
    height: 240px; /* Stała wysokość obrazka */
    object-fit: cover; /* Obrazek wypełnia ramkę, nie deformuje się */
    display: block;
}

/* Wnętrze kafelka (tekst) */
.blog-card-content {
    padding: 25px;
    display: flex;
    flex-direction: column;
    flex-grow: 1; /* Wypełnia dostępną przestrzeń */
}

/* Data */
.blog-date {
    font-size: 12px;
    color: #504A48;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: block;
}

/* Tytuł wpisu */
.blog-title {
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-weight: bold;
    line-height: 1.3;
}

.blog-title a {
    text-decoration: none;
    color: #504A48;
	font-family: Figtree-Italic;
}

/* Zajawka tekstu */
.blog-excerpt {
    font-size: 14px;
    line-height: 1.1;
    color: #504A48;
    margin-bottom: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6; /* Maksymalnie 4 linie tekstu, potem utnie */
    -webkit-box-orient: vertical;
	font-family: Figtree-Italic;
	letter-spacing: 0.4px;
}

/* Stopka kafelka (przycisk) */
.blog-footer {
    margin-top: auto; /* Popycha przycisk na sam dół */
    text-align: right;
}

.read-more-text {
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    color: #504A48;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Kontener przycisku "STARSZE WPISY" */
.pagination-container {
    text-align: center;
    margin-top: 50px;
}



/* =========================================
   WIDOK MOBILNY (TELEFONY)
   ========================================= */
@media (max-width: 768px) {
    /* Zmiana siatki na 1 kolumnę */
    .blog-grid-container {
        grid-template-columns: 1fr; /* Jedna kolumna na całą szerokość */
        gap: 40px; /* Większy odstęp między kafelkami w pionie */
    }

    /* Zmniejszenie paddingu wewnątrz kafelka dla mniejszych ekranów */
    .blog-card-content {
        padding: 20px;
    }

    /* Opcjonalnie: Zmniejszenie wysokości obrazka na telefonie */
    .blog-card-img-wrapper img {
        height: 200px;
    }

    .blog-main-heading {
        font-size: 26px;
        margin-bottom: 35px;
    }
}


    #img_and_desc_2 {
        display: none;
    }
    @media (min-width: 1024px) {
        #img_and_desc_2 {
            display: block !important;
        }
    }

/* GŁÓWNY KONTENER - to ograniczy szerokość wpisów */
.custom-blog-section_4 {
    max-width: 1200px; /* Możesz zmienić na 1140px lub inną szerokość Twojej strony */
    margin: 0 auto;    /* Centrowanie na środku */
    padding: 60px 20px;   /* Bezpieczny odstęp od krawędzi ekranu */
}

/* Nagłówek "BLOG" */
.blog-main-heading_4 {
    text-align: center;
    letter-spacing: 5px;
    margin-bottom: 50px;
    text-transform: uppercase;
    font-size: 32px;
}

/* Siatka kafelków */
.blog-grid-container_4 {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 3 kolumny */
    gap: 30px;
}

/* Pojedynczy kafelek */
.blog-card-item_4 {
    border: 1px solid #504A48;
    display: flex;
    flex-direction: column;
    background: #fff;
    height: 100%;
    box-sizing: border-box;
}

/* Obrazek */
.blog-card-img-wrapper_4 img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    display: block;
}

/* Treść wewnątrz */
.blog-card-content_4 {
    padding: 25px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.blog-date_4 {
    font-size: 12px;
    color: #504A48;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: block;
}

.blog-title_4 {
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-weight: bold;
    line-height: 1.3;
}

.blog-title_4 a {
    text-decoration: none;
    color: #504A48;
    font-family: Figtree-Italic;
}

.blog-excerpt_4 {
    font-size: 14px;
    line-height: 1.1;
    color: #504A48;
    margin-bottom: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    font-family: Figtree-Italic;
    letter-spacing: 0.4px;
}

.blog-footer_4 {
    margin-top: auto;
    text-align: right;
}

.read-more-text_4 {
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    color: #504A48;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

/* RWD (Widok mobilny) */
@media (max-width: 1024px) {
    .blog-grid-container_4 {
        grid-template-columns: repeat(2, 1fr); /* 2 kolumny na tabletach */
    }
}

@media (max-width: 768px) {
    .blog-grid-container_4 {
        grid-template-columns: 1fr; /* 1 kolumna na telefonach */
        gap: 40px;
    }

    .blog-main-heading_4 {
        font-size: 26px;
    }
}

/* Twoje dodatkowe ID */
#img_and_desc_2 {
    display: none;
}
@media (min-width: 1024px) {
    #img_and_desc_2 {
        display: block !important;
    }
}
.starsze-wpisy-btn_4 {
	border-width: 1px;
    padding: 12px 46px;
}
.starsze-wpisy-btn_4:hover {
    background-color: #504A48;
    color: #C7C1BC;
}

.menu-item-741:hover {
	font-size: 14px;
}
.menu-item-740:hover {
	font-size: 14px;
}
.menu-item-739:hover {
	font-size: 14px;
}
.menu-item-738:hover {
	font-size: 14px;
}
.menu-item-737:hover {
	font-size: 14px;
}
.menu-item-926:hover {
	font-size: 14px;
}
.menu-item-956:hover {
	font-size: 14px;
}
.menu-item-754:hover {
	font-size: 14px;
}
.menu-item-753:hover {
	font-size: 14px;
}
.menu-item-752:hover {
	font-size: 14px;
}
.menu-item-929:hover {
	font-size: 14px;
}
.menu-item-931:hover {
	font-size: 14px;
}
.menu-item-927:hover {
	font-size: 14px;
}
.menu-item-928:hover {
	font-size: 14px;
}
.menu-item-984:hover {
	font-size: 14px;
}
.footer-text {
	font-size: 12px;
}
.footer-reg:hover {
	font-size: 13px;
	font-weight: 600;
}
.footer-pol:hover {
	font-size: 13px;
	font-weight: 600
}
.button-jak-prac:hover {
	background: white;
	color: #504A48;
}
.menu-item:hover {
	font-size: 13px;
	font-weight: 600;
}
.menu-item-649:hover {
	font-size: 14px;
	font-weight: 600;
}

/* --- PODSTAWY STRUKTURY --- */
.site-header { position: absolute; top: 0; left: 0; width: 100%; z-index: 9999; }

.header-navigation-wrapper {
    width: 100%;
    background: transparent;
    transition: background 0.4s ease-in-out;
}

/* Przyciemnienie tła gdy menu mobilne jest otwarte */
.header-navigation-wrapper:has(#nav-hamburger.active) {
    background: #131313 !important;
}



.header-container {
    max-width: 1440px; margin: 0 auto; padding: 0 24px;
    display: flex; align-items: center; justify-content: space-between; min-height: 70px;
}

/* --- LOGO --- */
.logo-link { display: block; width: 150px; position: relative; z-index: 10001; }
.custom-logo-img { width: 150px !important; height: auto !important; display: block; }

/* --- TRYB STICKY --- */
.sticky {
    position: fixed !important; top: 0 !important; left: 0 !important; width: 100% !important;
    background: #000 !important; box-shadow: 0 4px 15px rgba(0,0,0,0.5); z-index: 10000;
}
.sticky .header-navigation-wrapper { margin-top: 0 !important; }

/* --- HAMBURGER I ANIMACJA X --- */
.hamburger-btn {
    display: flex; flex-direction: column; 
    justify-content: center; align-items: center;
    width: 40px; height: 40px;
    background: none; border: none; cursor: pointer; 
    z-index: 10001; padding: 0; gap: 6px;
}
.bar { 
    display: block; width: 26px; height: 2px; 
    background-color: white; transition: transform 0.3s ease, opacity 0.3s ease; 
    border-radius: 2px;
}

#nav-hamburger.active .bar:nth-child(1) { transform: translateY(8px) rotate(45deg); }
#nav-hamburger.active .bar:nth-child(2) { opacity: 0; transform: translateX(10px); }
#nav-hamburger.active .bar:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

/* --- DESKTOP MENU --- */
.desktop-only { display: none; }
@media (min-width: 1024px) {
    .desktop-only { display: block; }
    .hamburger-btn { display: none !important; }
    .nav-list { display: flex; gap: 100px; list-style: none; margin: 0; padding: 0; }
    .nav-list a { color: #F8F8F8; text-decoration: none; font-size: 13px; font-weight: 450; }
    .nav-list li { position: relative; }
    .nav-list .sub-menu {
        position: absolute; top: 100%; left: 0; background: transparent;
        min-width: 200px; padding: 10px 0; list-style: none; display: none;
    }
    .sticky .sub-menu { background: #000 !important; }
    .nav-list li:hover > .sub-menu { display: block; }
}

/* --- MOBILE OVERLAY --- */
.mobile-menu-overlay {
    position: fixed; inset: 0; background: #131313 !important; 
    display: none; flex-direction: column; align-items: center; justify-content: center;
    z-index: 10000; padding: 0;
}
#nav-mobile.active { display: flex !important; }

.mobile-nav { width: 100%; }
.mobile-nav-list, .mobile-nav-list ul { 
    list-style: none; padding: 0 !important; margin: 0 !important;
    text-align: center; width: 100%; background: transparent !important;
}
.mobile-nav-list li { width: 100%; position: relative; }
.mobile-nav-list li a { 
    color: #FFFFFF !important; font-size: 26px; font-weight: 500;
    text-decoration: none; display: inline-block; padding: 15px 10px;
}

/* --- STRZAŁKA I PODMENU MOBILE --- */
.menu-item-has-children > a::after {
    content: ''; display: inline-block; width: 10px; height: 10px; margin-left: 12px;
    border-right: 2px solid white; border-bottom: 2px solid white;
    transform: translateY(-2px) rotate(45deg); transition: transform 0.3s ease; opacity: 0.7;
}
.menu-item-has-children.open > a::after { transform: translateY(4px) rotate(-135deg); }

.mobile-nav-list .sub-menu { display: none; width: 100%; background: #131313 !important; }
.mobile-nav-list .menu-item-has-children.open > .sub-menu { display: block !important; padding-bottom: 20px !important; }
.mobile-nav-list .sub-menu li a { font-size: 19px !important; opacity: 0.8; padding: 10px 20px; }
.mobile-nav-list .sub-menu .menu-item-has-children > a::after { display: none; }


    .custom-footer {
        background-color: #504A48;
        color: #F8F8F8;
        padding: 40px 24px;
    }

    .footer-grid {
        display: grid;
        grid-template-columns: 1fr 1fr; 
        gap: 30px 20px;
    }

    .footer-grid ul { list-style: none; padding: 0; margin: 0; }
    .footer-grid li { 
        margin-bottom: 19px; 
        text-transform: uppercase; 
        font-size: 13px; 
        letter-spacing: 1.5px; 
    }
    .footer-grid a { text-decoration: none; color: inherit; }

    .footer-brand-section {
        grid-column: 2; 
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: flex-start;
        margin-top: -20px; 
    }

    .footer-brand-section img.main-logo {
        max-width: 150px;
        height: auto;
        margin-bottom: 15px;
    }

    .legal-and-social {
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

    .social-icons { margin-bottom: 5px; }

    .legal-links a {
        display: block;
        font-size: 11px;
        text-transform: uppercase;
        letter-spacing: 1px;
        margin-bottom: 5px;
        color: rgba(248,248,248,0.8);
    }

    @media (min-width: 1024px) {
        .custom-footer { padding: 64px 140px; }
        
        .footer-grid {
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            align-items: flex-start;
        }

        .footer-brand-section {
            order: -1; 
            grid-column: auto;
            margin-top: 0;
            width: 300px;
        }

        .footer-brand-section img.main-logo {
            max-width: 200px;
            margin-bottom: 30px;
        }

        .nav-columns {
            display: flex;
            gap: 80px;
        }
    }

.section-wrapper_3 {
    width: 100%;
    background-color: #504A48;
    font-family: sans-serif; /* Możesz zmienić na czcionkę projektu */
}

.main-container_3 {
    display: flex;
    flex-direction: column;
    gap: 48px;
    padding: 60px 20px;
    align-items: center;
    color: #F8F8F8;
    max-width: 1440px;
    margin: 0 auto;
}

.header-group_3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    text-align: center;
}

.title_3 {
    font-size: clamp(24px, 5vw, 48px);
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    margin: 0;
}

.subtitle_3 {
    font-size: 14px;
    font-weight: 300;
    color: #C7C1BC;
    max-width: 750px;
    margin: 0;
    line-height: 1.6;
}

.steps-container_3 {
    display: flex;
    flex-direction: row;
    gap: 30px;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
}

.step-card_3 {
    display: flex;
    flex-direction: column;
    border: 1px solid #F8F8F8;
    flex: 1;
    min-width: 280px;
    max-width: 330px;
    transition: transform 0.3s ease;
}

.step-card_3:hover {
    transform: translateY(-5px);
}

.card-header_3 {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
}

.step-number_3 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background-color: #F8F8F8;
    color: #504A48;
    font-size: 25px;
    font-weight: 700;
    flex-shrink: 0;
}

.card-title_3 {
    font-size: 13px;
    font-weight: 600;
    color: #F8F8F8;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin: 0;
    line-height: 1.4;
    padding-right: 10px;
}

.divider_3 {
    height: 1px;
    background-color: #F8F8F8;
    width: 100%;
}

.card-body_3 {
    flex: 1;
    padding: 28px 20px;
    background-color: #504A48;
}

.card-text_3 {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.7;
    color: #C7C1BC;
    text-align: left; /* Zmienione na wyrównanie do lewej dla lepszej czytelności długiego tekstu */
    margin: 0;
}

.button-wrapper_3 {
    margin-top: 8px;
}

.contact-btn_3 {
    display: inline-block;
    padding: 14px 56px;
    font-weight: 300;
    font-size: 15px;
    letter-spacing: 0.15em;
    border: 1px solid white;
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.contact-btn_3:hover {
    background-color: white;
    color: #504A48;
}

/* Responsywność dla mobile */
@media (max-width: 768px) {
    .step-card_3 {
        max-width: 100%;
    }
}

.kitchen-layout .container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 50px 20px;
}

/* Kolory tła sekcji */
.section-grey { 
	background-color: #c9c5c0;
}
.section-white { 
	background-color: white; 
	color: #504A48;
}
.section-dark-banner { 
    background-color: #4a4441; 
    color: white; 
    text-align: center; 
    text-transform: uppercase;
}

/* Układ Flexbox */
.kitchen-layout .flex-row {
    display: flex;
    align-items: center;
    gap: 40px;
}

.kitchen-layout .flex-row.reverse { flex-direction: row-reverse; }

.kitchen-layout .col-image, .kitchen-layout .col-text { flex: 1; }

.kitchen-layout .col-image img {
    width: 100%;
    height: auto;
    display: block;
}

/* Responsywność */
@media (max-width: 768px) {
    .kitchen-layout .flex-row, .kitchen-layout .flex-row.reverse {
        flex-direction: column;
    }
}


