/*	BAREVNÁ TÉMATA */
body {
	--color-primary: rgba(255, 255, 255, .9);
	--color-primary-full: rgba(255, 255, 255, 1);
	--color-primary-categories: rgba(255, 255, 255, 1);
	--color-primary-button: rgba(255, 255, 255, .75);
	--color-headers: rgba(29, 66, 134, .9);
	--color-subheaders: rgba(29, 66, 134, .8);
	--color-accent: rgba(15, 150, 250, .25);
	--color-footer: rgba(100, 150, 250, .2);
	--color-header: rgba(0, 100, 255, .75);
	--font-color: rgba(0, 0, 0, .9);
	--navbar-color: rgb(194, 229, 255);
}

body.theme-dark {
	--color-primary: rgba(0, 0, 0, .9);
	--color-primary-full: rgba(0, 0, 0, 1);
	--color-primary-categories: rgba(0, 0, 0, 1);
	--color-primary-button: rgba(0, 0, 25, .9);
	--color-headers: rgba(15, 150, 250, .75);
	--color-subheaders: rgba(15, 150, 250, .65);
	--color-accent: rgba(15, 150, 250, .25);
	--color-footer: rgba(0, 0, 50, .95);
	--color-header: rgba(0, 100, 255, .1);
	--font-color: rgba(255, 255, 255, .9);
	--navbar-color: rgba(15, 150, 250, .2);
}

/* Styles for users who prefer dark mode at the OS level */
@media (prefers-color-scheme: dark) {
	body {
		--color-primary: rgba(0, 0, 0, .9);
		--color-primary-full: rgba(0, 0, 0, 1);
		--color-primary-button: rgba(0, 0, 25, .9);
		--color-headers: rgba(15, 150, 250, .75);
		--color-subheaders: rgba(15, 150, 250, .65);
		--color-accent: rgba(15, 150, 250, .25);
		--color-footer: rgba(0, 0, 50, .95);
		--color-header: rgba(0, 100, 255, .1);
		--font-color: rgba(255, 255, 255, .9);
		--navbar-color: rgb(194, 229, 255);

	}

	body.theme-light {
		--color-primary: rgba(255, 255, 255, .9);
		--color-primary-full: rgba(255, 255, 255, 1);
		--color-primary-button: rgba(255, 255, 255, .75);
		--color-headers: rgba(29, 66, 134, .9);
		--color-subheaders: rgba(29, 66, 134, .8);
		--color-accent: rgba(15, 150, 250, .25);
		--color-footer: rgba(100, 150, 250, .2);
		--color-header: rgba(0, 100, 255, .75);
		--font-color: rgba(0, 0, 0, .9);
		--navbar-color: rgba(15, 150, 250, .2);
	}
}

body {
	/* margin-top: 20px; */
	display: flex;
	width: 100%;
	height: 100%;
	background: var(--color-primary);
	color: var(--font-color);
	flex-direction: column;
	/* justify-content: center;
	align-items: center; */
}

h1 {
	color: var(--color-headers);
	margin-left: 15px;
	margin-top: 10px;
}

h2,
h3,
h4,
h5 {
	color: var(--color-subheaders);
}

h2 {
	font-weight: bold;
}

h3 {
	font-size: 1.2em;
}

h4 {
	font-size: 1em;
	font-weight: bold;
}

p,
label,
table,
tr,
td,
ul,
a {
	color: var(--font-color);
	vertical-align: middle;
}

header {
	position: sticky;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9;
	background: var(--color-primary);
	max-height: 82px;
	min-height: 82px;
}

.container.main {
	padding-top: 82px;
}

.nav-link,
.nav-link>div {
	color: var(--color-headers);
}

.nav-link.active {
	color: var(--color-headers);
	font-weight: bold;
}

.nav-link:hover {
	color: var(--color-accent);
}

.navbar-icon {
	height: calc(3.5rem + 2px);
}

.navbar {
	background-color: var(--navbar-color);
	/* padding-bottom: 0; */
}

.ms-menu {
	position: fixed;
	left: 1em;
	right: 1em;
	background-color: var(--color-primary-categories);
	border-style: solid;
	border-color: var(--color-accent);
	/* margin: 10px; */
	padding: 10px;
	/* margin-right: 10px; */
	z-index: 8;
}

.dropdown-menu.show {
	display: inline;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
	position: absolute;
	left: calc(100% - 275px);
	top: 75px;
	width: 275px;
	min-height: 175px;
}

pre {
	max-height: 150px;
}

.theme-switch {
	color: var(--font-header);
	/* background: var(--color-primary-button); */
	/* padding: 10px 20px; */
	/* border: 0; */
	/* border-radius: 5px; */
}

/* FILTERS */

/* div.filters {
	display: inline;
	vertical-align: middle;
} */

