/*!
Theme Name: weblance
Theme URI: http://weblance.pl/
Author: Weblance.pl
Author URI: http://weblance.pl/
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: weblance.pl
Tags: weblance
*/


:root {
	--width: 1300px;
	--multiplier: 1.0;

	/* Font sizes - mobile first (scaled by --multiplier for accessibility) */
	--font-size-h1: calc(28px * var(--multiplier));
	--font-size-h2: calc(24px * var(--multiplier));
	--font-size-h3: calc(20px * var(--multiplier));
	--font-size-h4: calc(18px * var(--multiplier));
	--font-size-h5: calc(16px * var(--multiplier));
	--font-size-h6: calc(14px * var(--multiplier));

	/* ensure "normal" text on smallest screen is 12px */
	--font-size-normal: calc(12px * var(--multiplier));
	--font-size-small: calc(10px * var(--multiplier));
	--font-size-smaller: calc(11px * var(--multiplier));

	/* Spacing - mobile first */
	--spacing-xl: 24px;
	--spacing-lg: 20px;
	--spacing-md: 16px;
	--spacing-sm: 12px;
	--spacing-xs: 8px;
	--padding: 20px;
	--color: black;
	--color-accent: #F6F6F6;
}

/* >= 480px */
@media (min-width: 480px) {
	:root {
		--font-size-h1: calc(34px * var(--multiplier));
		--font-size-h2: calc(30px * var(--multiplier));
		--font-size-h3: calc(24px * var(--multiplier));
		--font-size-h4: calc(20px * var(--multiplier));
		--font-size-h5: calc(18px * var(--multiplier));
		--font-size-h6: calc(16px * var(--multiplier));

		--font-size-normal: calc(13px * var(--multiplier));
		--font-size-small: calc(11px * var(--multiplier));
		--font-size-smaller: calc(11px * var(--multiplier));

		--spacing-xl: 32px;
		--spacing-lg: 28px;
		--spacing-md: 20px;
		--spacing-sm: 16px;
		--spacing-xs: 10px;
	}
}

/* >= 786px */
@media (min-width: 786px) {
	:root {
		--font-size-h1: calc(36px * var(--multiplier));
		--font-size-h2: calc(32px * var(--multiplier));
		--font-size-h3: calc(26px * var(--multiplier));
		--font-size-h4: calc(22px * var(--multiplier));
		--font-size-h5: calc(20px * var(--multiplier));
		--font-size-h6: calc(16px * var(--multiplier));

		--font-size-normal: calc(14px * var(--multiplier));
		--font-size-small: calc(12px * var(--multiplier));
		--font-size-smaller: calc(12px * var(--multiplier));

		--spacing-xl: 48px;
		--spacing-lg: 36px;
		--spacing-md: 24px;
		--spacing-sm: 20px;
		--spacing-xs: 12px;
		--padding: 30px;
	}
}

/* >= 900px */
@media (min-width: 900px) {
	:root {
		--font-size-h1: calc(40px * var(--multiplier));
		--font-size-h2: calc(34px * var(--multiplier));
		--font-size-h3: calc(28px * var(--multiplier));
		--font-size-h4: calc(24px * var(--multiplier));
		--font-size-h5: calc(20px * var(--multiplier));
		--font-size-h6: calc(16px * var(--multiplier));

		--font-size-normal: calc(15px * var(--multiplier));
		--font-size-small: calc(12.5px * var(--multiplier));
		--font-size-smaller: calc(13px * var(--multiplier));

		--spacing-xl: 56px;
		--spacing-lg: 40px;
		--spacing-md: 28px;
		--spacing-sm: 24px;
		--spacing-xs: 14px;
	}
}

/* >= 1100px */
@media (min-width: 1100px) {
	:root {
		--font-size-h1: calc(44px * var(--multiplier));
		--font-size-h2: calc(36px * var(--multiplier));
		--font-size-h3: calc(30px * var(--multiplier));
		--font-size-h4: calc(26px * var(--multiplier));
		--font-size-h5: calc(22px * var(--multiplier));
		--font-size-h6: calc(18px * var(--multiplier));

		--font-size-normal: calc(16px * var(--multiplier));
		--font-size-small: calc(13px * var(--multiplier));
		--font-size-smaller: calc(13px * var(--multiplier));

		--spacing-xl: 72px;
		--spacing-lg: 56px;
		--spacing-md: 36px;
		--spacing-sm: 28px;
		--spacing-xs: 18px;
		--padding: 40px;
	}
}

/* >= 1400px */
@media (min-width: 1400px) {
	:root {
		--font-size-h1: calc(48px * var(--multiplier));
		--font-size-h2: calc(38px * var(--multiplier));
		--font-size-h3: calc(32px * var(--multiplier));
		--font-size-h4: calc(28px * var(--multiplier));
		--font-size-h5: calc(22px * var(--multiplier));
		--font-size-h6: calc(18px * var(--multiplier));

		--font-size-normal: calc(17px * var(--multiplier));
		--font-size-small: calc(13.5px * var(--multiplier));
		--font-size-smaller: calc(14px * var(--multiplier));

		--spacing-xl: 88px;
		--spacing-lg: 72px;
		--spacing-md: 48px;
		--spacing-sm: 36px;
		--spacing-xs: 20px;
		--padding: 50px;
	}
}

/* >= 1600px */
@media (min-width: 1600px) {
	:root {
		--font-size-h1: calc(52px * var(--multiplier));
		--font-size-h2: calc(42px * var(--multiplier));
		--font-size-h3: calc(36px * var(--multiplier));
		--font-size-h4: calc(30px * var(--multiplier));
		--font-size-h5: calc(24px * var(--multiplier));
		--font-size-h6: calc(20px * var(--multiplier));

		--font-size-normal: calc(18px * var(--multiplier));
		--font-size-small: calc(14px * var(--multiplier));
		--font-size-smaller: calc(14px * var(--multiplier));

		--spacing-xl: 100px;
		--spacing-lg: 80px;
		--spacing-md: 60px;
		--spacing-sm: 40px;
		--spacing-xs: 24px;
	}
}

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

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

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

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


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

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

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

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

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

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

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

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

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

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

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

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: var(--font-size-normal);
	line-height: 1.15;
	border-radius: 0 !important;
	margin: 0;

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
	box-sizing: border-box;
}

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

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: "DM Sans",-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: var(--font-size-normal);
	line-height: 1.5;
}

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

