/*
Theme Name: Gossips
Theme URI: https://plitkarka.site/
Author: Immensus
Author URI: https://immensus.dev
*/
/* common */
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Tenor+Sans&display=swap');
@font-face {
	font-family: 'Tenor Sans';
	src: url('fonts/tenor-sans.ttf') format('truetype');
	font-style: normal;
	font-weight: 400;
}
@font-face {
	font-family: 'Snell Roundhand';
	src: url('fonts/snell-roundhand.ttf') format('truetype');
	font-style: italic;
	font-weight: 500;
}
@font-face {
	font-family: 'Snell Roundhand';
	src: url('fonts/snell-roundhand-bold.ttf') format('truetype');
	font-style: italic;
	font-weight: 700;
}
@font-face {
	font-family: 'Snell Roundhand';
	src: url('fonts/snell-roundhand-black.ttf') format('truetype');
	font-style: italic;
	font-weight: 900;
}
html {
	font-size: calc(1vw * (16 / 14.5));
}
* {
	margin: 0;
	padding: 0;
	-webkit-tap-highlight-color: transparent;
	scrollbar-color: #A91400 #F1EDE9;
	scrollbar-width: thin;
	box-sizing: border-box;
}
*::-webkit-scrollbar {
	width: 0.5rem;
	height: 0.5rem;
	border: 0rem solid #F1EDE9;
}
*::-webkit-scrollbar-track {
	background-color: #F1EDE9;
	border-radius: 0rem;
	border: 0rem solid #F1EDE9;
}
*::-webkit-scrollbar-thumb {
	background-color: #A91400;
	border-radius: 0rem;
	border: 0rem solid #F1EDE9;
}
*::-webkit-scrollbar-thumb:hover {
	background-color: #A91400;
}
*::-webkit-scrollbar-thumb:active {
	background-color: #A91400;
}
html,
body {
	background-color: #F1EDE9;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	/* overflow-x: hidden; */
}
body {
	border-right: 0rem solid #F1EDE9;
}
.overflow_hidden {
	overflow: hidden;
}
section {
	margin: 0rem auto;
	width: 90rem;
	display: flex;
}
.preloader {
	background-color: #ffffff;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 99999;
	top: 0rem;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 1;
	transition: opacity 0.75s ease;
}
.preloader img {
	width: 18.75rem;
	max-width: 70%;
	height: auto;
	animation: preload_animation 1s linear infinite;
}
@keyframes preload_animation {
	0% {
		opacity: 1;
	}
	25% {
		opacity: 0.8;
	}
	50% {
		opacity: 0.6;
	}
	75% {
		opacity: 0.8;
	}
	100% {
		opacity: 1;
	}
}
.preloader.preloader_opacity {
	opacity: 0;
}
.preloader.preloader_display {
	display: none;
}
.overlay {
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0rem;
	left: 0rem;
	background-color: #BD2612;
	opacity: 0;
	transition: opacity 0.5s ease;
	z-index: 1;
}
.overflow_hidden .overlay {
	opacity: 0.3;
}
@media all and (min-width: 768px) {
	.desktop_hide {
		display: none;
	}
}
[name="woocommerce_checkout_place_order"],
.button,
a.button,
.page_section.default_page button {
	font-family: 'Tenor Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 1.25rem;
	line-height: 1.75rem;
	display: flex;
	align-items: center;
	color: #B5B5B5 !important;
	background-color: transparent;
	border: 0.0625rem solid #B5B5B5 !important;
	width: 100%;
	padding: 0.625rem;
	outline: none !important;
	text-align: center;
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
	cursor: pointer;
	justify-content: center !important;
	background-color: #A91400 !important;
	border: 0.0625rem solid #A91400 !important;
	color: #FFFFFF !important;
	text-decoration: none !important;
	transition: all 0.5s ease;
	min-height: auto !important;
	height: 3rem !important;
}
[name="woocommerce_checkout_place_order"]:active,
.button:active,
a.button:active,
.page_section.default_page button:active {
	outline: none !important;
}
[name="woocommerce_checkout_place_order"]:hover,
.button:hover,
a.button:hover,
.page_section.default_page button:hover {
	background-color: transparent !important;
}
[name="woocommerce_checkout_place_order"]:hover:not(:disabled),
.button:hover:not(:disabled),
a.button:hover:not(:disabled),
.page_section.default_page button:hover:not(:disabled) {
	background-color: transparent !important;
	color: #393936 !important;
}
[name="woocommerce_checkout_place_order"]:disabled,
.button:disabled,
a.button:disabled,
.page_section.default_page button:disabled {
	color: #B5B5B5 !important;
	background-color: transparent !important;
	border: 0.0625rem solid #B5B5B5 !important;
	cursor: not-allowed !important;
}
.page_section.default_page .page_title h1 {
	height: auto;
	background-image: none;
	min-height: auto;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input[type="number"] {
  appearance: textfield;
}
.wc-block-store-notice {
	align-items: center !important;
}
.wc-block-store-notice button.wc-block-components-button {
	margin: 0rem !important;
	height: auto !important;
}
@keyframes underline_animation {
	0% {
		left: auto;
		right: 0rem;
		width: 100%;
	}
	49% {
		left: auto;
		right: 0rem;
		width: 0%;
	}
	51% {
		left: 0rem;
		right: auto;
		width: 0%;
	}
	100% {
		left: 0rem;
		right: auto;
		width: 100%;
	}
}
.link_underline {
	position: relative;
	text-decoration: none !important;
}
.link_underline::after {
	content: '';
	position: absolute;
	left: auto;
	right: 0rem;
	bottom: 0rem;
	width: 100%;
	height: 0.0625rem;
	background-color: currentColor;
}
.link_underline.animate::after {
	animation: underline_animation 0.75s ease 0s 1;
}
.slick-dots {
	height: auto;
	bottom: 0.625rem;
	position: absolute;
	justify-self: center;
}
.slick-dots li {
	list-style: none;
}
.slick-dots {
	display: flex;
	justify-content: center;
	gap: 0.75rem;
	align-self: center;
	align-items: center;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
}
.slick-initialized {
	position: relative;
}
.slick-dots li button {
	font-size: 0rem;
	width: 0.25rem;
	height: 0.25rem;
	background-color: #F1EDE9;
	border: 0.0625rem solid #393936;
	border-radius: 50%;
	transition: all 0.5s ease;
	outline: none !important;
}
.slick-dots li:not(.slick-active) button {
	border-width: 0.125rem;
}
.slick-dots li.slick-active button {
	background-color: #393936;
}
/* header */
header {
	display: flex;
	position: fixed;
	width: 100%;
	height: 4rem;
	border-bottom: 0.0625rem solid #A91400;
	justify-content: center;
	background-color: #F1EDE9;
	z-index: 1;
}
header nav {
	display: flex;
	width: 90rem;
	padding: 0rem 1.5rem;
	justify-content: space-between;
	align-items: center;
}
header nav ul {
	width: calc(50% - 5.625rem);
	display: flex;
	gap: 1.5rem;
}
header nav ul:last-child {
	justify-content: flex-end;
}
header nav ul li {
	list-style-type: none;
}
header nav ul li a {
	font-family: 'Tenor Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 0.875rem;
	line-height: 1.25rem;
	color: #393936;
	text-decoration: none;
	position: relative;
}
header nav ul li a::after {
	content: '';
	display: block;
	width: 0%;
	height: 0.0625rem;
	bottom: -0.0625rem;
	left: 0rem;
	background-color: currentColor;
	transition: width 0.5s ease;
}
header nav ul li a:hover::after {
	width: 100%;
}
.cart_icon,
.mobile_menu_button {
	display: none;
}
.header_Logo {
	height: 3.25rem;
	width: auto;
}
.menu_section {
	display: none;
}
/* footer */
footer {
	display: flex;
	width: 100%;
	border-top: 0.0625rem solid #A91400;
	flex-direction: column;
	padding: 1.5rem 0rem;
	justify-content: center;
	align-items: center;
	margin-top: auto;
}
footer nav,
footer > div {
	display: flex;
	width: 90rem;
	padding: 0rem 1.5rem;
	justify-content: space-between;
	align-items: center;
}
footer nav ul {
	width: calc(50% - 5.625rem);
	display: flex;
	gap: 1.5rem;
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 1rem;
}
footer nav ul:last-child {
	align-items: flex-end;
}
footer nav ul li a {
	font-family: 'Tenor Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 0.875rem;
	line-height: 1.25rem;
	text-decoration-line: underline;
	color: #393936;
}
footer nav img {
	width: 28.875rem;
	height: auto;
}
.copyright {
	font-family: 'Tenor Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 0.875rem;
	line-height: 1.25rem;
	color: #8D8D8C;
}
.designed {
	width: 4.1875rem;
	height: 1.25rem;
}
.designed svg {
	color: #B5B5B5;
	width: 100%;
	height: 100%;
	transition: color 0.5s ease;
}
.designed:hover svg {
	color: #393936;
}
/* hero */
.subhero_content,
.hero_content {
	width: 100%;
	height: 44.5rem;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	display: flex !important;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 0.5rem;
}
.first_section {
	padding-top: 4rem;
}
.hero_section .slider {
	width: 100%;
	cursor: grab;
}
.hero_section .slider:active {
	cursor: grabbing;
}
.hero_content h1,
.subhero_content h2 {
	font-family: 'Snell Roundhand';
	font-style: italic;
	font-weight: 700;
	font-size: 7.5rem;
	line-height: 8.75rem;
	text-align: center;
	color: #FFFFFF;
}
.hero_content a,
.subhero_content a {
	font-family: 'Tenor Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 1.25rem;
	line-height: 1.75rem;
	text-decoration-line: underline;
	color: #FFFFFF;
}
/* products */
.products_heading {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}
.products_heading h2 {
	font-family: 'Snell Roundhand';
	font-style: italic;
	font-weight: 700;
	font-size: 2.5rem;
	line-height: 3rem;
	color: #393936;
}
.item_add_mobile {
	display: none;
}
.products_heading a {
	font-family: 'Tenor Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 1.25rem;
	line-height: 1.75rem;
	text-decoration-line: underline;
	color: #393936;
}
.product_item .mark {
	font-family: 'Tenor Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 0.875rem;
	line-height: 1.25rem;
	color: #393936;
	display: inline-block;
	padding: 0.25rem 0.5rem;
	background-color: #F1EDE9;
	position: absolute;
	bottom: 0.75rem;
	left: 0.75rem;
}
.product_item h3 {
	font-family: 'Tenor Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 1.25rem;
	line-height: 1.75rem;
	color: #393936;
	padding: 0.75rem 0.75rem 0rem;
}
.product_item .product_item_price {
	font-family: 'Tenor Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 1.25rem;
	line-height: 1.75rem;
	color: #6F6F6E;
	padding-left: 0.75rem;
	padding-bottom: 0.75rem;
}
.product_item .product_item_price.price_old {
	text-decoration: line-through;
	opacity: 0.7;
}
.products_list {
	overflow: hidden;
}
.products_list .product_item .product_content .product_single_option > p {
	display: none;
}
.products_list .product_item .product_content .product_options button {
	width: 0rem;
	height: 0rem;
	opacity: 0;
	margin: 0rem;
	padding: 0rem;
	margin-top: -0.75rem;
	z-index: -1;
}
.products_list .product_item .product_content {
	width: 100%;
	flex-shrink: 0;
	padding: 0.75rem;
	display: flex;
	flex-direction: column;
	height: auto;
	position: sticky;
	top: auto;
	align-items: center;
}
.products_list .product_item .product_content .product_single_option_list {
	justify-content: center;
}
.products_list .product_item .product_content .product_options {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
}
.products_section {
	padding: 1.5rem;
}
.container.product_container ~ .products_section {
	padding-top: 0rem;
}
.products_section.first_section {
	padding-top: 5.5rem;
}
.products_section .container {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
	width: 100%;
}
.products_list {
	display: flex;
	flex-wrap: wrap;
	row-gap: 1.5rem;
	column-gap: 0.25rem;
	justify-content: flex-start;
	align-items: flex-start;
}
.products_list .product_item {
	width: calc((100% - 0.5rem) / 3);
	position: relative;
}
.products_list .product_item .product_content {
	position: absolute;
	width: 100%;
	bottom: 0rem;
	left: 0rem;
	display: flex;
	z-index: -1;
	opacity: 0;
	background-color: #F1EDE9;
	align-self: flex-end;
	transition: opacity 0.5s ease, z-index 0s ease 0.5s;
}
.products_list.four .product_item {
	width: calc((100% - 0.75rem) / 4);
	flex-shrink: 0;
	flex-grow: 0;
}
.product_item .item_image_background {
	width: 100%;
	height: 35.9375rem;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.four .product_item .item_image_background {
	height: 26.875rem;
}
.product_item .product_item_image {
	position: relative;
}
.product_item .product_item_image a {
	display: flex;
}
.product_item .product_item_image a > .item_image_background:nth-child(2) {
	position: absolute;
	z-index: -1;
	top: 0rem;
	left: 0rem;
	opacity: 0;
	transition: opacity 0.5s ease, z-index 0s ease 0.5s;
}
.products_list .product_item:hover .product_content {
	z-index: 0;
	opacity: 1;
	transition: opacity 0.5s ease, z-index 0s ease 0s;
}
.products_list .product_item.product_sold:hover .product_content {
	z-index: -1;
	opacity: 0;
}
.product_item:hover .product_item_image a > .item_image_background:nth-child(2) {
	z-index: 0;
	opacity: 1;
	transition: opacity 0.5s ease, z-index 0s ease 0s;
}
.product_item.product_sold .product_item_image a > .item_image_background:nth-child(1) {
	opacity: 0.4;
}
.product_item.product_sold .mark {
	background-color: #A91400 !important;
	color: #F1EDE9 !important;
}
.product_item.product_sold:hover .product_item_image a > .item_image_background:nth-child(2) {
	z-index: -1;
	opacity: 0;
}
.product_item .product_options button {
	cursor: default !important;
}
.product_slider ul.vertical_slider li {
	list-style: none;
}
.product_slider ul.vertical_slider {
	position: sticky;
	left: 1.5rem;
	bottom: 1rem;
	height: auto;
	width: 0.25rem;
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
}
.product_slider ul.vertical_slider li a {
	font-size: 0rem;
	width: 0.25rem;
	height: 0.25rem;
	background-color: #F1EDE9;
	border: 0.0625rem solid #393936;
	border-radius: 50%;
	transition: all 0.5s ease;
	outline: none !important;
}
.product_slider ul.vertical_slider li a:not(.active) {
	border-width: 0.125rem;
}
.product_slider ul.vertical_slider li a.active {
	background-color: #393936;
}
/* page */
.page_section {
	padding: 5.5rem 1.5rem 0rem 1.5rem;
	margin-bottom: 1.5rem;
	gap: 1.5rem;
}
.page_section.default_page {
	flex-direction: column;
	padding: 5.5rem 1.5rem 0rem 1.5rem;
}
.woocommerce-notices-wrapper,
.button.wc-forward,
.woocommerce-form-coupon-toggle {
	display: none !important;
}
.page_section.page_error {
	flex-direction: column;
	align-items: center;
	justify-content: center;
	flex-grow: 1;
}
.page_section > * {
	width: calc(50% - 0.75rem);
}
.page_section.default_page > * {
	width: 100%;
}
.page_section.page_error > * {
	width: 100%;
}
.page_section.page_error * {
	text-align: center;
}
.page_section.page_error p {
	font-family: 'Tenor Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 1.25rem;
	line-height: 1.75rem;
	color: #393936;
	text-align: center;
}
.page_section.page_error .button {
	width: auto;
	align-self: center;
}
.page_content {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}
.divider {
	width: 100%;
	height: 0.0625rem;
	margin: 1rem 0rem;
	background-color: #E4DCD3;
}
.page_content a {
	color: #393936;
}
.page_section.default_page {
	background-image: none;
	background-position-x: calc(50% + 3.125rem);
	background-size: 27.4375rem;
	background-repeat: no-repeat;
	background-position-y: 8.5rem;
}
.mini_cart_section {
	background-image: url('images/page.png');
	background-position-x: 8.75rem;
	background-size: 27.4375rem;
	background-repeat: no-repeat;
	background-position-y: calc(100vh - 38.4375rem);
}
.page_title h1 {
	font-family: 'Snell Roundhand';
	font-style: italic;
	font-weight: 700;
	font-size: 5rem;
	line-height: 5.375rem;
	color: #A91400;
	position: sticky;
	top: 5.5rem;
	min-height: 25rem;
	background-image: url('images/page.png');
	background-position-x: calc(100% + 3.125rem);
	background-size: 27.4375rem;
	background-repeat: no-repeat;
	background-position-y: -2.25rem;
}
.page_content {
	font-family: 'Tenor Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 0.875rem;
	line-height: 1.25rem;
	color: #393936;
	word-wrap: break-word;
}
.page_content h2 {
	font-family: 'Tenor Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 1.25rem;
	line-height: 1.75rem;
	color: #393936;
}
.page_content h3 {
	font-family: 'Tenor Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 0.875rem;
	line-height: 1.25rem;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #393936;
}
.page_content a {
	text-decoration-line: underline;
}
/* about hero */
.about_hero_section {
	padding-top: 4rem;
}
.about_hero_section > * {
	width: 50%;
}
.about_hero_left {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.about_hero_right {
	display: flex;
	flex-direction: column;
	padding: 4rem;
	gap: 3rem;
	align-items: center;
	justify-content: center;
}
.about_photo {
	display: flex;
	gap: 0.25rem;
	align-items: flex-end;
}
.about_hero_right img {
	width: 14.75rem;
	height: auto;
}
.about_hero_right h1 {
	font-family: 'Snell Roundhand';
	font-style: italic;
	font-weight: 700;
	font-size: 5rem;
	line-height: 5.375rem;
	text-align: center;
	color: #A91400;
}
.about_hero_right figcaption {
	font-family: 'Tenor Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 0.875rem;
	line-height: 1.25rem;
	color: #A91400;
	transform: rotate(180deg);
	writing-mode: vertical-rl;
}
.about_hero_right p {
	font-family: 'Tenor Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 1.25rem;
	line-height: 1.75rem;
	color: #393936;
	text-align: center;
}
/* about content */
.about_content {
	justify-content: center;
}
.about_content_container {
	width: 48.9375rem;
	margin: 8rem 0rem;
}
.about_content_right {
	text-align: right;
}
.about_content_center {
	text-align: center;
}
.about_content p {
	font-family: 'Tenor Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 3.5rem;
	line-height: 4rem;
	color: #393936;
}
.about_content span {
	font-family: 'Snell Roundhand';
	font-style: italic;
	font-weight: 500;
	font-size: 5.5rem;
	line-height: 5.5rem;
	color: #A91400;
}
.about_list_right .divider {
	background-color: #F1EDE9;
	margin: 0rem;
}
.about_list_item {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}
/* about data */
.adout_data {
	padding: 8rem 9.6875rem;
}
.adout_data_container {
	display: flex;
	flex-direction: column;
	gap: 3rem;
	width: 100%;
}
.adout_data_heading {
	display: flex;
	flex-direction: column;
	gap: 1.125rem;
}
.adout_data_heading h3 {
	font-family: 'Tenor Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 3.5rem;
	line-height: 4rem;
	width: 100%;
	text-align: left;
	color: #393936;
}
.adout_data_heading h4 {
	font-family: 'Snell Roundhand';
	font-style: italic;
	font-weight: 500;
	font-size: 5.5rem;
	line-height: 5.5rem;
	color: #A91400;
	width: 100%;
	text-align: right;
}
.adout_data_content {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.adout_data_content > * {
	width: 27.34375rem;
}
.adout_data_content p {
	font-family: 'Tenor Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 1.25rem;
	line-height: 1.75rem;
	color: #393936;
}
/* about list */
.about_list {
	width: 100%;
	background-color: #E4DCD3;
	justify-content: center;
}
.about_list_container {
	display: flex;
	width: 90rem;
}
.about_list_container > * {
	width: 50%;
}
.about_list_left {
	display: flex;
	align-items: center;
	justify-content: center;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.about_list_left h2 {
	font-family: 'Snell Roundhand';
	font-style: italic;
	font-weight: 700;
	font-size: 7.5rem;
	line-height: 8.75rem;
	text-align: center;
	color: #FFFFFF;
}
.about_list_right {
	display: flex;
	flex-direction: column;
	gap: 3rem;
	padding: 4rem 8rem;
}
.about_list_heading {
	display: flex;
	gap: 1.5rem;
	align-items: center;
}
.about_list_heading > span:first-child {
	font-family: 'Snell Roundhand';
	font-style: italic;
	font-weight: 700;
	font-size: 5rem;
	line-height: 5.375rem;
	color: #A91400;
}
.about_list_heading > span:nth-child(2) {
	height: 0.0625rem;
	flex-grow: 1;
	background-color: #A91400;
	min-width: 1.4375rem;
}
.about_list_heading > span:last-child {
	font-family: 'Snell Roundhand';
	font-style: italic;
	font-weight: 500;
	font-size: 3.75rem;
	line-height: 4.25rem;
	color: #A91400;
	flex-shrink: 0;
}
.about_list_item p {
	font-family: 'Tenor Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 1.5rem;
	line-height: 2rem;
	color: #393936;
}
/* product */
.product_container {
	width: 90rem;
	margin: 0rem auto;
	display: flex;
	padding-top: 4rem;
	padding-bottom: 1.5rem;
}
.product_slider {
	width: 50%;
	flex-shrink: 0;
}
.product_slider a {
	width: 100%;
	height: calc(100vh - 4rem);
	background-size: cover;
	background-position: center;
	display: block;
	background-repeat: no-repeat;
	position: relative;
}
.product_slider .mark {
	font-family: 'Tenor Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 0.875rem;
	line-height: 1.25rem;
	color: #393936;
	display: inline-block;
	padding: 0.25rem 0.5rem;
	background-color: #F1EDE9;
	position: absolute;
	bottom: 0.75rem;
	right: 0.75rem;
}
.product_content {
	width: 50%;
	flex-shrink: 0;
	padding: 4rem;
	display: flex;
	flex-direction: column;
	height: calc(100vh - 4rem);
	position: sticky;
	top: 4rem;
	overflow: auto;
}
.product_content .divider {
	margin: 1.5rem 0rem;
}
.product_single_option_list {
	display: flex;
	gap: 0.75rem;
	justify-content: flex-start;
	align-items: center;
}
.product_single_option {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}
.product_content h1 {
	font-family: 'Tenor Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 1.75rem;
	line-height: 2.25rem;
	color: #393936;
}
.product_price {
	font-family: 'Tenor Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 1.25rem;
	line-height: 1.75rem;
	color: #6F6F6E;
}
.product_price.price_old {
	text-decoration: line-through;
	opacity: 0.7;
}
.product_description {
	margin-top: auto;
	font-family: 'Snell Roundhand';
	font-style: italic;
	font-weight: 500;
	font-size: 1.75rem;
	line-height: 2.25rem;
	color: #A91400;
}
.product_options p {
	font-family: 'Tenor Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 0.875rem;
	line-height: 1.25rem;
	color: #8D8D8C;
}
.product_options p span {
	font-family: 'Tenor Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 0.875rem;
	line-height: 1.25rem;
	color: #393936;
}
.product_options label span {
	position: relative;
	display: block;
	font-family: 'Tenor Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 1.25rem;
	line-height: 1.75rem;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #393936;
	padding: 0.375rem 0.6875rem 0.125rem;
	cursor: pointer;
	transition: opacity 0.5s ease;
}
.product_options label input:disabled + span {
	opacity: 0.6;
	cursor: not-allowed;
}
.product_options label input {
	display: none;
}
.product_options label input + span::after,
.product_options label input + span::before {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	border: 0.0625rem solid #393936;
	top: 0rem;
	left: 0rem;
	transition: clip-path 0.5s ease 0s, opacity 0s ease 0.5s;
}
.product_options label input:not(:checked) + span::before {
	opacity: 0;
	clip-path: polygon(38% 63%, 60% 63%, 50% 100%, 50% 100%);
}
.product_options label input:not(:checked) + span:hover::before {
	opacity: 1;
	clip-path: polygon(38% 63%, 60% 63%, calc(100% - 0.5rem) 100%, calc(0% + 0.5rem) 100%);
	transition: clip-path 0.5s ease 0s, opacity 0s ease 0s;
}
.product_options label input:disabled + span::after,
.product_options label input:disabled + span::before {
	display: none;
}
.product_options label input:checked + span::before {
	opacity: 1;
	clip-path: polygon(0% 0.0625rem, 100% 0.0625rem, calc(100% - 0rem) 100%, calc(0% + 0rem) 100%);
}
.product_options label input:not(:checked) + span::after {
	opacity: 0;
	clip-path: polygon(0.0625rem 0, 0 0, 25% 27%, 82% 28%, 100% 0, calc(100% - 0.0625rem) 0%);
	transition: clip-path 0.5s ease 0s, opacity 0s ease 0s;
}
.product_options label input:checked + span::after {
	opacity: 1;
	clip-path: polygon(50% 0%, 0% 0%, 0% 0.0625rem, 100% 0.0625rem, 100% 0%, 50% 0%);
}
.product_options button {
	font-family: 'Tenor Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 1.25rem;
	line-height: 1.75rem;
	display: flex;
	align-items: center;
	color: #B5B5B5;
	background-color: transparent;
	border: 0.0625rem solid #B5B5B5;
	width: 100%;
	padding: 0.5625rem;
	outline: none;
	text-align: center;
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
	cursor: pointer;
	justify-content: center;
	background-color: #A91400;
	border: 0.0625rem solid #A91400;
	color: #FFFFFF;
	transition: all 0.5s ease;
}
.product_options button:hover {
	background-color: transparent;
}
.product_options button:hover:not(:disabled) {
	background-color: transparent;
	color: #393936;
}
.product_options button:disabled {
	color: #B5B5B5;
	background-color: transparent;
	border: 0.0625rem solid #B5B5B5;
	cursor: not-allowed;
}
.product_details button {
	position: relative;
	font-family: 'Tenor Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 0.875rem;
	line-height: 1.25rem;
	color: #393936;
	background-color: transparent;
	outline: none;
	border: none;
	width: 100%;
	cursor: pointer;
	display: flex;
	align-items: center;
}
.product_details button::before,
.product_details button::after {
	content: '';
	position: absolute;
	width: 1.5rem;
	height: 1.5rem;
	background-image: url('images/minus.svg');
	right: 0rem;
	background-position: center;
	background-size: contain;
}
.product_details button::after {
	transform: rotate(90deg);
	opacity: 1;
	transition: transform 0.25s linear, opacity 0s linear 0s;
}
.product_details button.opened::after {
	transition: transform 0.25s linear, opacity 0s linear 0.3s;
	transform: rotate(180deg);
	opacity: 0;
}
.product_details li p {
	font-family: 'Tenor Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 0.875rem;
	line-height: 1.25rem;
	color: #393936;
}
.product_details li p strong {
	font-family: 'Tenor Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 0.875rem;
	line-height: 1.25rem;
	color: #6F6F6E;
}
.product_details ul {
	overflow: hidden;
	max-height: 0rem;
	transition: max-height 0.25s linear;
}
.product_details ul li {
	margin-top: 0.5rem;
	display: flex;
	gap: 0.125rem;
	flex-direction: column;
}
.no_products {
	font-family: 'Tenor Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 1.25rem;
	line-height: 1.75rem;
	color: #393936;
	text-align: center;
}
.product_item .product_options label input + span::after,
.product_item .product_options label input + span::before {
	display: none;
}
.product_item .product_options label {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.product_item .product_options label span.hover_option {
	display: flex;
	position: absolute;
	top: -2.25rem;
	font-family: 'Tenor Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 0.875rem;
	line-height: 1.25rem;
	align-items: center;
	text-align: center;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #A91400;
	padding: 0.25rem 0.5rem;
	flex-shrink: 0;
	min-width: 10.125rem;
	align-items: center;
	z-index: -1;
	opacity: 0;
	transition: opacity 0.5s ease, z-index 0s ease 0.5s;
	justify-content: center;
}
.product_item .product_options label span.hover_option.disabled {
	background-color: #666;
}
.product_item .product_options label span.hover_option::after {
	content: '';
	width: 1rem;
	height: 0.6rem;
	background-color: #A91400;
	position: absolute;
	bottom: -0.5rem;
	clip-path: polygon(0 0, 50% 100%, 100% 0);
}
.product_item .product_options label span.hover_option.disabled::after {
	background-color: #666;
}
.product_item .product_options label:hover input:not(:disabled) ~ span.hover_option:not(.disabled) {
	z-index: 1;
	opacity: 1;
	transition: opacity 0.5s ease, z-index 0s ease 0s;
}
.product_item .product_options label:hover input:disabled ~ span.hover_option.disabled {
	z-index: 1;
	opacity: 1;
	transition: opacity 0.5s ease, z-index 0s ease 0s;
}
/* cart */
.cart_button_mini {
	cursor: pointer;
}
.mini_cart_section {
	position: fixed;
	flex-direction: column;
	top: 0rem;
	right: 0rem;
	height: 100vh;
	width: 30rem !important;
	background-color: #F1EDE9;
	z-index: 3;
	transform: translateX(101%);
	transition: transform 0.5s ease;
}
.mini_cart_section.active {
	transform: translateX(0%);
}
.mini_cart_footer table {
	width: 100%;
}
.mini_cart_footer table tr > td:last-child {
	text-align: right;
}
.mini_cart_footer table tr td {
	padding-bottom: 0.75rem;
}
.mini_cart_heading {
	border-bottom: 0.0625rem solid #E4DCD3;
	padding: 0.875rem 0.75rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.mini_cart_footer {
	border-top: 0.0625rem solid #E4DCD3;
	padding: 0.75rem;
}
.mini_cart_content {
	flex-grow: 1;
	padding: 0.5rem;
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	overflow: auto;
}
.mini_cart_content > p {
	font-family: 'Tenor Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 0.875rem;
	line-height: 1.25rem;
	color: #6F6F6E;
	margin: 0.25rem;
}
.mini_cart_heading h2 {
	font-family: 'Tenor Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 1.25rem;
	line-height: 1.75rem;
	color: #393936;
}
.mini_cart_item_content h3 {
	font-family: 'Tenor Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 0.875rem;
	line-height: 1.25rem;
	color: #393936;
}
.mini_cart_item_content .mini_cart_item_price {
	font-family: 'Tenor Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 0.875rem;
	line-height: 1.25rem;
	color: #393936;
}
.mini_cart_item_content ul li {
	font-family: 'Tenor Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 0.875rem;
	line-height: 1.25rem;
	color: #393936;
	list-style-type: none;
}
.mini_cart_item_content ul li strong {
	font-family: 'Tenor Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 0.875rem;
	line-height: 1.25rem;
	color: #8D8D8C;
}
.mini_cart_quantity {
	margin-top: auto;
	display: flex;
	justify-content: flex-start;
}
.mini_cart_quantity > button {
	font-size: 0rem;
	background: none;
	border: none;
	outline: none;
	background-image: url('images/minus.svg');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	width: 1.5rem;
	height: 1.5rem;
	cursor: pointer;
}
.mini_cart_quantity > button:last-child {
	background-image: url('images/plus.svg');
}
.mini_cart_quantity input {
	font-family: 'Tenor Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 0.875rem;
	line-height: 1.25rem;
	color: #393936;
	width: 2rem;
	appearance: none;
	border: none !important;
	outline: none !important;
	background: none !important;
	text-align: center;
}
.mini_cart_delete {
	font-family: 'Tenor Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 0.875rem;
	line-height: 1.25rem;
	text-decoration-line: underline;
	color: #393936;
	padding: 0;
	background: none;
	border: none;
	outline: none;
	cursor: pointer;
	width: auto;
	align-self: flex-start;
}
.mini_cart_footer thead tr td {
	font-family: 'Tenor Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 0.875rem;
	line-height: 1.25rem;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #393936;
}
.mini_cart_footer tbody tr td {
	font-family: 'Tenor Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 0.875rem;
	line-height: 1.25rem;
	color: #393936;
}
.mini_cart_footer button {
	font-family: 'Tenor Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 1.25rem;
	line-height: 1.75rem;
	display: flex;
	align-items: center;
	color: #FFFFFF;
	margin: 0rem;
}
.mini_cart_comment {
	font-family: 'Tenor Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 0.875rem;
	line-height: 1.25rem;
	color: #6F6F6E;
	margin-top: 0.75rem;
}
.mini_cart_item {
	display: flex;
}
.mini_cart_item .mini_cart_image {
	width: 11.25rem;
	height: 12.5rem;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.mini_cart_item_content {
	display: flex;
	flex-direction: column;
	padding: 0.5rem 0.75rem;
	gap: 0.25rem;
}
.cart_close {
	width: 2rem;
	height: 2rem;
	background-image: url('images/close.svg');
	background-repeat: no-repeat;
	background-size: contain;
	background-color: transparent;
	border: none;
	outline: none;
	transform: rotate(0deg);
	transition: transform 0.5s ease;
	cursor: pointer;
}
.cart_close:hover {
	transform: rotate(90deg);
}
.wc-block-components-checkout-return-to-cart-button {
	display: none !important;
}
/* checkout */
.woocommerce form .form-row .input-text, .woocommerce form .form-row select {
	background-color: #FFFFFF !important;
	border: 0.0625rem solid #E4DCD3 !important;
	font-family: 'Manrope' !important;
	font-style: normal !important;
	font-weight: 300 !important;
	font-size: 1rem !important;
	line-height: 1.5rem !important;
	color: #393936 !important;
	border-radius: 0rem !important;
	outline: none !important;
	padding: 0.5rem 1rem !important;
	height: 7.5rem;
	resize: vertical;
}
input[type='search'],
input[type='email'],
input[type='tel'],
input[type='text'] {
	background-color: #FFFFFF !important;
	border: 0.0625rem solid #E4DCD3 !important;
	font-family: 'Manrope' !important;
	font-style: normal !important;
	font-weight: 300 !important;
	font-size: 1rem !important;
	line-height: 1.5rem !important;
	color: #393936 !important;
	border-radius: 0rem !important;
	outline: none !important;
	height: 2.5rem !important;
	padding: 0.5rem 1rem !important;
}
.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
	width: calc(50% - 0.25rem) !important;
}
.wc-block-components-validation-error {
	color: #A91400 !important;
}
.wc-blocks-components-select .wc-blocks-components-select__label,
.wc-block-components-form .wc-block-components-text-input label, .wc-block-components-text-input label {
	font-family: 'Manrope' !important;
	font-style: normal !important;
	font-weight: 300 !important;
	font-size: 1rem !important;
	line-height: 1.5rem !important;
	color: #6F6F6E !important;
	top: 1.25rem !important;
	left: 1rem !important;
}
.wc-block-components-form .wc-block-components-text-input.has-error label, .wc-block-components-text-input.has-error label {
	color: #A91400 !important;
}
.wc-blocks-components-select .wc-blocks-components-select__label,
.wc-block-components-form .wc-block-components-text-input input:-webkit-autofill+label, .wc-block-components-form .wc-block-components-text-input.is-active label, .wc-block-components-text-input input:-webkit-autofill+label, .wc-block-components-text-input.is-active label {
	transform: translateY(-1.25rem) translateX(0rem) scale(.55) !important;
}
.wc-blocks-components-select .wc-blocks-components-select__expand {
	fill: #1C274C !important;
}
.select2-container--default .select2-selection--single {
	background-color: #FFFFFF !important;
	border: 0.0625rem solid #E4DCD3 !important;
	font-family: 'Manrope' !important;
	font-style: normal !important;
	font-weight: 300 !important;
	font-size: 1rem !important;
	line-height: 1.5rem !important;
	color: #393936 !important;
	border-radius: 0rem !important;
	outline: none !important;
	height: 2.5rem !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	background-color: #FFFFFF !important;
	font-family: 'Manrope' !important;
	font-style: normal !important;
	font-weight: 300 !important;
	font-size: 1rem !important;
	line-height: 1.5rem !important;
	color: #393936 !important;
	border-radius: 0rem !important;
	outline: none !important;
	height: 2.5rem !important;
	padding: 0.5rem 1rem !important;
}
.select2-results__option {
	background-color: #FFFFFF !important;
	font-family: 'Manrope' !important;
	font-style: normal !important;
	font-weight: 300 !important;
	font-size: 1rem !important;
	line-height: 1.5rem !important;
	color: #393936 !important;
}
.select2-results__option[aria-selected][data-selected="true"] {
	background-color: #A91400 !important;
	color: #FFFFFF !important;
}
.select2-search--dropdown {
	padding: 0.5rem !important;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: rgba(169, 20, 0, 0.8) !important;
	color: #FFFFFF !important;
}
.wc-blocks-components-select .wc-blocks-components-select__container {
	height: auto !important;
}
.select2-container .select2-selection--single {
	height: auto !important;
}
.select2-container.select2-container--open .select2-dropdown--below,
.select2-container.select2-container--open .select2-dropdown--above {
	border: 0.0625rem solid #E4DCD3 !important;
	border-bottom: 0rem !important;
}
.woocommerce form .form-row label {
	font-family: 'Manrope' !important;
	font-style: normal !important;
	font-weight: 300 !important;
	font-size: 1rem !important;
	line-height: 1.5rem !important;
	display: flex !important;
	align-items: center !important;
	color: #393936 !important;
}
.woocommerce form .form-row {
	padding: 0rem !important;
	margin: 0 0 0rem !important;
}
.woocommerce form .form-row .woocommerce-input-wrapper .select2,
.woocommerce form .form-row .woocommerce-input-wrapper > *:last-child {
	margin-bottom: 0.5rem;
}
.page_content .checkout h3 {
	font-family: 'Tenor Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 1.5rem;
	line-height: 2rem;
	color: #393936;
	margin-bottom: 1rem;
}
.shop_table tfoot tr td bdi,
.shop_table tfoot tr th,
.shop_table thead tr th {
	font-family: 'Tenor Sans' !important;
	font-style: normal !important;
	font-weight: 400 !important;
	font-size: 0.875rem !important;
	line-height: 1.25rem !important;
	letter-spacing: 0.02em !important;
	text-transform: uppercase !important;
	color: #393936 !important;
}
.shop_table tr > th:last-child,
.shop_table tr > td:last-child {
	text-align: right !important;
}
.shop_table tbody tr td strong,
.shop_table tbody tr td {
	font-family: 'Tenor Sans' !important;
	font-style: normal !important;
	font-weight: 400 !important;
	font-size: 0.875rem !important;
	line-height: 1.25rem !important;
	color: #393936 !important;
}
.cart-subtotal {
	display: none !important;
}
.shop_table th,
.shop_table tr,
.shop_table td {
	border: none !important;
}
.shop_table td:last-child {
	width: 48% !important;
}
.shop_table th,
.shop_table td {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.shop_table {
	border: none !important;
	border-top: 0rem solid #E4DCD3 !important;
	border-bottom: 0rem solid #E4DCD3 !important;
}
.woocommerce-shipping-methods input,
.wc_payment_method input {
	display: none !important;
}
.woocommerce-shipping-methods input + label,
.wc_payment_method input + label {
	display: flex !important;
	gap: 0.5rem !important;
	cursor: pointer !important;
	align-items: center !important;
	position: relative !important;
	padding: 0.875rem;
	background-color: #FFFFFF;
	border: 0.0625rem solid #E4DCD3;
	font-family: 'Manrope' !important;
	font-style: normal !important;
	font-weight: 300 !important;
	font-size: 1rem !important;
	line-height: 1.5rem !important;
	color: #393936 !important;
	transition: all 0.5s ease;
}
.woocommerce-shipping-methods input[type=hidden] + label,
.woocommerce-shipping-methods input:checked + label,
.wc_payment_method input:checked + label {
	border: 0.0625rem solid #393936;
}
.woocommerce-shipping-methods input + label::before,
.wc_payment_method input + label::before {
	content: '';
	width: 1rem;
	height: 1rem;
	border-radius: 50%;
	border: 0.0625rem solid #8D8D8C;
	flex-shrink: 0;
	margin: 0.25rem;
	transition: all 0.5s ease;
}
.woocommerce-shipping-methods input[type=hidden] + label::before,
.woocommerce-shipping-methods input:checked + label::before,
.wc_payment_method input:checked + label::before {
	border: 0.0625rem solid #393936;
}
.woocommerce-shipping-methods input + label::after,
.wc_payment_method input + label::after {
	content: '';
	position: absolute;
	left: 1.4375rem;
	width: 0.5rem;
	height: 0.5rem;
	border-radius: 50%;
	background: #A91400;
	transform: scale(0);
	transition: all 0.5s ease;
}
.woocommerce-shipping-methods input[type=hidden] + label::after,
.woocommerce-shipping-methods input:checked + label::after,
.wc_payment_method input:checked + label::after {
	transform: scale(1);
}
.woocommerce-shipping-totals.shipping > th:first-child {
	vertical-align: top !important;
	padding-top: 1rem !important;
	font-family: 'Tenor Sans' !important;
	font-style: normal !important;
	font-weight: 400 !important;
	font-size: 1.5rem !important;
	line-height: 2rem !important;
	color: #393936 !important;
	margin-bottom: 0rem !important;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
	background: none !important;
}
.wc_payment_methods {
	padding: 0rem !important;
}
.wc_payment_methods .payment_box {
	display: none !important;
}
.woocommerce-privacy-policy-text p {
	font-family: 'Manrope' !important;
	font-style: normal !important;
	font-weight: 300 !important;
	font-size: 0.875rem !important;
	line-height: 1.25rem !important;
	color: #393936 !important;
	margin-top: 1rem;
}
.woocommerce-privacy-policy-text p a {
	font-family: 'Manrope' !important;
	font-style: normal !important;
	font-weight: 300 !important;
	text-decoration-line: underline !important;
	color: #BD2612 !important;
}
#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods {
	border-bottom: 0rem;
}
[name="woocommerce_checkout_place_order"] {
	width: 48% !important;
	max-width: 48% !important;
	padding: 1.5rem 0rem !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 1.5rem !important;
	width: 1.5rem !important;
	background-image: url('images/arrow.svg');
	background-size: 1.5rem;
	background-repeat: none;
	background-position: center;
	top: 0.5rem !important;
	right: 1rem !important;
	transform: rotate(0deg);
	transition: all 0.5s ease;
}
.select2-container--open.select2-container--default .select2-selection--single .select2-selection__arrow {
	transform: rotate(-180deg);
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
	display: none !important;
}
.woocommerce-NoticeGroup {
	display: none !important;
}
.checkout-inline-error-message {
	font-family: 'Manrope' !important;
	font-style: normal !important;
	font-weight: 300 !important;
	font-size: 0.75rem !important;
	line-height: 1rem !important;
	color: #BD2612 !important;
}
.woocommerce-order {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
	align-items: center;
	padding-bottom: 2.625rem;
}
.woocommerce-order img {
	width: 100%;
	height: auto;
}
.woocommerce-order a {
	font-family: 'Tenor Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 1.25rem;
	line-height: 1.75rem;
	color: #393936;
}
.thanks_title {
	text-align: center;
}
.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox {
	display: flex;
	gap: 0.5rem;
	align-items: center;
	cursor: pointer;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
	width: 48%;
}
#add_payment_method #payment ul.payment_methods li img, .woocommerce-cart #payment ul.payment_methods li img, .woocommerce-checkout #payment ul.payment_methods li img {
	height: 2.5rem;
	margin-top: -0.5rem;
	margin-bottom: -0.5rem;
	margin-left: auto;
	width: auto;
}
.woocommerce .col2-set, .woocommerce-page .col2-set {
	width: 50%;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
	width: 100%;
}
.order_data {
	width: 50%;
	padding: 0 4rem;
}
.checkout.woocommerce-checkout {
	display: flex;
}
.woocommerce-shipping-totals.shipping {
	display: flex;
	flex-direction: column;
	width: 100% !important;
}
.shop_table > * > * {
	display: flex;
	justify-content: space-between;
}
.shop_table tr.woocommerce-shipping-totals.shipping > th:last-child, .shop_table tr.woocommerce-shipping-totals.shipping > td:last-child,
.woocommerce-shipping-totals.shipping > * {
	width: 100% !important;
	display: block !important;
}
.form-row-last:not(#billing_first_name_field, #billing_last_name_field),
.form-row-first:not(#billing_first_name_field, #billing_last_name_field) {
	width: 100% !important;
}
.woocommerce-additional-fields h3 {
	margin-top: 1.5rem;
}
#add_payment_method #payment ul.payment_methods li, .woocommerce-cart #payment ul.payment_methods li, .woocommerce-checkout #payment ul.payment_methods li {
	margin-bottom: 0.5em;
}
@media all and (max-width: 767px) {
	html {
		font-size: calc(1vw * (16 / 3.75));
	}
	.page_section.default_page {
		padding: 6rem 1rem 2rem 1rem;
	}
	/* common */
	.woocommerce-shipping-totals.shipping {
		display: flex;
		flex-direction: column;
		width: 100% !important;
	}
	.shop_table > * > * {
		display: flex;
		justify-content: space-between;
	}
	.woocommerce-order {
		padding-bottom: 0rem;
	}
	h1.thanks_title {
		text-align: center;
		padding: 0rem !important;
		border: none !important;
	}
	.woocommerce .col2-set, .woocommerce-page .col2-set {
		width: 100%;
	}
	.order_data {
		width: 100%;
		padding: 0;
	}
	.checkout.woocommerce-checkout {
		flex-direction: column;
		gap: 1.5rem;
	}
	.shop_table tr.woocommerce-shipping-totals.shipping > th:last-child, .shop_table tr.woocommerce-shipping-totals.shipping > td:last-child,
	.woocommerce-shipping-totals.shipping > * {
		width: 100% !important;
		display: block !important;
	}
	.product_slider ul.vertical_slider {
		display: none;
	}
	[name="woocommerce_checkout_place_order"] {
		width: 100% !important;
		max-width: 100% !important;
	}
	.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1,
	.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
		width: 100%;
		padding: 0rem;
	}
	.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
		width: 100% !important;
	}
	.woocommerce-shipping-totals.shipping label {
		width: calc(100vw - 2rem) !important;
	}
	section {
		width: 100%;
	}
	.mobile_hide {
		display: none;
	}
	/* header */
	header nav {
		width: 100%;
		padding: 0rem 1rem;
	}
	.mobile_menu_button {
		background: none !important;
		border: none !important;
		outline: none !important;
		width: 2rem;
		height: 2rem;
	}
	.mobile_menu_button img {
		width: 2rem;
		height: 2rem;
	}
	header nav ul {
		width: calc((100% - 8.25rem) / 2);
	}
	header nav ul li a {
		font-weight: 400;
		font-size: 0.875rem;
		line-height: 1.25rem;
		text-decoration-line: underline;
	}
	header nav ul li a:not(.cart_button_mini) {
		display: none;
	}
	.subhero_content, .hero_content {
		height: calc(100vh - 4rem);
	}
	.cart_button_mini {
		display: flex;
		gap: 0.125rem;
		align-items: center;
	}
	.cart_button_mini {
		text-decoration: none;
	}
	.cart_icon,
	.mobile_menu_button {
		display: flex;
	}
	.mobile_menu_button {
		margin-right: auto;
	}
	.cart_name {
		display: none;
	}
	.desktop_menu {
		display: none;
	}
	.menu_section {
		display: flex;
		flex-direction: column;
		width: 100%;
		height: 100vh;
		position: fixed;
		top: 0rem;
		left: 0rem;
		background-color: #F1EDE9;
		z-index: 2;
		transform: translateX(-101%);
		transition: transform 0.5s ease;
		background-image: url('images/page.png');
		background-position-x: 2.1875rem;
		background-size: 28.125rem;
		background-repeat: no-repeat;
		background-position-y: 2.375rem;
	}
	.menu_section.active {
		transform: translateX(0%);
	}
	.menu_section_heading {
		border-bottom: 0.0625rem solid #E4DCD3;
		padding: 1rem;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.menu_section_content {
		display: flex;
		flex-direction: column;
		padding: 1.5rem 1rem;
		gap: 1.5rem;
		align-items: center;
		flex-grow: 1;
		overflow: auto;
	}
	.menu_section_content ul {
		margin-bottom: 1.5rem;
		display: flex;
		flex-direction: column;
		gap: 0.75rem;
	}
	.menu_section_content > div {
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 0.75rem;
	}
	.menu_section_heading a {
		font-family: 'Tenor Sans';
		font-style: normal;
		font-weight: 400;
		font-size: 0.875rem;
		line-height: 1.25rem;
		color: #393936;
	}
	.menu_section ul li {
		list-style-type: none;
		text-align: center;
	}
	.menu_section ul li a {
		font-family: 'Tenor Sans';
		font-style: normal;
		font-weight: 400;
		font-size: 0.875rem;
		line-height: 1.25rem;
		color: #393936;
		text-decoration: none;
	}
	.menu_section_content > a {
		width: 14.4375rem;
		margin-top: auto;
	}
	.menu_section_content > a > img {
		width: 100%;
		height: auto;
		margin-bottom: -1.5rem;
	}
	/* footer */
	footer {
		padding: 1.5rem 1rem;
	}
	footer nav ul {
		width: 100%;
	}
	footer nav img {
		width: calc(100% - 7rem);
		height: auto;
	}
	footer nav,
	footer > div {
		width: 100%;
		padding: 0rem;
	}
	footer nav ul li a {
		font-weight: 400;
		font-size: 0.875rem;
		line-height: 1.25rem;
		text-decoration-line: underline;
	}
	.copyright {
		font-weight: 400;
		font-size: 0.875rem;
		line-height: 1.25rem;
	}
	footer > nav {
		flex-direction: column;
		gap: 0.75rem;
		align-items: center;
	}
	footer > nav > ul:last-child {
		order: 0;
		align-items: center;
	}
	footer > nav > ul:first-child {
		order: 1;
		margin-bottom: 0.75rem;
		align-items: center;
	}
	footer > nav > a {
		order: 2;
		align-self: center;
		display: flex;
		justify-content: center;
	}
	footer > div {
		flex-direction: column;
		align-items: center;
		gap: 0.75rem
	}
	footer nav ul {
		align-items: center;
	}
	/* hero */
	.hero_content h1,
	.subhero_content h2 {
		font-weight: 700;
		font-size: 5rem;
		line-height: 5.375rem;
	}
	.hero_content a,
	.subhero_content a {
		font-weight: 400;
		font-size: 1.25rem;
		line-height: 1.75rem;
		text-decoration-line: underline;
	}
	/* products */
	.products_heading h2 {
		text-align: left;
		font-style: italic;
		font-weight: 700;
		font-size: 1.75rem;
		line-height: 2.25rem;
	}
	.products_heading a {
		font-weight: 400;
		font-size: 1.25rem;
		line-height: 1.75rem;
	}
	.product_item .mark {
		font-weight: 400;
		font-size: 0.875rem;
		line-height: 1.25rem;
		bottom: 0.5rem;
		left: 0.5rem;
	}
	.product_item h3 {
		font-weight: 400;
		font-size: 1rem;
		line-height: 1.5rem;
	}
	.product_item .product_item_price {
		font-weight: 400;
		font-size: 1rem;
		line-height: 1.5rem;
	}
	.products_section {
		padding: 1rem;
		gap: 0.75rem;
	}
	.products_list .product_item {
		width: 100%;
		position: relative;
	}
	.products_section .container {
		gap: 0.75rem;
	}
	.product_item .product_item_price {
		padding-left: 0.5rem;
		padding-bottom: 0rem;
	}
	.product_item h3 {
		padding: 0.5rem 0.5rem 0rem;
	}
	.products_list {
		row-gap: 0.75rem;
		column-gap: 0.125rem;
	}
	.products_list.four .product_item .product_item_price {
		padding-left: 0.25rem;
		padding-bottom: 0rem;
		font-weight: 400;
		font-size: 0.75rem;
		line-height: 1rem;
	}
	.products_list.four .product_item h3 {
		padding: 0.25rem 0.25rem 0rem;
		font-weight: 400;
		font-size: 0.75rem;
		line-height: 1rem;
	}
	.products_list.four .product_item .mark {
		font-weight: 400;
		font-size: 0.625rem;
		line-height: 0.875rem;
	}
	.products_heading {
		flex-direction: column;
		gap: 0.75rem;
		align-items: flex-start;
	}
	.products_list.four .product_item {
		width: calc(50% - 0.0625rem);
	}
	.product_content .item_add_heading h3 {
		font-weight: 400;
		font-size: 0.875rem;
		line-height: 1.25rem;
	}
	.products_list .product_item:hover .product_content,
	.products_list .product_item .product_content {
		display: flex;
		position: fixed;
		bottom: 0rem;
		left: 0rem;
		width: 100%;
		z-index: 2;
		transform: translateY(120%);
		transition: 0.5s ease transform;
		margin: 0rem;
		opacity: 1;
		padding: 0rem;
	}
	.product_item .product_options label span.hover_option {
		display: none !important;
	}
	.product_container .product_options label span {
		font-weight: 400;
		font-size: 1rem;
		line-height: 1.5rem;
		letter-spacing: 0.02em;
		text-transform: uppercase;
		color: #393936;
	}
	.item_add_heading {
		width: 100%;
		padding: 0.5rem;
		display: flex;
		justify-content: space-between;
		align-items: center;
		border-bottom: 0.0625rem solid #E4DCD3;
	}
	.item_add_mobile_close {
		width: 2rem;
		height: 2rem;
		background: none;
		border: none;
		outline: none;
	}
	.item_add_mobile_close img {
		width: 2rem;
		height: 2rem;
	}
	.product_options {
		padding: 0.5rem;
		gap: 0.75rem;
	}
	.products_list .product_item .product_content.active {
		transform: translateY(0%);
	}
	.product_item:hover .product_item_image a > .item_image_background:nth-child(2) {
		z-index: -1;
	}
	.product_item .item_image_background {
		height: 26.6875rem;
	}
	.four .product_item .item_image_background {
		height: 13.25rem;
	}
	.product_slider a {
		height: 30rem;
	}
	.item_add_mobile {
		position: absolute;
		bottom: 0.375rem;
		right: 0.375rem;
		width: 3rem;
		height: 3rem;
		display: flex;
		background: #F1EDE9;
		border: none !important;
		outline: none !important;
		align-items: center;
		justify-content: center;
	}
	.item_add_mobile img {
		width: 1.5rem;
		height: 1.5rem;
	}
	.four .item_add_mobile {
		bottom: 0.5rem;
		right: 0.5rem;
		width: 2rem;
		height: 2rem;
	}
	.four .item_add_mobile img {
		width: 1.25rem;
		height: 1.25rem;
	}
	.product_content,
	.product_slider {
		width: 100%;
		height: auto;
	}
	.product_content {
		padding: 1rem;
		padding-bottom: 0rem;
		border-bottom: 0.0625rem solid #E4DCD3;
		margin-bottom: 1rem;
	}
	.product_content .product_price {
		margin-top: 0.25rem;
		margin-bottom: 1.5rem;
	}
	.product_details {
		padding-bottom: 1.5rem;
	}
	.product_container {
		width: 100%;
		flex-direction: column;
	}
	.product_container ~ .products_section .products_heading h2 {
		font-family: 'Snell Roundhand';
		font-style: italic;
		font-weight: 700;
		font-size: 1.75rem;
		line-height: 2.25rem;
		color: #393936;
	}
	.product_slider .mark {
		bottom: 1.5rem;
	}
	/* page */
	.page_section {
		padding: 5rem 1rem 1rem 1rem;
		gap: 1.5rem;
		flex-direction: column;
	}
	.page_section > * {
		width: 100%;
	}
	.page_title h1 {
		font-weight: 700;
		padding-bottom: 0.75rem;
		border-bottom: 0.0625rem solid #E4DCD3;
		background-image: none;
		min-height: auto;
		font-size: 1.75rem;
		line-height: 2.25rem;
	}
	.page_content {
		font-weight: 400;
		font-size: 0.875rem;
		line-height: 1.25rem;
	}
	.page_content h2 {
		font-weight: 400;
		font-size: 1.25rem;
		line-height: 1.75rem;
	}
	.page_content h3 {
		font-weight: 400;
		font-size: 0.875rem;
		line-height: 1.25rem;
		letter-spacing: 0.02em;
	}
	/* about hero */
	.about_hero_section {
		flex-direction: column;
	}
	.about_hero_section > * {
		width: 100%;
	}
	.about_hero_left {
		order: 1;
		height: calc(100vh - 4rem);
	}
	.about_hero_right {
		order: 0;
		padding: 4rem 1rem;
		gap: 2rem;
	}
	.about_hero_right h1 {
		font-weight: 700;
		font-size: 1.75rem;
		line-height: 2.25rem;
	}
	.about_hero_right figcaption {
		font-weight: 400;
		font-size: 0.875rem;
		line-height: 1.25rem;
	}
	.about_hero_right p {
		font-weight: 400;
		font-size: 0.875rem;
		line-height: 1.25rem;
	}
	/* about content */
	.about_content  {
		padding: 4rem 1rem;
	}
	.about_content p {
		font-weight: 400;
		font-size: 2rem;
		line-height: 2.5rem;
	}
	.about_content span {
		font-weight: 500;
		font-size: 3.65rem;
		line-height: 4.25rem;
		margin-top: -0.8125rem;
		margin-bottom: 0rem;
		display: inline-block;
	}
	/* about data */
	.adout_data {
		padding: 4rem 1rem;
	}
	.adout_data_container {
		gap: 0rem;
	}
	.adout_data_heading {
		gap: 1.5rem;
	}
	.adout_data_heading h3 {
		font-weight: 400;
		text-align: center;
		font-size: 1.25rem;
		line-height: 1.75rem;
	}
	.adout_data_heading h4 {
		text-align: center;
		font-weight: 500;
		font-size: 1.75rem;
		line-height: 2.25rem;
	}
	.adout_data_content {
		display: none;
	}
	/* about list */
	.about_list_container {
		flex-direction: column;
		width: 100%;
	}
	.about_list_container > * {
		width: 100%;
	}
	.about_list_left {
		height: calc(100vh - 4rem);
	}
	.about_list_right {
		padding: 1rem;
		gap: 1.5rem;
	}
	.about_list_heading > span:nth-child(2) {
		width: 2.5rem;
		flex-grow: 0;
	}
	.about_list_item {
		gap: 0.5rem;
	}
	.about_list_left h2 {
		font-weight: 700;
		font-size: 4rem;
		line-height: 5rem;
	}
	.about_list_heading > span:first-child {
		font-weight: 500;
		font-size: 1.75rem;
		line-height: 2.25rem;
	}
	.about_list_heading > span:last-child {
		font-weight: 500;
		font-size: 1.75rem;
		line-height: 2.25rem;
	}
	.about_list_item p {
		font-weight: 400;
		font-size: 1.25rem;
		line-height: 1.75rem;
	}
	/* product */
	.product_content h1 {
		font-weight: 400;
		font-size: 1rem;
		line-height: 1.5rem;
	}
	.product_container .product_price {
		font-weight: 400;
		font-size: 1rem;
		line-height: 1.5rem;
	}
	.product_description {
		font-weight: 500;
		font-size: 1.5rem;
		line-height: 2rem;
	}
	.product_options p {
		font-weight: 400;
		font-size: 0.875rem;
		line-height: 1.25rem;
	}
	.product_options p span {
		font-weight: 400;
		font-size: 0.875rem;
		line-height: 1.25rem;
	}
	.product_options label {
		font-weight: 400;
		font-size: 1.25rem;
		line-height: 1.75rem;
		letter-spacing: 0.02em;
	}
	.product_options button {
		font-weight: 400;
		font-size: 0.875rem;
		line-height: 1.25rem;
		padding: 0.375rem;
	}
	.product_details button {
		font-weight: 400;
		font-size: 0.875rem;
		line-height: 1.25rem;
	}
	.product_details li p {
		font-weight: 400;
		font-size: 0.875rem;
		line-height: 1.25rem;
	}
	.product_details li p strong {
		font-weight: 400;
		font-size: 0.875rem;
		line-height: 1.25rem;
	}
	.no_products {
		font-weight: 400;
		font-size: 1rem;
		line-height: 1.5rem;
	}
	/* cart */
	.mini_cart_section {
		width: 100% !important;
		height: auto;
		max-height: 100vh;
		top: auto;
		right: auto;
		left: 0rem;
		bottom: 0rem;
		background-image: none;
		transform: translateY(101%);
	}
	.mini_cart_item_content {
		padding: 0.0625rem 0.75rem;
		gap: 0.125rem;
	}
	.mini_cart_item .mini_cart_image {
		width: 7.5rem;
		height: 8.125rem;
	}
	.mini_cart_footer table tr td {
		padding-bottom: 0.5rem;
	}
	.mini_cart_comment {
		margin-top: 0.5rem;
	}
	.button, a.button, .page_section.default_page button {
		height: 2rem !important;
		padding: 0.375rem;
	}
	.mini_cart_section.active {
		transform: translateY(0%);
	}
	.mini_cart_heading h2 {
		font-weight: 400;
		font-size: 0.875rem;
		line-height: 1.25rem;
	}
	.mini_cart_heading {
		padding: 0.5rem;
	}
	.mini_cart_item_content h3 {
		font-weight: 400;
		font-size: 0.75rem;
		line-height: 1rem;
	}
	.mini_cart_item_content .mini_cart_item_price {
		font-weight: 400;
		font-size: 0.75rem;
		line-height: 1rem;
	}
	.mini_cart_item_content ul li {
		font-weight: 400;
		font-size: 0.75rem;
		line-height: 1rem;
	}
	.mini_cart_item_content ul li strong {
		font-weight: 400;
		font-size: 0.75rem;
		line-height: 1rem;
	}
	.mini_cart_quantity input {
		font-weight: 400;
		font-size: 0.875rem;
		line-height: 1.25rem;
	}
	.mini_cart_delete {
		font-weight: 400;
		font-size: 0.875rem;
		line-height: 1.25rem;
	}
	.mini_cart_footer thead tr td {
		font-weight: 400;
		font-size: 0.75rem;
		line-height: 1rem;
	}
	.mini_cart_footer tbody tr td {
		font-weight: 400;
		font-size: 0.625rem;
		line-height: 0.875rem;
	}
	.mini_cart_footer button {
		font-weight: 400;
		font-size: 0.875rem;
		line-height: 1.25rem;
	}
	.mini_cart_comment {
		font-weight: 400;
		font-size: 0.75rem;
		line-height: 1rem;
	}
	.page_content .checkout h3 {
		font-family: 'Tenor Sans';
		font-style: normal;
		font-weight: 400;
		font-size: 1rem;
		line-height: 1.5rem;
		color: #393936;
		text-transform: none;
	}
	.woocommerce form .form-row label {
		font-family: 'Manrope';
		font-style: normal;
		font-weight: 300;
		font-size: 0.875rem;
		line-height: 1.25rem;
		color: #393936;
	}
	.woocommerce-shipping-totals.shipping > th:first-child {
		font-family: 'Tenor Sans' !important;
		font-style: normal !important;
		font-weight: 400 !important;
		font-size: 1rem !important;
		line-height: 1.5rem !important;
		color: #393936 !important;
		text-transform: none !important;
	}
	.woocommerce #payment #place_order,
	.woocommerce-page #payment #place_order {
		font-weight: 400;
		font-size: 0.875rem;
		line-height: 1.25rem;
		padding: 0.375rem !important;
	}
	h1.thanks_title {
		font-weight: 700;
		font-size: 1.75rem;
		line-height: 2rem;
	}
	.woocommerce-order .link_underline {
		font-family: 'Tenor Sans';
		font-style: normal;
		font-weight: 400;
		font-size: 1rem;
		line-height: 1.5rem;
		color: #393936;
	}
}