/*!
Theme Name: BigCard
Description: Profesjonalny motyw strony WWW
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: bigcard
Domain Path: /languages
Tags: devmn
*/

:root {
  --width: 1400px;

  --font-family: "Montserrat", sans-serif;

  --font-size-h1: 36px;
  --font-size-h2: 32px;
  --font-size-h3: 20px;

  --font-size-big: 19px;
  --font-size-normal: 15px;
  --font-size-small: 13px;
  --font-size-smaller: 11px;

  --spacing-xxl: 65px;
  --spacing-xl: 40px;
  --spacing-lg: 36px;
  --spacing-md: 12px;
  --spacing-sm: 8px;
  --spacing-xs: 4px;

  --primary: #1b1b1b;
  --primaryTrans: rgba(27, 27, 27, 0.8);
  --secondary: #a70704;
  --text: #1b1b1b;
  --accent: #f6f6f6;
  --black: #000;
  --white: #fff;
}

/* >= 480px */
@media (min-width: 480px) {
  :root {
    --font-size-h1: 45px;
    --font-size-h2: 37px;
    --font-size-h3: 21px;

    --spacing-xxl: 70px;
    --spacing-xl: 45px;
    --spacing-lg: 37px;
    --spacing-md: 12px;
    --spacing-sm: 10px;
    --spacing-xs: 5px;
  }
}

/* >= 786px */
@media (min-width: 786px) {
  :root {
    --font-size-h1: 50px;
    --font-size-h2: 38px;
    --font-size-h3: 22px;

    --spacing-xxl: 75px;
    --spacing-xl: 50px;
    --spacing-lg: 38px;
    --spacing-md: 12px;
    --spacing-sm: 10px;
    --spacing-xs: 5px;

    --font-size-big: 20px;
    --font-size-normal: 16px;
    --font-size-small: 14px;
    --font-size-smaller: 12px;
  }
}

/* >= 900px */
@media (min-width: 900px) {
  :root {
    --font-size-h1: 55px;
    --font-size-h2: 40px;
    --font-size-h3: 23px;

    --spacing-xxl: 80px;
    --spacing-xl: 55px;
    --spacing-lg: 40px;
    --spacing-md: 14px;
    --spacing-sm: 10px;
    --spacing-xs: 5px;
  }
}

/* >= 1100px */
@media (min-width: 1100px) {
  :root {
    --font-size-h1: 60px;
    --font-size-h2: 42px;
    --font-size-h3: 24px;

    --spacing-xxl: 85px;
    --spacing-xl: 60px;
    --spacing-lg: 42px;
    --spacing-md: 16px;
    --spacing-sm: 10px;
    --spacing-xs: 5px;

    --font-size-big: 22px;
    --font-size-normal: 18px;
    --font-size-small: 16px;
    --font-size-smaller: 14px;
  }
}

/* >= 1400px */
@media (min-width: 1400px) {
  :root {
    --font-size-h1: 65px;
    --font-size-h2: 45px;
    --font-size-h3: 25px;

    --spacing-xxl: 90px;
    --spacing-xl: 65px;
    --spacing-lg: 45px;
    --spacing-md: 18px;
    --spacing-sm: 10px;
    --spacing-xs: 5px;
  }
}