.filters {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

div.filters>* {
	height: 3rem;
	margin-top: 0.2rem;
	margin-bottom: 0.4rem;
}

div.filters>label {
	margin-left: 0rem;
	margin-right: 0.2rem;
}

select.sort-products {
	margin-left: 0rem;
	margin-right: 0.2rem;
	color: rgb(100, 5, 84);
}

.contact-button {
	padding: 5px 50px;
	background-color: var(--color-headers);
	color: var(--color-primary-button);
	cursor: pointer;
}

.thumbnail {
	border: 3px solid rgba(51, 122, 183, 0.08) !important
}

.thumbnail:hover {
	border: 3px solid rgba(51, 122, 183, 0.8) !important
}

.gallery {
	object-fit: cover;
	width: 250px !important;
	height: 200px !important;
}

.my-gallery-a {
	margin: 5px;
	display: inline-block;
}

.products {
	display: flex;
	flex-wrap: wrap;
}

.product-box {
	margin: 0 0 2em;
	padding: 0.5em;
	text-align: center;
	position: relative;
	/* height: calc(100vh - 82px - 91px - 56px - 54px - 66px); */
	height: 550px;
}

.product-box:hover {
	transition: 500ms;
	background-color: var(--color-accent);
}

.product-top {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 100px;
	width: 100%;
}

.product {
	color: rgba(0, 0, 0, .85);
	text-decoration: none;
}

div.product-top>.product {
	color: rgba(0, 0, 0, .85);
	text-decoration: none;
	position: absolute;
	top: 10px;
	bottom: 0px;
	left: 10px;
	right: 10px;
}

.product-box .product-description {
	text-align: justify;
	margin: 10px;
	position: absolute;
	bottom: 0px;
}

.product-manufacturer {
	font-variant: small-caps;
}

/* a.product {
	color:rgba(0,0,0,.85);
}
a.product:hover {
	color:rgba(0,0,0,.7);
	text-decoration: none;
} */

a.product>.product-header {
	padding: 10px 25px;
	position: absolute;
	top: 250px;
	left: 15px;
	right: 15px;
}

a.product>div.product-picture {
	margin-right: auto;
	margin-left: auto;
	padding: 5px;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	min-height: 250px;
	max-height: 250px;
}

div.product-details>div.product-picture {
	margin-right: auto;
	margin-left: auto;
	padding: 5px;
	width: 50vw;
	height: 20vh;
}

.product-details .product-description {
	margin-right: 5vh;
	margin-left: auto;
	padding: 5px;
	width: 30vw;
	height: 20vh;
}

.product-details .price-box {
	position: relative;
}

.product-details {
	display: flex;
}

img.product-picture {
	display: block;
	object-fit: cover;
	min-height: 250px;
	max-height: 250px;
	width: 100%;
	/* position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px; */
}

.product-flags {
	position: relative;
	top: 50px;
	right: -50px;
	z-index: 8;
}

.product-flag-new {
	background-color: rgb(91, 179, 41);
	color: white;
	display: inline;
	padding: 0.1rem 0.5rem;
}

.product-flag-soldout {
	background-color: red;
	color: white;
	display: inline;
	padding: 0.1rem 0.5rem;
}

.product-info {
	position: relative;
}

.product-thumbnails {
	display: flex;
	flex-flow: wrap;
	max-width: 20vw;
}

.product-thumbnail {
	width: 100px;
	height: 100px;
	margin: 10px;
}

.product-picture .img-fluid {
	/* max-width: 200px;
	min-width: 200px; */
	height: 100%;
	text-align: center;
	object-fit: cover;

}

.img-thumbnail {
	object-fit: cover;
	min-height: 5vh;
	max-height: 5vh;
	width: 100%;
}

.thumbnail-ico {
	object-fit: cover;
	height: 4rem;
	width: 4rem;
}

.basket-side-item-title>.thumbnail-ico {
	margin-right: 0.5rem;
	margin-bottom: 0.15rem;
}

/* a.thumbnail {
	/* border: 0!important; 
} */

a.thumbnail:hover {
	/* border: 0!important; */

	transition: 250ms;
}

/*
 *	PRICE BOX
 */

.price-box {
	font-size: 2em;
	text-align: center;
	width: 100%;
	font-weight: bold;
	position: absolute;
	bottom: 10px;
}

.price {
	color: rgba(183, 93, 51, 0.8);
}

.price-button {
	color: rgb(255, 96, 22, 0.9);
	border-color: rgb(255, 96, 22, 0.9);
	/* background: blanchedalmond; */
	font-size: .5em;
}

.price-button:hover {
	background-color: rgb(255, 96, 22, 0.9);
	border-color: rgb(255, 96, 22, 0.9);
}

.navbar-category {
	border-radius: 15px 15px 2px 2px;
	border-bottom: 2px solid;
}

.navbar-category-image {
	max-height: 2.5rem;
}

.navbar-main-categories {
	display: flex;
	list-style: none;
	width: 100%;
	flex-wrap: nowrap;
	position: fixed;
	top: 0.75rem;
}

.navbar-main-categories::before {
	display: none;
	/* display: inline-block; */
	content: "•";
	position: absolute;
	left: 0;
	top: 0;
	color: #37474f;
}

li.navbar-main-category {
	padding-top: 0;
	padding-right: 10px;
	padding-right: .7142857142857143rem;
	padding-bottom: 0;
	padding-left: 10px;
	padding-left: .7142857142857143rem;
	flex-basis: 245px;
	top: 75px;
	height: 100%;
	text-align: center;
	position: relative;
}

/* li.navbar-main-category>a::after {
	content: '';
	background-image: url(https://link.tsbohemia.cz/img/icon/angle-d-menu-blue.svg);
	transition: background-image 0.3s;
	background-repeat: no-repeat;
	border: solid 0.5px;
	padding: 0 10px;
	background-position: 50% 50%;
	margin-left: 5px;
} */



@media (min-width: 768px) {
	.dropdown-toggle {
		display: none;
	}
}

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

.navbar-subcategories {
	padding-left: 10%;
	list-style: none;
}

.navbar-main-subcategories {
	display: flex;
	justify-content: center;
	list-style: none;
}

/**	SLIDES - RECENZE */
.slideshow-container {
	position: relative;
	background: #f1f1f1f1;
	border-radius: 15px 15px 0 0;
	height: 40vh;
}

/* Slides */
.mySlide {
	display: none;
	padding: 80px;
	text-align: center;
}

/* Next & previous buttons */
.prev,
.next {
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: auto;
	margin-top: -30px;
	padding: 16px;
	color: #888;
	font-weight: bold;
	font-size: 20px;
	border-radius: 0 3px 3px 0;
	user-select: none;
}

/* Position the "next button" to the right */
.next {
	position: absolute;
	right: 0;
	border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
	background-color: rgba(0, 0, 0, 0.8);
	color: white;
}

q {
	font-style: italic;
}

/* The dot/bullet/indicator container */
.dot-container {
	text-align: center;
	padding: 20px;
	background: #ddd;
	border-radius: 0 0 15px 15px;
}

/* The dots/bullets/indicators */
.dot {
	cursor: pointer;
	height: 15px;
	width: 15px;
	margin: 0 2px;
	background-color: #bbb;
	border-radius: 50%;
	display: inline-block;
	transition: background-color 0.6s ease;
}

/* Add a background color to the active dot/circle */
span.active,
span.dot:hover {
	background-color: #717171;
}

#page-container {
	position: relative;
	min-height: 100vh;
}

#content-wrap {
	padding-bottom: 3.5rem;
	/* Footer height */
}

footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 3.5em;
	/* Footer height */

	border-color: var(--color-footer);
	width: 100%;
	background-color: var(--color-footer);
	/* margin-top: 50px; */
	padding-top: 1em;
	padding-bottom: 1em;
}

.error {
	text-align: center;
	vertical-align: center;
	background-color: rgba(255, 0, 0, 0.1);
	color: rgb(255, 0, 0);
	font-weight: bold;
	font-size: 1.5em;
	min-height: 1.5em;
	max-width: 500px;
}

.small-square {
	width: 25px;
	height: 25px;
}

.o:hover {
	visibility: visible;
	color: rgba(51, 122, 183, 0.6);
}

.frame {
	position: fixed;
	top: 15%;
	left: 15%;
	visibility: hidden;
	z-index: 999;
	overflow: auto;

	border: 10px solid rgba(51, 122, 183, 0.05);
	width: 70%;
	height: 70%;
	background-color: rgba(255, 255, 255, 1);
}

.whisperBox {
	position: absolute;
	top: 35px;
	left: 0px;
	visibility: hidden;
	z-index: 800;
	overflow: auto;
	display: block;
	max-height: 350px;

	margin: 2.5px;
	padding: 0px;

	border: 2px solid rgba(51, 122, 183, 0.09);
	width: 100% !important;

	background-color: rgba(0, 136, 255, 0.5);
	color: black;
}

.whisperLine {
	width: 100%;
	display: table;
	table-layout: fixed;
	margin: 0;
	padding: 0;
	padding-left: 10px;
	list-style: none;
	font-size: 14px;
	line-height: 250%;

	background: rgba(255, 255, 255, 0.85);
	border-top-width: 1px;
	border-top-width: .07142857142857142rem;
	border-top-style: solid;
	border-top-color: rgba(0, 136, 255, 0.4);
	-webkit-transition: background .4s;
	transition: background .4s;

	color: black;
}

.whisperLine:hover {
	background-color: rgba(0, 136, 255, 0.801);
	color: white !important;
	text-decoration: none !important;
	cursor: pointer;
}


.whisperLineButton {
	opacity: 0.25;
}

.whisperLineButton:hover {
	opacity: 1;
	color: white !important;
	text-decoration: none !important;
	cursor: pointer;
}

.refreshPreview:hover {
	color: rgba(0, 136, 255, 0.801);
	transition: .4s;
	text-decoration: none !important;
	cursor: pointer;

}

.frame-overlay {
	position: fixed;
	top: 0;
	left: 0;
	visibility: hidden;
	z-index: 998;
	display: block;

	width: 100%;
	height: 100%;
	background-color: black;
	opacity: 0.75;
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

/* SHOP.css  */
#basket {
	height: 100%;
	position: relative;
	/* margin-bottom: 20px; */
	/* margin-top: 0px; */
	z-index: 3;
}

a.basket-updated {
	color: var(--color-primary-full);
	transition: 0.35s;
}

