/*
Theme Name: Rower Tolek 2026
Theme URI: https://rowertolek.pl/
Author: Internet Projects
Author URI: https://internetprojects.pl/
Description: Profesjonalny szablon WordPress dla sklepu z rowerami rehabilitacyjnymi TOLEK. W pełni kompatybilny z WooCommerce.
Version: 1.0.2
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: rower-tolek-2026
Tags: e-commerce, woocommerce, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

Rower Tolek 2026 - Rehabilitacyjne Rowery Trójkołowe
*/

/*--------------------------------------------------------------
/* GENERAL STYLES
--------------------------------------------------------------*/
/*--------------------------------------------------------------
/** 1. VARIABLES
--------------------------------------------------------------*/
:root {
  /* widths for rows and containers */
  --header-height: 160px;
  --header-height-min: 80px;
}

/* on mobile devices below 600px */
@media screen and (max-width: 600px) {
  :root {
    --header-height: 100px;
    --header-height-min: 80px;
  }
}

/* Theme Colors */
:root {
  --accent-color: #C5A992;
  --secondary-color: #C5A992;
  --dark-color: #2f2f2f;
  --light-color: #F3F2EC;
  --body-text-color: #070707;
  --light-text-color: #afafaf;
  --dark-text-color: #2f2f2f;
  --white-color: #ffffff;
  --light-gray-color: #ececec;
  --ultra-light-gray-color: #f8f8f8;
  --dark-red-color: #d22222;
}

/* Fonts */
:root {
  --body-font: "Montserrat", sans-serif;
  --heading-font: "Prata", Georgia, serif;
  --secondary-font: "Playfair Display", Georgia, serif;
}

/* Bootstrap variables */
:root,
[data-bs-theme=light] {
  --heading-font: "Prata", Georgia, serif;
  --heading-font-weight: 400;
  --heading-color: var(--bs-dark);
  --heading-line-height: 1.1;

  --swiper-theme-color: var(--bs-primary);

  --custom-easing: cubic-bezier(.17, .67, .83, .67);

  /* theme colors */
  --bs-body-font-family: "Raleway", arial, sans-serif;
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.7;
  --bs-body-color: #333;
  --bs-body-color-rgb: 51, 51, 51;

  --bs-primary: #C5A992;
  --bs-primary-dark: #C5A992;
  --bs-secondary: #C5A992;
  --bs-black: #111;
  --bs-light: #F1F1F0;
  --bs-dark: #212529;
  --bs-gray: #949494;
  --bs-gray-dark: #51565b;

  --bs-primary-rgb: 169, 128, 115;
  --bs-secondary-rgb: 253, 238, 233;
  --bs-black-rgb: 17, 17, 17;
  --bs-light-rgb: 241, 241, 240;
  --bs-dark-rgb: 33, 37, 41;

  --bs-link-color: var(--bs-dark);
  --bs-link-color-rgb: 17, 17, 17;
  --bs-link-decoration: underline;
  --bs-link-hover-color: var(--bs-primary);
  --bs-link-hover-color-rgb: 169, 128, 115;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  --bs-gutter-x: 2.5rem;
}

.display-1,
.display-2,
.display-3,
.display-4,
.display-5,
.display-6 {
  font-family: var(--heading-font);
  font-weight: var(--heading-font-weight);
  line-height: var(--heading-line-height);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--heading-color);
}

a {
  text-decoration: none;
  transition: all 0.3s ease-out;
}

/* container fluid */
.container-fluid {
  max-width: 1800px;
}

/* Dropdown */
.dropdown-menu {
  --bs-dropdown-border-radius: 0;
  --bs-dropdown-border-width: 0;
}

.dropdown-item {
  --bs-dropdown-item-padding-y: 0.25rem;
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-link-color: var(--bs-black);
  --bs-dropdown-item-border-radius: 0;
}

.dropdown-item.active,
.dropdown-item:active {
  --bs-dropdown-link-active-color: var(--bs-light);
  --bs-dropdown-link-active-bg: var(--bs-black);
}

/* list group */
.list-group-item {
  --bs-list-group-item-padding-x: 0;
  --bs-list-group-border-width: 0;
}

/* btn */
.btn {
  --bs-btn-border-radius: 0;
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: var(--bs-primary);
  --bs-btn-border-color: var(--bs-primary);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--bs-primary-dark);
  --bs-btn-hover-border-color: var(--bs-primary-dark);
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: var(--bs-secondary);
  --bs-btn-active-border-color: var(--bs-secondary);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: var(--bs-primary);
  --bs-btn-disabled-border-color: var(--bs-primary);
}

.btn-outline-primary {
  --bs-btn-color: var(--bs-primary);
  --bs-btn-border-color: var(--bs-primary);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--bs-primary);
  --bs-btn-hover-border-color: var(--bs-primary);
  --bs-btn-focus-shadow-rgb: 13, 110, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: var(--bs-primary);
  --bs-btn-active-border-color: var(--bs-primary);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: var(--bs-primary);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: var(--bs-primary);
  --bs-gradient: none;
}

.pagination {
  --bs-pagination-active-bg: var(--bs-black);
  --bs-pagination-bg: transparent;
  --bs-pagination-border-width: 0;
  --bs-pagination-border-radius: 0;
}

/* breadcrumb */
.breadcrumb {
  --bs-breadcrumb-item-padding-x: 1em;
}

/* text white */
.text-white {
  --heading-color: var(--bs-light);
  --bs-breadcrumb-item-active-color: var(--bs-light);
  --bs-breadcrumb-divider-color: var(--bs-light);
  --bs-link-color-rgb: var(--bs-light-rgb);
  --bs-link-hover-color-rgb: var(--bs-light-rgb);
}

