/*
Theme Name: Redfax
Theme URI: https://ajung.com.br
Author: André Jung, Caio Régis
Author URI: https://ajung.com.br/equipe
Description: Desenvolvido pela empresa A. Jung, para uso exclusivo das empresas sob distribuição da Redfax (CNPJ 58.544.339/0001-39).
Tags: custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, full-width-template, theme-options, translation-ready, block-styles, wide-blocks, accessibility-ready
Version: Blitz Brauch 2022
Requires at least: 5.0
Tested up to: 7.4
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ajung-ui
Domain Path: /lang
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

@media all {
	main {
		min-height: 80vh;
		display: flow-root;
	}

	.modal-popup {
		display: flex;
		height: 100%;
		left: 0;
		opacity: 0;
		pointer-events: none;
		position: fixed;
		top: 0;
		transition: opacity 0.15s, visibility 0.15s;
		visibility: hidden;
		width: 100%;
	}

	.modal-popup.modal-popup-center {
		align-items: center;
		justify-content: center;
	}

	.modal-popup.modal-popup-center .modal-popup-modal {
		transform: translate3d(0, 60px, 0);
	}

	.modal-popup.modal-popup-visible {
		opacity: 1;
		pointer-events: auto;
		visibility: visible;
	}

	.modal-popup.modal-popup-visible .modal-popup-modal {
		transform: translateZ(0);
	}

	.modal-popup .modal-popup-background {
		background: rgba(0, 0, 0, 0.3);
		bottom: 0;
		left: 0;
		position: absolute;
		right: 0;
		top: 0;
	}

	.modal-popup .modal-popup-modal {
		background-color: #fff;
		color: #4d4d4f;
		overflow: hidden;
		position: relative;
		transition: transform 0.25s;
	}

	.modal-popup .modal-popup-container {
		display: flex;
	}

	.modal-popup .modal-popup-close {
		background-color: transparent;
		border: 0;
		box-shadow: none;
		height: 44px;
		min-width: auto;
		padding: 7px !important;
		position: absolute;
		right: 3px;
		top: 3px;
		width: 44px;
	}

	.modal-popup .modal-popup-close svg {
		stroke-width: 2px;
	}

	.modal-popup .modal-popup-column {
		display: flex;
		flex-direction: column;
		height: 100%;
		justify-content: center;
	}
}

body {
	margin: 0;
}

html,
iframe,
section {
	font-family: inherit;
	font-style: normal;
	font-weight: 400;
	margin: 0;
}

body,
h3,
html,
iframe,
section {
	border: 0;
	font-variant: normal;
	padding: 0;
	vertical-align: baseline;
}

.slick-list,
.slick-slider {
	display: block;
	position: relative;
}

.slick-slider {
	-khtml-user-select: none;
	-moz-box-sizing: border-box;
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	box-sizing: border-box;
	user-select: none;
}

.slick-list {
	margin: 0;
	overflow: hidden;
	padding: 0;
}

.slick-slider .slick-list,
.slick-slider .slick-track {
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translateZ(0);
}

.slick-track {
	display: block;
	left: 0;
	position: relative;
	top: 0;
}

.slick-track:after,
.slick-track:before {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slideshow .slide {
	display: none;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

.slick-next,
.slick-prev {
	-ms-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	background: 0 0;
	border: 0;
	color: transparent;
	cursor: pointer;
	display: block;
	font-size: 0;
	height: 80px;
	line-height: 0;
	min-width: 0;
	outline: 0;
	padding: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 80px;
	z-index: 1;
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
	background: 0 0;
	color: transparent;
	outline: 0;
}

.slick-next:focus svg,
.slick-next:hover svg,
.slick-prev:focus svg,
.slick-prev:hover svg {
	opacity: 1;
}

.slick-next svg,
.slick-prev svg {
	-moz-filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.5));
	-ms-filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.5));
	-o-filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.5));
	-webkit-filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.5));
	fill: #fff;
	filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.5));
	height: 80px;
	opacity: 0.75;
	width: 80px;
}

.slick-next svg.feather,
.slick-prev svg.feather {
	fill: transparent;
	stroke: #fff;
	stroke-width: 0.6;
}

.slick-prev {
	left: 0;
}

.slick-prev:after {
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px;
}

.slick-next {
	right: 0;
}

.slick-next:after {
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px;
}

.slick-slide img {
	opacity: 1;
	transition: opacity 0.25s;
}

.slick-list:focus,
.slick-slide a:focus,
.slick-slide:focus {
	outline: 0;
}

.slick-initialized .slick-slide,
.slick-slide img,
.slideshow .slide:first-child {
	display: block;
}

#home-slider {
	margin: 0 0 24px;
}

#home-slider,
#home-slider .rimage-background-wrapper {
	aspect-ratio: 21/8;
}

@media (max-width: 767px) {
	#home-slider,
	#home-slider .rimage-background-wrapper {
		aspect-ratio: 16/9;
		position: relative;
	}

	#home-slider .rimage-background-wrapper .rimage-wrapper * {
		font-size: 14px !important;
	}

	#home-slider .rimage-background-wrapper .rimage-wrapper {
		left: 50% !important;
		transform: translate(-50%, -50%) !important;
		width: 256px;
		text-align: center;
	}

	#home-slider .rimage-background-wrapper .rimage-wrapper h2 {
		font-weight: 600;
	}

	#home-slider .rimage-background-wrapper .rimage-wrapper p {
		display: none;
	}
}

#block-id-6cdd8b62-db6e-40ad-9235-1a4f28314699 .height-adapt {
	aspect-ratio: 16/9;
}

b,
b *,
strong,
strong * {
	font-weight: 700 !important;
}

@media print {
	p {
		orphans: 3;
		widows: 3;
	}

	body,
	html {
		background-color: #fff;
		color: #000;
	}
}

.pageheader {
	background: #fff;
	color: #4d4d4f;
	position: relative;
	z-index: 4000;
}

.pageheader a {
	color: inherit;
}

.pageheader svg,
.pageheader svg g,
h1 svg {
	fill: currentColor;
}

.pageheader svg.feather {
	fill: none;
	stroke: currentColor;
}

.pageheader .logo {
	padding: 20px 0;
	text-align: center;
}

.pageheader .logo a {
	color: #4d4d4f;
	display: inline-block;
}

.logo img {
	display: inline-block;
	vertical-align: middle;
}

@media (min-width: 768px) {
	.logo-area_middle-logo-image {
		line-height: 0;
	}
}

.header-disclosures {
	display: inline-block;
}

.logo-area .button.mobile-nav-toggle {
	color: inherit;
	display: none;
	flex: 0 0 auto;
	height: 44px;
	width: 44px;
	padding: 0 !important;
}

@media (max-width: 767px) {
	.logo-area .button.mobile-nav-toggle {
		display: inline-block;
	}
}

.header-shade,
.page-shade {
	background: rgba(0, 0, 0, 0.3);
	height: 0;
	left: 0;
	opacity: 0;
	pointer-events: none;
	top: 0;
	transition: opacity 0.5s cubic-bezier(0.55, 0.03, 0.37, 0.96);
	width: 100%;
	z-index: 300;
}

.page-shade {
	position: fixed;
}

@media (max-width: 767px) {
	.header-shade,
	.page-shade {
		z-index: 7000;
	}
}

.header-shade {
	position: absolute;
}

.section-header {
	position: relative;
	top: 0;
	z-index: 400;
}

.cart-link {
	align-items: center;
	display: flex;
}

.cart {
	position: relative;
}

.cart .counter {
	position: absolute;
	top: -3px;
	right: -5px;
	padding: 3px;
	font-size: 9px;
	line-height: 1em;
	font-weight: 500;
	white-space: nowrap;
	min-width: 15px;
	text-align: center;
	background: #4d4d4f;
	color: #fff;
	border-radius: 12px;
}

.cart .counter:empty {
	display: none;
}

@media (max-width: 767px) {
	.cart .counter {
		top: 0px;
    	right: 8px;
	}

	.cart-link {
		height: 44px;
		justify-content: center;
		width: 44px;
	}
}

.cart-link_label {
	margin-right: 8px;
	vertical-align: middle;
}

@media (max-width: 767px) {
	.cart-link_label {
		display: none;
	}
}

.cart-link_icon {
	margin: 0 0 2px;
	position: relative;
}

.inline-menu:not(:last-child) {
	margin-right: 2px;
}

.inline-menu_link {
	display: inline-block;
	margin-left: 11px;
	vertical-align: middle;
}

.navigation {
	font-size: 14px;
	line-height: 1.5;
	position: relative;
	text-align: center;
	z-index: 2;
}

.navigation li,
.navigation ul {
	margin: 0;
	padding: 0;
}

.navigation li {
	list-style: none;
	vertical-align: top;
}

.navigation-left {
	display: none;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	visibility: hidden;
	white-space: nowrap;
}

@media (min-width: 768px) {
	.navigation-left {
		display: block;
	}
}

.navigation-left .menu-container {
	left: -18px;
	margin-top: calc(-22px - 0.75em);
	position: absolute;
	top: 50%;
	width: 100%;
}

.navigation-left .menu-container .menu > .menu-item > a {
	padding-bottom: 22px;
	padding-top: 22px;
}

.menu-item {
	display: block;
}

a,
.menu > .menu-item > a {
	padding: 10px 18px;
}

.menu-promotion {
	margin: 10px 20px 20px;
}

.menu-promotion_text {
	margin-top: 0.5em;
	text-align: center;
}

.navigation {
	color: #4d4d4f;
}

.navigation .sub-menu {
	width: 100%;
}

.navigation .sub-menu > a {
	max-width: calc(100% - 60px);
}

.navigation .navigation_children-toggle {
	color: inherit;
	padding: 10px 20px;
}

.navigation .navigation_children-toggle .feather {
	display: inline-block;
	margin-bottom: 1px;
	vertical-align: middle;
}

.navigation .menu,
.navigation .sub-menu {
	background: #fff;
	padding: 12px 0;
}

.navigation .menu > .menu-item {
	display: flex;
}

.navigation .menu-promotion_link,
.navigation a {
	color: inherit;
	display: block;
	text-align: left;
}

.navigation .feather {
	fill: none;
	stroke: currentColor;
}

#pagefooter a,
.navigation .menu-promotion_link:hover,
.navigation .navigation_children-toggle:hover,
.navigation a:hover {
	color: inherit;
}

@media (min-width: 768px) {
	.navigation {
		border-bottom: 1px solid #dfe3e8;
		text-align: center;
	}

	.navigation .menu-promotion_link:hover,
	.navigation a:hover {
		color: #d4464b;
	}

	.navigation .sub-menu > a {
		max-width: none;
	}

	.navigation .menu {
		padding: 0;
		z-index: 20;
	}

	.navigation .menu > .menu-item > a {
		display: inline-block;
		padding: 18px;
		position: relative;
		font-weight: 500;
		white-space: nowrap;
		text-transform: uppercase;
	}

	.navigation .menu > .menu-item > a:before {
		background-color: currentColor;
		bottom: -1px;
		content: "";
		height: 2px;
		left: 18px;
		position: absolute;
		transform: scaleX(0);
		transition: transform 0.3s;
		width: calc(100% - 36px);
		will-change: transform;
	}

	.navigation .menu > .current-menu-item > a:before,
	.navigation .menu > .menu-item > a:hover:before {
		transform: scaleX(1);
	}

	.navigation .sub-menu {
		border-bottom: 1px solid #dfe3e8;
		border-top: 1px solid #dfe3e8;
		left: 0;
		opacity: 0;
		position: absolute;
		top: 100%;
		transition: opacity 0.15s ease-in-out, visibility 0.15s;
		visibility: hidden;
		text-transform: uppercase;
		width: 100%;
		font-size: 100%;
		margin: 0 auto;
		padding: 0 20px;
		text-align: center;
	}

	.navigation .menu-item:hover .sub-menu,
	.navigation .sub-menu:hover {
		transition-delay: 0.15s;
		opacity: 1;
		visibility: visible;
	}

	.navigation .sub-menu a {
		padding: 7px 30px;
	}

	.navigation .navigation_columns {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		padding-top: 20px;
	}

	.navigation .navigation_columns .navigation_column {
		display: block;
		flex: 1 1 auto;
		margin: 0 10px;
		max-width: 290px;
		min-width: 160px;
		text-align: left;
	}

	.navigation .navigation_columns .navigation_column .menu-item {
		display: block;
	}

	.navigation .navigation_columns .navigation_column a {
		line-height: 1.2em;
		padding: 0.25em 0;
		white-space: normal;
	}

	.navigation .navigation_columns .navigation_column .navigation_column-title {
		display: inline-block;
		font-size: 0.8em;
		font-weight: 500;
		letter-spacing: 0.08em;
		line-height: 1.2em;
		opacity: 0.7;
		padding: 0 0 15px;
		text-transform: uppercase;
	}

	.navigation .navigation_columns .navigation_column .navigation_tier-3 {
		display: block;
		padding-bottom: 20px;
	}

	.navigation .navigation_columns .navigation_column .navigation_tier-3 a {
		opacity: 1;
		padding-bottom: 4px;
		padding-top: 4px;
		white-space: normal;
	}

	.navigation .navigation_columns .navigation_column-promotion {
		display: flex;
		flex: 0 0 100%;
		flex-wrap: wrap;
		margin: 0;
		max-width: none;
		min-width: 0;
	}

	.navigation .navigation_columns .navigation_column-promotion-count-1 {
		flex: 1 1 25%;
		max-width: 330px;
	}

	.navigation .navigation_columns .navigation_column-promotion-count-2 {
		flex: 1 1 45%;
		max-width: 660px;
	}

	.navigation .navigation_columns > .menu-item {
		padding-bottom: 20px;
	}

	.navigation .menu-promotion {
		flex: 1 0 0;
		margin: 0 10px 20px;
	}

	.navigation .navigation_children-toggle,
	.navigation .navigation_columns .navigation_column .navigation_children-toggle {
		display: none;
	}

	.navigation .menu > .menu-item,
	.navigation .sub-menu > .menu-item {
		display: inline-block;
	}
}

@media (min-width: 1300px) {
	.navigation .sub-menu {
		padding-left: 25px;
		padding-right: 25px;
	}

	.navigation .navigation_columns:not(.navigation_columns-wraps) {
		justify-content: center;
	}
}

.mobile-navigation-drawer {
	-webkit-transform: translate(-100%);
	background: #fff;
	border-right: 1px solid #dfe3e8;
	box-sizing: border-box;
	display: none;
	height: 100%;
	left: -1px;
	overflow-x: hidden;
	overflow-y: auto;
	padding-bottom: 60px;
	position: fixed;
	text-align: left;
	top: 0;
	transform: translate(-100%);
	width: 88%;
	will-change: transform;
	z-index: 8001;
}

.mobile-navigation-drawer .navigation_mobile-header {
	border-bottom: 1px solid #dfe3e8;
}

.mobile-navigation-drawer .mobile-nav-toggle {
	color: inherit;
	padding: 12px 20px;
}

.mobile-navigation-drawer .menu > .menu-item {
	flex-wrap: nowrap;
}

.mobile-navigation-drawer .menu > .menu-item > a,
.mobile-navigation-drawer .sub-menu > .menu-item > a {
	font-weight: 600;
}

.mobile-navigation-drawer .menu > .menu-item > .navigation_children-toggle svg {
	transform: rotate(-90deg);
}

.mobile-navigation-drawer .sub-menu {
	bottom: 0;
	left: 0;
	overflow: auto;
	position: absolute;
	top: 47px;
	transform: translate3d(100%, 0, 0);
	transition: transform 0.35s cubic-bezier(0.55, 0.03, 0.37, 0.96);
	width: 100%;
	will-change: transform;
	z-index: 1;
}

.mobile-navigation-drawer .sub-menu {
	padding-bottom: 60px;
}

.mobile-navigation-drawer .navigation_tier-3-container {
	height: 0;
	opacity: 0;
	overflow: hidden;
	transition: all 0.35s cubic-bezier(0.55, 0.03, 0.37, 0.96);
	visibility: hidden;
	will-change: height;
}

.mobile-navigation-drawer .navigation_tier-3 {
	padding-bottom: 20px;
}

.mobile-navigation-drawer .navigation {
	font-size: 17px;
	margin-bottom: 40px;
	position: static;
	text-align: inherit;
}

.mobile-navigation-drawer a {
	padding: 12px 20px;
}

.mobile-navigation-drawer .menu-item {
	align-items: flex-start;
}

.mobile-navigation-drawer .sub-menu > a {
	flex: 1 1 0;
}

.mobile-navigation-drawer .navigation_children-toggle svg {
	transition: transform 0.15s ease-out;
}

.mobile-navigation-drawer_footer .inline-menu {
	margin: 0;
}

.mobile-navigation-drawer_footer .announcement-bar_link {
	border-top: 1px solid #dfe3e8;
	color: inherit;
	display: block;
	margin: 0 20px;
	padding: 16px 0;
}

.mobile-navigation-drawer_footer .header-disclosures {
	display: block;
}

.mobile-navigation-drawer_footer .social-links {
	border-top: 1px solid #dfe3e8;
	margin: 0 20px;
	padding: 16px 0;
}

.mobile-navigation-drawer_footer .social-links a {
	color: inherit;
	margin: 16px 16px 0 0;
}

.mobile-navigation-drawer_footer .social-links a svg {
	height: 20px;
	width: 20px;
}

.navigation_mobile-header {
	align-items: flex-start;
	justify-content: space-between;
}

.mobile-nav-title {
	opacity: 0;
	overflow: hidden;
	padding: 12px 0;
	text-overflow: ellipsis;
	transform: translate3d(10px, 0, 0);
	transition: transform 0.35s cubic-bezier(0.55, 0.03, 0.37, 0.96), opacity 0.35s cubic-bezier(0.55, 0.03, 0.37, 0.96), visibility 0.35s cubic-bezier(0.55, 0.03, 0.37, 0.96);
	visibility: hidden;
	white-space: nowrap;
}

.mobile-nav-back {
	color: inherit;
	opacity: 0;
	padding: 12px 20px;
	transition: opacity 0.35s cubic-bezier(0.55, 0.03, 0.37, 0.96), visibility 0.35s cubic-bezier(0.55, 0.03, 0.37, 0.96);
	visibility: hidden;
}

.mobile-navigation-drawer_footer,
.menu > .menu-item > .navigation_children-toggle,
.menu > .menu-item > a {
	transition: opacity 0.35s cubic-bezier(0.55, 0.03, 0.37, 0.96), transform 0.35s cubic-bezier(0.55, 0.03, 0.37, 0.96);
	transition-delay: 0.28s;
}

body:not(.reveal-mobile-nav) .mobile-navigation-drawer .mobile-navigation-drawer_footer,
body:not(.reveal-mobile-nav) .mobile-navigation-drawer .menu > .menu-item > .navigation_children-toggle,
body:not(.reveal-mobile-nav) .mobile-navigation-drawer .menu > .menu-item > a {
	opacity: 0;
	transform: translate3d(-15px, 0, 0);
}

.mobile-navigation-drawer .menu-promotion_text,
.mobile-navigation-drawer .menu {
	text-align: left;
}

@media only screen and (max-width: 767px) {
	.pageheader .logo {
		padding: 10px 0;
		pointer-events: none;
	}

	.pageheader .logo a {
		pointer-events: auto;
	}

	.section-header {
		z-index: 8000;
	}

	.mobile-navigation-drawer {
		display: block;
	}
}

.main-search {
	text-align: center;
}

.main-search .button.notabutton,
.main-search .button.notabutton:hover {
	color: currentColor;
}

.section-header .main-search {
	background: #fff;
	color: #4d4d4f;
	left: 0;
	max-height: 100%;
	opacity: 0;
	overflow: auto;
	pointer-events: none;
	position: fixed;
	top: 0;
	transition: all 0.35s cubic-bezier(0, 0, 0.2, 1);
	visibility: hidden;
	width: 100%;
	z-index: 300;
}

.main-search_container.container {
	max-width: 1200px;
	position: relative;
}

.main-search_form {
	margin: 20px auto;
	max-width: 650px;
	position: relative;
}

.section-header .main-search_form {
	margin: 60px auto;
}

@media (max-width: 1000px) {
	.section-header .main-search_form {
		max-width: 450px;
	}
}

.main-search_button {
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
}

.main-search button.main-search_close {
	padding: 10px;
	position: absolute;
	right: 0;
	top: -55px;
}

.main-search button.main-search_close svg {
	height: 34px;
	stroke-width: 1;
	width: 34px;
}

@media (min-width: 768px) {
	.main-search button.main-search_close {
		right: 50px;
		top: -2px;
	}
}

.main-search_input-container {
	background: rgba(0, 0, 0, 0.05);
	border-radius: 3px;
	padding: 0;
}

input[type="text"].main-search_input {
	background: 0 0;
	border: 0;
	box-shadow: none;
	color: inherit;
	font-size: inherit;
	line-height: 1.5em;
	padding: 12px 12px 12px 24px;
	width: 100%;
}

@media (max-width: 767px) {
	input[type="text"].main-search_input {
		font-size: max(16px, 15px);
	}
}

.main-search_results {
	margin: 40px auto;
}

.section-footer .social-links a {
	margin: 0 10px 5px 0;
}

.section-footer_row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

@media (min-width: 767px) {
	.section-footer_row {
		margin-left: -10px;
		margin-right: -10px;
	}
}

.section-footer_row-blocks {
	padding-bottom: 40px;
	padding-top: 40px;
}

.section-footer_row-blocks .section-footer_row_col:not(:last-child) {
	margin-bottom: 40px;
}

@media (min-width: 767px) {
	.section-footer_row-blocks {
		margin-bottom: -50px;
		padding-bottom: 80px;
		padding-top: 60px;
	}

	.section-footer_row-blocks .section-footer_row_col {
		margin-bottom: 50px;
	}
}

@media (min-width: 767px) and (max-width: 1024px) {
	.section-footer_row-blocks[data-num-blocks="4"] .section-footer_row_col {
		flex-basis: 50%;
	}
}

@media (min-width: 1024px) {
	.section-footer_row-blocks[data-num-blocks="4"] {
		flex-wrap: nowrap;
	}
}

.section-footer_row_col {
	flex: 0 1 100%;
	padding: 10px 0;
}

@media (min-width: 767px) {
	.section-footer_row_col {
		flex-basis: auto;
		padding: 0 20px;
	}
}

.section-footer_title {
	margin-bottom: 10px;
}

@media (min-width: 767px) {
	.section-footer_title {
		margin-bottom: 20px;
	}

	.section-footer_text-block .social-links {
		white-space: nowrap;
	}

	.section-footer_text-block-with-text {
		flex-basis: 350px;
	}
}

@media (min-width: 1024px) {
	.section-footer_text-block-with-text {
		flex-grow: 1;
		max-width: 460px;
	}
}

.section-footer_text {
	margin-bottom: 30px;
}

.section-footer_menu-block {
	flex-shrink: 2;
}

.section-footer_menu-block_menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

.section-footer_menu-block_menu li {
	list-style: none;
	margin-bottom: 0.5em;
}

@media (min-width: 767px) {
	.section-footer_newsletter-block {
		flex: 0 1 350px;
	}
}

.section-footer_newsletter-block .signup-form {
	margin-left: 0;
}

.section-footer_newsletter-block .signup-form_email,
.slide img {
	width: 100%;
}

.section-footer_lower-menu {
	margin-bottom: 10px;
}

.section-footer_lower-menu_list {
	margin: 0-10px;
}

@media (min-width: 767px) {
	.section-footer_lower-menu_list {
		text-align: right;
	}
}

.section-footer_lower-menu_list li {
	display: inline-block;
	list-style: none;
	margin: 0 10px 10px;
}

.section-footer_lower-menu_list li a {
	white-space: nowrap;
}

.section-footer_row-container {
	border-top: 1px solid #dfe3e8;
}

.section-footer_row-lower {
	font-size: 12px;
	line-height: 1.4em;
	padding-bottom: 50px;
	padding-top: 30px;
}

@media (min-width: 767px) {
	.section-footer_row-lower {
		flex-wrap: nowrap;
		padding-bottom: 50px;
		padding-top: 50px;
	}

	.section-footer_row-lower .section-footer_row_col:first-child {
		order: 1;
	}
}

.modal-popup {
	padding: 30px 20px;
	z-index: 8001;
}

.modal-popup .modal-popup-background {
	z-index: 9998;
}

.modal-popup .modal-popup-modal {
	max-width: 440px;
	z-index: 9999;
}

#pagefooter h6,
.modal-popup .modal-popup-container .modal-popup-title {
	color: #4d4d4f;
}

.modal-popup .modal-popup-content {
	flex-grow: 1;
	padding: 50px 20px 30px;
	text-align: center;
}

.modal-popup .modal-popup-content .textp:last-child {
	margin-bottom: 0;
}

.modal-popup .modal-popup-image {
	display: none;
	flex: 0 0 auto;
	order: 1;
	position: relative;
	width: 360px;
}

.modal-popup .modal-popup-image .rimage-outer-wrapper,
.modal-popup .modal-popup-image .rimage-wrapper {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.modal-popup .modal-popup-image .rimage_image {
	object-fit: cover;
}

.modal-popup .modal-popup-close {
	color: #4d4d4f;
	z-index: 1;
}

.modal-popup .modal-popup-close svg {
	height: 26px;
	stroke: currentColor;
	width: 26px;
}

.modal-popup .modal-popup-form_inputs {
	margin-top: 1.2em;
}

.modal-popup .modal-popup-form_inputs .modal-popup-form-input {
	margin-bottom: 0.5em;
	padding: 1em 1.4em;
	width: 100%;
}

.modal-popup .modal-popup-form_inputs .button {
	margin-top: 0.5em;
	width: 100%;
}

@media (min-width: 480px) {
	.modal-popup .modal-popup-modal {
		max-width: none;
		width: 440px;
	}

	.modal-popup .modal-popup-content {
		padding: 60px 40px 70px;
	}
}

@media (min-width: 900px) {
	.modal-popup {
		padding: 60px 40px 70px;
	}

	.modal-popup .modal-popup-modal.modal-popup-modal-has-image {
		width: 800px;
	}

	.modal-popup .modal-popup-modal.modal-popup-modal-has-image .modal-popup-close {
		color: #fff;
	}

	.modal-popup .modal-popup-image {
		display: block;
	}
}

html {
	box-sizing: border-box;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

ul li {
	list-style: disc outside;
}

.h1-style,
.navigation,
body,
h3 {
	font-family: Montserrat, sans-serif;
	font-style: normal;
	font-weight: 500;
}

body {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	background: #fff;
	background-repeat: repeat;
	color: #4d4d4f;
	font-size: 15px;
	line-height: 1.6;
	overflow-y: scroll;
}

.btn {
	background: #d4464b;
}

.button {
	-webkit-tap-highlight-color: transparent;
	border: 1.5px solid #d4464b;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font: 500 13px/1em Montserrat, sans-serif;
	height: auto;
	letter-spacing: 0.08em;
	margin: 0;
	padding: 1.2em 25px;
	text-align: center;
	text-decoration: none !important;
	text-transform: uppercase;
	transition: background-color 0.1s, color 0.1s, border-color 0.1s, opacity 0.1s;
	vertical-align: middle;
}

.button,
a.btn,
button,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
	background: #d4464b;
}

.button svg:not(.feather):not(.cc-select_icon),
button svg:not(.feather):not(.cc-select_icon) {
	fill: #fff;
}

.button svg.feather {
	fill: transparent;
	stroke: #000;
}

button .icon {
	display: inline-block;
	height: 1em;
	position: relative;
	vertical-align: top;
	width: 24px;
}

@media (hover: none) {
	.btn:active,
	.button:active,
	a.btn:active,
	button:active {
		background: #4d4d4f;
		border-color: #4d4d4f;
	}
}

@media (hover: hover) {
	.btn:hover,
	.button:hover,
	a.btn:hover,
	button:hover {
		background: #4d4d4f;
		border-color: #4d4d4f;
	}
}

@media (hover: none) {
	.btn.btn-secondary:active {
		background: #4d4d4f;
		border-color: #4d4d4f;
		color: #fff;
	}
}

@media (hover: hover) {
	.btn.btn-secondary:hover {
		background: #4d4d4f;
		border-color: #4d4d4f;
		color: #fff;
	}
}

.button.notabutton {
	-moz-transition: color 0.1s;
	-webkit-transition: color 0.1s;
	background: 0 0;
	border: 0;
	color: #d4464b !important;
	font-family: inherit;
	font-size: inherit;
	height: auto;
	letter-spacing: inherit;
	line-height: inherit;
	margin: 0;
	min-width: 0;
	overflow: visible;
	padding: 0 !important;
	text-transform: none;
	transition: color 0.1s;
	vertical-align: baseline;
}

.h1-style,
h3 {
	color: #4d4d4f;
}

.h1-style,
h2,
h3,
h6 {
	line-height: 1.2;
}

.h1-style {
	margin-bottom: 10px;
	font-size: 34px;
}

h3 {
	margin: 0 0 10px;
	font-size: 27px;
}

h1 a,
h3 a {
	color: inherit;
	text-decoration: none;
}

.h4-style {
	font-size: 24px;
}

.text {
	max-width: 991px;
	margin: 0 auto;
	padding: 0 16px;
}

@media (max-width: 767px) {
	.h1-style,
	h1 {
		font-size: 27px;
	}

	h2 {
		font-size: 25px;
	}

	h3 {
		font-size: 23px;
	}

	.h4-style {
		font-size: 21px;
	}

	h6 {
		font-size: 16.92px;
	}
}

.hometitle {
	line-height: 1em;
	margin: 0 0 30px;
}

.hometitle * {
	color: #4d4d4f !important;
	font-weight: 500;
}

@media (max-width: 1300px) {
	.hometitle {
		margin-bottom: 20px;
	}
}

.no-wrap {
	white-space: nowrap;
}

.skip-link:focus {
	background-color: #fdfdfa;
	clip: auto;
	color: #26262c;
	height: auto;
	margin: 0;
	overflow: auto;
	padding: 10px;
	position: absolute !important;
	transition: none;
	width: auto;
	z-index: 10000;
}

@media (max-width: 1300px) {
	.container,
	.woocommerce {
		padding-left: 30px;
		padding-right: 30px;
	}
}

.container-no-max {
	max-width: none;
}

.template-index #content > .container {
	margin-bottom: 0;
	margin-top: 0;
	max-width: none;
	display: inline-block;
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}

.announcement-bar {
	font-size: 12px;
	line-height: 1.4em;
	position: relative;
	z-index: 401;
}

.announcement-bar a {
	color: inherit;
	transition: background 0.1s;
}

.announcement-bar a,
.announcement-bar a:hover {
	text-decoration: none;
}

.announcement-bar .container {
	align-items: center;
	display: flex;
	justify-content: space-between;
}

.announcement-bar .announcement-bar_left {
	flex: 2 0 0;
}

.announcement-bar .announcement-bar_middle {
	flex: 1 1 auto;
	text-align: center;
}

@media (min-width: 768px) {
	.announcement-bar .announcement-bar_middle:not(:first-child):not(:last-child) {
		max-width: 50%;
	}
}

.announcement-bar .announcement-bar_right {
	flex: 2 0 0;
	text-align: right;
}

.announcement-bar .announcement-bar_inner {
	padding: 8px 0;
}

.announcement-bar .announcement-bar_link > .announcement-bar_inner,
em,
h6,
strong,
table,
tbody,
tr {
	padding: 0;
}

.announcement-bar .social-links {
	padding-bottom: 8px;
	padding-top: 8px;
}

.announcement-bar .social-links a {
	margin: 0 10px 0 0;
}

@media (max-width: 767px) {
	.announcement-bar .container {
		display: block;
		text-align: center;
	}
}

@media (min-width: 768px) and (max-width: 1000px) {
	.announcement-bar-tablet-wrap .container {
		flex-wrap: wrap;
	}

	.announcement-bar-tablet-wrap .announcement-bar_left {
		flex: 0 0 auto;
	}

	.announcement-bar-tablet-wrap .announcement-bar_middle {
		flex: 1 0 100%;
		max-width: none !important;
		order: -1;
	}
}

.announcement-bar_link {
	display: inline-block;
	padding-bottom: 6px;
	padding-top: 6px;
}

#store-messages {
	background: #f4f6f8;
}

.logo-area {
	align-items: center;
	background: #fff;
	border-bottom: 1px solid #dfe3e8;
	color: #4d4d4f;
	display: flex;
	font-size: 12px;
	justify-content: space-between;
	position: relative;
	transition: border-color 0.2s ease-in;
	width: 100%;
	z-index: 2;
}

@media (max-width: 767px) {
	.logo-area.container {
		padding-left: 0;
		padding-right: 0;
	}
}

.logo-area_left {
	display: flex;
	flex: 2 0 0;
}

.logo-area_left_inner {
	align-items: center;
	display: flex;
	flex-grow: 1;
	justify-content: flex-start;
	position: relative;
}

@media (min-width: 768px) {
	.logo-area_left_inner {
		overflow: hidden;
	}
}

.logo-area_middle {
	flex: 1 1 auto;
	margin: 0;
	text-align: center;
}

@media (min-width: 768px) {
	.logo-area_middle {
		margin-left: 20px;
		margin-right: 20px;
	}
}

.logo-area_middle_inner {
	display: inline-block;
}

.logo-area_right {
	flex: 2 0 0;
	justify-content: flex-end;
}

.logo-area_right,
.logo-area_right_inner {
	align-items: center;
	display: flex;
}

.header-account-link {
	margin-right: 20px;
}

@media (max-width: 767px) {
	.header-account-link {
		align-items: center;
		display: inline-flex;
		height: 44px;
		justify-content: flex-end;
		margin: 0;
		padding-right: 5px;
		width: 44px;
	}
}

.show-search-link {
	flex: 0 0 auto;
	white-space: nowrap;
}

.logo-area_right .show-search-link {
	display: none;
	margin-right: 20px;
}

.show-search-link_icon {
	margin: 0 0 2px;
}

@media (max-width: 767px) {
	.show-search-link_icon {
		align-items: center;
		display: inline-flex;
		height: 44px;
		justify-content: flex-start;
		margin: 0;
		width: 44px;
	}
}

.show-search-link_text {
	margin: 0 8px 0 0;
}

.show-search-link_text:last-child {
	margin: 0 0 0 8px;
}

@media (max-width: 767px) {
	.show-search-link_text {
		display: none;
	}
}

#pagefooter {
	background: #f4f6f8;
	color: #4d4d4f;
}

#pagefooter a:hover {
	opacity: 0.75;
}

#pagefooter .cross-page-promos {
	background: #d4464b;
	color: #fff;
	padding-bottom: 20px;
	padding-top: 20px;
}

#pagefooter .cross-page-promos a,
#pagefooter .cross-page-promos h6 {
	color: #fff;
}

#pagefooter .cross-page-promos a {
	display: block;
}

.social-links li,
.social-links ul {
	display: inline-block;
	line-height: 15px;
	list-style: none;
	margin: 0;
	padding: 0;
	vertical-align: top;
}

.social-links a {
	display: inline-block;
	margin: 0 0 0 10px;
	vertical-align: top;
}

.social-links a svg {
	height: 15px;
	vertical-align: top;
	width: 15px;
}

.social-links.social-links-large li,
.social-links.social-links-large ul {
	line-height: 23px;
}

.social-links.social-links-large a svg {
	height: 23px;
	width: 23px;
}

:root {
	-product-block-options-swatch-border-radius: 100px;
}

@media (max-width: 1300px) {
	.product-block .block-inner {
		margin: 0 0 20px;
	}
}

@media (min-width: 768px) {
	.product-block .image-cont .btn.quickbuy-toggle {
		border-color: #4d4d4f26;
		bottom: 10px;
		display: block;
		font-size: 13px;
		left: 10px;
		opacity: 0;
		padding: 1em 20px;
		position: absolute;
		transition: all 0.1s ease-out;
		visibility: hidden;
		color: #000 !important;
		width: calc(100% - 20px);
	}

	.product-block .image-cont .btn.quickbuy-toggle:hover {
		background: #fff;
		border-color: #4d4d4f26;
		color: #4d4d4f;
	}

	.product-block .image-cont:hover .btn.quickbuy-toggle {
		opacity: 1;
		visibility: visible;
	}
}

@media (min-width: 768px) {
	.product-label > span {
		font-size: 12px;
	}
}

@media (max-width: 767px) {
	.product-block .product-info .innerer {
		display: flex;
		flex-direction: column;
	}
}

.collection-slider-row {
	margin-top: 80px;
	overflow: hidden;
}

.collection-slider .collection-listing {
	overflow: hidden;
	position: relative;
}

.collection-slider .collection-listing .product-list {
	margin-left: 0;
	margin-right: 0;
}

.collection-slider .collection-listing .product-block {
	padding-bottom: 0;
}

.collection-slider .collection-listing .product-block .product-info {
	margin-bottom: 30px;
}

.collection-slider .product-block {
	display: block;
	margin-left: 0;
	margin-right: 0;
}

.collection-slider .product-block .image-cont img {
	max-height: none;
	max-width: 100%;
}

.collection-slider .product-list.carousel:not(.slick-slider) {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	width: 100%;
}

.collection-slider .product-list.carousel:not(.slick-slider) .product-block {
	flex: 0 0 auto;
}

.collection-slider .product-list.carousel {
	display: block;
	margin-bottom: 0;
}

@media (max-width: 767px) {
	.collection-slider .product-list.carousel .product-block {
		width: 300px;
	}
}

@media (max-width: 400px) {
	.collection-slider .product-list.carousel .product-block {
		width: 280px;
	}
}

@media (max-width: 360px) {
	.collection-slider .product-list.carousel .product-block {
		width: 240px;
	}
}

@media (max-width: 1300px) {
	.collection-listing .product-block {
		padding-left: 20px;
	}
}

@media (max-width: 767px) {
	.collection-listing .product-block {
		padding-left: 16px;
	}
}

@media (max-width: 1300px) {
	.collection-listing .product-list {
		margin-left: -20px;
	}
}

@media (max-width: 767px) {
	.collection-listing .product-list {
		margin-left: -16px;
	}
}

.collection-slider .product-list-per-row-4 .product-block {
	width: 23vw;
}

@media (max-width: 767px) {
	.collection-listing .product-list .product-block {
		width: 50%;
	}
}

.collection-slider .has-paging .next,
.collection-slider .has-paging .prev {
	display: inline-block !important;
	font-size: 80%;
	line-height: 1em;
	margin: -10px 20px;
	padding: 10px;
	vertical-align: middle;
}

.has-paging_title {
	vertical-align: middle;
}

.article-list .article {
	border-top: 1px solid #e2e2e2;
	padding-bottom: 50px;
	padding-top: 50px;
}

.article-list .article:first-child {
	border-top: none;
	padding-top: 20px;
}

@media (min-width: 767px) {
	.article-list.article-layout-columns {
		display: flex;
		flex-wrap: wrap;
		margin-bottom: -50px;
		margin-left: -20px;
		margin-right: -20px;
	}

	.article-list.article-layout-columns .article {
		border: 0;
		border-right: 1px solid #e2e2e2;
		box-sizing: border-box;
		display: flex;
		margin: 0 0 50px;
		padding: 0 20px;
		width: 50%;
	}

	.article-list.article-layout-columns .article:last-child,
	.article-list.article-layout-columns .article:nth-child(2n) {
		border-right: 0;
	}

	.article-list.article-layout-columns .article_inner {
		display: flex;
		flex-basis: 100%;
		flex-direction: column;
	}

	.article-list.article-layout-columns .article_inner > .text {
		flex-grow: 1;
		margin-bottom: 2em;
	}

	.article-list.article-layout-columns.article-layout-one-row .article:nth-child(3) {
		display: none;
	}
}

@media (min-width: 1024px) {
	.article-list.article-layout-columns .article {
		width: 33.33%;
	}

	.article-list.article-layout-columns .article:nth-child(2n) {
		border-right: 1px solid #e2e2e2;
	}

	.article-list.article-layout-columns .article:last-child,
	.article-list.article-layout-columns .article:nth-child(3n) {
		border-right: 0;
	}

	.article-list.article-layout-columns.article-layout-one-row .article:nth-child(3) {
		display: flex;
	}
}

.article .meta {
	font-size: 90%;
	margin-top: 1em;
}

.article .meta .time {
	display: block;
}

.texta {
	text-decoration: underline;
	text-decoration-color: #d4464b66;
	text-decoration-thickness: 1px;
	text-underline-offset: 2px;
}

.texta:hover {
	text-decoration-color: currentColor;
}

.meta .iconmeta {
	display: inline-block;
	font-size: 12px;
	line-height: 1.4em;
	margin-right: 10px;
}

.slide {
	position: relative;
}

.image-overlay-bg-shadow .overlay-text .overlay-text_inner:before {
	background: radial-gradient(rgba(0, 0, 0, 0.15) 0, transparent 70%);
	bottom: -200px;
	content: "";
	left: -100px;
	pointer-events: none;
	position: absolute;
	right: -100px;
	top: -200px;
	z-index: -1;
}

.image-overlay_over {
	position: relative;
	z-index: 2;
}

.image-overlay_image-link {
	color: inherit;
	display: block;
	height: 100%;
}

.image-overlay_image-link:hover {
	color: inherit;
}

.overlay-text {
	align-items: center;
	display: flex;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	z-index: 2;
}

.overlay-text_inner {
	display: block;
	padding: 30px;
	position: relative;
	width: 100%;
}

@media (min-width: 768px) {
	.overlay-text-for-banner .overlay-text_inner {
		padding: 50px;
	}
}

@media (min-width: 1100px) {
	.overlay-text-for-banner .overlay-text_inner {
		padding: 70px;
	}
}

.overlay-text .overlay-text_title {
	color: inherit;
	line-height: 1.1em;
	margin-bottom: 1.25rem;
}

.overlay-text .overlay-text_title:last-child,
.rte > p:last-child {
	margin-bottom: 0;
}

.fully-spaced-row-medium,
.strongly-spaced-row {
	margin-bottom: 80px;
	margin-top: 80px;
}

@media (max-width: 767px) {
	.fully-spaced-row-medium,
	.strongly-spaced-row {
		margin-bottom: 60px;
		margin-top: 60px;
	}
}

.text-column_image {
	margin-left: auto;
	margin-right: auto;
}

.text-column_button-row {
	margin-top: 1em;
}

.flexible-layout.valign-bottom > .column {
	align-self: flex-end;
}

.flexible-layout .column-third {
	width: 33.333%;
}

.flexible-layout-align-center {
	justify-content: center;
}

.flexible-layout-variable-columns {
	justify-content: space-around;
}

.flexible-layout-variable-columns .column {
	flex: 1 0 auto;
	max-width: 50%;
	width: 33%;
}

@media (max-width: 1300px) {
	.flexible-layout {
		margin-left: -20px;
	}

	.flexible-layout .column {
		padding-left: 20px;
	}

	.flexible-layout .column-third {
		width: 33.333%;
	}

	.flexible-layout-variable-columns .column {
		max-width: 50%;
		width: 33%;
	}
}

@media (max-width: 767px) {
	.flexible-layout {
		flex-direction: column;
		margin-bottom: 0;
		margin-left: auto;
	}

	.flexible-layout .column {
		margin-bottom: 40px;
		max-width: none;
		padding-left: 0;
		width: 100% !important;
	}

	.flexible-layout .column:last-child {
		margin-bottom: 0;
	}
}

.article-image {
	margin-bottom: 1em;
	margin-top: 0;
}

.icon-with-caption .icon-with-caption_text {
	margin: 0.5em 0 0;
	white-space: pre-line;
}

.mobile-only-flex {
	display: none;
}

.icon.icon-medium {
	height: 24px;
	vertical-align: middle;
	width: 24px;
}

.icon.icon-medium svg {
	fill: currentColor;
	transition: fill 0.1s;
}

@media only screen and (max-width: 767px) {
	.mobile-only {
		display: block;
	}

	.collection-slider .has-paging,
	.mobile-only-flex {
		display: flex;
	}

	.desktop-only {
		display: none !important;
	}

	input {
		font-size: 16px;
		line-height: 1em;
	}

	.container,
	.woocommerce {
		padding-left: 16px;
		padding-right: 16px;
	}

	.container-not-mobile {
		padding-left: 0;
		padding-right: 0;
	}

	.strongly-spaced-row {
		margin-bottom: 50px;
		margin-top: 50px;
	}

	#store-messages {
		display: none;
	}

	.collection-slider .has-paging .next,
	.collection-slider .has-paging .prev {
		margin: -10px 0;
	}

	.collection-slider .has-paging .next {
		left: auto;
		right: 10px;
	}

	.collection-slider .has-paging .has-paging_title {
		flex-grow: 1;
	}

	#pagefooter .copyright .copy {
		white-space: normal;
	}
}

@media only screen and (min-device-width: 320px) and (max-device-width: 1024px) {
	html {
		-webkit-text-size-adjust: none;
	}
}

iframe#_hjRemoteVarsFrame {
	display: none !important;
	height: 1px !important;
	opacity: 0 !important;
	pointer-events: none !important;
	width: 1px !important;
}

.cc-color-override-1401950169.cc-window {
	background-color: #fffeff;
	color: #d4464b;
	opacity: 1;
}

.cc-window {
	padding: 16px;
	position: fixed;
	text-align: center;
	bottom: 0;
	left: 0;
	right: 0;
	border-top: 1px solid #dfe3e8;
	z-index: 10;
}

.cc-window a {
	color: #d4464b;
	font-weight: 600;
	text-decoration: underline;
}

.cc-color-override-1401950169.cc-revoke,
.cc-settings-dialog {
	background-color: #fffeff;
	color: #d4464b;
}

.cc-btn-accept-selected:hover {
	background-color: #d4464b;
	border-color: #d4464b;
	color: #fffeff !important;
}

.cc-btn-accept-all,
.cc-color-override-1401950169 .cc-btn {
	background-color: #d4464b;
	border-color: transparent;
	border-radius: 3px;
	color: #fffeff;
	outline: 0;
}

.cc-btn-close-settings {
	border: 0;
	color: #d4464b;
	font-size: 16px;
	line-height: 1 !important;
	margin: 0;
	padding: 2px;
	position: absolute;
	right: 11px;
	top: 10px;
	width: auto;
}

.cc-color-override-1401950169 .cc-settings:hover {
	background-color: #fffeff;
	border-color: #d4464b;
	color: #fffeff;
}

.cc-color-override-1401950169 .cc-dismiss:hover {
	background-color: #fffeff;
	border-color: #d4464b;
	color: #fffeff !important;
}

.cc-color-override-1401950169 .cc-dismiss:focus,
.cc-color-override-1401950169 .cc-settings:focus {
	background-color: #fffeff;
	border-color: #d4464b;
	text-decoration: none;
}

.cc-color-override-1401950169 .cc-settings:focus {
	color: #fffeff;
}

.cc-color-override-1401950169 .cc-dismiss:focus {
	color: #fffeff !important;
}

.cc-settings-dialog .cc-checkbox::after {
	border-color: #d4464b;
}

.cc-settings-dialog input[type="checkbox"]:checked ~ .cc-checkbox {
	background-color: #fffeff;
}

#section-id-announcement-bar {
	background: #ffbdbf;
	color: #4d4d4f;
}

.logo img {
	width: 200px;
}

.logo-area_middle-logo-image {
	max-width: 200px;
}

.cc-color-override-1401950169 .cc-highlight .cc-btn:first-child,
.cc-color-override-1401950169 .cc-link,
.cc-color-override-1401950169 .cc-link:active,
.cc-color-override-1401950169 .cc-link:visited,
.cc-settings-dialog .cc-cookie-category-text,
.cc-settings-dialog .cookie_settings_description,
.cc-settings-dialog .cookie_settings_header,
.cc-settings-dialog label {
	color: #d4464b;
}

.cc-btn-accept-selected,
.cc-color-override-1401950169 .cc-dismiss,
.cc-color-override-1401950169 .cc-settings {
	background-color: transparent;
	border-color: #d4464b;
	color: #d4464b;
}

.cc-btn-accept-all:hover,
.cc-color-override-1401950169 .cc-btn:focus,
.cc-color-override-1401950169 .cc-btn:hover {
	background-color: #d4464b;
}

.cc-allow {
	margin-top: 16px;
}

@media (max-width: 767px) {
	.logo img {
		width: 130px;
	}
}

.section-header {
	position: -webkit-sticky;
	position: sticky;
}

#section-id-template-15447434428610_163592857728b8bdc2 #block-id-163592857728b8bdc2-0 .text-column_image,
#section-id-template-15447434428610_163592857728b8bdc2 #block-id-163592857728b8bdc2-1 .text-column_image,
#section-id-template-15447434428610_163592857728b8bdc2 #block-id-163592857728b8bdc2-2 .text-column_image {
	max-width: 700px;
}

#section-id-template-15447434428610_1648669613798943ec .fixed-height-item {
	height: 360px;
}

#section-id-template-15447434428610_1648669613798943ec .overlay-text_title {
	font-size: 34px;
	text-shadow: 0 0 8px #00000042;
}

@media (min-width: 768px) {
	#section-id-template-15447434428610_1648669613798943ec .fixed-height-item {
		height: 600px;
	}

	#section-id-template-15447434428610_1648669613798943ec .overlay-text_title {
		font-size: 42px;
	}
}

@media (min-width: 1100px) {
	#section-id-template-15447434428610_1648669613798943ec .overlay-text_title {
		font-size: 60px;
	}
}

.cc-settings-dialog,
.cc-window {
	font-size: 16px !important;
}

h2 {
	border: 0;
	padding: 0;
	vertical-align: baseline;
}

@media print {
	p {
		orphans: 3;
		widows: 3;
	}
}

button,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
	-webkit-appearance: none;
}

.js body:not(.tab-used) :focus {
	outline: 0;
}

h2 {
	color: #4d4d4f;
	font: 500 30px/1.2 Montserrat, sans-serif;
	margin: 0 0 10px;
}

input {
	line-height: 15px;
	padding: 0.8em 15px;
}

input:not([type="checkbox"], [type="radio"]),
select,
textarea {
	-webkit-appearance: none;
	background: #fff;
	border: 1.5px solid #d3d3d3;
	border-radius: 3px;
	box-sizing: border-box;
	color: #4d4d4f;
	font: 500 16px Montserrat, sans-serif;
	margin: 0;
	max-width: 100%;
	vertical-align: middle;
}

input:hover,
select:hover,
textarea:hover {
	border-color: #9d9d9e;
}

input:active,
input:focus,
select:active,
select:focus,
textarea:active,
textarea:focus {
	border-color: #4d4d4f;
}

textarea {
	height: 120px;
	line-height: 1.6;
	padding: 10px 15px;
}

@media (hover: none) {
	button:active {
		background: #4d4d4f;
		border-color: #4d4d4f;
	}
}

@media (hover: hover) {
	button:hover {
		background: #4d4d4f;
		border-color: #4d4d4f;
	}
}

@media (max-width: 767px) {
	h2 {
		font-size: 25px;
	}
}

@media (max-width: 1300px) {
	.container,
	.woocommerce {
		padding-left: 30px;
		padding-right: 30px;
	}
}

.template-collection #content > .container,
.template-page #content > .container {
	margin-bottom: 0;
	margin-top: 0;
	max-width: none;
	padding-left: 0;
	padding-right: 0;
}

#template input[type="email"],
#template input[type="tel"],
#template input[type="text"],
#template textarea,
.righty-form input[type="email"],
.righty-form input[type="text"],
.righty-form textarea {
	width: 100%;
}

#template label {
	display: block;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.4em;
	margin-bottom: 8px;
}

.image-overlay {
	color: #fff;
	overflow: hidden;
	position: relative;
}

.spaced-row {
	margin-bottom: 50px;
}

.lightly-spaced-row {
	margin-bottom: 1em;
}

.lightish-spaced-row {
	margin-bottom: 30px;
}

@media (min-width: 768px) {
	.slim-column-left-layout {
		display: flex;
		justify-content: center;
	}

	.slim-column-left-layout > .column:first-child {
		margin: 0 40px;
		width: 260px;
	}

	.slim-column-left-layout > .column:last-child {
		flex: 0 1 800px;
	}
}

.flexible-layout {
	align-items: stretch;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-bottom: -30px;
	margin-left: -30px;
}

.flexible-layout .column {
	flex: 0 0 auto;
	margin-bottom: 30px;
	padding-left: 30px;
}

.flexible-layout .column-half {
	width: 50%;
}

.flexible-layout .column-full {
	width: 100%;
}

.flexible-layout-form {
	margin-bottom: 0;
}

.flexible-layout-form .column {
	margin-bottom: 20px;
}

@media (max-width: 1300px) {
	.flexible-layout {
		margin-left: -20px;
	}

	.flexible-layout .column {
		padding-left: 20px;
	}

	.flexible-layout .column-half {
		width: 50%;
	}

	.flexible-layout .column-full {
		width: 100%;
	}
}

@media (max-width: 767px) {
	.flexible-layout {
		flex-direction: column;
		margin-bottom: 0;
		margin-left: auto;
	}

	.flexible-layout .column {
		margin-bottom: 40px;
		max-width: none;
		padding-left: 0;
		width: 100% !important;
	}

	.flexible-layout .column:last-child,
	.flexible-layout-form {
		margin-bottom: 0;
	}

	.flexible-layout-form .column,
	.flexible-layout-form .column:last-child {
		margin-bottom: 20px;
	}
}

.rimage-background {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.rimage-background-wrapper {
	transition: background 0.15s;
}

.rimage-background-wrapper.lazyload-placeholder {
	background: #f0f0f0;
}

@media only screen and (max-width: 959px) {
	#template button,
	#template input,
	#template textarea {
		box-sizing: border-box;
		max-width: 100%;
	}
}

@media only screen and (max-width: 767px) {
	input,
	textarea {
		font-size: 16px;
		line-height: 1em;
	}

	.container,
	.woocommerce {
		padding-left: 16px;
		padding-right: 16px;
	}
}

#section-id-template-15447434494146_16486714142493cad0 .fixed-height-item {
	height: 460px;
}

@media (min-width: 768px) {
	#section-id-template-15447434494146_16486714142493cad0 .fixed-height-item {
		height: 600px;
	}
}

em {
	font-family: inherit;
	font-variant: normal;
	font-style: italic;
}

em,
h6,
strong,
table,
tbody,
td,
tr {
	border: 0;
	vertical-align: baseline;
}

h6 {
	color: #4d4d4f;
	font: 500 18px/1.2 Montserrat, sans-serif;
	margin: 0 0 10px;
}

strong,
table,
tbody,
td,
tr {
	font-family: inherit;
	font-style: normal;
	font-variant: normal;
	font-weight: 700;
}

em,
table,
tbody,
td,
tr {
	font-weight: 400;
}

a,
div,
em,
form,
img,
label,
li,
span,
strong,
tbody,
td,
tr {
	margin: 0;
}

table,
td {
	border-collapse: collapse;
}

table {
	border-spacing: 0;
	margin: 0 0 1em;
}

@media print {
	p {
		orphans: 3;
		widows: 3;
	}
}

td {
	border-bottom: 1px solid #e2e2e2;
	border-top: 1px solid #e2e2e2;
	padding: 0.7em;
}

@media (max-width: 767px) {
	h1 {
		font-size: 27px;
	}

	h6 {
		font-size: 16.92px;
	}
}

.majortitle {
	margin: 0 0 1.25rem;
}

@media (max-width: 1300px) {
	.container,
	.woocommerce {
		padding-left: 30px;
		padding-right: 30px;
	}
}

.article .container {
	max-width: 800px;
}

.texth6 {
	margin: 1em 0 15px;
}

#content > .container,
.page-section-spacing {
	margin-bottom: 50px;
	margin-top: 50px;
}

@media only screen and (max-width: 767px) {
	.container,
	.woocommerce {
		padding-left: 16px;
		padding-right: 16px;
	}
}

a,
div,
form,
img,
label,
li,
p,
span,
ul {
	font-family: inherit;
	font-style: normal;
	font-weight: 400;
}

a,
div,
form,
h1,
h4,
img,
label,
li,
p,
span,
ul {
	border: 0;
	font-variant: normal;
	padding: 0;
	vertical-align: baseline;
}

ul {
	font-size: 100%;
	list-style: none;
	margin: 1em 1em 1em 2em;
}

@media print {
	p {
		orphans: 3;
		widows: 3;
	}
}

.filter-group_heading,
.filter-group_heading:hover,
.filter-group_item,
.filter-group_item:hover,
.filters_close,
.filters_close:hover {
	color: inherit;
}

.filters_heading {
	align-items: flex-start;
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}

.filters_heading-text {
	margin: 3px 0 0;
}

.filter-container-side .filter-group_item {
	display: flex;
	margin: 0 0 0.5em;
	padding-bottom: 0.1em;
	padding-top: 0.1em;
}

@media (max-width: 1000px) {
	.filter-container .filters {
		background: #fff;
		height: 100%;
		overflow: auto;
		padding: 20px;
		position: fixed;
		right: 100%;
		top: 0;
		transition: transform 0.5s cubic-bezier(0.55, 0.03, 0.37, 0.96);
		visibility: hidden;
		width: 50%;
		z-index: 8002;
	}

	.filter-container .filter-shade {
		background: #000;
		height: 100%;
		left: 0;
		opacity: 0;
		pointer-events: none;
		position: fixed;
		top: 0;
		transition: opacity 0.5s cubic-bezier(0.55, 0.03, 0.37, 0.96), visibility 0.5s;
		visibility: hidden;
		width: 100%;
		z-index: 8001;
	}

	.filter-container .sticky-content-container {
		position: static;
	}

	.filter-container.filter-container-mobile-initialised .filters {
		visibility: visible;
	}

	*:is(.filter-container-show-filters-desktop) .filters {
		left: 0;
	}
}

@media (max-width: 767px) {
	.filter-container .filters {
		width: 88%;
	}
}

@media (min-width: 1001px) {
	.filter-shade {
		display: none;
	}

	.filter-container-side {
		display: flex;
	}

	.filter-container-side .filters {
		flex: 0 0 auto;
		transition: none;
		width: 280px;
	}

	.filter-container-side .filters .filters_inner {
		padding-right: 40px;
	}
}

@media (min-width: 1001px) and (min-width: 1301px) {
	.filter-container-side .filters {
		width: 320px;
	}

	.filter-container-side .filters .filters_inner {
		padding-right: 60px;
	}
}

@media (min-width: 1001px) {
	.filter-container-side .filters-adjacent {
		flex: 1 1 100%;
	}

	.filter-container-side:not(.filter-container-show-filters-desktop) .filters {
		height: 0;
		opacity: 0;
		transform: none;
		transition: none;
		visibility: hidden;
		width: 0;
	}

	.filters_heading {
		display: none;
	}
}

.filter-group {
	margin-bottom: 10px;
}

.filter-group .toggle-target-container {
	padding-bottom: 20px;
}

.filter-group-availability {
	margin-bottom: 30px;
}

.filter-group_heading {
	align-items: flex-start;
	display: flex;
	justify-content: space-between;
	padding-bottom: 1em;
}

.filter-group_heading_text {
	font-weight: 600;
	margin: 0.2em 20px 0 0;
	pointer-events: none;
}

.filter-group_heading_indicator {
	margin-right: -5px;
	transform-origin: center;
	transition: transform 0.25s ease;
	pointer-events: none;
}

.filter-group_heading_indicator svg {
	vertical-align: top;
}

.filter-group_heading:not(.toggle-target-toggler-is-hidden) .filter-group_heading_indicator {
	transform: rotate(180deg);
}

.filter-group_item {
	cursor: pointer;
	display: inline-flex;
	font-size: 14px;
	justify-content: space-between;
	line-height: 1.4em;
	padding-left: 28px;
	position: relative;
}

.filter-group_item .filter-group_item_text:before {
	border: 1px solid currentColor;
	border-radius: 50%;
	content: "";
	height: 18px;
	left: 0;
	margin-top: -9px;
	position: absolute;
	top: 0.8em;
	width: 18px;
}

.filter-group_item .filter-group_item_text:after {
	background-image: url("data:image/svg+xml,%3Csvg fill='#fff' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='M8.315 13.859l-3.182-3.417a.506.506 0 0 1 0-.684l.643-.683a.437.437 0 0 1 .642 0l2.22 2.393 4.942-5.327a.436.436 0 0 1 .643 0l.643.684a.504.504 0 0 1 0 .683l-5.91 6.35a.437.437 0 0 1-.642 0'%3E%3C/path%3E%3C/svg%3E");
	background-size: cover;
	content: "";
	height: 20px;
	left: -1px;
	margin-top: -10px;
	position: absolute;
	top: 0.8em;
	transform: scale(0);
	transition: transform 0.1s ease;
	width: 20px;
}

.filter-group_item .filter-group_checkbox:checked + .filter-group_item_text:before {
	background: #d4464b;
}

.filter-group_item .filter-group_checkbox:checked + .filter-group_item_text:after {
	transform: scale(1);
}

.filter-toggle {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.filter-toggle_group-label {
	align-self: center;
	font-weight: 600;
	margin: 4px 0;
}

.filter-toggle_options {
	background: rgba(77, 77, 79, 0.06);
	border-radius: 3px;
	display: flex;
	flex: 0 0 auto;
	margin: 4px 0;
	padding: 4px;
}

.filter-toggle_input-label {
	cursor: pointer;
}

.filter-toggle_input:checked + .filter-toggle_input-label-text {
	background: #fff;
	border-color: currentColor;
}

.filter-toggle_input-label-text {
	border: 1px solid transparent;
	border-radius: 3px;
	padding: 0.25em 0.5em;
}

.layout-switchers {
	display: flex;
}

.layout-switch {
	color: inherit;
	flex: 0 0 auto;
	height: 24px;
	margin-left: 5px;
	opacity: 0.3;
	position: relative;
	width: 24px;
}

.layout-switch svg {
	display: block;
	height: 24px;
	stroke: currentColor;
	width: 24px;
}

.layout-switch-active {
	opacity: 1 !important;
}

.link-dropdown {
	position: relative;
	text-align: left;
}

.link-dropdown select,
.variations select {
	padding: 12px;
	-webkit-appearance: listbox;
}

.utility-bar {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
}

.filter-group_item .filter-group_checkbox,
.filter-toggle_input {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 0.1rem;
	margin: -0.1rem;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 0.1rem;
}

.layout-switch:hover,
.link-dropdown .link-dropdown_button:hover,
.link-dropdown_link:hover {
	color: inherit;
}

@media (min-width: 768px) {
	.utility-bar {
		margin-bottom: 10px;
	}
}

.utility-bar-sticky-mobile-copy {
	background: #fff;
	border-bottom: 1px solid #dfe3e8;
	left: 0;
	opacity: 0;
	padding-left: 16px;
	padding-right: 16px;
	position: fixed;
	top: var(-theme-sticky-header-height);
	transform: translateY(-15px);
	transition: transform 0.2s ease-in, opacity 0.2s ease-in, visibility 0.2s;
	visibility: hidden;
	width: 100%;
	z-index: 301;
}

.utility-bar_left,
.utility-bar_right {
	flex: 2 0 0;
}

.utility-bar_left {
	display: flex;
}

.utility-bar_left .utility-bar_item {
	margin-right: 12px;
}

.utility-bar_centre {
	flex: 1 1 auto;
	text-align: center;
}

.utility-bar_centre .utility-bar_item {
	margin: 10px 0;
}

.utility-bar_right {
	align-items: center;
	display: flex;
	justify-content: flex-end;
	text-align: right;
}

.utility-bar_right .utility-bar_item {
	margin-left: 12px;
}

*,
:after,
:before {
	box-sizing: inherit;
}

p {
	margin: 0 0 1em;
}

h1,
h4 {
	color: #4d4d4f;
	font-family: Montserrat, sans-serif;
	font-style: normal;
	font-weight: 500;
	line-height: 1.2;
	margin: 0 0 10px;
}

a {
	-webkit-tap-highlight-color: transparent;
	text-decoration: none;
	transition: color 0.1s, border-color 0.1s, opacity 0.1s, text-decoration-color 0.1s;
}

.btn,
.button-icon,
a.btn,
button,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
	display: inline-block;
	vertical-align: middle;
}

.btn,
a.btn,
button,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.wishlist-table a.cart,
.wishlist-table a.details,
.woocommerce .cart .button,
.woocommerce .cart input.button {
	-webkit-tap-highlight-color: transparent;
	background: #262626;
	border: 1.5px solid #262626;
	border-radius: 3px;
	color: #fff !important;
	cursor: pointer;
	font: 500 13px/1em Montserrat, sans-serif;
	height: auto;
	letter-spacing: 0.08em;
	margin: 0;
	padding: 1.2em 25px !important;
	text-align: center;
	text-decoration: none !important;
	text-transform: uppercase;
	transition: background-color 0.1s, color 0.1s, border-color 0.1s, opacity 0.1s;
}

button svg.feather {
	fill: transparent;
	stroke: currentColor;
}

::-moz-selection,
::selection {
	background: #4d4d4f;
	color: #fff;
}

:-moz-placeholder,
:-ms-input-placeholder,
::-moz-placeholder,
::-webkit-input-placeholder {
	color: #4d4d4f;
}

@media (hover: none) {
	.btn:active,
	a.btn:active,
	button:active {
		background: #4d4d4f;
		border-color: #4d4d4f;
	}
}

@media (hover: hover) {
	.btn:hover,
	a.btn:hover,
	button:hover {
		background: #4d4d4f;
		border-color: #4d4d4f;
	}
}

.btn.btn-secondary {
	background: #fff;
	border: 1.5px solid;
	color: #4d4d4f;
}

@media (hover: none) {
	.btn.btn-secondary:active {
		background: #4d4d4f;
		border-color: #4d4d4f;
		color: #fff;
	}
}

@media (hover: hover) {
	.btn.btn-secondary:hover {
		background: #4d4d4f;
		border-color: #4d4d4f;
		color: #fff;
	}
}

button.notabutton {
	-moz-transition: color 0.1s;
	-webkit-transition: color 0.1s;
	background: 0 0;
	border: 0;
	color: #d4464b;
	font-family: inherit;
	font-size: inherit;
	height: auto;
	letter-spacing: inherit;
	line-height: inherit;
	margin: 0;
	min-width: 0;
	overflow: visible;
	padding: 0;
	text-transform: none;
	transition: color 0.1s;
	vertical-align: baseline;
}

.button-icon {
	height: 15px;
	position: relative;
	width: 20px;
}

.button-icon:first-child {
	margin-right: 8px;
}

.button-icon svg {
	height: 20px;
	left: 0;
	margin-top: -10px;
	position: absolute;
	top: 50%;
	width: 20px;
}

.toggle-btn {
	align-items: center;
	color: inherit;
	display: flex;
	font-weight: 600;
	height: 3em;
	overflow: hidden;
	padding-right: 2.5em;
	position: relative;
	text-overflow: ellipsis;
	white-space: nowrap;
}

@media (max-width: 767px) {
	.toggle-btn {
		padding-right: 0;
	}
}

.toggle-btn:hover {
	color: inherit;
}

.toggle-btn .button-icon circle {
	fill: #fff;
	transition: transform 0.4s cubic-bezier(0.11, 0.44, 0.03, 1);
}

.toggle-btn .toggle-btn_chevron {
	border: 0;
	height: 24px;
	left: auto;
	margin: -11px 7px 0 0;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 50%;
	transition: transform 0.25s ease;
	width: 24px;
}

.toggle-btn .toggle-btn_chevron svg {
	height: 100%;
	vertical-align: top;
	width: 100%;
}

@media (max-width: 767px) {
	.toggle-btn .toggle-btn_chevron {
		display: none;
	}
}

.toggle-btn-revealed-desktop .toggle-btn_chevron {
	transform: rotate(180deg);
}

h1 {
	font-size: 34px;
}

.h3-style {
	font-size: 27px;
}

h4 {
	font-size: 24px;
}

@media (max-width: 767px) {
	h1 {
		font-size: 27px;
	}

	.h3-style {
		font-size: 23px;
	}

	h4 {
		font-size: 21px;
	}
}

img {
	height: auto;
	max-width: 100%;
}

svg {
	height: 24px;
	vertical-align: middle;
	width: 24px;
}

svg,
svg g {
	fill: currentColor;
	transition: fill 0.1s;
}

svg.feather {
	fill: transparent;
	stroke: currentColor;
}

.visually-hidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
}

.container,
.woocommerce {
	margin-left: auto;
	margin-right: auto;
	max-width: 1480px;
	padding-left: 40px;
	padding-right: 40px;
}

@media (max-width: 1300px) {
	.container,
	.woocommerce {
		padding-left: 30px;
		padding-right: 30px;
	}
}

.page-header:not(.page-header-with-background) {
	padding: 0 0 20px;
}

.page-header-with-upper-spacing {
	margin-top: 30px;
}

.page-header .pagetitle,
.pagination-row {
	margin-bottom: 20px;
}

.pagination-row {
	margin-top: 30px;
	text-align: center;
}

.pagination_number,
.pagination_sep {
	margin: 0 4px;
}

.product-block-options {
	font-size: 12px;
	line-height: 1.4em;
	margin: 8px -4px;
	opacity: 0.6;
}

.product-block-options .product-block-options_inner {
	margin-bottom: -6px;
}

.product-block-options_item {
	display: inline-block;
	margin: 0 4px 6px;
	vertical-align: middle;
}

.product-block .block-inner {
	margin: 0 0 30px;
	position: relative;
}

.page-header,
.product-block {
	text-align: center;
}

@media (max-width: 1300px) {
	.product-block .block-inner {
		margin: 0 0 20px;
	}
}

.product-block .product-link {
	display: block;
	position: relative;
}

.product-block .product-link:not(.button) {
	color: inherit;
}

.product-block .image-cont {
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

.product-block .image-cont .btn.quickbuy-toggle {
	display: none;
}

@media (min-width: 768px) {
	.product-block .image-cont .btn.quickbuy-toggle {
		border-color: #4d4d4f26;
		bottom: 10px;
		display: block;
		font-size: 13px;
		left: 10px;
		opacity: 0;
		padding: 1em 20px;
		position: absolute;
		transition: all 0.1s ease-out;
		visibility: hidden;
		width: calc(100% - 20px);
	}

	.product-block .image-cont .btn.quickbuy-toggle:hover {
		background: #fff;
		border-color: #4d4d4f26;
		color: #4d4d4f;
	}

	.product-block .image-cont:hover .btn.quickbuy-toggle {
		opacity: 1;
		visibility: visible;
	}
}

.product-block_image .rimage_image {
	object-position: center center;
}

.product-block .image-label-wrap {
	position: relative;
}

.product-label-container {
	align-items: flex-start;
	bottom: 7.5px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	left: 7.5px;
	pointer-events: none;
	position: absolute;
	right: 7.5px;
	top: 7.5px;
}

.product-label {
	display: block;
	margin: 2.5px;
}

.product-label > span {
	background: #262626;
	color: #fff;
	display: inline-block;
	font-size: 11px;
	font-weight: 500;
	line-height: 1.2;
	padding: 0.5em 1em;
	vertical-align: top;
}

@media (min-width: 768px) {
	.product-label > span {
		font-size: 12px;
	}
}

.product-label-new-in > span {
	background: #0050c8;
	color: #fff;
}

.product-label-sale > span {
	background: #ffee00;
	color: #000;
	font-weight: 700;
}

.product-block .product-info {
	color: inherit;
	display: block;
	font-size: 14px;
	margin: 10px 0 0;
	text-align: left;
}

.product-block .product-price {
	align-items: baseline;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin-top: 16px;
}

.product-price_item {
	margin-right: 0.5rem;
}

.product-price_amount * {
	font-weight: 700;
}

.product-price_compare {
	opacity: 0.5;
	text-decoration: line-through;
}

@media (max-width: 767px) {
	.product-block .product-info .innerer {
		display: flex;
		flex-direction: column;
	}
}

.product-block .product-info > .inner {
	margin-left: auto;
	margin-right: auto;
}

.collection-listing {
	text-align: center;
	transition: opacity 0.15s;
}

.collection-listing .product-block {
	margin-bottom: 20px;
	padding-left: 30px;
}

@media (max-width: 1300px) {
	.collection-listing .product-block {
		padding-left: 20px;
	}
}

@media (max-width: 767px) {
	.collection-listing .product-block {
		padding-left: 16px;
	}
}

.collection-listing .product-list {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: -20px;
	margin-left: -30px;
}

@media (max-width: 1300px) {
	.collection-listing .product-list {
		margin-left: -20px;
	}
}

@media (max-width: 767px) {
	.collection-listing .product-list {
		margin-left: -16px;
	}
}

.collection-listing .product-list-per-row-4 .product-block {
	width: 25%;
}

@media (max-width: 767px) {
	.collection-listing .product-list .product-block {
		width: 50%;
	}
}

.reading-width {
	margin-left: auto;
	margin-right: auto;
	max-width: 800px;
}

.align-center {
	text-align: center;
}

.image-cont img {
	height: auto;
	max-width: 100%;
	vertical-align: top;
}

.rimage-outer-wrapper {
	margin-left: auto;
	margin-right: auto;
}

.rimage-wrapper {
	position: relative;
	transition: background 0.15s;
}

.rimage-wrapper .rimage-label {
	position: absolute;
	top: 16px;
	bottom: unset;
	left: 0;
	right: unset;
	background: #fff;
	color: #000;
	font-weight: 500;
	padding: 16px 16px 16px 32px;
}

.rimage-wrapper .rimage-label.center-left {
	top: 50%;
	bottom: unset;
	left: 0;
	right: unset;
	transform: translate(0, -50%);
}

.rimage-wrapper .rimage-label.bottom-left {
	top: unset;
	bottom: 32px;
	left: 0;
	right: unset;
}

.rimage-wrapper .rimage-label.center {
	top: 0;
	bottom: unset;
	left: 50%;
	right: unset;
	padding: 32px 16px 16px;
	transform: translate(-50%);
}

.rimage-wrapper .rimage-label.top-right {
	left: unset;
	right: 0;
	padding: 16px 32px 16px 16px;
}

.rimage-wrapper .rimage-label.center-right {
	top: 50%;
	bottom: unset;
	left: unset;
	right: 0;
	padding: 16px 32px 16px 16px;
	transform: translate(0, -50%);
}

.rimage-wrapper .rimage-label.bottom-left {
	top: unset;
	bottom: 32px;
	left: 0;
	right: unset;
	padding: 16px 32px 16px 16px;
}

.rimage-wrapper.lazyload-placeholder {
	background: #f0f0f0;
}

.rimage-wrapper .rimage_image {
	display: block;
	height: 100%;
	left: 0;
	object-fit: contain;
	position: absolute;
	top: 0;
	width: 100%;
}

.rimage-wrapper .rimage_image.cover {
	object-fit: cover;
}

.theme-money {
	white-space: nowrap;
}

.toggle-target {
	transition: all 0.3s cubic-bezier(0.25, 0.45, 0.45, 0.95);
}

.sticky-content-container {
	position: -webkit-sticky;
	position: sticky;
	top: calc(30px + var(-theme-sticky-header-height));
}

.mobile-only,
.toggle-target-hidden,
.pswp__caption__center {
	display: none;
}

@media only screen and (max-width: 767px) {
	.mobile-only {
		display: block;
	}

	.desktop-only {
		display: none !important;
	}

	input {
		font-size: 16px;
		line-height: 1em;
	}

	.container,
	.woocommerce {
		padding-left: 16px;
		padding-right: 16px;
	}
}

.product-block-options {
	display: none !important;
}

.swatch-img-text,
div.swatch-allow-animation,
div.swatch-allow-animation div.star-set-image {
	-webkit-transition: 0.3s all ease-in-out !important;
	transition: 0.3s all ease-in-out !important;
}

.star-btn-text-upper {
	text-transform: uppercase;
}

.star-set-btn-rad-10 {
	border-radius: 10px;
}

.star-image-border-1 {
	border: 0 solid #f7f7f7;
}

.star-set-image-rad-0 {
	border-radius: 0;
}

.star-set-image-rec-port.star-size-md {
	height: 128px;
	width: 80px;
}

.star-set-image-scale-contain {
	background-size: contain !important;
}

.star-set-image-position-center {
	background-position: center !important;
}

.star-set-image,
ul.swatch-view li {
	display: inline-block;
	position: relative;
}

.star-set-image {
	-moz-user-select: none;
	-ms-touch-action: manipulation;
	-ms-user-select: none;
	-webkit-user-select: none;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin: -0.2px;
	text-transform: uppercase;
	touch-action: manipulation;
	user-select: none;
	vertical-align: middle;
	white-space: nowrap;
}

.swatch-unavailable-go {
	background-color: #f5f5f5;
	border: inherit;
	border-color: inherit;
	border-radius: inherit;
	border-width: inherit;
	bottom: -1px;
	display: block;
	left: -1px;
	margin: auto;
	opacity: 0.75;
	position: absolute;
	right: -1px;
	top: -1px;
}

.swatches {
	direction: ltr;
	margin-top: 10px;
	max-width: 100%;
}

.swatch-single,
.swatches {
	margin-bottom: 10px;
}

.swatch-view {
	margin: 10px 0;
}

ul.swatch-view {
	list-style: none !important;
	padding: 0;
}

ul.swatch-view li {
	list-style: none !important;
	margin: 0.5rem 1rem 0.5rem 0;
	max-width: 100%;
	outline: 0;
}

ul.swatch-view li:last-child {
	margin-right: 0;
}

ul.swatch-view li::after,
ul.swatch-view li::before {
	content: none !important;
}

.swatch-image {
	-webkit-appearance: none !important;
	background-color: inherit;
	cursor: pointer;
	position: relative;
}

.swatch-img-text {
	bottom: 0;
	display: table;
	font-style: normal;
	font-weight: 400;
	height: 100%;
	margin: auto;
	position: absolute;
	text-align: center;
	top: 0;
	white-space: normal;
	width: 100%;
	z-index: -1;
}

.swatch-img-text p {
	display: table-cell;
	font-size: 100%;
	font-style: inherit;
	vertical-align: middle;
}

@media only screen and (min-color-index: 0) and (-webkit-min-device-pixel-ratio: 0) and (max-width: 768px) {
	.swatch-single.swatch-view-slide ul.swatch-view {
		overflow-x: auto !important;
	}
}

div.swatches-type-collections .swatch-align-left {
	text-align: left;
}

.swatches-type-collections .swatch-view-slide .swatch-navigable {
	padding: 0 28px;
}

.swatches-type-collections .swatch-view-slide .swatch-navigable .swatch-navigation {
	height: 16px;
	width: 16px;
}

.swatches-type-collections .swatch-view-slide .swatch-navigable ul.swatch-view li {
	margin: 0.25rem 0.5rem 0.25rem 0;
}

.swatches-type-collections .swatch-view-slide .swatch-navigable ul.swatch-view {
	margin-left: 0.5px;
}

.swatch-single.swatch-view-slide ul.swatch-view {
	overflow: hidden;
	scroll-behavior: smooth;
	white-space: nowrap;
}

.swatch-single.swatch-view-slide .swatch-navigable,
div.swatches-type-collections,
div.swatches-type-collections div[option-target] {
	position: relative;
}

.swatch-single.swatch-view-slide .swatch-navigable .swatch-navigation {
	border-radius: 50%;
	bottom: 0;
	cursor: pointer;
	display: inline-block;
	margin: auto;
	overflow: hidden;
	padding: 2px;
	position: absolute;
	top: 0;
}

.swatch-single.swatch-view-slide .swatch-navigable .swatch-navigation svg {
	height: auto !important;
	vertical-align: top;
	width: auto !important;
}

.swatch-single.swatch-view-slide .swatch-navigable .swatch-navigation:focus,
.swatch-single.swatch-view-slide .swatch-navigable .swatch-navigation:hover {
	opacity: 0.6;
}

.swatch-single.swatch-view-slide .swatch-navigation[data-navigation="right"] {
	right: 0;
}

.swatch-single.swatch-view-slide .swatch-navigation[data-navigation="left"] {
	left: 0;
}

.swatches.hover-enabled li.swatch-view-item:hover .star-hover-shadow.star-set-image,
li.swatch-view-item:focus .star-hover-shadow.star-set-image {
	box-shadow: 0 10px 10px -10px #adadad;
}

.swatches.hover-enabled li.swatch-view-item:hover .swatch-selector .star-image-border-1,
li.swatch-view-item:focus .swatch-selector .star-image-border-1 {
	border: 0 solid #adadad !important;
}

@media all {
	div,
	img {
		margin: 0;
	}

	div,
	h1,
	h2,
	img,
	p {
		padding: 0;
		border: 0;
		font: inherit;
		vertical-align: baseline;
	}

	@media print {
		p {
			orphans: 3;
			widows: 3;
		}
	}

	*,
	:after,
	:before {
		box-sizing: inherit;
	}

	.js body:not(.tab-used) :focus {
		outline: 0;
	}

	p {
		margin: 0 0 1em;
	}

	.h1-style,
	h1,
	h2 {
		font-family: Montserrat, sans-serif;
		font-weight: 500;
		font-style: normal;
	}

	::selection {
		background: #4d4d4f;
		color: #fff;
	}

	::-moz-selection {
		background: #4d4d4f;
		color: #fff;
	}

	::-webkit-input-placeholder {
		color: #4d4d4f;
	}

	:-moz-placeholder {
		color: #4d4d4f;
	}

	::-moz-placeholder {
		color: #4d4d4f;
	}

	:-ms-input-placeholder {
		color: #4d4d4f;
	}

	.h1-style,
	h1,
	h2 {
		color: #4d4d4f;
		line-height: 1.2;
	}

	h1,
	h2 {
		margin: 0 0 10px;
	}

	.h1-style {
		margin-bottom: 10px;
	}

	.h1-style,
	h1 {
		font-size: 34px;
	}

	h2 {
		font-size: 30px;
	}

	@media (max-width: 767px) {
		.h1-style,
		h1 {
			font-size: 27px;
		}

		h2 {
			font-size: 25px;
		}
	}

	.majortitle {
		margin: 0 0 1.25rem;
	}

	img {
		max-width: 100%;
		height: auto;
	}

	.container,
	.woocommerce {
		max-width: 1480px;
		margin-left: auto;
		margin-right: auto;
		padding-left: 40px;
		padding-right: 40px;
	}

	@media (max-width: 1300px) {
		.container,
		.woocommerce {
			padding-left: 30px;
			padding-right: 30px;
		}
	}

	#content > .container {
		margin-top: 50px;
		margin-bottom: 50px;
	}

	.template-page #content > .container {
		max-width: none;
		margin-top: 0;
		margin-bottom: 0;
		padding-left: 0;
		padding-right: 0;
	}

	.page-header {
		text-align: center;
	}

	.page-header:not(.page-header-with-background) {
		padding: 0 0 20px;
	}

	.article .container {
		max-width: 800px;
	}

	.rte > p:last-child {
		margin-bottom: 0;
	}

	.image-overlay {
		position: relative;
		overflow: hidden;
		color: #fff;
	}

	.align-center {
		text-align: center;
	}

	.fully-spaced-row-medium {
		margin-top: 80px;
		margin-bottom: 80px;
	}

	@media (max-width: 767px) {
		.fully-spaced-row-medium {
			margin-top: 60px;
			margin-bottom: 60px;
		}
	}

	.page-section-spacing {
		margin-top: 50px;
		margin-bottom: 50px;
	}

	.flexible-layout {
		margin-left: -30px;
		margin-bottom: -30px;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		align-items: stretch;
	}

	.flexible-layout.valign-middle > .column {
		align-self: center;
	}

	.flexible-layout .column {
		padding-left: 30px;
		margin-bottom: 30px;
		flex: 0 0 auto;
	}

	.flexible-layout .column-half {
		width: 50%;
	}

	@media (max-width: 1300px) {
		.flexible-layout {
			margin-left: -20px;
		}

		.flexible-layout .column {
			padding-left: 20px;
		}

		.flexible-layout .column-half {
			width: 50%;
		}
	}

	@media (max-width: 767px) {
		.flexible-layout {
			margin-left: auto;
			margin-bottom: 0;
			flex-direction: column;
		}

		.flexible-layout .column {
			margin-bottom: 40px;
			padding-left: 0;
			width: 100% !important;
			max-width: none;
		}

		.flexible-layout .column:last-child {
			margin-bottom: 0;
		}
	}

	.rimage-outer-wrapper {
		margin-left: auto;
		margin-right: auto;
	}

	.rimage-wrapper {
		position: relative;
		transition: background 0.15s;
	}

	.rimage-wrapper.lazyload-placeholder {
		background: #f0f0f0;
	}

	.rimage-wrapper .rimage_image {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: contain;
	}

	.rimage-background {
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
	}

	.rimage-background-wrapper {
		transition: background 0.15s;
	}

	.rimage-background-wrapper.lazyload-placeholder {
		background: #f0f0f0;
	}

	.image-overlap {
		display: flex;
		margin: 0 auto;
	}

	.image-overlap .image-overlap_image {
		flex: 1 0 50%;
	}

	@media (min-width: 768px) {
		.feature-text-paired {
			margin-left: 15%;
			margin-right: 15%;
		}
	}

	@media only screen and (max-width: 767px) {
		.container,
		.woocommerce {
			padding-left: 16px;
			padding-right: 16px;
		}
	}
}

/*! CSS Used from: Embedded */
#section-id-template-15452520841410_1648673066f55cd7fa .fixed-height-item {
	height: 200px;
}

