body {
	/*background-color: #F7F5F2;*/
	background-color: #fff;
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
}
body,
p,
a,
li,
label,
td,
th,
input,
select,
textarea,
button,
.btn,
.btn-one,
.sp_button,
.sp_button_invert,
.sp-control,
.form-control,
.checkbox-label,
.catalog-sort-tab,
.catalog_list,
.catalog_list a,
.catalog-breadcrumb,
.catalog-header-desc,
.new_desc_layout,
.new_product_overlay,
.new_normal_type,
.new_button_part a,
.nav-list,
.main_l_head_section,
.irs,
.irs--flat,
.irs--flat .irs-min,
.irs--flat .irs-max,
.irs--flat .irs-from,
.irs--flat .irs-to,
.irs--flat .irs-single,
.shop_table,
.param-group {
	font-family: 'Raleway', sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6,
.catalog_panel_title,
.catalog_panel_title_filter,
.mini-banner h2,
.new_name_layout,
.new_name_layout a,
.rozcestnik-title h3,
.why-us-card h3,
.ubytovani-wrapper h2,
.promo-content h2,
.order_title {
	font-family: 'Cormorant Garamond', serif;
	font-weight: 600;
}
.fa,
.fas,
.far,
.fal {
	font-family: "Font Awesome 5 Free", FontAwesome;
}
.fab {
	font-family: "Font Awesome 5 Brands";
}
.header-top-connected {
	background: var(--main-color);
	padding: 12px 0;
}
.main_l_head_section ul li a {
	color: #fff;
	position: relative;
	font-weight: 600;
	font-size: 14.5px;        
}
.main_l_head_section ul li a:hover, .main_l_head_section ul li a:active, .main_l_head_section ul li a:focus-visible {
	color: #fff;
}
.main_l_head_section ul li:not(:last-child):before {
	position: absolute;
    right: -15px;
    top: 6px;
    width: 1px;
    content: "";
    height: 12px;
    background-color: #fff;
}
.main_r_head_section a {
	display: inline-block;
    color: #fff;
    font-weight: 600;
    margin-right: 25px;
    position: relative;
    font-size: 14.5px;
}
.main_r_head_section a:hover span, .main_r_head_section a:active span, .main_r_head_section a:focus-visible span {
	color: #fff;
}
.main_r_head_section a span {
	display: inline-block;
    color: #fff;
    padding-left: 5px;
    position: relative;
    transition: all 0.35s ease;
}
.main_r_head_section a:not(:last-child):before {
	position: absolute;
    right: -15px;
    top: 6px;
    width: 1px;
    content: "";
    height: 12px;
    background-color: #fff;
}
.main_menu_section i {
	color: #000;
}
.home-6-banner {
	height: 800px;
	position: relative;
}
.home-6-banner video {
	object-fit: cover;
    width: 100%;
    height: 100%;
}
.h-100 {
	height: 100%;
}
.home-6-banner-content-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}
.home-6-banner-content {
	position: relative;
	overflow: hidden;
	margin-left: auto;
	color: #fff;
	text-align: center;
}
.home-6-banner-top span {
	display: block;
    font-weight: 300;
    font-size: 30px;
}
.home-6-banner-top h2 {
	margin: 12px 0 20px;
    font-size: 65px;
    font-weight: 700;
    color: #fff;
}
.home-6-banner-top p {
	color: #fff;
    opacity: 0.92;
    line-height: 1.6;
    font-size: 20px;
    font-weight: 300;
}
.btn-one {
	display: inline-block;
    border: 1px solid var(--main-color);
    padding: 10px 30px;
    transition: 0.5s;
    text-transform: uppercase;
    background-color: var(--main-color);
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    border-radius: 8px;
    font-family: "Raleway";
}
.btn-one:hover, .btn-one:active, .btn-one:focus-visible {
	border-color: #95849d;
	color: #fff;
	background-color: #95849d;
	text-decoration: none;
}
.desc {
	margin-top: 25px;
}
.s-rozcestnik {
	padding: 70px 0 70px;
}
.rozcestnik-card {
	margin-bottom: 30px;
    overflow: hidden;
    border-radius: 18px;
    position: relative;
    height: 550px;
}
.rozcestnik-card.rozcestnik-card-mini {
	height: 300px;
}
.rozcestnik-card img {
	width: 100%;
	height: 100%;
	border-radius: 18px;
	transition: all 0.5s ease;
	object-fit: cover;
	object-position: center;
}
.rozcestnik-title {
	position: absolute;
    right: 0;
    bottom: 0;
    padding: 25px 25px 0;
    text-align: right;
    color: #fff;
}
.rozcestnik-title h3 {
	color: #fff;
	margin-bottom: 0;
    transition: 0.5s;
    transform: translateY(-30px);
    font-size: 40px;
    font-weight: 700;
}
.rozcestnik-card.rozcestnik-card-mini h3 {
	font-size: 25px;
}
.rozcestnik-title .btn-one {
    transform: translateY(-15px);
}
.rozcestnik-card:hover .rozcestnik-title h3, .rozcestnik-card:active .rozcestnik-title h3, .rozcestnik-card:focus-visible .rozcestnik-title h3 {
	transform: translateY(-30px);
}
.rozcestnik-card:hover .rozcestnik-title .btn-one, .rozcestnik-card:active .rozcestnik-title .btn-one, .rozcestnik-card:focus-visible .rozcestnik-title .btn-one {
	opacity: 1;
	visibility: visible;
	transform: translateY(-15px);
}
.rozcestnik-card-muzi .rozcestnik-title {
	left: 0;
	right: unset;
	text-align: left;
}
.text-white {
	color: #fff !important;
}
.s-why-us {
	padding: 0 0 100px;
}
.why-us-area {
	padding-top: 30px;
	margin-bottom: 30px;
	background-color: #f5f5f5;
}
.why-us-card {
	margin-bottom: 30px;
	text-align: center;
}
.why-us-icon {
	/*background-color: #fff;*/
    background-color: var(--main-color);
	width: 120px;
    height: 120px;
    position: relative;
    border-radius: 50%;
    transition: 0.5s;
    font-size: 65px;
    margin-left: auto;
    margin-right: auto;
}
.why-us-icon img {
	position: absolute;
    left: 50%;
    right: 0;
    top: 50%;
    transform: translate(-50%, -50%);
}
.why-us-card h3 {
	display: block;
    position: relative;
    padding-top: 18px;
    z-index: 1;
    margin-bottom: 0;
    font-size: 22px;
    font-weight: 700;
    color: #fff;
}
.why-us-card:hover .why-us-icon, .why-us-card:active .why-us-icon, .why-us-card:focus-visible .why-us-icon {
	background-color: var(--main-color);
}
.title-span {
	display: block;
	margin-bottom: 8px;
	color: var(--main-color);
	font-weight: 600;
	font-size: 15px;
}
.title {
	margin-bottom: 0;
	font-size: 35px;
	font-weight: 700;
	color: #000;
}
.s-promo {
	background-image: url(/sp-themes/sp2021/images/linvin/background.jpg);
	position: relative;
	background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
	padding: 100px 0;
}
.s-promo:before {
	content: "";
	top: 0; bottom: 0; left: 0; right: 0;
	position: absolute;
	background: rgba(0, 0, 0, 0.45);
}
.promo-content {
    text-align: center;
    position: relative;
    z-index: 1;
}
.promo-content span {
	display: block;
    color: #ffffff;
    font-weight: 300;
    font-size: 25px;
}
.promo-content h2 {
	margin: 10px 0 10px;
    color: #ffffff;
    font-size: 65px;
    font-weight: 700;
}
.promo-content p {
	color: #ffffff;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 15px;
}
.pt-100 {
	padding-top: 100px;
}
.s-partner {
	padding: 70px 0 70px;
}
.s-partner img {
	height: 100%;
	object-fit: scale-down;
	object-position: center;
}
.gallery-card {
	height: 250px;
	width: 100%;
	overflow: hidden;
}
.gallery-card img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: center;
	transition: all 0.5s ease;
}
.gallery-card:hover img, .gallery-card:active img, .gallery-card:focus-visible img {
	transform: scale(1.1);
}
.subscribe-form .btn-one {
	width: 100%;
	max-width: 100%;
	text-align: center;
}
.subscribe-form input.sp-control {
    background-color: transparent !important;
    border: 1px solid #848282 !important;
    color: #ffffff !important;
    font-size: 15px;
    border-radius: 26px;
    margin-bottom: 10px !important;
}
.social-list li a {
	width: 30px;
    height: 30px;
    text-align: center;
    background-color: #ffffff;
    font-size: 18px;
    position: relative;
    border-radius: 2px;
}
.social-list li a:hover, .social-list li a:active, .social-list li a:focus-visible {
	background-color: #e6e6e6;
}
.social-list li a i {
	vertical-align: middle;
	color: var(--main-color);
}
.novinky-text {
    font-size: 13px;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 5px;
}
html {
	-ms-overflow-style: auto;
	scrollbar-gutter: auto;
}
html, body {
	width: 100%;
	max-width: 100%;
	min-width: 0;
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
}
header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	max-width: 100%;
	margin-left: 0;
	margin-right: 0;
	z-index: 20;
	background: #fff;
	box-shadow: 0 1px 0 rgba(44, 42, 41, 0.08);
	overflow: visible;
	box-sizing: border-box;
}
.site-header-spacer {
	display: block;
	width: 100%;
	max-width: 100%;
	height: 0;
	margin-left: 0;
	margin-right: 0;
	pointer-events: none;
	visibility: hidden;
}
.mainbar,
footer {
	width: 100%;
	max-width: 100%;
	margin-left: 0;
	margin-right: 0;
	box-sizing: border-box;
}
.mini-banner {
	background-color: rgb(248, 248, 248);
    padding-top: 100px;
    padding-bottom: 100px;
    background-image: url("/sp-themes/sp2021/images/linvin/hrozen.png");
    background-position: center right;
    background-size: 50%;
    background-repeat: no-repeat;
    background-color: #F7F5F2;
}
.mini-banner h2 {
	margin-bottom: 0px;
    font-size: 45px;
    font-weight: 600;
    color: #000;
    font-family: 'Cormorant Garamond', serif;
}
.mini-banner.catalog-header {
	position: relative;
	height: auto;
	min-height: 0;
	padding: 56px 0;
	overflow: hidden;
	background-color: #121012;
	background-image: url("/sp-themes/sp2021/assets/images/lintner-kategorie-banner.webp");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: right center;
}
.mini-banner.catalog-header::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(18, 15, 18, 0.72) 0%, rgba(18, 15, 18, 0.45) 48%, rgba(18, 15, 18, 0.20) 100%);
	pointer-events: none;
	z-index: 0;
}
.mini-banner.catalog-header::after {
	content: none;
	display: none;
}
.mini-banner.catalog-header .container,
.mini-banner.catalog-header .catalog-layout-container {
	position: relative;
	z-index: 1;
}
.catalog-header-content {
	max-width: 980px;
	min-width: 0;
}
.catalog-header-sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}
.catalog-breadcrumb-nav {
	margin: 0 0 14px;
}
.catalog-breadcrumb {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	list-style: none;
	margin: 0;
	padding: 0;
	max-width: 100%;
	font-size: 14px;
	line-height: 1.5;
	color: #6f6a66;
}
.catalog-breadcrumb-item {
	display: inline-flex;
	align-items: center;
	min-width: 0;
	max-width: 100%;
}
.catalog-breadcrumb-item:not(:last-child)::after {
	content: ">";
	margin: 0 8px;
	color: #9a948e;
	font-weight: 400;
}
.catalog-breadcrumb-item a {
	color: #6f6a66;
	text-decoration: none;
	max-width: 100%;
	overflow-wrap: anywhere;
}
.mini-banner.catalog-header .catalog-breadcrumb {
	color: rgba(255, 255, 255, 0.82);
}
.mini-banner.catalog-header .catalog-breadcrumb-item:not(:last-child)::after {
	color: rgba(255, 255, 255, 0.55);
}
.mini-banner.catalog-header .catalog-breadcrumb-item a {
	color: rgba(255, 255, 255, 0.82);
}
.mini-banner.catalog-header .catalog-breadcrumb-item a:hover,
.mini-banner.catalog-header .catalog-breadcrumb-item a:focus-visible {
	color: #fff;
}
.catalog-breadcrumb-item .fa-home,
.catalog-breadcrumb-item .fas.fa-home {
	font-size: 14px;
	line-height: 1;
	color: inherit;
}
.catalog-breadcrumb-current span {
	overflow-wrap: anywhere;
}
.mini-banner.catalog-header h1 {
	margin: 0;
	padding: 0;
	font-size: 45px;
	font-weight: 600;
	line-height: 1.15;
	color: #fff;
	font-family: "Cormorant Garamond", serif;
	overflow-wrap: anywhere;
}
.mini-banner.catalog-header .catalog-header-desc {
	color: rgba(255, 255, 255, 0.86);
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
}
.mini-banner.catalog-header .catalog-header-desc a {
	color: #fff;
}
.catalog-header-desc {
	margin-top: 16px;
	max-width: 100%;
	color: #555;
	font-size: 16px;
	line-height: 1.65;
	overflow-wrap: anywhere;
	word-wrap: break-word;
}
.catalog-header-desc p {
	margin: 0 0 0.7em;
	line-height: 1.65;
}
.catalog-header-desc p:last-child {
	margin-bottom: 0;
}
.catalog-header-desc a {
	color: var(--main-color);
	text-decoration: underline;
}
.catalog-header-desc ul {
	list-style: disc;
	margin: 0.5em 0;
	padding-left: 1.25em;
}
.catalog-header-desc ol {
	list-style: decimal;
	margin: 0.5em 0;
	padding-left: 1.25em;
}
.catalog-header-desc strong,
.catalog-header-desc b {
	font-weight: 700;
}
.catalog-header-desc em,
.catalog-header-desc i {
	font-style: italic;
}
.catalog-header-desc img {
	max-width: 100%;
	height: auto;
}
.catalog-sort {
	position: relative;
	width: 100%;
	max-width: 100%;
	min-width: 0;
	margin: 0 0 24px;
}
.catalog-ordering-select {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}
.catalog-sort-tabs {
	display: flex;
	flex-wrap: nowrap;
	align-items: stretch;
	justify-content: flex-start;
	gap: 34px;
	width: 100%;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #e5e5e5;
}
.catalog-sort-tab {
	appearance: none;
	-webkit-appearance: none;
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin: 0;
	padding: 8px 0 12px;
	width: auto;
	font-family: 'Raleway', sans-serif;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.2;
	color: #9a9a9a;
	cursor: pointer;
	position: relative;
	white-space: nowrap;
	flex: 0 0 auto;
}
.catalog-sort-tab.is-active {
	color: var(--main-color);
}
.catalog-sort-tab.is-active::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -1px;
	height: 2px;
	background: var(--main-color);
}
.catalog-sort-tab:hover,
.catalog-sort-tab:active {
	background: transparent;
	color: var(--main-color);
	text-decoration: none;
}
.catalog-sort-tab:focus {
	outline: none;
}
.catalog-sort-tab:focus-visible {
	outline: 2px solid #000;
	outline-offset: 3px;
}
.listing_div {
	align-items: stretch;
	min-width: 0;
}
.listing_div > .main_product {
	display: flex;
	min-width: 0;
}
@media (min-width: 576px) and (max-width: 991.98px) {
	.listing_div > .main_product {
		flex: 0 0 50%;
		max-width: 50%;
	}
}
.listing_div .new_product_overlay {
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
	width: 100%;
	background: #f3f1e6;
	border: 1px solid transparent;
	border-radius: 18px;
	box-shadow: none;
	padding: 24px 20px 28px;
	transform: translateY(0);
	transition: background-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}