.basket-side-out {
	/* position: fixed;
	right: -1px;
	top: 0px;
	bottom: 0px;
	width: 500px; */
	display: none;
	/* z-index: 2; */
}

.basket-side {
	position: fixed;
	/* right: -1px; */
	top: 0px;
	margin-top: 74px;
	bottom: 0;
	width: 100%;
	max-width: 500px;
	z-index: 9;
	border: solid 0.25px;
	border-color: var(--color-headers);
	background-color: var(--color-primary-full);
	transition: 0.5s;
	padding: 10px;
	font-size: 0.85rem;

	/* padding-bottom: 225px; */
}

/* .basket-side-items {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 60px;
	margin: 8px;
	background-color: rgba(0, 0, 0, 0.02);
	overflow-x: hidden;
	overflow-y: auto;
	scrollbar-width: thin;
	max-height: 650px;
	min-height: 650px;
} */

.basket-side-items {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 60px;
	margin: 8px;
	background-color: rgba(0, 0, 0, 0.02);
	overflow-x: hidden;
	overflow-y: auto;
	scrollbar-width: thin;
	position: absolute;
	top: 0;
	bottom: 15vh;
}

.basket-side-item {
	padding-left: 10px;
	padding-right: 10px;
}

.basket-side-picture {
	max-width: 150px;
	min-height: 150px;
	max-height: 150px;
	display: block;
	object-fit: cover;
	margin-right: auto;
	margin-left: auto;
	padding: 3px;
}

.basket-side-price {
	font-size: 50%;
}

.basket-side-sum {
	position: fixed;
	bottom: 1px;
	height: 15vh;
	width: 100%;
	padding: 50px;
	background-color: var(--color-primary-full);
	display: block;
	border-top: solid 0.25px;
}

/* .basket-side-sum {
	/* position: fixed; *
	bottom: 1px;
	padding: 50px;
	width: 470px;
	height: 225px;
	background-color: var(--color-primary-full);
	/* background-color: var(--color-headers); *
	display: block;
	border-top: solid 0.25px;
} */

.basket-side-sum>.row {
	width: auto;
}

.basket-delete-item:hover {
	color: red;
	cursor: pointer;
}

.badge {
	font-size: 0.5em;
}

/* STYLE.css */
html {
	scroll-behavior: smooth;
}

.btn-close {
	position: relative;
	color: inherit;
	float: right;
}

.content {
	min-height: 500px;
}

.search {
	color: black;
	/* z-index: 10; */
}

.nav-item {
	z-index: 10;
}

.btn {
	font-weight: bold;
}

.card {
	background-color: var(--color-primary);
}

table,
td,
tr,
thead,
tbody,
th {
	color: var(--font-color);
}

/**	PAGINATION*/
.page-item.active .page-link {
	color: var(--font-color);
	background-color: var(--color-header);
	background-color: var(--color-primary);
}

.page-link {
	color: var(--font-color);
	background-color: var(--color-primary);
}

.page-item.disabled .page-link {
	color: var(--color-footer);
	background-color: var(--color-primary);
}

/** PAGINATION */


/* The switch - the box around the slider */
/* .theme-switch {
	position: fixed;
	left: 15px;
	bottom: 15px;
	display: inline-block; */
	/* width: 50px; */
	/* height: 25px;
} */

/* Hide default HTML checkbox */
.theme-switch input {
	opacity: 0;
	width: 0;
	height: 0;
}

/*	\\//		SLIDER		 \\//	 */

/* The slider */
.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: var(--color-primary-button);
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.slider:before {
	position: absolute;
	content: "";
	height: 24px;
	width: 24px;
	left: 0px;
	bottom: 4px;
	top: 0;
	bottom: 0;
	margin: auto 0;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	box-shadow: 0 0px 15px var(--color-header);
	background-color: white;
	/*var(--color-primary-button);*/
	opacity: 0.8;
	background-repeat: no-repeat;
	background-position: center;
}

input:checked+.slider {
	background-color: var(--color-primary-button);
}

input:hover+.slider {
	box-shadow: 0 0 1px var(--color-accent);
	background-color: var(--font-color);
}

input:checked+.slider:before {
	-webkit-transform: translateX(24px);
	-ms-transform: translateX(24px);
	transform: translateX(24px);
	background-color: var(--font-color);
	background-repeat: no-repeat;
	background-position: center;
}

/* Rounded sliders */
.slider.round {
	border-radius: 24px;
}

.slider.round:before {
	border-radius: 50%;
}

/*	//\\		SLIDER		 //\\ */

div.controls {
	border-radius: .25rem;
	border: 1px solid var(--color-accent);
	margin: auto;
	margin-left: auto;
	padding: 10px 0;
	text-align: center;
	background-color: rgba(255, 255, 255, 1);
	opacity: .4;
	position: relative;
	z-index: 3;
}

div.product-box>div.controls {
	position: absolute;
	left: 10px;
	right: 10px;
	top: 10px;
}


div.controls:hover {
	transition: 250ms;
	opacity: 1;
}

.edit-button {
	color: rgb(77, 133, 255, 0.9);
	border-color: rgb(77, 133, 255, 0.9);
	/* background: blanchedalmond; */
	/* font-size: .5em; */
}

.edit-button:hover {
	background-color: rgba(77, 133, 255, 0.9);
	border-color: rgb(22, 96, 255, 0.9);
}


/*	NAVBAR */

.navbar-sub {
	background-color: var(--color-primary);
}

.navbar-main {
	background-color: var(--color-accent);
}

.navbar-icon {
	font-size: 1.5em;
}

.search-query {
	left: 5rem;
	position: relative;
	width: 50%;
	text-align: left;
}

/* NOVÁ VRSTVA FRONTENDU */

:root {
	color-scheme: light dark;
}

body {
	--color-page: #f6f8fb;
	--color-surface: #ffffff;
	--color-surface-soft: #eef3f8;
	--color-surface-strong: #dce8f4;
	--color-border: rgba(21, 43, 67, .14);
	--color-border-strong: rgba(21, 43, 67, .28);
	--color-text: #16202a;
	--color-text-muted: #5d6b78;
	--color-heading: #123f6d;
	--color-link: #155f9f;
	--color-link-hover: #0a7cc8;
	--color-focus: rgba(10, 124, 200, .2);
	--color-price: #b75528;
	--color-danger: #c92a2a;
	--color-success: #2f8f39;
	--shadow-soft: 0 10px 28px rgba(15, 35, 55, .08);

	--color-primary: var(--color-surface);
	--color-primary-full: var(--color-surface);
	--color-primary-categories: var(--color-surface);
	--color-primary-button: var(--color-surface-soft);
	--color-headers: var(--color-heading);
	--color-subheaders: var(--color-heading);
	--color-accent: var(--color-focus);
	--color-footer: var(--color-surface-soft);
	--color-header: var(--color-surface);
	--font-color: var(--color-text);
	--navbar-color: var(--color-surface);

	min-height: 100vh;
	margin: 0;
	background: var(--color-page);
	color: var(--color-text);
	font-size: 16px;
	line-height: 1.55;
}

body.theme-dark {
	--color-page: #111821;
	--color-surface: #172230;
	--color-surface-soft: #1e2b3a;
	--color-surface-strong: #2b3b4c;
	--color-border: rgba(220, 232, 244, .14);
	--color-border-strong: rgba(220, 232, 244, .28);
	--color-text: #eef4fa;
	--color-text-muted: #b7c4d0;
	--color-heading: #9ecfff;
	--color-link: #a9d6ff;
	--color-link-hover: #ffffff;
	--color-focus: rgba(95, 171, 240, .22);
	--color-price: #ffb07c;
	--color-danger: #ff8787;
	--color-success: #8ce99a;
	--shadow-soft: 0 14px 34px rgba(0, 0, 0, .32);
}