.text-white .nav-link {
  --bs-nav-link-color: var(--bs-light);
  --bs-nav-link-hover-color: var(--bs-light);
  --bs-nav-link-active-color: var(--bs-light);
  --bs-navbar-active-color: var(--bs-light);
}

/* accordion */
.accordion {
  --bs-accordion-border-width: 0;
  --bs-accordion-border-radius: 0;
  --bs-accordion-inner-border-radius: 0;
  --bs-accordion-btn-padding-x: 0;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: var(--bs-dark);
  --bs-accordion-btn-bg: transparent;
  --bs-accordion-btn-focus-border-color: var(--bs-dark);
  --bs-accordion-btn-focus-box-shadow: none;
  --bs-accordion-body-padding-x: 0;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: var(--bs-dark);
  --bs-accordion-active-bg: transparent;
}

.accordion-button {
  font-size: 1.2rem;
  border-bottom: 1px solid var(--bs-border-color);
}

/* form control */
.form-control:focus {
  border-color: #ccc;
  box-shadow: 0 0 0 0.25rem rgba(200, 200, 200, .25);
}

/* 2.1 General Styles */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  box-sizing: border-box;
}

body {
  font-family: var(--body-font);
  font-size: 16px;
  line-height: 2;
  color: var(--body-text-color);
  background-color: var(--white-color);
}

body.no-scroll {
  overflow: hidden;
}

a {
  color: var(--accent-color);
  transition: 0.3s color ease-out;
}

a:hover {
  color: #111;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
  margin-left: 0;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-top: 5px;
  margin-bottom: 0;
}

ul li,
ol li {
  margin-bottom: 5px;
  outline: 0;
}

ul li a {
  color: var(--dark-color);
}

ul li.active a {
  color: var(--dark-color);
}

ul li:last-child,
ol li:last-child {
  margin-bottom: 0;
}

dl {
  margin-top: 0;
  margin-bottom: 2rem;
}

dt,
dd {
  line-height: 1.42857143;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  outline: 0;
}

figure {
  margin: 0;
}

img {
  display: inline-block;
  border: 0;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

::selection {
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  text-shadow: none;
}

/* image align */
figure.align-right {
  margin: 30px 0 30px 30px;
}

/* Typography */
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: var(--heading-font);
  line-height: 1.2;
  color: var(--dark-color);
}

h1.light,
.h1,
h2.light,
.h2,
h3.light,
.h3,
h4.light,
.h4,
h5.light,
.h5,
h6.light,
.h6 {
  color: #fff;
}

h1,
h2,
h3 {
  margin: 25px 0;
}


h5,
h6 {
  letter-spacing: 1px;
}

h1,
.h1 {
  font-size: 2.5em;
  line-height: 1.4;
}

h2,
.h2 {
  font-size: 1.5em;
  line-height: 1.4;
}

h3,
.h3 {
  font-size: 1.4em;
  line-height: 1.4;
}

h4,
.h4 {
  font-size: 1.1em;
  line-height: 1.4;
}

h5,
.h5 {
  font-size: .83em;
  line-height: 1.25;
}

h6,
.h6 {
  font-size: .67em;
  line-height: 1.1;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-weight: inherit;
  color: inherit;
  text-decoration: none;
}

p {
  margin: 0 0 20px 0;
}

p:empty {
  display: none;
}

small {
  font-size: 85%;
}

mark {
  background-color: #fcf8e3;
  padding: 0.28rem;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

code,
kbd,
var {
  font-size: 14px;
}

code {
  background-color: #f9f2f4;
}

abbr {
  border-bottom: 0.1px dotted #666;
  cursor: help;
}

::placeholder {
  color: #999;
}

/* Floating & Alignment */
.align-left {
  float: left;
  text-align: left;
}

.align-right {
  float: right;
  text-align: right;
}

.align-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.container::after,
.row::after,
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

/* Text Align */
.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lead {
  font-size: 120%;
  line-height: 1.7em;
}

.text-lead strong {
  font-size: 115%;
  font-weight: 500;
}

.text-muted {
  color: #777;
}

.text-pri {
  color: #ff9697;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* Forms */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  padding: 6px 10px;
  background-color: #fff;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box;
}

input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px;
}

input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #33C3F0;
  outline: 0;
}

label,
legend {
  display: block;
  margin-bottom: .5rem;
  font-weight: 600;
}

fieldset {
  padding: 0;
  border-width: 0;
}

input[type="checkbox"],
input[type="radio"] {
  display: inline;
}

label>.label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal;
}

/* Lists */
ul {
  list-style: circle inside;
}

ol {
  list-style: decimal inside;
}

ol,
ul {
  padding-left: 0;
  margin-top: 0;
}

ul ul,
ul ol,
ol ol,
ol ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%;
}

li {
  margin-bottom: 1rem;
}

/* Utilities */
.u-full-width {
  width: 100%;
  box-sizing: border-box;
}

.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box;
}

.u-pull-right {
  float: right;
}

.u-pull-left {
  float: left;
}

.list-icon i {
  margin-right: 10px;
}

.list-unstyled {
  list-style: none;
}

.txt-fx .letter {
  opacity: 0;
}

hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #E1E1E1;
}

/* Buttons */
a.btn,
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="file"],
button {
  background-image: none;
  background: var(--accent-color);
  text-decoration: none !important;
  display: inline-block;
  position: relative;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 0.75em 1.5em;
  margin-top: 15px;
  font-size: 15px;
  font-weight: bold;
  line-height: normal;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  z-index: 1;
  cursor: pointer;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn:hover,
.btn:focus,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="file"]:focus,
input[type="file"]:hover,
button:focus,
button:hover {
  text-decoration: none;
  outline: 0;
}