p {
	margin-bottom: 1.5em;
	font-size: var(--font-size-normal);
}

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
--------------------------------------------- */
body {
	background: #fff;
}

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


ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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


/* Forms
--------------------------------------------- */
button,
a.standard-button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	    text-decoration: none;
    width: fit-content;
	border-color: black;
	border-radius: 0;
	background: black;
	color: white;
	line-height: 1;
	padding: 10px 20px;
	font-size: var(--font-size-normal);
}

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

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

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

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

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

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

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

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

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

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

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

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

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

.main-navigation li {
	position: relative;
}

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

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

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

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


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

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

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

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

.alignright {

	/*rtl:ignore*/
	float: right;

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

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

.top-bar p {
    margin: 0;
}
.top-bar {
	background-color: var(--color-accent);
	padding: 5px 20px;
	display: flex;
}
.top-bar a {
	color: inherit;
}

.main-header-bar {
	padding: 20px max(var(--padding), calc((100% - var(--width)) / 2));
}
.main-header-bar .container {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: var(--padding);
    align-items: center;
}
.site-branding a {
    display: flex;
}
.site-branding img {
    height: 50px;
    width: auto;
}
form.search-form {
    display: flex;
    width: 100%;
	border: 1px solid #F5F5F5;
}
form.search-form input {
	flex: 1;
	border-width: 0 !important;
	border-color: #F5F5F5 !important;
	border-radius: 0 !important;
	padding: 5px 10px !important;
}
form.search-form input:focus {
	border-color: #ccc !important;
	outline: none !important;
}
button.search-submit svg {
    height: 28px;

}
button.search-submit {
	height: 46px;
	width: 46px;
	    display: flex;
		padding: 0px;
    justify-content: center;
    align-items: center;
	border: 0 !important;
	background-color: transparent;
}
.search-icon-trigger svg {
	height: 22px;
	width: 22px;
}
.search-icon-trigger {
	background-color: transparent;
	color: black;
	width: 46px;
	height: 46px;
	border: none;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0;
	cursor: pointer;
}
.header-icons {
    display: flex;
    gap: 0;
	position: relative;
	justify-content: end;
}
a.header-icon {
	color: var(--color);
		text-decoration: none;
}
a.header-icon:hover {
	background-color: var(--color) !important;
	transition-duration: 0.2s;
	color: white !important;
}
a.header-icon.my-account {
	height: 46px;
	width: 46px;
	/* background-color: var(--color-accent); */
	display: flex;
	justify-content: center;
	align-items: center;
}

a.header-icon.cart-icon {
		height: 46px;
	width: auto;
	padding: 10px;
		/* background-color: var(--color-accent); */
	display: flex;
	position: relative;
	justify-content: center;
	align-items: center;
	gap: 5px;
}
span.cart-count {
    min-width: 24px;
    text-align: center;
    line-height: 25px;
    height: 20px;
    font-size: var(--font-size-small);
    padding: 5px;
    background: #EBEBEB;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: -4px;
    left: 21px;
}

nav.menu-bar {
	padding: 0px max(var(--padding), calc((100% - var(--width)) / 2));
	border-top: 1px solid #F5F5F5;
	border-bottom: 1px solid #F5F5F5;
}
.dropdown-menu-wrapper {
    height: 46px;
    display: flex;
    align-items: center;
    gap: 10px;
    background: var(--color-accent);
    padding: 5px 20px;
	width: fit-content;
}
nav.menu-bar .container {
    display: flex;
	gap: 20px;
}
ul#main-menu {
    display: flex;
    list-style: none;
    gap: 20px;
	row-gap: 0px;
	margin: 0;
	padding: 0;
	min-height: 46px;
	flex-wrap: wrap;
	align-items: center;
}
ul#main-menu li a {
	text-decoration: none;
	color: var(--color);
	font-weight: 400;
	display: block;
	font-size: var(--font-size-normal);
}
.dropdown-menu > ul {
    margin: 0;
    padding: 0;
    list-style: none;
    background: var(--color-accent);
    position: absolute;
	display: none;
	width: 100%;
	z-index: 10;
}
.dropdown-menu-label {
	font-size: var(--font-size-normal);
}
.dropdown-menu {
	position: relative;
	cursor: pointer;
}

ul#category-menu a {
    text-decoration: none;
    color: var(--color);
    padding: 10px 20px;
    display: block;
	font-size: var(--font-size-normal);
}
ul#category-menu a:hover {
	background-color: var(--color);
	color: white;
	transition-duration: 0.2s;
}

header.entry-header {
	padding: 50px max(var(--padding), calc((100% - var(--width)) / 2));
	/* background-color: var(--color-accent); */
}
header.entry-header h1 {
	color: var(--color);
	margin: 0;
	font-weight: 300;
	font-size: var(--font-size-h1);
	text-transform: uppercase;
}
.access-text {
    display: flex;
	justify-content: center;
	width: 46px;
    align-items: center;
}

span.cart-total {
	font-size: var(--font-size-normal);
}

.top-bar p {
	font-size: var(--font-size-normal);
}

header.mobile-header-wrapper {
    position: fixed;
    left: -100%;
    top: 0;
    width: 100vw;
    background: #00000073;
    z-index: 1000;
    height: 100vh;
}