@media (prefers-color-scheme: dark) {
	body:not(.theme-light) {
		--color-page: #111821;
		--color-surface: #172230;
		--color-surface-soft: #1e2b3a;
		--color-surface-strong: #2b3b4c;
		--color-border: rgba(220, 232, 244, .14);
		--color-border-strong: rgba(220, 232, 244, .28);
		--color-text: #eef4fa;
		--color-text-muted: #b7c4d0;
		--color-heading: #9ecfff;
		--color-link: #a9d6ff;
		--color-link-hover: #ffffff;
		--color-focus: rgba(95, 171, 240, .22);
		--color-price: #ffb07c;
		--color-danger: #ff8787;
		--color-success: #8ce99a;
		--shadow-soft: 0 14px 34px rgba(0, 0, 0, .32);
	}
}

body.theme-light {
	--color-page: #f6f8fb;
	--color-surface: #ffffff;
	--color-surface-soft: #eef3f8;
	--color-surface-strong: #dce8f4;
	--color-border: rgba(21, 43, 67, .14);
	--color-border-strong: rgba(21, 43, 67, .28);
	--color-text: #16202a;
	--color-text-muted: #5d6b78;
	--color-heading: #123f6d;
	--color-link: #155f9f;
	--color-link-hover: #0a7cc8;
	--color-focus: rgba(10, 124, 200, .2);
	--color-price: #b75528;
	--color-danger: #c92a2a;
	--color-success: #2f8f39;
	--shadow-soft: 0 10px 28px rgba(15, 35, 55, .08);
}

a {
	color: var(--color-link);
	text-decoration-color: transparent;
	text-underline-offset: .18em;
}

a:hover,
a:focus {
	color: var(--color-link-hover);
	text-decoration-color: currentColor;
}

h1,
h2,
h3,
h4,
h5 {
	color: var(--color-heading);
	letter-spacing: 0;
}

h1 {
	margin: 0 0 1.25rem;
	font-size: clamp(1.8rem, 1.45rem + 1vw, 2.5rem);
	line-height: 1.15;
}

h2 {
	font-size: 1.55rem;
}

h3 {
	font-size: 1.25rem;
}

h4 {
	font-size: 1rem;
}

#page-container {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	background: var(--color-page);
}

#content-wrap,
.container.main {
	flex: 1 0 auto;
	padding-top: 2rem;
	padding-bottom: 3rem;
}

.main-content {
	width: 100%;
}

.site-header,
header {
	position: sticky;
	top: 0;
	z-index: 100;
	max-height: none;
	min-height: 0;
	background: var(--color-surface);
	border-bottom: 1px solid var(--color-border);
	box-shadow: 0 8px 24px rgba(15, 35, 55, .06);
}

.navbar {
	background: transparent;
	padding: 0;
}

.navbar-main {
	background: var(--color-surface);
}

.site-header-inner {
	min-height: 4.25rem;
	gap: 1rem;
}

.site-brand {
	display: inline-flex;
	align-items: center;
	min-height: 4.25rem;
	margin-right: 1.5rem;
	color: var(--color-heading);
	font-size: 1.25rem;
	font-weight: 800;
	letter-spacing: 0;
}

.site-brand:hover {
	color: var(--color-link-hover);
}

.site-mobile-actions,
.categories-mobile-toggle {
	display: none;
}

.site-nav {
	gap: 1rem;
}

.site-nav-primary,
.site-nav-actions {
	display: flex;
	align-items: center;
	gap: .25rem;
	width: 100%;
}

.site-nav-primary {
	justify-content: flex-start;
}

.site-nav-actions {
	justify-content: flex-end;
	margin-left: auto;
	width: auto;
}

.nav-link,
.nav-link>div,
.dropdown-item {
	color: var(--color-text);
}

.nav-link {
	display: inline-flex;
	align-items: center;
	gap: .4rem;
	min-height: 2.75rem;
	padding: .55rem .8rem;
	border-radius: .45rem;
}

.navbar-nav .nav-link.active,
.nav-link:hover,
.nav-link:focus {
	color: var(--color-link-hover);
	background: var(--color-focus);
}

.navbar-toggler {
	border-color: var(--color-border-strong);
	color: var(--color-text);
}

.navbar-toggler-icon {
	background-image: none;
	position: relative;
	width: 1.5rem;
	height: 1.5rem;
}

.navbar-toggler-icon::before,
.navbar-toggler-icon::after {
	position: absolute;
	left: .15rem;
	right: .15rem;
	height: 2px;
	content: "";
	background: var(--color-text);
	box-shadow: 0 .45rem 0 var(--color-text);
}

.navbar-toggler-icon::before {
	top: .35rem;
}

.navbar-toggler-icon::after {
	top: 1.25rem;
	box-shadow: none;
}

.navbar-icon {
	display: inline-flex;
	align-items: center;
	height: auto;
	font-size: 1.25rem;
}

.navbar-icon .nav-link {
	justify-content: center;
	width: 2.75rem;
	padding-inline: 0;
}

.search {
	min-width: min(21rem, 40vw);
	color: var(--color-text);
}

.search form {
	display: flex;
	align-items: center;
	gap: .5rem;
	margin: 0;
}

.search input,
.search-query {
	position: static;
	left: auto;
	width: 100%;
	color: var(--color-text);
	background: var(--color-surface-soft);
	border: 1px solid var(--color-border);
	border-radius: .45rem;
}

.navbar-sub {
	background: var(--color-surface-soft);
	border-top: 1px solid var(--color-border);
}

.navbar-sub>.container {
	display: block;
}

.navbar-main-categories {
	position: static;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	gap: .5rem;
	width: 100%;
	margin: 0;
	padding: .65rem 0;
	list-style: none;
}

li.navbar-main-category {
	position: relative;
	top: auto;
	display: flex;
	align-items: center;
	flex: 0 1 auto;
	height: auto;
	min-width: 0;
	padding: 0;
	text-align: left;
}

.navbar-main-category>.category-menu-link {
	min-height: 2.5rem;
	padding: .55rem .7rem;
	border: 1px solid var(--color-border);
	border-radius: .45rem;
	background: var(--color-surface);
	box-shadow: none;
}

.navbar-main-category>.category-menu-link:hover,
.navbar-main-category>.category-menu-link:focus {
	border-color: var(--color-border-strong);
	background: var(--color-focus);
}

.category-menu-link,
.category-dropdown-item {
	display: flex;
	align-items: center;
	gap: .45rem;
	white-space: normal;
}

.navbar-category-image {
	width: 2rem;
	height: 2rem;
	max-height: 2rem;
	object-fit: contain;
	border-radius: .25rem;
}

.dropdown-toggle.category-menu-toggle {
	width: 2.2rem;
	min-height: 2.5rem;
	margin-left: .25rem;
	padding: 0;
	justify-content: center;
	border: 1px solid var(--color-border);
	background: var(--color-surface);
}

.ms-menu {
	position: absolute;
	left: 0;
	right: auto;
	top: calc(100% + .5rem);
	width: min(56rem, calc(100vw - 2rem));
	max-width: calc(100vw - 2rem);
	padding: 1rem;
	background: var(--color-surface);
	border: 1px solid var(--color-border);
	border-radius: .65rem;
	box-shadow: var(--shadow-soft);
	z-index: 1050;
}

.navbar-main-subcategories {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(11rem, 1fr));
	gap: .5rem 1rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.navbar-main-subcategory,
.navbar-subcategory {
	list-style: none;
}