@media (min-width: 768px) {
	#section-id-template-15452520841410_1648673066f55cd7fa .fixed-height-item {
		height: 600px;
	}
}

@media (max-width: 768px) {
	.modal-popup .modal-popup-close {
		color: #4d4d4f !important;
	}

	.mobile-navigation-drawer {
		display: block;
		transition: transform 500ms cubic-bezier(0.55, 0.03, 0.37, 0.96);
	}

	.reveal-mobile-nav .mobile-navigation-drawer {
		transform: translateX(0);
	}

	.reveal-mobile-nav .mobile-navigation-drawer:not(.mobile-navigation-drawer--child-open) .navigation__tier-1 > .navigation__item > .navigation__link,
	.reveal-mobile-nav .mobile-navigation-drawer:not(.mobile-navigation-drawer--child-open) .navigation__tier-1 > .navigation__item > .navigation__children-toggle,
	.reveal-mobile-nav .mobile-navigation-drawer:not(.mobile-navigation-drawer--child-open) .navigation__mobile-products,
	.reveal-mobile-nav .mobile-navigation-drawer:not(.mobile-navigation-drawer--child-open) .mobile-navigation-drawer__footer {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}

	.collection-listing .product-list--per-row-mob-1 .product-block {
		width: 100%;
	}

	.product-list--per-row-mob-1 .image-page-button {
		display: block;
		opacity: 1;
		pointer-events: auto;
	}

	.product-list--per-row-mob-1 .product-block__image-dots {
		display: none;
	}
}

.show {
	pointer-events: all !important;
	visibility: visible !important;
	opacity: 1 !important;
}

.fami-wccp-content-wrap {
	border-radius: 8px;
	margin-top: 40px;
}

.field-names-col .fami-wccp-field {
	white-space: nowrap;
}

.fami-wccp-content-wrap .owl-carousel .owl-nav > button {
	line-height: 20px;
}

.fami-wccp-products-list-content .fami-wccp-title:before {
	border: none;
}

.nav-links > * {
	display: inline-block !important;
	margin: 0 8px;
}

/*! CSS Used fontfaces */

@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@500;600;700&display=swap");