.listing_div .new_product_overlay:hover,
.listing_div .new_product_overlay:active,
.listing_div .new_product_overlay:focus-visible {
	border-color: transparent;
	box-shadow: none;
}
@media (hover: hover) and (pointer: fine) {
	.listing_div .new_product_overlay:hover {
		background: #e8e4d6;
		transform: translateY(-2px);
		box-shadow: 0 10px 22px rgba(138, 118, 148, 0.18);
	}
	.listing_div .new_product_overlay:hover .new_photo_layout img {
		transform: scale(1.035);
	}
}
@media (prefers-reduced-motion: reduce) {
	.listing_div .new_product_overlay {
		transition: none;
		transform: none;
		box-shadow: none;
	}
	.listing_div .new_product_overlay:hover {
		transform: none;
		box-shadow: none;
	}
	.listing_div .new_photo_layout img {
		transition: none;
		transform: scale(1);
	}
	.listing_div .new_product_overlay:hover .new_photo_layout img {
		transform: scale(1);
	}
	.listing_div .new_button_part a {
		transition: none;
	}
}
.listing_div .new_product_main_layout {
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
	min-height: 0;
	height: 100%;
}
.listing_div .new_photo_layout {
	position: relative;
	width: 100%;
	height: 420px;
	flex: 0 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	overflow: hidden;
}
.listing_div .new_photo_layout a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}
.listing_div .new_photo_layout img {
	position: static;
	top: auto;
	left: auto;
	width: 100%;
	height: 100%;
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	object-position: center center;
	transform: scale(1);
	transition: transform 0.3s ease;
}
.listing_div .new_name_layout {
	height: auto;
	min-height: 0;
	margin-top: 10px;
	padding: 0 6px;
	text-align: center;
	align-items: center;
	justify-content: center;
}
.listing_div .new_name_layout a {
	display: block;
	width: 100%;
	font-family: "Cormorant Garamond", serif;
	font-weight: 600;
	font-size: 20px;
	line-height: 1.25;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #1a1a1a;
	overflow-wrap: break-word;
	word-break: normal;
}
.listing_div .new_name_layout a:hover,
.listing_div .new_name_layout a:focus-visible {
	text-decoration: underline;
}
.listing_div .new_desc_layout {
	flex: 1 1 auto;
	padding: 8px 6px 12px;
	text-align: center;
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
}
.listing_div .new_bottom_generator {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: flex-end;
	width: 100%;
	height: auto;
	min-height: 0;
	margin-top: auto;
	padding-top: 4px;
	gap: 12px;
}
.listing_div .new_price_part {
	width: 100%;
}
.listing_div .new_normal_type,
.listing_div .downsale_actual,
.listing_div .downsale_num {
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	justify-content: center;
	text-align: center;
	color: var(--main-color);
	color: color-mix(in srgb, var(--main-color) 70%, #1a1a1a);
}
.listing_div .downsale_prev {
	color: #8a8a8a;
	font-weight: 500;
}
.listing_div .special_num {
	background: transparent;
}
.listing_div .downsale_up {
	top: 16px;
	right: 16px;
	z-index: 3;
}
.listing_div .stock_info,
.listing_div .new_button_part .stock_info {
	display: none;
	position: static;
	top: auto;
	left: auto;
}
.listing_div .new_button_part {
	display: block;
	width: 100%;
	max-width: 100%;
	text-align: center;
}
.listing_div .new_button_part a {
	display: inline-block;
	max-width: 100%;
	box-sizing: border-box;
	background: transparent;
	border: 1px solid var(--main-color);
	color: var(--main-color);
	border-radius: 8px;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.2;
	padding: 7px 22px;
	transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}
.listing_div .new_button_part a:hover,
.listing_div .new_button_part a:active {
	background: var(--main-color);
	border-color: var(--main-color);
	color: #fff;
	text-decoration: none;
}
.listing_div .new_button_part a:focus {
	outline: none;
}
.listing_div .new_button_part a:focus-visible {
	outline: 2px solid var(--main-color);
	outline-offset: 3px;
}
.new_product_overlay {
	border-radius: 18px;
}
.catalog_panel_overlay {
	border-radius: 18px;
	padding-top: 0;
}
.catalog_panel_overlay .catalog_panel_title,
.catalog_panel_overlay .catalog_panel_title_filter {
	font-family: 'Cormorant Garamond', serif;
	font-weight: 600;
}
.catalog_panel_overlay .catalog_panel_title:before,
.catalog_panel_overlay .catalog_panel_title_filter:before {
	background-color: var(--main-color);
}
.catalog_panel_overlay .catalog_list a {
	color: #000;
}
.catalog_panel_overlay .catalog_list a:hover,
.catalog_panel_overlay .catalog_list a:focus-visible {
	color: var(--main-color);
}
.catalog_panel_overlay .catalog_list a[style*="--main-color"] {
	font-weight: 700;
	color: var(--main-color);
}
.catalog_panel:last-child {
	border-radius: 0 0 18px 18px;
}
.summary-product {
	color: #000;
}
.summary-product h2 {
    margin-bottom: 18px;
    font-size: 36px;
    font-weight: 700;
}
.summary-product p {
	color: #777777;
	font-size: 16px;
}
.summary-product h4 {
	color: #000;
	font-size: 16px;
}
.summary-product .box-option.color-box {
	border-radius: 50%;
	width: 30px;
    height: 30px;
}
.summary-product #product-params {
	visibility: hidden;
	font-size: 1px;
}
.summary-product #product-params div {
	padding: 0 !important;
	background: transparent !important;
	border-left: none !important;
}
.summary-product i {
	color: #000;
	opacity: 1;
}
.single-shop-left .single-price .new-price.novat_price {
	font-size: 15px;
	font-weight: 600;
	opacity: 0.8;
}
.single-shop-left .single-price .new-price.novat_price small {
	font-size: 15px !important;
}
.single-shop-left .before_price {
	font-size: 15px;
	opacity: 0.3;
}
.single-shop-left .single-price .new-price.vat_price small {
	font-size: 16px !important;
}
.single-shop-tabs li {
	margin-right: 5px;
}
.single-shop-tabs li:first-child {
	margin-left: 5px;
}
.single-shop-tabs li span {
	position: relative;
    color: #000000;
    border: 2px dashed #eeeeee;
    padding: 13px 30px 13px 30px;
    font-weight: 600;
    font-size: 15px;
}
.single-shop-tabs li.active span {
	color: #fff;
	background-color: var(--main-color);
	border-color: var(--main-color);
}
.tabs-content .tab {
	border: none;
    padding: 30px;
}
.s-products .tabs-content .tab {
	border: none;
	padding: 0;
}
.tabs-content .tab p {
	color: #777;
	font-size: 15px;
}
.shop_table {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    color: #000;
}
.shop_table .cart_item {
    border-top: 1px solid #e5e5e5;
}
.shop_table .product-name {
    text-align: center;
}
.shop_table .product-name ul li {
	font-size: 13.5px;
    color: #777777;
}
.shop_table thead th {
	font-size: 15px !important;
	text-transform: uppercase;
}
.checkout .sp-control {
    background: #f5f5f5 !important;
    border: 0 !important;
}
.checkout .order-review-wrap .sp-control {
	border-radius: 8px !important;
}
.payment_method_bacs {
    background: #f5f5f5 !important;
    border-radius: 5px !important;
    border: 0 !important;
}
.product-name, .product-quantity, .product-subtotal {
    color: var(--bg-color);
    font-weight: 600;
    font-size: 16px;
}
.price2 {
    color: var(--bg-color2);
    font-size: 18px;
}
.sub_max.order_box {
    position: relative;
    display: block;
    padding: 33px 30px 34px 30px;
    border: 1px solid #eeeeee;
}
.ordered_photo {
    overflow: hidden;
    background: #fff;
}
.ordered_photo_x {
	display: none;
}
#header-menu {
	position: relative;
	z-index: auto;
	width: 100%;
	background: #fff;
	overflow: visible;
}
#header-menu .container {
	position: relative;
	z-index: 2;
	overflow: visible;
}
.mobile-menu-toggle{
    display:none;
    background:none;
    border:0;
    font-size:28px;
    cursor:pointer;
    padding: 0;
	width: 40px;
	height: 40px;
	flex: 0 0 40px;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
}
.mobile-menu-toggle i {
	color: #000;
    font-size: 18px;
}
.mobile-nav-overlay {
	display: none;
	position: fixed;
	inset: 0;
	z-index: 1;
	background: rgba(18, 16, 18, 0.45);
	border: 0;
	padding: 0;
	margin: 0;
	cursor: pointer;
}
.mobile-nav-overlay.is-open {
	display: block;
}
.irs--flat .irs-line {
	background-color: #fff !important;
}
.catalog_panel .irs--flat .irs-min, .catalog_panel .irs--flat .irs-max {
	background-color: #fff;
}
.shopping-cart-content .shopping-cart-img img {
    height: 100px;
}
.stock_info {
	display: none;
}
.new_button_part {
	display: none;
}
.new_bottom_generator {
	justify-content: center;
}
.s-ubytovani {
	padding-top: 80px;
	padding-bottom: 80px;
}
.ubytovani-wrapper {
	background-color: #F7F5F2;
	padding: 80px 50px;
	margin: 0 30px;
	border-radius: 18px;
}
.ubytovani-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.ubytovani-wrapper span {
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
    letter-spacing: 1.3px;
    margin-bottom: 10px;
    display: block;
}
.ubytovani-wrapper h2 {
	font-size: 48px;
	font-weight: 600;
	margin-bottom: 40px;
}
.ubytovani-img {
	height: 300px;
}
.ubytovani-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 18px;
}
.mt-50 {
    margin-top: 50px;
}
.product-detail-page {
	padding: 28px 0 36px;
}
.product-detail-page .product-detail-container {
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
}
.product-detail-breadcrumb {
	margin: 0 0 18px;
}
.product-detail-page .product-hero {
	display: flex;
	align-items: stretch;
	overflow: hidden;
	max-width: 1400px;
	margin: 0 auto;
	border-radius: 18px;
	border: 1px solid rgba(138, 118, 148, 0.14);
	background: #fff;
	box-shadow: none;
}
.product-hero-media {
	position: relative;
	flex: 0 0 44%;
	width: 44%;
	min-width: 0;
	min-height: 600px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 48px 32px 32px;
	background: #f3f1e6;
	box-sizing: border-box;
}
.product-hero-media-badges,
.product-hero-media-actions {
	position: absolute;
	z-index: 3;
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.product-hero-media-badges {
	top: 16px;
	left: 16px;
}
.product-hero-media-actions {
	top: 16px;
	right: 16px;
	align-items: flex-end;
}
.product-hero-media-badges:empty,
.product-hero-media-actions:empty {
	display: none;
}
.product-hero-badge {
	display: inline-block;
	padding: 4px 10px;
	border-radius: 6px;
	background: var(--main-color);
	color: #fff;
	font-family: 'Raleway', sans-serif;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.3;
}
.product-hero-media-actions .heartbox,
.product-hero-media-actions .hlidac,
.product-hero-media-actions .porovnat {
	position: relative;
	float: none;
	margin: 0;
	cursor: pointer;
	font-family: 'Raleway', sans-serif;
	font-size: 13px;
	font-weight: 500;
	color: #2C2A29;
	background: rgba(255, 255, 255, 0.88);
	border-radius: 8px;
	padding: 6px 10px;
}
.product-hero-media .multiple-gallery-main {
	--product-main-photo-h: 560px;
	width: 100%;
	flex: 1 1 auto;
	height: var(--product-main-photo-h);
	min-height: var(--product-main-photo-h);
	background: transparent !important;
}
.product-hero-media .multiple-gallery-main .slick-list,
.product-hero-media .multiple-gallery-main .slick-track,
.product-hero-media .multiple-gallery-main .slick-slide {
	height: var(--product-main-photo-h);
}
.product-hero-media .multiple-gallery-main .slick-slide > div,
.product-hero-media .multiple-gallery-main center,
.product-hero-media .multiple-gallery-main a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: var(--product-main-photo-h);
	background: transparent !important;
}
.product-hero-media .multiple-gallery-main img {
	display: block;
	width: 100%;
	max-width: 100%;
	height: 100% !important;
	object-fit: contain;
	object-position: center;
	margin: 0 auto;
}
.product-hero-info {
	flex: 1 1 56%;
	width: 56%;
	min-width: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 52px 52px;
	background: #fff;
	box-sizing: border-box;
}
.product-hero-info > .summary-product > .row {
	margin-left: 0;
	margin-right: 0;
}
.product-hero-info > .summary-product > .row > .col-md-12 {
	padding-left: 0;
	padding-right: 0;
}
.product-detail-page .product-hero h1.product-hero-title {
	margin: 0 0 16px;
	padding: 0;
	font-family: 'Cormorant Garamond', serif;
	font-weight: 600;
	font-size: 46px;
	line-height: 1.1;
	color: #2C2A29;
	text-transform: none;
	text-align: left;
	overflow-wrap: anywhere;
	word-break: normal;
}
.product-hero-shipping {
	margin: 0 0 12px;
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	font-weight: 500;
	color: #555;
}
.product-hero-desc {
	margin: 0 0 8px;
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6;
	color: #555;
}
.product-hero-desc:empty {
	display: none;
}
.product-hero-desc p {
	margin: 0 0 0.6em;
	line-height: 1.6;
}
.product-hero-desc p:last-child {
	margin-bottom: 0;
}
.product-hero .var_div {
	border-top: 1px solid rgba(138, 118, 148, 0.20);
	margin-top: 20px;
	padding-top: 20px;
}
.product-hero .var_div > .row {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	row-gap: 8px;
	margin-left: 0;
	margin-right: 0;
}
.product-hero .var_div > .row > [class*="col-md-4"] {
	flex: 0 0 130px;
	width: auto;
	max-width: 160px;
	padding-left: 0;
	padding-right: 12px;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	font-size: 15px;
	color: #2C2A29;
}
.product-hero .var_div > .row > [class*="col-md-8"] {
	flex: 1 1 auto;
	width: auto;
	max-width: none;
	padding-left: 0;
	padding-right: 0;
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	font-size: 15px;
	color: #2C2A29;
}
.product-hero .var_div > .row > [class*="col-md-12"]:first-child,
.product-hero .var_div > .row > [class*="col-12"]:first-child {
	flex: 1 1 100%;
	width: 100%;
	max-width: 100%;
	margin-bottom: 6px;
	padding-left: 0;
	padding-right: 0;
}
.product-hero .single-price {
	margin-bottom: 16px;
	margin-top: 8px;
	align-items: baseline;
	flex-wrap: wrap;
	gap: 8px 12px;
}
.product-detail-page,
.product-detail-container,
.product-hero,
.product-hero-info,
.summary-product,
.var_div {
	min-width: 0;
	max-width: 100%;
}
.product-hero-info,
.summary-product,
.var_div {
	box-sizing: border-box;
}
.product-hero .var_div .row {
	margin-left: 0;
	margin-right: 0;
	width: 100%;
	max-width: 100%;
	min-width: 0;
}
.product-hero .var_div [class*="col-"] {
	min-width: 0;
	max-width: 100%;
	box-sizing: border-box;
}
.product-hero-info.single-shop-left {
	margin-top: 0;
}
.product-hero .single-price .new-price.vat_price {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 6px 10px;
	min-width: 0;
	max-width: 100%;
	font-family: 'Raleway', sans-serif;
	font-size: 32px;
	font-weight: 700;
	line-height: 1.1;
	color: #8A7694;
}
.product-hero .single-price .new-price.vat_price small {
	font-family: 'Raleway', sans-serif;
	font-size: 13px !important;
	font-weight: 500;
	line-height: 1.35;
	color: #666;
}
.product-hero .single-price .new-price.novat_price,
.product-detail-page .novat_price,
.product-detail-page .dph_size {
	display: none !important;
	margin: 0 !important;
	padding: 0;
	height: 0;
	overflow: hidden;
	line-height: 0;
}
.product-hero .dph_size {
	font-family: 'Raleway', sans-serif;
	font-size: 13px;
	font-weight: 400;
	color: #666;
}
.product-hero .before_price {
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	font-weight: 500;
	opacity: 0.45;
}
.product-hero .product-single__actions {
	flex: 1 1 100%;
	width: 100%;
	max-width: 100%;
	min-width: 0;
}
.product-hero .product-single__actions > .col-md-12 {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	gap: 12px 16px;
	padding-left: 0;
	padding-right: 0;
	width: 100%;
	max-width: 100%;
	min-width: 0;
}
.product-hero .product-single__actions > .col-md-12 > .col-md-12 {
	padding-left: 0;
	padding-right: 0;
	width: auto;
	max-width: none;
	flex: 0 0 auto;
}
.product-hero .product-single__actions > .col-md-12 > .col-md-12:has(.single-price) {
	flex: 1 1 100%;
	width: 100%;
	order: -1;
}
.product-hero .single-quanity {
	margin: 0;
}
.product-hero .single-quanity label {
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	font-size: 14px;
	color: #2C2A29;
}
.product-hero .single-quanity .ui-widget-content,
.product-hero .single-quanity .ui-spinner {
	height: 50px;
}
.product-hero .single-btn-cover {
	margin-top: 0;
}
.product-hero .single-quanity .ui-widget-content,
.product-hero .single-quanity .ui-spinner {
	max-width: 100%;
	box-sizing: border-box;
}
.product-hero .main_button_buy.btn-one {
	min-height: 50px;
	padding: 12px 40px;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	font-size: 14px;
	border-radius: 8px;
	background-color: #8A7694;
	border-color: #8A7694;
	color: #fff;
	box-sizing: border-box;
	max-width: 100%;
}
.product-hero .main_button_buy.btn-one:hover,
.product-hero .main_button_buy.btn-one:active {
	background-color: #7a6784;
	border-color: #7a6784;
	color: #fff;
}
.product-hero .main_button_buy.btn-one:focus-visible {
	outline: 2px solid #8A7694;
	outline-offset: 3px;
}
.product-hero .summary-product #configurator select,
.product-hero .summary-product .select-option {
	font-family: 'Raleway', sans-serif;
}