.light .btn:hover {
  color: #fff;
}

.btn:last-child {
  margin-right: 0;
}

.btn:active,
.btn.btn-outline-light:active,
.btn.btn-outline-dark:active,
.btn.btn-outline-accent:active,
input[type="button"]:active,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="file"]:active,
button:active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  box-shadow: none;
}

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

/* Button Sizes */
.btn.btn-small {
  padding: 0.325em 1.7em;
  font-size: 0.65em;
}

.btn.btn-medium {
  padding: 0.5em 1.75em;
  font-size: 0.75em;
}

.btn.btn-large {
  padding: 1em 2.5em;
}

.btn.btn-xlarge {
  padding: 1.5em 2.7em;
  font-size: 0.9em;
}

.btn.btn-image {
  background-color: transparent;
  padding: 0;
  max-height: 50px;
}

.btn.btn-image img {
  max-height: 50px;
}

/* Button Shapes */
.btn.btn-rounded,
.btn.btn-rounded::after {
  border-radius: 4px;
}

.btn.btn-pill,
.btn.btn-pill::after {
  border-radius: 2em;
}

/* button outline */
.btn.btn-outline-dark,
.btn.btn-outline-light,
.btn.btn-outline-accent {
  border: 1px solid #fff;
  background: transparent;
  text-shadow: none;
  box-shadow: none;
}

.btn.btn-outline-dark:hover::after,
.btn.btn-outline-light:hover::after {
  background-color: transparent;
}

.btn.btn-outline-dark {
  border-color: #121212;
  color: #121212;
}

.btn.btn-outline-dark:hover {
  background: #121212;
  border-color: #121212;
  color: #fff;
}

.btn.btn-outline-light {
  background: transparent;
  border-color: var(--light-text-color);
  color: var(--light-text-color);
}

.btn.btn-outline-light:hover {
  border-color: var(--accent-color);
  color: var(--accent-color) !important;
}

.btn.btn-outline-accent {
  background: transparent;
  border-color: var(--accent-color);
  color: var(--accent-color);
}

.btn.btn-outline-accent:hover {
  border-color: var(--dark-color);
  color: var(--dark-color) !important;
}

.btn.btn-full {
  display: block;
  margin: .85em 0;
  width: 100%;
  text-align: center;
}

/* button with line */
.btn-with-line {
  color: #fff;
  position: relative;
}

.btn-with-line:after {
  content: "";
  position: absolute;
  top: 8px;
  right: -66px;
  border-bottom: 2px solid #fff;
  width: 50%;
  z-index: 9;
  transition: 0.3s ease-out;
}

.btn-with-line:hover {
  color: #fff;
}

.btn-with-line:hover:after {
  width: 30%;
  right: -41px;
}

/* Buttons Color Scheme */
.btn.btn-common {
  background: var(--accent-color);
  color: #fff;
}

.btn.btn-common:hover {
  background: #151515;
  color: #fff;
}

.btn.btn-accent {
  color: #ffffff;
  background-color: var(--accent-color);
}

.btn.btn-accent:hover {
  color: #ffffff !important;
  background-color: #121212;
}

.btn.btn-gray,
.btn.btn-grey {
  background: #9e9e9e;
  color: #fff;
}

.btn.btn-black {
  background: #121212;
  color: #fff;
}

.btn.btn-black:hover {
  background-color: #797979;
}

.btn.btn-white {
  background: #f8f8f8;
  text-shadow: none;
  color: #121212 !important;
}

.btn.btn-white:hover {
  background: var(--accent-color);
  text-shadow: none;
}

/* Buttons Aligns */
.btn-left {
  text-align: left;
  display: block;
}

.btn-center {
  text-align: center;
  display: block;
}

.btn-right {
  text-align: right;
  display: block;
}

.btn-accent-arrow {
  display: inline-flex;
  align-items: center;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-right: 10px;
  color: var(--dark-color);
}

.btn-accent-arrow:hover {
  color: var(--accent-color);
}

.btn-accent-arrow i {
  margin-left: 10px;
  font-size: 1.2em;
}

.df-acc-jcc {
  display: flex;
  align-items: center;
  justify-content: center;
}

/*--------------------------------------------------------------
/** Header Styles
--------------------------------------------------------------*/
#header-wrap {
  position: relative;
  z-index: 1000;
}

.top-content {
  padding: 15px 0;
}

.social-links ul {
  list-style: none;
  display: flex;
  margin-bottom: 0;
}

.social-links a {
  color: var(--dark-text-color);
  text-decoration: none;
}

.top-content .slogan-text {
  font-size: 0.75em;
  font-weight: 400;
}

.top-content .slogan-text p {
  margin: 0;
}

.top-content li {
  padding-right: 30px;
}

.top-content li:last-child {
  padding-right: 0;
}

.top-content a {
  color: var(--dark-text-color);
  text-decoration: none;
}

.top-content .right-element {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
  text-align: right;
}

.top-content .right-element .for-buy {
  margin-right: 40px;
}

.top-content .right-element a {
  color: #fff;
  font-size: 0.9em;
}

.top-content .right-element a:hover {
  color: var(--accent-color);
}

.top-content .right-element i {
  margin-right: 5px;
}

#header {
  padding: 0;
  background-color: var(--light-gray-color);
}

#header .menu-list a {
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.12em;
}

#header .menu-list a.active {
  color: var(--accent-color);
}