/* >= 1600px */
@media (min-width: 1600px) {
  :root {
    --font-size-h1: 70px;
    --font-size-h2: 50px;

    --spacing-xxl: 100px;
    --spacing-xl: 70px;
    --spacing-lg: 50px;
    --spacing-md: 20px;
    --spacing-sm: 10px;
    --spacing-xs: 5px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  padding-bottom: var(--spacing-md);
}

h1 {
  font-size: var(--font-size-h1);
}

h2 {
  font-size: var(--font-size-h2);
}

h3 {
  font-size: var(--font-size-h2);
}

h4 {
  font-size: var(--font-size-big);
}

h5 {
  font-size: var(--font-size-big);
}

h6 {
  font-size: var(--font-size-normal);
}

p {
  margin: 0;
  margin-bottom: 0;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-size: var(--font-size-normal) !important;
  line-height: 1.75;
  font-family: var(--font-family) !important;
  max-width: 100%;
  overflow-x: hidden;
  overflow-wrap: break-word;
  min-height: 100%;
}

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  color: var(--secondary);
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

img,
video,
.infinite-scroll.neverending {
  max-width: 100%;
  height: auto;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
  overflow-x: hidden;
  min-height: 100%;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  /* font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans,
    Cantarell, "Helvetica Neue", sans-serif; */
  font-size: 1rem;
  line-height: 1.2;
}

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

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

ol {
  list-style: decimal;
}

ul li {
  margin: 0 auto;
  margin-bottom: var(--spacing-xxs);
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

/* Links
--------------------------------------------- */
/* a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
} */

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

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

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

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

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

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

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

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

.main-navigation li {
  position: relative;
}

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

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

@media screen and (min-width: 1331px) {
  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    display: flex;
  }
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

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

.updated:not(.published) {
  display: none;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;

  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;

  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

.container {
  max-width: calc(var(--width) + 2rem);
  width: 100%;
  padding: 0 1rem;
  margin: 0 auto;
}

.section-title p {
  margin: 0;
  padding: 0;
}

.py-xl {
  padding: var(--spacing-xl) 0;
}

.pb-sm {
  padding-bottom: var(--spacing-sm);
}

.top_info,
.site-info {
  padding: var(--spacing-sm) 0;
  background: var(--secondary);
  color: var(--white);
  font-weight: 600;
  text-align: center;
}

.top_info .container,
.site-info .container {
  display: flex;
  justify-content: center;
  gap: var(--spacing-sm);
}

.top_info p,
.site-info p {
  padding: 0;
  margin: 0;
}

.top_info svg,
.site-info svg {
  max-height: 18px;
  max-width: 18px;
  object-fit: contain;
}

.top_info svg path,
.site-info svg path {
  fill: var(--white);
}

.splide__arrow {
  background: transparent !important;
  transition: 0.3s all;
  width: var(--spacing-lg);
  height: var(--spacing-lg);
  display: flex;
  align-items: center;
  justify-content: center;
}

.splide__arrow svg {
  width: calc(var(--spacing-lg) / 2);
  height: calc(var(--spacing-lg) / 2);
  object-fit: contain;
}

.splide__arrow svg path {
  fill: var(--secondary);
  transition: 0.3s all;
}

.splide__arrow:hover {
  background: var(--secondary) !important;
}

.splide__arrow:hover svg path {
  fill: var(--white);
}

.splide__pagination {
  gap: var(--spacing-xs);
  bottom: var(--font-size-big) !important;
}

.splide__pagination li button {
  width: 12px;
  height: 12px;
  opacity: 0.2;
  background: var(--secondary);
  transition: 0.3s all;
}

.splide__pagination li button.is-active,
.splide__pagination li button:hover {
  opacity: 1;
  background: var(--secondary);
}

.section-title {
  font-size: var(--font-size-h2);
  font-weight: 700;
  color: #1b1b1b;
  margin: 0;
  padding: 0;
  padding-bottom: var(--spacing-lg);
}

.section-subtitle {
  font-size: var(--font-size-h3);
  font-weight: 700;
  color: #1b1b1b;
  margin: 0;
  padding: 0;
  padding-bottom: var(--spacing-lg);
}

.button {
  display: inline-block !important;
  padding: var(--spacing-md) var(--spacing-lg) !important;
  background: var(--primary) !important;
  color: var(--white) !important;
  border-radius: var(--spacing-lg) !important;
  font-weight: 500 !important;
  transition: 0.3s all !important;
  text-decoration: none !important;
}

.button:hover {
  background: var(--secondary) !important;
}

.button.alt {
  background: var(--secondary) !important;
}

.button.alt:hover {
  background: var(--primary) !important;
}

.contact_form form .ff-btn-submit {
  display: inline-block !important;
  padding: var(--spacing-md) var(--spacing-lg) !important;
  background: var(--secondary) !important;
  color: var(--white) !important;
  border-radius: var(--spacing-lg) !important;
  font-weight: 500 !important;
  transition: 0.3s all !important;
  text-decoration: none !important;
  margin: 0 auto;
}

.contact_form form .ff-btn-submit:hover {
  background: var(--primary) !important;
}

.button-arrow {
  text-decoration: none;
  color: #1b1b1b;
  font-weight: 500;
  display: inline-block;
  padding-right: 21px;
  position: relative;
  line-height: 18px;
}

.button-arrow::after {
  content: "";
  background-image: url('data:image/svg+xml,<svg aria-hidden="true" class="e-font-icon-svg e-fas-angle-right" viewBox="0 0 256 512" xmlns="http://www.w3.org/2000/svg"><path d="M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z"></path></svg>');
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: 0.3s all;
}

.button-arrow:hover::after {
  transform: translateY(-50%) translateX(6px);
}

.product-item {
  border: 1px solid var(--accent);
  border-radius: 10px;
  overflow: hidden;
  padding-bottom: var(--spacing-xxl);
  position: relative;
  transition: 0.3s all;
}

.product-item a {
  color: var(--primary);
  text-decoration: none;
}

.product-item img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.product-item h3 {
  font-weight: 300;
  font-size: var(--font-size-normal);
  font-weight: 600;
  padding: var(--spacing-lg) var(--spacing-md) var(--spacing-sm);
  transition: 0.3s all;
}

.product-item h3:hover {
  color: var(--secondary);
}

.product-item .woocommerce-Price-amount,
.product-item .iworks-omnibus {
  padding: var(--spacing-sm) var(--spacing-md) var(--spacing-md);
  color: #666;
  display: inline-block;
  line-height: calc(var(--font-size-normal) * 1);
  margin: 0;
}

.product-item del,
.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
  color: #666;
  text-decoration-color: var(--secondary);
}

.product-item ins,
.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
  background: transparent;
  color: var(--secondary);
  font-weight: 700;
  text-decoration: none;
}

.product-item ins .woocommerce-Price-amount,
.woocommerce div.product p.price ins .woocommerce-Price-amount,
.woocommerce div.product span.price ins .woocommerce-Price-amount {
  color: var(--secondary);
}

.product-item .iworks-omnibus {
  display: none;
}

.product-item .button {
  position: absolute !important;
  bottom: var(--spacing-md) !important;
  left: var(--spacing-md) !important;
  max-width: calc(100% - 2 * var(--spacing-md)) !important;
  width: 100% !important;
  text-align: center !important;
}

.product-item .button {
  background: transparent !important;
  border: 1px solid var(--primary) !important;
  color: var(--primary) !important;
  transition: 0.3s !important;
  padding: calc(var(--spacing-xs) * 3) !important;
}

.product-item .button:hover {
  border-color: var(--secondary) !important;
  color: var(--white) !important;
  background: var(--secondary) !important;
}

.product-item:hover {
  border-color: var(--secondary) !important;
}

.product-item .button.button-unavailable {
  border-color: var(--secondary) !important;
  color: var(--white) !important;
  background: var(--secondary) !important;
  display: flex !important;
  gap: var(--spacing-sm) !important;
  align-items: center !important;
  justify-content: center !important;
  border-color: var(--secondary) !important;
}

.button-unavailable svg {
  height: var(--font-size-normal) !important;
  width: var(--font-size-normal) !important;
  object-fit: contain !important;
}

.button-unavailable svg path {
  fill: var(--white) !important;
}

.add_to_cart_button {
  padding-left: var(--spacing-lg) !important;
}

.button.product_type_simple {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
}

.button.product_type_simple::before {
  content: "" !important;
  width: 18px !important;
  height: 18px !important;
  display: inline-block !important;
  background-color: currentColor !important;
  mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 -31 512 512'><path d='m164.960938 300.003906h.023437c.019531 0 .039063-.003906.058594-.003906h271.957031c6.695312 0 12.582031-4.441406 14.421875-10.878906l60-210c1.292969-4.527344.386719-9.394532-2.445313-13.152344-2.835937-3.757812-7.269531-5.96875-11.976562-5.96875h-366.632812l-10.722657-48.253906c-1.527343-6.863282-7.613281-11.746094-14.644531-11.746094h-90c-8.285156 0-15 6.714844-15 15s6.714844 15 15 15h77.96875l54.15625 243.710938c-15.941406 6.929687-27.125 22.824218-27.125 41.289062 0 24.8125 20.1875 45 45 45h272c8.285156 0 15-6.714844 15-15s-6.714844-15-15-15h-272c-8.269531 0-15-6.730469-15-15 0-8.257812 6.707031-14.976562 14.960938-14.996094z'/><path d='m150 405c0 24.8125 20.1875 45 45 45s45-20.1875 45-45-20.1875-45-45-45-45 20.1875-45 45z'/><path d='m362 405c0 24.8125 20.1875 45 45 45s45-20.1875 45-45-20.1875-45-45-45-45 20.1875-45 45z'/></svg>") !important;
  mask-size: contain !important;
  mask-repeat: no-repeat !important;
  mask-position: center !important;
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 -31 512 512'><path d='m164.960938 300.003906h.023437c.019531 0 .039063-.003906.058594-.003906h271.957031c6.695312 0 12.582031-4.441406 14.421875-10.878906l60-210c1.292969-4.527344.386719-9.394532-2.445313-13.152344-2.835937-3.757812-7.269531-5.96875-11.976562-5.96875h-366.632812l-10.722657-48.253906c-1.527343-6.863282-7.613281-11.746094-14.644531-11.746094h-90c-8.285156 0-15 6.714844-15 15s6.714844 15 15 15h77.96875l54.15625 243.710938c-15.941406 6.929687-27.125 22.824218-27.125 41.289062 0 24.8125 20.1875 45 45 45h272c8.285156 0 15-6.714844 15-15s-6.714844-15-15-15h-272c-8.269531 0-15-6.730469-15-15 0-8.257812 6.707031-14.976562 14.960938-14.996094z'/><path d='m150 405c0 24.8125 20.1875 45 45 45s45-20.1875 45-45-20.1875-45-45-45-45 20.1875-45 45z'/><path d='m362 405c0 24.8125 20.1875 45 45 45s45-20.1875 45-45-20.1875-45-45-45-45 20.1875-45 45z'/></svg>") !important;
  -webkit-mask-size: contain !important;
  -webkit-mask-repeat: no-repeat !important;
  -webkit-mask-position: center !important;
}

.dark .product-item a {
  color: var(--white);
}

.dark .product-item .woocommerce-Price-amount,
.dark .product-item .iworks-omnibus {
  color: #fff;
}

.dark .product-item ins,
.dark .product-item ins .woocommerce-Price-amount {
  color: var(--secondary);
}

.product-item .iworks-omnibus {
  display: none;
}

.dark .product-item .button {
  border: 1px solid var(--white) !important;
  color: var(--white) !important;
}

.dark .product-item .button.dark .product-item .button {
  border-color: var(--secondary) !important;
}

.dark .product-item .button:hover {
  border: 1px solid var(--secondary) !important;
}

.max-1000 {
  max-width: 1000px;
  padding: 0 var(--spacing-md);
  margin: 0 auto;
}

.page-title {
  padding: var(--spacing-xxl) 0 var(--spacing-lg);
  color: var(--black);
}

.splide__track {
  will-change: transform;
}

.single-product .product_meta .product-description-accordion {
  margin-top: var(--spacing-md);
}

.single-product .product_meta .product-description-accordion .faq_wrap {
  padding: var(--spacing-md);
}

.single-product .product_meta .product-description-accordion .faq_item {
  margin-bottom: 0;
}

.single-product .product_meta .product-description-accordion .faq_item::before {
  display: none;
}

.single-product .product_meta .product-description-accordion .faq_item_title {
  padding-top: 0;
}

.single-product
  .product_meta
  .product-description-accordion
  .faq_item_title::before {
  top: 0;
}

.single-product
  .product_meta
  .product-description-accordion
  .faq_item_description {
  color: var(--primary);
}

.single-product
  .product_meta
  .product-description-accordion
  .faq_item_description
  > *:first-child {
  margin-top: 0;
}

.single-product
  .product_meta
  .product-description-accordion
  .faq_item_description
  > *:last-child {
  margin-bottom: 0;
}

.faq_item {
  margin-bottom: var(--spacing-lg);
  position: relative;
}

.faq_item::before {
  content: "";
  position: absolute;
  bottom: calc(var(--spacing-lg) / -2.5);
  left: 0%;
  width: 60%;
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(37, 37, 37, 1) 0%,
    rgba(37, 37, 37, 0) 100%
  );
  opacity: 0.3;
}