@media (max-width: 991px) {
	.listing_div .new_photo_layout {
		height: 360px;
	}
	.main_head_section {
		flex-direction: column;
		gap: 6px;
	}
	.mobile-menu-toggle{
        display: flex;
        align-items: center;
		justify-content: center;
    }
    .main_second_c_head_section{
        position:absolute;
        left:0;
        right:0;
        top:100%;
        width:100% !important;
        max-width: 100%;
        background:#fff;
        display:none;
        box-shadow:0 8px 22px rgba(44, 42, 41, 0.12);
        z-index:22;
        border-radius: 0;
        border-top: 1px solid rgba(138, 118, 148, 0.16);
        max-height: calc(100vh - 64px);
        overflow-x: hidden;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }
    .main_second_c_head_section.active{
        display:block;
    }
	.main_second_c_head_section .main_menu_section {
		padding: 4px 0 8px;
	}
	.main_second_c_head_section .nav-list {
		display: block;
		margin: 0;
		padding: 0;
		width: 100%;
	}
	.main_second_c_head_section .nav-list > li {
		display: block;
		float: none;
		margin: 0;
		width: 100%;
		border-bottom: 1px solid rgba(138, 118, 148, 0.14);
	}
	.main_second_c_head_section .nav-list > li:last-child {
		border-bottom: 0;
	}
	.main_second_c_head_section .nav-list > li > a {
		display: block;
		margin: 0 !important;
		padding: 14px 20px !important;
		font-family: 'Raleway', sans-serif !important;
		font-size: 16px;
		font-weight: 500;
		line-height: 1.4;
		color: #2C2A29;
		text-align: left;
	}
	.main_second_c_head_section .nav-list > li > a:hover,
	.main_second_c_head_section .nav-list > li.active > a {
		color: #8A7694;
	}
	.main_second_c_head_section .nav-list li.dropdown ul,
	.main_second_c_head_section .nav-list .sub-menu {
		position: static;
		display: block;
		width: 100%;
		min-width: 0;
		box-shadow: none;
		background: #faf8f4;
		padding: 0 0 8px;
	}
	.main_second_c_head_section .nav-list li.dropdown ul li a,
	.main_second_c_head_section .nav-list .sub-menu a {
		display: block;
		padding: 10px 20px 10px 32px;
		font-family: 'Raleway', sans-serif;
		font-size: 15px;
		color: #2C2A29;
	}
	.mini-banner.catalog-header {
		padding: 40px 0;
		background-position: 78% center;
	}
	.mini-banner.catalog-header h1 {
		font-size: 36px;
	}
	.catalog-header-content {
		max-width: 72%;
	}
	.product-detail-page .product-hero {
		flex-direction: column;
	}
	.product-hero-media,
	.product-hero-info {
		flex: 1 1 auto;
		width: 100%;
	}
	.product-hero-media {
		min-height: 0;
		height: auto;
		padding: 36px 20px 24px;
	}
	.product-hero-media .multiple-gallery-main {
		--product-main-photo-h: 400px;
	}
	.product-hero-info {
		padding: 24px 20px 28px;
		justify-content: flex-start;
		width: 100%;
		max-width: 100%;
		min-width: 0;
	}
	.product-detail-page .product-hero h1.product-hero-title {
		font-size: 34px;
		text-align: left;
		overflow-wrap: anywhere;
	}
	.product-hero .var_div > .row > [class*="col-md-4"],
	.product-hero .var_div > .row > [class*="col-md-8"] {
		flex: 1 1 100%;
		width: 100%;
		max-width: 100%;
		padding-right: 0;
	}
	.product-hero .product-single__actions {
		flex: 1 1 100%;
		width: 100%;
		max-width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	.product-hero .product-single__actions > .col-md-12 {
		flex-wrap: wrap;
		flex-direction: row;
		align-items: stretch;
		width: 100%;
		max-width: 100%;
		min-width: 0;
	}
	.product-hero .single-quanity {
		width: 100%;
		max-width: 100%;
	}
	.product-hero .single-btn-cover {
		margin-top: 0;
		width: 100%;
		max-width: 100%;
	}
	.product-hero .single-btn-cover .btn-buy-now {
		margin-right: 0;
	}
}
@media (max-width: 767px) {
	.nav-list>li>a {
		padding-bottom: 0 !important;
	}
	.title {
		text-align: center;
	}
	.product-detail-page .product-hero h1.product-hero-title {
		font-size: 36px;
		text-align: left;
	}
	.product-hero-media {
		min-height: 0;
		height: auto;
		padding: 28px 16px 16px;
	}
	.product-hero-media .multiple-gallery-main {
		--product-main-photo-h: 380px;
	}
	.product-hero-info {
		padding: 20px 16px 28px;
	}
	.product-hero .product-single__actions {
		flex: 1 1 100%;
		width: 100%;
		max-width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	.product-hero .product-single__actions > .col-md-12 {
		flex-direction: column;
		flex-wrap: nowrap;
		align-items: center;
		justify-content: flex-start;
		width: 100%;
		max-width: 100%;
		min-width: 0;
		gap: 16px;
	}
	.product-hero .product-single__actions > .col-md-12 > .col-md-12,
	.product-hero .single-btn-cover {
		width: 100%;
		max-width: 320px;
		flex: 0 0 auto;
		margin-left: auto;
		margin-right: auto;
	}
	.product-hero .single-quanity {
		display: flex;
		flex-direction: column;
		align-items: center;
		width: auto;
		max-width: 100%;
		margin: 0 auto;
	}
	.product-hero .single-btn-cover {
		margin-top: 4px;
		margin-bottom: 4px;
		padding: 0;
	}
	.product-hero .main_button_buy.btn-one {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		max-width: 320px;
		height: 52px;
		min-height: 52px;
		margin: 0 auto;
		padding: 0 20px;
		text-align: center;
		border-radius: 8px;
		box-sizing: border-box;
	}
	.product-hero-info {
		padding: 20px 16px 28px;
	}
	.mini-banner.catalog-header {
		padding: 28px 0;
		background-position: 82% center;
	}
	.mini-banner.catalog-header::before {
		background: linear-gradient(90deg, rgba(18, 15, 18, 0.84) 0%, rgba(18, 15, 18, 0.62) 52%, rgba(18, 15, 18, 0.32) 100%);
	}
	.mini-banner.catalog-header h1 {
		font-size: 30px;
	}
	.catalog-header-content {
		max-width: 100%;
	}
	.catalog-header-desc {
		font-size: 15px;
	}
	.catalog-sort {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
		-ms-overflow-style: none;
	}
	.catalog-sort::-webkit-scrollbar {
		display: none;
	}
	.catalog-sort-tabs {
		justify-content: flex-start;
		gap: 24px;
		width: max-content;
		min-width: 100%;
	}
	.catalog-sort-tab {
		padding: 8px 0 12px;
		font-size: 13px;
	}
	.listing_div .new_photo_layout {
		height: 320px;
	}
	.listing_div .new_product_overlay {
		padding: 20px 16px 24px;
	}
}
@media (max-width: 575px) {
	.catalog-products .listing_div > .main_product {
		flex: 0 0 100%;
		max-width: 100%;
		width: 100%;
		float: none;
		margin-inline: auto;
		padding-left: 0;
		padding-right: 0;
	}
	.listing_div .new_photo_layout {
		height: 300px;
	}
	.listing_div .new_name_layout a {
		font-size: 18px;
	}
	.home-6-banner-top h2 {
		font-size: 40px;
	}
	.home-6-banner-top span {
		font-size: 22px;
	}
	.home-6-banner-top p {
	    font-size: 16px;
	}
	.mini-banner.catalog-header {
		padding: 22px 0;
	}
	.mini-banner.catalog-header h1 {
		font-size: 26px;
	}
	.catalog-breadcrumb {
		font-size: 13px;
	}
}
@media (max-width: 425px) {
	.shopping-cart-content {
		width: 300px;
	}
}
@media (min-width: 1400px) {
	.container.catalog-layout-container {
		width: calc(100% - 48px);
		max-width: 1600px;
		margin-left: auto;
		margin-right: auto;
	}
	.catalog-layout-container > .row > .col-md-3 {
		flex: 0 0 300px;
		max-width: 300px;
		width: 300px;
	}
	.catalog-layout-container > .row > .col-md-9 {
		flex: 1 1 0;
		max-width: calc(100% - 300px);
		width: auto;
	}
	.listing_div > .main_product {
		flex: 0 0 25%;
		max-width: 25%;
	}
}
.s-related-products .product-related-title {
	font-family: 'Cormorant Garamond', serif;
	font-weight: 600;
	color: #8A7694;
}
.s-related-products .product-cover {
	overflow: visible;
}
.s-related-products .main_product {
	min-width: 0;
}
.s-related-products .new_product_overlay {
	border: 1px solid transparent;
	box-shadow: none;
	transform: none;
	transition: box-shadow 0.25s ease;
}
.s-related-products .new_product_overlay:hover,
.s-related-products .new_product_overlay:active,
.s-related-products .new_product_overlay:focus-visible {
	border-color: transparent;
	outline: none;
	transform: none;
	box-shadow: inset 0 0 0 1px rgba(138, 118, 148, 0.55);
}
.header-actions {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 12px;
	min-width: 0;
}
.header-actions .search-icon,
.header-actions .account-icon,
.header-actions .shopping-card-icon {
	display: block;
	width: 22px;
	height: 22px;
	transition: filter 0.2s ease;
}
.header-search-open,
.header-account-link,
.header-cart-link {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	flex: 0 0 40px;
	color: #000;
	text-decoration: none;
	border-radius: 0;
	background: none;
	border: 0;
	padding: 0;
	cursor: pointer;
	box-sizing: border-box;
}
.header-account-link:hover .account-icon,
.header-cart-link:hover .shopping-card-icon,
.header-search-open:hover .search-icon {
	filter: invert(48%) sepia(8%) saturate(848%) hue-rotate(229deg) brightness(93%) contrast(88%);
}
.header-search-open:focus-visible,
.header-account-link:focus-visible,
.header-cart-link:focus-visible {
	outline: 2px solid #8A7694;
	outline-offset: 2px;
}
.header-cart {
	position: relative;
}
.header-actions .main_account_section a.header-cart-link {
	position: relative;
	float: none;
	flex-direction: row;
	overflow: visible;
}
.header-cart-link .count_counter {
	position: absolute;
	top: 2px;
	right: 2px;
	left: auto;
	width: 15px;
	height: 15px;
	z-index: 1;
	pointer-events: none;
	box-sizing: border-box;
}
@media (max-width: 991px) {
	#header-menu .container {
		min-width: 0;
	}
	#header-menu .main_second_head_section {
		min-width: 0;
		width: 100%;
		max-width: 100%;
		box-sizing: border-box;
		gap: 8px;
	}
	#header-menu .main_second_l_head_section {
		min-width: 0;
		flex: 1 1 auto;
		width: auto;
	}
	#header-menu .main_second_r_head_section {
		width: auto;
		min-width: 0;
		flex: 0 0 auto;
	}
	#header-menu .main_logo_section,
	#header-menu .main_logo_section a {
		display: block;
		min-width: 0;
		max-width: 100%;
	}
	#header-menu .main_logo_section img {
		display: block;
		width: auto;
		height: auto;
		max-width: 100%;
		max-height: 40px;
	}
	.main_second_l_head_section,
	.main_second_r_head_section {
		width: auto;
		min-width: 0;
	}
	.header-actions {
		gap: 4px;
	}
	.mobile-menu-toggle {
		margin: 0;
		flex: 0 0 40px;
	}
	.mobile-menu-toggle .menu-icon {
		width: 22px;
		height: 22px;
	}
}
@media (max-width: 767px) {
	#header-menu .header-search-open,
	#header-menu .main_search_section {
		display: none !important;
	}
	#header-menu .main_second_l_head_section,
	#header-menu .main_logo_section,
	#header-menu .main_logo_section a {
		flex: 1 1 auto;
		min-width: 0;
		max-width: 100%;
	}
	#header-menu .main_logo_section img {
		width: auto;
		max-width: 100%;
		height: auto;
		max-height: 36px;
	}
	#header-menu .main_second_r_head_section,
	#header-menu .header-actions,
	#header-menu .header-account,
	#header-menu .main_account_section,
	#header-menu .mobile-menu-toggle {
		flex-shrink: 0;
	}
	#header-menu .header-actions {
		gap: 2px;
	}
}
@media (max-width: 360px) {
	#header-menu .main_logo_section img {
		max-width: min(100%, 170px);
		max-height: 32px;
	}
}
.shop-search {
	display: none;
	position: fixed;
	z-index: 30;
	inset: 0;
	align-items: center;
	justify-content: center;
	padding: 16px;
	box-sizing: border-box;
}
.shop-search.is-open {
	display: flex;
}
.shop-search[hidden] {
	display: none !important;
}
.shop-search-backdrop {
	position: absolute;
	inset: 0;
	background: rgba(18, 16, 18, 0.55);
	cursor: pointer;
}
.shop-search-dialog {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	width: min(1000px, calc(100% - 48px));
	max-height: calc(100vh - 80px);
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 18px 50px rgba(18, 16, 18, 0.28);
	padding: 20px 24px 24px;
	box-sizing: border-box;
	overflow: hidden;
	min-height: 0;
}
.shop-search-sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}
.shop-search-bar {
	display: flex;
	align-items: center;
	gap: 10px;
	min-width: 0;
	border-bottom: 1px solid #e6e2d6;
	padding: 0 0 14px;
	flex: 0 0 auto;
}
.shop-search-bar-icon {
	flex: 0 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	opacity: 0.55;
}
.shop-search-bar-icon img {
	display: block;
	width: 20px;
	height: 20px;
}
.shop-search-input {
	flex: 1 1 auto;
	min-width: 0;
	border: 0;
	background: transparent;
	font-family: 'Raleway', sans-serif;
	font-size: 22px;
	line-height: 1.3;
	color: #1a1a1a;
	padding: 8px 0;
	box-shadow: none !important;
	outline: none;
	border-radius: 0;
	height: auto;
	width: auto;
}
.shop-search-input::-webkit-search-decoration,
.shop-search-input::-webkit-search-cancel-button,
.shop-search-input::-webkit-search-results-button {
	-webkit-appearance: none;
}
.shop-search-input:focus-visible {
	outline: 2px solid #8A7694;
	outline-offset: 4px;
}
.shop-search-spinner {
	flex: 0 0 auto;
	width: 16px;
	height: 16px;
	border: 2px solid #e6e2d6;
	border-top-color: #8A7694;
	border-radius: 50%;
	opacity: 0;
	visibility: hidden;
}
.shop-search.is-loading .shop-search-spinner {
	opacity: 1;
	visibility: visible;
	animation: shop-search-spin 0.7s linear infinite;
}
.shop-search-close {
	flex: 0 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	margin-left: 4px;
	padding: 0;
	border: 0;
	background: none;
	cursor: pointer;
	color: #1a1a1a;
	border-radius: 8px;
}
.shop-search-close img {
	display: block;
	width: 18px;
	height: 18px;
}
.shop-search-close:hover {
	background: #f3f1e6;
}
.shop-search-close:focus-visible,
.shop-search-card:focus-visible {
	outline: 2px solid #8A7694;
	outline-offset: 2px;
}
.shop-search-heading {
	font-family: 'Cormorant Garamond', serif;
	font-size: 28px;
	font-weight: 600;
	color: #8A7694;
	margin: 20px 0 16px;
	line-height: 1.2;
	flex: 0 0 auto;
}
.shop-search-status {
	margin: 12px 0 0;
	font-family: 'Raleway', sans-serif;
	font-size: 15px;
	color: #5c574c;
	flex: 0 0 auto;
}
.shop-search-status.is-error {
	color: #8a3b3b;
}
.shop-search-results {
	display: grid;
	grid-template-columns: 1fr;
	gap: 16px;
	overflow-x: hidden;
	overflow-y: auto;
	min-height: 0;
	padding: 0 2px 4px;
	-webkit-overflow-scrolling: touch;
	flex: 1 1 auto;
}
.shop-search-card {
	display: flex;
	flex-direction: column;
	height: 100%;
	min-width: 0;
	text-decoration: none;
	color: inherit;
	background: #f3f1e6;
	border-radius: 12px;
	overflow: hidden;
	transition: background-color 0.2s ease, box-shadow 0.2s ease;
}
.shop-search-card:hover,
.shop-search-card:focus-visible {
	background: #ebe7d8;
	box-shadow: none;
	transform: none;
	text-decoration: none;
	color: inherit;
}
.shop-search-card-photo {
	display: block;
	background: #f3f1e6;
	aspect-ratio: 4 / 5;
	overflow: hidden;
}
.shop-search-card-photo img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.shop-search-card-body {
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
	gap: 0;
	padding: 10px 14px 12px;
	min-width: 0;
	min-height: 0;
}
.shop-search-card-name {
	font-family: 'Cormorant Garamond', serif;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.25;
	color: #1a1a1a;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	overflow: hidden;
}
.shop-search-card-price {
	font-family: 'Raleway', sans-serif;
	font-size: 15px;
	font-weight: 600;
	color: #8A7694;
	margin-top: auto;
	padding-top: 8px;
}
@keyframes shop-search-spin {
	to { transform: rotate(360deg); }
}
@media (min-width: 600px) {
	.shop-search-results {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}
@media (min-width: 1100px) {
	.shop-search-results {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}
@media (max-width: 599px) {
	.shop-search {
		padding: 8px;
		align-items: stretch;
	}
	.shop-search-dialog {
		width: calc(100% - 16px);
		max-width: none;
		max-height: calc(100vh - 16px);
		height: calc(100vh - 16px);
		border-radius: 12px;
		padding: 14px 14px 16px;
	}
	.shop-search-input {
		font-size: 18px;
	}
	.shop-search-heading {
		font-size: 24px;
		margin: 16px 0 12px;
	}
	.shop-search-bar {
		gap: 8px;
	}
}
@media (max-width: 479px) {
	.product-hero-media {
		padding: 20px 12px 16px;
	}
	.product-hero-media .multiple-gallery-main {
		--product-main-photo-h: 360px;
	}
	.product-hero-info {
		padding: 16px 12px 28px;
	}
	.product-hero .single-price .new-price.vat_price {
		font-size: 28px;
	}
	.product-hero .main_button_buy.btn-one {
		width: 100%;
		max-width: 320px;
		height: 52px;
		min-height: 52px;
		padding: 0 16px;
		margin-left: auto;
		margin-right: auto;
	}
	#header-menu .header-actions {
		gap: 0;
	}
	#header-menu .container {
		padding-left: 10px;
		padding-right: 10px;
	}
}
.single-shop-tabs .tab-wrap,
.single-shop-tabs .product-tabs,
.single-shop-tabs .tabs-content {
	max-width: 100%;
	min-width: 0;
}
.single-shop-tabs .product-tabs {
	justify-content: flex-start;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	margin-left: 0;
	margin-right: 0;
}
.single-shop-tabs .tabs-content .tab,
.single-shop-tabs .tab {
	max-width: 100%;
	min-width: 0;
	overflow-x: auto;
}
.single-shop-tabs .tab img,
.single-shop-tabs .tabs-content img {
	max-width: 100%;
	height: auto;
}
.single-shop-tabs .tab table,
.single-shop-tabs .tabs-content table {
	display: block;
	width: 100%;
	max-width: 100%;
	overflow-x: auto;
}
@media (max-width: 767px) {
	.s-related-products .product-cover.row {
		display: flex;
		flex-direction: column;
		margin-left: 0;
		margin-right: 0;
	}
	.s-related-products .main_product {
		flex: 1 1 100%;
		max-width: 100%;
		width: 100%;
		float: none;
	}
	.single-shop-tabs li span {
		padding: 10px 14px;
		white-space: nowrap;
	}
}
@media (min-width: 992px) {
	.mobile-menu-toggle {
		display: none !important;
	}
	.mobile-nav-overlay,
	.mobile-nav-overlay.is-open {
		display: none !important;
	}
	#header-menu .main_second_l_head_section,
	#header-menu .main_second_r_head_section {
		flex: 0 1 auto;
		min-width: 0;
	}
	.main_second_c_head_section {
		position: static;
		display: block;
		max-height: none;
		overflow: visible;
		box-shadow: none;
		border-top: 0;
		background: transparent;
	}
}
.shop-search-dialog {
	min-width: 0;
}
@media (prefers-reduced-motion: reduce) {
	.shop-search-card,
	.header-actions .search-icon,
	.header-actions .account-icon,
	.header-actions .shopping-card-icon {
		transition: none;
	}
	.shop-search.is-loading .shop-search-spinner {
		animation: none;
		opacity: 1;
	}
}
.age-gate {
	display: flex;
	position: fixed;
	inset: 0;
	z-index: 40;
	align-items: center;
	justify-content: center;
	padding: 16px;
	box-sizing: border-box;
}
html.age-verified .age-gate {
	display: none !important;
}
.age-gate-overlay {
	position: absolute;
	inset: 0;
	background: rgba(18, 16, 18, 0.52);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
}
@supports not ((-webkit-backdrop-filter: blur(10px)) or (backdrop-filter: blur(10px))) {
	.age-gate-overlay {
		background: rgba(18, 16, 18, 0.82);
	}
}
.age-gate-dialog {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 520px;
	max-height: min(90vh, 640px);
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	background: #F7F4EE;
	border-radius: 18px;
	padding: 40px;
	box-shadow: 0 18px 40px rgba(18, 16, 18, 0.22);
	box-sizing: border-box;
	text-align: center;
}
.age-gate-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 56px;
	margin: 0 auto 20px;
	border-radius: 50%;
	background: rgba(138, 118, 148, 0.14);
	color: #8A7694;
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.02em;
}
.age-gate-title {
	margin: 0 0 14px;
	font-family: 'Cormorant Garamond', serif;
	font-size: 32px;
	font-weight: 600;
	line-height: 1.2;
	color: #2C2A29;
}
.age-gate-text {
	margin: 0 0 24px;
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.55;
	color: #4A4744;
}
.age-gate-confirm {
	display: block;
	width: 100%;
	min-height: 48px;
	padding: 12px 20px;
	border: 0;
	border-radius: 8px;
	background: #8A7694;
	color: #fff;
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.3;
	cursor: pointer;
	box-sizing: border-box;
}
.age-gate-confirm:hover,
.age-gate-confirm:focus-visible {
	background: #7a6784;
}
.age-gate-confirm:focus-visible {
	outline: 2px solid #8A7694;
	outline-offset: 3px;
}
.age-gate-leave {
	margin: 16px 0 0;
	font-family: 'Raleway', sans-serif;
	font-size: 13px;
	line-height: 1.45;
	color: #6F6A66;
}
html:not(.age-verified) body > *:not(.age-gate) {
	pointer-events: none;
}
@media (max-width: 479px) {
	.age-gate {
		padding: 12px;
		align-items: flex-start;
	}
	.age-gate-dialog {
		padding: 28px 20px;
		max-height: calc(100vh - 24px);
		margin-top: 12px;
	}
	.age-gate-title {
		font-size: 26px;
	}
	.age-gate-text {
		font-size: 15px;
	}
}
@media (prefers-reduced-motion: reduce) {
	.age-gate,
	.age-gate-dialog,
	.age-gate-overlay {
		transition: none;
	}
}
.shop_table .cart_item td {
	vertical-align: middle;
}
.shop_table .cart_item .product-thumbnail {
	width: 1%;
	white-space: nowrap;
	padding-top: 10px;
	padding-bottom: 10px;
}
.shop_table .cart_item .product-thumbnail img,
.shop_table .cart_item .cart-product-photo {
	display: block;
	width: auto !important;
	max-width: 100%;
	height: auto;
	max-height: 160px;
	object-fit: contain;
	margin: 0 auto;
}
.shop_table .cart_item .product-name {
	height: auto !important;
	min-height: 0;
	vertical-align: middle;
}
@media (max-width: 991px) {
	.shop_table .cart_item .product-thumbnail img,
	.shop_table .cart_item .cart-product-photo {
		max-height: 110px;
	}
}
@media (max-width: 757px) {
	.shop_table .cart_item .product-thumbnail {
		width: 100%;
		white-space: normal;
	}
}