.main-logo img {
  max-height: 80px;
}

/* Navigation */
#navbar .menu-list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  list-style: none;
  margin: 0;
  padding: 0;
}

#navbar .menu-list .menu-item {
  position: relative;
  margin: 0;
}

#navbar .menu-list .menu-item a {
  display: block;
  padding: 15px 20px;
  color: var(--dark-color);
  font-weight: 500;
  text-transform: uppercase;
  font-size: 0.85em;
  letter-spacing: 1px;
}

#navbar .menu-list .menu-item a:hover,
#navbar .menu-list .menu-item.active a {
  color: var(--accent-color);
}

#navbar .menu-list .menu-item ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 250px;
  background: var(--white-color);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  list-style: none;
  padding: 10px 0;
}

#navbar .menu-list .menu-item:hover ul {
  display: block;
}

#navbar .menu-list .menu-item ul li {
  margin: 0;
}

#navbar .menu-list .menu-item ul li a {
  padding: 10px 20px;
  font-size: 0.9em;
  text-transform: none;
}

/* Hamburger Menu */
.hamburger {
  display: none;
  cursor: pointer;
}

.hamburger .bar {
  display: block;
  width: 25px;
  height: 3px;
  margin: 5px auto;
  background-color: var(--dark-color);
  transition: all 0.3s ease-in-out;
}

/* Search Bar */
.search-bar {
  position: relative;
}

.search-bar .search-field {
  padding: 8px 15px;
  border: 1px solid var(--light-gray-color);
  border-radius: 0;
  width: 200px;
}

/* Action Menu - Search Form hover Effects */
#header-wrap .action-menu {
  display: inline-block;
  align-items: baseline;
}

#header-wrap .action-menu span.opennav.openicon {
  cursor: pointer;
}

.action-menu .icon {
  font-size: 18px;
  font-weight: 800;
}

.action-menu .search-bar {
  overflow: hidden;
}

.action-menu .search-bar,
.action-menu .open-icon-wrap {
  width: 40px;
  height: 40px;
  background: #efeee8;
  border-radius: 40px;
  display: flex;
  justify-content: right;
  align-items: center;
  cursor: pointer;
  transition: 0.3s width cubic-bezier(0, 0.75, 0.49, 0.99);
}

.action-menu .search-bar:hover {
  width: 300px;
}

#header-wrap .search-button {
  order: 1;
  padding-right: 10px;
  padding-left: 10px;
  text-decoration: none;
  color: var(--body-text-color);
}

#header-wrap.show .search-bar {
  width: 300px;
}

#header-wrap .search-bar form {
  margin: 0;
}

#header-wrap .search-box .search-input {
  width: 250px;
  border: 0;
  margin-bottom: 0;
  font-weight: 300;
  padding-left: 20px;
  background: #efeee8;
}

.action-menu .side-nav-bar .menu-btn a,
.action-menu .searchbar a {
  color: #000;
  text-decoration: none;
  line-height: 2.2;
}

.action-menu .icon.icon-menu-btn:hover {
  color: var(--accent-color);
  text-decoration: none;
}

.action-menu .menu-btn a {
  color: #07051a;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .action-menu .search-bar {
    margin-top: 20px;
    width: 100%;
  }
}

/*--------------------------------------------------------------
/** Footer Styles
--------------------------------------------------------------*/
footer#footer,
#footer {
  padding: 5rem 0 2rem 0;
}

#footer .footer-item {
  margin-right: 100px;
}

#footer .footer-item img.footer-logo {
  margin-bottom: 40px;
}

#footer .footer-item p {
  width: 80%;
}

#footer .footer-logo {
  max-height: 60px;
  margin-bottom: 20px;
}

#footer .company-brand p {
  margin-bottom: 5px;
}

#footer .footer-menu {
  margin-right: 40px;
  margin-bottom: 0;
}

#footer .footer-menu h5 {
  font-size: 1.5em;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 40px;
  text-transform: capitalize;
}

#footer .footer-menu ul {
  list-style: none;
}

#footer .footer-menu .menu-list {
  list-style: none;
  padding: 0;
}

#footer .footer-menu .menu-list li {
  margin-bottom: 10px;
}

#footer .footer-menu ul a,
#footer .footer-menu .menu-list li a {
  color: var(--dark-text-color);
    text-decoration: none;
}

#footer .footer-menu:last-child {
  margin-right: 0;
}

#footer .footer-menu .menu-list li a:hover {
  color: var(--accent-color);
}

#footer-bottom {
  background: var(--light-gray-color);
  padding: 2rem 0;
}

#footer-bottom p {
  margin: 0;
  color: var(--dark-text-color);
  font-size: 1rem;
}

#footer-bottom .copyright p {
  margin: 0;
  font-size: 0.85em;
}

#footer-bottom .ip-logo-footer {
  max-height: 25px;
}

/*--------------------------------------------------------------
/** Section Styles
--------------------------------------------------------------*/
.section-header {
  position: relative;
  margin-bottom: 40px;
}

.section-header .title {
  font-size: 0.9em;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--accent-color);
  margin-bottom: 10px;
}

.section-header .title span {
  font-size: 14px;
  color: #afafaf;
  text-transform: uppercase;
}

.section-header .section-title,
.section-title {
  font-size: 3em;
  font-weight: 500;
  line-height: 1;
  position: relative;
  margin-bottom: 75px;
}

.section-title.divider {
  width: 100%;
  position: relative;
  padding-bottom: 20px;
}

.section-title.divider::after {
  content: "";
  border-bottom: 3px solid #74642F;
  position: absolute;
  right: 0;
  bottom: -16px;
  left: 0;
  width: 50px;
}