.faq_item_title {
  font-size: var(--font-size-big);
  font-weight: 600;
  padding: var(--spacing-md) 0;
  padding-right: 24px;
  position: relative;
  cursor: pointer;
  color: var(--black);
  transition: 0.3s all;
}

.faq_item_title::before {
  content: "";
  background-image: url('data:image/svg+xml,<svg class="e-font-icon-svg e-fas-angle-down" viewBox="0 0 320 512" xmlns="http://www.w3.org/2000/svg"><path fill="black" d="M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z"></path></svg>');
  position: absolute;
  top: var(--spacing-md);
  right: 0;
  height: var(--font-size-big);
  width: 18px;
  background-size: contain;
  background-repeat: no-repeat;
  transition: transform 0.25s ease;
  pointer-events: none;
  transition: 0.3s all;
}

.faq_item_description {
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease;
}

.faq_item:not(.active) .faq_item_description {
  height: 0;
}

.faq_item.active .faq_item_title,
.faq_item_title:hover {
  color: var(--secondary);
}

.faq_item.active .faq_item_title::before {
  transform: rotate(180deg);
}
.woocommerce-tabs.wc-tabs-wrapper {
  display: none;
}

.woocommerce .woocommerce-breadcrumb {
  display: none;
}

.woocommerce.single-product .page-title {
  display: none;
}