.catalog-filter-header,
.catalog-filter-header,
.catalog-filter-open,
.catalog-filter-backdrop {
	display: none;
}
.catalog-mobile-toolbar {
	display: block;
	width: 100%;
	min-width: 0;
	max-width: 100%;
}
@media (max-width: 991px) {
	html,
	body,
	body.page-loaded {
		overflow: visible;
		width: auto;
		max-width: none;
		padding-left: 0;
		padding-right: 0;
		margin-left: 0;
		margin-right: 0;
	}
	.mini-banner.catalog-header {
		width: 100%;
		max-width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	.catalog-layout-container {
		width: 100%;
		max-width: 100%;
		margin-inline: auto;
		padding-left: 16px;
		padding-right: 16px;
		box-sizing: border-box;
	}
	.catalog-layout-container > .row.catalog-layout,
	.catalog-products > .row,
	.catalog-products .listing_div.row,
	.catalog-products .listing_div {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		max-width: 100%;
		margin-left: 0 !important;
		margin-right: 0 !important;
		margin-inline: 0 !important;
	}
	.catalog-layout-container > .row.catalog-layout > .catalog-sidebar,
	.catalog-layout-container > .row > .col-md-3.catalog-sidebar {
		flex: 0 0 0 !important;
		flex-basis: 0 !important;
		max-width: 0 !important;
		width: 0 !important;
		min-width: 0 !important;
		padding: 0 !important;
		margin: 0 !important;
		border: 0;
		min-height: 0;
		overflow: visible;
		float: none;
	}
	.catalog-layout-container > .row.catalog-layout > .catalog-products,
	.catalog-layout-container > .row > .col-md-9.catalog-products {
		flex: 0 0 100%;
		flex-basis: 100%;
		max-width: 100%;
		width: 100%;
		float: none;
		padding-left: 0;
		padding-right: 0;
		margin-left: auto;
		margin-right: auto;
	}
	.catalog-mobile-toolbar {
		display: flex;
		align-items: stretch;
		gap: 10px;
		width: 100%;
		max-width: 100%;
		margin: 0 0 16px;
		margin-inline: auto;
		box-sizing: border-box;
	}
	.catalog-products .listing_div {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		max-width: 100%;
		margin-left: 0 !important;
		margin-right: 0 !important;
		margin-inline: 0 !important;
	}
	.catalog-products .listing_div > .main_product {
		float: none;
		margin-inline: auto;
	}
	.catalog-products .listing_div > .main_product .new_product_main_layout {
		width: 100%;
		margin-inline: auto;
	}
	.catalog-products .listing_div > .main_product .new_product_overlay {
		width: 100%;
		margin-inline: auto;
	}
	.catalog-products > .row > [class*="col-md-2"] {
		display: none;
	}
	.catalog-products > .row > .new_pagination,
	.catalog-products > .row > .new_pagination_more {
		flex: 0 0 100%;
		max-width: 100%;
		width: 100%;
		float: none;
		margin-inline: auto;
		text-align: center;
	}
	.catalog-filter-open {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		gap: 8px;
		flex: 1 1 50%;
		min-width: 0;
		height: 50px;
		min-height: 50px;
		margin: 0;
		padding: 0 10px;
		border: 0;
		border-radius: 0;
		background: #8A7694;
		color: #fff;
		font-family: 'Raleway', sans-serif;
		font-size: 13px;
		font-weight: 600;
		line-height: 1.2;
		white-space: nowrap;
		cursor: pointer;
		box-sizing: border-box;
	}
	.catalog-filter-open:focus {
		outline: none;
	}
	.catalog-filter-open:focus-visible {
		outline: 2px solid #000;
		outline-offset: 2px;
	}
	.catalog-mobile-toolbar .catalog-sort {
		display: block;
		flex: 1 1 50%;
		width: auto;
		min-width: 0;
		margin: 0;
		overflow: visible;
	}
	.catalog-mobile-toolbar .catalog-sort-tabs {
		display: none;
	}
	.catalog-ordering-select {
		position: static;
		display: block;
		width: 100%;
		max-width: 100%;
		height: 50px;
		min-height: 50px;
		margin: 0;
		padding: 0 12px;
		overflow: visible;
		clip: auto;
		clip-path: none;
		white-space: nowrap;
		border: 1px solid #d8d4cc;
		border-radius: 0;
		background: #fff;
		color: #333;
		font-family: 'Raleway', sans-serif;
		font-size: 13px;
		line-height: 1.2;
		box-sizing: border-box;
		-webkit-appearance: none;
		appearance: none;
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23666' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");
		background-repeat: no-repeat;
		background-position: right 12px center;
		padding-right: 32px;
	}
	.catalog-ordering-select:focus,
	.catalog-ordering-select:focus-visible {
		outline: 2px solid #8A7694;
		outline-offset: 2px;
	}
	.catalog-filter-backdrop {
		display: none;
		position: fixed;
		inset: 0;
		z-index: 24;
		margin: 0;
		padding: 0;
		border: 0;
		background: rgba(18, 16, 18, 0.45);
		cursor: pointer;
	}
	.catalog-filter-backdrop.is-open,
	.catalog-filter-backdrop.is-open[hidden] {
		display: block !important;
	}
	#catalog-filter-panel {
		position: fixed !important;
		z-index: 25;
		top: 0;
		left: 12px;
		bottom: 0;
		width: min(380px, calc(100% - 24px));
		max-width: 380px;
		margin: 0;
		padding: 0;
		background: #fff;
		border-radius: 0;
		box-shadow: 8px 0 32px rgba(18, 16, 18, 0.28);
		transform: translateX(calc(-100% - 24px));
		visibility: hidden;
		overflow-x: hidden;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		transition: transform 0.25s ease, visibility 0.25s ease;
	}
	#catalog-filter-panel.is-open {
		transform: none;
		visibility: visible;
	}
	#catalog-filter-panel .catalog-filter-header,
	#catalog-filter-panel .catalog-filter-header {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 12px;
		position: sticky;
		top: 0;
		z-index: 2;
		background: #8A7694;
		color: #fff;
		padding: 14px 16px;
	}
	#catalog-filter-panel .catalog-filter-header strong {
		font-family: 'Cormorant Garamond', serif;
		font-size: 18px;
		font-weight: 600;
		line-height: 1.2;
	}
	#catalog-filter-panel .catalog-filter-close {
		display: flex;
		align-items: center;
		justify-content: center;
		flex: 0 0 auto;
		width: 36px;
		height: 36px;
		margin: 0;
		padding: 0;
		border: 0;
		background: transparent;
		color: #fff;
		cursor: pointer;
		font-size: 18px;
		line-height: 1;
	}
	#catalog-filter-panel .catalog-filter-close:focus {
		outline: none;
	}
	#catalog-filter-panel .catalog-filter-close:focus-visible {
		outline: 2px solid #fff;
		outline-offset: 2px;
	}
	body.catalog-filter-open {
		overflow: hidden;
	}
}
@media (min-width: 992px) {
	.catalog-filter-open,
	.catalog-filter-header,
	.catalog-filter-backdrop {
		display: none !important;
	}
}