.section-header .section-title::before,
.section-header .section-title::after {
  content: "";
  border-bottom: 1px solid #E0E0E0;
  position: absolute;
  top: 30px;
  width: 25%;
  align-items: center;
}

.section-header .section-title::before {
  left: 3px;
}

.section-header .section-title::after {
  right: 3px;
}

.align-center .section-title.divider::after {
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 1366px) {

  .section-header .section-title::before,
  .section-header .section-title::after {
    width: 30%;
  }
}

@media screen and (max-width: 999px) {

  .section-header .section-title::before,
  .section-header .section-title::after {
    width: 25%;
  }
}

@media screen and (max-width: 768px) {
  .section-title {
    font-size: 2em;
  }

  .section-header .section-title::before,
  .section-header .section-title::after {
    top: 60px;
    width: 100%;
  }
}

/*--------------------------------------------------------------
/** Billboard / Hero Section
--------------------------------------------------------------*/
#billboard {
  /* padding: 60px 0;
  background-color: var(--light-color); */
}

#billboard .main-slider {
  padding: 2rem 0;
}

.main-slider .slider-item {
  display: flex;
  width: 100%;
  justify-content: center;
}

.main-slider .banner-content {
  width: 35%;
  margin-top: 60px;
  margin-right: 175px;
}

#billboard .banner-content {
  padding: 0;
}

.banner-content h1.banner-title {
  font-size: 4rem;
  font-weight: 500;
  color: #222;
}

.banner-content h1 span {
  display: block;
  font-size: 1.5rem;
  margin-top: 2rem;
}

.banner-content p {
  margin: 0 0 30px 0;
}

#billboard .banner-title {
  /* font-size: 2.5em; */
  line-height: 1.3;
  margin-bottom: 30px;
}

#billboard .banner-title span {
  display: block;
  font-size: 0.4em;
  font-weight: 400;
  margin-top: 20px;
}

#billboard .banner-image img {
  max-width: 100%;
  height: auto;
}

#billboard .slick-dots {
  left: 200px;
  bottom: 110px;
  width: 10%;
  text-align: inherit;
}

#billboard button.slick-arrow {
  background: transparent;
  border: 1px solid #E5E3DA;
  padding: initial;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  z-index: 5;
  cursor: pointer;
}

#billboard button.slick-arrow:hover {
  border: 1px solid #74642F;
  background-color: #E5E3DA;
}

#billboard button.prev.slick-arrow {
  left: 110px;
}

#billboard button.next.slick-arrow {
  right: 110px;
}

#billboard .slick-arrow i.icon {
  color: #8C8C8C;
}

@media screen and (max-width: 1366px) {
  #billboard button.prev.slick-arrow {
    left: 0;
  }

  #billboard button.next.slick-arrow {
    right: 0;
  }
}

@media screen and (max-width: 999px) {
  .banner-content h2.banner-title {
    font-size: 3.5em;
  }

  #billboard .main-slider {
    margin: 70px 0;
    padding: 0;
  }

  .main-slider .slider-item {
    flex-wrap: wrap;
    text-align: center;
    flex-direction: column-reverse;
  }

  .main-slider .banner-content {
    width: 100%;
    margin-top: 60px;
    margin-right: 0;
    margin-bottom: 80px;
  }

  #billboard .slick-dots {
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
  }
}

/*--------------------------------------------------------------
/** Products Section
--------------------------------------------------------------*/
.product-item {
  margin-bottom: 40px;
}

.product-item .products-thumb {
  margin-bottom: 20px;
  overflow: hidden;
}

.product-item .products-thumb img {
  width: 100%;
  transition: transform 0.3s ease;
}

.product-item:hover .products-thumb img {
  transform: scale(1.05);
}

.product-item .product-title {
  font-size: 1.2em;
  margin-bottom: 15px;
}

.product-item .item-price {
  font-size: 1.5em;
  font-weight: 700;
  color: var(--accent-color);
}

.product-item .products-content {
  padding: 10px 0;
}

/*--------------------------------------------------------------
/** Categories Section
--------------------------------------------------------------*/
#shop-categories {
  background: var(--light-gray-color);
  padding: 5rem 0;
}

#categories-more {
  background: var(--white-color);
  border-top: 2px solid var(--light-gray-color);
  padding: 5rem 0;
}

#shop-categories h2,
#categories-more h2 {
  font-size: 3rem;
}

#shop-categories ul,
#categories-more ul {
  list-style: none;
  padding: 0;
}

#shop-categories ul li {
  list-style-type: none;
  border-bottom: 1px solid var(--white-color);
  margin-bottom: 0;
}

#categories-more ul li {
  list-style-type: none;
  border-bottom: 1px solid var(--light-gray-color);
  margin-bottom: 0;
}

#shop-categories ul li a,
#categories-more ul li a {
  color: var(--dark-red-color);
  font-size: 1.25rem;
  line-height: 3rem;
  text-transform: uppercase;
  font-family: var(--heading-font);
}

#shop-categories ul li a:hover,
#categories-more ul li a:hover {
  color: var(--accent-color);
}

/*--------------------------------------------------------------
/** Funding Section
--------------------------------------------------------------*/
#funding {
  background: var(--light-gray-color);
  padding: 4rem 0 0 0;
}

#funding figure {
  margin-bottom: 0;
}

#funding .product-entry {
  padding: 40px 0;
}

#funding .section-title {
  margin-bottom: 20px;
}