.navbar-subcategories {
	margin: .35rem 0 0;
	padding: 0 0 0 .8rem;
	list-style: none;
	border-left: 1px solid var(--color-border);
}

.navbar-category {
	display: inline-flex;
	align-items: stretch;
	margin: .2rem;
	border: 1px solid var(--color-border);
	border-bottom-width: 2px;
	border-radius: .55rem;
	background: var(--color-surface);
	overflow: visible;
}

.navbar-category-link {
	border-radius: .45rem 0 0 .45rem;
}

.navbar-category-toggle {
	width: 2.4rem;
	justify-content: center;
	border-left: 1px solid var(--color-border);
	border-radius: 0 .45rem .45rem 0;
}

.category-dropdown,
.navbar-expand-lg .navbar-nav .dropdown-menu {
	left: 0;
	top: calc(100% + .4rem);
	width: min(18rem, calc(100vw - 2rem));
	min-height: 0;
	padding: .45rem;
	background: var(--color-surface);
	border: 1px solid var(--color-border);
	border-radius: .55rem;
	box-shadow: var(--shadow-soft);
}

.dropdown-menu.show {
	display: block;
}

.dropdown-item {
	padding: .6rem .7rem;
	border-radius: .35rem;
}

.dropdown-item:hover,
.dropdown-item:focus {
	color: var(--color-link-hover);
	background: var(--color-focus);
}

.products {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(15rem, 1fr));
	gap: 1.25rem;
	align-items: stretch;
}

.products>.col {
	width: auto;
	max-width: none;
	padding: 0;
}

.product-box {
	position: relative;
	display: flex;
	flex-direction: column;
	min-height: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	overflow: hidden;
	text-align: left;
	background: var(--color-surface);
	border: 1px solid var(--color-border);
	border-radius: .75rem;
	box-shadow: var(--shadow-soft);
	transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.product-box:hover {
	transform: translateY(-2px);
	background: var(--color-surface);
	border-color: var(--color-border-strong);
}

.product-top {
	position: static;
	display: flex;
	flex: 1 1 auto;
	width: 100%;
}

div.product-top>.product {
	position: static;
	display: flex;
	flex-direction: column;
	width: 100%;
	min-height: 23rem;
	color: var(--color-text);
	text-decoration: none;
}

a.product>div.product-picture {
	position: relative;
	inset: auto;
	width: 100%;
	min-height: 13rem;
	max-height: none;
	padding: 0;
	background: var(--color-surface-soft);
}

img.product-picture {
	width: 100%;
	height: 13rem;
	min-height: 13rem;
	max-height: 13rem;
	object-fit: cover;
}

a.product>.product-header {
	position: static;
	padding: 1rem 1rem .4rem;
}

.product-manufacturer {
	margin-bottom: .25rem;
	color: var(--color-text-muted);
	font-size: .9rem;
	font-variant: normal;
}

.product-header h3 {
	margin: 0;
	color: var(--color-heading);
	font-size: 1.1rem;
	line-height: 1.25;
}

.product-box .product-description {
	position: static;
	margin: 0;
	padding: 0 1rem 1rem;
	color: var(--color-text-muted);
	text-align: left;
}

.product-box .product-description p {
	margin: 0;
	color: inherit;
}

.product-flags {
	position: absolute;
	top: .75rem;
	right: .75rem;
	z-index: 2;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: .35rem;
}

.product-flag-new,
.product-flag-soldout {
	display: inline-flex;
	margin: 0;
	padding: .25rem .45rem;
	border-radius: .3rem;
	color: #fff;
	font-size: .75rem;
	font-weight: 700;
	line-height: 1.2;
}

.product-flag-new {
	background: var(--color-success);
}

.product-flag-soldout {
	background: var(--color-danger);
}

.price-box {
	position: static;
	margin-top: auto;
	padding: 1rem;
	text-align: left;
	border-top: 1px solid var(--color-border);
	background: var(--color-surface-soft);
	font-size: 1rem;
}

.price {
	display: block;
	margin-bottom: .65rem;
	color: var(--color-price);
	font-size: 1.35rem;
	line-height: 1.15;
}

.price-button {
	width: 100%;
	color: var(--color-price);
	border-color: currentColor;
	font-size: .9rem;
}

.price-button:hover {
	background: var(--color-price);
	border-color: var(--color-price);
	color: #fff;
}

.product-details {
	display: grid;
	grid-template-columns: minmax(0, 1.4fr) minmax(18rem, .8fr);
	gap: 2rem;
	align-items: start;
}

div.product-details>div.product-picture,
.product-details .product-description {
	width: auto;
	height: auto;
	margin: 0;
}

.product-thumbnails {
	max-width: none;
	gap: .75rem;
}

.filters {
	align-items: center;
	gap: .75rem;
	margin: 0 0 1.25rem;
	padding: 1rem;
	background: var(--color-surface);
	border: 1px solid var(--color-border);
	border-radius: .65rem;
}

div.filters>* {
	height: auto;
	margin: 0;
}

select.sort-products {
	color: var(--color-text);
	background: var(--color-surface);
	border-color: var(--color-border);
}

.site-footer,
footer {
	position: static;
	flex-shrink: 0;
	width: 100%;
	height: auto;
	margin-top: auto;
	padding: 1.25rem 0;
	background: var(--color-surface-soft);
	border-top: 1px solid var(--color-border);
}

.footer-grid {
	display: grid;
	grid-template-columns: minmax(12rem, 1fr) minmax(13rem, 1.2fr) minmax(14rem, 1.2fr) minmax(11rem, 1fr);
	gap: 1rem;
	align-items: center;
	color: var(--color-text-muted);
	font-size: .92rem;
}

.footer-locales {
	display: flex;
	flex-wrap: wrap;
	gap: .5rem .8rem;
}

.footer-credit {
	text-align: right;
}

.theme-switch {
	position: fixed;
	right: 1rem;
	top: 1rem;
	z-index: 1100;
	height: auto;
	padding: .25rem;
	background: var(--color-surface);
	border: 1px solid var(--color-border);
	border-radius: .55rem;
	box-shadow: var(--shadow-soft);
}

.theme-switch .btn {
	border-radius: .4rem !important;
	color: var(--color-text);
	border-color: transparent;
}

.theme-switch .btn-check:checked+.btn {
	color: var(--color-surface);
	background: var(--color-heading);
	border-color: var(--color-heading);
}

.basket-side {
	top: 4.25rem;
	margin-top: 0;
	background: var(--color-surface);
	border-color: var(--color-border-strong);
	box-shadow: var(--shadow-soft);
}

.basket-side-sum {
	background: var(--color-surface);
	border-color: var(--color-border);
}

.card,
.page-link,
.page-item.active .page-link,
.page-item.disabled .page-link {
	color: var(--color-text);
	background: var(--color-surface);
	border-color: var(--color-border);
}

.error {
	max-width: none;
	margin: 1rem 0;
	padding: 1rem;
	color: var(--color-danger);
	background: color-mix(in srgb, var(--color-danger) 10%, transparent);
	border: 1px solid color-mix(in srgb, var(--color-danger) 25%, transparent);
	border-radius: .55rem;
	font-size: 1rem;
}

@media (max-width: 991px) {
	.site-header {
		position: static;
	}

	.site-header-inner {
		display: grid;
		grid-template-columns: minmax(0, 1fr) auto auto;
		grid-template-areas:
			"brand actions toggle"
			"nav nav nav";
		align-items: center;
		min-height: 3.75rem;
		gap: .45rem;
	}

	.site-brand {
		grid-area: brand;
		min-width: 0;
		min-height: 3.75rem;
		margin-right: 0;
		overflow: hidden;
		font-size: 1.05rem;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.site-mobile-actions {
		grid-area: actions;
		display: flex;
		align-items: center;
		justify-content: flex-end;
	}

	.navbar-toggler {
		grid-area: toggle;
		width: 2.75rem;
		height: 2.75rem;
		padding: 0;
		border-radius: .45rem;
	}

	.site-nav {
		grid-area: nav;
		padding: 0 0 1rem;
	}

	.site-nav-primary,
	.site-nav-actions {
		align-items: stretch;
		width: 100%;
	}

	.site-nav-actions {
		margin-left: 0;
	}

	.site-mobile-actions .site-nav-actions {
		flex-direction: row;
		gap: .25rem;
		width: auto;
		margin: 0;
		padding: 0;
	}

	.site-mobile-actions .site-nav-actions>.search,
	.site-mobile-actions .site-nav-mobile-hidden {
		display: none !important;
	}

	.site-nav-actions,
	.site-nav-primary {
		gap: .35rem;
	}

	.search {
		min-width: 100%;
	}

	.navbar-icon .nav-link {
		width: 100%;
		justify-content: flex-start;
		padding-inline: .8rem;
	}

	.site-mobile-actions .navbar-icon,
	.site-mobile-actions .navbar-icon>.nav-link,
	.site-mobile-actions #basket>.basket-nav,
	.site-mobile-actions #basket a.basket {
		width: 2.75rem;
		height: 2.75rem;
		min-width: 2.75rem;
		min-height: 2.75rem;
	}

	.site-mobile-actions .navbar-icon>.nav-link,
	.site-mobile-actions #basket a.basket,
	.navbar-toggler {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		padding: 0;
		color: var(--color-text);
		background: var(--color-surface-soft);
		border: 1px solid var(--color-border);
		border-radius: .45rem;
		font-size: 1.2rem;
		line-height: 1;
	}

	.site-mobile-actions #basket .badge {
		position: absolute !important;
		top: -.35rem;
		right: -.35rem;
		left: auto;
		min-width: 1.15rem;
		height: 1.15rem;
		padding: .12rem .35rem;
		transform: none !important;
		font-size: .68rem;
		line-height: .9rem;
	}

	.ms-menu,
	.category-dropdown,
	.navbar-expand-lg .navbar-nav .dropdown-menu {
		position: static;
		width: 100%;
		max-width: none;
		margin-top: .4rem;
		box-shadow: none;
	}

	.navbar-main-categories {
		display: flex;
		flex-direction: column;
		gap: .5rem;
		padding: .6rem 0 0;
	}

	li.navbar-main-category {
		display: grid;
		grid-template-columns: minmax(0, 1fr) 2.75rem;
		align-items: stretch;
		width: 100%;
		overflow: hidden;
		background: var(--color-surface);
		border: 1px solid var(--color-border);
		border-radius: .65rem;
	}

	.navbar-main-category>.category-menu-link {
		width: 100%;
		min-height: 3rem;
		padding-inline: .85rem;
		border: 0;
		border-radius: .65rem 0 0 .65rem;
		background: color-mix(in srgb, var(--color-link) 8%, var(--color-surface));
		font-weight: 700;
		white-space: nowrap;
	}

	.navbar-main-category:not(.has-submenu)>.category-menu-link {
		grid-column: 1 / -1;
		border-radius: .65rem;
	}

	.category-menu-toggle {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 2.75rem;
		min-height: 3rem;
		border-left: 1px solid var(--color-border-strong);
		background: var(--color-surface-soft);
		cursor: pointer;
	}

	.category-menu-toggle::before {
		content: "";
		width: .55rem;
		height: .55rem;
		border-right: 2px solid currentColor;
		border-bottom: 2px solid currentColor;
		transform: rotate(45deg) translate(-.1rem, -.1rem);
		transition: transform .16s ease;
	}

	.navbar-main-category.menu-open>.category-menu-toggle::before,
	.navbar-main-category.open>.category-menu-toggle::before {
		transform: rotate(225deg) translate(-.1rem, -.1rem);
	}

	.dropdown-toggle.category-menu-toggle {
		position: static;
		top: 0;
		right: 0;
	}

	.navbar-main-category>.ms-menu {
		grid-column: 1 / -1;
		position: static;
		width: 100%;
		margin: 0;
		padding: .75rem;
		border: 0;
		border-top: 1px solid var(--color-border);
		border-radius: 0;
		background: var(--color-surface-soft);
		box-shadow: none;
	}

	.categories-mobile-toggle {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: .6rem;
		width: 100%;
		min-height: 3rem;
		padding: .7rem .85rem;
		color: var(--color-text);
		background: var(--color-surface);
		border: 1px solid var(--color-border);
		border-radius: .65rem;
		font-weight: 800;
	}

	.categories-mobile-toggle:hover,
	.categories-mobile-toggle:focus {
		color: var(--color-link-hover);
		background: var(--color-focus);
	}

	.navbar-sub.categories-open .categories-mobile-toggle .bi-chevron-down {
		transform: rotate(180deg);
	}

	.categories-mobile-panel {
		display: none;
	}

	.navbar-sub.categories-open .categories-mobile-panel {
		display: block;
	}

	.products {
		grid-template-columns: repeat(auto-fill, minmax(13rem, 1fr));
	}

	.product-details {
		grid-template-columns: 1fr;
	}

	.footer-grid {
		grid-template-columns: 1fr;
	}

	.footer-credit {
		text-align: left;
	}
}

