@charset "UTF-8";
/*!
Theme Name: restauracja
Theme URI: http://underscores.me/
Author: Mateusz Krzak
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: restauracja
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

restauracja is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

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

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

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

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

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

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

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
	box-sizing: border-box;
}

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

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

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

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

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

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

big {
	font-size: 125%;
}

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

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #82696b;
	text-decoration: none;
}

a:hover, a:focus, a:active {
	text-decoration: underline;
}

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

html {
	scroll-behavior: smooth;
	scroll-padding-top: 70px;
}

@media (min-width: 760px) {
	html {
		scroll-padding-top: 100px;
	}
}

body {
	background: #fff;
	font-family: 'Plus Jakarta Sans', sans-serif;
	font-optical-sizing: auto;
	color: #171212;
}

.container {
	max-width: 1000px;
	padding: 0 20px;
	margin: 0 auto;
}

.container--fluid {
	max-width: 100%;
	padding: 0 40px;
}

.site-main {
	padding: 36px 0;
}

@media (max-width: 768px) {
	.site-main {
		padding: 20px 0;
	}
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
.header {
	background-color: #fff;
	border-bottom: 1px solid #e5e8eb;
	position: sticky;
	top: 0;
	z-index: 1000;
	width: 100%;
}

.header__container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 65px;
}

@media (max-width: 768px) {
	.header__container {
		min-height: 60px;
	}
}

.header__brand {
	flex-shrink: 0;
	z-index: 1001;
}

.header__logo img {
	max-height: 40px;
	width: auto;
}

.header__site-title {
	margin: 0;
	font-size: 1.5rem;
	font-weight: 700;
	color: #333;
}

.header__site-link {
	text-decoration: none;
	color: inherit;
	transition: color 0.3s ease;
}

.header__site-link:hover {
	color: #043c5a;
}

.header__nav {
	font-size: 14px;
	flex: 1;
	display: flex;
	justify-content: center;
}

@media (max-width: 768px) {
	.header__nav {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		background-color: #fff;
		z-index: 1000;
		transform: translateX(-100%);
		transition: transform 0.3s ease;
		opacity: 0;
		visibility: hidden;
		justify-content: flex-start;
		align-items: flex-start;
		padding: 80px 20px 20px;
	}
	.header__nav--active {
		transform: translateX(0);
		opacity: 1;
		visibility: visible;
	}
}

.header__menu {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	gap: 2rem;
}

@media (max-width: 768px) {
	.header__menu {
		flex-direction: column;
		gap: 1.5rem;
		width: 100%;
	}
}

.header__menu li {
	position: relative;
}

.header__menu li a {
	text-decoration: none;
	color: #333;
	font-weight: 500;
	padding: 0.5rem 0;
	transition: color 0.3s ease;
	display: block;
}

@media (max-width: 768px) {
	.header__menu li a {
		font-size: 1.1rem;
		padding: 1rem 0;
		border-bottom: 1px solid #eee;
	}
}

.header__menu li a:hover {
	color: #043c5a;
}

.header__menu li.current-menu-item > a,
.header__menu li.current_page_item > a {
	color: #043c5a;
}

.header__menu li.menu-item-has-children > a::after {
	content: '▼';
	font-size: 0.7rem;
	margin-left: 0.5rem;
	transition: transform 0.3s ease;
}

.header__menu li.menu-item-has-children:hover > a::after {
	transform: rotate(180deg);
}

.header__menu li.menu-item-has-children .sub-menu {
	position: absolute;
	top: 100%;
	left: 0;
	background: #fff;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	min-width: 200px;
	opacity: 0;
	visibility: hidden;
	transform: translateY(-10px);
	transition: all 0.3s ease;
	z-index: 1001;
}

@media (max-width: 768px) {
	.header__menu li.menu-item-has-children .sub-menu {
		position: static;
		box-shadow: none;
		transform: none;
		opacity: 1;
		visibility: visible;
		margin-left: 1rem;
	}
}

.header__menu li.menu-item-has-children .sub-menu li a {
	padding: 0.75rem 1rem;
	white-space: nowrap;
}

@media (max-width: 768px) {
	.header__menu li.menu-item-has-children .sub-menu li a {
		padding: 0.5rem 0;
		font-size: 1rem;
	}
}

.header__menu li.menu-item-has-children:hover .sub-menu {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.header__mobile-toggle {
	display: none;
	background: none;
	border: none;
	cursor: pointer;
	padding: 0.5rem;
	z-index: 1001;
}

@media (max-width: 768px) {
	.header__mobile-toggle {
		display: block;
	}
}

.header__mobile-toggle--active .header__hamburger-line:nth-child(1) {
	transform: rotate(45deg) translate(6px, 6px);
}

.header__mobile-toggle--active .header__hamburger-line:nth-child(2) {
	opacity: 0;
}

.header__mobile-toggle--active .header__hamburger-line:nth-child(3) {
	transform: rotate(-45deg) translate(6px, -6px);
}

.header__hamburger {
	width: 24px;
	height: 18px;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.header__hamburger-line {
	width: 100%;
	height: 2px;
	background-color: #333;
	transition: all 0.3s ease;
	transform-origin: center;
}

.header__cart {
	flex-shrink: 0;
	margin-left: 1rem;
}

@media (max-width: 768px) {
	.header__cart {
		margin-left: 0.5rem;
	}
}

.header__cart-link {
	display: flex;
	align-items: center;
	text-decoration: none;
	color: #333;
	position: relative;
	padding: 10px;
	transition: color 0.3s ease;
	background-color: #f5f0f0;
	border-radius: 20px;
}

.header__cart-link:hover {
	color: #043c5a;
}

.header__cart-icon {
	width: 24px;
	height: 24px;
}

.header__cart-count {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 0px 5px;
	background: #b1d75e;
	border-radius: 999px;
	font-weight: 700;
	font-size: 10px;
	min-width: 20px;
	min-height: 20px;
	margin-left: 5px;
}

.banner__link {
	display: block;
	position: relative;
	padding-bottom: 75%;
	width: 100%;
	overflow: hidden;
	border-radius: 12px;
	z-index: 2;
}

@media (min-width: 768px) {
	.banner__link {
		padding-bottom: 50%;
	}
}

.banner__link:hover img {
	transform: scale(1.05);
}

.banner__link img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	z-index: -1;
	transition: transform 0.3s ease-in-out;
}

.banner__text {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 10px 10px;
	background: #043c5a;
	border-radius: 24px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 90%;
	width: 100%;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
}

@media (min-width: 768px) {
	.banner__text {
		max-width: 420px;
		padding: 15px 16px;
	}
}

.image-text-row {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 24px;
	padding: 0 16px;
}

@media (max-width: 580px) {
	.image-text-row {
		grid-template-columns: 1fr;
	}
}

.image-text-row__content {
	color: #876363;
	font-size: 14px;
}

.image-text-row__content h1,
.image-text-row__content h2,
.image-text-row__content h3,
.image-text-row__content h4,
.image-text-row__content h5,
.image-text-row__content h6 {
	color: #171212;
	margin-bottom: 0.35em;
}

.image-text-row__content p:first-of-type {
	margin-top: 0;
}

.image-text-row__content p:last-of-type {
	margin-bottom: 0;
}

.image-text-row__image {
	padding-bottom: 75%;
	position: relative;
	overflow: hidden;
	border-radius: 12px;
}

.image-text-row__image-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top center;
	transition: transform 0.3s ease-in-out;
}

.section__title {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	padding: 12px 16px;
	border-bottom: 1px solid #e6e8eb;
	font-weight: 700;
	font-size: 22px;
	line-height: 28px;
}

.items-grid-list {
	padding: 16px;
	margin: 0;
	list-style-type: none;
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
	grid-gap: 12px;
}

.items-grid-list--large {
	grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}

.items-grid-list--large .items-grid-list__item {
	padding-bottom: 75%;
}

.items-grid-list__item {
	position: relative;
	padding-bottom: 100%;
	overflow: hidden;
	border-radius: 12px;
}

.items-grid-list__item-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s ease-in-out;
}

.items-grid-list__item-icon {
	width: 64px;
	height: 64px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: rgba(0, 0, 0, 0.4);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 2;
}

.items-grid-list__item-icon svg {
	width: 24px;
	height: 24px;
}

.items-grid-list__item .glightbox:hover img {
	transform: scale(1.05);
}

.contact-data-wrapper {
	padding: 16px;
}

.contact-data__map iframe {
	width: 100%;
	height: 330px;
}

.contact-data__boxes {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	grid-gap: 24px;
	list-style-type: none;
	padding: 0;
	margin: 24px 0 0;
}

.contact-data__box {
	padding-top: 20px;
	border-top: 1px solid #e5e8eb;
	font-size: 14px;
}

.contact-data__box p {
	margin-bottom: 8px;
}

.contact-data__box p:first-of-type {
	margin-top: 0;
}

.contact-data__box p:last-of-type {
	margin-bottom: 0;
}

.contact-data__box-title {
	font-size: 14px;
	color: #876363;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 8px;
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
	background-color: #fff !important;
	border: 1px solid #e5e8eb;
	border-radius: 12px;
	padding: 16px;
	margin: 0 0 24px;
	font-size: 14px;
	line-height: 1.5;
	color: #000;
	position: relative;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	list-style: none;
}

.woocommerce-error {
	background-color: #f8d7da !important;
	border-color: #f5c6cb !important;
	color: #721c24 !important;
}

.products-archive-list {
	list-style-type: none;
	padding: 0 16px;
	margin: 0 0 2px;
	display: flex;
	flex-wrap: wrap;
	gap: 32px;
	border-bottom: 1px solid #e5dbdb;
	position: sticky;
	top: 60px;
	background: #fff;
}

.products-archive-list__item--active .products-archive-list__button {
	color: #353535;
}

.products-archive-list__item--active .products-archive-list__button::before {
	transform: scaleX(1);
}

.products-archive-list__button {
	padding: 16px 0;
	position: relative;
	background-color: transparent;
	border: 0;
	outline: none;
	font-weight: 700;
	font-size: 14px;
	line-height: 21px;
	color: #876363;
	cursor: pointer;
}

.products-archive-list__button::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #9bc83c;
	transform: scaleX(0);
	transition: transform 0.3s ease;
}

.products-archive-list__button:hover {
	color: #353535;
}

.products-archive-list__button:hover::before {
	transform: scaleX(1);
}

@media (max-width: 768px) {
	.products-archive-list {
		gap: 4px 25px;
	}
}

.products-grid {
	list-style-type: none;
	padding: 16px;
	margin: 0;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 24px;
}

@media (max-width: 700px) {
	.products-grid {
		grid-template-columns: 1fr;
	}
}

.products-grid-item {
	display: flex;
	flex-direction: row;
}

.products-grid-item__thumbnail {
	width: 160px;
	margin-right: 16px;
	flex-shrink: 0;
	flex-grow: 0;
}

.products-grid-item__price {
	font-weight: 600;
	font-size: 18px;
	line-height: 24px;
	color: #353535;
}

.products-grid-item__content {
	flex-grow: 1;
}

.products-grid-item__content-title {
	font-weight: 600;
	font-size: 18px;
	line-height: 24px;
	margin-top: 0;
	margin-bottom: 12px;
}

.products-grid-item__content-text {
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	color: #353535;
	margin: 0 0 12px;
}

.products-grid-item__footer {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.products-grid-item__button {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #f5f0f0;
	border-radius: 50%;
	margin: 0;
	border: 0;
	padding: 0;
	cursor: pointer;
	margin-left: 10px;
	transition: background-color 0.3s ease, color 0.3s ease;
}

.products-grid-item__button:hover {
	background-color: #9bc83c;
	color: #fff;
}

.products-grid-item__button svg {
	width: 20px;
	height: 20px;
}

.product-modal-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 9999;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease;
	padding: 20px 20px 60px;
	box-sizing: border-box;
	opacity: 1;
	visibility: visible;
}

.product-modal-overlay.show {
	opacity: 1;
	visibility: visible;
}

.product-modal {
	background: white;
	border-radius: 30px;
	padding: 24px;
	max-width: 950px;
	width: 100%;
	max-height: calc(100vh - 80px);
	overflow-y: auto;
	position: relative;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
	transform: scale(0.9);
	transition: transform 0.3s ease;
}

.product-modal-main {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.product-modal-main__btn {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 16px;
	background: #043c5a;
	border-radius: 24px;
	font-weight: bold;
	color: #fff;
	width: 100%;
	cursor: pointer;
}

.product-modal-main__btn .amount {
	margin-left: 5px;
}

.product-modal-main__btn-quantity {
	margin-left: 5px;
	margin-right: 5px;
}

.product-modal-quantity {
	display: flex;
	flex-direction: row;
	justify-content: center;
	margin-bottom: 24px;
}

.product-modal-quantity__change {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background-color: #f5f0f0;
	border: 0;
	padding: 0;
	outline: none;
	cursor: pointer;
}

.product-modal-quantity__change svg {
	width: 20px;
	height: 20px;
	object-fit: contain;
}

.product-modal-quantity input[type='number'] {
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 24px;
	color: #171212;
	margin: 0 20px;
	width: auto;
	padding: 0;
	border: 0;
	text-align: center;
	width: 55px;
}

.product-modal-quantity input[type='number']::-webkit-inner-spin-button, .product-modal-quantity input[type='number']::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.product-modal__close {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: auto;
	border-radius: 50%;
	background-color: #f5f0f0;
	border: 0;
	padding: 0;
	outline: none;
	margin-bottom: 16px;
}

.product-modal__close svg {
	width: 20px;
	height: 20px;
	object-fit: contain;
}

.product-modal-footer {
	margin-top: 30px;
}

.product-modal-columns {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	grid-gap: 24px;
}

.product-modal-additional {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 34px;
}

.product-modal-additional-item__title {
	font-size: 22px;
	font-weight: bold;
	margin: 0;
}

.product-modal-additional-item__header {
	padding: 16px;
	border-bottom: 1px solid #e5e8eb;
	margin-bottom: 34px;
}

.product-modal-additional-item__description {
	display: flex;
	align-items: center;
	margin: 0;
	padding: 0;
}

.product-modal-additional-item__description-text {
	font-size: 14px;
	margin-right: 8px;
}

.product-modal-additional-item__description-required {
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 6px 4px;
	gap: 4px;
	font-size: 10px;
	font-weight: bold;
	background: #ebf4f8;
	border-radius: 4px;
	line-height: 1;
}

.product-modal-additional-options {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.product-modal-additional-option {
	margin-bottom: 12px;
}

.product-modal-additional-option:last-child {
	margin-bottom: 0;
}

.product-modal-additional-option__label {
	margin-left: 8px;
}

.product-modal-overlay.show .product-modal {
	transform: scale(1);
}

@media (max-width: 768px) {
	.product-modal-overlay {
		padding: 16px;
		/* Slightly less padding on mobile */
		align-items: flex-start;
		/* Start from top instead of center on mobile */
		padding-top: 20px;
		/* Ensure top spacing */
	}
	.product-modal {
		border-radius: 20px;
		/* Smaller radius on mobile */
		padding: 20px;
		margin-top: auto;
		/* Center vertically if content is small */
		margin-bottom: auto;
	}
	.product-modal__close {
		width: 30px;
		height: 30px;
		margin-bottom: 8px;
	}
	.product-modal-additional-item__title {
		font-size: 18px;
	}
}