/*--------------------------------------------------------------
/** Medical Equipment Section
--------------------------------------------------------------*/
#medical-equipment {
  background: var(--dark-red-color);
  padding: 5rem 0;
  color: var(--white-color);
}

#medical-equipment h2,
#medical-equipment h3 {
  color: var(--white-color);
  margin-bottom: 20px;
}

/*--------------------------------------------------------------
/** Blog Section
--------------------------------------------------------------*/
#latest-blog {
  padding: 60px 0;
}

#latest-blog .post-item {
  padding: 20px 0;
}

#latest-blog .post-item .meta-date {
  font-size: 0.85em;
  color: var(--light-text-color);
  margin-bottom: 10px;
}

#latest-blog .post-item h3 {
  font-size: 1.3em;
  margin-bottom: 10px;
}

#latest-blog .post-item h3 a {
  color: var(--dark-color);
}

#latest-blog .post-item h3 a:hover {
  color: var(--accent-color);
}

#latest-blog .post-item .categories {
  font-size: 0.85em;
  color: var(--accent-color);
}

/*--------------------------------------------------------------
/** Page Title
--------------------------------------------------------------*/
#page-title {
  padding: 4rem 0;
}

#page-title h1 {
  font-size: 3rem;
  font-weight: 500;
  color: #222;
  margin: 0;
  text-transform: uppercase;
}

#page-title h2 {
  font-size: 1.2em;
  font-weight: 400;
  margin-top: 15px;
}

/*--------------------------------------------------------------
/** Page Intro
--------------------------------------------------------------*/
#page-intro,
#shop-categories,
#page-content {
  background: var(--ultra-light-gray-color) url('./assets/images/layout/rower-tolek-page-intro-background.jpg') no-repeat right center;
  padding: 4rem 0;
}

#page-intro .product-image {
  padding: 2rem;
  border: 2px solid var(--light-gray-color);
  background: var(--white-color);
}

#page-intro.product-intro {
  padding-bottom: 0;
}

#page-intro.intro-funding {
  background: var(--ultra-light-gray-color) url('./assets/images/layout/rower-tolek-dofinansowanie.png') no-repeat right bottom;
}

#page-intro h2,
#arguments h2 {
  font-size: 2rem;
}

#page-intro.product-intro .section-title {
  font-size: 2em;
  font-weight: 500;
  line-height: 1;
  position: relative;
  margin-bottom: 2rem;
}

#page-intro.product-intro .item-price {
  color: var(--dark-red-color) !important;
  font-size: 3rem;
  font-weight: 700;
  margin-top: 4rem;
}

#page-content {
  min-height: 600px;
}

/*--------------------------------------------------------------
/** Quotation Section
--------------------------------------------------------------*/
#quotation {
  padding: 60px 0;
}

#quotation blockquote {
  max-width: 800px;
  margin: 0 auto;
  font-size: 1.3em;
  font-style: italic;
  border: 2px solid var(--dark-red-color);
  padding: 3rem;
}

#quotation .section-title.divider,
#quotation .section-title.divider:after {
  margin: 0 auto;
}

#quotation blockquote q {
  display: block;
  font-size: 1.6em;
  padding: 40px 0;
  margin-bottom: 20px;
}

#quotation .author-name {
  font-family: var(--heading-font);
  font-size: 1.4em;
  font-weight: 600;
  font-style: normal;
}

@media screen and (max-width: 768px) {
  #quotation blockquote {
    width: 80%;
  }
}

/*--------------------------------------------------------------
/** Image Dimensions
--------------------------------------------------------------*/
img.post-image {
  width: 100%;
  height: 328px;
  object-fit: cover;
}

/*--------------------------------------------------------------
/** WooCommerce Styles
--------------------------------------------------------------*/
/* TODO -> IP - Check: Dostosować style WooCommerce do motywu */

.woocommerce .products {
  display: flex;
  flex-wrap: wrap;
}

.woocommerce ul.products li.product {
  margin-bottom: 40px;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-family: var(--heading-font);
  font-size: 1.2em;
  color: var(--dark-color);
}

.woocommerce ul.products li.product .price {
  color: var(--accent-color);
  font-size: 1.3em;
  font-weight: 700;
}

.woocommerce ul.products li.product .button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  background-color: var(--accent-color);
  color: #fff;
  border-radius: 0;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.woocommerce ul.products li.product .button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  background-color: var(--dark-color);
  color: #fff;
}

.woocommerce span.onsale {
  background-color: var(--dark-red-color);
  border-radius: 0;
  padding: 5px 10px;
  min-height: auto;
  min-width: auto;
  line-height: 1.5;
}

.woocommerce .star-rating span::before {
  color: var(--accent-color);
}

.woocommerce div.product div.images {
  margin-bottom: 40px;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: var(--accent-color);
  font-size: 1.8em;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
  padding: 0;
  margin: 0 0 20px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border: none;
  background: transparent;
  border-radius: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  font-weight: 600;
  text-transform: uppercase;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  background: var(--light-color);
}

.woocommerce .quantity .qty {
  width: 60px;
  padding: 10px;
  border: 1px solid var(--light-gray-color);
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce button.single_add_to_cart_button {
  background: var(--dark-red-color);
  color: #ffffff;
  border-color: var(--dark-red-color);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.2s ease;
  border-width: 2px;
  border-style: solid;
  padding: 12px 24px;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce button.single_add_to_cart_button:hover {
  background: #ffffff;
  color: var(--dark-red-color);
  border-color: var(--dark-red-color);
}

/* Cart */
.woocommerce-cart-form table {
  width: 100%;
}

.woocommerce table.shop_table {
  border: 1px solid var(--light-gray-color);
  border-radius: 0;
}

.woocommerce table.shop_table th {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.9em;
}

/* Checkout */
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  padding: 12px 15px;
  border: 1px solid var(--light-gray-color);
  border-radius: 0;
}

.woocommerce form .form-row input.input-text:focus,
.woocommerce form .form-row textarea:focus {
  border-color: var(--accent-color);
}

/* Widgets */
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  background-color: var(--accent-color);
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
  background-color: var(--accent-color);
}