@media screen and (min-width: 1101px){
.open-menu-mobile {
	display: none;
}
header.mobile-header-wrapper {
	display: none !important;
}
}
@media screen and (max-width: 1100px){
.main-header-bar {
	padding-top: 10px;
	padding-bottom: 10px;
}
.mobile-menu-open-status header.mobile-header-wrapper {
	left: 0;
}
header.mobile-header-wrapper {
	display: block !important;
}
a.header-icon.my-account {
	height: 38px;
	width: 38px;
}
a.header-icon.cart-icon {
	height: 38px;
}
button.search-submit {
	height: 38px;
	width: 38px;
}
.site-branding img {
	height: 26px;
}
.open-menu-mobile {
    height: 38px;
    width: 42px;
	display: flex;
	justify-content: center;
	gap: 6px;
	flex-direction: column;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 7px;
	padding-right: 7px;
	align-items: end;
	background-color: var(--color-accent);
}
.open-menu-mobile > div {
	height: 3px;
	background-color: black;
}
.open-menu-mobile > div:nth-child(1) {
	width: 100%;
}
.open-menu-mobile > div:nth-child(2) {
	width: 70%;
}
.open-menu-mobile > div:nth-child(3) {
	width: 40%;
}
.mobile-header-wrapper-inner {
    height: 100%;
    width: 100%;
    max-width: 600px;
	background-color: white;
	    padding: 100px var(--padding);
}
.mobile-header-wrapper-inner .site-branding img {
	height: 55px;
}
.mobile-header-wrapper-inner .site-branding {
	margin-bottom: 20px;
}
header#masthead .menu-bar {
	display: none;
}
.mobile-header-wrapper-inner .header-icons {
    margin-top: 15px;
    margin-bottom: 20px;
	justify-content: end;
}
.mobile-header-wrapper-inner .dropdown-menu-wrapper {
	width: 100%;
}
.mobile-header-wrapper-inner .dropdown-menu > ul {
	position: relative;
}

.mobile-header-wrapper-inner ul#main-menu {
	flex-direction: column;
	align-items: start;
	gap: 0;
	padding-left: 10px;
}
.mobile-header-wrapper-inner ul#main-menu a {
	padding: 12px 0;
}

}
.mobile-header-top {
    display: flex;
    justify-content: space-between;
    align-items: start;
	gap: 20px;
}

@media screen and (max-width: 786px){
	.main-header-bar .header-search {
		display: none;
	}
	.main-header-bar .container {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.main-header-bar a.header-icon.my-account {
		display: none;
	}
	.main-header-bar .access-text {
		display: none;
	}
}
@media screen and (max-width: 480px){

}

.default-block {
	padding-left: max(var(--padding), calc((100% - var(--width)) / 2));
	padding-right: max(var(--padding), calc((100% - var(--width)) / 2));
}

.product-title-font-family {
	font-family: "Merriweather", serif;
}

.swiper-pagination-bullets {
	display: flex;
	gap: 10px;
	height: 10px;
	margin-top: 10px;
}
.baner-pagination {
	justify-content: end;
}
.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 !important;
	height: 100%;
	width: 50px;
	background-color: black;
	border-radius: 0;
}

h2.standard-global-heading {
    text-align: left;
    font-size: var(--font-size-h3);
    font-weight: 400;
    margin: 0;
    color: black;
    text-transform: uppercase;
    padding-bottom: 5px;
    border-bottom: 1px solid #cecece;
}
body a.product-link .product-image-wrapper, .woocommerce ul.products li.product .product-image-wrapper {
    height: 350px;
    width: 240px;
}
a.product-link {
    display: flex;
    flex-direction: column;
    align-items: start;
	gap: 20px;
	padding: 20px;
	text-decoration: none;
	color: inherit;
}
.product-content-wrapper {
    width: 100%;
	padding-top: 10px;
	border-top: 1px solid #DEDEDE;
}

.products-slider  {
	margin-top: 30px;
}
.default-section {
	padding-top: max(70px, var(--spacing-xl));
	padding-bottom: max(70px, var(--spacing-xl));
}
.wp-block-columns {
	padding-left: max(var(--padding), calc((100% - var(--width)) / 2));
	padding-right: max(var(--padding), calc((100% - var(--width)) / 2));
}
.default-section + .default-section {
	padding-top: 0;
}

h2.product-title {
	font-size: var(--font-size-normal);
	font-weight: 400;
	color: black;
	margin: 0;
}
.product-author {
    font-size: var(--font-size-small);
}