/* Handle very small screens */
@media (max-width: 480px) {
	.product-modal-overlay {
		padding: 12px;
		padding-top: 16px;
		padding-bottom: 16px;
	}
	.product-modal {
		padding: 16px;
		border-radius: 16px;
	}
}

.product-modal-notification {
	position: fixed;
	top: 20px;
	right: 20px;
	background: #fff;
	border-radius: 8px;
	padding: 16px 20px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
	z-index: 10000;
	max-width: 400px;
	display: flex;
	align-items: center;
	gap: 12px;
	animation: slideIn 0.3s ease;
	border-left: 4px solid #e0e0e0;
	font-family: inherit;
}

.product-modal-notification--success {
	border-left-color: #4caf50;
	background: #f1f8e9;
}

.product-modal-notification--success .product-modal-notification__message {
	color: #2e7d32;
}

.product-modal-notification--error {
	border-left-color: #f44336;
	background: #ffebee;
}

.product-modal-notification--error .product-modal-notification__message {
	color: #c62828;
}

.product-modal-notification--info {
	border-left-color: #2196f3;
	background: #e3f2fd;
}

.product-modal-notification--info .product-modal-notification__message {
	color: #1565c0;
}

.product-modal-notification--warning {
	border-left-color: #ff9800;
	background: #fff3e0;
}