/* Messages */
.woocommerce-message,
.woocommerce-info {
  border-top-color: var(--accent-color);
}

.woocommerce-message::before,
.woocommerce-info::before {
  color: var(--accent-color);
}

.woocommerce-error {
  border-top-color: var(--dark-red-color);
}

/*--------------------------------------------------------------
/** Responsive Styles
--------------------------------------------------------------*/
@media screen and (max-width: 991px) {
  .hamburger {
    display: block;
  }

  #navbar .menu-list {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--white-color);
    flex-direction: column;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  }

  #navbar .menu-list.active {
    display: flex;
  }

  #navbar .menu-list .menu-item {
    width: 100%;
    text-align: center;
  }

  #navbar .menu-list .menu-item ul {
    position: static;
    display: none;
    box-shadow: none;
  }

  /* #billboard .banner-title {
    font-size: 2em;
  } */

  .top-content .row {
    flex-direction: column;
    text-align: center;
  }

  .top-content .right-element {
    justify-content: center;
    margin-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  #billboard .banner-title {
    font-size: 1.5em;
  }

  .section-title {
    font-size: 1.5em;
  }

  #page-title h1 {
    font-size: 1.5em;
    
  }

  .product-item .col-md-4,
  .product-item .col-md-6 {
    width: 100%;
  }
}

/*--------------------------------------------------------------
/** Icon Styles
--------------------------------------------------------------*/
.icon {
  display: inline-block;
  font-style: normal;
}

.icon-ns-arrow-right::before {
  content: '→';
}

.icon-user::before {
  content: '👤';
}

.icon-clipboard::before {
  content: '📋';
}

.icon-search::before {
  content: '🔍';
}

/*--------------------------------------------------------------
/** Products List Section
--------------------------------------------------------------*/
.ip-body .product-image {
  margin-bottom: 0;
}

.ip-body .product-item {
  margin-bottom: 4rem;
  padding: 2rem;
  border: 2px solid var(--light-gray-color);
}

.ip-body .product-title {
  font-size: 2em;
  font-weight: 500;
  line-height: 1;
  position: relative;
  margin-bottom: 2rem;
}

.ip-body .section-title {
  font-size: 3em;
  font-weight: 500;
  line-height: 1;
  position: relative;
  margin-bottom: 2rem;
}

#more-products-list .product-item .section-title {
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1;
  position: relative;
  margin-bottom: 2rem;
}

#products-list .item-price {
  color: var(--dark-red-color);
  font-size: 2rem;
  font-weight: 700;
}

#hp-bestsellers .item-price {
  color: var(--dark-red-color);
  font-size: 1.5rem;
  font-weight: 700;
}

#more-products-list .item-price {
  color: var(--dark-red-color);
  font-size: 2rem;
  font-weight: 700;
}

/*--------------------------------------------------------------
/** Button Wrap Styles
--------------------------------------------------------------*/
#hp-bestsellers .btn-wrap,
#products-list .btn-wrap,
#more-products-list .btn-wrap,
#page-intro.product-intro .btn-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 1rem;
  border: 2px solid var(--dark-red-color);
  background: var(--white-color);
}

#hp-bestsellers .btn-wrap:hover,
#products-list .btn-wrap:hover,
#more-products-list .btn-wrap:hover,
#page-intro.product-intro .btn-wrap:hover {
  background: var(--dark-red-color);
  border: 2px solid var(--dark-red-color);
}

#hp-bestsellers .btn-wrap a,
#products-list .btn-wrap a,
#more-products-list .btn-wrap a,
#page-intro.product-intro .btn-wrap a {
  color: var(--dark-red-color);
}

#hp-bestsellers .btn-wrap:hover a,
#products-list .btn-wrap:hover a,
#more-products-list .btn-wrap:hover a,
#page-intro.product-intro .btn-wrap:hover a {
  color: var(--white-color);
}

/*--------------------------------------------------------------
/** Arguments Section
--------------------------------------------------------------*/
#arguments {
  background: var(--white-color);
  padding: 5rem 0;
}

/*--------------------------------------------------------------
/** Menu Item Active State
--------------------------------------------------------------*/
.menu-item.active>a,
.menu-item>a:hover {
  color: var(--dark-red-color);
  border-bottom: 2px solid var(--dark-red-color);
}

/*--------------------------------------------------------------
/** Prev Price
--------------------------------------------------------------*/
span.prev-price {
  color: #999;
  font-size: 0.8em;
  padding-right: 10px;
  text-decoration: line-through;
}

/*--------------------------------------------------------------
/** Stellarnav Styles
--------------------------------------------------------------*/
.stellarnav ul li a {
  line-height: 4rem;
  font-size: 1rem;
}

.stellarnav ul ul {
  width: auto;
  border: 2px solid var(--light-gray-color);
  background-color: var(--white-color);
  min-width: 15rem;
}

.stellarnav ul li.medium ul.sub-menu {
  min-width: 20rem !important;
}

.stellarnav ul li.wide ul.sub-menu {
  min-width: 30rem !important;
}

.stellarnav ul ul li a {
  line-height: 1rem;
  font-size: 0.75rem;
}