.woocommerce.single-product .product {
  padding: var(--spacing-xxl) 0;
}

.woocommerce .sku_wrapper,
.woocommerce .posted_in {
  display: none;
}

.single-product-related-slider {
  padding: var(--spacing-xxl) 0;
}

.single-product-related-slider .single-product-related-slider__header {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: var(--spacing-md);
  margin-bottom: var(--spacing-lg);
}

.single-product-related-slider .section-title,
.single-product-related-slider .link {
  flex-basis: 100%;
  text-align: center;
}

@media (min-width: 760px) {
  .single-product-related-slider .single-product-related-slider__header {
    justify-content: space-between;
  }

  .single-product-related-slider .section-title,
  .single-product-related-slider .link {
    flex-basis: auto;
  }
}

.single-product-related-slider .splide__pagination.splide__pagination--ltr {
  display: none;
}

.single-product-related-slider .product-item {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-sm);
}

.single-product-related-slider .product-item a:first-child {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

.single-product-related-slider .product-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1 / 1;
  display: block;
}

.product_slider.single-product-related-slider {
  clear: both;
}

.woocommerce.single-product .product {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: var(--spacing-lg);
}

.woocommerce.single-product .product .woocommerce-product-gallery {
  float: none;
  flex-basis: 100%;

  @media (min-width: 920px) {
    flex-basis: 40%;
  }
}
.woocommerce.single-product .product .summar {
  float: none;
  flex-basis: 100%;

  @media (min-width: 920px) {
    flex-basis: 55%;
  }
}