@media (max-width: 575.98px) {

	#content-wrap,
	.container.main {
		padding-top: 1.25rem;
		padding-bottom: 5rem;
	}

	.products {
		grid-template-columns: 1fr;
	}

	div.product-top>.product {
		min-height: 0;
	}

	.theme-switch {
		right: 1rem;
		display: flex;
	}

	.theme-switch .btn {
		padding-inline: .45rem;
		font-size: .78rem;
	}
}

/* E-SHOPOVÉ DOLADĚNÍ */

.form-control,
.form-select,
input,
select,
textarea {
	color: var(--color-text);
	background-color: var(--color-surface);
	border-color: var(--color-border);
}

.form-control:focus,
.form-select:focus,
input:focus,
select:focus,
textarea:focus {
	color: var(--color-text);
	background-color: var(--color-surface);
	border-color: var(--color-link-hover);
	box-shadow: 0 0 0 .2rem var(--color-focus);
}

.form-control:disabled,
.form-control[readonly],
.form-select:disabled,
input:disabled,
input[readonly],
select:disabled,
textarea:disabled,
textarea[readonly] {
	color: var(--color-text-muted);
	background-color: var(--color-surface-soft);
	border-color: var(--color-border);
	opacity: 1;
	-webkit-text-fill-color: var(--color-text-muted);
}