.product-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
	flex-wrap: wrap;
	gap: 5px;
}
h1, h2, h3, h4, h5, h6 {
	color: var(--color);
	line-height: 120%;
}
h2 {
	font-weight: 400;
	font-size: var(--font-size-h2);
}
h3 {
	font-weight: 400;
	font-size: var(--font-size-h3);
}
h4 {
	font-weight: 400;
	font-size: var(--font-size-h4);
}
h5 {
	font-weight: 400;
	font-size: var(--font-size-h5);
}
h6 {					
	font-weight: 400;
	font-size: var(--font-size-h6);
}
footer#colophon {
    background: #F6F6F6;
	padding: 50px max(var(--padding), calc((100% - var(--width)) / 2));
}
.footer-contact-item span, .footer-contact-item a {
    text-decoration: none;
    color: black;
    font-weight: 400;
    font-size: var(--font-size-normal);
}
.footer-contact-item  {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 10px;
}
.footer-columns {
    display: grid;
    grid-template-columns: 200px 8fr;
	gap: 50px;
}
footer a.custom-logo-link {
	margin-bottom: 20px;
}
.footer-menu-section h3 {
    margin: 0;
    font-size: var(--font-size-normal);
    color: black;
	text-transform: uppercase;
	padding-bottom: 10px;
	margin-bottom: 10px;
	/* border-bottom: 1px solid #DEDEDE; */
}
.footer-column.footer-column-menus {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 30px;
}
@media screen and (max-width: 1100px){
	.footer-columns {
		grid-template-columns: 1fr;
	}
	.footer-column.footer-column-menus {
		grid-template-columns: 1fr 1fr;
	}
}
@media screen and (max-width: 480px){
	.footer-column.footer-column-menus {
		grid-template-columns: 1fr;
	}
}	
ul.footer-menu {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-left: 0;
}
ul.footer-menu a {
	color: black;
	font-weight: 400;
	text-decoration: none;
	text-transform: uppercase;
}
.footer-copyright p {
    margin: 0;
	font-size: var(--font-size-normal);
}
.footer-copyright {
	padding: 10px max(var(--padding), calc((100% - var(--width)) / 2));
	background: #F0F0F0;
	text-align: center;
}
nav.breadcrumbs {
    display: flex;
    gap: 5px;
    align-items: center;
	margin-bottom:20px;
}
nav.breadcrumbs a, nav.breadcrumbs span {
	text-decoration: none;
	opacity: 0.6;
	color: var(--color);
	font-size: var(--font-size-small);
}
form.woocommerce-ordering {
    margin: 0 !important;
}
.woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count, .woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
	float: unset !important;
	margin: 0;
}
.shop-loop-header {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
	align-items: center;
	margin-bottom: 20px;
}
.woocommerce-notices-wrapper {
    grid-column: -1 / 1;
}
p.woocommerce-result-count {
    font-size: var(--font-size-small);
    color: var(--color);
    opacity: 0.6;
}
select.orderby {
    padding: 10px;
    background: var(--color-accent);
	border: none;
	font-size: var(--font-size-normal);
}
.shop-loop-header-orderby {
    display: flex;
    justify-content: end;
}
form.woocommerce-ordering {
    padding-right: 10px;
    background: var(--color-accent);
}
select.orderby:focus {
	outline: none;
}
.woocommerce-notices-wrapper {
    margin-top: 20px;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	clear: both !important;
	float: unset !important;
	width: 100% !important;
		margin: 0 !important;
}
.woocommerce .products ul::after, .woocommerce .products ul::before, .woocommerce ul.products::after, .woocommerce ul.products::before {
	content: none;
}
ul.products.columns-4 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
	padding: 0;
	margin: 0;

}
.sale-indicator {
    background: var(--color);
    color: white;
    padding: 10px;
    width: 55px;
	height: 55px;
	justify-content: center;
	align-items: center;
	border-radius: 100%;
	display: flex;
    text-align: center;
    position: absolute;
    top: 10px;
	font-size: var(--font-size-normal);
    right: 0;
}
@media screen and (max-width: 1023px){
	ul.products.columns-4 {
		grid-template-columns: 1fr 1fr 1fr;
	}
	body a.product-link .product-image-wrapper, .woocommerce ul.products li.product .product-image-wrapper {
		height: 250px;
		width: 178px;
	}
}
@media screen and (max-width: 550px){
	ul.products.columns-4 {
		grid-template-columns: 1fr 1fr;
	}
	body a.product-link .product-image-wrapper, .woocommerce ul.products li.product .product-image-wrapper {
		height: 200px;
		width: 142px;
	}
	a.product-link {
		padding: 0;
	}
	.sale-indicator {
		top: 0;
		padding: 6px 8px;
		width: 50px;
		height: 50px;
	}
	.product-icons svg {
		height: 18px;
		width: auto;
	}
}
@media screen and (max-width: 500px){
	.shop-loop-header {
		grid-template-columns: 1fr;
		gap: 10px;
	}
	.woocommerce .woocommerce-ordering {
		width: 100%;
	}
	.woocommerce .woocommerce-ordering select {
		width: 100%;
	}
}
@media screen and (max-width: 400px){
	body a.product-link .product-image-wrapper, .woocommerce ul.products li.product .product-image-wrapper {
		height: 160px;
		width: 114px;
	}
	.product-meta {
		flex-direction: column;
		align-items: start;
		gap: 2px;
	}
}
nav.woocommerce-breadcrumb {
    display: none;
}
header#masthead {
    position: relative;
    z-index: 10;
}
.product-price {
	font-size: var(--font-size-normal);
}
.product-price ins {
    background: transparent;
    color: red;
    font-weight: 400;
}


.product-image-wrapper {
	perspective: 2000px;
	position: relative;
	width: 100%;
}

.product-image-inner {
	position: relative;
	width: 100%;
	height: 100%;
	transition: transform 0.8s;
	transform-style: preserve-3d;
}

li.product:hover .product-image-inner {
	/* transform: rotateY(-180deg); */
	scale: 1.05;
	transition: scale 0.3s ease-in-out;
}
li.product:hover .product-content-wrapper{
	border-color: var(--color);
}