.product-modal-notification--warning .product-modal-notification__message {
	color: #ef6c00;
}

.product-modal-notification__message {
	flex: 1;
	font-size: 14px;
	line-height: 1.4;
	margin: 0;
	font-weight: 500;
}

.product-modal-notification__close {
	background: none;
	border: none;
	font-size: 18px;
	cursor: pointer;
	padding: 0;
	width: 24px;
	height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0.7;
	color: currentColor;
	transition: opacity 0.2s ease;
	border-radius: 50%;
}

.product-modal-notification__close:hover {
	opacity: 1;
	background: rgba(0, 0, 0, 0.05);
}

.product-modal-notification__close:focus {
	outline: 2px solid currentColor;
	outline-offset: 2px;
}

@keyframes slideIn {
	from {
		transform: translateX(100%);
		opacity: 0;
	}
	to {
		transform: translateX(0);
		opacity: 1;
	}
}

@media (max-width: 768px) {
	.product-modal-notification {
		top: 10px;
		right: 10px;
		left: 10px;
		max-width: none;
		padding: 12px 16px;
	}
	.product-modal-notification__message {
		font-size: 13px;
	}
	.product-modal-notification__close {
		width: 20px;
		height: 20px;
		font-size: 16px;
	}
}

.product-modal-notification:nth-child(n + 2) {
	top: calc(20px + (80px * var(--notification-index, 1)));
}