@media (min-width: 992px) {
	.navbar-sub {
		position: relative;
		z-index: 90;
		padding: 0;
		border-bottom: 1px solid var(--color-border);
	}

	.navbar-sub>.container {
		position: relative;
	}

	.navbar-main-categories {
		flex-wrap: nowrap;
		gap: 0;
		padding: 0;
		overflow: visible;
	}

	li.navbar-main-category {
		position: static;
		display: flex;
		align-items: stretch;
		flex: 1 1 0;
		min-width: 0;
		border-left: 1px solid var(--color-border);
	}

	li.navbar-main-category:last-child {
		border-right: 1px solid var(--color-border);
	}

	.navbar-main-category>.category-menu-link {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		min-height: 3.25rem;
		width: 100%;
		padding: .8rem .7rem;
		color: var(--color-text);
		background: transparent;
		border: 0;
		border-radius: 0;
		font-weight: 700;
		text-align: center;
		white-space: normal;
		box-shadow: none;
	}

	.navbar-main-category.has-submenu>.category-menu-link::after {
		content: "";
		width: .42rem;
		height: .42rem;
		margin-left: .1rem;
		border-right: 1.5px solid currentColor;
		border-bottom: 1.5px solid currentColor;
		transform: rotate(45deg) translateY(-.12rem);
		opacity: .75;
	}

	.navbar-main-category:hover>.category-menu-link,
	.navbar-main-category:focus-within>.category-menu-link {
		color: var(--color-heading);
		background: var(--color-surface);
		box-shadow: inset 0 -3px 0 var(--color-price);
	}

	.category-menu-toggle {
		display: none;
	}

	.ms-menu {
		position: absolute;
		left: 0;
		right: 0;
		top: 100%;
		display: none;
		width: 100%;
		max-width: none;
		max-height: min(68vh, 44rem);
		margin: 0;
		padding: 2rem 2.25rem 2.25rem;
		overflow-y: auto;
		background: var(--color-surface);
		border: 0;
		border-top: 1px solid var(--color-border);
		border-radius: 0 0 .8rem .8rem;
		box-shadow: 0 26px 55px rgba(10, 24, 38, .24);
	}

	.navbar-main-category:hover>.ms-menu,
	.navbar-main-category:focus-within>.ms-menu {
		display: block !important;
	}

	.ms-menu::before {
		position: fixed;
		inset: auto 0 0;
		top: calc(var(--mega-menu-top, 0px) + 8rem);
		content: "";
		pointer-events: none;
	}

	.navbar-main-subcategories {
		display: grid;
		grid-template-columns: repeat(4, minmax(0, 1fr));
		gap: 2rem 2.25rem;
		align-items: start;
	}

	.navbar-main-subcategory {
		min-width: 0;
		padding-left: 1rem;
		border-left: 1px solid var(--color-border);
	}

	.navbar-main-subcategory>.category-menu-link {
		display: flex;
		min-height: 2.3rem;
		padding: 0 0 .55rem;
		color: var(--color-text);
		background: transparent;
		border: 0;
		border-radius: 0;
		font-size: 1.05rem;
		font-weight: 800;
		line-height: 1.25;
	}

	.navbar-main-subcategory>.category-menu-link:hover,
	.navbar-main-subcategory>.category-menu-link:focus {
		color: var(--color-link-hover);
		background: transparent;
	}

	.navbar-subcategories {
		display: flex;
		flex-wrap: wrap;
		gap: .2rem .45rem;
		margin: 0;
		padding: 0;
		border-left: 0;
	}

	.navbar-subcategories .navbar-subcategories {
		flex-basis: 100%;
		margin: .1rem 0 .35rem .7rem;
	}

	.navbar-subcategory {
		display: inline-flex;
		min-width: 0;
	}

	.navbar-subcategories .category-menu-link {
		min-height: 0;
		padding: .05rem 0;
		color: var(--color-link);
		background: transparent;
		border: 0;
		border-radius: 0;
		font-size: .9rem;
		font-weight: 500;
		line-height: 1.45;
	}

	.navbar-subcategories .category-menu-link::after {
		content: "|";
		margin-left: .45rem;
		color: var(--color-border-strong);
	}

	.navbar-subcategories .navbar-subcategory:last-child>.category-menu-link::after {
		content: "";
		margin: 0;
	}

	.navbar-subcategories .category-menu-link:hover,
	.navbar-subcategories .category-menu-link:focus {
		color: var(--color-link-hover);
		background: transparent;
		text-decoration-color: currentColor;
	}

	.navbar-category-image {
		flex: 0 0 auto;
		width: 2.35rem;
		height: 2.35rem;
		margin-right: .35rem;
		object-fit: contain;
	}
}

@media (min-width: 1200px) {
	.navbar-main-subcategories {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}

@media (min-width: 1500px) {
	.navbar-main-subcategories {
		grid-template-columns: repeat(5, minmax(0, 1fr));
	}
}

.product-box {
	background: transparent;
	border: 1px solid transparent;
	border-radius: .55rem;
	box-shadow: none;
}

.product-box:hover {
	transform: none;
	background: var(--color-surface);
	border-color: var(--color-border);
	box-shadow: 0 12px 30px rgba(15, 35, 55, .08);
}

a.product>div.product-picture {
	background: var(--color-surface-soft);
	border-radius: .45rem;
	overflow: hidden;
}

a.product>.product-header {
	padding: .9rem .35rem .25rem;
}

.product-box .product-description {
	padding: 0 .35rem .9rem;
}

.price-box {
	padding: .85rem .35rem .35rem;
	background: transparent;
	border-top: 0;
}

.price {
	margin-bottom: .5rem;
	font-size: 1.2rem;
}

.price-button {
	width: auto;
	min-width: 9rem;
}

body.theme-dark .product-box:hover {
	background: var(--color-surface-soft);
	box-shadow: 0 14px 34px rgba(0, 0, 0, .22);
}

.breadcrumb {
	--bs-breadcrumb-divider-color: var(--color-text-muted);
}

.breadcrumb-item,
.breadcrumb-item.active {
	color: var(--color-text-muted);
}

body.theme-dark .navbar-main-category>.category-menu-link:hover,
body.theme-dark .navbar-main-category>.category-menu-link:focus,
body.theme-dark .navbar-main-category:hover>.category-menu-link,
body.theme-dark .navbar-main-category:focus-within>.category-menu-link,
body.theme-dark .navbar-main-subcategory>.category-menu-link:hover,
body.theme-dark .navbar-main-subcategory>.category-menu-link:focus,
body.theme-dark .navbar-subcategories .category-menu-link:hover,
body.theme-dark .navbar-subcategories .category-menu-link:focus {
	color: #63c7ff;
}

body.theme-dark .navbar-main-category:hover>.category-menu-link,
body.theme-dark .navbar-main-category:focus-within>.category-menu-link {
	background: rgba(99, 199, 255, .12);
}

@media (min-width: 992px) {
	.navbar-main-category.menu-open>.ms-menu {
		display: block !important;
	}

	.navbar-main-category.menu-locked>.ms-menu,
	.navbar-main-category.menu-locked:hover>.ms-menu,
	.navbar-main-category.menu-locked:focus-within>.ms-menu {
		display: none !important;
	}
}

.pagination {
	gap: .2rem;
	margin-block: .75rem;
}

.pagination .page-link {
	min-width: 2.25rem;
	padding: .45rem .7rem;
	color: var(--color-link);
	background: transparent;
	border: 1px solid transparent;
	border-radius: .45rem;
	text-align: center;
	font-weight: 700;
	box-shadow: none;
}

.pagination .page-link:hover,
.pagination .page-link:focus {
	color: var(--color-link-hover);
	background: var(--color-focus);
	border-color: var(--color-border);
}

.pagination .page-item.active .page-link {
	color: #ffffff;
	background: var(--color-heading);
	border-color: var(--color-heading);
	box-shadow: 0 8px 18px rgba(18, 63, 109, .18);
}

.pagination .page-item.disabled .page-link {
	color: var(--color-text-muted);
	background: transparent;
	border-color: transparent;
	opacity: .45;
	cursor: default;
}

.pagination.justify-content-center {
	color: var(--color-text-muted);
	font-size: .92rem;
	font-weight: 600;
}

body.theme-dark .pagination .page-item.active .page-link {
	color: #07131d;
	background: #63c7ff;
	border-color: #63c7ff;
	box-shadow: 0 8px 20px rgba(99, 199, 255, .16);
}

#basket {
	position: relative;
	z-index: 1400;
}