.product-image-front,
.product-image-back {
	width: 100%;
	height: 100%;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.product-image-front {
	transform: translateZ(25px);
	/* box-shadow: -15px 0 25px rgba(0, 0, 0, 0.2), 15px 0 25px rgba(0, 0, 0, 0.1); */
}

.product-image-back {
	transform: rotateY(180deg) translateZ(25px);
	/* box-shadow: -15px 0 25px rgba(0, 0, 0, 0.2), 15px 0 25px rgba(0, 0, 0, 0.1); */
}

.product-image-front img,
.product-image-back img {
	display: block;
	width: 100%;
	height: auto;
	/* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15); */
}
.woocommerce ul.products li.product a img {
	width: auto;
	height: 100%;
	margin: 0;
}

.product-layout-two-columns {
    display: grid;
    grid-template-columns: calc((100% - calc(var(--padding) * 1.5)) * 0.4) calc((100% - calc(var(--padding) * 1.5)) * 0.6);
	gap: calc(var(--padding) * 1.5);
}
nav.breadcrumbs {
    display: flex;
    gap: 5px;
    align-items: center;
	text-transform: uppercase;
    flex-wrap: wrap;
    row-gap: 0;
}
.product-info-column {
	padding-top: var(--padding);
	padding-bottom: var(--padding);
}
h1.product_title.entry-title {
    font-size: var(--font-size-h1);
    font-weight: 400;
	margin: 0;
}
.product-header-section {
    display: grid;
    gap: 20px;
}
.product-categories {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.product-categories a {
	font-size: var(--font-size-normal);
	padding: 8px 10px;
	background-color: var(--color-accent);
	color: black;
	text-decoration: none;
	display: block;
	text-transform: lowercase;
}
.weblance-book-variant-box {
    padding: 10px 20px;
    border: 1px solid #E9E9E9;
    max-width: 400px;
	position: relative;
}
.weblance-book-variant-box:hover {
	cursor: pointer;
	background-color: #F5F5F5;
	transition-duration: 0.2s;
}
.weblance-book-variants {
    display: grid;
    gap: 10px;
	margin-top: var(--padding);
}
.weblance-book-variant-box.selected {
	background-color: #E9E9E9;	
}
.weblance-book-variant-box .weblance-variant-name::before {
	content: '';
	display: flex;
	align-items: center;
	justify-content: center;
	width: 25px;
	height: 25px;
	background: white;
	border: 1px solid var(--color);
	flex: none;
}
.weblance-book-variant-box.selected .weblance-variant-name::before {
	content: url('data:image/svg+xml;utf8,<svg fill="white" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" width="15" height="15"><path d="M7.629 15.314a1 1 0 0 1-1.414 0l-4.243-4.243a1 1 0 1 1 1.414-1.414l3.536 3.535 7.778-7.778a1 1 0 1 1 1.414 1.414l-8.485 8.486z"/></svg>');
	display: flex;
	align-items: center;
	justify-content: center;
	width: 25px;
	height: 25px;
	background: var(--color);
	border: 1px solid var(--color);
	flex: none;
}
.weblance-variant-name {
    display: flex;
    gap: 10px;
    align-items: center;
	margin-bottom: 5px;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button {
    font-size: 100%;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: 10px 20px;
    font-weight: 400;
    border-radius: 0;
    left: auto;
    color: var(--color);
    background-color: #e9e6ed;
    border: 1px solid var(--color);
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
    background: white;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
	background-color: var(--color-accent);
	outline: none !important;
}
.weblance-variant-price ins {
    background: transparent;
    color: red;
}
.woocommerce-variation-add-to-cart {
    margin-top: 20px;
    display: flex;
	gap: 10px;
	flex-wrap: wrap;
    align-items: center;
}
input.qty {
    height: 50px;
    width: 50px;
    border: 1px solid black;
    color: black;
	margin-right: 0;
}
.single_add_to_cart_button {
	background-color: var(--color);
	height: 50px;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled]:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled]:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled]:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:disabled[disabled]:hover {
	background: var(--color);
	opacity: 0.1;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:hover {
	background-color: var(--color);
}
.product-info-column > .price {
    margin: 0;
    margin-top: var(--padding);
    margin-bottom: 20px;
}
.product-info-column > .price ins {
	background: transparent;
	color: red;
	font-weight: 400;
}
.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(--color);
	font-weight: 400;
	font-size: var(--font-size-normal);
}
.woocommerce div.product p.price ins, .woocommerce div.product span.price ins {
	background: transparent;
	color: red;
	font-weight: 400;
}
table.variations tr {
    display: grid;
}
table.variations tr td, table.variations tr th {
	display: block;
}
table.variations label {
    font-weight: 400 !important;
    color: var(--color);
    font-variant: var(--font-size-normal) !important;
}
th.label {
    display: flex !important;
    align-items: start;
}
table.variations select {
    padding: 10px;
    border: 1px solid black;
}
table.variations {
	max-width: 400px;
}



@media screen and (max-width: 1250px){
	.product-layout-two-columns {
		grid-template-columns: calc((100% - calc(var(--padding) * 1.5)) * 0.3) calc((100% - calc(var(--padding) * 1.5)) * 0.7);
	}
}

.product-gallery-swiper, .single-product-image {
	position: sticky;
	top: var(--padding);
}

.single-product-image {
	display: flex;
	flex-direction: column;
	align-items: end;
}


section.related.products > h2 {
    text-align: center;
}

table.book-info-table th {
    text-align: left;
    font-weight: 400;
    color: black;
	font-size: var(--font-size-h6);
}

table.book-info-table {
	margin-bottom: 20px;
	width: 100%;
	border-collapse: collapse;
}

table.book-info-table td {
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
table.book-info-table td {
	font-size: var(--font-size-normal);
}
table.book-info-table tr td:first-child {
	padding-right: 20px;
	width: 200px;
	vertical-align: top;
}
table.book-info-table tr td:last-child {
	font-weight: 400;
	color: var(--color);
	text-align: right;
	line-height: 130%;
}
.woocommerce-Tabs-panel h2 {
    display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding-left: 5px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    color: var(--color);
    background: var(--color-accent);
	border: 1px solid var(--color);
	border-bottom: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
	color: var(--color);
	font-weight: 400;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
	border-radius: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
	display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after {
	display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding-left: 5px;
    border-bottom: 1px solid black;
}

.product-layout-two-columns-second {
	display: grid;
	grid-template-columns: calc((100% - calc(var(--padding) * 1.5)) * 0.4) calc((100% - calc(var(--padding) * 1.5)) * 0.6);
	gap: calc(var(--padding) * 1.5);
}

@media screen and (max-width: 1250px){
	.product-layout-two-columns-second {
		grid-template-columns: calc((100% - calc(var(--padding) * 1.5)) * 0.5) calc((100% - calc(var(--padding) * 1.5)) * 0.5);
	}
	table.book-info-table tr td:first-child {
		width: 150px;
	}
	.product-categories {
		gap: 10px;
	}
}
@media screen and (max-width: 786px){
	.product-layout-two-columns-second {
		grid-template-columns: 1fr;
	}
	table.book-info-table tr td:first-child {
		width: auto;
	}
}

@media screen and (max-width: 550px){
	.product-layout-two-columns {
		grid-template-columns: 1fr;
	}
}

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
	width: 100%;
	float: unset;
}

.cart-page-two-columns {
    display: grid;
	margin-top: 50px;
	grid-template-columns: calc((100% - calc(var(--padding))) * 0.55) calc((100% - calc(var(--padding))) * 0.45);
	gap: calc(var(--padding));
}
@media screen and (max-width: 786px){
	.cart-page-two-columns {
		grid-template-columns: 1fr;
		gap: 50px;
	}
}
form.checkout.woocommerce-checkout {
	    display: grid;
	margin-top: 20px;
	grid-template-columns: calc((100% - calc(var(--padding))) * 0.55) calc((100% - calc(var(--padding))) * 0.45);
	gap: calc(var(--padding));
}
@media screen and (max-width: 786px){
	form.checkout.woocommerce-checkout {
		grid-template-columns: 1fr;
		gap: 50px;
	}
}
.cart-products-column h2, .cart-summary-column h2, .weblance-login-before-checkout h2, form.checkout.woocommerce-checkout h3, section.woocommerce-order-details h2, section.woocommerce-customer-details h2, .woocommerce-Address-title h2 {
    font-size: var(--font-size-h4);
    font-weight: 400;
    margin: 0;
	margin-bottom: 20px;
}
.cart_totals h2 {
    display: none;
}

.cart-product-item {
    padding: 20px;
    border: 1px solid #e9e9e9;
	@media screen and (max-width: 480px){
		padding: 10px;
	}
}


.product-thumbnail img {
    height: 120px;
	width: 80px;
    object-fit: contain;
    object-position: left;
}
.cart-product-item {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 20px;
}
.product-title a {
    text-decoration: none;
    color: black;
    font-size: var(--font-size-normal);
}
.cart-product-prices {
    display: flex;
    align-items: center;
    gap: 10px;
	margin-top: 10px;
}
.cart-product-prices .quantity .qty {
	width: 35px;
	height: 32px;
	font-size: var(--font-size-small);
}
.product-remove {
    display: flex;
    height: 30px;
    width: 30px;
    border: 1px solid #CFCFCF;
    position: absolute;
    top: 10px;
    right: 10px;
	justify-content: center;
	align-items: center;
}
.woocommerce a.remove {
	color: #CFCFCF !important;
}
.cart-product-item {
	position: relative;
	padding-right: 50px;
}

.cart-product-item:not(:last-child) {
	margin-bottom: 20px;
}
.cart-product-item .product-icons {
    display: flex;
    align-items: center;
	margin-top: 10px;
    gap: 5px;
}
.cart-product-item .product-icons span {
	font-size: var(--font-size-small);
}
.coupon {
    display: flex;
    gap: 10px;
    width: 100%;
	flex-wrap: wrap;
}
input#coupon_code {
    border: 1px solid black;
    padding: 5px 10px;
	width: 100%;
	height: 40px;
	flex: 1;
}
button[name=apply_coupon] {
	flex: none;
}
button[name=update_cart] {
	margin-top: 10px !important;
	width: 100%;
	display: block;
}
p#coupon-error-notice {
    width: 100%;
	margin: 0;
}
.cart-actions {
    margin-top: 20px;
}