.single-product-live-break-label {
  font-weight: bold;
  display: inline-block;
  padding: var(--spacing-sm) var(--spacing-md);
  font-weight: bold;
  color: var(--white);
  background: var(--secondary);
  border-radius: 5px;
  margin-bottom: var(--spacing-sm);
}

.woocommerce.single-product
  .product
  .woocommerce-product-gallery
  .woocommerce-product-gallery__trigger {
  display: none;
}

.woocommerce div.product div.images img {
  aspect-ratio: 1/1;
  border-radius: 10px;
  border: 1px solid var(--primaryTrans);
  overflow: hidden;
}
.flex-control-nav.flex-control-thumbs {
  display: flex;
  gap: var(--spacing-md) !important;
  padding: var(--spacing-md) 0 !important;
}

.woocommerce div.product div.images .flex-control-thumbs li img {
  border-radius: 3px;
}

.woocommerce div.product .product_title {
  font-size: var(--font-size-h2);
  line-height: calc(var(--font-size-h2) * 1.05);
  color: var(--black);
  padding-bottom: var(--spacing-lg);
}

table.variations .label {
  font-size: bold;
  color: var(--secondary);
  text-align: left;
  padding-right: 1rem;
}

table.variations .value {
  padding-left: 1rem;
}

.woocommerce div.product form.cart .variations select {
  padding: var(--spacing-sm) var(--spacing-md);
  border: 1px solid #1b1b1b;
  border-radius: 25px;
  margin: 0 !important;
  max-width: 60% !important;
}

