/*
Theme Name: Gossips
Theme URI: https://plitkarka.site/
Author: Immensus
Author URI: https://immensus.dev
*/
/* common */
@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-bold.otf') format('truetype');
	font-style: italic;
	font-weight: 500;
}
@font-face {
	font-family: 'Snell Roundhand';
	src: url('fonts/snell-roundhand-black.otf') format('truetype');
	font-style: italic;
	font-weight: 700;
}
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;
}
body {
	border-right: 0rem solid #F1EDE9;
}
.overflow_hidden {
	overflow: hidden;
}
section {
	margin: 0rem auto;
	width: 90rem;
	display: flex;
}
.overlay {
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0rem;
	left: 0rem;
	background-color: #BD2612;
	opacity: 0;
	transition: opacity 0.5s ease;
}
.overflow_hidden .overlay {
	opacity: 0.3;
}
.desktop_hide {
	display: none;
}
.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;
	background-color: transparent;
	border: 0.0625rem solid #B5B5B5;
	width: 100%;
	padding: 0.625rem;
	outline: none !important;
	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 !important;
	text-decoration: none !important;
	transition: all 0.5s ease;
	min-height: auto !important;
	height: 3rem !important;
}
.button:active,
a.button:active,
.page_section.default_page button:active {
	outline: none !important;
}
.button:hover,
a.button:hover,
.page_section.default_page button:hover {
	background-color: transparent;
}
.button:hover:not(:disabled),
a.button:hover:not(:disabled),
.page_section.default_page button:hover:not(:disabled) {
	background-color: transparent;
	color: #393936 !important;
}
.button:disabled,
a.button:disabled,
.page_section.default_page button:disabled {
	color: #B5B5B5 !important;
	background-color: transparent;
	border: 0.0625rem solid #B5B5B5;
	cursor: not-allowed;
}
.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 li {
	list-style: none;
}
.slick-dots {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.75rem;
}
.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%;
}
/* 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;
}
.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 .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;
}
.products_list .product_item .product_content {
	width: 100%;
	flex-shrink: 0;
	padding: 0.75rem;
	display: flex;
	flex-direction: column;
	height: auto;
	position: sticky;
	top: 0rem;
	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;
}
.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: none;
	background-color: #F1EDE9;
	align-self: flex-end;
}
.products_list .product_item:hover .product_content {
	display: flex;
}
.products_list.four .product_item {
	width: calc((100% - 0.75rem) / 4);
	flex-shrink: 0;
	flex-grow: 0;
}
.product_item img {
	width: 100%;
}
.product_item .product_item_image {
	position: relative;
}
.product_item .product_item_image a > img:nth-child(2) {
	position: absolute;
	z-index: -1;
	top: 0rem;
	left: 0rem;
	width: 100%;
	height: auto;
}
.product_item:hover .product_item_image a > img:nth-child(2) {
	z-index: 0;
}
/* page */
.page_section {
	padding-top: 5.5rem;
	margin-bottom: 1.5rem;
	gap: 1.5rem;
}
.page_section.default_page {
	flex-direction: column;
	padding: 1.5rem;
}
.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: url('images/page.png');
	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;
}
.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 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;
}
.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;
}
.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;
}
.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;
}
.product_details button::after {
	transform: rotate(90deg);
	transition: transform 0.25s linear;
}
.product_details button.opened::after {
	transform: rotate(180deg);
}
.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: none;
	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;
	justify-content: center;
}
.product_item .product_options label span.hover_option::after {
	content: '';
	width: 1rem;
	height: 0.5rem;
	background-color: #A91400;
	position: absolute;
	bottom: -0.5rem;
	clip-path: polygon(0 0, 50% 100%, 100% 0);
}
.product_item .product_options label:hover input:not(:disabled) ~ span.hover_option {
	display: flex;
}
/* 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: 2;
	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;
}
.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;
}
.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 img {
	width: 11.25rem;
	height: auto;
}
.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;
}
@media all and (max-width: 47.9375rem) {
	/* common */
	.mobile_hide {
		display: none;
	}
	/* header */
	header nav ul li a {
		font-weight: 400;
		font-size: 0.875rem;
		line-height: 1.25rem;
		text-decoration-line: underline;
	}
	/* footer */
	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;
	}
	/* 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 {
		font-weight: 700;
		font-size: 2.5rem;
		line-height: 3rem;
		text-align: center;
	}
	.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;
	}
	.product_item h3 {
		font-weight: 400;
		font-size: 1.25rem;
		line-height: 1.75rem;
	}
	.product_item .product_item_price {
		font-weight: 400;
		font-size: 1.25rem;
		line-height: 1.75rem;
	}
	/* page */
	.page_title h1 {
		font-weight: 700;
		font-size: 2.5rem;
		line-height: 3rem;
	}
	.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_right h1 {
		font-weight: 700;
		font-size: 2.5rem;
		line-height: 3rem;
	}
	.about_hero_right figcaption {
		font-weight: 400;
		font-size: 0.875rem;
		line-height: 1.25rem;
	}
	.about_hero_right p {
		font-weight: 400;
		font-size: 1rem;
		line-height: 1.5rem;
	}
	/* about content */
	.about_content p {
		font-weight: 400;
		font-size: 2rem;
		line-height: 2.5rem;
	}
	.about_content span {
		font-weight: 500;
		font-size: 3.75rem;
		line-height: 4.25rem;
	}
	/* about list */
	.about_list_left h2 {
		font-weight: 700;
		font-size: 5rem;
		line-height: 5.375rem;
	}
	.about_list_heading > span:first-child {
		display: none;
	}
	.about_list_heading > span:last-child {
		font-weight: 500;
		font-size: 3.75rem;
		line-height: 4.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: 1.25rem;
		line-height: 1.75rem;
	}
	.product_price {
		font-weight: 400;
		font-size: 1.25rem;
		line-height: 1.75rem;
	}
	.product_description {
		font-weight: 500;
		font-size: 1.75rem;
		line-height: 2.25rem;
	}
	.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: 1.25rem;
		line-height: 1.75rem;
	}
	.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_heading h2 {
		font-weight: 400;
		font-size: 0.875rem;
		line-height: 1.25rem;
	}
	.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.625rem;
		line-height: 0.875rem;
	}
}