table.shop_table.shop_table_responsive th, table.shop_table.shop_table_responsive td {
    border: none !important;
    border-bottom: 1px solid #CFCFCF !important;
	font-size: var(--font-size-normal) !important;
	font-weight: 400 !important;
}
table.shop_table.shop_table_responsive td *{
	
	font-size: var(--font-size-normal) !important;
	font-weight: 400 !important;
	text-align: left;
}
table.shop_table.shop_table_responsive {
	border: none;
}
a.shipping-calculator-button {
    color: var(--color);
}

ul.woocommerce-shipping-methods li label::before,
.cart-payment-methods-row label::before {
	content: '';
	height: 22px;
	width: 22px;
	border: 1px solid var(--color);
	flex: none;
	position: absolute;
	left: 0;
	top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

ul.woocommerce-shipping-methods li label,
.cart-payment-methods-row label {
	display: flex;
	gap: 5px;
	position: relative;
	padding-left: 30px;
}

ul.woocommerce-shipping-methods li input:checked + label::before,
.cart-payment-methods-row input:checked + label::before {
	background: var(--color);
	content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="11" viewBox="0 0 14 11" fill="none"><path d="M13 1L4.75 9.25L1 5.5" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}

ul#shipping_method li input,
.cart-payment-methods-row input {
	display: none;
}
button.btn.button.select-paczkomat-button {
    margin-bottom: 10px;
    margin-top: 10px;
}
.payment_box p {
	margin: 0;
	line-height: calc(1.2 * var(--font-size-normal));
}

@media only screen and (max-width: 768px) {
    .woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {
        content: attr(data-title) ": ";
        font-weight: 400;
        float: left;
        color: var(--color);
    }
	.woocommerce table.shop_table_responsive  tr.woocommerce-shipping-totals.shipping td::before, 
	.woocommerce-page table.shop_table_responsive tr.woocommerce-shipping-totals.shipping td::before,
	.woocommerce table.shop_table_responsive  tr.cart-payment-methods-row td::before, 
	.woocommerce-page table.shop_table_responsive tr.cart-payment-methods-row td::before {
		display: none;
		content: none;
	}
	.woocommerce table.shop_table_responsive tbody tr.woocommerce-shipping-totals.shipping th, 
	.woocommerce-page table.shop_table_responsive tbody tr.woocommerce-shipping-totals.shipping th,
	.woocommerce table.shop_table_responsive tbody tr.cart-payment-methods-row th, 
	.woocommerce-page table.shop_table_responsive tbody tr.cart-payment-methods-row th {
		display: block;
		width: 100%;
		border-bottom: none !important;
	}
	.woocommerce ul#shipping_method li label {
		display: block;
		text-align: left;
	}
	.woocommerce ul#shipping_method li {
		margin-bottom: 10px
	}
	.woocommerce ul#shipping_method li img {
		height: 20px !important;
		margin: 0;
		width: auto;
	}
	table.shop_table.shop_table_responsive td label {
		margin-left: 0 !important;
	}
	.woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
		background: transparent !important;
	}
	p.woocommerce-shipping-destination {
    text-align: left;
}
.woocommerce-shipping-calculator {
	text-align: left;
}
tr.cart-payment-methods-row td {
    padding-top: 0 !important;
}
input[id^="payment_method_p24-"] + label img {
    max-height: 30px;
    height: 19px;
    margin: 0;
    margin-left: 5px;
}
}


#add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
	padding: 15px;
	font-size: var(--font-size-normal);
	background-color: #ededed;
	color: var(--color);
	border: none;
}
table.shop_table.shop_table_responsive label {
    cursor: pointer;
}

.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
    border: none;
    padding: 0;
    margin: 0;
    text-align: left;
    border-radius: 0;
}
div#customer_login {
    margin-top: 50px;
}

a {
	color: var(--color);
}
div#customer_login {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
	gap: 50px;
}

.woocommerce .col2-set::after, .woocommerce .col2-set::before, .woocommerce-page .col2-set::after, .woocommerce-page .col2-set::before {
	content: none
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
	width: 100%;
	float: unset;
}
.divider-login {
    display: flex;
    flex-direction: column;
    gap: 10px;
	align-items: center;
}
.verti-divider-line {
    height: 100%;
    flex: 1;
    width: 1px;
    background: var(--color);
}
button.button.alt {
    border: none;
	padding: 15px 20px;
    background-color: var(--color-accent) !important;
	color: var(--color) !important;
}
#loginform
button.woocommerce-button.button.woocommerce-form-login__submit {
    background: var(--color);
    color: white;
}
.divider-login-hori {
    display: flex;
    gap: 10px;
    align-items: center;
}
.hori-divider-line {
	height: 1px;
	flex: 1;
	background: var(--color);
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
	margin-bottom: 10px;
}
.woocommerce-info {
	border-top-color: var(--color);
}
.woocommerce-info::before {
	color: var(--color);
}