table.variations select option {
  color: var(--black);
  font-weight: 600;
}

table.variations select option:disabled {
  color: #9a9a9a;
  background-color: #f3f3f3;
  font-weight: 300;
}

.woocommerce-variation-price {
  padding-bottom: var(--spacing-lg);
}

table.variations th.label {
  width: 30%;
}

table.variations th.value {
  width: 70%;
}

.single-product-spots-count {
  display: flex;
  gap: var(--spacing-xs);
  align-items: baseline;
  padding-bottom: var(--spacing-md);
  font-weight: 600;
}

.single-product-spots-count strong {
  color: var(--secondary);
  font-size: var(--font-size-big);
}

.woocommerce div.product p.stock {
  display: none;
}

.single-product-price-label {
  font-weight: bold;
  padding-bottom: var(--spacing-xs);
}

.single-product-available-spots-label {
  width: 100%;
  padding-bottom: var(--spacing-xs);
  font-weight: 700;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price,
.woocommerce:where(body:not(.woocommerce-uses-block-theme))
  div.product
  span.price {
  color: var(--black);
  font-size: var(--font-size-big);
}

.woocommerce div.product form.cart,
.woocommerce-variation-add-to-cart {
  display: flex;
  gap: var(--spacing-sm);
  align-items: center;
  flex-wrap: wrap;
}

.woocommerce div.product form.cart button.minus,
.woocommerce div.product form.cart button.plus,
.woocommerce-variation-add-to-cart button.minus,
.woocommerce-variation-add-to-cart button.plus {
  background: var(--white);
  border: 1px solid #b1b1b1 !important;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: var(--spacing-lg);
  height: var(--spacing-lg);
  color: var(--secondary);
  font-weight: bold;
  border-radius: 50%;
  font-size: calc(var(--font-size-big) * 1.2) !important;
  padding: 0;
}

.woocommerce div.product form.cart .aa_qty.minus,
.woocommerce div.product form.cart .aa_qty.plus,
.woocommerce-variation-add-to-cart .aa_qty.minus,
.woocommerce-variation-add-to-cart .aa_qty.plus {
  font-size: 2rem;
}

.woocommerce .quantity .qty {
  outline: none !important;
  border: 1px solid #fff;
  border-radius: 6px !important;
  line-height: 40px !important;
  width: 40px;
  padding: 5px 0 !important;
}

.woocommerce-product-details__short-description p:first-child {
  font-weight: bold;
  margin-bottom: var(--spacing-sm);
}

.woocommerce-product-details__short-description ul {
  list-style: disc;
  list-style-position: inside;
  padding: var(--spacing-sm) 0;
}

.woocommerce-product-details__short-description ul li {
  padding-bottom: var(--spacing-sm);
}

.woocommerce-product-details__short-descriptio {
  font-weight: 600 !important;
}

.woocommerce div.product form.cart table.variations {
  flex-basis: 100%;
}

.single_variation_wrap {
  flex-basis: 100%;
}

.single_add_to_cart_button.button.alt {
  padding: var(--spacing-md) var(--spacing-md) !important;

  @media (min-width: 960px) {
    padding: var(--spacing-md) var(--spacing-lg) !important;
  }
}

.woocommerce h2,
.woocommerce h3 {
  font-size: var(--font-size-big) !important;
}

.woocommerce #customer_login .woocommerce-form {
  margin: 0 0 var(--spacing-lg) !important;
}

.woocommerce #customer_login .woocommerce-form label {
  font-weight: bold;
}

.woocommerce #customer_login .woocommerce-form button.button {
  background: transparent !important;
  border: 1px solid var(--primary) !important;
  color: var(--primary) !important;
}

.woocommerce #customer_login .woocommerce-form button.button:hover {
  background: var(--primary) !important;
  border: 1px solid var(--primary) !important;
  color: var(--white) !important;
}

.woocommerce-MyAccount-navigation-link a {
  padding: var(--spacing-md);
  text-decoration: none;
  font-weight: 500;
  color: var(--primary);
  background: #f1f2f3;
  margin-bottom: var(--spacing-sm);
  display: block;
  transition: 0.3s all;
}