.checkout-steps {
	display: none;
}
.checkout-coupon-submit {
	display: inline-block;
	margin: 0;
	padding: 10px 18px;
	border: 0;
	border-radius: 8px;
	background-color: #8A7694;
	color: #fff;
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	cursor: pointer;
	box-sizing: border-box;
}
@media (max-width: 767px) {
	html,
	body,
	body.page-loaded {
		overflow-x: visible;
		width: auto;
		max-width: none;
		padding-left: 0;
		padding-right: 0;
		margin-left: 0;
		margin-right: 0;
	}
	header,
	.site-header-spacer,
	.mini-banner,
	.mainbar,
	.product-detail-page,
	.checkout-process,
	footer {
		width: 100%;
		max-width: none;
		margin-left: 0;
		margin-right: 0;
		box-sizing: border-box;
	}
	.mini-banner > .container,
	footer > .container,
	.product-detail-container,
	.checkout-process .container,
	.section-wrap.cart .container,
	.section-wrap.checkout .container {
		width: 100%;
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
		padding-left: 16px;
		padding-right: 16px;
		box-sizing: border-box;
	}
	footer .row,
	.checkout-process .row,
	.section-wrap.cart .row,
	.section-wrap.checkout .row,
	.product-detail-page .row {
		margin-left: 0;
		margin-right: 0;
		width: 100%;
		max-width: 100%;
	}
	.mini-banner.checkout-banner {
		display: flex;
		align-items: center;
		min-height: 150px;
		height: auto;
		padding: 36px 0;
		background-size: 34%;
		background-position: calc(100% + 28px) 62%;
		background-repeat: no-repeat;
		box-sizing: border-box;
	}
	.mini-banner.checkout-banner h2 {
		margin: 0;
		font-size: 42px;
		line-height: 1.15;
		font-weight: 600;
	}
	.checkout-steps-desktop {
		display: none !important;
	}
	.checkout-steps {
		display: block;
		width: 100%;
		max-width: 100%;
		min-height: 110px;
		max-height: 140px;
		margin: 0;
		padding: 16px 16px 18px;
		box-sizing: border-box;
	}
	.checkout-steps-list {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		align-items: start;
		position: relative;
		width: 100%;
		margin: 0;
		padding: 0;
		list-style: none;
	}
	.checkout-steps-list::before {
		content: "";
		position: absolute;
		top: 17px;
		left: 16.66%;
		right: 16.66%;
		height: 1px;
		background: #d8d4cc;
		z-index: 0;
		pointer-events: none;
	}
	.checkout-steps-item {
		display: flex;
		flex-direction: column;
		align-items: center;
		min-width: 0;
		position: relative;
		z-index: 1;
		text-align: center;
	}
	.checkout-steps-link {
		display: flex;
		flex-direction: column;
		align-items: center;
		width: 100%;
		min-width: 0;
		color: inherit;
		text-decoration: none;
	}
	.checkout-steps-num {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 34px;
		height: 34px;
		border-radius: 50%;
		background: #eceae4;
		border: 1px solid #d8d4cc;
		color: #8a8680;
		font-family: 'Raleway', sans-serif;
		font-size: 14px;
		font-weight: 600;
		line-height: 1;
		box-sizing: border-box;
	}
	.checkout-steps-label {
		display: block;
		margin-top: 8px;
		max-width: 100%;
		padding: 0 2px;
		font-family: 'Raleway', sans-serif;
		font-size: 11px;
		font-weight: 500;
		line-height: 1.25;
		color: #8a8680;
		overflow-wrap: anywhere;
	}
	.checkout-steps-item.is-current .checkout-steps-num,
	.checkout-steps-item.is-done .checkout-steps-num {
		background: #8A7694;
		border-color: #8A7694;
		color: #fff;
	}
	.checkout-steps-item.is-current .checkout-steps-label,
	.checkout-steps-item.is-done .checkout-steps-label {
		color: #8A7694;
		font-weight: 600;
	}
	.checkout-coupon,
	.checkout-coupon-field,
	.checkout-coupon-action {
		display: block;
		width: 100%;
		max-width: 100%;
		text-align: center;
	}
	.checkout-coupon .sp-control-min,
	.checkout-coupon-field .sp-control-min {
		display: block !important;
		width: 100% !important;
		max-width: 300px;
		margin-inline: auto;
		box-sizing: border-box;
	}
	.checkout-coupon-submit {
		display: block;
		width: auto;
		margin: 12px auto 0;
		padding: 8px 4px;
		border: 0;
		border-radius: 0;
		background: transparent;
		color: #8A7694;
		font-size: 15px;
		font-weight: 600;
		line-height: 1.3;
		text-transform: none;
		text-decoration: underline;
		text-underline-offset: 3px;
		box-shadow: none;
		-webkit-appearance: none;
		appearance: none;
	}
	.checkout-coupon-submit:hover,
	.checkout-coupon-submit:focus-visible {
		background: transparent;
		color: #7a6784;
		text-decoration: underline;
	}
	.checkout-cta-wrap {
		display: flex;
		flex-direction: column;
		align-items: center;
		width: 100%;
		max-width: 100%;
		margin: 24px 0 8px;
		float: none;
		text-align: center;
	}
	a.checkout-cta,
	button.checkout-cta,
	input.checkout-cta,
	.checkout-cta {
		float: none !important;
		display: flex !important;
		align-items: center;
		justify-content: center;
		width: 100% !important;
		max-width: 320px;
		height: 52px;
		min-height: 52px;
		margin: 0 auto;
		padding: 0 20px !important;
		border: 0 !important;
		border-radius: 8px !important;
		background: #8A7694 !important;
		color: #fff !important;
		font-family: 'Raleway', sans-serif !important;
		font-size: 15px !important;
		font-weight: 600 !important;
		line-height: 1;
		text-align: center;
		text-decoration: none !important;
		text-transform: none;
		box-sizing: border-box;
		-webkit-appearance: none;
		appearance: none;
	}
	a.checkout-cta:hover,
	button.checkout-cta:hover,
	input.checkout-cta:hover,
	.checkout-cta:hover {
		background: #95849d !important;
		color: #fff !important;
	}
	a.checkout-cta:focus-visible,
	button.checkout-cta:focus-visible,
	input.checkout-cta:focus-visible,
	.checkout-cta:focus-visible {
		background: #8A7694 !important;
		color: #fff !important;
		outline: 2px solid #8A7694;
		outline-offset: 3px;
	}
	a.checkout-back,
	a.checkout-back.sp_button,
	.checkout-back {
		float: none !important;
		display: inline-flex !important;
		align-items: center;
		justify-content: center;
		order: 2;
		width: auto !important;
		min-height: 44px;
		max-width: 100%;
		margin: 14px auto 0 !important;
		padding: 10px 12px !important;
		border: 0 !important;
		border-radius: 0 !important;
		background: transparent !important;
		background-color: transparent !important;
		color: #8A7694 !important;
		font-family: 'Raleway', sans-serif !important;
		font-size: 15px !important;
		font-weight: 500 !important;
		line-height: 1.4;
		text-decoration: underline !important;
		text-underline-offset: 3px;
		box-shadow: none !important;
		-webkit-appearance: none;
		appearance: none;
	}
	a.checkout-back:hover,
	a.checkout-back.sp_button:hover,
	.checkout-back:hover,
	a.checkout-back:focus-visible,
	.checkout-back:focus-visible {
		background: transparent !important;
		background-color: transparent !important;
		border: 0 !important;
		color: #7a6784 !important;
		text-decoration: underline !important;
	}
	.section-wrap.checkout.checkout-process {
		padding: 12px 0 28px !important;
	}
	.section-wrap.checkout .ecommerce,
	.section-wrap.checkout .ecommerce.col {
		display: block !important;
		width: 100% !important;
		max-width: 100%;
		margin: 0 !important;
		padding: 0 !important;
		float: none;
	}
	.section-wrap.checkout .m_edit_main {
		width: 100% !important;
		max-width: 100%;
		float: none;
		padding: 0 !important;
		box-sizing: border-box;
	}
	.section-wrap.checkout .sub_max {
		width: 100% !important;
		max-width: 100%;
		float: none !important;
		padding: 0 !important;
	}
	.section-wrap.checkout .sub_max.order_box {
		padding: 16px !important;
		margin-top: 16px;
		box-sizing: border-box;
	}
	.section-wrap.checkout .order_box .order_title {
		margin: 0 0 12px;
	}
	.section-wrap.checkout .order_box .linka {
		width: 100%;
		margin: 16px 0;
	}
	.section-wrap.checkout .order_box .ordered_item {
		display: flex;
		align-items: flex-start;
		gap: 12px;
		width: 100%;
		margin: 0 0 12px;
		padding: 0;
		box-sizing: border-box;
	}
	.section-wrap.checkout .order_box .ordered_photo,
	.section-wrap.checkout .order_box .ordered_photo a,
	.section-wrap.checkout .order_box .ordered_photo img {
		background: transparent !important;
		background-color: transparent !important;
		box-shadow: none;
		border: 0;
	}
	.section-wrap.checkout .order_box .ordered_photo {
		flex: 0 0 72px;
		width: 72px;
		max-width: 72px;
		overflow: visible;
		float: none;
	}
	.section-wrap.checkout .order_box .ordered_photo img {
		display: block;
		width: auto !important;
		max-width: 100%;
		height: auto;
		max-height: 110px;
		object-fit: contain;
		aspect-ratio: auto;
	}
	.section-wrap.checkout .order_box .ordered_desc {
		flex: 1 1 auto;
		width: auto;
		min-width: 0;
		float: none;
	}
	.section-wrap.checkout .order_box .ordered_desc_item {
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
		gap: 12px;
	}
	.section-wrap.checkout .order_box .ordered_info {
		float: none;
		width: auto;
		min-width: 0;
		flex: 1 1 auto;
		text-align: left;
		overflow-wrap: anywhere;
		word-break: break-word;
	}
	.section-wrap.checkout .order_box .ordered_price,
	.section-wrap.checkout .order_box .final_sub_price {
		float: none;
		width: auto;
		flex: 0 0 auto;
		text-align: right;
	}
	.section-wrap.checkout .order_box .final_sub_title {
		display: block;
		text-align: left;
		margin-bottom: 8px;
	}
	.section-wrap.checkout .order_box .final_sub_price,
	.section-wrap.checkout .order_box .final_sub_price.amountrounded {
		display: block;
		color: #8A7694;
		position: static;
		top: auto;
		margin: 0;
	}
	.section-wrap.cart .product-thumbnail,
	.section-wrap.cart .product-thumbnail a,
	.section-wrap.cart .product-thumbnail img,
	.section-wrap.cart .cart-product-photo {
		background: transparent !important;
		background-color: transparent !important;
		box-shadow: none;
		border: 0;
	}
	.section-wrap.cart .cart-product-photo {
		object-fit: contain;
		height: auto;
	}
	.section-wrap.checkout input.checkstyle2,
	.section-wrap.checkout input.checkstyle1,
	.section-wrap.checkout input[type="checkbox"].checkbox,
	.section-wrap.checkout .ecommerce-shipping-fields input[type="checkbox"] {
		position: relative;
		z-index: 0;
		transform: none;
	}
	.section-wrap.checkout input.checkstyle2::before,
	.section-wrap.checkout input.checkstyle2::after,
	.section-wrap.checkout input[type="checkbox"].checkbox::before,
	.section-wrap.checkout input[type="checkbox"].checkbox::after {
		z-index: 0;
	}
	.section-wrap.checkout .main_label {
		z-index: 1;
	}
	.section-wrap.checkout .payment_method_bacs,
	.section-wrap.checkout .final_sub {
		width: 100%;
		max-width: 100%;
		box-sizing: border-box;
		flex-wrap: wrap;
	}
	.section-wrap.checkout .payment_method_bacs label,
	.section-wrap.checkout .delivery_info,
	.section-wrap.checkout .delivery_price {
		min-width: 0;
		max-width: 100%;
		overflow-wrap: anywhere;
		word-break: break-word;
	}
	.section-wrap.checkout .delivery_icon,
	.section-wrap.checkout .delivery_info,
	.section-wrap.checkout .delivery_price {
		width: auto;
		flex: 1 1 auto;
	}
	.section-wrap.checkout .ecommerce-shipping-fields {
		left: 0 !important;
		max-width: 100%;
		z-index: auto;
	}
	.section-wrap.checkout .sp-control,
	.section-wrap.checkout input[type="text"],
	.section-wrap.checkout input[type="email"],
	.section-wrap.checkout input[type="tel"],
	.section-wrap.checkout select,
	.section-wrap.checkout textarea {
		width: 100%;
		max-width: 100%;
		box-sizing: border-box;
	}
	.section-wrap.checkout .checkbox,
	.section-wrap.checkout .ecommerce-shipping-fields label {
		max-width: 100%;
		overflow-wrap: anywhere;
	}
	.section-wrap.cart {
		padding-left: 0;
		padding-right: 0;
	}
	.section-wrap.cart .shop_table,
	.section-wrap.cart .table-wrap {
		width: 100%;
		max-width: 100%;
		overflow-x: visible;
	}
}
@media (max-width: 359px) {
	a.checkout-cta,
	button.checkout-cta,
	input.checkout-cta,
	.checkout-cta,
	.product-hero .main_button_buy.btn-one,
	.product-hero .single-btn-cover {
		max-width: 100%;
	}
}