.woocommerce-billing-fields input {
    border-color: #B5B5B5 !important;
}
.select2-container .select2-dropdown, .select2-container .select2-selection {
	border-color: #B5B5B5 !important;
	border-radius: 0;
}
.woocommerce table.shop_table {
    border: none;
    margin: 0 -1px 24px 0;
    text-align: left;
    width: 100%;
    border-collapse: separate;
    border-radius: 0;
}
tr.cart-subtotal td, tr.cart-subtotal th {
    border: none !important;
}

tfoot td, tfoot th {
    font-weight: 400 !important;
	vertical-align: baseline !important;
}

.woocommerce table.shop_table .cart-products-list {
    margin-bottom: 20px;
}
button#weblance-custom-place-order {
    width: 100%;
    background: var(--color) !important;
    color: white !important;
}
p#billing_postcode_field, p#billing_email_field {
    float: left;
	clear: both !important;
    width: calc(50% - 10px);
}
p#billing_city_field, p#billing_phone_field {
    float: right;
	clear: none;
    width: calc(50% - 10px);
}
.woocommerce-NoticeGroup {
    grid-column: -1 / 1;
}
.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
	width: calc(50% - 10px);
}

label input[type=checkbox] {
    display: none !important;
}
label input[type=checkbox] + span {
	position: relative;
	padding-left: 30px;
}
label input[type=checkbox] + span::before {
    content: '';
    height: 22px;
    width: 22px;
    border: 1px solid var(--color);
    flex: none;
	font-size: 17px;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
label input[type=checkbox]:checked + span::before {
	background: var(--color);
	content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="11" viewBox="0 0 14 11" fill="none"><path d="M13 1L4.75 9.25L1 5.5" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}

.form-row {
	padding: 0 !important;
}

.woocommerce-form__label span {
	font-size: var(--font-size-normal);
}
div#payment {
    display: none !important;
}
ul.order_details {
    padding: 0;
}
form.p24-payment-container {
    margin-bottom: 50px !important;
}
div#p24-payment-status h4 {
    font-size: var(--font-size-h5);
    margin: 0;
    margin-top: 20px;
}
.woocommerce-order-overview strong {
    font-weight: 500;
}

.woocommerce .woocommerce-customer-details address {
	border-radius: 0;
	padding: 0;
	border: none;
}
p.woocommerce-customer-details--phone {
    margin: 0;
}
p.woocommerce-customer-details--email {
    margin: 0;
}
.woocommerce table.shop_table th {
    font-weight: 500;
}
@media screen and (max-width: 786px){
	div#customer_login {
		grid-template-columns: 1fr;
		gap: 20px;
	}
	div#customer_login .u-column1.col-1 {
		margin-bottom: 30px;
	}
	.divider-login {
		flex-direction: row;
	}
	.verti-divider-line {
		width: 100%;
		height: 1px;
	}
}

.entry-content {
		padding-left: max(var(--padding), calc((100% - var(--width)) / 2));
	padding-right: max(var(--padding), calc((100% - var(--width)) / 2));
	padding-bottom: 50px;
}

.entry-content .default-block {
	padding-left: 0;
	padding-right: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation, .woocommerce-account .woocommerce-MyAccount-content {
	width: 100%;
	float: unset;
}

nav.woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding: 0;
	flex-wrap: wrap;
    margin: 0;
    display: flex;
	margin-top: 50px;
}

nav.woocommerce-MyAccount-navigation ul a {
	padding: 15px 30px;
	display: block;
	font-size: var(--font-size-normal);
	text-decoration: none;
	border-bottom: 1px solid black;
}
nav.woocommerce-MyAccount-navigation ul li.is-active a {
	background-color: var(--color-accent);
}
.woocommerce-account .addresses .title .edit {
	float: unset;
}
.u-columns.woocommerce-Addresses.col2-set.addresses {
    display: grid;
    gap: 50px;
}
.autor-single-container {
    display: grid;
    grid-template-columns: 3fr 8fr;
    gap: var(--padding);
    padding-top: 50px;
    padding-bottom: 50px;
}
ul.autor-categories {
    display: flex;
    gap: 10px;
    list-style: none;
    padding: 0;
    margin: 0;
    flex-wrap: wrap;
	margin-bottom:var(--padding);
}
ul.autor-categories a {
	padding: 10px;
	display: block;
	background-color: var(--color-accent);
	text-decoration: none;
}
@media screen and (max-width: 786px){
	.autor-single-container {
		grid-template-columns: 1fr;
	}
	.autor-image {
		max-width: 280px;
	}
}
li.product {
    list-style: none;
    padding: 0;
    margin: 0;
}
section.autor-products-grid.block--custom.default-block.default-section {
    padding-top: 0;
}
.person-row img {
    height: 25px !important;
    width: 25px !important;
	filter: grayscale(1);
    object-fit: cover;
}
.person-row {
    display: flex;
    align-items: center;
    justify-content: end;
}