.woocommerce-MyAccount-navigation-link:hover a {
  background: var(--secondary);
  color: var(--white);
}

.woocommerce-MyAccount-navigation-link.is-active a {
  background: var(--primary);
  color: var(--white);
  font-weight: 600;
}

.woocommerce-MyAccount-content {
  border: 1px solid #f1f1f1;
  border-radius: 20px;
  padding: var(--spacing-md) var(--spacing-lg);
}

.woocommerce-MyAccount-content p:last-child {
  padding: 0;
  margin: 0;
}

.woocommerce-MyAccount-content address {
  margin: 1rem 0;
}

.woocommerce .coupon {
  display: flex;
  gap: var(--spacing-md);
  align-items: center;
}

.woocommerce .coupon #coupon_code {
  padding: var(--spacing-sm) var(--spacing-md) !important;
  border-radius: var(--spacing-lg) !important;
  font-size: var(--font-size-normal) !important;
  width: 150px;
}

.woocommerce .coupon .button,
.woocommerce button,
.woocommerce [type="button"],
.woocommerce [type="reset"],
.woocommerce [type="submit"] {
  padding: var(--spacing-sm) var(--spacing-md) !important;
  border-radius: var(--spacing-lg) !important;
  font-size: var(--font-size-normal) !important;
}

.woocommerce-cart .woocommerce {
  display: flex;
  gap: var(--spacing-md);
  flex-wrap: wrap;
}

.woocommerce-cart .woocommerce .woocommerce-notices-wrapper {
  flex-basis: 100%;
}

.woocommerce-cart .woocommerce .woocommerce-cart-form {
  flex-basis: 100%;

  @media (min-width: 960px) {
    flex-basis: calc(60% - var(--spacing-md) / 2);
  }
}

.woocommerce-cart .woocommerce .cart-collaterals {
  flex-basis: 100%;

  @media (min-width: 960px) {
    flex-basis: calc(40% - var(--spacing-md) / 2);
  }
}

.woocommerce-cart .woocommerce .cart-collaterals .cart_totals {
  width: 100%;
  clear: both;
}

.woocommerce-cart .woocommerce .cart-collaterals .cart_totals h2 {
  display: none;
}

form.checkout.woocommerce-checkout {
  display: flex;
  flex-wrap: wrap;
  gap: var(--spacing-md);
}

form.checkout.woocommerce-checkout label {
  font-weight: 400;
}

.woocommerce .col2-set,
.woocommerce-page .col2-set {
  flex-basis: 100%;

  @media (min-width: 960px) {
    flex-basis: calc(60% - var(--spacing-md) / 2);
  }
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
  width: 100%;
  clear: both;
}

.devmn-checkout-order-review {
  flex-basis: 100%;

  @media (min-width: 960px) {
    flex-basis: calc(40% - var(--spacing-md) / 2);
  }
}

.devmn-checkout-order-review #order_review_heading,
.devmn-checkout-order-review #order_review {
  width: 100%;
}

.woocommerce-NoticeGroup {
  width: 100%;
  flex-basis: 100%;
}

.woocommerce-order {
  display: flex;
  flex-wrap: wrap;
  gap: var(--spacing-lg);
}

.woocommerce-order .woocommerce-notice,
.woocommerce-order .woocommerce-order-overview,
.woocommerce-order .woocommerce-bacs-bank-details,
.woocommerce-order .woocommerce-order-details__title,
.woocommerce-order .woocommerce-table.shop_table.order_details {
  flex-basis: 100%;
}

.woocommerce-order .woocommerce-order-details,
.woocommerce-order .woocommerce-customer-details {
  flex-basis: 100%;

  @media (min-width: 960px) {
    flex-basis: calc(50% - var(--spacing-lg) / 2);
  }
}

#billing_wooccm12_field {
  display: none;
}

.woocommerce-Price-amount.amount {
  position: relative;
  padding: 1rem;
}

.price-before-sale .woocommerce-Price-amount.amount::before {
  content: "";
  height: 2px;
  width: calc(100% - 1rem);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: var(--secondary);
}

.onsale {
  display: none;
}

.includes_tax {
  display: none !important;
}