.basket-nav {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

#basket .nav-link {
	position: relative;
}

#basket-side.basket-side-out {
	position: fixed;
	inset: 4.25rem 1rem auto auto;
	display: none;
	width: min(30rem, calc(100vw - 2rem));
	height: min(38rem, calc(100vh - 5.25rem));
	z-index: 1350;
}

#basket-side.basket-side-visible {
	display: block;
}

#basket-side .basket-side {
	position: absolute;
	inset: 0;
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background: var(--color-surface);
	border: 1px solid var(--color-border-strong);
	border-radius: .75rem;
	box-shadow: 0 26px 55px rgba(10, 24, 38, .24);
	z-index: 1350;
}

#basket-side .basket-side-items {
	position: absolute;
	inset: 0 0 5.25rem;
	margin: 0;
	padding: 1rem;
	background: var(--color-surface);
	overflow: auto;
}

#basket-side .basket-side-header {
	align-items: center;
	gap: .75rem;
	margin: 0 0 .8rem;
}

#basket-side .basket-side-header h2 {
	margin: 0;
	font-size: 1.25rem;
}

#basket-side .basket-side-sum {
	position: absolute;
	inset: auto 0 0;
	width: 100%;
	height: 5.25rem;
	margin: 0;
	padding: 1rem;
	align-items: center;
	background: var(--color-surface-soft);
	border-top: 1px solid var(--color-border);
}

body.theme-dark #basket-side .basket-side {
	box-shadow: 0 26px 55px rgba(0, 0, 0, .42);
}

@media (max-width: 575.98px) {
	#basket-side.basket-side-out {
		inset: .75rem .75rem auto;
		width: auto;
		height: calc(100vh - 1.5rem);
	}
}

#basket-side.basket-side-out {
	--basket-drawer-top: 4.25rem;
	inset: var(--basket-drawer-top) 0 0 auto;
	width: clamp(30rem, 34vw, 44rem);
	min-width: 30rem;
	height: calc(100vh - var(--basket-drawer-top));
}

#basket-side .basket-side {
	border-radius: 0;
	border-top: 0;
	border-right: 0;
	border-bottom: 0;
	box-shadow: -22px 0 48px rgba(10, 24, 38, .22);
}

#basket-side .basket-side-top {
	position: absolute;
	inset: 0 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	min-height: 5rem;
	padding: 1rem 1.25rem;
	background: var(--color-surface);
	border-bottom: 1px solid var(--color-border);
}

#basket-side .basket-side-top h2 {
	margin: 0;
	font-size: 1.35rem;
	line-height: 1.2;
}

#basket-side .basket-side-top .btn {
	white-space: nowrap;
	border-radius: .2rem;
}

#basket-side .basket-side-items {
	inset: 5rem 0 5.5rem;
	padding: 0;
	background: var(--color-surface);
}

#basket-side .basket-side-empty {
	margin: 0;
	padding: 1.25rem;
	color: var(--color-text-muted);
}

#basket-side .basket-side-list {
	display: flex;
	flex-direction: column;
}

#basket-side .basket-side-item {
	display: grid;
	grid-template-columns: 4.75rem minmax(0, 1fr) auto;
	gap: 1rem;
	align-items: stretch;
	margin: 0;
	padding: 1rem 1.25rem;
	border-bottom: 1px solid var(--color-border);
	background: transparent;
}

#basket-side .basket-side-item-picture {
	display: flex;
	align-self: stretch;
	overflow: hidden;
	min-height: 5rem;
	border-radius: .45rem;
	background: var(--color-surface);
}

#basket-side .basket-side-item-picture .thumbnail-ico {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#basket-side .basket-side-item:hover {
	background: var(--color-surface-soft);
}

#basket-side .basket-side-item-main {
	align-self: center;
	min-width: 0;
}

#basket-side .basket-side-item-title {
	display: block;
	color: var(--color-text);
	font-weight: 800;
	line-height: 1.25;
	text-decoration: none;
}

#basket-side .basket-side-item-title:hover,
#basket-side .basket-side-item-title:focus {
	color: var(--color-link-hover);
	text-decoration: underline;
}

#basket-side .basket-side-item-meta {
	display: flex;
	flex-wrap: wrap;
	gap: .35rem .75rem;
	margin-top: .35rem;
	color: var(--color-text-muted);
	font-size: .82rem;
	line-height: 1.35;
}

#basket-side .basket-side-item-actions {
	display: grid;
	grid-template-columns: minmax(6.5rem, auto) 1.75rem;
	gap: .75rem;
	align-self: center;
	align-items: center;
}

#basket-side .basket-side-item-price {
	color: var(--color-price);
	text-align: right;
	white-space: nowrap;
}

#basket-side .basket-side-remove {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1.75rem;
	height: 1.75rem;
	text-decoration: none;
}

#basket-side .basket-side-remove i {
	transition: transform .16s ease;
}

#basket-side .basket-side-remove.basket-remove-pending i {
	transform: rotate(45deg);
}

#basket-side .basket-side-item.basket-remove-pending {
	background: color-mix(in srgb, var(--color-danger) 9%, var(--color-surface));
}

#basket-side .basket-side-sum {
	height: 5.5rem;
	display: flex;
	justify-content: space-between;
	gap: 1rem;
	padding: 1.15rem 1.25rem;
	font-size: 1rem;
}

#basket-side .basket-side-sum strong {
	color: var(--color-price);
	font-size: 1.25rem;
}

body.theme-dark #basket-side .basket-side {
	box-shadow: -22px 0 48px rgba(0, 0, 0, .5);
}

@media (max-width: 767.98px) {
	#basket-side.basket-side-out {
		--basket-drawer-top: 3.75rem;
		inset: var(--basket-drawer-top) 0 0;
		width: 100vw;
		height: calc(100vh - var(--basket-drawer-top));
		min-width: 0;
	}

	#basket-side .basket-side-item {
		grid-template-columns: 4.75rem minmax(0, 1fr);
		gap: .75rem;
	}

	#basket-side .basket-side-item-picture {
		grid-row: 1 / 3;
	}

	#basket-side .basket-side-item-actions {
		grid-column: 2;
		grid-template-columns: minmax(0, 1fr) 1.75rem;
	}
}

#snippet--flash-message {
	position: fixed;
	left: 1rem;
	right: auto;
	bottom: 1rem;
	top: auto;
	z-index: 1200;
	display: flex;
	flex-direction: column;
	gap: .5rem;
	width: min(28rem, calc(100vw - 2rem));
	pointer-events: none;
}

#snippet--flash-message .flash-alert {
	position: relative;
	margin: 0;
	pointer-events: auto;
}

#snippet--flash-message .flash-alert .inner {
	margin: 0;
	padding: .85rem 2.75rem .85rem 1rem;
	border: 1px solid var(--color-border-strong);
	background: var(--color-surface);
	color: var(--color-text);
	box-shadow: 0 14px 34px rgba(10, 24, 38, .18);
}

#snippet--flash-message .flash-alert .close {
	position: absolute;
	top: .65rem;
	right: .75rem;
	color: var(--color-text-muted);
	cursor: pointer;
}

#snippet--flash-message .flash-alert.success .inner {
	border-left: 4px solid var(--color-success);
}

#snippet--flash-message .flash-alert.warning .inner {
	border-left: 4px solid #d99a22;
}

#snippet--flash-message .flash-alert.error .inner {
	border-left: 4px solid var(--color-danger);
}

body.theme-dark #snippet--flash-message .flash-alert .inner {
	box-shadow: 0 14px 34px rgba(0, 0, 0, .36);
}