/* Hide dd-toggle and icon-plus in desktop mode */
.stellarnav.desktop .dd-toggle,
.stellarnav .dd-toggle,
.stellarnav .icon-plus {
  display: none !important;
}

/*--------------------------------------------------------------
/** Social Links
--------------------------------------------------------------*/
.social-links ul {
  list-style: none;
  display: flex;
  margin-bottom: 0;
}

.social-links a {
  color: var(--dark-text-color);
  text-decoration: none;
}

.social-links li {
  padding-right: 20px;
}

/*--------------------------------------------------------------
/** Banner Image
--------------------------------------------------------------*/
.banner-image {
  margin-top: 4rem;
}

/*--------------------------------------------------------------
/** Slogan Text
--------------------------------------------------------------*/
.slogan-text p {
  font-size: 1rem;
  margin-bottom: 0;
}

/*--------------------------------------------------------------
/** Breadcrumb Styles (Yoast SEO & WooCommerce)
--------------------------------------------------------------*/
.woocommerce-breadcrumb,
.yoast-breadcrumbs,
.breadcrumb {
  text-align: center;
  margin: 2rem auto;
  padding: 1rem 0;
  font-size: 0.9em;
}

.woocommerce-breadcrumb a,
.yoast-breadcrumbs a,
.breadcrumb a {
  color: var(--dark-text-color);
  text-decoration: none;
}

.woocommerce-breadcrumb a:hover,
.yoast-breadcrumbs a:hover,
.breadcrumb a:hover {
  color: var(--accent-color);
  text-decoration: underline;
}

/*--------------------------------------------------------------
/** Contact Form 7 - Custom Styling
--------------------------------------------------------------*/
/* Contact Form 7 - Input fields styling - width 100% */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="url"],
.wpcf7 textarea,
.wpcf7 select {
  width: 100% !important;
  max-width: 100% !important;
  padding: 0.75em 1em;
  border: 1px solid #d1d1d1;
  border-radius: 0;
  box-sizing: border-box;
  margin-bottom: 1rem;
  font-size: 1rem;
  font-family: var(--body-font);
  background-color: #fff;
}

.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 input[type="tel"]:focus,
.wpcf7 input[type="url"]:focus,
.wpcf7 textarea:focus,
.wpcf7 select:focus {
  border-color: var(--dark-red-color);
  outline: none;
}

/* Contact Form 7 - Submit button styling - match "Kup teraz" button style */
.wpcf7 input[type="submit"],
.wpcf7 button[type="submit"] {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 2rem !important;
  border: 2px solid var(--dark-red-color) !important;
  background: var(--white-color) !important;
  color: var(--dark-red-color) !important;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1rem;
  cursor: pointer;
  transition: all 0.3s ease-in;
  width: auto;
  margin: 0;
  border-radius: 0;
}

.wpcf7 input[type="submit"]:hover,
.wpcf7 button[type="submit"]:hover {
  background: var(--dark-red-color) !important;
  border-color: var(--dark-red-color) !important;
  color: var(--white-color) !important;
}

/* Contact Form 7 - Form wrapper */
.wpcf7-form {
  margin: 0;
}

.wpcf7-form p {
  margin-bottom: 1rem;
}

/*--------------------------------------------------------------
/** WooCommerce Cart - Checkout Button Styling
--------------------------------------------------------------*/
/* Cart page - Proceed to Checkout button - match "Kup teraz" button style */
.wc-block-cart__submit-container .wc-block-cart__submit-button,
.wc-block-cart__submit-container button,
.wc-block-cart__submit-container a {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 1rem 2rem !important;
  border: 2px solid var(--dark-red-color) !important;
  background: var(--white-color) !important;
  color: var(--dark-red-color) !important;
  text-transform: uppercase !important;
  font-weight: 700 !important;
  font-size: 1rem !important;
  cursor: pointer !important;
  transition: all 0.3s ease-in !important;
  width: 100% !important;
  margin: 0 !important;
  border-radius: 0 !important;
  text-decoration: none !important;
}

.wc-block-cart__submit-container .wc-block-cart__submit-button:hover,
.wc-block-cart__submit-container button:hover,
.wc-block-cart__submit-container a:hover {
  background: var(--dark-red-color) !important;
  border-color: var(--dark-red-color) !important;
  color: var(--white-color) !important;
}

/*--------------------------------------------------------------
/** WooCommerce Checkout - Place Order Button Styling
--------------------------------------------------------------*/
/* Checkout page - Place Order button - match "Kup teraz" button style */
.woocommerce-checkout button#place_order,
.woocommerce-checkout #place_order,
.wc-block-components-checkout-place-order-button,
.wc-block-checkout__actions_row button,
button#place_order {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 1rem 2rem !important;
  border: 2px solid var(--dark-red-color) !important;
  background: var(--white-color) !important;
  color: var(--dark-red-color) !important;
  text-transform: uppercase !important;
  font-weight: 700 !important;
  font-size: 1rem !important;
  cursor: pointer !important;
  transition: all 0.3s ease-in !important;
  width: 100% !important;
  margin: 0 !important;
  border-radius: 0 !important;
  text-decoration: none !important;
}

.woocommerce-checkout button#place_order:hover,
.woocommerce-checkout #place_order:hover,
.wc-block-components-checkout-place-order-button:hover,
.wc-block-checkout__actions_row button:hover,
button#place_order:hover {
  background: var(--dark-red-color) !important;
  border-color: var(--dark-red-color) !important;
  color: var(--white-color) !important;
}

/* CSS Updated: Wed, Jan 28, 2026  8:20:18 AM - v1.0.2 */