@media (max-width: 768px) {
	.product-modal-notification:nth-child(n + 2) {
		top: calc(10px + (70px * var(--notification-index, 1)));
	}
}

.product-modal-notification.fade-out {
	animation: fadeOut 0.3s ease forwards;
}

@keyframes fadeOut {
	from {
		opacity: 1;
		transform: translateX(0);
	}
	to {
		opacity: 0;
		transform: translateX(100%);
	}
}

.product-modal-notification::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 4px;
	right: 0;
	height: 2px;
	background: currentColor;
	opacity: 0.3;
	animation: progressBar 5s linear;
}

@keyframes progressBar {
	from {
		width: 100%;
	}
	to {
		width: 0%;
	}
}

.custom-quantity {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.custom-quantity-btn {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background-color: #f5f0f0;
	padding: 0;
	border: 0;
	outline: none;
	display: flex;
	align-items: center;
	justify-content: center;
}

.custom-quantity-btn:hover {
	background-color: #9bc83c;
}

.custom-quantity-btn svg {
	width: 20px;
	height: 20px;
}

.custom-cart-quantity {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.custom-cart-quantity input[type='number'] {
	font-weight: 700;
	font-size: 24px;
	line-height: 24px;
	color: #171212;
	border: 0;
	outline: none;
	width: 60px;
	text-align: center;
	margin: 0 4px;
}

.custom-cart-quantity input[type='number']::-webkit-inner-spin-button, .custom-cart-quantity input[type='number']::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.cart_item {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	gap: 24px;
	padding: 16px 12px;
}

@media (max-width: 500px) {
	.cart_item {
		flex-direction: column;
		align-items: flex-start;
	}
}

.custom-cart-remove a {
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	text-decoration-line: underline;
	color: #c93333;
}

.custom-cart-product-name {
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 24px;
	margin: 0;
}

.custom-cart-product-price {
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 24px;
}

.custom-cart-product-meta .variation {
	margin: 3px 0 0;
}

.custom-cart-product-meta dl dt {
	display: none;
}

.custom-cart-product-meta dl dd {
	display: inline-flex;
	padding: 0;
	margin: 0;
}

.custom-cart-product-meta dl dd::after {
	content: ', ';
}

.custom-cart-product-meta dl dd:last-of-type::after {
	content: '';
}

.custom-cart-product-meta dl p {
	margin: 0;
}

.custom-cart-product-info {
	flex-grow: 1;
}

.custom-update-cart-btn {
	width: 100%;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #f5f0f0;
	margin: 16px 0 0;
	border: 0;
	padding: 0;
	font-family: inherit;
	font-weight: bold;
	transition: background-color 0.3s ease;
}

.custom-update-cart-btn:hover {
	background-color: #e0dada;
}

button {
	cursor: pointer;
}

.woocommerce-NoticeGroup {
	margin-top: 24px;
}

.woocommerce-checkout {
	max-width: 1200px;
	margin: 0 auto;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.checkout-layout {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 40px;
	margin-bottom: 30px;
}

.checkout-section {
	background: #fff;
}

.checkout-section h3 {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 20px;
	color: #333;
	border-bottom: none;
	padding-bottom: 0;
}

.checkout-left {
	padding-right: 20px;
}

.checkout-right {
	padding-left: 20px;
	border-left: 1px solid #e5e5e5;
}

/* Form styling */
.woocommerce-checkout .form-row {
	margin-bottom: 15px;
}

.woocommerce-checkout .form-row label {
	font-weight: 500;
	color: #555;
	margin-bottom: 5px;
	display: block;
	font-size: 14px;
}

.woocommerce-checkout .form-row input[type='text'],
.woocommerce-checkout .form-row input[type='email'],
.woocommerce-checkout .form-row input[type='tel'],
.woocommerce-checkout .form-row select,
.woocommerce-checkout .form-row textarea {
	width: 100%;
	padding: 12px;
	border: 1px solid #ddd;
	border-radius: 4px;
	font-size: 14px;
	background: #fff;
}

.woocommerce-checkout .form-row input:focus,
.woocommerce-checkout .form-row select:focus,
.woocommerce-checkout .form-row textarea:focus {
	border-color: #0073aa;
	outline: none;
	box-shadow: 0 0 0 2px rgba(0, 115, 170, 0.1);
}

/* Two column layout for name fields */
.form-row-first,
.form-row-last {
	width: 48% !important;
	float: left;
}

.form-row-last {
	float: right;
}

/* Checkbox styling */
.woocommerce-checkout input[type='checkbox'] {
	margin-right: 8px;
}

/* Ship to different address */
.ship-to-different-address {
	margin: 20px 0;
	padding: 15px;
	background: #f9f9f9;
	border-radius: 4px;
}

/* Order notes section */
.order-notes-section {
	margin: 30px 0;
}

.order-notes-section h3 {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 15px;
}

/* Order summary section */
.order-summary-section {
	margin-top: 30px;
}

.order-summary-section h3 {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 20px;
}

.woocommerce-checkout-review-order-table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}

.woocommerce-checkout-review-order-table th {
	text-align: left;
	font-weight: 600;
	padding: 12px 0;
	border-bottom: 1px solid #e5e5e5;
	color: #555;
}

.woocommerce-checkout-review-order-table td {
	padding: 12px 0;
	border-bottom: 1px solid #f0f0f0;
}

.woocommerce-checkout-review-order-table .product-name {
	font-weight: 500;
}

.woocommerce-checkout-review-order-table .product-total {
	text-align: right;
	font-weight: 600;
}

/* Mobile responsive */
@media (max-width: 768px) {
	.checkout-layout {
		grid-template-columns: 1fr;
		gap: 30px;
	}
	.checkout-right {
		border-left: none;
		border-top: 1px solid #e5e5e5;
		padding-left: 0;
		padding-top: 30px;
	}
	.form-row-first,
	.form-row-last {
		width: 100% !important;
		float: none;
	}
}

/* Clear floats */
.form-row-first::after,
.form-row-last::after {
	content: '';
	display: table;
	clear: both;
}

.woocommerce-shipping-methods {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.woocommerce-shipping-methods li {
	margin-bottom: 6px;
}

.woocommerce-shipping-methods li:last-child {
	margin-bottom: 0;
}

.woocommerce-shipping-methods li label {
	margin-left: 8px;
}

.woocommerce-checkout-review-order-table td {
	text-align: right;
}

.wc_payment_methods {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#place_order {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 16px;
	background: #043c5a;
	color: #fff;
	border-radius: 24px;
	border: 0;
	width: 100%;
	text-align: center;
	cursor: pointer;
	transition: background 0.3s ease;
	font-family: inherit;
}

#place_order[disabled],
#place_order .disabled {
	background: #f5f0f0;
	color: #999;
}

#place_order:hover {
	background: #b1d75e;
	color: #000;
}

.shipping_address,
.woocommerce-additional-fields,
.woocommerce-checkout-review-order,
.shipping-options,
.woocommerce-billing-fields,
.woocommerce-order-received__wrapper {
	padding: 0 16px;
}

.woocommerce-checkout-review-order-table th,
.woocommerce-checkout-review-order-table td {
	border-bottom: 0;
	font-weight: normal;
}

.woocommerce-checkout-review-order-table .order-total {
	text-transform: uppercase;
}

.woocommerce-checkout-review-order-table .order-total th {
	font-weight: bold;
	color: #171212;
}

.woocommerce-order-waiting,
.woocommerce-order-failed,
.woocommerce-order-time {
	padding: 0 16px;
}

.woocommerce-order-time {
	display: none;
}

@keyframes spiner-rotate {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

.woocommerce-order-waiting .spinner {
	width: 48px;
	height: 48px;
	animation: spiner-rotate 3.5s linear infinite;
}

.woocommerce-order__countdown {
	font-weight: 700;
	font-size: 64px;
	line-height: 81px;
	color: #171212;
}

.payment-container {
	width: 100%;
	max-width: 448px;
	/* Equivalent to max-w-md (448px) */
	background-color: #ffffff;
	border-radius: 8px;
	/* Equivalent to rounded-lg */
	box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
	/* Equivalent to shadow-md */
	padding: 24px;
	/* Equivalent to p-6 */
	box-sizing: border-box;
}

/* List of payment methods */
.wc_payment_methods {
	list-style: none;
	/* Remove default list bullets */
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
}

/* Individual payment method list item */
.wc_payment_method {
	position: relative;
	/* Needed for absolute positioning of input */
}

/* Hide the default radio button */
.input-radio {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	outline: none;
	width: 0;
	height: 0;
	position: absolute;
	opacity: 0;
}

/* Style the custom radio button circle and label */
.wc_payment_method label {
	display: flex;
	align-items: center;
	padding: 16px;
	/* Equivalent to p-4 */
	cursor: pointer;
	transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}

/* Hover effect for labels */
.wc_payment_method label:hover {
	background-color: #f9fafb;
	/* Equivalent to hover:bg-gray-50 */
}

/* Custom radio button circle before the label text */
.wc_payment_method label::before {
	content: '';
	display: inline-block;
	width: 18px;
	/* Size of the custom radio */
	height: 18px;
	border: 2px solid #d1d5db;
	/* Light gray border */
	border-radius: 50%;
	margin-right: 12px;
	/* Space between radio and text */
	flex-shrink: 0;
	/* Prevent it from shrinking */
	transition: all 0.2s ease-in-out;
	box-sizing: border-box;
}

/* Style when the radio button is checked */
.input-radio:checked + label::before {
	border-color: #1b1b1b;
	/* Blue border when checked */
	background-color: #1b1b1b;
	/* Blue background when checked */
	box-shadow: inset 0 0 0 4px #ffffff;
	/* White inner circle */
}

/* Style for the active list item (when radio is checked) */
.input-radio:checked + label {
	background-color: #f3f4f6;
	/* Light gray background for active item */
	border-color: #d1d5db;
	/* Border for active item */
}

/* Text styling */
.wc_payment_method label span {
	color: #374151;
	/* Equivalent to text-gray-700 */
	font-weight: 500;
	/* Equivalent to font-medium */
}

.footer {
	border-top: 1px solid #e5e8eb;
	padding: 40px 0;
	color: #82696b;
}

.footer__policies {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.footer__policies a {
	color: inherit;
}

.footer__policies a:hover {
	text-decoration: underline;
}

.footer__copyright {
	text-align: center;
	margin-top: 24px;
}

.footer__attribution {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	margin-top: 24px;
}

.footer-social {
	display: flex;
	flex-direction: row;
	justify-content: center;
	margin: 24px 0 0;
	padding: 0;
	list-style-type: none;
}

.footer-social__item {
	margin-right: 16px;
}

.footer-social__item:last-child {
	margin-right: 0;
}

.footer-social img {
	height: 24px;
	width: 24px;
	object-fit: contain;
	object-position: center;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
.glightbox-container {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999999 !important;
	overflow: hidden;
	-ms-touch-action: none;
	touch-action: none;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	outline: 0;
}

.glightbox-container.inactive {
	display: none;
}

.glightbox-container .gcontainer {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 9999;
	overflow: hidden;
}

.glightbox-container .gslider {
	-webkit-transition: -webkit-transform .4s ease;
	transition: -webkit-transform .4s ease;
	transition: transform .4s ease;
	transition: transform .4s ease,-webkit-transform .4s ease;
	height: 100%;
	left: 0;
	top: 0;
	width: 100%;
	position: relative;
	overflow: hidden;
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.glightbox-container .gslide {
	width: 100%;
	position: absolute;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	opacity: 0;
}

.glightbox-container .gslide.current {
	opacity: 1;
	z-index: 99999;
	position: relative;
}

.glightbox-container .gslide.prev {
	opacity: 1;
	z-index: 9999;
}

.glightbox-container .gslide-inner-content {
	width: 100%;
}

.glightbox-container .ginner-container {
	position: relative;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	max-width: 100%;
	margin: auto;
	height: 100vh;
}

.glightbox-container .ginner-container.gvideo-container {
	width: 100%;
}

.glightbox-container .ginner-container.desc-bottom, .glightbox-container .ginner-container.desc-top {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.glightbox-container .ginner-container.desc-left, .glightbox-container .ginner-container.desc-right {
	max-width: 100% !important;
}

.gslide iframe, .gslide video {
	outline: 0 !important;
	border: none;
	min-height: 165px;
	-webkit-overflow-scrolling: touch;
	-ms-touch-action: auto;
	touch-action: auto;
}

.gslide:not(.current) {
	pointer-events: none;
}

.gslide-image {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.gslide-image img {
	max-height: 100vh;
	display: block;
	padding: 0;
	float: none;
	outline: 0;
	border: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	max-width: 100vw;
	width: auto;
	height: auto;
	-o-object-fit: cover;
	object-fit: cover;
	-ms-touch-action: none;
	touch-action: none;
	margin: auto;
	min-width: 200px;
}

.desc-bottom .gslide-image img, .desc-top .gslide-image img {
	width: auto;
}

.desc-left .gslide-image img, .desc-right .gslide-image img {
	width: auto;
	max-width: 100%;
}

.gslide-image img.zoomable {
	position: relative;
}

.gslide-image img.dragging {
	cursor: -webkit-grabbing !important;
	cursor: grabbing !important;
	-webkit-transition: none;
	transition: none;
}

.gslide-video {
	position: relative;
	max-width: 100vh;
	width: 100% !important;
}

.gslide-video .plyr__poster-enabled.plyr--loading .plyr__poster {
	display: none;
}

.gslide-video .gvideo-wrapper {
	width: 100%;
	margin: auto;
}

.gslide-video::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(255, 0, 0, 0.34);
	display: none;
}

.gslide-video.playing::before {
	display: none;
}

.gslide-video.fullscreen {
	max-width: 100% !important;
	min-width: 100%;
	height: 75vh;
}

.gslide-video.fullscreen video {
	max-width: 100% !important;
	width: 100% !important;
}

.gslide-inline {
	background: #fff;
	text-align: left;
	max-height: calc(100vh - 40px);
	overflow: auto;
	max-width: 100%;
	margin: auto;
}

.gslide-inline .ginlined-content {
	padding: 20px;
	width: 100%;
}

.gslide-inline .dragging {
	cursor: -webkit-grabbing !important;
	cursor: grabbing !important;
	-webkit-transition: none;
	transition: none;
}

.ginlined-content {
	overflow: auto;
	display: block !important;
	opacity: 1;
}

.gslide-external {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	min-width: 100%;
	background: #fff;
	padding: 0;
	overflow: auto;
	max-height: 75vh;
	height: 100%;
}

.gslide-media {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: auto;
}

.zoomed .gslide-media {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.desc-bottom .gslide-media, .desc-top .gslide-media {
	margin: 0 auto;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.gslide-description {
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 100%;
	flex: 1 0 100%;
}

.gslide-description.description-left, .gslide-description.description-right {
	max-width: 100%;
}

.gslide-description.description-bottom, .gslide-description.description-top {
	margin: 0 auto;
	width: 100%;
}

.gslide-description p {
	margin-bottom: 12px;
}

.gslide-description p:last-child {
	margin-bottom: 0;
}

.zoomed .gslide-description {
	display: none;
}

.glightbox-button-hidden {
	display: none;
}

.glightbox-mobile .glightbox-container .gslide-description {
	height: auto !important;
	width: 100%;
	position: absolute;
	bottom: 0;
	padding: 19px 11px;
	max-width: 100vw !important;
	-webkit-box-ordinal-group: 3 !important;
	-ms-flex-order: 2 !important;
	order: 2 !important;
	max-height: 78vh;
	overflow: auto !important;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.75)));
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.75) 100%);
	-webkit-transition: opacity .3s linear;
	transition: opacity .3s linear;
	padding-bottom: 50px;
}

.glightbox-mobile .glightbox-container .gslide-title {
	color: #fff;
	font-size: 1em;
}

.glightbox-mobile .glightbox-container .gslide-desc {
	color: #a1a1a1;
}

.glightbox-mobile .glightbox-container .gslide-desc a {
	color: #fff;
	font-weight: 700;
}

.glightbox-mobile .glightbox-container .gslide-desc * {
	color: inherit;
}

.glightbox-mobile .glightbox-container .gslide-desc .desc-more {
	color: #fff;
	opacity: .4;
}

.gdesc-open .gslide-media {
	-webkit-transition: opacity .5s ease;
	transition: opacity .5s ease;
	opacity: .4;
}

.gdesc-open .gdesc-inner {
	padding-bottom: 30px;
}

.gdesc-closed .gslide-media {
	-webkit-transition: opacity .5s ease;
	transition: opacity .5s ease;
	opacity: 1;
}

.greset {
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.gabsolute {
	position: absolute;
}

.grelative {
	position: relative;
}

.glightbox-desc {
	display: none !important;
}

.glightbox-open {
	overflow: hidden;
}

.gloader {
	height: 25px;
	width: 25px;
	-webkit-animation: lightboxLoader .8s infinite linear;
	animation: lightboxLoader .8s infinite linear;
	border: 2px solid #fff;
	border-right-color: transparent;
	border-radius: 50%;
	position: absolute;
	display: block;
	z-index: 9999;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 47%;
}

.goverlay {
	width: 100%;
	height: calc(100vh + 1px);
	position: fixed;
	top: -1px;
	left: 0;
	background: #000;
	will-change: opacity;
}

.glightbox-mobile .goverlay {
	background: #000;
}

.gclose, .gnext, .gprev {
	z-index: 99999;
	cursor: pointer;
	width: 26px;
	height: 44px;
	border: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.gclose svg, .gnext svg, .gprev svg {
	display: block;
	width: 25px;
	height: auto;
	margin: 0;
	padding: 0;
}

.gclose.disabled, .gnext.disabled, .gprev.disabled {
	opacity: .1;
}

.gclose .garrow, .gnext .garrow, .gprev .garrow {
	stroke: #fff;
}

.gbtn.focused {
	outline: 2px solid #0f3d81;
}

iframe.wait-autoplay {
	opacity: 0;
}

.glightbox-closing .gclose, .glightbox-closing .gnext, .glightbox-closing .gprev {
	opacity: 0 !important;
}

.glightbox-clean .gslide-description {
	background: #fff;
}

.glightbox-clean .gdesc-inner {
	padding: 22px 20px;
}

.glightbox-clean .gslide-title {
	font-size: 1em;
	font-weight: 400;
	font-family: arial;
	color: #000;
	margin-bottom: 19px;
	line-height: 1.4em;
}

.glightbox-clean .gslide-desc {
	font-size: .86em;
	margin-bottom: 0;
	font-family: arial;
	line-height: 1.4em;
}

.glightbox-clean .gslide-video {
	background: #000;
}

.glightbox-clean .gclose, .glightbox-clean .gnext, .glightbox-clean .gprev {
	background-color: rgba(0, 0, 0, 0.75);
	border-radius: 4px;
}

.glightbox-clean .gclose path, .glightbox-clean .gnext path, .glightbox-clean .gprev path {
	fill: #fff;
}

.glightbox-clean .gprev {
	position: absolute;
	top: -100%;
	left: 30px;
	width: 40px;
	height: 50px;
}

.glightbox-clean .gnext {
	position: absolute;
	top: -100%;
	right: 30px;
	width: 40px;
	height: 50px;
}

.glightbox-clean .gclose {
	width: 35px;
	height: 35px;
	top: 15px;
	right: 10px;
	position: absolute;
}

.glightbox-clean .gclose svg {
	width: 18px;
	height: auto;
}

.glightbox-clean .gclose:hover {
	opacity: 1;
}

.gfadeIn {
	-webkit-animation: gfadeIn .5s ease;
	animation: gfadeIn .5s ease;
}

.gfadeOut {
	-webkit-animation: gfadeOut .5s ease;
	animation: gfadeOut .5s ease;
}

.gslideOutLeft {
	-webkit-animation: gslideOutLeft .3s ease;
	animation: gslideOutLeft .3s ease;
}

.gslideInLeft {
	-webkit-animation: gslideInLeft .3s ease;
	animation: gslideInLeft .3s ease;
}

.gslideOutRight {
	-webkit-animation: gslideOutRight .3s ease;
	animation: gslideOutRight .3s ease;
}

.gslideInRight {
	-webkit-animation: gslideInRight .3s ease;
	animation: gslideInRight .3s ease;
}

.gzoomIn {
	-webkit-animation: gzoomIn .5s ease;
	animation: gzoomIn .5s ease;
}

.gzoomOut {
	-webkit-animation: gzoomOut .5s ease;
	animation: gzoomOut .5s ease;
}

@-webkit-keyframes lightboxLoader {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes lightboxLoader {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-webkit-keyframes gfadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@keyframes gfadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@-webkit-keyframes gfadeOut {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}

@keyframes gfadeOut {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}

@-webkit-keyframes gslideInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-60%, 0, 0);
		transform: translate3d(-60%, 0, 0);
	}
	to {
		visibility: visible;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}
}

@keyframes gslideInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-60%, 0, 0);
		transform: translate3d(-60%, 0, 0);
	}
	to {
		visibility: visible;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}
}

@-webkit-keyframes gslideOutLeft {
	from {
		opacity: 1;
		visibility: visible;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	to {
		-webkit-transform: translate3d(-60%, 0, 0);
		transform: translate3d(-60%, 0, 0);
		opacity: 0;
		visibility: hidden;
	}
}

@keyframes gslideOutLeft {
	from {
		opacity: 1;
		visibility: visible;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	to {
		-webkit-transform: translate3d(-60%, 0, 0);
		transform: translate3d(-60%, 0, 0);
		opacity: 0;
		visibility: hidden;
	}
}

@-webkit-keyframes gslideInRight {
	from {
		opacity: 0;
		visibility: visible;
		-webkit-transform: translate3d(60%, 0, 0);
		transform: translate3d(60%, 0, 0);
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}
}

@keyframes gslideInRight {
	from {
		opacity: 0;
		visibility: visible;
		-webkit-transform: translate3d(60%, 0, 0);
		transform: translate3d(60%, 0, 0);
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}
}

@-webkit-keyframes gslideOutRight {
	from {
		opacity: 1;
		visibility: visible;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	to {
		-webkit-transform: translate3d(60%, 0, 0);
		transform: translate3d(60%, 0, 0);
		opacity: 0;
	}
}

@keyframes gslideOutRight {
	from {
		opacity: 1;
		visibility: visible;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	to {
		-webkit-transform: translate3d(60%, 0, 0);
		transform: translate3d(60%, 0, 0);
		opacity: 0;
	}
}

@-webkit-keyframes gzoomIn {
	from {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}
	to {
		opacity: 1;
	}
}

@keyframes gzoomIn {
	from {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}
	to {
		opacity: 1;
	}
}

@-webkit-keyframes gzoomOut {
	from {
		opacity: 1;
	}
	50% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}
	to {
		opacity: 0;
	}
}

@keyframes gzoomOut {
	from {
		opacity: 1;
	}
	50% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}
	to {
		opacity: 0;
	}
}

@media (min-width: 769px) {
	.glightbox-container .ginner-container {
		width: auto;
		height: auto;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.glightbox-container .ginner-container.desc-top .gslide-description {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
	}
	.glightbox-container .ginner-container.desc-top .gslide-image, .glightbox-container .ginner-container.desc-top .gslide-image img {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
	.glightbox-container .ginner-container.desc-left .gslide-description {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
	}
	.glightbox-container .ginner-container.desc-left .gslide-image {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
	.gslide-image img {
		max-height: 97vh;
		max-width: 100%;
	}
	.gslide-image img.zoomable {
		cursor: -webkit-zoom-in;
		cursor: zoom-in;
	}
	.zoomed .gslide-image img.zoomable {
		cursor: -webkit-grab;
		cursor: grab;
	}
	.gslide-inline {
		max-height: 95vh;
	}
	.gslide-external {
		max-height: 100vh;
	}
	.gslide-description.description-left, .gslide-description.description-right {
		max-width: 275px;
	}
	.glightbox-open {
		height: auto;
	}
	.goverlay {
		background: rgba(0, 0, 0, 0.92);
	}
	.glightbox-clean .gslide-media {
		-webkit-box-shadow: 1px 2px 9px 0 rgba(0, 0, 0, 0.65);
		box-shadow: 1px 2px 9px 0 rgba(0, 0, 0, 0.65);
	}
	.glightbox-clean .description-left .gdesc-inner, .glightbox-clean .description-right .gdesc-inner {
		position: absolute;
		height: 100%;
		overflow-y: auto;
	}
	.glightbox-clean .gclose, .glightbox-clean .gnext, .glightbox-clean .gprev {
		background-color: rgba(0, 0, 0, 0.32);
	}
	.glightbox-clean .gclose:hover, .glightbox-clean .gnext:hover, .glightbox-clean .gprev:hover {
		background-color: rgba(0, 0, 0, 0.7);
	}
	.glightbox-clean .gprev {
		top: 45%;
	}
	.glightbox-clean .gnext {
		top: 45%;
	}
}

@media (min-width: 992px) {
	.glightbox-clean .gclose {
		opacity: .7;
		right: 20px;
	}
}

@media screen and (max-height: 420px) {
	.goverlay {
		background: #000;
	}
}

/* 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;
}

/*# sourceMappingURL=style.css.map */