.search-results-dropdown {
	position: absolute;
	background: white;
	z-index: 10;
	border: 1px solid var(--color-accent);
	box-shadow: 0 4px 8px rgba(0,0,0,0.1);
	max-height: 400px;
	overflow-y: auto;
	width: 100%;
	/* Custom scrollbar for Webkit browsers */
	scrollbar-width: thin;
	scrollbar-color: #bdbdbd #f6f6f6;
}
.search-results-dropdown::-webkit-scrollbar {
	width: 10px;
	background: #f6f6f6;
	border-radius: 0;
}
.search-results-dropdown::-webkit-scrollbar-thumb {
	background: linear-gradient(135deg, #e0e0e0 0%, #bdbdbd 100%);
	border-radius: 0;
	border: 2px solid #f6f6f6;
}
.search-results-dropdown::-webkit-scrollbar-thumb:hover {
	background: linear-gradient(135deg, #bdbdbd 0%, #888 100%);
}
.search-results-dropdown::-webkit-scrollbar-corner {
	background: #f6f6f6;
}
.header-search {
    position: relative;
}
ul.weblance-live-search-list {
    padding: 0;
    margin: 0;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 15px;
	padding: 15px;
	list-style: none;
}
li.weblance-live-search-item a {
    display: grid;
    grid-template-columns: 70px 1fr;
    padding: 10px;
    border: 1px solid var(--color-accent);
    gap: 10px;
	text-decoration: none;
}
span.weblance-search-title {
    font-size: var(--font-size-small);
}
.weblance-search-info {
    padding-top: 5px;
    display: flex;
	flex-direction: column;
}
span.weblance-search-price * {
    font-size: var(--font-size-small);
}
ins {
    background: transparent;
    color: red;
}
li.weblance-live-search-search-btn {
    grid-column: -1 / 1;
}
a.button.button-search-more {
    padding: 10px;
    display: block;
    background: var(--color-accent);
    text-align: center;
    text-decoration: none;
}

.mockup-data .weblance-search-title {
    height: 20px;
    width: 100%;
    background: var(--color-accent);
}
.mockup-data span.weblance-search-price {
	height: 20px;
	width: 100px;
	margin-top: 5px;
	background: var(--color-accent);
}

.mockup-data .weblance-search-image {
	width: 70px;
	height: 100px;
	background-color: var(--color-accent);
}

/* Skeleton Loading Animation */
@keyframes skeleton-loading {
	0% {
		background-position: -200px 0;
		filter: brightness(1);
	}
	50% {
		background-position: -50px 0;
		filter: brightness(0.9);
	}
	100% {
		background-position: calc(200px + 100%) 0;
		filter: brightness(1);
	}
}

.skeleton {
	animation: skeleton-loading 1.2s infinite linear;
}


@media screen and (max-width: 900px){
	ul.weblance-live-search-list {
		grid-template-columns: 1fr;
	}
}

form#woocommerce-checkout-form-coupon {
    display: flex;
    gap: 10px;
}
p.form-row.form-row-first {
    margin: 0;
}

section.newsletter-section {
    padding-left: max(var(--padding), calc((100% - var(--width)) / 2));
    padding-right: max(var(--padding), calc((100% - var(--width)) / 2));
    padding-top: 30px;
    padding-bottom: 30px;
	background-color: var(--color);
}
h2.newsletter-title {
    margin: 0;
    color: white;
}
.newsletter-inner {
    display: flex;
    justify-content: space-between;
    gap: 100px;
	flex-wrap: wrap;
}
@media screen and (max-width: 991px) {
	.newsletter-inner {
		gap: 20px;
	}
}

.newsletter-social-icons svg {
    color: white;
}
div.tnp-subscription, form.tnp-subscription, form.tnp-profile {
    margin: 0 !important;
}
.tnp-field.tnp-field-email label {
    display: none;
}
.newsletter-desc {
    color: white;
}

/* Search overlay - desktop only */
@media (max-width: 991px) {
	.search-icon-trigger { display: none !important; }
}
.search-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.5);
	z-index: 99999;
	align-items: flex-start;
	justify-content: center;
	padding: 2rem;
	overflow-y: auto;
}
.search-overlay.is-open {
	display: flex;
}
.search-overlay-inner {
	background: #fff;
	width: 100%;
	max-width: var(--width);
	padding: 2rem;
	margin-top: 4rem;
	position: relative;
	border-radius: 0px;
}
.search-overlay-close {
	position: fixed;
	top: 1.5rem;
	right: 1.5rem;
	padding: 0;
	background: #fff;
	border: none;
	color: black;
	width: 44px;
	height: 44px;
	border-radius: 0px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 100000;
	box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}
.search-overlay-close:hover {
	background: #f5f5f5;
}

@media screen and (max-width: 991px) {
	.search-overlay-close {
		display: none;
	}
}

.current_page_item a, .current-menu-item a{
    background: black !important;
    color: white !important;
	padding: 0 4px;
}
.newsletter-shortcode-wrapper {
    margin-top: 20px;
}
.tnp-field.tnp-privacy-field {
    color: var(--color-accent);
}
.tnp-subscription input.tnp-submit, .tnp-profile input.tnp-submit, .tnp-unsubscribe button.tnp-submit, .tnp-reactivate button.tnp-submit {
	background-color: var(--color-accent) !important;
	color: black !important;
}
.newsletter-desc {
    max-width: 600px;
}
.newsletter-social-icons a {
    display: flex;
}
.newsletter-social-icons {
	display: flex;
	gap: 10px;
}
.newsletter-social-icons a svg {
	width: 32px;
	height: 32px;
}
.tnp-privacy-field {
	display: flex;
	align-items: center;
	gap: 8px;
}
.tnp-privacy-field label {
	display: flex !important;
	align-items: center;
	gap: 8px;
	cursor: pointer;
	position: relative;
}
.tnp-privacy-field input[type=checkbox] {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	opacity: 0;
	width: 24px;
	height: 24px;
	margin: 0;
	cursor: pointer;
	z-index: 1;
}
.tnp-privacy-field label::before {
	content: "";
	display: block;
	flex-shrink: 0;
	width: 24px;
	height: 24px;
	border: 1px solid white;
	border-radius: 4px;
	background: transparent;
	transition: background-color 0.2s, border-color 0.2s;
}
.tnp-privacy-field label:has(input:checked)::before {
	background-color: white;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");
	background-size: 14px;
	background-position: center;
	background-repeat: no-repeat;
}
.tnp-privacy-field label {
    display: flex;
}
p.product-hi-res-download a {
    border: none !important;
    border-bottom: 1px solid black !important;
    padding: 5px 10px !important;
    height: auto !important;
}
.autor-title {
    font-size: var(--font-size-h5) !important;
}
.footer-logo img {
    width: 100%;
}
ul.footer-menu.footer-menu-with-image {
    padding: 0;
    margin: 0;
    font-size: 12px;
}
.product-author a {
    text-decoration: none;
    font-size: var(--font-size-normal);
}